Function needn't be a symbol.
[gnus] / lisp / ChangeLog
1 2009-02-08  Dave Love  <fx@gnu.org>
2
3         * gnus-win.el (gnus-window-to-buffer-helper,
4         gnus-all-windows-visible-p): Function needn't be a symbol.
5
6         * mail-source.el (mail-source-value): Function needn't be a symbol.
7
8 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * message.el (message-cite-prefix-regexp): Remove } from the cite
11         prefix.
12
13         * gnus-art.el (gnus-treatment-function-alist): Do picons before
14         highlight again, so that the highlight is correct.
15
16         * gnus-picon.el (gnus-picon): Remove again.
17         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
18
19         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
20         doing the header highlightling, so that the background colour of the
21         picon is correct.
22
23         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
24         (gnus-picon): Ditto.
25         (gnus-picon): Reinstate.  The background colour for picons is white.
26         (gnus-picon-insert-glyph): Make the background white.
27
28         * nnml.el (nnml-open-nov): Don't return dead buffers.
29
30         * auth-source.el (auth-source-create): Query the user for whether to
31         store the credentials.
32
33         * netrc.el (netrc-store-data): New function.
34
35         * auth-source.el (auth-source-user-or-password): Use the existing auth
36         sources, if any, for creation.
37
38         * gnus.el (gnus-group-fast-parameter): Return the last matching
39         parameter instead of the first matching parameter.
40
41 2010-09-26  Julien Danjou  <julien@danjou.info>
42
43         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
44
45 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * mml2015.el (mml2015-use): Remove gpg support.
48
49         * mml1991.el (mml1991-function-alist): Remove gpg function.
50         (mml1991-gpg-sign): Removed.
51
52 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
53
54         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
55         (gnus-browse-unsubscribe-current-group): Document it.
56         (gnus-browse-unsubscribe-group): Use it.
57
58 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
61         address to the To list for easier response.
62
63         * gnus.el (gnus-play-startup-jingle): Removed.
64         (gnus-splash): Don't play jingle.
65         (gnus): Silence gnus-load message.
66
67         * gnus-art.el (gnus-treat-play-sounds): Removed.
68
69         * gnus.el (gnus-play-jingle): Remove audio support.
70
71         * gnus-cus.el (gnus-score-customize): Remove audio reference.
72
73         * earcon.el: Removed -- no users.
74
75         * gnus-audio.el: Removed -- no users of this package.
76
77         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
78
79         * gnus-start.el (gnus-setup-news): Remove nocem support.
80
81         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
82
83         * gnus.el (gnus-use-nocem): Removed.
84
85         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
86         Removed.
87
88         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
89         uses NoCeM any more.
90
91         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
92         (gnus-button-ctan-handler): Ditto.
93         (gnus-button-handle-ctan-bogus-regexp): Ditto.
94         (gnus-button-ctan-directory-regexp): Ditto.
95         (gnus-button-handle-ctan): Ditto.
96         (gnus-button-tex-level): Ditto.
97         (gnus-button-alist): Removed CTAN stuff.
98
99 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
102         nnimap-streaming test.
103
104         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
105         servers twice.
106
107         * nnimap.el (nnimap-open-connection): Add more error reporting when
108         nnimap fails early.
109
110         * nnheader.el (nnheader-get-report-string): New function.
111         (nnheader-get-report): Use it.
112
113         * gnus-int.el (gnus-check-server): Say what the error was when opening
114         failed.
115
116         * nnimap.el (nnimap-wait-for-response): Search further when we're not
117         using streaming.
118
119 2010-09-25  Julien Danjou  <julien@danjou.info>
120
121         * gnus-html.el (gnus-html-rescale-image): Use our defalias
122         gnus-window-inside-pixel-edges.
123
124 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
127
128         * mm-decode.el (mm-save-part): Allow saving to other directories the
129         normal Emacs way.
130
131         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
132         by Jay Berkenbilt.
133
134         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
135         there isn't a single byte.
136
137         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
138         just do it.  It doesn't really seem to matter what the user responds
139         here, I think, so it's just a confusing question.
140
141         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
142         non-streaming case.
143
144         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
145         (gnus-article-encrypt-body): Use it.
146
147         * gnus-sum.el (gnus-summary-show-complete-article): New command and
148         keystroke.
149
150         * nnimap.el (nnimap-find-wanted-parts-1): Use
151         gnus-fetch-partial-articles.
152
153         * gnus-art.el (gnus-fetch-partial-articles): New variable.
154
155         * nnimap.el (nnimap-insert-partial-structure): New function.
156         (nnimap-get-partial-article): New function.
157         (nnimap-request-article): Use it.
158         (nnimap-wait-for-response): Return whether the wait was successful.
159         (nnimap-finish-retrieve-group-infos): Don't do anything if the
160         retrieval wasn't successful.
161         (nnimap-retrieve-group-data-early): Allow throttling servers.
162         (nnimap-streaming): New variable.
163         (nnimap-fetch-partial-articles): Removed.
164
165         * mm-decode.el (mm-with-part): Protect against killed buffers.
166
167         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
168         for prettier summary display.
169
170 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
171
172         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
173         directly.
174
175 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
178         apparently third-party libraries depend on it.
179
180         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
181         before starting negotiation.
182
183         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
184         privacy reasons.
185         (gnus-treat-mail-gravatar): Ditto.
186
187         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
188         buffer when inserting images.  Inserting text into the headers, for
189         instance, can make them invalid.
190
191 2010-09-25  Julien Danjou  <julien@danjou.info>
192
193         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
194         variables.
195
196         * nnheader.el: Remove useless variables news-reply-yank-from and
197         news-reply-yank-message-id.
198
199         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
200         variables.
201
202         * mml1991.el: Remove useless mml1991-verbose.
203
204         * gnus.el: Remove useless variable gnus-use-generic-from.
205         Remove obsolete variable gnus-topic-indentation.
206
207         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
208
209         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
210
211         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
212
213         * gnus-group.el: Remove useless gnus-group-icon-cache.
214         Remove useless gnus-ephemeral-group-server.
215
216         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
217
218         * mml2015.el: Remove useless mml2015-verbose.
219
220         * mml-smime.el: Remove useless mml-smime-verbose.
221
222         * gnus.el: Remove useless gnus-local-domain.
223
224         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
225         gnus-gravatar-size.
226
227         * gnus-art.el: Remove useless gnus-treat-translate.
228
229 2010-09-24  Julien Danjou  <julien@danjou.info>
230
231         * gnus-sum.el: Add support for Gravatars.
232
233         * gnus-art.el: Add support for Gravatars.
234
235         * gnus-gravatar.el: Add this file.
236
237         * gravatar.el: Add this file.
238
239 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
242
243         * gnus-group.el (gnus-group-fetch-faq): Removed.
244
245         * gnus.el (gnus-group-faq-directory): Removed.
246
247         * gnus-group.el (gnus-group-fetch-charter): Removed.
248
249         * gnus.el (gnus-group-charter-alist): Removed.
250
251         * gnus-group.el (gnus-group-archive-directory): Removed.
252         (gnus-group-recent-archive-directory): Ditto.
253         (gnus-group-make-archive-group): Removed.
254
255         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
256
257         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
258         use the same article number for all the cached articles.
259
260         * nnimap.el (nnimap-command): Register the last command time so
261         that we can use it for idling NOOPs.
262         (nnimap-open-connection): Start the keeplive timer.
263         (nnimap-make-process-buffer): Store all the process buffers.
264         (nnimap-keepalive): New function.
265
266         * starttls.el: (starttls-open-stream): Add autoload cookie.
267
268 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
269
270         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
271         handling.
272
273 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
276         its data structures.
277
278         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
279         instead of the cl.el copy-list.
280         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
281         equalp.
282
283 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
286         and tool-bar-local-item-from-menu.
287
288         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
289         mode-line-highlight face for Emacs.
290
291         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
292         loading gnus-sum.elc; fix comment for canlock-verify.
293         (gnus-article-jump-to-part): Use read-number.
294         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
295         Emacs pre-21 compatible code for help-echo.
296         (gnus-article-next-page-1): No need to adjust the number of lines.
297         (gnus-article-describe-bindings): Always use help-buffer.
298
299         * gnus-audio.el (gnus-audio-inline-sound)
300         * gnus-cus.el (gnus-custom-mode)
301         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
302
303         * gnus-sum.el (gnus-remove-overlays): Doc fix.
304
305         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
306         compatible code.
307
308 2010-09-24  Glenn Morris  <rgm@gnu.org>
309
310         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
311         visiting the fcc file in rmail-mode.
312
313         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
314
315 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * nnir.el: Silence the byte compiler.
318
319         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
320         alias to browse-url-url-encode-chars if any.
321         (gnus-html-encode-url): Use it.
322
323 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-start.el (gnus-use-backend-marks): New variable.
326         (gnus-get-unread-articles-in-group): Use it.
327
328         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
329         makeover.
330
331 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
332
333         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
334
335 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
338         Removed.
339         (gnus-setup-news-hook): Removed
340         gnus-fixup-nnimap-unread-after-getting-new-news.
341
342         * gnus-int.el (gnus-request-update-info): Protect against backends not
343         having the function.
344
345         * nnimap.el (nnimap-stream): Mention starttls.
346         (nnimap-open-connection): Add starttls support.
347
348 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
349
350         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
351
352 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
355         BODYSTRUCTUREs.
356         (nnimap-transform-headers): Unfold quoted {42} headers.
357
358         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
359         the info.
360         (gnus-get-unread-articles): Only call updatep on backends that support
361         it.
362
363         * nnweb.el (nnweb-request-update-info): NOOP.
364
365         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
366
367         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
368         since it only deals with marks.
369
370         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
371         gnus-request-marks, and make a new gnus-request-update-info.
372
373         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
374         the active instead of the high number, which is usually too low.
375
376 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
377
378         * netrc.el (netrc-parse): Remove encrypt.el mentions.
379         * encrypt.el: Removed.
380
381 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
384         server in symbolic form.
385
386         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
387         0.9.
388
389 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
392         (nnimap-update-info): Fix up code slightly.
393
394         * gnus-int.el (gnus-open-server): Add tracing for performance
395         debugging.
396
397         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
398         (gnus-group-insert-group-line): Pass the real group name so that it
399         gets the right data.
400
401         * gnus-start.el (gnus-get-unread-articles): Don't have
402         `gnus-get-unread-articles-in-group' update info, since that can be
403         really slow and doesn't seem to be needed?
404
405 2010-09-22  Dan Christensen  <jdc@uwo.ca>
406
407         * time-date.el (date-to-time): Try using parse-time-string first before
408         using the slower timezone-make-date-arpa-standard.
409
410 2010-09-22  Julien Danjou  <julien@danjou.info>
411
412         * gnus-group.el (gnus-group-insert-group-line): Call
413         gnus-group-highlight-line.
414         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
415         default hook list.
416         (gnus-group-update-eval-form): Add new function.
417         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
418         (gnus-group-get-icon): Use gnus-group-update-eval-form.
419
420 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
423         immediate, then expire all articles.
424         (nnimap-update-info): Fix off-by-one errors.
425         (nnimap-flags-to-marks): Would return no marks lists for group with no
426         flags.  Instead return the other data.
427
428 2010-09-22  Julien Danjou  <julien@danjou.info>
429
430         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
431         Only return an icon.
432         (gnus-group-insert-group-line): Compute icon to return.
433
434         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
435         variable.
436         (gnus-html-image-fetched): Only cache if
437         gnus-html-image-automatic-caching is set.
438         (gnus-html-image-fetched): Check for errors.
439
440 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
443         once per method on `g'.  This ensures that backends like nnfolder don't
444         open all their folders.
445
446         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
447         (nnimap-request-list): Nix out group in the correct buffer.
448         (nnimap-parse-flags): Implement by using `read' instead of
449         hand-parsing.
450         (nnimap-flags-to-marks): Pass on permanent-flags.
451         (nnimap-make-process-buffer): Record the server name.
452         (nnimap-parse-flags): Fix typo.
453         (nnimap-request-scan): Run split on the server in general, not just a
454         single group.
455
456         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
457         parameter, and propagate this downwards.
458
459         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
460         since EXAMINE changes it on the server.
461
462         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
463         this command might take a while.
464
465 2010-09-22  Julien Danjou  <julien@danjou.info>
466
467         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
468         harmful if you have 2 images side-by-side, they can't be properly
469         update on text deletion.  Using text-property is safer here.
470         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
471         data.
472
473 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474
475         * nnimap.el (nnimap-expunge-inbox): Removed.
476         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
477         (nnimap-expunge): Flip default to t.
478
479         * gnus.el (gnus-method-to-server): Don't push things to the cache
480         unless it's unique.
481         (gnus-server-to-method): Ditto.
482
483 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
484
485         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
486
487 2010-09-22  Julien Danjou  <julien@danjou.info>
488
489         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
490         get the start of data.
491         (gnus-html-encode-url): Add this function to encode special chars in
492         URL.
493         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
494         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
495
496         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
497         default.
498         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
499
500         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
501         images alt-text.
502         (gnus-html-put-image): Put alt-text as help-echo.
503
504 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
507         * mm-util.el (mm-decompress-buffer)
508         * nnir.el (nnir-run-find-grep)
509         * pop3.el (pop3-list): Use 3rd arg of split-string.
510
511         * time-date.el (format-seconds): Comment fix.
512
513         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
514         and byte-optimize-form-code-walker.
515         (dgnushack-make-auto-load): Don't advise make-autoload.
516
517         * lpath.el: Remove Emacs 21 stuff.
518
519 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
522         outside the active range.  Suggested by Dan Christensen.
523
524         * gnus-start.el (gnus-get-unread-articles): Get the extended method
525         slightly later to avoid double-getting it.
526
527         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
528         previous patch.
529
530         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
531
532 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
533
534         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
535
536 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-int.el (gnus-open-server): Give a better error message in the
539         "go offline" case.
540
541         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
542         marks for nnimap, which is seldom the right thing to do.
543
544         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
545         (gnus-same-method-different-name): New function.
546
547         * nnimap.el (parse-time): Require.
548
549         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
550         method in the presence of many similar methods.
551
552         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
553
554         * nnimap.el (nnimap-find-expired-articles): Don't refer to
555         nnml-inhibit-expiry.
556
557         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
558         find out whether methods are equal.
559
560         * nnimap.el (nnimap-find-expired-articles): New function.
561         (nnimap-process-expiry-targets): New function.
562         (nnimap-request-move-article): Request the article before looking at
563         what the Message-ID is.  Fix found by Andrew Cohen.
564         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
565
566         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
567         for oldness in addition to being a predicate.
568
569         * nnimap.el (nnimap-request-group): When we have zero articles, return
570         the right data to Gnus.
571         (nnimap-request-expire-articles): Only delete articles immediately if
572         the target is 'delete.
573
574         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
575         method, this would bug out.
576
577         * gnus-group.el (gnus-group-expunge-group): Renamed from
578         gnus-group-nnimap-expunge, and implemented as a normal interface
579         function.
580
581         * gnus-int.el (gnus-request-expunge-group): New function.
582
583         * nnimap.el (nnimap-request-create-group): Implement.
584         (nnimap-request-expunge-group): New function.
585
586 2010-09-21  Julien Danjou  <julien@danjou.info>
587
588         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
589         (gnus-html-cache-expired): Add new function.
590         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
591         wethever we should display image for fetch it.
592         Compute alt-text earlier to pass it to the fetching function too.
593         (gnus-html-schedule-image-fetching): Change function argument to only
594         get one image at a time, not a list.
595         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
596         cache.
597         (gnus-html-get-image-data): New function to retrieve image data from
598         cache.
599         (gnus-html-put-image): Change buffer argument to use image data rather
600         than file, and place image above region rather than inserting a new
601         one. Do not take alt-text as argument, since it's useless now: we place
602         the image above alt-text.
603         (gnus-html-prune-cache): Remove.
604         (gnus-html-show-images): Start to fetch image when we find one, do not
605         push into a temporary list.
606         (gnus-html-prefetch-images): Only fetch image if they have expired.
607         (gnus-html-browse-image): Fix, use 'gnus-image-url.
608         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
609
610 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
613
614 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
617         spec inser "*" if the group isn't active instead of 0.
618
619         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
620         opening the server.
621         (nnimap-request-delete-group): Implement group deletion.
622         (nnimap-transform-headers): Return the size of the entire message in
623         the Bytes header, not just the size of the first part.
624         (nnimap-request-move-article): When moving an article from nnimap,
625         request the article first so the accepting form has an article to
626         accept.  Reported by Dan Christensen.
627         (nnimap-command): Make sure that the error message doesn't error out.
628
629 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
630
631         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
632         we haven't requested anything.
633
634 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
637         "".  Fix found by Andrew Cohen.
638
639         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
640         instead of -encode-string.
641
642 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
645
646         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
647         by mm-subst-char-in-string.
648
649 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
652         waiting for the connection string.
653
654         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
655         arriving.
656
657         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
658         bogus characters.  This allows selecting certain Gmail groups.
659
660         * nnimap.el (nnimap-find-wanted-parts-1): New function.
661         (nnimap-fetch-partial-articles): New variable.
662         (nnimap-open-connection): When looking for credentials, also use the
663         nnimap-server-port.
664         (nnimap-request-article): Return the group/article number, so that Gnus
665         `^' works as expected.
666         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
667         them.
668
669         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
670         comments.
671         (gnus-methods-sloppily-equal): New function.
672         (gnus): When using the development version of Gnus, load the gnus-load
673         file.
674
675         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
676         `gnus-open-server' on each method before trying to scan them etc.  This
677         ensures that all the backend parameters are set correctly.
678
679         * nnimap.el (nnimap-authenticator): New variable.
680         (nnimap-open-connection): Allow anonymous login.
681         (nnimap-transform-headers): The chars header is called Chars not
682         Bytes.
683         (nnimap-wait-for-response): Don't infloop if the IMAP connection
684         drops.
685
686         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
687         patch, found by Knut Anders Hatlen.
688
689 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
690
691         * gnus-agent.el (gnus-agent-batch-confirmation)
692         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
693         to gnus-message.
694         * gnus-art.el (gnus-article-describe-briefly): Likewise.
695         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
696         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
697         * gnus-int.el (gnus-open-server): Likewise.
698         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
699         (gnus-score-check-syntax): Likewise.
700         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
701         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
702         Likewise.
703         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
704
705 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
708         calling conventions so that prefetch doesn't bug out.
709
710 2010-09-19  Julien Danjou  <julien@danjou.info>
711
712         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
713         rather than `subst-char-in-region' in order to be able to replace ASCII
714         char by UTF-8 ones.
715
716         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
717         than curl.
718         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
719         the right URL and ALT text on images.
720         (gnus-html-wash-tags): Fix tag case.
721         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
722         (gnus-article-html): Add -o display_ins_del=2 option.
723         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
724
725 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
728         the extra mail headers, which sometimes seem to happen for unknown
729         reasons.
730
731         * mail-parse.el (mail-header-encode-parameter): Define as
732         rfc2045-encode-string instead of as rfc2231-encode-string, since some
733         (or most, perhaps?) mail readers don't understand the latter, but do
734         understand the former.
735
736         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
737         to nil, so that no methods are automatically agentized.  I think this
738         is probably what most users want.
739
740         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
741         from url-retrieve, for instance about invalid URLs.
742
743         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
744         groups that have no articles.
745         (nnimap-request-article): Check that we really got an article when we
746         requested one.
747
748         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
749         doesn't exist.
750
751         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
752         nntp buffer so the agent can save it.
753         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
754         that CRLF doesn't get translated to \n.
755         (nnimap-open-connection): Don't make 'shell commands only send \n.
756
757 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
758
759         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
760         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
761         Update var name.
762         (nnml-generate-nov-file): Use dolist.
763         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
764         Use with-current-buffer.
765
766 2010-09-18  Julien Danjou  <julien@danjou.info>
767
768         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
769         parallel.
770
771 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * nnimap.el (nnimap-update-info): When doing partial marks update, get
774         the range update right.
775         (nnimap-request-group): Don't make `M-g' bug out on group with no
776         marks.
777         (nnoo): Required, so that other packages can require nnimap.
778         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
779         command we're looking for.  This helps when the server sends more
780         responses after we've gotten everything we expected.
781         (nnimap): Add a `newlinep' field to keep track of end-of-line
782         conventions.
783         Don't send CRLF to things that don't want it.
784         (nnimap-request-accept-article): Ditto.
785
786 2010-09-18  Julien Danjou  <julien@danjou.info>
787
788         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
789         than curl to retrieve images.
790
791 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * nnimap.el (nnimap-update-info): Extend the info so that we can set
794         the marks.
795         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
796         (nnimap-wait-for-connection): New function.
797         (nnimap-open-connection): If we have PREAUTH, don't query for login
798         credentials.
799         (nnimap-update-info): Fix off-by-one error when concatenating ranges
800         when doing a partial update.
801
802 2010-09-18  Julien Danjou  <julien@danjou.info>
803
804         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
805         tags.
806
807 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * nnimap.el (nnimap-credentials): New function.
810         (nnimap-open-connection): Use the new function to look for credentials
811         also on the numeric equivalents of "imap" and "imaps".
812
813         * gnus-start.el (gnus-activate-group): Send the info to
814         gnus-request-group.
815
816         * nnimap.el (nnimap-request-group): Have the "check" version of the
817         function parse flags and update the info, so that a `M-g' get a total
818         resync of all flags from the group.
819
820         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
821         to allow backends to alter the info on group selection.  Also alter all
822         the backend -request-group functions to take the parameter.
823
824         * nnimap.el (nnimap-store-info): New function.
825         (nnimap-update-info): Store the info for later usage.
826         (nnimap-request-group): Use the stored info for the dont-check case, so
827         that we don't retrieve all marks when we enter a group.
828
829         * nnimap.el: Use deffoo instead of defun for interface functions.
830
831         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
832         update the group info.  This makes the nndraft groups, for instance, go
833         back to their old behaviour.
834
835         * gnus-sum.el (gnus-select-newsgroup): Indent.
836
837         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
838         in.
839         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
840         nothing.
841
842         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
843         from methods that are denied.
844
845         * gnus-int.el (gnus-method-denied-p): New function.
846
847         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
848         store the password instead of netrc.
849         (nnimap-open-connection): Don't error out when we can't make a
850         connections.
851
852         * auth-source.el (auth-source-create): In the password prompt, say what
853         we're querying for.  Also prompt for user name if that hasn't been
854         given.
855
856         * nnimap.el (nnimap-with-process-buffer): Removed.
857
858 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
861         method when we're reading from the agent.
862
863         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
864
865         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
866         that's probably most useful for users.
867
868         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
869         "failed" all the time.
870
871         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
872         ...)) with (with-current-buffer ... ).
873
874         * nntp.el (nntp-open-server): Return whether the open was successful or
875         not.
876
877         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
878         select an unread unseen article first.
879
880         * nnimap.el (nnimap-open-connection): If the user doesn't have a
881         /etc/services, supply some sensible port defaults.
882
883         * dgnushack.el: Define netrc-credentials.
884
885 2010-09-17  Julien Danjou  <julien@danjou.info>
886
887         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
888
889 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
890
891         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
892         doesn't have any parameters.
893
894 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
897         only upcased checks.
898
899         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
900
901         * nnimap.el (nnimap-open-shell-stream): New function.
902         (nnimap-open-connection): Use it.
903         (nnimap-transform-headers): Get the number of lines in each message.
904         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
905         number of lines.
906         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
907         problem.
908
909         * utf7.el (utf7-encode): Autoload.
910
911         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
912         to allow the mail splitting to not return a default group.  This is
913         useful for nnimap, which will leave unmatched mail in the inbox.
914
915         * nnimap.el: Rewritten.
916
917         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
918         nnimap usage.
919
920         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
921         if the move is internal, so that nnimap can do fast internal moves.
922
923         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
924         data.
925         (gnus-read-active-for-groups): Support finishing the early retrieval of
926         data.
927
928         * gnus-range.el (gnus-range-nconcat): New function.
929
930         * gnus-int.el (gnus-finish-retrieve-group-infos)
931         (gnus-retrieve-group-data-early): New functions.
932
933 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
934
935         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
936         (nnrss-retrieve-groups):
937         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
938         (pop3-quit): Use with-current-buffer.
939
940 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
943         instead of nnheader-accept-process-output.
944
945         * dgnushack.el (dgnushack-compile): Add comment.
946
947         * lpath.el: No need to fbind propertize for XEmacs 21.4.
948
949         * gnus-html.el (gnus-html-schedule-image-fetching)
950         (gnus-html-prefetch-images): Replace process-kill-without-query by
951         gnus-set-process-query-on-exit-flag.
952
953 2010-09-16  Romain Francoise  <romain@orebokech.com>
954
955         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
956
957 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-registry.el (gnus-registry-install-shortcuts): The second
960         parameter to unintern is mandatory-ish in Emacs 24.
961
962         * gnus-html.el (gnus-html-schedule-image-fetching)
963         (gnus-html-prefetch-images): Check for curl before using it.
964
965         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
966         depend on curl, which isn't essential.
967
968         * imap.el: Revert back to version
969         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
970         seem problematic.
971
972 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
973
974         * gnus-registry.el (gnus-registry-install-shortcuts):
975         Explicitly pass `obarray' to `unintern' to avoid a warning.
976
977 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
980         change.
981
982         * nnrss.el (nnrss-request-list): Removed this function and related
983         functions, including the moreover stuff.
984
985 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * nnrss.el (nnrss-retrieve-groups): New function.
988
989 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
990
991         * .dir-locals.el: Add no-byte-compile cookie.
992
993 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * time-date.el (format-seconds): Comment fix.
996
997         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
998         for back end that doesn't support request-scan.
999
1000 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1003         then do request scans from the backends.
1004
1005         * netrc.el (netrc-credentials): New conveniency function.
1006
1007         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1008         avoid running a hook per line, since this takes a lot of time,
1009         profiling shows.
1010         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1011         directly if gnus-visual-p is true.
1012
1013 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1016         groups; replace mapcar with dolist which is a bit faster; pass groups
1017         info to gnus-read-active-file-1.
1018         (gnus-read-active-file-1): Scan only specified groups if the new
1019         optional arg `infos' is given.
1020
1021 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1024
1025         * pop3.el (pop3-movemail): Removed.
1026         (pop3-streaming-movemail): Renamed to pop3-movemail.
1027
1028         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1029         don't restrict end-tag searches to the end of the line.
1030
1031 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1034         articles of every unchecked group to t, which means unknown since the
1035         server has never been opened.
1036
1037 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus-html.el (gnus-html-show-alt-text): New command.
1040         (gnus-html-browse-image): Ditto.
1041         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1042         to browse the image directly.
1043         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1044         better.
1045
1046         * gnus-async.el (gnus-async-article-callback): Call
1047         `gnus-html-prefetch-images' unconditionally.
1048
1049         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1050         before feeding URLs to curl.
1051
1052 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1055         internal images as deletable by `W D D'.
1056
1057         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1058         (gnus-async-article-callback): Fix typo.
1059
1060 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1063         current line to work around bugs in the output from w3m.
1064
1065         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1066         for groups that want that.
1067
1068         * nntp.el (nntp-wait-for-string): Supply a timeout for
1069         accept-process-output to ensure progress.
1070
1071         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1072         level to get unread articles from, then use that for foreign groups,
1073         too.
1074
1075         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1076         confuses the rest of the function.
1077
1078         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1079         for the methods that support -retrieve-groups, too.
1080
1081         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1082
1083 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1086         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1087
1088         * pop3.el: Require cl when compiling.
1089         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1090
1091 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1094         that aren't going to be activated.
1095         (gnus-get-unread-articles): Fix up the last commit.
1096
1097         * gnus-html.el (gnus-article-html): Allow calling without specifying
1098         the handle.  In that case, dissect the buffer first.
1099
1100         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1101
1102         * nnimap.el (nnimap-open-connection): Revert the change that would look
1103         into authinfo for imaps instead of imap.
1104
1105         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1106         say that you don't want to call gnus-request-group with don-check, but
1107         do check the reponse.  This is for virtual groups only.
1108         (gnus-get-unread-articles): Count the archive groups as secondary, so
1109         that they're activated the same way as before.
1110
1111         * imap.el (imap-message-map): Removed optional buffer parameter, since
1112         no callers use it.
1113         (imap-message-get): Ditto.
1114         (imap-message-put): Ditto.
1115         (imap-mailbox-map): Ditto.
1116         (imap-mailbox-put): Ditto.
1117         (imap-mailbox-get): Ditto.
1118         (imap-mailbox-get): Revert last change for this function.
1119
1120         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1121         case-insensitively.
1122         (nnimap-debug): Removed.
1123
1124         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1125         to use `imap-fetch' instead.  According to the comments, this should be
1126         safe, since all other IMAP clients use the 1:* syntax.
1127         (imap-enable-exchange-bug-workaround): Removed.
1128         (imap-debug): Removed -- doesn't seem very useful.
1129
1130         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1131         mail from a file, and the file doesn't exist.
1132
1133         * imap.el (imap-log): New convenience function used throughout instead
1134         of repeating the same code all over the place.
1135
1136         * pop3.el (pop3-streaming-movemail): Return t for success.
1137
1138         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1139         .authinfo if we're using ssl connection.
1140
1141         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1142         already have if we're in a main Gnus `g' run.
1143
1144         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1145
1146 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1149
1150         * nnmh.el (nnmh-request-list-1): Bind `file'.
1151
1152         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1153         alias to set-process-query-on-exit-flag or process-kill-without-query.
1154         (pop3-open-server): Use it.
1155
1156 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1159         box to the Incoming file.  Fixes mistake in previous checkin.
1160
1161         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1162         request loop (for debugging purposes) removed.
1163
1164         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1165         culprit is more visible.
1166         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1167         (nnml-add-incremental-nov): New functions to do "incremental" nov
1168         updates, where we just append to the end of the existing nov files
1169         without reading/writing them in full.
1170
1171         * mail-source.el (mail-source-delete-crash-box): Really only check the
1172         incoming files once in a while.
1173
1174         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1175
1176         * mail-source.el (mail-source-delete-crash-box): Only check the
1177         incoming files for deletion once per day to save a lot of file
1178         accesses.
1179
1180         * pop3.el (pop3-logon): Fix up unbound variable typo.
1181
1182         * mail-source.el (pop3-streaming-movemail): Autoload.
1183
1184         * pop3.el (pop3-streaming-movemail): Respect
1185         pop3-leave-mail-on-server.
1186
1187         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1188         retrieval.
1189
1190         * pop3.el (pop3-process-filter): Removed unused function.
1191         (pop3-streaming-movemail, pop3-send-streaming-command)
1192         (pop3-wait-for-messages, pop3-write-to-file)
1193         (pop3-number-of-responses): New functions for streaming pop3
1194         retrieval.
1195
1196         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1197         come from no known methods.
1198         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1199         list.
1200
1201         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1202         message sizes.
1203         (pop3-movemail): Use erase-buffer instead of looping and deleting
1204         regions, which seems rather odd.
1205
1206         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1207         file once per `g' run.
1208
1209         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1210         directories.  This makes the draft queue directory work.
1211
1212         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1213         data from the backends, so that we only request the list of groups from
1214         each method once.  This should speed things up considerably.
1215
1216         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1217         detect that it's not implemented.
1218
1219         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1220         we actually do recurse down into the tree, but don't stat all leaf
1221         nodes.
1222
1223         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1224         then say so instead of bugging out.
1225
1226         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1227         files exist before trying to read them.
1228
1229         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1230         around <pre_int>.
1231
1232         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1233
1234         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1235
1236 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * mm-util.el (mm-image-load-path): Just return the image directories,
1239         not all directories in the path in addition to the image directories.
1240         (mm-image-load-path): Maintain a cache of the image directories so that
1241         the `g' command in Gnus doesn't have to stat dozens of directories each
1242         time.
1243
1244         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1245         (gnus-html-wash-tags): Add a new `i' command to insert images.
1246         (gnus-html-insert-image): New command and keystroke.
1247         (gnus-html-redisplay-with-images): New command and keystroke.
1248         (gnus-html-show-images): Renamed command.
1249         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1250         spacers.
1251         (gnus-html-wash-tags): Decode entities at the end, so that entities
1252         inside the tags don't mess up the rest of the "parsing".
1253
1254         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1255         so that nnimap methods aren't agentized by default.  There's apparently
1256         many problems related to agent/imap behaviour.
1257
1258         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1259
1260         * gnus-html.el: Doc fix.
1261
1262 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1265         specifier-spec-list for Emacs 21.
1266
1267         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1268         glyph-width and glyph-height instead of display-graphic-p and
1269         image-size; make avoidance of displaying small images work for XEmacs.
1270
1271         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1272         for XEmacs.
1273
1274         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1275         of symbol that holds plist data.
1276         (gnus-process-plist): Remove plist of process after getting it.
1277
1278 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * message.el (message-generate-hashcash): Change default to
1281         'opportunistic if hashcash is installed.
1282
1283         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1284         (gnus-html-put-image): Only call image-size once, since it's somewhat
1285         time-consuming on remote X servers.
1286
1287 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1290         type on data, not a file name.
1291
1292         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1293         window-pixel-edges for Emacs 21.
1294
1295         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1296         decoded contents.
1297         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1298
1299 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1302         group line format, since it isn't very interesting.
1303
1304         * gnus-agent.el (gnus-agent-short-article),
1305         (gnus-agent-long-article): Increase values for these two variables,
1306         since most people are likely to have more network connection and
1307         storage than before.
1308
1309         * gnus.el (gnus-refer-article-method): Change default to 'current.
1310         When referring an article, the common behaviour is to refer it from the
1311         current select method, not the native select method.  The chances of
1312         the native select method having the message in question is rather slim
1313         these days.
1314
1315         * gnus-sum.el (gnus-auto-select-subject): Change default to
1316         `unseen-or-unread'.  I think it's likely that most people want to
1317         select an unseen article over a previously seen, but unread one.
1318
1319         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1320         means that in the article buffer none of the minor mode elements will
1321         be shown, usually, and this is not desirable in most cases.
1322
1323         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1324         that commands like `d' (and the like) go to the next line in the
1325         buffer, instead of the next unread article.  I think this is the
1326         behaviour that is most natural for most users.
1327         (gnus-single-article-buffer): Change default to nil, so that people can
1328         have as many article buffers open as they have summary buffer.  I think
1329         this is the most natural way for the groups to behave.
1330
1331         * message.el (message-generate-new-buffers): Change default to
1332         `unsent', so that all new message buffers start their names with the
1333         string "*unsent", and it's easier to find the buffers if you move from
1334         them.
1335
1336 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1339         small.  They're probably tracking images.
1340         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1341         (gnus-html-rescale-image): Yet another try at getting the image sizing
1342         right.
1343
1344         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1345         nntp-marks-file-name is nil.
1346
1347 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1348
1349         * gnus-html.el (gnus-html-wash-tags)
1350         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1351         Better logging.
1352
1353 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1356
1357         * gnus-html.el (gnus-html-wash-tags): Check the value of
1358         gnus-blocked-images in the summary buffer.
1359
1360 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1361
1362         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1363
1364 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1367         like "a", it seems like.
1368         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1369         since it needs to be picked from the correct buffer.
1370
1371         * nnwfm.el: Removed.
1372
1373         * nnlistserv.el: Removed.
1374
1375 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1376
1377         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1378         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1379
1380 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * nnkiboze.el: Removed.
1383
1384         * nndb.el: Removed.
1385
1386         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1387         alt text.
1388         (gnus-html-rescale-image): Try to get the rescaling logic right for
1389         images that are just wide and not tall.
1390
1391         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1392         overshadow variable bindings.
1393
1394 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1395
1396         * gnus-html.el (gnus-html-wash-tags)
1397         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1398         extra logging.
1399
1400 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1403         (gnus-max-image-proportion): New variable.
1404         (gnus-html-rescale-image): New function.
1405         (gnus-html-put-image): Rescale images.
1406
1407 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1408
1409         Fix up some byte-compiler warnings.
1410         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1411         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1412         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1413         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1414         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1415         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1416         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1417
1418 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * gnus-html.el (gnus-article-html): Decode contents by charset.
1421
1422 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1425         (gnus-html-frame-width, gnus-blocked-images)
1426         * message.el (message-prune-recipient-rules): Add custom version.
1427         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1428
1429         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1430         functions.
1431
1432         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1433         gnus-process-get.
1434
1435 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1436
1437         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1438         instead of lsub directly.
1439
1440 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * nnwarchive.el: Removed.
1443
1444         * gnus-soup.el: Removed.
1445
1446         * nnsoup.el: Removed.
1447
1448         * nnultimate.el: Removed.
1449
1450         * gnus-html.el (gnus-blocked-images): New variable.
1451
1452         * message.el (message-prune-recipients): New function.
1453         (message-prune-recipient-rules): New variable.
1454
1455         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1456         guess whether a long line is natural text or not.
1457
1458         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1459         gnus-process-plist and friends for compatibility.
1460
1461 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1462
1463         * gnus-html.el: Require packages that define macros used in this file.
1464         (gnus-article-mouse-face): Declare to silence byte-compiler.
1465         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1466         process-get.
1467         (gnus-html-put-image): Use plist-get to avoid getf.
1468         (gnus-html-prefetch-images): Use with-current-buffer.
1469
1470 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * gnus-ems.el: Provide compatibility functions for
1473         gnus-set-process-plist.
1474
1475         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1476         header-line-format for XEmacs 21.4.
1477
1478         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1479         * gnus.el (gnus-valid-select-methods)
1480         * message.el (message-send-mail-partially-limit)
1481         * mm-decode.el (mm-text-html-renderer)
1482         * mml.el (mml-insert-mime-headers-always)
1483         * smiley.el (smiley-regexp-alist): Bump custom version.
1484
1485 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-html.el: require mm-url.
1488         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1489         with the url to `url'.
1490         (gnus-html-wash-tags): Support cid: URLs/images.
1491
1492 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1495         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1496         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1497
1498         * gnus-move.el: Removed file, since it doesn't really work.
1499
1500         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1501         UTF-8.  This seems to fix problems with some German web feeds.
1502
1503         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1504         at the top so that the proper colours are applied.
1505
1506         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1507         don't have dots in their names.
1508
1509         * gnus-art.el (gnus-article-view-part): Doc fix.
1510
1511         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1512         XEmacs-compatible.
1513         (gnus-html-put-image): Don't do images on non-graphic displays.
1514
1515         * nnslashdot.el: Removed this unused backend.
1516
1517         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1518         actions.
1519         (gnus-undo-register-1): Revert last change.
1520
1521         * gnus-group.el (gnus-group-completing-read): Protect against not
1522         having completion-styles bound.
1523
1524         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1525         make broken recipients happier.
1526
1527         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1528
1529         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1530         point parameter.
1531
1532         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1533
1534         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1535         completion-styles for group selection.
1536
1537 2009-02-04  Andreas Schwab  <schwab@suse.de>
1538
1539         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1540         headers and regexp-quote the match if necessary.
1541
1542 2009-03-24  Miles Bader  <miles@gnu.org>
1543
1544         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1545         the blinking smiley.
1546
1547 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1548
1549         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1550         blink smiley.
1551
1552 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1555         where the dribbel file lives exists.
1556
1557         * message.el (message-send-mail-partially-limit): Change the default to
1558         nil, since most people don't want this.
1559
1560         * mm-url.el (mm-url-decode-entities): Also decode entities like
1561         &#x3212.
1562
1563 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1564
1565         * gnus-sum.el (gnus-summary-idna-message):
1566         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1567         Hyperlink urls in docstrings with URL `...'.
1568
1569 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1570
1571         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1572         functions.
1573
1574 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1577         say what the mouseover text should be.
1578
1579         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1580         version of the mm-w3m-safe-url-regexp variable to only download images
1581         in the groups where we want that to happen.
1582
1583         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1584
1585         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1586         easier debugging.
1587         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1588         big pictures in the article buffer.
1589
1590         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1591         gnus-article-html.
1592         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1593         w3m.
1594
1595         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1596
1597 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1600         which doesn't exist.
1601
1602         * message.el (message-inhibit-ecomplete): New variable to allow some
1603         function to inhibit ecomplete address storage.
1604         (message-resend): Disable ecomplete message storage when resending
1605         messages.
1606
1607         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1608
1609 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1612         Save excursion while copying, moving, and deleting articles in order to
1613         prevent the cursor from jumping to unforeseen place.
1614
1615 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * lpath.el: No need to bind bookmark-current-buffer,
1618         bookmark-yank-point and bookmark-make-record-function.
1619
1620 2010-08-17  Glenn Morris  <rgm@gnu.org>
1621
1622         * gnus-sync.el: Require gnus components whose functions are used.
1623
1624         * gnus-art.el (bookmark-make-record-function):
1625         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1626         Declare for compiler.
1627
1628         * mm-url.el (mml-compute-boundary): Autoload.
1629
1630 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1633
1634 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1635
1636         Typo fix "hoo4a" -> "hook".
1637
1638         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1639
1640 2010-08-14  Glenn Morris  <rgm@gnu.org>
1641
1642         * gnus-sync.el (gnus-sync): Fix defgroup version.
1643
1644 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1645
1646         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1647
1648         * gnus-sync.el: Fix docs.
1649         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1650         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1651
1652 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1653
1654         Optimizations for gnus-sync.el.
1655
1656         * gnus-sync.el: Add docs about gnus-sync-backend
1657         possibilities.
1658         (gnus-sync-save): Remove unnecessary message.
1659         (gnus-sync-read): Optimize and show what groups were skipped.
1660
1661 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1662
1663         Minor bug fixes for gnus-sync.el.
1664
1665         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1666         read the sync on get-new-news.
1667
1668         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1669         quiet.
1670
1671         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1672
1673 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1674
1675         Make saving and restoring of hidden threads work with overlays.
1676         Patch applied by Ted Zlatanov.
1677
1678         * gnus-sum.el (gnus-hidden-threads-configuration)
1679         (gnus-restore-hidden-threads-configuration): Update to deal with text
1680         properties, rather than searching for a magic character.
1681
1682 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1683
1684         New gnus-sync.el library for synchronization of marks.
1685
1686         * gnus-sync.el: New library for synchronization of marks.
1687
1688         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1689         renamed from `gnus-registry-grep-in-list'.
1690
1691         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1692
1693         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1694
1695 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1698         determining charset of text fails.
1699
1700 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * nnmail.el (nnmail-get-new-mail-1): Revert.
1703
1704         * nnml.el (nnml-active-number): Make sure names of newly created groups
1705         in nnml-group-alist are encoded.
1706
1707 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1710         containing non-ASCII characters in active file for nnml back end.
1711
1712 2010-07-24  David Engster  <dengste@eml.cc>
1713
1714         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1715         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1716
1717 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1718
1719         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1720         tag (Bug#6654).
1721
1722 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1725         the article buffer, not the summary buffer.
1726
1727 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1730         Emacs 23 as well.
1731
1732 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1735         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1736
1737 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1738
1739         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1740         Patch applied by Karl Fogel.
1741
1742         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1743         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1744
1745 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1746
1747         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1748         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1749         C-w still not working correctly from Article buffers; Thierry's
1750         patch to fix that will be applied after this.
1751
1752         * gnus-art.el (bookmark-make-record-function): New local variable.
1753
1754         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1755         article buffer.
1756         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1757
1758 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1759
1760         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1761         on changes in bookmark.el.
1762
1763 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1766         `no-log' instead of message not to log prompt string.
1767
1768 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1769
1770         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1771         the *other* type of HTML form submission.
1772
1773 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1774
1775         * auth-source.el (auth-source-pick): If choice does not contain a
1776         questioned keyword, set the check to t.
1777
1778 2010-06-12  Romain Francoise  <romain@orebokech.com>
1779
1780         * gnus-util.el (gnus-date-get-time): Move up before first use.
1781
1782 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1785         (gnus-article-edit-part): Bind it to make last part that is substituted
1786         or deleted visible.
1787         (gnus-mime-display-single): Buttonize part of which id equals to
1788         gnus-mime-buttonized-part-id.
1789
1790 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1791
1792         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1793         (gnus-dd-mmm): Use gnus-date-get-time.
1794         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1795         simplify logic.
1796         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1797         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1798
1799 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1800
1801         * auth-source.el (top): Autoload `secrets-list-collections',
1802         `secrets-create-item', `secrets-delete-item'.
1803         (auth-sources): Fix tag string.
1804         (auth-get-source, auth-source-retrieve, auth-source-create)
1805         (auth-source-delete): New defuns.
1806         (auth-source-pick): Rewrite in order to avoid 2 passes.
1807         (auth-source-forget-user-or-password): New parameter USERNAME.
1808         (auth-source-user-or-password): New parameters CREATE-MISSING and
1809         DELETE-EXISTING.  Retrieve password interactively, if needed.
1810
1811 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1812
1813         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1814         deleting unused directories when gnus-expert-user is t.
1815
1816 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1819         for each temp file when gnus-article-browse-delete-temp is ask.
1820
1821 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1822
1823         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1824         Lisp calls to delete-backward-char by calls to delete-char.
1825
1826 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1827
1828         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1829
1830 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1831
1832         * password-cache.el (password-cache-remove): Fix docstring.
1833
1834 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1837         article unless decoding article to be saved.
1838
1839 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1842         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1843         generated within the mm-with-unibyte-current-buffer macro.
1844
1845 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1848         to nil when we're in a mml-preview buffer and no group is selected.
1849
1850 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1851
1852         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1853         when catching the `C-g'.  Reported by "Leo".
1854
1855 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * message.el (message-forward-make-body-plain)
1858         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1859         multibyte-string-p.
1860
1861         * lpath.el: Revert.
1862
1863 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * message.el (message-forward-make-body-mml): Assume original message
1866         is multibyte string; error on unibyte.
1867         (message-forward-make-body-plain): Ditto; don't add excessive newline
1868         in body end.
1869
1870         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1871
1872 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1873
1874         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1875         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1876
1877 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * mm-extern.el (mm-extern-url): Don't use
1880         mm-with-unibyte-current-buffer.
1881         (mm-extern-cache-contents): Use with-current-buffer instead of
1882         save-excursion + set-buffer.
1883
1884 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * mm-util.el (mm-emacs-mule): Remove.
1887
1888 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1889
1890         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1891         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1892         change.
1893
1894 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1897         bind the default value of enable-multibyte-characters to nil.
1898
1899 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * message.el (message-forward-make-body-plain)
1902         (message-forward-make-body-mml):
1903         Don't use mm-with-unibyte-current-buffer.
1904
1905 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1906
1907         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1908
1909 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1910
1911         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1912         (Bug#5592).
1913
1914 2010-05-07  Julien Danjou  <julien@danjou.info>
1915
1916         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1917         it to mm-pipe-part.
1918
1919         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1920         it is given.
1921
1922 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * binhex.el (binhex-decode-region-internal)
1925         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1926         (dns-query)
1927         * nnweb.el (nnweb-gmane-search)
1928         * pgg-parse.el (pgg-parse-armor)
1929         * pgg.el (pgg-verify-region)
1930         * sha1.el (sha1-string-external)
1931         * uudecode.el (uudecode-decode-region-internal)
1932         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1933         XEmacs.
1934
1935         * gnus-art.el (gnus-article-browse-html-parts)
1936         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1937         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1938         make-temp-file.
1939
1940         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1941         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1942         compiling.
1943
1944         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1945         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1946         XEmacs when compiling.
1947
1948         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1949         gnus-pick-mode-off-hook for XEmacs when compiling.
1950         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1951         gnus-binary-mode-off-hook for XEmacs when compiling.
1952
1953         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1954         nil if char-charset is not available.
1955
1956         * imap.el (imap-disable-multibyte)
1957         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1958         macros.
1959
1960         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1961         instead of encode-coding-string.
1962
1963         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1964         'xemacs) instead of mm-emacs-mule to switch function definitions.
1965         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1966
1967         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1968         bind temporary-file-directory for XEmacs;
1969         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1970         timer-set-function for XEmacs 21.4 and SXEmacs;
1971         bind timer-list for XEmacs 21.4 and SXEmacs;
1972         fbind char-charset and find-charset-region for non-Mule XEmacs;
1973         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1974         encode-coding-region and encode-coding-string for XEmacs having no
1975         file-coding feature.
1976
1977 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1978
1979         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1980
1981 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1984         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1985
1986 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1987
1988         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1989         alias `jka-compr-delete-temp-file' no longer exists.
1990
1991 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1992
1993         Use define-minor-mode in Gnus where applicable.
1994         * mml.el (mml-mode): Use define-minor-mode.
1995         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1996         (gnus-undo-mode): Use define-minor-mode.
1997         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1998         (gnus-dead-summary-mode): Use define-minor-mode.
1999         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2000         Initialize in declaration.
2001         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2002         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2003         (gnus-mailing-list-mode): Use define-minor-mode.
2004         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2005         (gnus-draft-mode): Use define-minor-mode.
2006         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2007         (gnus-dired-mode): Use define-minor-mode.
2008
2009 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2010
2011         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2012         handles on recursive mml-to-mime translation and check them for
2013         boundary delimiter collisions.  Reported by Greg Troxel.
2014
2015 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2018
2019 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2020
2021         * mm-util.el (mm-find-buffer-file-coding-system):
2022         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2023
2024 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2025
2026         * message.el (message-generate-headers): Record insertion of optional
2027         headers as well.  Otherwise the check to prevent repeated insertion of
2028         optional headers is a no-op.
2029
2030 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2031
2032         * smime.el: Don't mention CVS.
2033
2034         * nnrss.el (nnrss-fetch): Don't mention CVS.
2035
2036         * nnir.el: Don't mention CVS.
2037
2038 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2039
2040         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2041
2042 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * lpath.el: Fbind bookmark-default-handler,
2045         bookmark-get-bookmark-record, bookmark-make-record-default,
2046         bookmark-prop-get for Emacs <23 and XEmacs.
2047
2048 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2049
2050         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2051         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2052         Use with-current-buffer to silence the byte-compiler.
2053         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2054         bother to require `gnus'.
2055         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2056
2057 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2058
2059         * gnus-sum.el (gnus-summary-bookmark-make-record)
2060         (gnus-summary-bookmark-jump): New functions.
2061         (gnus-summary-mode): Setup bookmark support.
2062
2063 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2064
2065         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2066         if set.
2067
2068 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2071         gnus-article-browse-html-save-cid-image; make it work recursively for
2072         forwarded messages as well.
2073         (gnus-article-browse-html-parts): Work when prefix arg is given.
2074         (gnus-article-browse-html-article): Doc fix.
2075
2076 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2077
2078         * message.el (message-default-mail-headers):
2079         (message-default-headers): Carry the value mail-default-headers over
2080         into message-default-mail-headers, rather than message-default-headers.
2081
2082 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2083
2084         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2085         charset.
2086
2087         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2088         charset into the <meta> tag when the article is encoded to utf-8.
2089
2090 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2093         directories as well.
2094         (gnus-article-browse-html-parts): Work for images that do not specify
2095         file names; delete temp directory when quitting; insert header at the
2096         right place; use file: scheme for image files.
2097
2098 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2099
2100         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2101         (gnus-article-browse-html-parts): Use it to make temporary cid image
2102         files in addition to html file so that browser may display them.
2103
2104 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2107
2108 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2109
2110         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2111
2112 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2113
2114         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2115         about Secret Service API sources.  Improve Customize options.
2116         (auth-source-pick): Change to accept any number of search parameters.
2117         Implement fallbacks iteratively, not recursively.  Add scoring on the
2118         second pass and sort by score.  Call Secret Service API when needed.
2119         (auth-source-user-or-password): Use it.  Call Secret Service API
2120         directly when needed to get the user name and the password.
2121
2122 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2123
2124         * message.el (message-interactive): Doc fix.
2125         (message-qmail-inject-args): Reflow.
2126         (message-kill-to-signature): Fix typo in docstring.
2127
2128         * smiley.el (smiley-buffer): Fix typo in docstring.
2129
2130 2010-03-24  Glenn Morris  <rgm@gnu.org>
2131
2132         * mail-source.el (gnus-message): Declare.
2133         (mail-source-delete-old-incoming): Require gnus-util.
2134
2135 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2138
2139         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2140
2141         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2142         password-cache's default if it is not bound.
2143         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2144         password-cache-expiry's default if it is not bound.
2145
2146         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2147         available in Emacs 21.
2148
2149         * lpath.el: Suppress compiler warnings for:
2150         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2151         XEmacs;
2152         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2153         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2154         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2155
2156 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2157
2158         * auth-source.el (auth-sources): Fix up definition so extra parameters
2159         are always inline.
2160
2161 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2162
2163         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2164         wasn't updated after mismatch.  Clear cached mailbox info correctly
2165         when uidvalidity changes.
2166         (nnimap-group-prefixed-name): New function to avoid some code
2167         duplication.
2168         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2169         (nnimap-request-group): Use it.
2170         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2171         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2172         with many imap folders.  This is done by caching the group status from
2173         the imap server persistently in a group parameter `imap-status'.  (This
2174         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2175         but not persistently, so every Gnus startup was still very slow.)
2176
2177 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2178
2179         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2180         delete the extra newline.  Otherwise editing of :string and :number
2181         types don't work.
2182
2183 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2184
2185         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2186         secrets.el dependency.
2187         (auth-sources): Add optional user name.  Add secrets.el configuration
2188         choice (unused right now).
2189
2190 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2191
2192         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2193         `gnus-registry-install-shortcuts' fill in the functions.
2194
2195         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2196         warnings.
2197         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2198         (gnus-registry-install-shortcuts): Populate and use it in a
2199         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2200
2201 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2202
2203         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2204         In-place substitutions for the group name encoding/decoding.
2205         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2206         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2207         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2208         (nnimap-update-unseen, nnimap-request-list)
2209         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2210         (nnimap-request-set-mark, nnimap-split-to-groups)
2211         (nnimap-split-articles, nnimap-request-newgroups)
2212         (nnimap-request-create-group, nnimap-request-accept-article)
2213         (nnimap-request-delete-group, nnimap-request-rename-group)
2214         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2215         `encoded-mbx' for consistency.
2216         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2217         variable `imap-current-mailbox'.
2218
2219         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2220         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2221
2222 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2223
2224         * pop3.el (pop3-display-message-size-flag): Display message size byte
2225         counts during POP3 download.
2226         (pop3-movemail): Use it.
2227         (pop3-list): Implement listing of available messages.
2228
2229 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2230
2231         * nnir.el (nnir-get-article-nov-override-function): New function to
2232         override the normal NOV retrieval.
2233         (nnir-retrieve-headers): Use it.
2234
2235 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2236
2237         * auth-source.el (netrc-machine-user-or-password): Autoload.
2238
2239 2010-03-19  Glenn Morris  <rgm@gnu.org>
2240
2241         Stop message.el from loading about 40 libraries it doesn't always need.
2242         The general approach is to autoload rather than require, and to
2243         require in the specific functions rather than the file.  (Bug#5642)
2244
2245         * gmm-utils.el: Don't require wid-edit.
2246         (widget-create-child-value, widget-convert, widget-default-get):
2247         Autoload.
2248
2249         * gnus-util.el: Don't require time-date, netrc.
2250         (message-fetch-field, gnus-group-name-decode): Declare rather than
2251         autoloading.
2252         (gnus-fetch-field): Require message.
2253         (gnus-decode-newsgroups): Require gnus-group.
2254
2255         * ietf-drums.el: Don't require time-date.
2256
2257         * message.el: Don't require hashcash, canlock, ecomplete.
2258         Do require mail-utils.  Require nnheader only when compiling.
2259         (smtpmail-default-smtp-server): Remove declaration.
2260         (message-send-mail-function): Check smtpmail-default-smtp-server
2261         is bound rather than requiring smtpmail.
2262         (message-auto-save-directory, message-insert-signature): Use
2263         expand-file-name rather than nnheader-concat.
2264         (nnheader-insert-file-contents): Autoload.
2265         (hashcash-wait-async): Declare.
2266         (message-send-mail): Only call gnus-setup-posting-charset if
2267         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2268         (message-send-mail-with-sendmail): Require sendmail.
2269         (canlock-password, canlock-password-for-verify): Declare.
2270         (message-canlock-password): Require canlock.
2271         (nnheader-get-report): Autoload.
2272         (gnus-setup-posting-charset): Declare.
2273         (message-send-news): Require gnus-msg.
2274         (message-make-references, message-make-in-reply-to): Use mail-header-id
2275         rather than the alias mail-header-message-id.
2276         (ecomplete-add-item, ecomplete-save): Declare.
2277         (message-put-addresses-in-ecomplete): Require ecomplete.
2278         (ecomplete-display-matches): Autoload.
2279
2280         * mm-decode.el: Don't require mailcap, gnus-util.
2281         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2282         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2283         Autoload.
2284         (mailcap-mime-extensions): Declare.
2285
2286         * mm-encode.el: Don't require mailcap.
2287         (mailcap-extension-to-mime): Autoload.
2288
2289         * mml-sec.el: Don't require password-cache.
2290
2291         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2292         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2293         (mml-minibuffer-read-type): Require mailcap.
2294         (mml-preview): Require gnus-msg.
2295
2296         * mml1991.el: Require password-cache.
2297         (password-cache-expiry): Remove declaration.
2298
2299         * mml2015.el: Require password-cache.
2300         (password-cache-expiry): Remove declaration.
2301
2302         * nneething.el (mailcap): Require mailcap.
2303
2304         * nnheader.el (declare-function): Add compatibility stub.
2305         (message-remove-header): Declare rather than autoload.
2306         (nnheader-replace-header): Require message.
2307
2308         * nnimap.el (declare-function): Add compatibility stub.
2309         (netrc-parse, netrc-machine-user-or-password): Declare.
2310         (nnimap-open-connection): Require netrc.
2311
2312         * nntp.el (declare-function): Add compatibility stub.
2313         (netrc-parse, netrc-machine, netrc-get): Declare.
2314         (nntp-send-authinfo): Require netrc.
2315
2316         * rfc2047.el: Don't require qp.
2317         (quoted-printable-encode-region, quoted-printable-decode-string):
2318         Autoload.
2319
2320         * sieve-mode.el: Don't require easymenu.
2321         (easy-menu-add-item): Autoload it.
2322
2323         * spam-stat.el (time-to-number-of-days): Autoload it.
2324
2325 2010-03-19  Glenn Morris  <rgm@gnu.org>
2326
2327         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2328
2329 2010-03-18  Glenn Morris  <rgm@gnu.org>
2330
2331         * hashcash.el (declare-function): Remove duplicate definition.
2332
2333 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2334
2335         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2336         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2337         value if any backslash escapes).
2338
2339 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2342         if it is available.  (bug#5647)
2343
2344         * lpath.el: Suppress compiler warning for coding-system-from-name for
2345         Emacs 21 and XEmacs.
2346
2347 2010-03-14  Juri Linkov  <juri@jurta.org>
2348
2349         * hmac-def.el:
2350         * hmac-md5.el:
2351         * netrc.el: Fix keywords.
2352
2353 2010-02-26  Glenn Morris  <rgm@gnu.org>
2354
2355         * message.el (message-send-mail-function): Change the default, so that
2356         it inherits from a customized send-mail-function.  (Bug#5643)
2357
2358 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2359
2360         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2361         shell-command-to-string signals an error (bug#5299).
2362
2363 2010-02-24  Glenn Morris  <rgm@gnu.org>
2364
2365         * message.el (message-smtpmail-send-it)
2366         (message-send-mail-with-mailclient): Doc fixes.
2367
2368 2010-02-16  Glenn Morris  <rgm@gnu.org>
2369
2370         * message.el (message-default-mail-headers): Change the default value
2371         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2372
2373 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2376         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2377
2378 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2379
2380         * time-date.el (date-to-time): Doc fix (Bug#5408).
2381
2382 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2383
2384         * message.el (message-mail): Just pass yank-action on to message-setup.
2385         (message-setup): Handle (FUN . ARGS) form of yank-action.
2386         (message-with-reply-buffer, message-widen-reply)
2387         (message-yank-original): Handle non-buffer values of
2388         message-reply-buffer (Bug#4080).
2389         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2390
2391 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2392
2393         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2394         Fix typo in docstring.
2395
2396 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2397
2398         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2399         response.
2400
2401 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2404
2405         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2406
2407         * message.el (message-check-news-header-syntax): Protect against a
2408         string that `rfc822-addresses' returns when parsing fails.
2409
2410 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2413         (gnus-previous-char-property-change): New functions.
2414
2415         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2416
2417 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2418
2419         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2420         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2421
2422 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2423
2424         * message.el (message-exchange-point-and-mark): Rework last change to
2425         avoid using optional arg of exchange-point-and-mark, for backward
2426         compatibility.
2427
2428 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2429
2430         * message.el (message-exchange-point-and-mark): Call
2431         exchange-point-and-mark with an argument rather than setting
2432         mark-active by hand (Bug#5175).
2433
2434 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * nntp.el (nntp-service-to-port): Work for service expressed with
2437         numeric string; replace [:digit:] with [0-9] for XEmacs.
2438
2439 2009-12-17  Glenn Morris  <rgm@gnu.org>
2440
2441         * gnus-group.el (gnus-bug-group-download-format-alist):
2442         Change emacs entry to debbugs.gnu.org.  Bump :version.
2443
2444 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2445
2446         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2447
2448 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2449
2450         * message.el (message-info): Explain why we use `Info-goto-node'.
2451
2452 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2455
2456 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2457
2458         * message.el (message-completion-in-region): New compatibility function.
2459         (message-expand-group): Use it.
2460
2461 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2464         with no unread article should be listed if the 2nd arg `predicate' is
2465         given.
2466
2467 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2470
2471 2009-11-29  Juri Linkov  <juri@jurta.org>
2472
2473         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2474         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2475         on `gnus-recenter'. (Bug#4698, Bug#4981)
2476
2477 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2478
2479         * sha1.el (sha1-string-external): default-directory "/" in case
2480         otherwise non-existent.  process-connection-type pipe for touch of
2481         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2482
2483 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2484
2485         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2486         it's comms related and sgml-mode.el has "comm" on that basis too.
2487
2488 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2491         containing tspecial characters if they have been already quoted.
2492
2493 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2494
2495         * dns-mode.el (auto-mode-alist): Purecopy string.
2496
2497 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2498
2499         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2500
2501 2009-10-24  Glenn Morris  <rgm@gnu.org>
2502
2503         * gnus-art.el (help-xref-stack-item): Define for compiler.
2504
2505 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2506
2507         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2508
2509 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2512
2513 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2516         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2517
2518 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2521         (gnus-overlays-in): New alias to overlays-in.
2522
2523         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2524         gnus-overlay-get, and gnus-delete-overlay.
2525         (gnus-summary-show-thread): Make it work as well for systems in which
2526         next-single-char-property-change is not available.
2527         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2528
2529         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2530         (gnus-overlay-get): New alias to extent-property.
2531         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2532
2533         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2534         SXEmacs.
2535
2536         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2537         SXEmacs.
2538
2539 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2540
2541         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2542
2543 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2544
2545         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2546         and XEmacs that don't have `remove-overlays'.
2547
2548 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2549
2550         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2551         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2552         selective display.  Use overlays instead.
2553
2554 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2555
2556         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2557
2558 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2559
2560         * spam-stat.el (spam-stat-load): Fix typo in message.
2561
2562 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2563
2564         * dig.el (dig-invoke): Fix typo in docstring.
2565         (query-dig): Reflow docstring.
2566
2567 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2568
2569         * gnus-art.el (gnus-article-encrypt-body):
2570         * message.el (message-check-recipients):
2571         * mm-util.el (mm-codepage-setup):
2572         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2573         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2574
2575 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2576
2577         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2578         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2579         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2580         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2581         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2582
2583 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2584
2585         * dig.el: Add "Keywords: comm", as per net-utils.el.
2586
2587 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2588
2589         * dig.el (dig-mode): Use define-derived-mode.
2590
2591 2009-09-19  Glenn Morris  <rgm@gnu.org>
2592
2593         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2594
2595 2009-09-18  Glenn Morris  <rgm@gnu.org>
2596
2597         * gnus-diary.el (gnus-diary-check-message):
2598         * message.el (message-insert-formatted-citation-line):
2599         * nnbabyl.el (top-level):
2600         * nndiary.el (nndiary-schedule):
2601         Fix typos in condition-case handlers.
2602
2603 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2606         configuration that provides the sole article window in a frame;
2607         position point correctly after deleting a part.
2608
2609 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2610
2611         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2612         (spam-resolve-registrations-routine): Use it to unregister articles
2613         that change status.
2614
2615 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2618         with XEmacs.
2619         (parse-time-string-chars): Use it.
2620
2621 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         * imap.el (imap-interactive-login): Better messages.
2624         (imap-open): Fix bug with renamed buffer on reconnect.
2625         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2626         for easier debugging and cleaner code.  On successful (guessed based on
2627         server capabilities) secondary authentication, set imap-state
2628         correctly.
2629         (imap-last-authenticator): Define imap-last-authenticator as a variable
2630         to avoid warnings.
2631
2632 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * nnrss.el (nnrss-request-article): Remove binding of
2635         default-enable-multibyte-characters that has gotten needless by
2636         the 2007-07-13 change in rfc2047-encode-message-header.
2637
2638         * mml.el (mml-insert-multipart): Error on the message header.
2639         (mml-insert-part): Error on the message header; position point at
2640         the end of a MIME tag.
2641
2642 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * time-date.el (autoload): Expand define-obsolete-function-alias into
2645         defalias and make-obsolete for old Emacsen that Gnus supports.
2646         (with-no-warnings): Define it for old Emacsen.
2647         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2648         is available.
2649         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2650         float-time is available; suppress compile warning for time-to-seconds.
2651
2652         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2653         (gnus-float-time): Alias to float-time if it exists.
2654
2655         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2656         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2657         float-time is available; suppress compile warning for time-to-seconds.
2658
2659         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2660         XEmacs.
2661
2662 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * imap.el (imap-message-map): Docstring fix.
2665
2666 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2669         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2670         Add the optional argument `encoding' that overrides the default.
2671
2672         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2673         mm-encode-buffer.
2674
2675 2009-09-04  Glenn Morris  <rgm@gnu.org>
2676
2677         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2678         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2679         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2680         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2681         * mm-util.el (mm-with-unibyte-current-buffer)
2682         (mm-find-buffer-file-coding-system):
2683         * yenc.el (yenc-decode-region): Use default-value rather than
2684         default-enable-multibyte-characters.
2685
2686 2009-09-03  Glenn Morris  <rgm@gnu.org>
2687
2688         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2689         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2690         than default-enable-multibyte-characters.
2691
2692 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2693
2694         * gnus-art.el (gnus-article-read-summary-keys):
2695         Fix gnus-buffer-configuration's value temporarily used.
2696
2697 2009-09-02  Glenn Morris  <rgm@gnu.org>
2698
2699         * gnus-util.el (gnus-float-time): New function.
2700         * gnus-delay.el (gnus-delay-article):
2701         * gnus-sum.el (gnus-thread-latest-date):
2702         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2703         * nnspool.el (nnspool-request-newgroups):
2704         Use gnus-float-time rather than time-to-seconds.
2705         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2706
2707         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2708         (gnus-header-subject-face, gnus-header-newsgroups-face)
2709         (gnus-header-name-face, gnus-header-content-face):
2710         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2711         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2712         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2713         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2714         (gnus-cite-face-11):
2715         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2716         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2717         (gnus-server-closed-face, gnus-server-denied-face)
2718         (gnus-server-offline-face):
2719         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2720         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2721         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2722         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2723         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2724         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2725         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2726         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2727         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2728         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2729         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2730         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2731         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2732         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2733         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2734         (gnus-summary-high-undownloaded-face)
2735         (gnus-summary-low-undownloaded-face)
2736         (gnus-summary-normal-undownloaded-face)
2737         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2738         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2739         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2740         (gnus-splash-face):
2741         * message.el (message-header-to-face, message-header-cc-face)
2742         (message-header-subject-face, message-header-newsgroups-face)
2743         (message-header-other-face, message-header-name-face)
2744         (message-header-xheader-face, message-separator-face)
2745         (message-cited-text-face, message-mml-face):
2746         * sieve-mode.el (sieve-control-commands-face)
2747         (sieve-action-commands-face, sieve-test-commands-face)
2748         (sieve-tagged-arguments-face):
2749         * spam.el (spam-face):
2750         Mark face aliases with "-face" in the name as obsolete.
2751
2752 2009-09-01  Glenn Morris  <rgm@gnu.org>
2753
2754         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2755         than goto-line.
2756
2757 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2760         Don't move point if the command is invoked inside the message header.
2761
2762 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2763
2764         * imap.el (imap-send-command): Simplify.
2765         (imap-wait-for-tag): point-max -> buffer-size.
2766
2767 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2768
2769         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2770         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2771         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2772         * nnir.el (nnir-swish-e-index-file):
2773         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2774         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2775         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2776         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2777         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2778         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2779
2780 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2783         Don't save excursion.
2784
2785 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2786
2787         * nnheader.el (nnheader-find-file-noselect):
2788         * mm-util.el (mm-insert-file-contents):
2789         Use (default-value 'major-mode) instead of default-major-mode.
2790
2791 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2792
2793         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2794
2795 2009-08-26  Glenn Morris  <rgm@gnu.org>
2796
2797         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2798         than placing in files.el.
2799
2800 2009-08-25  Glenn Morris  <rgm@gnu.org>
2801
2802         * nnir.el (top-level): Don't require cl at run-time.
2803         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2804         Replace cl-function substitute with gnus-replace-in-string.
2805         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2806         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2807         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2808         simplified expansions.
2809
2810 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2811
2812         * dig.el (dig): Add autoload cookie.
2813
2814 2009-08-22  Glenn Morris  <rgm@gnu.org>
2815
2816         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2817         goto-line.
2818
2819 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2820
2821         * parse-time.el (parse-time-string-chars): Save match data.
2822
2823 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2824
2825         * parse-time.el (parse-time-string-chars): Compute using character
2826         classes, to handle non-ascii characters (Bug#3190).
2827
2828 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2831
2832         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2833         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2834         (gnus-mm-display-part, gnus-mime-display-single)
2835         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2836         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2837
2838         * gnus-sum.el
2839         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2840         (gnus-summary-move-article): Add expirable mark to articles copied or
2841         moved to group that has auto-expire turned on if the option is non-nil.
2842
2843 2009-07-24  Glenn Morris  <rgm@gnu.org>
2844
2845         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2846         Fix typo.  (Bug#3903)
2847
2848 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2851         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2852         that should not be used for draft articles.
2853         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2854         that has no concern in minor mode keys.
2855         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2856         Abolish.
2857
2858 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2861         article without making inquiry to a user for unknown encoding.
2862
2863         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2864         (nnmaildir--scan): Assume i-node and device number that file-attributes
2865         returns might be cons-cell.
2866
2867         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2868
2869         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2870
2871 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * auth-source.el: Remove docs now in auth.texi.  Don't use
2874         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2875         `auth-source-hide-passwords' and use them.
2876
2877 2009-07-15  Glenn Morris  <rgm@gnu.org>
2878
2879         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2880
2881 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2884         excessive whitespace from the default values of title and description.
2885
2886 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2889         mail-fetch-field to fetch Content-Description header in order to
2890         exclude newlines.
2891
2892 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2893
2894         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2895         format used by GnuPG 2.0.11.
2896
2897 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2900         to deleted part.
2901
2902 2009-05-30  David Engster  <dengste@eml.cc>
2903
2904         * nnmairix.el: Remove old documentation in the commentary block.
2905         (nnmairix-request-group): Do not update active file for nnml back ends.
2906         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2907         end so that overview files are ignored.
2908         (nnmairix-update-groups): Make updating the groups more robust by using
2909         marks.
2910         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2911         with dollar characters in message-id.
2912
2913 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2914
2915         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2916         2008-12-25 in dns.el.
2917
2918 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2919
2920         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2921         could happen if the text is only composed of spaces and/or tabs.
2922
2923 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2924
2925         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2926         when sending a queued message to avoid extra mml tags.
2927
2928 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2931
2932 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2935         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2936         rmail-toggle-header for XEmacs;
2937         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2938
2939 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * gnus-dired.el: Remove autoload for gnus-setup-message.
2942         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2943         displaying Gnus logo; always use compose-mail.
2944
2945 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2948
2949 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2952         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2953         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2954         available.
2955         (gnus-nocem-epg-verify): New function.
2956
2957 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2958
2959         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2960
2961 2009-02-15  Glenn Morris  <rgm@gnu.org>
2962
2963         * gnus-util.el (rmail-insert-rmail-file-header)
2964         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2965         autoloads.
2966         (rmail-default-rmail-file): Remove unnecessary declaration.
2967         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2968
2969 2009-02-14  Glenn Morris  <rgm@gnu.org>
2970
2971         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2972         variable (only used in gnus-util, which declares it anyway).
2973         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2974         which was only needed by gnus-art (changed to not use it any more).
2975         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2976         only used in gnus-util, which autoloads it itself.
2977         (rmail-update-summary): Fix autoload.
2978
2979         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2980         rather than rmail-output-to-rmail-file.
2981
2982 2009-02-07  Glenn Morris  <rgm@gnu.org>
2983
2984         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2985         autoload of function that no longer exists.
2986         (rmail-toggle-header): Declare.
2987         (message-forward-rmail-make-body): Handle mbox Rmail.
2988
2989 2009-01-31  Glenn Morris  <rgm@gnu.org>
2990
2991         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2992         2009-01-09 change.
2993
2994 2009-01-31  Dave Love  <fx@gnu.org>
2995
2996         * imap.el (imap-fetch-safe): Bind debug-on-error.
2997         (imap-debug): Add imap-fetch-safe.
2998
2999 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3000
3001         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3002         (auth-source-forget-all-cached): New convenience function.
3003         (auth-source-user-or-password): Accept list of modes or a single mode.
3004
3005         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3006         auth-source modes.
3007
3008         * netrc.el (netrc-machine-user-or-password): Use list of
3009         auth-source modes.
3010
3011         * nnimap.el (nnimap-open-connection): Use list of
3012         auth-source modes.
3013
3014         * nntp.el (nntp-send-authinfo): Use list of
3015         auth-source modes.
3016
3017 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3018
3019         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3020         now.
3021
3022 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3025         coding system in XEmacs; add a workaround for XEmacs.
3026
3027         * lpath.el: Fbind coding-system-aliasee.
3028
3029 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3032         of current-language-environment.
3033
3034 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3035
3036         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3037         available at runtime.
3038
3039 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3042
3043 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3044
3045         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3046         the greatest positive fixnum value doesn't work under an XEmacs with
3047         bignum support; use the most-positive-fixnum constant instead,
3048         available since Emacs 21.1 with cl and XEmacs 21.1.
3049
3050 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3053         XEmacs gets not to work.
3054
3055 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * mm-util.el (mm-coding-system-priorities): Allow the value like
3058         "Japanese (UTF-8)" of current-language-environment.
3059
3060 2009-01-09  Glenn Morris  <rgm@gnu.org>
3061
3062         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3063         with last-command-event.
3064
3065 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3066
3067         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3068         in the doc string.
3069
3070         * message.el (message-fix-before-sending): Amend comment.
3071
3072 2009-01-08  Dave Love  <fx@gnu.org>
3073
3074         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3075
3076 2009-01-07  David Engster  <dengste@eml.cc>
3077
3078         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3079         simplified server definitions by converting it via
3080         gnus-server-to-method.
3081
3082 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3085         parameter's operands.
3086
3087 2009-01-06  David Engster  <dengste@eml.cc>
3088
3089         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3090         primary select method (for gnus-group-mark-article-as-read).
3091
3092 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3093
3094         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3095         `(gnus)Face', not `(gnus)X-Face'.
3096
3097 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * mm-util.el (mm-ucs-to-char): New function.
3100
3101         * mm-url.el (mm-url-decode-entities): Use it.
3102
3103         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3104         unicode-to-char.
3105
3106 2009-01-05  Dave Love  <fx@gnu.org>
3107
3108         * time-date.el: Require cl for `declare'.
3109
3110 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3111
3112         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3113         Dave Love.
3114
3115 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3116
3117         * message.el (message-fix-before-sending): Add `eight-bit' to
3118         illegible-text check.
3119
3120 2009-01-03  Michael Olson  <mwolson@gnu.org>
3121
3122         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3123         `headers' is nil.  This can occur if the IMAP server does not have
3124         permissions to read messages from a folder, but can write new messages
3125         to the folder.
3126         (nnimap-request-article-part): Do not insert `data' if it is nil.
3127
3128         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3129         characters which will confuse `read', so skip past them.
3130
3131 2009-01-01  Dave Love  <fx@gnu.org>
3132
3133         * imap.el (imap-string-to-integer): Fix typo.
3134         (imap-fetch-safe): New function.
3135         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3136
3137         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3138
3139         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3140         (imap-parse-greeting): Fix doc strings.
3141         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3142         (imap-parse-flag-list): Make messages unique.
3143         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3144
3145         * nnimap.el: Fix author email.
3146         (nnimap-split-rule): Add FIXME comment.
3147         (nnimap-debug): Fix doc string.
3148
3149 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3150
3151         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3152
3153 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3154
3155         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3156         nslookup if resolv.conf isn't available.
3157         (dns-query): Rename from query-dns.
3158         (dns-query-cached): Rename from query-dns-cached.
3159
3160 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3163         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3164         to check if those variables exist (first appeared in Emacs 18.50).
3165
3166 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * mm-util.el (mm-line-number-at-pos): New function.
3169
3170         * spam-report.el (spam-report-process-queue): Use it.
3171
3172 2008-12-24  David Engster  <dengste@eml.cc>
3173
3174         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3175         parameters that haven't existed as variables as buffer-local variables.
3176
3177 2008-12-23  Dave Love  <fx@gnu.org>
3178
3179         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3180         cadar.
3181
3182         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3183         imap-starttls-p.
3184         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3185
3186 2008-12-22  Dave Love  <fx@gnu.org>
3187
3188         * imap.el: Fix author email.  Doc fixes.
3189         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3190         reply.
3191
3192 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3193
3194         * spam-report.el (spam-report-gmane-max-requests): New constant.
3195         (spam-report-gmane-wait): New variable.
3196         (spam-report-gmane-ham, spam-report-gmane-spam)
3197         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3198         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3199         the server.
3200
3201         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3202         Add explanations.
3203
3204         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3205         nnheader-accept-process-output and nnheader-read-timeout if available.
3206         (pop3-movemail): Use it.
3207
3208         * message.el (message-check-news-body-syntax): Fix signature check if
3209         there's an attachment.
3210
3211 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * mm-util.el: Add comments to the mm- emulating functions.
3214
3215 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3216
3217         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3218         by Stephen Berman <stephen.berman@gmx.net>.
3219
3220 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * mm-util.el (mm-substring-no-properties): New function.
3223         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3224         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3225         (mm-string-to-multibyte): Doc fix.
3226
3227         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3228
3229 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * mml.el (mml-attach-file): Strip text properties from file name.
3232         (Bug#1574)
3233
3234 2008-12-16  Glenn Morris  <rgm@gnu.org>
3235
3236         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3237
3238 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3241         knows since the charset specified might be a bogus alias that
3242         mm-charset-synonym-alist provides.
3243
3244 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3245
3246         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3247         "ISO_8859-1".
3248
3249         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3250
3251 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * mm-util.el (mm-charset-eval-alist):
3254         Define it before mm-charset-to-coding-system.
3255         (mm-charset-to-coding-system): Add optional argument `silent';
3256         define it before mm-charset-override-alist.
3257         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3258         default value if it can be used in Emacs currently running;
3259         silence mm-charset-to-coding-system.
3260
3261 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3264         `allow-override' which says whether to use `mm-charset-override-alist'.
3265         (rfc2047-decode-encoded-words): Use it.
3266
3267         * mm-util.el (mm-charset-override-alist): Fix custom type;
3268         add `(gb2312 . gbk)' to choices.
3269
3270 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3273         fast.
3274
3275         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3276
3277         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3278
3279 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3280
3281         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3282         on links.
3283
3284         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3285
3286 2008-12-03  Lute Kamstra  <lute@gnu.org>
3287
3288         * sha1.el: Remove leading * from docstrings of defcustoms,
3289         deffaces, defconsts and defuns.
3290
3291 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3294         users' addresses that don't have domain parts.
3295         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3296         rather than message-narrow-to-head since there will be the message
3297         header separator.
3298
3299 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3300
3301         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3302         since the result is inserted in a unibyte buffer anyway.
3303         (nnimap-demule-use-string-to-multibyte): Remove.
3304         (nnimap-demule): Alias it to mm-string-to-multibyte.
3305
3306 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3307
3308         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3309         variable for debugging bug#464 and bug#1174.
3310         (nnimap-demule): Use it.
3311
3312 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3313
3314         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3315         score calculation correctly.
3316
3317 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3318
3319         * message.el (message-send-mail): Just set the buffer to unibyte
3320         rather than use mm-with-unibyte-current-buffer which does a lot more.
3321         (message-send-mail-partially): Don't bother with
3322         mm-with-unibyte-current-buffer since it's already been made unibyte by
3323         message-send-mail.
3324
3325 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3326
3327         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3328
3329 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3332
3333 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3336         require itself and to remove `with-no-warnings'.
3337
3338 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3339
3340         * starttls.el (starttls-any-program-available): Get the name of the
3341         available TLS layer program.
3342         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3343         well as the host name in the "opening" message.
3344
3345         * auth-source.el (auth-source-cache, auth-source-do-cache)
3346         (auth-source-user-or-password): Cache passwords and logins by default,
3347         allow override with `auth-source-do-cache'.
3348         (auth-source-forget-user-or-password): Allow users to remove cache
3349         entries if needed.
3350
3351 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3352
3353         * md4.el (md4-buffer): Fix typo in docstring.
3354         (md4, md4-64): Doc fixes.
3355         (md4-pack-int32): Reflow docstring.
3356
3357 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3360         condition-case to only the forward-sexp call.
3361
3362 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3363
3364         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3365         quotes contained.  Make it more robust regardless by an extra
3366         condition-case wrapper.
3367
3368 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3371
3372 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * nnml.el (nnml-request-expire-articles): Check if the function set to
3375         `nnmail-expiry-target' returns the symbol `delete'.
3376
3377         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3378
3379         * nnmail.el (nnmail-expiry-target): Fix custom type.
3380
3381 2008-10-02  Glenn Morris  <rgm@gnu.org>
3382
3383         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3384         Silence compiler warning.
3385
3386 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3387
3388         * tls.el (open-tls-stream): Show the actual command being
3389         executed, instead of the format string.
3390
3391 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * lpath.el: Fbind codepage-setup for Emacs 23.
3394
3395 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3396
3397         * mml.el (mml-menu): Don't assume mml2015 is bound.
3398
3399 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3402         exists.
3403
3404 2008-09-27  Glenn Morris  <rgm@gnu.org>
3405
3406         * gnus-util.el (mail-header-remove-comments): Autoload it.
3407
3408 2008-09-27  Andreas Schwab  <schwab@suse.de>
3409
3410         * gnus-util.el (gnus-split-references): Strip comments.
3411         (gnus-parent-id): Likewise.
3412
3413 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3414
3415         * message.el (message-confirm-send): Fix version.
3416
3417 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * message.el (message-idna-to-ascii-rhs-1): Use
3420         mail-extract-address-components rather than mail-header-parse-addresses
3421         that is an alias by default to ietf-drums-parse-addresses that does not
3422         support non-ASCII names in headers' contents.
3423
3424 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3425
3426         * message.el (message-confirm-send): Fixed variable documentation to
3427         avoid the "y/n" wording.
3428
3429 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3430
3431         * message.el (message-set-auto-save-file-name): Save to a different
3432         filename so multiple messages (especially drafts) can be recovered.
3433
3434 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3435
3436         * message.el (message-confirm-send): Add appropriate version.
3437
3438 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3439
3440         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3441         defvar.
3442
3443 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3444
3445         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3446         (mm-pkcs7-enveloped-magic): Ditto.
3447
3448 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3449
3450         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3451         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3452
3453 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3454
3455         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3456         default, it's better.
3457
3458 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3459
3460         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3461         summary line gnus-number property and ignore them (with a warning
3462         message).
3463
3464 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3467         macro caddr in the interactive form since it won't be expanded.
3468
3469 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3472         `charset'; fix name of function called recursively.
3473         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3474
3475 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3478         (gnus-mime-set-charset-parameters): New function.
3479         (gnus-mime-view-part-as-charset): Use it to correctly display part
3480         specifying wrong charset.
3481
3482 2008-09-08  David Engster  <dengste@eml.cc>
3483
3484         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3485         in completing-read for back end server.
3486
3487 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3488
3489         * message.el (message-confirm-send): New variable to confirm sending a
3490         message.
3491         (message-send): Use it.
3492
3493 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3496
3497 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3500
3501 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3504         prevent tracking too many groups.
3505         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3506         Use it.
3507
3508 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3509
3510         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3511         moving point to the bottom of the window in order to avoid recentering.
3512
3513 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3516
3517         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3518         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3519         (gnus-article-beginning-of-window): Fix calculation.
3520
3521 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-msg.el (gnus-summary-supersede-article)
3524         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3525         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3526         message header.
3527
3528 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3529
3530         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3531         pending output coming after the status change.
3532
3533 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3534
3535         * message.el:
3536         * gnus-start.el:
3537         * gnus-registry.el: Remove VMS support.
3538
3539 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3542         macro.
3543         (rfc2104-hash): Use it.
3544
3545 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3546
3547         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3548         (gnus-summary-sort-by-most-recent-date): New commands.
3549         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3550         and menu entries.
3551
3552 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3555         don't redisplay article for raw contents; remove plural articles stuff.
3556
3557         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3558         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3559         on gnus-summary-save-article; display results properly.
3560
3561 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * lpath.el: No need to fbind ns-focus-frame.
3564
3565 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3568
3569 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3572         gnus-save-all-headers.
3573
3574 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3575
3576         * gnus-util.el (ns-focus-frame): Remove declaration.
3577         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3578         like x.
3579
3580 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3581
3582         * rfc2104.el (rfc2104-zero): Delete defconst.
3583         (rfc2104-hex-alist): Likewise.
3584         (rfc2104-hex-to-int): Delete func.
3585         (rfc2104-hexstring-to-bitstring): Likewise.
3586         (rfc2104-nybbles): New defconst.
3587         (rfc2104-hash): Rewrite for speed.
3588
3589 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * tls.el (open-tls-stream): Make it work with the 2nd argument
3592         BUFFER that is a string but does not exist as a buffer object, as
3593         mentioned in the doc-string.
3594
3595 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3598         SXEmacs.
3599
3600 2008-07-16  Glenn Morris  <rgm@gnu.org>
3601
3602         * gnus-util.el (ns-focus-frame): Declare for compiler.
3603
3604 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3607         set as a group parameter.
3608         (gnus-summary-save-in-pipe): Work when it is called independently.
3609         (gnus-summary-pipe-to-muttprint): Don't modify
3610         gnus-summary-pipe-output-default-command.
3611
3612 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3613
3614         * message.el (message-send-mail-with-sendmail):
3615         Display the error message.
3616
3617 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-art.el (gnus-default-article-saver):
3620         Add gnus-summary-save-in-pipe to choices.
3621         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3622         gnus-summary-pipe-output-default-command as the default command.
3623         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3624         instead of gnus-last-shell-command.
3625
3626         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3627         New user option.
3628         (gnus-summary-muttprint-program): Mention the value will be changed.
3629         (gnus-summary-save-article): Force showing of all headers.
3630         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3631
3632 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3633
3634         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3635
3636 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3637
3638         * nnimap.el (nnimap-id):
3639         * sieve-manage.el (sieve-manage-open): Doc fixes.
3640
3641 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3642
3643         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3644         if available.
3645
3646 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3647
3648         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3649
3650         * nnkiboze.el (nnkiboze-generate-group):
3651         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3652
3653         * nnmairix.el: Require CL.
3654
3655 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * dgnushack.el: Autoload get-display-table and put-display-table for
3658         XEmacs 21.5.
3659
3660         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3661         21.4 and SXEmacs.
3662
3663 2008-06-15  David Engster  <dengste@eml.cc>
3664
3665         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3666
3667 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3668
3669         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3670         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3671         runtime choice under XEmacs.
3672
3673         * gnus-sum.el (gnus-summary-set-display-table):
3674         Use `gnus-put-display-table', `gnus-get-display-table',
3675         `gnus-set-display-table' for the display table, instead of `aset'.
3676
3677         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3678         Use `gnus-put-display-table', `gnus-get-display-table',
3679         `gnus-set-display-table' for the display table.
3680
3681 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * nnmairix.el: Add autoloads.
3684
3685 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3686
3687         * nnmairix.el (nnmairix-delete-recreate-group)
3688         (nnmairix-update-and-clear-marks): Fix error messages.
3689
3690 2008-06-14  David Engster  <dengste@eml.cc>
3691
3692         * nnmairix.el: Upgrade to version 0.6.
3693         (nnmairix-group-toggle-propmarks-this-group)
3694         (nnmairix-group-toggle-readmarks-this-group)
3695         (nnmairix-group-delete-recreate-this-group)
3696         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3697         (nnmairix-remove-tick-mark-original-article): New commands.
3698         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3699         (nnmairix-propagate-marks-to-nnmairix-groups)
3700         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3701         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3702         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3703         functions needed for marks propagation and manipulation of read marks.
3704         (nnmairix-update-groups): New function.
3705         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3706         (nnmairix-determine-original-group-from-registry)
3707         (nnmairix-determine-original-group-from-path)
3708         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3709         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3710         New helper functions.
3711         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3712         keystrokes for new commands.
3713         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3714         (nnmairix-request-group): Check allow-fast group parameter.
3715         (nnmairix-request-create-group): Set allow-fast group parameter if
3716         nnmairix-allowfast-default is set.
3717         (nnmairix-close-group): Propagate marks upon closing if needed.
3718         (nnmairix-group-toggle-threads-this-group): Use new.
3719         nnmairix-group-toggle-parameter helper function.
3720         (nnmairix-search): Better check for empty search result.
3721         (nnmairix-goto-original-article): Use new helper functions for
3722         determining original article.
3723         (nnmairix-show-original-article): Make sure message-id is in brackets.
3724         (nnmairix-call-mairix-binary): Change variable name.
3725         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3726         helper function.
3727         (nnmairix-widget-toggle-activate): Fix doc string.
3728
3729 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * nnir.el: Require edmacro when compiling with XEmacs.
3732         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3733         available in Emacs 21.
3734
3735 2008-06-11  Glenn Morris  <rgm@gnu.org>
3736
3737         * gnus-util.el (x-focus-frame):
3738         * gnus.el (image-size):
3739         * mm-decode.el (image-size): Declare.
3740
3741         * gnus-picon.el (declare-function): Add compat definition.
3742         (image-size): Declare.
3743
3744         * gnus-group.el (tool-bar-map):
3745         * gnus-sum.el (tool-bar-map): Define for compiler.
3746
3747         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3748
3749         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3750
3751         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3752         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3753         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3754         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3755         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3756         * sieve-manage.el, spam-report.el, spam.el:
3757         Remove unnecessary eval-and-compile of autoloads.
3758
3759 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3760
3761         * auth-source.el: Precise Tramp doc.
3762
3763 2008-06-07  Glenn Morris  <rgm@gnu.org>
3764
3765         * nnmairix.el: Remove unnecessary eval-when-compile.
3766
3767 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * lpath.el: Fbind propertize for XEmacs 21.4.
3770
3771 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3772
3773         * nnir.el: Move here from ../contrib.
3774
3775 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3776
3777         * gnus-util.el (gnus-read-shell-command): New function.
3778         * mm-decode.el (mm-pipe-part):
3779         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3780
3781 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3784
3785 2008-06-03  Glenn Morris  <rgm@gnu.org>
3786
3787         * pop3.el (nnheader-accept-process-output): Autoload it.
3788
3789 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3792         are not 2-digit hexadecimal characters that follow `%'s.
3793
3794 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3795
3796         * message.el (message-bogus-recipient-p): Fix type in doc string.
3797         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3798         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3799         Improve custom options.
3800         (message-bogus-recipient-p): Adjust accordingly.
3801
3802 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3803
3804         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3805         long-form month and day names.
3806
3807 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * dgnushack.el: Autoload debug, eudc-expand-inline and
3810         pgg-snarf-keys-region for XEmacs.
3811
3812         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3813
3814         * nnmairix.el: Require edmacro when compiling with XEmacs.
3815
3816 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3819         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3820
3821 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3822
3823         * auth-source.el: Add more docs.
3824
3825         * netrc.el (netrc-machine): Always match if the port is not given.
3826
3827 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3830         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3831         retrieval faster in some cases, but might make CPU usage larger.  If
3832         this has any bad side effects, we might revert this change.
3833
3834         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3835         seems to make mail retrieval much, much faster.
3836         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3837         unconditionally.
3838
3839         * gnus-draft.el (gnus-group-send-queue): Bind
3840         message-send-mail-partially-limit to nil to avoid being prompted.
3841
3842 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3843
3844         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3845
3846         * message.el (message-bogus-address-regexp): Fix and improve custom
3847         type.
3848         (message-setup-hook): Add message-check-recipients as custom option.
3849
3850 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3851
3852         * message.el (message-cite-function): Remove bogus autoload which crept
3853         in during merge from v5-10.
3854
3855 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3856
3857         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3858
3859         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3860
3861         * auth-source.el: Preliminary Tramp docs.
3862         (auth-sources): Change the default auth-sources to use
3863         EPA .gpg files.
3864
3865 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3866
3867         * nntp.el: Autoload `auth-source-user-or-password'.
3868         (nntp-send-authinfo): Use it.
3869
3870         * nnimap.el: Autoload `auth-source-user-or-password'.
3871         (nnimap-open-connection): Use it.
3872
3873         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3874         for the gnus-message function.
3875         (auth-source-user-or-password): Use it.
3876
3877 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3878
3879         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3880         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3881         (rfc2104-hash): Use it.
3882
3883 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3884
3885         * gnus-art.el (gnus-article-toggle-truncate-lines):
3886         Don't use `iff' in docstring.
3887
3888 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3891
3892         * gnus-util.el (gnus-extract-address-component-name)
3893         (gnus-extract-address-component-email): Convenience functions around
3894         `gnus-extract-address-components'.
3895
3896         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3897         Use `gnus-extract-address-component-email' to fix bug of comparing full
3898         sender name to `user-mail-address'.
3899
3900 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3901
3902         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3903         catch/throw to optimize.
3904         (gnus-registry-find-keywords): Just use member to find a keyword.
3905
3906 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3907
3908         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3909         is current before calling gnus-server-prepare.
3910         (gnus-server-setup-buffer, gnus-server-update-server)
3911         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3912
3913 2008-05-04  Juri Linkov  <juri@jurta.org>
3914
3915         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3916         (mailcap-file-default-commands): Use mailcap-replace-in-string
3917         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3918         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3919
3920 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3921
3922         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3923
3924 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3925
3926         * gnus.el: Bump version to 0.11.
3927
3928 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3929
3930         * gnus.el: No Gnus v0.10 is released.
3931
3932 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3935         hooks.
3936         (gnus-update-read-articles): Speed up non-marks-using users.
3937         (gnus-use-marks): Define gnus-use-marks.
3938         (gnus-propagate-marks): Rename variable to something more sensible.
3939
3940 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3941
3942         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3943         (gmm-image-load-path-for-library): Fix typos in docstrings.
3944         (gmm-message): Reflow docstring.
3945
3946 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         * mail-source.el (mail-source-set-1, mail-source-bind):
3949         Move auth-source code out of the macro to clean it up and fix bugs.
3950
3951 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3954         by sender if it's equal to user-mail-address, it's likely to be
3955         useless.
3956
3957         * mail-source.el (mail-source-bind): Don't use user or password if they
3958         are not bound.  Unintern them if they are nil.  Don't use server unless
3959         it's bound, and default it to empty string otherwise.
3960
3961 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3962
3963         * mail-source.el: Load auth-source.el.
3964         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3965         get user name or password, if auth-sources is set up.
3966
3967         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3968         strategy of splitting with parent.
3969         (gnus-registry-split-fancy-with-parent)
3970         (gnus-registry-post-process-groups): Use it and fix prior
3971         bug (returning a list as the split result).
3972
3973         * auth-source.el (auth-sources): Remove server parameter.
3974         (auth-source-pick, auth-source-user-or-password)
3975         (auth-source-user-or-password-imap)
3976         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3977         (auth-source-user-or-password-sftp)
3978         (auth-source-user-or-password-smtp): Remove server parameter.
3979
3980 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3981
3982         * smime.el (smime-sign-region, smime-encrypt-region)
3983         (smime-decrypt-region):
3984         Remove redundant calls to `generate-new-buffer-name'.
3985
3986 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3987
3988         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3989         Don't use QP for message/rfc822.
3990         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3991
3992 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3993
3994         * sieve-manage.el (sieve-string-bytes): Remove.
3995         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3996         correct byte-length only if the process's coding-system is the same as
3997         the one used internally by Emacs to represent strings.
3998
3999 2008-04-22  Juri Linkov  <juri@jurta.org>
4000
4001         * mailcap.el (mailcap-file-default-commands): New function.
4002
4003 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4004
4005         * message.el (message-signature-separator, message-cite-function):
4006         Change custom version.
4007
4008 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4009
4010         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4011         commands.
4012         (tls-checktrust): Ditto.
4013
4014 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4015
4016         * mm-decode.el (mm-display-external): Make temp file read-only.
4017
4018 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4021         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4022         `C-c C-f d'.
4023
4024 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4025
4026         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4027
4028 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4029
4030         * gnus.el: Bump version to 0.9.
4031
4032 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * gnus.el: No Gnus v0.8 is released.
4035
4036 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4037
4038         * mail-source.el (mail-source-value):
4039         Prefer fboundp to functionp so it works with macros as well.
4040
4041 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4042
4043         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4044         Fix last change in case the element is not even a symbol.
4045
4046 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4047
4048         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4049         Prefer fboundp to functionp so it works with macros as well.
4050
4051 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * auth-source.el: Added docs.
4054         (auth-sources): Modify format to support server.
4055         (auth-source-pick, auth-source-user-or-password)
4056         (auth-source-user-or-password-imap)
4057         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4058         (auth-source-user-or-password-sftp)
4059         (auth-source-user-or-password-smtp): Add server parameter.
4060
4061 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4062
4063         * gnus-registry.el: Initialize the registry when gnus-registry-install
4064         is t.
4065
4066 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * compface.el (uncompface): Make buffer unibyte.
4069
4070 2008-04-05  Glenn Morris  <rgm@gnu.org>
4071
4072         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4073
4074 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4075
4076         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4077         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4078
4079         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4080         multibyteness after rather than before erasing it.
4081
4082         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4083         mm-with-multibyte.
4084         (gnus-request-article-this-buffer): Make sure the proper decoding is
4085         used if gnus-original-article-buffer happens to be unibyte.
4086
4087         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4088         default-enable-multibyte-characters.
4089
4090         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4091         default-enable-multibyte-characters.
4092
4093         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4094
4095         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4096
4097 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4098
4099         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4100         (imap-message-copyuid-1): Use it.
4101         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4102         J. Williams in
4103         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4104
4105         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4106         imap-enable-exchange-bug-workaround.
4107         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4108
4109 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4110
4111         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4112         a 100 byte status-checks into a 2-3MB transfer for each group.
4113         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4114         to enable bug workaround or not.
4115         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4116
4117 2008-03-31  Glenn Morris  <rgm@gnu.org>
4118
4119         * message.el (mml2015-use): Declare for compiler.
4120         (message-info): Require mml2015 when appropriate.
4121
4122 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4125         whitespace.
4126
4127 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4128
4129         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4130         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4131         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4132         (nntp-service-to-port): New function.
4133         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4134         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4135         (nntp-open-netcat-stream): New function.
4136         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4137
4138 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4139
4140         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4141
4142 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4143
4144         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4145
4146 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4147
4148         * dns.el (dns-write): Use set-buffer-multibyte.
4149
4150 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4151
4152         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4153
4154 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * message.el (message-signature-separator): Change default.
4157         Improve custom type.
4158         (message-cite-function): Change default to
4159         message-cite-original-without-signature.
4160
4161         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4162         toggle.
4163
4164         * message.el (message-check-news-body-syntax): Fix signature check.
4165         (message-setup-1): Mark buffer as unmodified _after_ running
4166         message-setup-hook and handling message-alternative-emails.
4167         (message-shorten-references): Be more strict when building list of
4168         valid references to comply with GNKSA.
4169
4170         * gnus-group.el (gnus-read-ephemeral-bug-group)
4171         (gnus-read-ephemeral-debian-bug-group)
4172         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4173
4174         * message.el (message-info): Don't use booleanp which isn't supported
4175         in Emacs 21 and XEmacs.
4176
4177 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4178
4179         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4180         gnus-group-gmane-group-download-format.
4181         (gnus-group-read-ephemeral-gmane-group): Rename from
4182         gnus-group-read-ephemeral-gmane-group.
4183         (gnus-read-ephemeral-gmane-group-url): Rename from
4184         gnus-group-read-ephemeral-gmane-group-url.
4185         (gnus-bug-group-download-format-alist): New variable.
4186         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4187         (gnus-read-ephemeral-emacs-bug-group): New commands.
4188
4189 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4190
4191         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4192         (gnus-visible-headers): Improve custom type.
4193
4194 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4195
4196         * mml.el (mml-menu): Add workarounds for XEmacs.
4197
4198         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4199         X-Boundary header.
4200
4201         * message.el (message-simplify-recipients): Fix previous commit.
4202
4203 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4204
4205         * mm-util.el (mm-set-buffer-multibyte): New function.
4206         * mm-decode.el (mm-copy-to-buffer): Use it.
4207
4208 2008-03-19  Glenn Morris  <rgm@gnu.org>
4209
4210         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4211         Accidentally removed in the sync process with Emacs.
4212
4213 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * message.el (message-alter-recipients-discard-bogus-full-name):
4216         New function.
4217         (message-alter-recipients-function): New variable.
4218         (message-get-reply-headers): Use it.
4219         (message-replace-header): New helper function.
4220         (message-recipients-without-full-name): New variable.
4221         (message-simplify-recipients): New command.
4222
4223         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4224
4225         * message.el (message-info): Handle EasyPG manual.
4226
4227         * mml.el (mml-menu): Add entry for EasyPG.
4228
4229 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4230
4231         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4232         parameter.
4233
4234         * message.el (message-disassociate-draft): Specify drafts group name
4235         fully.
4236
4237 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4238
4239         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4240         unnecessary duplicates from the match list.
4241
4242 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4245
4246         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4247
4248         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4249         args of `how-many' of which the XEmacs version doesn't take; declare
4250         Info-index-next as function.
4251
4252 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * gnus-score.el (gnus-score-headers): Fix handling of
4255         gnus-inhibit-slow-scoring.
4256
4257         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4258         string.
4259         (gnus-button-url-regexp): Improve handling of parenthesis.
4260         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4261         (gnus-button-handle-info-keystrokes): Handle index entries.
4262
4263 2008-03-15  Glenn Morris  <rgm@gnu.org>
4264
4265         * parse-time.el (parse-time-string): Simplify.
4266
4267 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4270         Incoming* files.
4271
4272 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4273
4274         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4275         (auth-source-pick): Use it.
4276
4277 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4278
4279         * binhex.el (binhex-decode-region-internal):
4280         * uudecode.el (uudecode-decode-region-internal):
4281         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4282         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4283         setting default-enable-multibyte-characters.
4284
4285 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * auth-source.el (auth-source-protocols)
4288         (auth-source-protocols-customize, auth-source-choices): Added and
4289         modified variable customizations and defaults.
4290         (auth-source-pick, auth-source-user-or-password)
4291         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4292         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4293         (auth-source-user-or-password-sftp)
4294         (auth-source-user-or-password-smtp): Use new variables and provide an
4295         interface to netrc.el.
4296
4297 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4300         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4301         Make sure the nntp port to specify is a string.
4302
4303 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4304
4305         * nntp.el: Use with-current-buffer.
4306         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4307         dubious mm-with-unibyte-current-buffer.
4308         (nntp-with-open-group-function): New function extracted from
4309         nntp-with-open-group macro.
4310         (nntp-with-open-group): Use the function, so it's easier to debug.
4311         Add indentation and debugging info.
4312         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4313         the use of the netcat alternatives.
4314
4315         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4316         Avoid mm-string-as-multibyte as well.
4317
4318         * nnweb.el (nnweb-insert-html):
4319         Remove use of nnheader-string-as-multibyte.
4320
4321         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4322         (nnheader-string-as-multibyte): Remove.
4323
4324         * mm-view.el: Use inhibit-read-only.
4325         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4326         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4327         or unibyte-string.
4328
4329         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4330         (mm-uu-yenc-extract): Use with-current-buffer.
4331
4332         * gnus-soup.el (gnus-soup-send-packet): Don't use
4333         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4334
4335         * nnmh.el: Use with-current-buffer.
4336         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4337         mm-string-as-multibyte on the output of mm-encode-coding-string.
4338
4339         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4340         (nnimap-request-move-article): Use with-current-buffer.
4341
4342         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4343         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4344         conversion uses string-make-unibyte rather than string-as-unibyte.
4345
4346         * gnus-msg.el: Use with-current-buffer.
4347
4348         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4349
4350 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4351
4352         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4353         string for caching if it is 'PIN.
4354
4355 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * lpath.el: Consider the case without Emacs/W3.
4358
4359 2008-03-08  Glenn Morris  <rgm@gnu.org>
4360
4361         * time-date.el (date-to-time, time-subtract, time-add)
4362         (safe-date-to-time): Doc fixes.
4363
4364 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4365
4366         * mail-source.el (mail-source-delete-old-incoming-confirm):
4367         Change default to nil.
4368         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4369
4370 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * lpath.el: Rearrange.
4373
4374         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4375         (gnus-article-goto-prev-page): Work for articles having ^L's.
4376
4377         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4378
4379         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4380
4381 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4382
4383         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4384         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4385         (gnus-bookmark-jump): Adjust some variable names.
4386
4387 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * auth-source.el: New package.
4390         (auth-source-choices): Add customization entry point variable.
4391
4392         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4393         bug.
4394
4395 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4398         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4399         (gnus-registry-install-shortcuts): Rename from
4400         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4401         the `gnus-registry-mark-map' keymap dynamically from
4402         `gnus-registry-marks'.  The generated functions update the summary line
4403         when a registry mark is added or deleted, and will call
4404         `gnus-registry-install-p' (see the comments in the code).
4405         (gnus-registry-user-format-function-M): Use concat intelligently.
4406
4407         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4408         the registry mark functions.
4409
4410 2008-03-05  Glenn Morris  <rgm@gnu.org>
4411
4412         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4413         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4414         gnus-art.
4415         (top-level): No need to load own source when compiling.
4416
4417 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4418
4419         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4420         Suggested by <chris.anderton@zetnet.co.uk>.
4421
4422 2008-03-04  Glenn Morris  <rgm@gnu.org>
4423
4424         * gnus-sum.el (top-level): No need to require gnus when compiling,
4425         since unconditionally required near start of file.
4426         (gnus-summary-display-while-building): Move definition before use.
4427
4428 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4431         formatting function.
4432
4433 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4434
4435         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4436         with plists.
4437         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4438         Use new format.
4439
4440 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4443         `where-is-internal' that returns a range of key sequences.
4444
4445 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4446
4447         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4448
4449         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4450         (gnus-summary-jump-to-group): Consider windows on other displayed
4451         frames as well.  Similar changes might be needed elsewhere, but that's
4452         the one I've bumped into during my use.
4453
4454         * nndoc.el (nndoc-oe-dbx-type-p):
4455         * gnus-msg.el (gnus-debug):
4456         * gnus-group.el (gnus-update-group-mark-positions):
4457         Use mm-string-to-multibyte.
4458
4459 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4462         doesn't handle NotDashEscaped.
4463
4464         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4465         (mml-dnd-attach-options): Fix typo in custom choice.
4466
4467         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4468         nndoc-article-type to mbox.
4469         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4470
4471         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4472         to nil, instead of html2text.
4473
4474         * imap.el (imap-debug): Add `imap-ping-server'.
4475
4476         * gnus-bookmark.el: Add FIXMEs.
4477
4478         * message.el (message-form-letter-separator)
4479         (message-send-form-letter-delay): New variables.
4480         (message-send-form-letter): Use them.  New command to send form
4481         letters.  Requested by Uwe Siart.
4482         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4483
4484 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4485
4486         * Update copyright years.
4487
4488 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         Sync from EMACS_22_BASE.
4491
4492         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4493
4494 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4495
4496         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4497         empty author.
4498
4499 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4500
4501         * gnus-registry.el (gnus-registry-marks): Add variable for
4502         customization of marks and their appearance.
4503         (gnus-registry-read-mark): Use it.
4504         (gnus-registry-do-marks): Add utility function to loop through
4505         `gnus-registry-marks'.
4506         (gnus-registry-install-shortcuts-and-menus): Add function to install
4507         shortcuts and menus.
4508         (gnus-registry-initialize): Use it.
4509         (gnus-registry-default-mark): Clarify documentation.
4510
4511 2008-02-29  Glenn Morris  <rgm@gnu.org>
4512
4513         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4514         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4515         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4516         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4517         Change defcustom :version from 23.0 to 23.1.
4518
4519 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4520
4521         * gnus-registry.el (gnus-registry-follow-group-p)
4522         (gnus-registry-post-process-groups): Add functions to aid registry
4523         splitting and improve logging.  Clarify behavior in function
4524         documentation.
4525         (gnus-registry-split-fancy-with-parent): Use them.
4526
4527 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4528
4529         * gnus-art.el: Use with-current-buffer.
4530
4531 2008-02-27  David Engster  <dengste@eml.cc>
4532
4533         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4534         Express real group name in the response.
4535
4536 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4539         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4540         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4541         autoload gnus-registry-fetch-group when compiling.
4542         (nnmairix-request-group-with-article-number-correction): Remove
4543         unreferenced argument passed to nnmairix-call-backend.
4544
4545 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4548         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4549         Wilde.
4550
4551 2008-02-27  Glenn Morris  <rgm@gnu.org>
4552
4553         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4554         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4555         variables to defconsts.  Convert comments to doc-strings.
4556         (nnmairix-last-server, nnmairix-current-server): Convert from free
4557         variables to defvars.  Convert comments to doc-strings.
4558         (gnus-registry-fetch-group): Autoload.
4559         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4560         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4561         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4562         caddr.
4563         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4564         nnmairix-request-group-with-article-number-correction call.
4565         (nnmairix-fast, nnmairix-group): New, less general names, for free
4566         variables passed from nnmairix-request-group to
4567         nnmairix-request-group-with-article-number-correction.  Declare.
4568         (nnmairix-request-group-with-article-number-correction):
4569         Use nnmairix-fast, nnmairix-group rather than fast, group.
4570
4571 2008-02-26  David Engster  <dengste@eml.cc>
4572
4573         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4574         version 0.5.
4575
4576 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4579         instead of making an extra function call.  Don't add the current group
4580         to articles only when they have the group.  Use
4581         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4582         Reported by David <de_bb@arcor.de>.
4583
4584 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4587         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4588
4589 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4590
4591         * mail-source.el (mail-source-delete-incoming): Change default.
4592         Supplement doc string.
4593
4594         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4595
4596 2008-02-14  Glenn Morris  <rgm@gnu.org>
4597
4598         * time-date.el (format-seconds): New function.
4599
4600 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * nnmail.el (nnmail-message-id-cache-file): Derive from
4603         `gnus-home-directory'.
4604
4605 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4608         Document negative prefix.
4609
4610         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4611
4612 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4613
4614         * message.el (message-unsent-separator): Add the Exim bounce
4615         separator.
4616
4617 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4618
4619         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4620         list.
4621         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4622         recipient/signer list.
4623
4624 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * Makefile.in (datarootdir): Define.
4627         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4628         name that might contain whitespace.
4629
4630 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4631
4632         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4633         fbound (Emacs 23 unicode), signal an error.
4634
4635 2008-02-08  Glenn Morris  <rgm@gnu.org>
4636
4637         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4638
4639 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4640
4641         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4642         ports to the calls to `netrc-machine-user-or-password' in addition to
4643         "imap" and "imaps".
4644
4645 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4646
4647         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4648
4649         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4650
4651 2008-02-01  Kenichi Handa  <handa@m17n.org>
4652
4653         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4654         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4655         (rfc2104-hash): Convert the result of concat to unibyte string.
4656
4657 2008-02-01  Dave Love  <fx@gnu.org>
4658
4659         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4660         coding-system-for-read.
4661         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4662
4663 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4664
4665         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4666         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4667         <hanche@math.ntnu.no>.
4668
4669 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4672
4673         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4674
4675 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4676
4677         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4678         * message.el (message-beginning-of-line): Use featurep instead of bound
4679         tests in order to resolve conditionals at compile time.
4680
4681 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4682
4683         * mail-source.el (mail-sources): Add `group' choice.
4684
4685         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4686         parameter `in-group' to control into which group the articles go.
4687         Add treatment of `group' mail-source.
4688
4689 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4692
4693         * mm-decode.el (mm-dissect-buffer): Decode description.
4694
4695         * mml.el (mml-to-mime): Encode message header first.
4696
4697 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4700         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4701
4702         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4703         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4704
4705 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4706
4707         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4708
4709 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4712         prefix keys.
4713         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4714         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4715         gnus-xmas.el.
4716
4717         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4718         (gnus-xmas-article-describe-bindings): New function.
4719         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4720         gnus-xmas-article-describe-bindings.
4721
4722         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4723
4724 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4727         Add new variables for article mark management.
4728         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4729         list of extra data entries which, when present, will indicate that the
4730         article ID should not be trimmed from the registry.
4731         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4732         functions.
4733         (gnus-registry-read-mark): New function to read a mark name from the
4734         user.
4735         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4736         (gnus-registry-set-article-mark-internal): New functions to add and
4737         remove marks.
4738         (gnus-registry-get-article-marks): New function to show the marks for
4739         an article, or retrieve them for further use.
4740
4741 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4744         keys when no argument is given.
4745
4746 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4747
4748         * imap.el (imap-ping-server): New variable.
4749         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4750         (imap-ping-server): Minor doc string fixes.
4751
4752 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4753
4754         * imap.el (imap-ping-server): New function.
4755         (imap-opened): Call imap-ping-server.
4756
4757 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4758
4759         * gnus-sum.el (gnus-article-sort-by-random)
4760         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4761         jidanni@jidanni.org.
4762
4763 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-art.el (gnus-article-describe-bindings): New function.
4766         (gnus-article-read-summary-keys): Use it.
4767         (gnus-article-mode-map): Bind `C-h b' to it.
4768
4769 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4772         XEmacs.
4773         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4774         against non-character events.
4775
4776         * lpath.el: Fbind map-keymap for Emacs 21.
4777
4778 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4779
4780         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4781         command.
4782         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4783         instead of END.  Change name of the temp file.
4784         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4785         customizable.
4786
4787 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4790         bind `S W' to gnus-article-wide-reply-with-original; set default
4791         binding to gnus-article-read-summary-send-keys.
4792         (gnus-article-read-summary-keys): Fix the order of keys; display
4793         continuation keys correctly in the echo area; describe bindings
4794         correctly when keys end with `C-h'.
4795         (gnus-article-read-summary-send-keys): New function.
4796         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4797         for gnus-article-read-summary-send-keys; display continuation keys
4798         correctly in the echo area.
4799         (gnus-article-reply-with-original): Ignore prefix argument.
4800         (gnus-article-wide-reply-with-original): New function.
4801
4802         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4803         Emacs 21.
4804
4805 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4808         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4809
4810 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4811
4812         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4813         (gnus-group-read-ephemeral-gmane-group): New command.
4814
4815 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4816
4817         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4818
4819 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4820
4821         * message.el (message-send-mail-function): Increase custom version.
4822
4823         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4824         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4825
4826 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4827
4828         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4829         for the cases where imap-authenticate is called with a nil buffer
4830         parameter.
4831
4832 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4835         html parts correctly; support forwarded messages.
4836         (gnus-article-browse-html-article): Remove work buffers.
4837
4838         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4839         compiling.
4840         (netrc-bound-and-true-p): New macro.
4841         (netrc-parse): Use it instead of bound-and-true-p that is not available
4842         in XEmacs 21.4.
4843
4844 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4845
4846         * gnus-registry.el (gnus-registry-mark-article)
4847         (gnus-registry-article-marks): Add functionality to mark articles
4848         through the Gnus registry.
4849
4850         * encrypt.el: Clarify documentation for the new pgg method.
4851         (encrypt-file-alist): Add PGG option.
4852         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4853         functionality.  Abstract password key and messaging to external
4854         functions.
4855         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4856         (encrypt-message-method-and-cipher): Add new convenience external
4857         functions.
4858         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4859         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4860
4861         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4862         (netrc-parse): Use encrypt-file-alist to determine if
4863         encrypt-find-model or encrypt-insert-file-contents should be used.
4864
4865         * encrypt.el: Clarify documentation.  Load password-cache or
4866         password, whichever one is found first, instead of autoloading.
4867
4868 2007-12-19  Glenn Morris  <rgm@gnu.org>
4869
4870         * mml.el (message-options-set, message-narrow-to-head)
4871         (message-in-body-p, message-mail-p, message-encode-message-body):
4872         Autoload.
4873         (message-remove-header, message-narrow-to-headers-or-head)
4874         (message-subscribed-p, message-make-mail-followup-to)
4875         (message-position-on-field, message-news-p)
4876         (message-options-set-recipient, message-generate-headers)
4877         (message-sort-headers): Declare as functions.
4878
4879 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4882         convention in doc string.
4883
4884 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4887         title to html parts.
4888         (gnus-article-browse-html-article): Pass message header to it.
4889
4890         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4891
4892 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4893
4894         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4895         or password compatible with XEmacs.
4896
4897 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4898
4899         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4900         format document.
4901         (gnus-mime-delete-part): Don't write description line if empty.
4902         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4903
4904 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4905
4906         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4907         (gnus-summary-mark-read-and-unread-as-read)
4908         (gnus-summary-mark-current-read-and-unread-as-read)
4909         (gnus-summary-mark-unread-as-ticked): Doc fix.
4910         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4911
4912 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4915         Christoph Conrad <christoph.conrad@gmx.de>.
4916
4917 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4918
4919         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4920         yes-or-no-p.
4921
4922 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * mm-decode.el (mm-add-meta-html-tag): New function.
4925         (mm-save-part-to-file, mm-pipe-part): Use it.
4926
4927         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4928         gnus-y-or-n-p instead of y-or-n-p.
4929         (gnus-article-browse-html-parts): Work with message/external-body; use
4930         mm-add-meta-html-tag.
4931
4932 2007-12-11  Glenn Morris  <rgm@gnu.org>
4933
4934         * gnus-cache.el: Require gnus-sum not just when compiling.
4935
4936         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4937
4938         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4939         definitions before use.
4940
4941         * mm-decode.el: Require gnus-util.
4942         (mm-remove-part): Only call delete-annotation on XEmacs.
4943
4944         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4945
4946         * nnmail.el: Require gnus-int.
4947
4948         * spam.el: Move `require's before `eval-when-compile's.
4949
4950         * gnus-ems.el (gnus-alive-p):
4951         * gnus-fun.el (message-goto-eoh):
4952         * gnus-util.el (gnus-group-name-decode):
4953         * mail-source.el (gnus-compress-sequence):
4954         * message.el (Info-goto-node, format-spec):
4955         * mm-bodies.el (message-options-get):
4956         * mm-decode.el (mm-view-pkcs7):
4957         * mm-util.el (gmm-write-region):
4958         * mml-smime.el (mml-compute-boundary)
4959         (gnus-completing-read-with-default):
4960         * mml.el (widget-button-press, gnus-make-hashtable):
4961         * mml1991.el (mm-decode-content-transfer-encoding)
4962         (mm-encode-content-transfer-encoding)
4963         (message-options-get, message-options-set):
4964         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4965         * nnfolder.el (gnus-request-group):
4966         * nnheader.el (ietf-drums-unfold-fws):
4967         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4968         * smime.el (gnus-run-mode-hooks):
4969         * spam-stat.el (gnus-message): Autoload.
4970
4971         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4972         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4973         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4974         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4975         Add declare-function compatibility definition.
4976
4977         * gnus-cache.el (nnvirtual-find-group-art):
4978         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4979         (gnus-add-image, gnus-add-wash-type):
4980         * gnus-group.el (nnkiboze-score-file):
4981         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4982         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4983         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4984         (message-tokenize-header, gnus-get-buffer-create)
4985         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4986         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4987         * gnus.el (gnus-group-decoded-name):
4988         * mail-source.el (imap-capability):
4989         * mm-bodies.el (message-options-set):
4990         * mm-decode.el (gnus-configure-windows):
4991         * mm-extern.el (message-goto-body):
4992         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4993         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4994         (epg-sub-key-validity, message-options-set):
4995         * mml.el (widget-event-point, gnus-configure-windows):
4996         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4997         * mml2015.el (epg-check-configuration, epg-configuration)
4998         (message-options-set):
4999         * nndb.el (nndb-request-article):
5000         * nnfolder.el (gnus-request-create-group):
5001         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5002         * nnmaildir.el (gnus-group-mark-article-read):
5003         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5004         * rfc1843.el (message-fetch-field):
5005         * spam.el (gnus-extract-address-components):
5006         Declare as functions.
5007
5008 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5011
5012         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5013
5014         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5015         bind show-trailing-whitespace for XEmacs.
5016
5017 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5018
5019         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5020         new no-op macro for backward compatibility.
5021
5022         * imap.el (imap-string-to-integer): New function.
5023
5024 2007-12-09  Glenn Morris  <rgm@gnu.org>
5025
5026         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5027
5028         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5029         * message.el, mm-view.el, sieve-manage.el, smime.el:
5030         Add declare-function compatibility definition.
5031
5032         * gnus-art.el (w3-region, w3m-region, Info-menu):
5033         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5034         * gnus-sum.el (gnus-get-predicate):
5035         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5036         * message.el (mail-abbrev-in-expansion-header-p):
5037         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5038         (w3m-detect-meta-charset, w3m-region):
5039         * sieve-manage.el (password-read, password-cache-add)
5040         (password-cache-remove):
5041         * smime.el (password-read-and-add): Declare as functions.
5042
5043 2007-12-08  David Kastrup  <dak@gnu.org>
5044
5045         * gnus-sum.el (gnus-summary-simplify-subject-query):
5046         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5047         `message'.
5048
5049 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5052         it to bind idna-program, installation-directory, defined-colors, and
5053         face-attribute for XEmacs of the version that compiles defcustom forms.
5054
5055 2007-12-07  Glenn Morris  <rgm@gnu.org>
5056
5057         * gnus-art.el (article-make-date-line): Revert previous change.
5058
5059 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5062
5063 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5064
5065         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5066         Call gnus-add-to-range ranges only once with a prepared article-list.
5067
5068 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5069
5070         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5071         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5072         group names with backslashes.  Reported by Tassilo Horn
5073         <tassilo@member.fsf.org>.
5074
5075 2007-12-06  Deepak Goel  <deego3@gmail.com>
5076
5077         * gnus-art.el (article-make-date-line):
5078         * gnus-start.el (gnus-load):
5079         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5080
5081 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-art.el (gnus-use-idna)
5084         * gnus-start.el (gnus-site-init-file)
5085         * message.el (message-use-idna)
5086         * mm-uu.el (mm-uu-hide-markers)
5087         * smiley.el (smiley-style): Revert changes that suppress warnings.
5088
5089 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5092         specify charset to html source.  Reported by Christoph Conrad
5093         <christoph.conrad@gmx.de>.
5094
5095 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5098         idna-program in order to suppress byte compile warning issued by XEmacs
5099         that came to byte compile the default value section of defcustom forms
5100         recently.
5101
5102         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5103         value of installation-directory.
5104
5105         * message.el (message-use-idna): Don't directly refer to the value of
5106         idna-program.
5107
5108         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5109
5110         * smiley.el (smiley-style): Don't directly call face-attribute.
5111
5112 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5115
5116         * gnus-dired.el: Reduce Gnus dependencies.
5117         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5118         require.  Use autoloads instead.
5119         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5120         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5121         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5122         (gnus-dired-mode): Adjust doc string.
5123         (gnus-dired-mail-mode): New variable.
5124         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5125         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5126         (gnus-dired-mail-buffers): New function.  Return mail or message
5127         composition buffers.
5128         (gnus-dired-attach): Use it.
5129         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5130         NO-DECODE.
5131         (gnus-dired-print): Use `gnus-print-buffer' depending on
5132         `gnus-dired-mail-mode'.
5133
5134 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * rfc2047.el (rfc2047-encoded-word-regexp)
5137         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5138         explaining what regexp patterns are for.
5139
5140 2007-12-04  Glenn Morris  <rgm@gnu.org>
5141
5142         * password.el: Move to password-cache.el.
5143
5144         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5145         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5146         * mml-smime.el (password-read, password-cache-add)
5147         (password-cache-remove):
5148         No need to autoload, since mml-sec requires password.
5149
5150         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5151         * message.el (gnus-extract-address-components):
5152         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5153
5154         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5155         password.
5156
5157 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * mailcap.el: Reduce dependencies.
5160         (mail-header-parse-content-type): Autoload.
5161         (mailcap-delete-duplicates): New alias.
5162         (mailcap-mime-info): Add optional argument NO-DECODE.
5163         (mailcap-mime-types): Use mailcap-delete-duplicates.
5164
5165         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5166
5167 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5168
5169         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5170         (imap-parse-status): Upcase status-att for servers that sends them
5171         lower-case (e.g., MS Exchange 2007).
5172
5173 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5176         function.
5177
5178         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5179         (gnus-uu-yenc-article): New function.
5180
5181         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5182
5183         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5184         buffer.
5185
5186 2007-12-02  Glenn Morris  <rgm@gnu.org>
5187
5188         * binhex.el (binhex): New custom group.
5189         (binhex-decoder-program, binhex-decoder-switches)
5190         (binhex-use-external): Move to the binhex custom group.
5191
5192         * uudecode.el (uudecode): New custom group.
5193         (uudecode-decoder-program, uudecode-decoder-switches)
5194         (uudecode-use-external): Move to the uudecode custom group.
5195
5196         * netrc.el (top-level): Don't load `encrypt' features.
5197         (netrc-parse): Don't use encrypt.
5198         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5199
5200         * encrypt.el: Remove file.
5201
5202 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5203
5204         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5205         matches on patches.
5206
5207         * gnus-art.el (gnus-article-browse-html-article): Mention
5208         `mm-text-html-renderer' in the doc string.
5209
5210         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5211         string.  Add comments.
5212
5213         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5214         if rhs is ASCII.
5215
5216 2007-12-01  Glenn Morris  <rgm@gnu.org>
5217
5218         * mail-source.el (top-level): Require format-spec before
5219         eval-when-compile.
5220
5221 2007-11-30  Glenn Morris  <rgm@gnu.org>
5222
5223         * encrypt.el: Require password, rather than autoloading password-read.
5224
5225 2007-11-29  Glenn Morris  <rgm@gnu.org>
5226
5227         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5228         (sasl-make-client, sasl-next-step, sasl-step-data)
5229         (sasl-step-set-data): Declare as functions.
5230
5231 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5234
5235 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5236
5237         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5238         certs should be verified and what is to be done in the event of a
5239         verification failure.
5240
5241         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5242         caller can indicate whether the cache should be disregarded for this
5243         call.  This way the result of the call is reproducible at all times and
5244         can be considered a canonical server name for the supplied method.
5245         (gnus-agent-method-p): Canonicalize server names by pushing their
5246         method through `gnus-method-to-server' using the no-cache argument.
5247
5248         * gnus-srvr.el (gnus-server-insert-server-line): Call
5249         `gnus-method-to-server' with `no-cache' argument.
5250
5251         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5252         gnus-agent-possibly-synchronize-flags as this should be called when the
5253         server is actually being opened.
5254         (gnus-agent-possibly-synchronize-flags)
5255         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5256         flags file of an agentized server to the latter function.
5257
5258         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5259         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5260         after a connection has been established successfully.
5261
5262 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-art.el (article-display-face): Force to display face if called
5265         interactively; check if gnus-article-x-face-too-ugly matches author.
5266         (article-display-x-face): Display face even if From header is missing
5267         as article-display-face does.
5268
5269 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5270
5271         * hashcash.el (message-narrow-to-headers-or-head)
5272         (message-fetch-field, message-goto-eoh)
5273         (message-narrow-to-headers): Declare as functions.
5274
5275 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5276
5277         * mail-source.el (mail-sources): Default to fetch from file for
5278         compatibility with default of nnmail-spool-file.
5279
5280 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5283         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5284         to look for encoded word that should be encoded again.
5285         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5286         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5287         encoding pattern.
5288         (rfc2047-decode-region): Switch strict regexp and loose one according
5289         to rfc2047-allow-irregular-q-encoded-words.
5290
5291 2007-11-25  Romain Francoise  <romain@orebokech.com>
5292
5293         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5294
5295 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * tls.el (tls-program): Provide more custom choices from
5298         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5299         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5300
5301 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5304         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5305
5306         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5307         `nnmail-spool-file'.
5308
5309         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5310         `nnmail-spool-file'.
5311
5312         * gnus-move.el (gnus-change-server): Ditto.
5313
5314         * gnus-kill.el (gnus-batch-score): Ditto.
5315
5316         * gnus-cache.el (gnus-jog-cache): Ditto.
5317
5318         * gnus-msg.el (gnus-summary-reply):
5319         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5320
5321 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5324         version.  Minor improvement to doc strings.
5325         (tls-program): Add comment.
5326
5327 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5328
5329         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5330         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5331         mismatch between the hostname provided in the certificate and the name
5332         of the host connnecting to.
5333         (open-tls-stream): Use them.  Check certificates against trusted root
5334         certificates.
5335
5336 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * gnus-cache.el (gnus-cache-generate-nov-databases):
5339         Use nnml-generate-nov-databases-directory instead of
5340         nnml-generate-nov-databases-1.
5341
5342 2007-11-24  Glenn Morris  <rgm@gnu.org>
5343
5344         * message.el (message-tool-bar-retro): Update for rename
5345         mail_send.xpm->mail-send.xpm.
5346
5347 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5350         `smime-ldap-search' for Emacs 22 and up.
5351
5352 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5353
5354         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5355
5356         * message.el (message-send-mail-function): Fix error convention.
5357         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5358         (message-widen-reply, message-send-mail, message-talkative-question)
5359         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5360         (message-clone-locals, message-send-news): Use with-current-buffer.
5361         (message-insert-or-toggle-importance): Remove unused var `valid'.
5362         (message-make-references): Remove unused var `new-references'.
5363         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5364
5365 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5366
5367         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5368         (spam-split-symbolic-return-positive): Reflow docstring.
5369         (spam-backends, spam-summary-exit-behavior)
5370         (spam-mark-ham-unread-before-move-from-spam-group)
5371         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5372         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5373         (spam-clear-cache, spam-backend-check, spam-install-backend)
5374         (spam-install-statistical-backend, spam-list-of-processors)
5375         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5376         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5377         (spam-check-crm114, spam-initialize, spam-unload-hook):
5378         Fix typos in docstrings.
5379
5380 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5383         been checked if they have never been read and those group levels are
5384         higher than the one that a user specified.
5385
5386 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5389         foreign groups unless a group level is specified by a user.
5390         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5391
5392 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * message.el (message-send-mail-function): Require sendmail.
5395
5396 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * message.el (message-send-mail-function): Check for smtpmail too.
5399
5400         * utf7.el (utf7-encode, utf7-decode): Use coding system
5401         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5402
5403         * message.el (message-send-mail-function): New function.
5404         (message-send-mail-function): Set default using
5405         message-send-mail-function.  Adjust doc string.
5406         (message-send-mail-with-mailclient): New function.
5407
5408 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5409
5410         * smime.el (from):
5411         * rfc2047.el (message-posting-charset):
5412         * qp.el (mm-use-ultra-safe-encoding):
5413         * pop3.el (parse-time-months):
5414         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5415         * nnml.el (files):
5416         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5417         (jka-compr-compression-info-list, ange-ftp-path-format)
5418         (efs-path-regexp):
5419         * nndiary.el (files):
5420         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5421         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5422         (epg-digest-algorithm-alist, inhibit-redisplay)
5423         (password-cache-expiry):
5424         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5425         (pgg-output-buffer, password-cache-expiry):
5426         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5427         (efs-path-regexp):
5428         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5429         (inhibit-redisplay):
5430         * mm-uu.el (file-name, start-point, end-point, entry)
5431         (gnus-newsgroup-name, gnus-newsgroup-charset):
5432         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5433         (latin-unity-ucs-list):
5434         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5435         (mm-uu-binhex-decode-function):
5436         * message.el (gnus-message-group-art, gnus-list-identifiers)
5437         (rmail-enable-mime-composing, gnus-local-organization)
5438         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5439         (gnus-read-active-file, facemenu-add-face-function)
5440         (facemenu-remove-face-function, gnus-article-decoded-p)
5441         (tool-bar-mode):
5442         * mail-source.el (display-time-mail-function):
5443         * gnus-util.el (nnmail-pathname-coding-system)
5444         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5445         (gnus-original-article-buffer, gnus-user-agent)
5446         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5447         (xemacs-codename, sxemacs-codename, emacs-program-version):
5448         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5449         * gnus-start.el (gnus-agent-covered-methods)
5450         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5451         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5452         (gnus-newsgroup-headers, gnus-group-list-mode)
5453         (gnus-group-mark-positions, gnus-newsgroup-data)
5454         (gnus-newsgroup-unreads, nnoo-state-alist)
5455         (gnus-current-select-method, mail-sources)
5456         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5457         (nnmail-spool-file, gnus-cache-active-hashtb):
5458         * gnus-mh.el (mh-lib-progs):
5459         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5460         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5461         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5462         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5463         (gnus-group-buffer):
5464         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5465         (font-lock-set-defaults):
5466         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5467         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5468         (gnus-summary-post-menu, total-parts, type, condition, length):
5469         * gnus-agent.el (gnus-agent-read-agentview):
5470         * flow-fill.el (show-trailing-whitespace):
5471         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5472         eval-and-compile wrappers for byte compiler pacifiers.
5473
5474         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5475         (mm-display-inline-fontify): Check for featurep 'xemacs not
5476         extent-list.
5477
5478         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5479         itimer-list.
5480         (mm-create-image-xemacs): Only do something for XEmacs.
5481         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5482
5483         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5484
5485         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5486         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5487
5488 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5489
5490         * nnimap.el (nnimap-split-download-body):
5491         * gnus-demon.el (gnus-demon):
5492         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5493
5494 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5497         macros.
5498         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5499         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5500         copy data from unibyte buffer to multibyte current buffer.
5501         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5502         to copy data from unibyte current buffer to multibyte buffer.
5503         (nntp-make-process-buffer): Make process buffer unibyte.
5504
5505         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5506
5507 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5508
5509         * pop3.el (pop3-open-server): Accept and process data more robustly at
5510         connexion start to avoid spurious "POP SSL connexion failed" errors.
5511
5512 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5515         read group names.
5516
5517 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5520
5521 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5524         (nnmail-save-active): Use a unibyte buffer when saving active file,
5525         which may contain non-ASCII group names.
5526
5527         * nnml.el (nnml-request-group): Decode group names in messages.
5528
5529 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5530
5531         * message.el (message-citation-line-function)
5532         (message-insert-formatted-citation-line): Fix spelling of
5533         `message-insert-formated-citation-line'.
5534
5535 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5536
5537         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5538
5539 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5542         nnmail-pathname-coding-system.
5543
5544         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5545         that a user enters; decode group names in messages.
5546
5547         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5548
5549 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5552
5553         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5554
5555         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5556         risky local variable.
5557
5558         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5559
5560 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5561
5562         * encrypt.el: Improve documentation to fix function name typo.
5563         Reported by Daiki Ueno <ueno@unixuser.org>.
5564
5565 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5568         even if the point is not in the last page of an article.
5569         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5570         back to the previous page.
5571
5572 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5575
5576 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5579
5580 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5581
5582         * message.el (message-check-news-body-syntax): Avoid
5583         mm-string-as-multibyte.
5584         (message-hide-headers): Don't assume (point-min)==1.
5585
5586 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5587
5588         * message.el (message-remove-blank-cited-lines): Fix if remove is
5589         given.
5590         (message-bogus-address-regexp): New variable.
5591         (message-bogus-recipient-p): New function.
5592         (message-check-recipients): New command.
5593         (message-syntax-checks): Add `bogus-recipient'.
5594         (message-fix-before-sending): Add `bogus-recipient'.
5595
5596         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5597         (gnus-treat-body-boundary): Don't test window-system.
5598
5599 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5600
5601         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5602
5603 2007-10-28  Miles Bader  <miles@gnu.org>
5604
5605         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5606         at compile-time too.
5607
5608 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus-msg.el (gnus-message-setup-hook): Add
5611         `message-remove-blank-cited-lines' to options.
5612
5613 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * message.el (message-remove-blank-cited-lines): New function.
5616         Suggested by Karl Plästerer.
5617
5618 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5621         mapc.
5622
5623         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5624         (top-level): Use mapc to set functions to be traced for debugging.
5625
5626         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5627         called for effect with while loop.
5628
5629         * message.el (message-talkative-question): Replace mapcar called for
5630         effect with mapc.
5631
5632         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5633         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5634         called for effect with dolist.
5635
5636         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5637
5638         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5639         gnus-extra-headers and nnmail-extra-headers.
5640
5641         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5642         called for effect with dolist.
5643         (top-level): Use mapc to set functions to be traced for debugging.
5644
5645         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5646         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5647         dolist.
5648
5649         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5650         Replace mapcar called for effect with mapc.
5651         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5652         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5653         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5654         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5655
5656         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5657         remove-if that's a cl function.
5658
5659         * webmail.el (webmail-debug): Replace mapcar called for effect with
5660         dolist.
5661
5662         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5663         with mapc.
5664
5665 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5668         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5669         with while loop.
5670
5671         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5672         functions from article-* functions.
5673         (gnus-multi-decode-header): Replace mapcar called for effect with
5674         dolist.
5675
5676         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5677         (gnus-bookmark-show-details): Replace mapcar called for effect with
5678         while loop.
5679
5680         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5681         called for effect with while loop.
5682
5683         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5684         with dolist.
5685
5686         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5687         mapcar called for effect with dolist.
5688
5689         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5690
5691         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5692         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5693         Replace mapcar called for effect with dolist.
5694         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5695         mapc.
5696
5697         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5698         Replace mapcar called for effect with dolist.
5699         (gnus-topic-list): Replace mapcar called for effect with mapc.
5700
5701         * gnus.el: Use mapc instead of mapcar to add autoloads.
5702
5703 2007-10-23  Richard Stallman  <rms@gnu.org>
5704
5705         * gnus-group.el (gnus-group-highlight): Mark as risky.
5706
5707 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus.el (gnus-server-to-method): Return method found first in
5710         gnus-newsrc-alist.
5711
5712         * gnus-art.el (gnus-article-highlight-signature)
5713         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5714         button overlay without the front stickiness.
5715
5716 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5717
5718         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5719         overview buffer needed a catch to receive its throw.
5720         (gnus-agent-flush-cache): Declared as interactive to make this function
5721         easier to use.
5722
5723 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5726         `next-line'.
5727
5728 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5731         exclude address matching message-dont-reply-to-names.
5732
5733 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-util.el (gnus-string<): New function.
5736
5737         * gnus-sum.el (gnus-article-sort-by-author)
5738         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5739
5740 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5743         the frame-focus tag is set in gnus-buffer-configuration.
5744
5745 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5748         the front stickiness.
5749
5750 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5753         url pattern; remove duplicate one.
5754         (gnus-article-extend-url-button): New function.
5755         (gnus-article-add-buttons): Use it.
5756         (gnus-button-push): Use concatenated url that it makes.
5757
5758 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5759
5760         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5761
5762 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5763
5764         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5765         Don't hardcode point-min==1.
5766
5767 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5770         Fix comment about "iso8859-1".
5771
5772 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5773
5774         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5775         ones returned from the verify-function.
5776
5777         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5778         mml2015-extract-cleartext-signature if extraction failed.
5779
5780 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5781
5782         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5783         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5784         failed.
5785
5786 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5789
5790 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5791
5792         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5793         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5794         recommends to use EasyPG instead of PGG.
5795
5796         * pgg.el: Revert to revision 6.23.2.16.
5797
5798         * pgg-def.el: Revert to revision 6.6.2.14.
5799
5800         * pgg-gpg.el: Revert to revision 6.23.2.34.
5801
5802 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5805         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5806         thread for both the null and zero (kill/expire thread) universal prefix
5807         cases.
5808         (gnus-summary-expire-thread): Add new function to expire a thread,
5809         using gnus-summary-kill-thread.
5810         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5811         shortcuts for gnus-summary-expire-thread.
5812         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5813         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5814
5815 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5816
5817         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5818         extras value, so an extras entry can be deleted.
5819         (gnus-registry-delete-extra-entry): Use it.
5820         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5821         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5822         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5823         storage through the gnus-registry, and provide an appropriate API for
5824         it.
5825
5826 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5829         Suggested by Leo <sdl.web@gmail.com>.
5830
5831         * gnus.el: Do.
5832
5833 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5836         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5837
5838         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5839
5840         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5841         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5842
5843 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5846         newline.
5847         (nnmbox-request-accept-article): Don't change article in source buffer;
5848         narrow to header to use message-fetch-field rather than
5849         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5850         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5851         as delimiters; make sure article ends with newline.
5852         (nnmbox-delete-mail): Correct last position of article to be deleted;
5853         ignore X-Gnus-Newsgroup header in article body.
5854         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5855         positions; make sure article ends with newline.
5856
5857         * message.el (message-display-abbrev): Don't infloop when a user
5858         inserts SPC in the beginning of header.
5859
5860         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5861         coding-system-for-read and coding-system-for-write for XEmacs having no
5862         file-coding feature.
5863
5864         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5865
5866 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5867
5868         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5869         list of groups not followed by default.  Fix type to be regexp.
5870         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5871
5872 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5873
5874         * hmac-def.el (define-hmac-function): Switch from old-style to
5875         new-style backquotes.
5876
5877         * md4.el (md4-make-step): Likewise.
5878
5879 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5882         raw-text coding system when saving .newsrc file, which may contain
5883         non-ASCII group names.
5884
5885 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-cus.el (gnus-score-extra): New widget.
5888         (gnus-score-extra-convert): New function.
5889         (gnus-score-customize): Use it for Extra.
5890
5891 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5892
5893         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5894         (mml2015-mailcrypt-clear-verify): Use it.
5895         (mml2015-gpg-clear-verify): Use it.
5896         (mml2015-pgg-clear-verify): Use it.
5897         (mml2015-epg-clear-verify): Replace the current part with the output
5898         from GnuPG; don't extract the plaintext by itself.
5899
5900         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5901         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5902         mml2015-clear-verify-function; don't touch the armor headers or
5903         dash-escaped text here.
5904
5905 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5908         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5909         parts, or application/octet-stream as a last resort.
5910         (gnus-mime-view-part-as-type): Don't toggle display.
5911         (gnus-mime-view-part-as-charset): Don't turn off display before
5912         querying charset.
5913
5914         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5915         stuff to undisplayer function in Emacs.
5916         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5917
5918         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5919         text/calendar parts.
5920
5921 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5924         decoding text/calendar parts.
5925
5926         * message.el (message-forward-make-body-mime): Always mark body as
5927         having no illegible text; remove signed-or-encrypted argument.
5928         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5929
5930         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5931         (mml-generate-mime-1): Don't encode body if it is specified to be in
5932         raw form; don't make buffer be unibyte when inserting multibyte string.
5933
5934 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5935
5936         * sha1.el: Fix up comment style.
5937         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5938         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5939
5940         * hex-util.el: Fix up comment style.
5941         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5942
5943         * gnus-salt.el: Use with-current-buffer.
5944         (gnus-pick-setup-message): Fix long-standing typo.
5945
5946 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * imap.el (imap-logout-timeout): New variable.
5949         (imap-logout, imap-logout-wait): New functions.
5950         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5951
5952         * nnimap.el (nnimap-logout-timeout): New server variable.
5953         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5954         nnimap-logout-timeout.
5955
5956         * gnus-art.el (gnus-article-summary-command-nosave)
5957         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5958
5959 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus.el (gnus-maximum-newsgroup): New variable.
5962
5963         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5964         according to gnus-maximum-newsgroup.
5965
5966         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5967         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5968         Limit the range of articles according to gnus-maximum-newsgroup.
5969
5970 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5971
5972         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5973         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5974         Don't perform gnus-configure-windows here; reuse existing sticky
5975         article buffer.
5976
5977         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5978         it doesn't exist in gnus-article-mode.
5979
5980 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5983         (gnus-agent-decoded-group-name): New function.
5984         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5985         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5986
5987 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5988
5989         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5990         Add binding for gnus-sticky-article.
5991         (gnus-summary-exit): Don't kill sticky article buffers.
5992
5993         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5994         article buffer.
5995         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5996         (gnus-kill-sticky-article-buffers): New commands.
5997
5998 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * nntp.el (nntp-xref-number-is-evil): New server variable.
6001         (nntp-find-group-and-number): If it is non-nil, don't trust article
6002         numbers in the Xref header.
6003
6004 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-agent.el (gnus-agent-read-group): New function.
6007         (gnus-agent-flush-group, gnus-agent-expire-group)
6008         (gnus-agent-regenerate-group): Use it.
6009         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6010         nnmail-pathname-coding-system.
6011
6012 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6015
6016         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6017         that are unread as unread, and also as selected so that information of
6018         marks having been changed by a user may be updated when exiting group.
6019
6020 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6023         calculated ignoring signature parts to gnus-treat-article.
6024
6025 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6028         a point here in order to keep the window start.
6029         (gnus-insert-mime-security-button): Make a button overlay without the
6030         front stickiness.
6031         (gnus-mime-display-security): Goto the end of a button.
6032
6033         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6034
6035 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6038         group-name-at-point.
6039         (gnus-group-completing-read): New function that offers decoded
6040         non-ASCII group names for completion.
6041         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6042         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6043         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6044         (gnus-group-fetch-control): Use it.
6045         (gnus-fetch-group): Use group-name-at-point for the initial value
6046         rather than the default value; use gnus-alive-p.
6047
6048         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6049         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6050         (gnus-summary-post-news): Use gnus-group-completing-read.
6051
6052         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6053         (gnus-read-move-group-name): Decode group name for completion.
6054
6055 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6058         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6059         Yamaoka slightly modified the code).
6060
6061 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6064         (nnmail-split-incoming): Bind it.
6065
6066         * nnml.el (nnml-group-name-charset): New function.
6067         (nnml-decoded-group-name): Use it; don't decode group name if
6068         nnmail-group-names-not-encoded-p is non-nil.
6069         (nnml-encoded-group-name): New function.
6070         (nnml-group-pathname): Inline nnml-decoded-group-name.
6071         (nnml-request-expire-articles): Decode group name in message.
6072         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6073         nnmail-pathname-coding-system.
6074         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6075         not decoded ones according to nnmail-group-names-not-encoded-p.
6076         (nnml-generate-active-info): Use nnml-encoded-group-name.
6077
6078 2007-08-08  Glenn Morris  <rgm@gnu.org>
6079
6080         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6081         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6082         doc-strings and comments.
6083
6084 2007-07-25  Glenn Morris  <rgm@gnu.org>
6085
6086         * Relicense all FSF files to GPLv3 or later.
6087
6088 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-sum.el (gnus-summary-move-article): Make
6091         gnus-summary-respool-article work.
6092
6093 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6096         string.
6097
6098 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6099
6100         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6101         that should be ignored when comparing distant RSS articles with local
6102         ones.
6103         (nnrss-make-hash-index): New function.  Create a hash index according
6104         to the ignored fields.
6105         (nnrss-check-group): Use it.
6106
6107 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6110
6111         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6112
6113         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6114         the new optional argument ENCODED is non-nil.
6115         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6116         coding system for encoding group name.
6117         (gnus-group-make-rss-group): Pass un-encoded group name to
6118         gnus-group-make-group.
6119         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6120         encoded.
6121
6122         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6123         Encode group name to which articles are moved or copied.
6124         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6125         coding system for encoding Newsgroup, Followup-To and Xref headers.
6126
6127         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6128         marks; use nnheader-file-coding-system to write a file.
6129         (nnagent-retrieve-headers): Bind file-name-coding-system to
6130         nnmail-pathname-coding-system.
6131
6132         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6133
6134         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6135         (nnml-request-article, nnml-request-create-group)
6136         (nnml-request-rename-group, nnml-find-id)
6137         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6138         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6139         (nnml-save-marks): Use nnml-group-pathname instead of
6140         nnmail-group-pathname.
6141
6142         (nnml-request-create-group, nnml-request-expire-articles)
6143         (nnml-request-move-article, nnml-request-delete-group)
6144         (nnml-deletable-article-p, nnml-possibly-create-directory)
6145         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6146         (nnml-open-marks): Bind file-name-coding-system to
6147         nnmail-pathname-coding-system.
6148
6149         (nnml-request-article): Pass server argument to nnml-find-group-number.
6150         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6151         server argument to nnml-possibly-create-directory.
6152         (nnml-request-accept-article): Pass server argument to
6153         nnml-active-number and nnml-save-mail.
6154         (nnml-find-group-number): Pass server argument to nnml-find-id.
6155         (nnml-request-update-info): Pass server argument to
6156         nnml-marks-changed-p.
6157
6158         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6159         (nnml-save-mail, nnml-active-number): Add server argument.
6160
6161         (nnml-request-delete-group): Warn if group is missing.
6162         (nnml-get-nov-buffer): Decode group name.
6163         (nnml-generate-active-info): Encode group name.
6164         (nnml-open-marks): Decode group name in messages.
6165
6166 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6169         if it is not specified.
6170         (gnus-article-pipe-part, gnus-article-save-part)
6171         (gnus-article-interactively-view-part, gnus-article-copy-part)
6172         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6173         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6174         (gnus-article-replace-part, gnus-article-delete-part)
6175         (gnus-article-view-part-as-type): Pass raw prefix argument to
6176         gnus-article-part-wrapper.
6177
6178 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-agent.el (gnus-agent-save-active): Bind
6181         nnheader-file-coding-system to gnus-agent-file-coding-system.
6182
6183         * gnus-cache.el (gnus-cache-save-buffers)
6184         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6185         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6186         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6187         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6188         (gnus-cache-generate-active, gnus-cache-rename-group)
6189         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6190         (gnus-cache-update-overview-total-fetched-for): Bind
6191         file-name-coding-system to nnmail-pathname-coding-system.
6192         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6193         variables.
6194         (gnus-cache-decoded-group-name): New function.
6195         (gnus-cache-file-name): Use it.
6196         (gnus-cache-generate-active): Use non-decoded group name for active.
6197
6198         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6199         right place.
6200         (gnus-write-active-file): Don't break non-ASCII group names.
6201
6202         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6203         nnmail-pathname-coding-system.
6204
6205         * lpath.el: Bind default-file-name-coding-system,
6206         file-name-coding-system and language-info-alist for XEmacs.
6207
6208         * gnus-uu.el (gnus-uu-decode-save): Typo.
6209
6210 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6213
6214 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6217         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6218         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6219         (gnus-agent-flush-group, gnus-agent-flush-cache)
6220         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6221         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6222         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6223         (gnus-agent-regenerate-group)
6224         (gnus-agent-update-files-total-fetched-for)
6225         (gnus-agent-update-view-total-fetched-for): Bind
6226         file-name-coding-system to nnmail-pathname-coding-system.
6227         (gnus-agent-group-pathname): Don't encode file names by
6228         nnmail-pathname-coding-system.
6229         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6230         coding-system-for-write instead of buffer-file-coding-system to
6231         gnus-agent-file-coding-system.
6232
6233         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6234         Decode group name.
6235
6236         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6237
6238         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6239         (gnus-read-newsrc-el-file): Make group names unibyte.
6240
6241         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6242         nnmail-pathname-coding-system.
6243
6244         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6245         (nnrss-request-delete-group): Bind file-name-coding-system to
6246         nnmail-pathname-coding-system.
6247         (nnrss-read-server-data, nnrss-read-group-data): Bind
6248         file-name-coding-system correctly.
6249         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6250
6251         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6252         (nntp-server-to-method-cache): New variable.
6253         (nntp-group-pathname): New function that decodes non-ASCII group names.
6254         (nntp-possibly-create-directory, nntp-marks-changed-p)
6255         (nntp-save-marks, nntp-open-marks): Use it.
6256         (nntp-possibly-create-directory, nntp-open-marks):
6257         Bind file-name-coding-system to nnmail-pathname-coding-system.
6258         (nntp-open-marks): Decode group names when bootstrapping marks.
6259
6260         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6261         Newsgroups and Folowup-To headers.
6262
6263 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6266         (gnus-server-closed-face, gnus-server-denied-face)
6267         (gnus-server-offline-face): Remove variable.
6268         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6269
6270         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6271         of modifying message-stack directly for XEmacs.
6272
6273         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6274         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6275         if the coding-system argument is nil for XEmacs.
6276
6277         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6278         mm-charset-override-alist.
6279
6280         * rfc2047.el: Don't require base64; require rfc2045 for the function
6281         rfc2045-encode-string.
6282         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6283         to quote the parameter value.
6284
6285 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6288         form in gnus-group-name-charset-method-alist.
6289
6290         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6291         overrides the default layout edit-form.
6292
6293         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6294
6295         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6296
6297 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6300         as unfetched articles.
6301
6302 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6305
6306 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6309         original back end that keeps marks in the local system.
6310
6311 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6314         arg of pop-to-buffer for XEmacs.
6315         (gnus-article-read-summary-keys): Ditto; don't restore window
6316         configuration if summary command ends up with neither article buffer
6317         nor summary buffer; describe bindings if summary keys end with C-h.
6318
6319 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * message.el (message-fix-before-sending): Skip raw message part to be
6322         forwarded while checking illegible text.
6323         (message-forward-make-body-mime, message-forward-make-body): Mark
6324         signed or encrypted raw message as having no illegible text.
6325
6326 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6329         (gnus-message-with-timestamp-1): New macro.
6330         (gnus-message-with-timestamp): New function.
6331         (gnus-message): Use them.
6332
6333         * nnheader.el (nnheader-message): Use them.
6334
6335 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6338         .newsrc.eld file.
6339
6340 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-agent.el (gnus-agent-fetch-headers)
6343         (gnus-agent-retrieve-headers): Bind
6344         gnus-decode-encoded-address-function to identity.
6345
6346         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6347         available also when the server returns simply a dot.
6348
6349         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6350
6351 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6354
6355 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-ems.el (gnus-x-splash): Make it work.
6358
6359         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6360         from being used.
6361
6362         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6363
6364 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6367         4th and the 5th arguments.
6368
6369         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6370         the front stickiness.
6371         (gnus-article-summary-command-nosave): Correct the order of the
6372         arguments passed to pop-to-buffer.
6373         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6374         summary command ends up with the article buffer.
6375
6376         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6377         the same faces.
6378
6379 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6380
6381         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6382
6383 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6384
6385         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6386         * gnus-sum.el (gnus-summary-highlight):
6387         * pgg.el (pgg-sign-region, pgg-sign):
6388         * mail-source.el (mail-source-delete-old-incoming-confirm):
6389         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6390
6391 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-art.el (gnus-mime-view-part-externally)
6394         (gnus-mime-view-part-internally): Fix predicate function passed to
6395         completing-read.
6396
6397         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6398
6399         * gnus.el (gnus-update-message-archive-method): Add :version.
6400
6401 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus.el (gnus-update-message-archive-method): New variable.
6404
6405         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6406         according to gnus-message-archive-method if
6407         gnus-update-message-archive-method is non-nil.
6408
6409 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6412         by Loic Dachary <loic@dachary.org>.
6413         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6414
6415 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * message.el (message-pop-to-buffer): Add switch-function argument.
6418         (message-mail): Pass switch-function argument to it.
6419
6420 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6423         Improve doc string.
6424
6425 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6428         (gnus-header-content)
6429         * gnus-cite.el (gnus-cite-10)
6430         * gnus-srvr.el (gnus-server-closed)
6431         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6432         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6433         (gnus-group-mail-3-empty, gnus-group-mail-low)
6434         (gnus-group-mail-low-empty, gnus-splash)
6435         * message.el (message-header-to, message-header-cc)
6436         (message-header-subject, message-header-other, message-header-name)
6437         (message-header-xheader, message-separator, message-cited-text)
6438         (message-mml): Lighten colors of faces used for dark background.
6439
6440 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6441
6442         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6443         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6444
6445 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * message.el (message-narrow-to-headers-or-head):
6448         Ignore mail-header-separator in the body.
6449
6450 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6453         same as window size.
6454
6455 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6456
6457         * message.el (message-font-lock-keywords): Use message-header-xheader
6458         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6459         ahead of the anything pattern, to get it recognised.
6460
6461 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6464         spam.el loads uses it in the compiled defadvice form.
6465
6466 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6467
6468         * gnus-sum.el (gnus-articles-to-read)
6469         (gnus-summary-insert-old-articles): Don't truncate group name for
6470         `read-string'.
6471
6472         * gnus-util.el (gnus-limit-string): Delete this function.
6473
6474         * gnus-sum.el (gnus-simplify-subject-fully): Use
6475         `truncate-string-to-width' instead.
6476
6477 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6478
6479         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6480         if, on summary exit, the next group has to be selected.
6481         (gnus-summary-exit): Use it.
6482
6483 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6486         non-break space.
6487
6488 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6491         Check if group is not a directory.
6492         (nnfolder-request-expire-articles): Don't delete articles if the target
6493         group is not available.
6494
6495         * nnml.el (nnml-request-create-group): Properly check if group is not a
6496         file.
6497         (nnml-request-expire-articles): Don't delete articles if the target
6498         group is not available.
6499
6500         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6501         Don't quote characters that are within parentheses.
6502
6503 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6506         (gnus-handle-ephemeral-exit): Select article according to it.
6507
6508 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * message.el (message-insert-formated-citation-line): Remove newline.
6511         (message-citation-line-format): Add final \n here so that the user can
6512         avoid a blank line.
6513
6514 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6515
6516         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6517         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6518         Update lanl/arXiv support.
6519
6520 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * gnus.el: Bump version number.
6523
6524 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * gnus.el (gnus-version-number): Bump version.
6527
6528 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6529
6530         * gnus.el: No Gnus v0.6 is released.
6531
6532 2007-04-27  Didier Verna  <didier@xemacs.org>
6533
6534         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6535         * gmm-utils.el (gmm-regexp-concat): here.
6536         * message.el: Don't require 'gnus-util.
6537         (message-dont-reply-to-names): Handle name change above.
6538         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6539
6540 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6543         since the initial value varies according to the system.
6544
6545 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6548
6549 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6550
6551         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6552
6553 2007-04-24  Didier Verna  <didier@xemacs.org>
6554
6555         Improve the type of gnus-ignored-from-addresses.
6556         * gnus-util.el (gnus-orify-regexp): New function.
6557         * message.el (gnus-util): Require it.
6558         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6559         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6560         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6561
6562 2007-04-24  Didier Verna  <didier@xemacs.org>
6563
6564         * gnus-sum.el:
6565         * gnus-utils.el: Fix some trailing whitespaces.
6566
6567 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6570         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6571         article's Message-ID; refer parent article in summary buffer.
6572
6573         * message.el (message-bounce): Call mime-to-mml.
6574
6575         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6576         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6577         optimize and/or forms properly.
6578
6579 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6582         URL.
6583
6584 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6587
6588 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6591         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6592         displayed of multipart/alternative part if it is invoked from summary
6593         buffer.
6594
6595         * mm-view.el (mm-inline-text-html-render-with-w3m)
6596         (mm-inline-text-html-render-with-w3m-standalone)
6597         (mm-inline-render-with-function): Use mail-parse-charset by default.
6598
6599 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6600
6601         * parse-time.el (parse-time-string-chars): Check if CHAR
6602         is less than the length of parse-time-syntax.
6603
6604 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6607         from gnus-newsgroup-processable.
6608
6609 2007-04-16  Didier Verna  <didier@xemacs.org>
6610
6611         * gnus-msg.el (gnus-configure-posting-styles): Handle
6612         message-signature-directory properly with :file syntax.  Reported by
6613         "Leo".
6614
6615 2007-04-11  Didier Verna  <didier@xemacs.org>
6616
6617         New user option: message-signature-directory.
6618         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6619         * message.el (message-insert-signature): Ditto.
6620         * message.el (message-signature-file): Doc update.
6621         * message.el (message-signature-directory): New.
6622
6623 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * gnus-msg.el (gnus-inews-yank-articles): Use
6626         message-exchange-point-and-mark instead of exchange-point-and-mark.
6627
6628 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * message.el (message-yank-original): Make sure cited text ends with
6631         newline; don't exchange point and mark.
6632
6633 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6634
6635         * tls.el (open-tls-stream): Properly handle case where there
6636         is no associated buffer.
6637
6638 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6639
6640         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6641         message-yank-original, make sure (< mark TEXT point).
6642
6643 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6644
6645         * message.el (message-fill-column): New variable.
6646         (message-mode): Use it.  Add comment on a possible new hook.
6647
6648         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6649         (nnmail-get-new-mail): Reformat.
6650
6651         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6652
6653         * gmm-utils.el: Fix Commentary.
6654         (gmm-tool-bar-from-list): Fix typo in doc string.
6655
6656 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6657
6658         * message.el (message-yank-original): Don't switch point and mark
6659         unnecessarily to put point and mark as documented.
6660
6661 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662
6663         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6664         from the message heads.
6665
6666 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6667
6668         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6669         article buffer does not have a window.  This may not be the best
6670         solution but is certainly better than setting the start of the null,
6671         that is the current, window.
6672
6673 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6676         (gnus-draft-setup): Run it.
6677
6678         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6679         gnus-score-fast-scoring.  Allow regexp.
6680         (gnus-score-headers): Use it.
6681
6682         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6683         XEmacs.
6684
6685         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6686         string.
6687         (gnus-button-alist): Also catch `<f1> k ...'.
6688         (gnus-treat-display-x-face): Fix doc string.
6689
6690 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6691
6692         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6693         evaluation of gnus-extended-version to ensure correct generation of the
6694         User-Agent header when message-generate-headers-first is used.
6695
6696 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6697
6698         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6699         hashcash-path is nil.  Don't call callback with incorrect number of
6700         parameters if val is 0.
6701
6702 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6703
6704         * message.el (message-required-news-headers):
6705         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6706
6707 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6708
6709         * tls.el (open-tls-stream): In handshake-waiting loop,
6710         don't wait more if there is output available to process.
6711
6712 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6713
6714         * tls.el (tls-program): Doc fix.
6715
6716 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * message.el (message-generate-new-buffers): Change the meaning of the
6719         nil value; add `standard' to the choices; treat t as `unique'; improve
6720         doc string.
6721         (gnus-select-frame-set-input-focus): Autoload.
6722         (message-buffer-name): Search for the existing message buffer if
6723         message-generate-new-buffers is nil or `standard'; treat the value t of
6724         message-generate-new-buffers as `unique'.
6725         (message-pop-to-buffer): Raise the frame already displaying the message
6726         buffer; clear the echo area after querying.
6727         (message-setup): Pass the `continue' argument to compose-mail.
6728         (message-mail): Prefer `switch-function' if it is given; search for the
6729         existing message buffer if the `continue' argument is non-nil; pass
6730         continue and switch-function arguments to compose-mail by way of
6731         message-setup.
6732         (message-mail-other-window): Adjust argument of message-setup.
6733         (message-mail-other-frame): Ditto.
6734
6735 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6738         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6739         to turn font-lock on when turning gnus-message-citation-mode on.
6740
6741 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6742
6743         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6744         (mml-smime-function-alist): New variable; add epg as the backend.
6745         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6746         mml-smime- functions instead.
6747         * mm-view.el: Require smime.
6748
6749 2007-03-05  Didier Verna  <didier@xemacs.org>
6750
6751         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6752         instead of just inheritance for posting styles.
6753         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6754
6755 2007-02-24  Chris Moore  <dooglus@gmail.com>
6756
6757         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6758         * pgg-pgp.el (pgg-pgp-encrypt-region):
6759         * pgg-gpg.el (pgg-gpg-encrypt-region):
6760         Check pgg-encrypt-for-me if no other recipients.
6761
6762 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6763
6764         * tls.el (tls-certtool-program): Fix custom type.
6765
6766 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6769         and point-at-eol instead of line-(beginning|end)-position.
6770
6771         * assistant.el (assistant-parse-buffer): Ditto.
6772
6773         * netrc.el (netrc-parse-services): Ditto.
6774
6775 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6776
6777         * mml2015.el (mml2015-epg-find-usable-key): New function.
6778         (mml2015-epg-sign): Use it.
6779         (mml2015-epg-encrypt): Use it.
6780
6781 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * message.el (message-make-in-reply-to): Quote name containing
6784         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6785         if there are special characters.  Reported by NAKAJI Hiroyuki
6786         <nakaji@jp.freebsd.org>.
6787
6788 2007-02-27  Didier Verna  <didier@xemacs.org>
6789
6790         Include the group parameters as well as the topic ones in the
6791         inheritance filter process.
6792         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6793         argument GROUP-PARAMS-LIST.
6794         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6795
6796 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * nntp.el (nntp-never-echoes-commands)
6799         (nntp-open-connection-functions-never-echo-commands): New variables.
6800         (nntp-send-command): Use them.
6801
6802 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6803
6804         * mml2015.el (mml2015-epg-verify): Simplified.
6805
6806 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * mml.el (mml-content-disposition-alist): New user option.
6809         (mml-content-disposition): New function.
6810         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6811         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6812
6813 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6814
6815         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6816         verification.
6817
6818 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6819
6820         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6821         articles posted in the last 24 hours.
6822
6823 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6824
6825         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6826
6827 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6828
6829         * nntp.el (nntp-send-command): Don't wait for echoes when
6830         nntp-open-ssl-stream is used.
6831
6832 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6835         (gnus-message-add-citation-keywords)
6836         (gnus-message-remove-citation-keywords): Remove.
6837         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6838         directly, make the variables in font-lock-defaults buffer-local, add
6839         gnus-message-citation-keywords to them and then update the value of
6840         font-lock-keywords.
6841
6842 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * message.el (message-cite-original-1): Don't call
6845         gnus-article-highlight-citation.
6846
6847         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6848         citations; fix line count.
6849
6850 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6853         (gnus-message-add-citation-keywords)
6854         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6855         versions of font-lock-add-keywords and font-lock-remove-keywords to
6856         work with XEmacs correctly.
6857
6858 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-cite.el (gnus-cite-face-list): Set the values of
6861         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6862         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6863         (gnus-message-cite-prefix-regexp): New variable.
6864         (gnus-message-search-citation-line): Use it; protect against long
6865         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6866         the 0th match data for Emacs.
6867         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6868         (gnus-message-add-citation-keywords): Append keywords rather than
6869         prepending; emulate font-lock-add-keywords if it is not available.
6870         (gnus-message-remove-citation-keywords): Emulate
6871         font-lock-remove-keywords if it is not available.
6872
6873         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6874
6875         * message.el (message-cite-prefix-regexp): Set the value of
6876         gnus-message-cite-prefix-regexp.
6877
6878 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6879
6880         * nnweb.el (nnweb-google-parse-1): Update parser.
6881
6882 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6883
6884         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6885
6886 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6887
6888         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6889         regexp.
6890
6891 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6894         string-to-multibyte.
6895         (uudecode-decode-region-internal): Use it.
6896
6897         * lpath.el: Fbind string-as-multibyte for XEmacs.
6898
6899 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6902         custom choice.
6903
6904         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6905
6906 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6907
6908         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6909
6910         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6911         `write-region' to respect `mm-inhibit-file-name-handlers'.
6912
6913 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6916         Use gnus-home-directory instead of "~/" or "$HOME".
6917
6918 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6919
6920         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6921         to mention filename.
6922         Add comments at beginning regarding usage.
6923         (encrypt-write-file-contents): Change interactive so a string is
6924         acceptable.  If the file has no associated model, show an error instead
6925         of a nonsense prompt.
6926
6927 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6928
6929         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6930         Thanks to Yoshihiko Yamada for kind notification of this typo.
6931
6932 2007-01-12  Kenichi Handa  <handa@m17n.org>
6933
6934         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6935         multibyte buffer.
6936
6937 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * gnus-score.el (gnus-score-fast-scoring): New variable.
6940         (gnus-score-headers): Use it.
6941
6942         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6943
6944         * message.el (message-cite-original-1): Call
6945         gnus-article-highlight-citation if requested.
6946         (message-make-from): Allow name and address as optional arguments.
6947
6948         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6949
6950         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6951         bugs to doc string.
6952         (gnus-button-alist): Add mid\\|message-id.
6953         (gnus-button-fetch-group): Extend for use in
6954         `browse-url-browser-function'.
6955         (gnus-button-url-regexp): Try to catch paired parentheses like in
6956         Wikipedia URLs.
6957
6958         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6959         Suggested by Simon Krahnke <overlord@gmx.li>.
6960
6961 2007-01-13  Romain Francoise  <romain@orebokech.com>
6962
6963         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6964         Update copyright.
6965
6966 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6967
6968         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6969
6970 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6971
6972         * gnus-registry.el (gnus-registry-unfollowed-groups)
6973         (gnus-registry-split-fancy-with-parent): Fix documentation.
6974
6975 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6978         from nnweb groups.
6979
6980 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981
6982         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6983         Xref urls.  Erase buffer before requesting head.
6984
6985 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6988         customizable.
6989
6990 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6991
6992         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6993         no signing key is found.
6994         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6995         no encrypting and/or signing key is found.
6996
6997 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7000
7001 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7002
7003         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7004         headers read from disk with the ones newly found in the current search.
7005         This should no longer cause problems, because the article numbers in
7006         Gmane's `nov.php' output are ignored since the previous change.
7007
7008 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7009
7010         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7011
7012 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7015         replace-regexp-in-string; bind url-version; fbind display-images-p and
7016         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7017         find-face and set-itimer-function for Emacs; bind itimer-list for
7018         Emacs.
7019
7020         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7021
7022 2007-01-01  Romain Francoise  <romain@orebokech.com>
7023
7024         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7025
7026 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7027
7028         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7029         `define-minor-mode' macro definition expanded properly.
7030         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7031         exclude it there.
7032
7033         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7034         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7035         `fboundp' test.
7036         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7037         This is OK to autoload in (S)XEmacs now.
7038
7039 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7040
7041         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7042         keystroke.
7043         (gnus-summary-limit-to-singletons): Fix typo.
7044
7045         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7046         else fails.
7047
7048 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7049
7050         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7051         docstring.
7052
7053         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7054         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7055         (gnus-summary-insert-dormant-articles): Fix typo in message.
7056
7057 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7060         nil for XEmacs.
7061         (gnus-message-citation-mode): Don't autoload in XEmacs.
7062
7063         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7064
7065 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7066
7067         * nnimap.el (nnimap-expunge-search-string): Mention
7068         nnimap-search-uids-not-since-is-evil in docstring.
7069
7070 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * spam.el: Revert to make-obsolete-variable because
7073         define-obsolete-variable-alias is not supported in Emacs 21.
7074
7075         * spam.el (spam-ifile-path, spam-ifile-database-path)
7076         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7077         make-obsolete-variable.
7078         (spam-bsfilter-path, spam-bsfilter-program)
7079         (spam-spamassassin-path, spam-spamassassin-program)
7080         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7081         use "path" inappropriately.
7082         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7083         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7084         variable names.
7085
7086 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7087
7088         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7089         summary buffer.
7090
7091         * password.el (password-cache-remove): Use clear-string to burn
7092         password, if available.
7093
7094 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7097
7098         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7099
7100         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7101         (gnus-message-highlight-citation): Move defcustom here from
7102         gnus-cite.el.
7103         (gnus-message-citation-mode): Autoload.
7104
7105         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7106         checks to make it compile with XEmacs.
7107         (gnus-message-citation-mode): New minor mode.
7108         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7109         (gnus-message-highlight-citation): New variables.
7110         (gnus-message-search-citation-line)
7111         (gnus-message-add-citation-keywords)
7112         (gnus-message-remove-citation-keywords)
7113         (turn-on-gnus-message-citation-mode)
7114         (turn-off-gnus-message-citation-mode): New functions.
7115
7116 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7117
7118         * gnus-cite.el: Enable highlighting of different citation levels in
7119         message-mode.
7120
7121 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7122
7123         * message.el (message-make-fqdn): Fix comment.
7124         (message-bogus-system-names): Add ".local".
7125
7126         * spam.el (spam-ifile-path, spam-ifile-program)
7127         (spam-ifile-database-path, spam-ifile-database)
7128         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7129         Don't use "path" inappropriately.
7130         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7131         strings.
7132         (spam-check-ifile, spam-ifile-register-with-ifile)
7133         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7134         new variable names.
7135
7136         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7137         (gnus-treat-display-smileys): Simplify using
7138         gnus-image-type-available-p.
7139
7140         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7141         available.
7142
7143         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7144         `display-images-p' if available.
7145
7146 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7149         one after turning on the buffer's multibyteness instead of decoding
7150         them directly in the unibyte buffer that causes unexpected conversion
7151         in Emacs 23 (unicode).
7152
7153 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7154
7155         * message.el (message-generate-hashcash): Fix custom type.
7156
7157 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7158
7159         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7160
7161 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7164         disconnect icons.  Add help text.
7165
7166 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7167
7168         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7169         negated to be consistent with the others we handle.
7170
7171 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7174         version of gnus-summary-buffer to something, so that we can use two
7175         article buffers at the same time.
7176
7177 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7178
7179         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7180         trigger all the extra headers.
7181         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7182         sorting.
7183
7184 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7185
7186         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7187         solid groups.
7188
7189 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7190
7191         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7192
7193 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * legacy-gnus-agent.el: Add Copyright notice.
7196
7197 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7198
7199         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7200
7201 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7204
7205         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7206         to make it work reliably in CVS Emacs.
7207         (gnus-summary-limit-strange-charsets-predicate)
7208         (gnus-summary-limit-to-predicate): New functions.
7209
7210 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7211
7212         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7213         specifying array size.
7214         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7215         array if it is too small.
7216         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7217         (gnus-sort-threads-loop): New function.
7218
7219 2006-12-06  Chris Moore  <dooglus@gmail.com>
7220
7221         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7222         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7223
7224 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7225
7226         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7227         options.
7228
7229 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7232         DOS-ing the recipient.
7233
7234         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7235         the headers when creating the mapping to avoid mismappings.
7236         (nnweb-gmane-create-mapping): Always nix out old mapping.
7237
7238 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7241         and mm-verify-option to never.
7242
7243 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * message.el (message-signed-or-encrypted-p): New function.
7246         (message-forward-make-body): Use it.
7247
7248         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7249         Replace encode-coding-string with mm-encode-coding-string.
7250
7251 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * nneething.el (nneething-decode-file-name): Replace
7254         decode-coding-string with mm-decode-coding-string.
7255
7256         * gnus-int.el (gnus-open-server): Say failed server's name.
7257
7258 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7259
7260         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7261         strings to a single string.  Quote `errors-file-name'.
7262         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7263         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7264         Adjust calls.  Use `shell-quote-argument'.
7265
7266 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7267
7268         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7269         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7270
7271         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7272         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7273         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7274         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7275         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7276         (gnus-subscribe-newsgroup, gnus-1):
7277         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7278         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7279         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7280         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7281
7282 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283
7284         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7285         keystroke.
7286         (gnus-summary-limit-to-bodies): Implement headersp.
7287
7288 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7291
7292 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7295
7296 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7297
7298         * message.el (message-generate-hashcash): Expand range of values to
7299         include `opportunistic'.
7300         (message-send-mail): Use it.
7301
7302 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7303
7304         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7305         and comment it.
7306
7307         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7308
7309 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-util.el (gnus-extract-address-components): Improve comment.
7312
7313 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-util.el (gnus-extract-address-components): Work with address in
7316         which the name portion contains @.
7317
7318         * lpath.el: Fbind custom-autoload.
7319
7320 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * gnus.el (gnus-start): Move custom group up.
7323         (gnus-select-method): Don't autoload, but make it available for
7324         `customize-variable'.
7325         (gnus-getenv-nntpserver): Don't autoload.
7326
7327 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7328
7329         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7330
7331 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * message.el (message-sendmail-extra-arguments): New variable.
7334         (message-send-mail-with-sendmail): Use it.
7335
7336 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7339         mm-with-unibyte-current-buffer to make string unibyte.
7340
7341         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7342         mm-string-as-multibyte.
7343
7344 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7345
7346         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7347         Reported by Werner Koch <wk@gnupg.org>.
7348
7349 2006-11-14  Daiki Ueno  <ueno@p360>
7350
7351         * mml2015.el: Autoload epa-select-keys when compiling.
7352
7353 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7354
7355         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7356         message-options.
7357         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7358
7359 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7360
7361         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7362         EasyPG (< 0.0.6).
7363         (mml2015-always-trust): New user option.
7364         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7365         prompt.
7366
7367 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * nntp.el (nntp-authinfo-force): New variable.
7370         (nntp-send-authinfo): Use it.
7371
7372 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7375         decode encoded words.  Improve prompt.  Add comment about forwarding.
7376         (message-replacement-char): Move up.
7377
7378 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7379
7380         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7381         instead of gnus-intersection because arguments of gnus-sorted-nunion
7382         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7383
7384 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7387         (message-simplify-subject-functions): Enable
7388         message-strip-subject-encoded-words by default.
7389
7390 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * message.el (message-strip-subject-encoded-words): New function.
7393         (message-simplify-subject-functions): New variable.
7394         (message-simplify-subject): Use it.  Fix typo in doc string.
7395         Support message-strip-subject-encoded-words.
7396
7397 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7398
7399         * gnus-diary.el (gnus-diary-delay-format-function):
7400         * nndiary.el (nndiary-reminders):
7401         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7402
7403 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * gnus-art.el (article-hide-boring-headers): Fetch date from
7406         gnus-original-article-buffer to avoid problems with localized date
7407         strings.
7408
7409 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7412
7413 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7416         New variables.
7417         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7418         (mm-charset-synonym-alist): Move some entries to
7419         mm-codepage-iso-8859-list.
7420         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7421         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7422
7423 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7426
7427 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7430         with Emacs 21 and XEmacs.
7431
7432 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7433
7434         * spam.el (spam-parse-address): New function for better parsing,
7435         catching errors, etc.
7436         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7437
7438 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * mm-view.el: Add interactive arg to html2text autoload.
7441
7442 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7445
7446 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7449         variables.
7450         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7451         (mm-charset-synonym-alist): Move some entries to
7452         mm-codepage-iso-8859-list.
7453
7454         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7455
7456 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * message.el (message-citation-line-format)
7459         (message-insert-formated-citation-line): Fix implementation of %E, %N
7460         and %n according to the doc string.
7461
7462 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7463
7464         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7465         car-safe to avoid bad parses.
7466
7467 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7470         names.
7471
7472         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7473
7474 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7477         header.
7478
7479         * message.el (message-draft-headers): Add Date.
7480         (message-headers-to-generate): Fix typo in docstring.
7481
7482         * nndraft.el (nndraft-required-headers): New variable.
7483         (nndraft-generate-headers): Use it.
7484
7485         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7486
7487 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7488
7489         * gnus-registry.el (gnus-registry-wash-for-keywords)
7490         (gnus-registry-find-keywords): New functions to allow easy searching of
7491         articles that are in the registry.
7492
7493 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7494
7495         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7496         ietf-drums-parse-address instead of gnus-extract-address-components.
7497         Reported by Damien Elmes <damien@repose.cx>.
7498
7499 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * gnus.el (gnus-mime): Remove unused custom group.
7502
7503 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7504
7505         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7506         "blank line" when searching for end of armor headers.
7507
7508 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gmm-utils.el (gmm-write-region): Fix variable name.
7511
7512 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gmm-utils.el (gmm-write-region): New function based on compatibility
7515         code from `mm-make-temp-file'.
7516
7517         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7518
7519         * nnmaildir.el (nnmaildir--update-nov)
7520         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7521         Use `gmm-write-region'.
7522
7523 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7526         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7527
7528         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7529
7530         * message.el (message-replacement-char): New variable.
7531         (message-fix-before-sending): Use it.
7532         (message-simplify-subject): New function to remove duplicate code.
7533         (message-reply, message-followup): Use it.
7534
7535         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7536         gnus-summary-limit-to-articles.
7537
7538 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-util.el (gnus-with-local-quit): New macro.
7541
7542         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7543
7544 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7545
7546         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7547         ignore non-string data.
7548
7549 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7552         non-string data (needs to be done in the registry too).
7553
7554 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7555
7556         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7557         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7558         (gnus-registry-split-fancy-with-parent)
7559         (gnus-registry-fetch-simplified-message-subject-fast)
7560         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7561         Remove text properties on ingress into the registry and when it's saved.
7562         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7563         registry from entries with no groups.
7564
7565 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7566
7567         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7568         function to remove string properties.
7569
7570 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7571
7572         * gmm-utils.el (gmm): Adjust custom version.
7573
7574         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7575         custom version.
7576
7577         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7578
7579 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * gnus-art.el (gnus-insert-prev-page-button)
7582         (gnus-insert-next-page-button): Simplify.  Reformat.
7583
7584 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7585
7586         * gnus-art.el (gnus-insert-prev-page-button)
7587         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7588
7589 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7590
7591         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7592
7593 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7594
7595         * gnus-art.el (gnus-insert-mime-button)
7596         (gnus-insert-mime-security-button):
7597         Apply gnus-article-button-face to MIME and security buttons.
7598
7599 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7602         readable.
7603
7604 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7607
7608 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7609
7610         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7611         `browse-url-of-file' instead of `browse-url'.
7612
7613 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7614
7615         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7616         regexp.  Articles containing quotation were cut prematurely.
7617
7618 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * message.el (message-cite-original-1): Use nobody by default for the
7621         value of From header.
7622         (message-reply): Ditto.
7623
7624 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7625
7626         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7627         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7628         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7629
7630 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7633         mails in the doc string.  Add some URLs in comment.
7634         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7635
7636 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7639         backslashes handling and the way to find boundaries of quoted strings.
7640
7641 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7642
7643         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7644         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7645         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7646         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7647
7648 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7651         doc string.
7652         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7653
7654 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * lpath.el: Fbind epg-check-configuration.
7657
7658 2006-09-06  Simon Josefsson  <jas@extundo.com>
7659
7660         * mml2015.el (mml2015-use): Doc fix, mention epg.
7661
7662 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7663
7664         * mml2015.el (mml2015-use): Default to epg, if available.
7665
7666 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7667
7668         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7669         message-sender.
7670         (mml1991-epg-encrypt): Ditto.
7671         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7672         message-sender.
7673         (mml2015-epg-encrypt): Ditto.
7674
7675 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7676
7677         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7678         several common directories.
7679
7680 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7681
7682         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7683         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7684
7685 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-art.el (article-decode-encoded-words): Make it fast.
7688
7689 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7692
7693         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7694         in quoted string into `\'.
7695
7696 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7699         Use standard-syntax-table.
7700
7701 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-decode-address-function): New variable.
7704         (article-decode-encoded-words): Use it to decode headers which are
7705         assumed to contain addresses.
7706         (gnus-mime-delete-part): Remove useless `or'.
7707
7708         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7709         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7710         (gnus-nov-parse-line): Use it to decode From header.
7711         (gnus-get-newsgroup-headers): Ditto.
7712         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7713
7714         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7715         (mail-decode-encoded-address-string): New alias.
7716
7717         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7718         New function.
7719         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7720         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7721         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7722         (rfc2047-decode-string): Ditto.
7723         (rfc2047-decode-address-region): New function.
7724         (rfc2047-decode-address-string): New function.
7725
7726 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * message.el (message-caesar-buffer-body): Allow rotating headers.
7729
7730         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7731
7732         * message.el (message-insert-formated-citation-line): Fix %f.
7733         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7734
7735 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7738         (gnus-bookmark-mouse-available-p): New macro.
7739         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7740         (gnus-bookmark-bmenu-show-infos): Use it.
7741         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7742         (gnus-bookmark-bmenu-hide-infos): Ditto.
7743         (gnus-bookmark-remove-properties): New function.
7744         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7745         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7746         (gnus-bookmark-write-file): Bind coding-system-for-write.
7747         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7748         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7749         group before selecting it.
7750         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7751         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7752         quit-window if it is not available; use gnus-mouse-2 and bind it to
7753         gnus-bookmark-bmenu-select-by-mouse.
7754         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7755         (gnus-bookmark-bmenu-select-by-mouse): New function.
7756
7757 2006-08-13  Romain Francoise  <romain@orebokech.com>
7758
7759         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7760         space.
7761
7762 2006-08-10  Romain Francoise  <romain@orebokech.com>
7763
7764         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7765         (dns-mode-soa-auto-increment-serial): New user option.
7766         (dns-mode-soa-maybe-increment-serial): New function.
7767         (dns-mode): Add the latter to `write-contents-functions'.
7768
7769 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * compface.el (uncompface): Use binary rather than raw-text-unix.
7772
7773 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * compface.el (uncompface): Make sure the eol conversion doesn't take
7776         place when communicating with the external programs.  Reported by
7777         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7778
7779 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7782
7783 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7784
7785         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7786         Make it more robust by parsing author and date independently.
7787
7788 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7791
7792 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7793
7794         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7795         first matching secret key.
7796         (mml2015-epg-encrypt): Ditto.
7797
7798         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7799         first matching secret key.
7800         (mml1991-epg-encrypt): Ditto.
7801
7802         * mml2015.el (mml2015-encrypt-to-self): New user option.
7803         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7804         mml2015-epg-encrypt-to-self is set.
7805
7806         * mml1991.el (mml1991-encrypt-to-self): New variable.
7807         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7808         mml1991-epg-encrypt-to-self is set.
7809
7810         * mml2015.el (mml2015-signers): New user option.
7811         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7812         (mml2015-epg-encrypt): Allow to select signing keys.
7813
7814         * mml1991.el (mml1991-signers): New variable.
7815         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7816         (mml1991-epg-encrypt): Allow to select signing keys.
7817
7818 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * nnheader.el (nnheader-insert-head): Make it work even if the file
7821         uses CRLF for the line-break code.
7822
7823 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7824
7825         * mml2015.el: Require mml-sec instead of password.
7826         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7827         (mml2015-cache-passphrase): Inherit the default value from
7828         mml-secure-cache-passphrase.
7829         (mml2015-passphrase-cache-expiry): Inherit the default value from
7830         mml-secure-passphrase-cache-expiry.
7831
7832         * mml1991.el: Require mml-sec instead of password.
7833         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7834         (mml1991-cache-passphrase): Inherit the default value from
7835         mml-secure-cache-passphrase.
7836         (mml1991-passphrase-cache-expiry): Inherit the default value from
7837         mml-secure-passphrase-cache-expiry.
7838
7839         * mml-sec.el: Require password.
7840         (mml-secure-verbose): New user option.
7841         (mml-secure-cache-passphrase): New user option.
7842         (mml-secure-passphrase-cache-expiry): New user option.
7843
7844 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7845
7846         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7847         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7848         andreas@altroot.de (Andreas Vögele).
7849
7850         FIXME: Use `tiny change'?
7851
7852 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7853
7854         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7855         workaround for the url package included with Emacs.
7856
7857         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7858
7859 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7862         correctly.  This fixes a bug caused by the 2006-05-12 change.
7863
7864 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7865
7866         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7867         some information about the error when saying that the `bogus' mail
7868         group will be used.
7869
7870 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7873         string.
7874
7875 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7876
7877         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7878
7879 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7880
7881         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7882
7883 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7884
7885         * mml1991.el (mml1991-function-alist): Add epg.
7886         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7887         (mml1991-epg-encrypt): New functions.
7888
7889 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7890
7891         * mml2015.el (mml2015-verbose): New variable.
7892         (mml2015-cache-passphrase): Ditto.
7893         (mml2015-passphrase-cache-expiry): Ditto.
7894         (mml2015-function-alist): Add epg.
7895         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7896         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7897         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7898         functions.
7899
7900 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7901
7902         * message.el (message-cite-original-1): Preserve region when removing
7903         quoted text due to X-No-Archive in order to avoid bogus attribution
7904         when citing multiple messages.
7905
7906 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7907
7908         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7909         Kenneth Jacker <khj@be.cs.appstate.edu>.
7910
7911 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gnus-diary.el (gnus-user-format-function-d)
7914         (gnus-user-format-function-D): Autoload.
7915
7916         * imap.el (Commentary): Fix typo.
7917
7918         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7919         2006-04-22 contribution.
7920
7921 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7922
7923         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7924         It didn't really fix the bogosity I'm seeing with solid web groups.
7925
7926 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7927
7928         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7929         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7930         created using server names.  If we use the feature without declaring
7931         it, Gnus does not properly manage server and group state.
7932
7933         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7934         bound.
7935
7936 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7937
7938         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7939         looking up the method using GROUP's prefix before inventing a new one.
7940         It is used on killed/unknown groups in various places where returning
7941         an all-new method isn't expected by the caller.
7942
7943         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7944         and match semantics of gnus-group-real-prefix.
7945
7946 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7947
7948         * nnmail.el (nnmail-broken-references-mailers): New variable.
7949         (nnmail-ignore-broken-references): New function generalizing
7950         nnmail-fix-eudora-headers.
7951         (nnmail-fix-eudora-headers): Now obsolete.
7952
7953         * gnus-art.el (gnus-button-handle-custom): Support
7954         `customize-apropos*'.
7955
7956 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7959
7960         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7961         articles.
7962
7963 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * message.el (message-cite-reply-above): New variable.
7966         (message-yank-original): Use it.
7967
7968 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7971
7972 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7975         as read.
7976
7977         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7978
7979 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7980
7981         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7982         (gnus-bookmark-default-file): Use gnus-directory.
7983         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7984         Remove "*" in doc string.
7985         (gnus-bookmark-write-file): Simplify.
7986         (gnus-bookmark-maybe-sort-alist): Use `when'.
7987         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7988         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7989         FIXME about Emacs 21 and XEmacs compatibility.
7990         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7991         compatibility.
7992         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7993         compatibility.
7994         (gnus-bookmark-menu-heading): Fix version.
7995
7996 2006-06-19  Bastien Guerry  <bzg@altern.org>
7997
7998         * gnus-bookmark.el: New file.
7999
8000 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * message.el (message-syntax-checks): Doc fix.
8003
8004 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8005
8006         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8007         unsubscribed groups as if they were killed ones.  It causes duplicate
8008         entries in gnus-newsrc-alist.
8009
8010 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * message.el (message-syntax-checks): Doc fix.
8013         (message-send-mail): Add check for continuation headers.
8014         (message-check-news-header-syntax): Fix regexp used to check for
8015         continuation headers.
8016
8017 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8020
8021 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8024
8025 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8028         default-truncate-lines.
8029
8030 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8033         to fill the utf-8 entry.
8034
8035         * lpath.el: Fbind unicode-precedence-list.
8036
8037 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8038
8039         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8040
8041 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8042
8043         * gnus-agent.el (directory-files-and-attributes): Move all the way
8044         forward (the third and final move).
8045         (gnus-agent-read-agentview): Trap reconstruction errors due to
8046         nonexistant directory.  Handle by returning nil.
8047
8048 2006-05-30  Didier Verna  <didier@xemacs.org>
8049
8050         * message.el (message-dont-reply-to-names): Update the custom type.
8051         * message.el (message-dont-reply-to-names): New defsubst: potentially
8052         convert a list of regexps into a single one.
8053         * message.el (message-get-reply-headers): Use it.
8054         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8055
8056 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-agent.el (directory-files-and-attributes): Move forward.
8059
8060 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-ml.el (gnus-mailing-list-subscribe)
8063         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8064         (gnus-mailing-list-message): Fix doc strings.
8065
8066 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8067
8068         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8069         of doing it manually.
8070
8071 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8074         comment.
8075
8076 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8077
8078         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8079         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8080         (gnus-agent-read-local): All symbols allocated in my-obarray.
8081         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8082         (gnus-agent-regenerate-group): Check numeric names to see if they are
8083         messages or groups.
8084         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8085         better way of do this...)
8086
8087         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8088         'dummy.group' (there should be a better way of do this...)
8089
8090 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8093         (gnus-saved-headers): Ditto.
8094         (gnus-default-article-saver): Mention functions may have properties.
8095         (gnus-article-save): Override gnus-save-all-headers and
8096         gnus-saved-headers by :headers property which saver function may have.
8097         (gnus-summary-save-in-file): Add :headers property.
8098         (gnus-summary-write-to-file): Ditto.
8099
8100         * gnus-sum.el (gnus-summary-save-article): Bind
8101         gnus-prompt-before-saving to t when saving many articles in a file;
8102         always show all headers.
8103
8104         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8105
8106 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8109         marks.
8110
8111         * message.el (message-indent-citation): Add optional arguments to allow
8112         using it outside of message buffers.
8113
8114         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8115         (gnus-article-treat-unfold-headers): Use it.
8116         (gnus-article-truncate-lines): New variable.
8117         (gnus-article-mode): Use it.
8118         (gnus-article-toggle-truncate-lines): New function.
8119
8120         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8121         gnus-article-toggle-truncate-lines.
8122
8123         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8124         coding system in XEmacs, use binary.
8125
8126 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8129         after-load-alist.
8130
8131         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8132         this function should save decoded articles.
8133         (gnus-summary-write-to-file): Use property to specify this function
8134         should save decoded articles and specify gnus-summary-save-in-file
8135         should be used to save articles other than the first one when saving
8136         many articles.
8137         (gnus-summary-save-body-in-file): Use property to specify this
8138         function should save decoded articles.
8139         (gnus-summary-write-body-to-file): Use property to specify this
8140         function should save decoded articles and specify
8141         gnus-summary-save-body-in-file should be used to save articles other
8142         than the first one when saving many articles.
8143
8144         * gnus-sum.el (gnus-summary-save-article): Simplify.
8145
8146 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-art.el (gnus-default-article-saver): Add
8149         gnus-summary-write-body-to-file.
8150         (gnus-article-save-coding-system): Don't use coding system object
8151         in XEmacs.
8152         (gnus-read-save-file-name): Add optional `dir-var' argument which
8153         specifies directory in which files are saved; work even if optional
8154         `variable' argument is not specified.
8155         (gnus-summary-write-to-file): Read file name.
8156         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8157         (gnus-summary-write-body-to-file): New function.
8158
8159         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8160         (gnus-summary-local-variables): Add it.
8161         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8162         (gnus-summary-save-article): Remove optional `decode' argument;
8163         determine whether to decode articles by the value of
8164         gnus-default-article-saver; when saving many files using
8165         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8166         it first and use gnus-summary-save-in-file or
8167         gnus-summary-save-body-in-file thereafter unless
8168         gnus-prompt-before-saving is always; move point to article which
8169         will be saved.
8170         (gnus-summary-save-article-file): Revert.
8171         (gnus-summary-write-article-file): Revert.
8172         (gnus-summary-save-article-body-file): Revert.
8173         (gnus-summary-write-article-body-file): New function.
8174
8175 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-art.el (gnus-default-article-saver): Doc fix.
8178         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8179         from gnus-summary-save-article-coding-system, and default to a
8180         certain coding system.
8181         (gnus-output-to-file): Add coding cookie and encode text according
8182         to gnus-article-save-coding-system; don't use mm-append-to-file.
8183
8184         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8185         gnus-art.el and rename to gnus-article-save-coding-system.
8186         (gnus-summary-save-article): Require gnus-art; don't show all
8187         headers if it decodes articles; don't add coding cookie here;
8188         don't bind mm-text-coding-system-for-write.
8189         (gnus-summary-save-article-file): Save decoded articles.
8190         (gnus-summary-write-article-file): When saving many files, use
8191         gnus-summary-write-to-file first and gnus-summary-save-in-file
8192         thereafter unless gnus-prompt-before-saving is always.
8193         (gnus-summary-save-article-body-file): Save decoded articles.
8194
8195         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8196
8197 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8198
8199         * nnrss.el (nnrss-check-group): Bind hash-index.
8200
8201 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8202
8203         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8204         its hash index.  Store this hash in `nnrss-group-data'.
8205         (nnrss-read-group-data): Update accordingly.
8206
8207 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8210         entry.
8211
8212         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8213         gnus-article-browse-html-article.
8214
8215 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8216
8217         * gnus-sum.el (gnus-summary-mime-map): Add
8218         gnus-article-browse-html-article.
8219
8220         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8221
8222 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8225         suitable coding systems in customize.
8226
8227 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * mail-source.el (mail-sources): Fix custom type.
8230
8231 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8234         (gnus-summary-expire-articles-now): Shorten prompt.
8235
8236         * gmm-utils.el (wid-edit): Require.
8237         (defun-gmm): Renamed from `gmm-defun-compat'.
8238         (gmm-image-search-load-path): Use it.
8239         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8240
8241 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8244         variable.
8245         (gnus-summary-save-article): Add optional `decode' argument.  If
8246         it is set and gnus-summary-save-article-coding-system is non-nil,
8247         save decoded article.
8248         (gnus-summary-write-article-file): Save decoded article if
8249         gnus-summary-save-article-coding-system is non-nil.
8250
8251         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8252         type.
8253
8254 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8257
8258 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8261         first to test gnus-single-article-buffer which may be buffer-local.
8262
8263         * gnus-sum.el (gnus-summary-setup-buffer): Make
8264         gnus-single-article-buffer buffer-local and nil in ephemeral
8265         group; make gnus-article-buffer, gnus-article-current, and
8266         gnus-original-article-buffer always buffer-local.
8267         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8268         group.
8269         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8270
8271 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * nnml.el (nnml-request-compact-group): Compressed files might not
8274         have .gz extension.
8275
8276 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8277
8278         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8279         (mm-copy-to-buffer): Use with-current-buffer.
8280         (mm-display-part): Simplify.
8281         (mm-inlinable-p): Add optional arg `type'.
8282
8283 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8284
8285         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8286         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8287         Try harder to show the attachment internally or externally using
8288         gnus-mime-view-part-as-type.
8289
8290 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * message.el (message-from-style, message-signature-separator)
8293         (message-user-organization-file, message-send-mail-function)
8294         (message-citation-line-function, message-yank-prefix)
8295         (message-indent-citation-function, message-signature)
8296         (message-signature-file, message-signature-insert-empty-line):
8297         Remove autoloads.
8298
8299         * gnus-art.el (gnus-buttonized-mime-types): Remove
8300         "multipart/signed".  Revert 2006-04-26 change.
8301
8302 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * gnus.el (gnus-version-number): Bump version.
8305
8306 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8307
8308         * gnus.el: No Gnus v0.5 is released.
8309
8310 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8311
8312         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8313         fetching articles by message-id.
8314
8315 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * message.el (hashcash): Require hashcash as normal.
8318
8319         * ecomplete.el (ecomplete-highlight-match-line): Use
8320         point-at-eol.
8321         (ecomplete-highlight-match-line): Use `highlight', because that
8322         face exists in both Emacs and XEmacs.
8323
8324         * message.el (message-display-abbrev): Use point-at-bol.
8325
8326         * mail-source.el: Don't require timer/timer-funcs.
8327
8328         * gnus-async.el: Ditto.
8329
8330         * password.el: Ditto.
8331
8332         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8333
8334         * mm-url.el: Ditto.
8335
8336         * gnus-xmas.el: Don't require timer-funcs.
8337
8338         * mm-util.el: Require timer/timer-funcs.
8339
8340 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8341
8342         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8343         Close.
8344
8345 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8348         unibyte after clear-decrypt function runs.
8349
8350         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8351         returns as a unibyte string.
8352
8353 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * lpath.el: Revert.
8356
8357         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8358         (pgg-gpg-process-sentinel): Revert.
8359
8360         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8361         (pgg-pgp-lookup-key): Revert.
8362
8363         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8364         (pgg-pgp5-lookup-key): Revert.
8365
8366         * pgg.el (pgg-fetch-key): Revert.
8367
8368 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * lpath.el: Fbind string-as-multibyte for XEmacs.
8371
8372         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8373         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8374         (mml1991-pgg-encrypt): Ditto.
8375
8376         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8377         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8378         a multibyte buffer.
8379
8380         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8381         (pgg-pgp-lookup-key): Ditto.
8382
8383         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8384         (pgg-pgp5-lookup-key): Ditto.
8385
8386         * pgg.el (pgg-fetch-key): Ditto.
8387
8388 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * message.el (message-user-organization-file): Check several
8391         locations of the organization file.
8392
8393         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8394         Add gnus-article-view-part-as-type.
8395
8396         * gnus-art.el (gnus-article-view-part-as-type): New function.
8397
8398         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8399         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8400
8401         * mml.el: Simplify autoload.
8402         (mml-mode): defvar dnd-protocol-alist instead of using
8403         symbol-value.
8404         (mml-default-directory): New variable.
8405         (mml-minibuffer-read-file): Use it.
8406         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8407
8408         * message.el (message-citation-line-format): New variable.
8409         (message-insert-formated-citation-line): New function.
8410         (message-citation-line-function): Add
8411         `message-insert-formated-citation-line' to custom type.
8412
8413         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8414         to doc string.
8415
8416         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8417         depending on mm-verify-option.
8418
8419 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8422         binding pgg-* variables; reimplement the section which prevents
8423         MIME header from being signed.
8424         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8425         pgg-text-mode; remove a blank line at the top of body.
8426
8427         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8428         lines at the top of body; use gnus-newsgroup-charset if there's no
8429         Charset header.
8430
8431 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * message.el (message-self-insert-commands): Doc fix.
8434
8435         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8436         (mm-uu-pgp-encrypted-test): Ditto.
8437         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8438         between header and body; return application/pgp-encrypted handle
8439         if decryption failed; decode decrypted body by charset.
8440
8441         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8442         element match to application/pgp-*.
8443
8444 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8445
8446         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8447         HTML.
8448
8449 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * mail-source.el (mail-source-call-script): Message the error
8452         string.
8453
8454 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8455
8456         * gnus-util.el (gnus-byte-compile): Use it.
8457
8458 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8459
8460         * gnus-util.el (kill-empty-logs): New function.
8461
8462 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463
8464         * message.el (message-mail-alias-type): Doc fix.
8465         (message-mail-alias-type-p): New function.
8466         (message-send): Use it.
8467         (message-mode): Ditto.
8468         (message-strip-forbidden-properties): Ditto.
8469
8470         * ecomplete.el (ecomplete-database-file-coding-system): New
8471         variable.
8472         (ecomplete-save): Use it.
8473         (ecomplete-setup): Use it.
8474
8475 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * message.el (message-self-insert-commands): New variable.
8478         (message-strip-forbidden-properties): Use it.
8479
8480 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8483         that doesn't make XEmacs choke.
8484
8485 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * gnus-util.el (gnus-replace-in-string):
8488         Prefer replace-regexp-in-string over of replace-in-string.
8489
8490 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-util.el (gnus-select-frame-set-input-focus):
8493         Use select-frame-set-input-focus if it is available in XEmacs; use
8494         definition defined in Emacs 22 for old Emacsen.
8495
8496         * dgnushack.el: Autoload unmorse-region for XEmacs.
8497
8498         * lpath.el: Bind cursor-in-non-selected-windows and
8499         select-frame-set-input-focus for XEmacs.
8500
8501 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8504
8505 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8506
8507         * gnus-registry.el (gnus-registry-cache-save): Remove text
8508         properties when saving via the temp buffer.
8509
8510 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * message.el (message-generate-hashcash): Honor custom type.
8513
8514 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515
8516         * message.el (message-generate-hashcash): Default to non-nil when
8517         hashcash is found.
8518
8519         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8520         (gnus-refer-thread-limit): Increase default to 500.
8521
8522         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8523
8524         * flow-fill.el (fill-flowed): Allow delete-space.
8525
8526 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8529         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8530         Remove autoloads.
8531
8532 2006-04-18  Simon Josefsson  <jas@extundo.com>
8533
8534         * message.el (message-generate-hashcash): Default to.
8535
8536 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8539         concatenating segments rather than before concatenating them.
8540
8541 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8544
8545 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8548
8549         * message.el (message-forward-make-body-plain): Allow
8550         message-forward-ignored-headers to be a list.
8551         (message-remove-ignored-headers): Factor out into function.
8552         (message-forward-make-body-mml): Use it.
8553
8554         * imap.el (imap-quote-specials): New function.
8555         (imap-login-auth): Quote specials.
8556
8557         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8558         (rfc2231-parse-string): Allow concatanation of parameters that
8559         aren't contiguous.  The test case is
8560           (mail-header-parse-content-type "message/external-body;
8561             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8562             access-type=LOCAL-FILE;
8563             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8564
8565 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8566
8567         * nntp.el (nntp-accept-process-output): Return the value of
8568         `nnheader-accept-process-output'.
8569
8570 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8571
8572         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8573         (gnus-button-alist): Recognize more diff formats.
8574         (gnus-button-patch): Strip directory.
8575
8576 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8579         Emacs 22 when setting focus.
8580
8581 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * gnus-art.el (gnus-article-treat-types): Do treatment of
8584         text/x-verbatim parts.
8585         (gnus-button-patch): New command.
8586
8587         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8588         addresses that contain invalid characters.
8589
8590 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * message.el (message-put-addresses-in-ecomplete): Use
8593         gnus-replace-in-string.
8594         (message-is-yours-p): Use the more correct
8595         mail-header-parse-address instead of
8596         mail-extract-address-components.
8597         (message-put-addresses-in-ecomplete): Fix typo.
8598
8599         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8600         keystroke.
8601
8602         * gnus-art.el (gnus-treatment-function-alist): Change order of
8603         newsgroups/generic header folding to avoid double-folding.
8604
8605         * message.el (message-hidden-headers): Add X-Draft-From.
8606
8607         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8608         command.
8609         (gnus-summary-repeat-search-article-backward): New command.
8610
8611         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8612         groups in the parent topic.
8613
8614 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8615
8616         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8617         (spam-extra-header-to-number): Return the CRM114 number as a
8618         number instead of a string.
8619
8620 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * gnus-art.el (gnus-face-properties-alist): Moved here from
8623         gnus-fun.
8624
8625         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8626
8627 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628
8629         * message.el (message-strip-forbidden-properties): Only display on
8630         self-insert-command.
8631
8632         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8633         reindent.
8634         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8635
8636 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8637
8638         * smiley.el (smiley-style): Fix typo.
8639
8640 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641
8642         * hashcash.el (hashcash-insert-payment-async-2): Use
8643         message-goto-eoh instead of doing it manually.
8644         (mail-add-payment): Use message-narrow-to-header instead of trying
8645         to do the same itself.
8646
8647         * message.el (message-hidden-headers): Add Face.
8648
8649         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8650         reparenting code.
8651         (gnus-summary-reparent-children): Refactored out code.
8652         (gnus-summary-thread-map): New keystroke.
8653         (gnus-summary-reparent-children): Make into command.
8654
8655         * smiley.el (smiley-style): Default to `medium' if using a large
8656         font.
8657
8658         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8659         does it itself.
8660
8661         * message.el (message-point-in-header-p): Simplify definition.
8662
8663 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * nnagent.el (nnagent-request-set-mark): Silence log file
8666         writing.
8667         (nnagent-request-set-mark): Use write-region instead of
8668         append-to-file.
8669
8670         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8671         strange select method.
8672
8673         * ecomplete.el (ecomplete-display-matches): Get highlightling
8674         right.
8675         (ecomplete-display-matches): Use literals.
8676         (ecomplete-display-matches): Disable message logging.
8677
8678         * message.el (message-display-abbrev): Small optimization.
8679
8680         * ecomplete.el (ecomplete-display-matches): Allow automatic
8681         display.
8682
8683         * message.el (message-strip-forbidden-properties): Display
8684         abbrevs.
8685         (message-display-abbrev): Get automatic display right.
8686
8687         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8688         keystrokes.
8689
8690 2006-04-13  Romain Francoise  <romain@orebokech.com>
8691
8692         TODO: Backport to v5-10!
8693
8694         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8695         Moved here (and renamed) from gnus-registry.el.
8696
8697         * gnus-registry.el: Require gnus-util.
8698         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8699
8700 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * gnus-group.el (gnus-group-catchup-current): Change
8703         if-then-else-if-then-else into cond.
8704         (gnus-group-catchup): Indent.
8705         (group-name-at-point): New function.
8706         (gnus-fetch-group): Provide default from thing at point.
8707
8708 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8709
8710         * message.el (message-display-abbrev): Fix regexp.
8711
8712         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8713         choosing.
8714         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8715         dead variables.
8716
8717         * message.el (message-newline-and-indent): Remove debugging.
8718         (message-display-abbrev): Use new implementation.
8719
8720 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8721
8722         * gnus-art.el (gnus-article-mode): Set
8723         cursor-in-non-selected-windows to nil.
8724
8725         * smiley.el: Revert previous change.
8726         (smiley-data-directory): defvar it before using it in the
8727         defcustom of `smiley-style'.
8728
8729 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * message.el (message-newline-and-indent): New function.
8732
8733         * ecomplete.el: Implement more bits.
8734
8735         * message.el (message-put-addresses-in-ecomplete): Clean up the
8736         string.
8737
8738         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8739
8740         * gnus-sum.el (gnus-summary-save-parts): Bind
8741         gnus-summary-save-parts-counter and use it to make unique file
8742         names.
8743
8744         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8745
8746         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8747         parameter to say whether to actually parse the individual
8748         addresses.
8749
8750         * message.el (message-put-addresses-in-ecomplete): New function.
8751         (ecomplete): Require.
8752         (message-mail-alias-type): Add ecomplete as an option.
8753
8754 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8755
8756         * flow-fill.el (fill-flowed): Remove trailing space from blank
8757         quoted lines.
8758
8759 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * smiley.el (smiley-style): Move definition later to avoid a
8762         compilation warning.
8763
8764 2006-04-12  Kenichi Handa  <handa@m17n.org>
8765
8766         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8767         buffer and then decode the buffer text if necessary.
8768         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8769         first, and after mm-encode-body, change the buffer to unibyte.
8770         Use mm-disable-multibyte instead of set-buffer-multibyte.
8771
8772 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8775         Content-Type header instead of Content-Disposition header.
8776         (gnus-mime-inline-part): Ditto.
8777         (gnus-mime-view-part-as-charset): Ignore charset that the part
8778         specifies.
8779
8780         * mm-decode.el (mm-display-part): Work with external parts and
8781         usual parts similarly.
8782
8783         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8784         instead of gnus-display-mime.
8785
8786         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8787         instead of with-temp-buffer.
8788
8789         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8790         tag to summarized topics part in order to encode non-ASCII text.
8791
8792 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * smiley.el (smiley-style): New variable.
8795         (smiley-directory): New function.
8796         (smiley-data-directory): Derive from `smiley-style' using
8797         `smiley-directory'.
8798         (smiley-regexp-alist): Add new entries.
8799
8800         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8801         (gnus-article-browse-delete-temp): Add :version.
8802
8803 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8804
8805         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8806         the sieve region.
8807
8808 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * gnus.el (gnus-version-number): Bump version.
8811
8812 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gnus.el: No Gnus v0.4 is released.
8815
8816 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817
8818         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8819         layout.
8820
8821         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8822         unknown charset.
8823
8824         * message.el (message-header-synonyms): Add Original-To to the
8825         default.
8826
8827         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8828         optional parameter.
8829
8830 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus-fun.el (gnus): Require it for gnus-directory.
8833
8834 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8837
8838 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8839
8840         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8841
8842 2006-04-05  Simon Josefsson  <jas@extundo.com>
8843
8844         * password.el (password-reset): New function.
8845
8846 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8847
8848         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8849         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8850
8851 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8852
8853         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8854         Some whitespace was matched into the url, which broke browsing hits
8855         > 100 when mm-url-use-external was nil.
8856
8857 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8860         gnus-extra-headers for 'Newsgroups.
8861
8862         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8863         bound.
8864
8865 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8866
8867         * pgg-gpg.el: Clean up process buffers every time gpg processes
8868         complete.
8869
8870 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8873         doc string.
8874
8875 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8876
8877         * pgg-gpg.el (pgg-gpg-process-filter)
8878         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8879
8880         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8881         lines, temporary fix.
8882
8883 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8886
8887 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8888
8889         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8890         default-enable-multibyte-characters.  This reverts the change from
8891         revision 6.17 which is no longer necessary because the passphrase
8892         is sent separately now.  GnuPG messages are unreadable under
8893         multibyte locales with default-enable-multibyte-characters set to
8894         nil.
8895
8896 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8897
8898         * message.el (message-tool-bar-gnome): Move "spell".
8899
8900 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8903         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8904         instead.
8905
8906 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8907
8908         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8909         newsgroups handling for NNTP overviews which don't include
8910         Newsgroups.
8911
8912 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8913
8914         * message.el (message-resend): Bind message-generate-hashcash to nil.
8915
8916 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8917
8918         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8919         when searching for already-paid recipients.
8920
8921 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8922
8923         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8924         passphrases when it is not needed.
8925         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8926         passphrase stuff from gpg, should only be necessary when you use
8927         gpg with a smartcard.
8928
8929 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * mml.el (mml-insert-mime): Ignore cached contents of
8932         message/external-body part.
8933
8934         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8935         (mm-insert-part): Ditto.
8936
8937 2006-03-23  Simon Josefsson  <jas@extundo.com>
8938
8939         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8940         Reiner.
8941         (pgg-gpg-use-agent-p): Use it again.
8942
8943 2006-03-23  Simon Josefsson  <jas@extundo.com>
8944
8945         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8946         older emacsen.
8947         (pgg-gpg-use-agent-p): Don't use it.
8948
8949 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8952         if we can.
8953
8954 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8955
8956         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8957         (pgg-gpg-update-agent): New function.
8958         (pgg-gpg-use-agent-p): New function.
8959         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8960         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8961         (pgg-gpg-sign-region): Use it.
8962
8963 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8966         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8967
8968 2006-03-21  Simon Josefsson  <jas@extundo.com>
8969
8970         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8971         <wilde@sha-bang.de>.
8972         (pgg-gpg-use-agent): New variable.
8973         (pgg-gpg-process-region): Use it.
8974         (pgg-gpg-encrypt-region): Likewise.
8975         (pgg-gpg-encrypt-symmetric-region): Likewise.
8976         (pgg-gpg-decrypt-region): Likewise.
8977         (pgg-gpg-sign-region): Likewise.
8978         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8979
8980 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8983
8984         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8985         Add comment on version.
8986
8987 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * smiley.el: Add missing test smiley.
8990
8991 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * mm-decode.el (mm-with-part): New macro.
8994         (mm-get-part): Use it; work with message/external-body as well.
8995         (mm-save-part): Treat name and filename equally.
8996
8997         * mm-extern.el (mm-extern-cache-contents): New function.
8998         (mm-inline-external-body): Use it; force the part to be displayed;
8999         move undisplayer added to the cached handle to the parent.
9000
9001         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9002         (gnus-mime-view-part-as-type): Work with message/external-body.
9003
9004         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9005
9006 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9009         images in image-load-path.  [Sync with image.el, revision 1.60, in
9010         Emacs.]
9011
9012 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9015         path rather than symbol.  Always return list of directories.
9016         Guarantee that image directory comes first.  [Sync with image.el,
9017         revision 1.59, in Emacs.]
9018
9019         * message.el (message-make-tool-bar): Adjust to new API of
9020         `gmm-image-load-path-for-library'.
9021
9022         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9023
9024         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9025
9026 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9027
9028         * gnus-art.el (gnus-article-only-boring-p):
9029         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9030         intangible text.
9031         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9032
9033 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9036         `defun' instead of `gmm-defun-compat'.
9037
9038 2006-03-14  Simon Josefsson  <jas@extundo.com>
9039
9040         * message.el (message-unique-id): Don't use message-number-base36
9041         if (user-uid) is a float.
9042         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9043
9044 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9047
9048         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9049         empty line between a part and a message part.
9050
9051 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * smiley.el: Add more test smileys.
9054         (smiley-data-directory, smiley-regexp-alist)
9055         (gnus-smiley-file-types): Fix doc strings.
9056         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9057         adding new elements.
9058         (smiley-mouse-map): Unused code.  Make it a comment.
9059
9060 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9063         scan latest NoCeM messages instead of old ones.
9064         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9065         delimiters that are recently used.
9066         (gnus-nocem-load-cache): Add autoload cookie.
9067
9068         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9069
9070         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9071         level which is larger than gnus-use-nocem is specified.
9072
9073         * gnus-group.el (gnus-group-get-new-news): Ditto.
9074
9075 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-util.el (gnus-tool-bar-update): New function.
9078
9079         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9080         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9081
9082         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9083
9084         * gnus-group.el (gnus-group-redraw-when-idle)
9085         (gnus-group-redraw-check): Remove.
9086         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9087
9088 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9091         if optional last element is specified in splits (FIELD VALUE...).
9092
9093 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9096         to gmm-image-load-path-for-library.  Call with no-error argument.
9097         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9098
9099         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9100
9101         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9102
9103         * gmm-utils.el (gmm-image-load-path): Remove alias.
9104
9105 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * gmm-utils.el (gmm-image-load-path): Add alias.
9108
9109         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9110         nnml-generate-nov-databases-1.
9111         (nnml-generate-nov-databases): Use it.
9112         (nnml-generate-nov-databases-directory): Document no-active
9113         argument.
9114
9115         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9116         directory if path is t.  Add no-error.
9117
9118         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9119         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9120
9121         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9122         resetting gnus-article-browse-html-temp-list.
9123
9124         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9125         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9126         Add example to docstring.  Rename local variables.  Move error
9127         checks to default case in cond and simplify.
9128
9129 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9132         handle is multipart when calling it recursively.
9133         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9134
9135 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9136
9137         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9138         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9139
9140 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9143         is loaded.
9144
9145         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9146         loaded.
9147
9148 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9151         to "Emacs 23 (unicode)" in doc string.
9152
9153         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9154         "Emacs 23 (unicode)" in comment.
9155
9156 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9159
9160         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9161         characters 160 through 255 in Emacs 23.
9162
9163 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9166         gnus-article-browse-html-temp.
9167         (gnus-article-browse-delete-temp): Make it customizable.  Add
9168         `file'.  Adjust doc string.
9169         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9170         query for each file.  Adjust doc string.
9171         (gnus-article-browse-html-parts): Add
9172         `gnus-article-browse-delete-temp-files' to
9173         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9174
9175 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9176
9177         * gnus-art.el (gnus-article-browse-html-temp)
9178         (gnus-article-browse-delete-temp): New variables.
9179         (gnus-article-browse-delete-temp-files): New function.
9180         (gnus-article-browse-html-parts): Use it.
9181
9182 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9185
9186         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9187         string.
9188
9189         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9190         gnus-summary-insert-new-articles when unplugged.  Remove
9191         gnus-summary-search-article-forward.
9192
9193         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9194         display-visual-class instead of display-color-cells.
9195
9196 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * dgnushack.el: Autoload customize-group for XEmacs.
9199
9200         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9201         message/* containing non-ASCII text properly.
9202
9203 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * message.el: Require gmm-utils, remove autoloads.
9206         (message-tool-bar): Set default based on
9207         gmm-tool-bar-style.
9208         (message-tool-bar-gnome): Add gmm-customize-mode.
9209
9210         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9211         gmm-tool-bar-style.
9212         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9213
9214         * gnus-group.el (gnus-group-tool-bar): Set default based on
9215         gmm-tool-bar-style.
9216         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9217
9218         * gmm-utils.el (gmm-image-directory): Rename variable from
9219         gmm-image-load-path.
9220         (gmm-image-load-path): Use gmm-image-directory.
9221         (gmm-customize-mode): New function.
9222         (gmm-tool-bar-style): New variable.
9223
9224         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9225         gnus-group-redraw-line-number.
9226         (gnus-group-redraw-check): Simplify.
9227         (gnus-group-tool-bar-update): Remove redraw check.
9228         (gnus-group-make-tool-bar): Add redraw check.
9229
9230 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9231
9232         * gnus-art.el (gnus-button): Add missing parentheses.
9233
9234 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * lpath.el: Fbind line-number-at-pos.
9237
9238 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9241
9242 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-art.el (gnus-button): New face.
9245         (gnus-article-button-face): Use it.
9246
9247         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9248         gnus-summary-next-page.  Re-order.
9249
9250         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9251         next-node are now included.
9252         (gnus-group-redraw-line-number): New internal variable.
9253         (gnus-group-redraw-check): Helper function for updating the tool
9254         bar.
9255         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9256
9257         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9258
9259         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9260         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9261         Use it to match format of Spamassassin 3.0 and later.  Reported by
9262         IRIE Tetsuya <irie@t.email.ne.jp>.
9263         (spam-check-bogofilter)
9264         (spam-bogofilter-register-with-bogofilter): Fix args of
9265         `gnus-error' calls.
9266
9267 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9270         unnecessary interaction when sending queued mails.  Reported by
9271         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9272
9273 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9276         first or last are nil.
9277
9278 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9279
9280         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9281
9282 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9285
9286 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9287
9288         * dns.el (query-dns): Protect more against buggy tcp output.
9289
9290 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9293         nov.php.
9294
9295 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9296
9297         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9298         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9299         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9300         output on the server side.
9301         (nnweb-google-create-mapping): Update regexps and add some
9302         progress indication.
9303
9304 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9307         gnus-agent-toggle-plugged.  Re-order icons.
9308         (gnus-group-tool-bar-gnome): Add
9309         gnus-group-{prev,next}-unread-group.
9310         (gnus-group-tool-bar-gnome): Re-order icons.
9311
9312         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9313         gnus-summary-insert-new-articles.
9314
9315         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9316         comments.
9317
9318         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9319         also available in Emacs 21.3.
9320
9321         * message.el (message-fix-before-sending): Change "Emacs 22" to
9322         "Emacs 23 (unicode)" in comment.
9323
9324         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9325         "Emacs 23 (unicode)" in comment.
9326
9327         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9328         comment.
9329         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9330
9331         * mm-view.el (mm-fill-flowed): Add :version.
9332
9333 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9336         and load-path.
9337
9338 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * message.el: Autoload gmm-image-load-path.
9341         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9342         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9343         consitency.
9344
9345         * gmm-utils.el (gmm-image-load-path): Also search in
9346         "../etc/images".  Don't set gmm-image-load-path if we don't find
9347         the image.
9348
9349 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gmm-utils.el (gmm-image-load-path): Don't make
9352         `gmm-image-load-path' include subdirectories which the second arg
9353         `image' might specify.
9354
9355         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9356         subdirectory to icon file names.
9357
9358         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9359
9360 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9363         gmm-image-load-path calls.
9364
9365         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9366
9367         * message.el (message-make-tool-bar): Ditto.
9368
9369         * mml.el (mml-preview): Added comment concerning tool bar icons.
9370
9371         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9372         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9373
9374         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9375         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9376
9377         * message.el (message-tool-bar-gnome): Use new icon names.
9378         (message-make-tool-bar): Use `gmm-image-load-path'.
9379
9380         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9381         functions from MH-E.
9382         (gmm-image-load-path): New variable from MH-E.
9383         (gmm-image-load-path): New function from MH-E.  Added arguments
9384         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9385         *-image-load-path-called-flag.
9386
9387 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9388
9389         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9390
9391 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9392
9393         * nnimap.el (nnimap-request-move-article): Change folder back to
9394         source group before deleting.
9395
9396 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9399
9400         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9401         mm-url.
9402
9403         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9404
9405 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9408         coding system which mm-charset-to-coding-system returns for a
9409         given charset is valid.
9410
9411 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9412
9413         * html2text.el (html2text-remove-tag-list):
9414         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9415
9416 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9417
9418         * gnus-cus.el: Revert 2005-10-17 change.
9419
9420 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus-art.el (article-strip-banner): Call
9423         article-really-strip-banner only when the regexp match is made.
9424
9425 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * gnus-art.el (article-strip-banner): Use
9428         gnus-extract-address-components instead of
9429         mail-header-parse-addresses to make it work with non-ASCII text;
9430         remove mail-encode-encoded-word-string.
9431
9432         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9433         values which are surrounded with \"...\"; make it never cause a
9434         Lisp error; give up parsing of parameters if it failed in
9435         extracting type.
9436
9437 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9438
9439         * smime.el (smime-cert-by-ldap-1): Fix bug where
9440         `smime-ldap-search' returns results without userCertificates.
9441
9442 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9445
9446 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * spam.el (spam-check-spamassassin-headers): Adapt format for
9449         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9450         <ari@mbf.ocn.ne.jp>.
9451         (spam-list-of-processors): Add spam-use-gmane.
9452
9453 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9456         make-temp-file; make it work with XEmacs as well.
9457
9458         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9459         mm-make-temp-file.
9460
9461         * mm-decode.el (mm-display-external): Use the 3rd arg of
9462         mm-make-temp-file.
9463         (mm-create-image-xemacs): Ditto.
9464
9465 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9468         with message-narrow-to-headers.
9469         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9470         (gnus-draft-check-draft-articles): New function.
9471         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9472
9473 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * gnus-art.el (gnus-article-browse-html-parts):
9476         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9477         Don't use suffix argument for mm-make-temp-file for Emacs 21
9478         compatibility.  Remove useless `format'.
9479
9480 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9481
9482         * nnweb.el (nnweb-google-wash-article): Update regexps.
9483         (nnweb-group-alist): Use defvoo instead of defvar.
9484
9485 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9488         re-loading nn* modules.
9489
9490 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9493         for `tool-bar-mode' and don't check it's default-value.
9494
9495         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9496
9497         * message.el (message-make-tool-bar): Ditto.
9498
9499         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9500         `substring'.  Shorten tmp-file name.
9501
9502         * gnus.el: Remove bogus comment.
9503
9504 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9505
9506         * gnus-art.el (gnus-article-browse-html-parts): New function.
9507         (gnus-article-browse-html-article): New function for viewing html
9508         articles with a browser.
9509
9510 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9511
9512         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9513         in elisp.
9514         (pgg-gpg-encrypt-symmetric-region): Ditto.
9515         (pgg-gpg-sign-region): Ditto.
9516
9517         * pgg-def.el (pgg-text-mode): New variable.
9518
9519         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9520         (mml2015-pgg-encrypt): Ditto.
9521
9522         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9523         (mml1991-pgg-encrypt): Ditto.
9524
9525 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9528         message-make-date instead of current-time-string.
9529
9530         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9531         to gnus-decoded which mm-uu might set.
9532
9533 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9536         don't decode quoted parameters; remove misimported Emacs code.
9537         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9538         (rfc2231-decode-encoded-string): Don't use split-string which
9539         behaves differently according to Emacs version; use
9540         mm-decode-coding-region to convert charset to coding-system.
9541         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9542         (rfc2231-encode-string): Remove misimported Emacs code.
9543
9544 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9547         when calling mail-header-parse-content-type.
9548         (article-de-quoted-unreadable): Ditto.
9549         (article-de-base64-unreadable): Ditto.
9550         (article-wash-html): Ditto.
9551
9552         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9553         calling mail-header-parse-content-type and
9554         mail-header-parse-content-disposition.
9555         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9556         mail-header-parse-content-type.
9557
9558         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9559         insert charset and format parameters; encode description after
9560         inserting it to buffer.
9561         (mml-insert-parameter): Fold lines properly even if a parameter is
9562         segmented into two or more lines; change the max column to 76.
9563
9564         * rfc1843.el (rfc1843-decode-article-body): Don't use
9565         ignore-errors when calling mail-header-parse-content-type.
9566
9567         * rfc2231.el (rfc2231-parse-string): Return at least type if
9568         possible; don't cause an error even if it fails in parsing of
9569         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9570         (rfc2231-encode-string): Don't break lines at the beginning, leave
9571         it to mml-insert-parameter.
9572
9573         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9574         calling mail-header-parse-content-type.
9575
9576 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * spam-report.el (spam-report-gmane-use-article-number):
9579         Improve doc string.
9580         (spam-report-gmane-internal): Check if a suitable header was found
9581         in the article.
9582
9583 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9586         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9587
9588 2006-02-05  Romain Francoise  <romain@orebokech.com>
9589
9590         Update copyright notices of all files in the gnus directory.
9591
9592 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9593
9594         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9595
9596 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9599         segmented lines of parameter value to cope with Thunderbird 1.5
9600         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9601         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9602         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9603
9604 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9605
9606         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9607         parts.
9608
9609 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9610
9611         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9612         there's only one active file for all servers.
9613         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9614         solid groups.  Gnus might have used a FAST request to select the group.
9615         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9616         and nnweb-search redundantly in the active file.
9617         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9618         (nnweb-request-create-group): Don't use ARGS.
9619         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9620         initialisations.  Let nnoo do the work.
9621
9622 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9625         Say the part has been decoded.
9626
9627         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9628
9629 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9630
9631         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9632         mailcap-viewer-test-cache when there's no 'test clause, since that
9633         will invert the meaning of a "nil" test previously determined by
9634         mailcap-mailcap-entry-passes-test.
9635
9636 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9639         compiling.
9640
9641         * gnus-sum.el: Ditto.
9642
9643         * message.el: Don't bind tool-bar-map when compiling.
9644
9645 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9648
9649 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9650
9651         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9652         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9653         current Google Groups.
9654
9655 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9656
9657         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9658         and tool-bar-mode.
9659
9660         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9661         and tool-bar-mode.
9662
9663         * message.el (message-tool-bar-update): Simplify.
9664         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9665
9666         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9667         gnus-summary-buffer.
9668         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9669         gnus-summary-reply.
9670
9671         * gmm-utils.el (gmm): Add :version.
9672
9673 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * Makefile.in (clean): New rule.
9676         (distclean): Use it.
9677
9678 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9679
9680         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9681         autoload.
9682
9683 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gmm-utils.el (gmm-verbose): Add :group.
9686
9687 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * message.el: Change some comments WRT tool-bars.
9690
9691         * gnus-sum.el (gnus-summary-tool-bar)
9692         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9693         (gnus-summary-tool-bar-zap-list): New variables.
9694         (gnus-summary-make-tool-bar): Complete rewrite using
9695         `gmm-tool-bar-from-list'.
9696
9697         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9698         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9699         variables.
9700         (gnus-group-make-tool-bar): Complete rewrite using
9701         `gmm-tool-bar-from-list'.
9702         (gnus-group-tool-bar-update): New function.
9703
9704         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9705
9706 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9709         is dissected into a single part of which the type is the same as
9710         the given one; decode charset.
9711
9712 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9713
9714         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9715         into alists as symbol not string, since that's what
9716         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9717         look for.
9718
9719 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9722         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9723
9724         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9725
9726 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9729         (gnus-xmas-mime-security-button-menu): New function.
9730
9731         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9732         (gnus-mime-security-button-menu): New definition.
9733         (gnus-mime-security-button-map): Use them.
9734         (gnus-mime-security-button-menu): New function.
9735         (gnus-insert-mime-security-button): Addition to help echo.
9736         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9737         (gnus-mime-security-pipe-part): New functions.
9738
9739         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9740         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9741
9742         * mm-decode.el (mm-handle-set-disposition): Remove.
9743         (mm-handle-set-description): Remove.
9744
9745 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9748         (mm-w3m-standalone-supports-m17n-p): New function.
9749         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9750         w3m usage.
9751
9752         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9753         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9754
9755 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * message.el (message-tool-bar-zap-list): Use
9758         gmm-tool-bar-zap-list as custom type.
9759         (message-tool-bar-update): New function.
9760         (message-tool-bar, message-tool-bar-gnome)
9761         (message-tool-bar-retro): Add message-tool-bar-update.
9762         (message-tool-bar-gnome): Add flyspell-buffer.
9763
9764         * gnus-util.el (gnus-error): Describe `args'.
9765
9766         * gmm-utils.el (gmm-error): Describe `args'.
9767         (gmm-tool-bar-zap-list): New widget.
9768         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9769
9770 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9773         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9774         the number of recursive calls.
9775
9776         * mm-decode.el (mm-handle-set-disposition): New macro.
9777         (mm-handle-set-description): New macro.
9778
9779 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9782         encoding.
9783
9784 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * message.el (message-tool-bar-zap-list, message-tool-bar)
9787         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9788         (message-tool-bar-local-item-from-menu): Remove.
9789         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9790         (message-make-tool-bar): New function.
9791         (message-mode): Use `message-make-tool-bar'.
9792
9793         * gmm-utils.el: New file.
9794         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9795         (gmm-lazy): New widget copied from `nnmail.el'.
9796         (gmm-tool-bar-from-list): New function for creating customizable
9797         tool bars.
9798         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9799         output.
9800         (gmm): Add :prefix to defgroup.
9801
9802 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9803
9804         * gmm-utils.el (gmm-widget-p): New function.
9805
9806 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * mml.el (mml-attach-file): Describe `description' in doc string.
9809         (mml-menu): Add Emacs MIME manual and PGG manual.
9810
9811 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9812
9813         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9814
9815 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9816
9817         * nntp.el (nntp-end-of-line): Doc fix.
9818
9819 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9820
9821         * imap.el (imap-open): Handle case where buffer is a buffer
9822         object.
9823
9824 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9825
9826         * gnus-delay.el (gnus-delay): Don't autoload.
9827         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9828         to be re-loaded when customizing the `gnus-delay' group.
9829
9830 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9831
9832         * message.el (message-insert-citation-line): Use newlines.
9833
9834 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9835
9836         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9837         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9838         these routines, so the passphrase can be managed externally and
9839         passed in to the system.
9840         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9841         pgg-add-passphrase-to-cache function.
9842
9843         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9844         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9845         these routines, so the passphrase can be managed externally and
9846         passed in to the system.
9847         (pgg-pgp5-sign-region): Use new name of
9848         pgg-add-passphrase-to-cache function.
9849
9850 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9851
9852         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9853         part of the decoded armor to find the key-identifier.
9854         (pgg-gpg-lookup-key-owner): New function to return the
9855         human-readable identifier of a key owner.
9856         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9857         itself.
9858         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9859         the key value) if we have a key and can match it against a secret
9860         key.  Also, added a note pointing out fact that the prompt only
9861         indicates the first matching key.
9862
9863         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9864         pgg-decrypt-region.
9865         (pgg-add-passphrase-to-cache): Rename from
9866         `pgg-add-passphrase-cache' to reduce confusion (all callers
9867         changed).
9868         (pgg-remove-passphrase-from-cache): Rename from
9869         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9870         changed).
9871         (pgg-read-passphrase, pgg-add-passphrase-cache)
9872         (pgg-remove-passphrase-cache): Add informative docstrings.
9873         (pgg-decrypt): Convey provided passphrase in subordinate call to
9874         pgg-decrypt-region.
9875
9876 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9877
9878         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9879         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9880         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9881         'passphrase' argument, so the passphrase can be managed externally
9882         and then passed in to the system.
9883
9884         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9885         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9886         so the passphrase cache can be used reliably with identifiers
9887         besides a pgp packet's key id.
9888
9889         * pgg-gpg.el (pgg-gpg-encrypt-region)
9890         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9891         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9892         these routines, so the passphrase can be managed externally and
9893         passed in to the system.
9894
9895         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9896         'notruncate' argument, so the passphrase cache can be used
9897         reliably with identifiers besides a pgp packet's key id.
9898
9899 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9900
9901         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9902         symmetric encryption.
9903         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9904         encrypted session key.
9905         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9906         message ask for the passphrase in a proper way.
9907
9908         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9909         New user commands for symmetric encryption.
9910
9911 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9914
9915         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9916
9917 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9918
9919         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9920
9921 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * mm-decode.el (mm-inlined-types): Add application/pgp.
9924         (mm-automatic-display): Ditto.
9925
9926         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9927         part as text.
9928
9929 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * nnrss.el: Update copyright.
9932         (nnrss-opml-import): Query whether to subscribe to each entry.
9933
9934         * gnus-art.el:
9935         * gnus-sum.el:
9936         * gnus-xmas.el:
9937         * messagexmas.el:
9938         * mm-uu.el:
9939         * mm-view.el: Update copyright.
9940
9941 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * message.el (message-info): New function.
9944         (message-mode-menu): Add it.
9945         Update copyright.
9946
9947         * ChangeLog: Fix and update copyright.
9948
9949 2006-01-13  Romain Francoise  <romain@orebokech.com>
9950
9951         * message.el (message-forward-subject-name-subject): Prefer the
9952         address to 'nowhere' if the sender has no name.
9953         Fix typo.  Update copyright year.
9954
9955 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-art.el (article-wash-html): Use
9958         gnus-summary-show-article-charset-alist if a numeric arg is given.
9959         (gnus-article-wash-html-with-w3m-standalone): New function.
9960
9961         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9962         mm-inline-text-html-render-with-w3m-standalone.
9963         (mm-text-html-washer-alist): Map w3m-standalone to
9964         gnus-article-wash-html-with-w3m-standalone.
9965         (mm-inline-text-html-render-with-w3m-standalone): New function.
9966
9967 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9970         Improve LaTeX.
9971
9972 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9975         (nnrss-request-article): Render text/plain parts as HTML.
9976
9977         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9978         the buffer.
9979
9980 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9981
9982         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9983         custom definition of `gnus-posting-styles'.
9984
9985         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9986         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9987
9988 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9991         Use nntp for bug archive.
9992
9993 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9996         parts.
9997         (nnrss-normalize-date): New function converts ISO 8601 date into
9998         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9999         (nnrss-check-group): Use it.
10000
10001 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10004
10005         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10006         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10007         (nnrss-insert-w3): Ditto.
10008
10009 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10012         the articles to be forwarded including the case where neither a
10013         number of articles nor a region is specified.
10014
10015 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * nnrss.el (nnrss-request-article): Fix last change; fill
10018         text/plain parts.
10019
10020 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10023         in text/plain part.
10024         (nnrss-check-group): Don't add excessive newline to dc:subject.
10025
10026 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10027
10028         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10029         article.
10030
10031 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10034         (nnml-use-compressed-files, nnml-save-mail): Support other
10035         comression programs such as bzip2.
10036
10037 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * dns.el (query-dns): Make sure we check the buffer size before
10040         removing tcp headers.
10041
10042 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10045         remove MIME buttons associated with multipart/alternative parts.
10046         (gnus-mime-display-alternative): Tag buttons using `article-type'
10047         text property.
10048
10049         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10050         associated with multipart/alternative parts.
10051
10052         * gnus-art.el (gnus-signature-separator): Fix custom type.
10053
10054         * mm-decode.el (mm-inlined-types): Fix custom type.
10055         (mm-keep-viewer-alive-types): Ditto.
10056         (mm-automatic-display): Ditto.
10057         (mm-attachment-override-types): Ditto.
10058         (mm-inline-override-types): Ditto.
10059         (mm-automatic-external-display): Ditto.
10060
10061 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * spam-report.el (spam-report-user-mail-address)
10064         (spam-report-user-agent): New variables.
10065         (spam-report-url-ping-plain): Use spam-report-user-agent.
10066
10067 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10068
10069         * gnus-art.el (gnus-button-handle-custom): Do not just use
10070         `customize-apropos' for any "M-x customize-*" button but the
10071         function called for.  Accept both the function name and its
10072         argument in order to achieve this.
10073         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10074         function name to `gnus-button-handle-custom' in case of "M-x
10075         customize-*" buttons.
10076
10077 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10080         multipart/alternative and add xref to mm-discouraged-alternatives
10081         in doc string.
10082
10083         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10084         gnus-buttonized-mime-types in doc string.
10085
10086 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10089         Suggest image/.* in the doc string.
10090
10091 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10094         message-marks (Debian bug #342521).
10095
10096 2005-12-12  Simon Josefsson  <jas@extundo.com>
10097
10098         * password.el (password-read-from-cache): Add.
10099         (password-read): Use it.
10100
10101 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10104         us-ascii as a MIME charset.
10105
10106         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10107         against the case where the 2nd arg TYPE is nil.
10108
10109 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * pop3.el (pop3-stream-type): Fix custom version.
10112
10113         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10114
10115 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10116
10117         * mm-decode.el (mm-display-external): Add missing cdr.
10118
10119 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10122         RFC1524) if it is in mailcap or add a suffix according to
10123         mailcap-mime-extensions when generating a temp filename; postpone
10124         deleting a temp file for 2 seconds for some wrappers, shell
10125         scripts, and so on, which might exit right after having started a
10126         viewer command as a background job.
10127
10128 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * nntp.el (nntp-marks-directory): Fix custom group.
10131
10132         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10133         steps when < 10.
10134
10135         * gnus-start.el (gnus-no-server-1): Mention
10136         `gnus-level-default-subscribed' in doc string.
10137
10138 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10139
10140         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10141         parens.
10142
10143 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-xmas.el (gnus-use-toolbar): Revert.
10146         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10147         gnus-use-toolbar is default.
10148
10149         * messagexmas.el (message-use-toolbar): Revert.
10150         (message-setup-toolbar): Use global default-toolbar if
10151         message-use-toolbar is default.
10152
10153 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10156         according to default-toolbar-visible-p.
10157
10158         * messagexmas.el (message-use-toolbar): Ditto.
10159
10160 2005-11-26  Dave Love  <fx@gnu.org>
10161
10162         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10163         (tls-program, tls-success): Provide openssl alternative.
10164
10165         * starttls.el: Doc fixes.
10166         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10167         SERVICE to PORT.
10168
10169         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10170         port null or service name.
10171         (starttls-negotiate): Autoload.
10172
10173 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * message.el (message-kill-to-signature): Fix interactive spec.
10176
10177 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * pop3.el (pop3-open-server): Recognize a string as a service name.
10180
10181 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10182
10183         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10184
10185 2005-11-23  Dave Love  <fx@gnu.org>
10186
10187         Add pop3s, pop3/starttls.
10188
10189         * pop3.el (pop3-authentication-scheme): Clarify doc.
10190         (open-tls-stream, starttls-open-stream): Autoload.
10191         (pop3-stream-type): New.
10192         (pop3-open-server): Use it.
10193
10194         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10195         for POP.
10196         (mail-source-keyword-map): Add :stream for POP.
10197         (mail-source-fetch-pop): Use pop3-stream-type.
10198
10199 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10202         of current-time-string.
10203
10204 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10205
10206         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10207         date header.
10208
10209 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10210
10211         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10212         it can seriously impact performance as it bypasses the agent's
10213         local caches.
10214
10215 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10216
10217         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10218         must be explicitly online rather than "not explicitly offline" for
10219         its flags to be synchronized.
10220
10221         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10222         that gnus-uu-unmark-thread will function correctly.
10223
10224         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10225         1024K is instead displayed as 1M.
10226
10227 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10230
10231 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10232
10233         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10234
10235 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10236
10237         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10238         error message to display actual error condition.
10239         (gnus-agent-save-local): Avoid saving symbols that are bound to
10240         nil as they simply result in a warning message in
10241         gnus-agent-read-local.
10242
10243 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10246         rather than make-variable-buffer-local for file-precious-flag.
10247
10248 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10249
10250         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10251         for duplicates which are removed.  The invalid sort check then
10252         triggers a rescan after the sort as sorting may have moved
10253         duplicate entries such that they can be cheaply detected.
10254
10255 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10258
10259 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10260
10261         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10262         internal variable to a custom variable.  Changed default value
10263         from compressed(2) to uncompressed(1).
10264         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10265         support for uncompressed agentview files.  Taken together, reading
10266         the agentview file should now be 6-7 times faster.
10267
10268 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10269
10270         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10271         as a buffer-local variable.  This avoids creating truncated
10272         dribble files as a result of a hang up, eg.
10273
10274 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10275
10276         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10277         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10278         XEmacs.
10279
10280 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * gnus-start.el (gnus-start-draft-setup): Enforce
10283         `gnus-draft-mode' for nndraft:drafts at startup.
10284
10285         * gnus.el (gnus-splash): Change custom group.
10286         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10287         allow-list argument.
10288
10289         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10290         string.
10291
10292 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gnus-art.el (gnus-default-article-saver): Add user-defined
10295         `function' to custom type.
10296
10297 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10298
10299         * imap.el (imap-open): Handle case where buffer is a buffer
10300         object.
10301
10302 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10305         long lines.
10306         (gnus-cache-delete-group): Wrap doc strings.
10307
10308         * gnus-agent.el (gnus-agent-rename-group)
10309         (gnus-agent-delete-group): Wrap doc strings.
10310
10311 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * messagexmas.el (message-use-toolbar): Change the valid values
10314         into default, top, bottom, left, and right.
10315         (message-toolbar-thickness): New variable.
10316         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10317         well.
10318         (message-setup-toolbar): Make it work.
10319
10320         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10321         (gnus-use-toolbar): Change the valid values into default, top,
10322         bottom, left, and right.
10323         (gnus-toolbar-thickness): New variable.
10324         (gnus-xmas-setup-toolbar): New function.
10325         (gnus-xmas-setup-group-toolbar): Use it.
10326         (gnus-xmas-setup-summary-toolbar): Use it.
10327
10328 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329
10330         * gnus-start.el (gnus-1): Add "native" to
10331         gnus-predefined-server-alist.
10332
10333         * gnus.el (gnus-method-to-server): Don't add "native" to the
10334         lists here, because that leads to problems when
10335         gnus-select-method is bound.
10336
10337 2005-11-09  Simon Josefsson  <jas@extundo.com>
10338
10339         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10340         use (not sort-by-date) instead.
10341
10342 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10343
10344         * gnus-delay.el (gnus-delay-group): Don't autoload.
10345         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10346         to be re-loaded when customizing the `gnus-delay' group.
10347
10348 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10349
10350         * message.el: Revert last changes.
10351         (message-insert-citation-line): Use newlines.
10352
10353 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10354
10355         * message.el (message-courtesy-message)
10356         (message-mark-insert-begin, message-mark-insert-end)
10357         (message-elide-ellipsis, message-cancel-message)
10358         (message-add-header, message-change-subject)
10359         (message-cross-post-followup-to-header)
10360         (message-cross-post-insert-note, message-reduce-to-to-cc)
10361         (message-widen-reply, message-delete-not-region)
10362         (message-kill-to-signature, message-insert-signature)
10363         (message-insert-importance-high, message-insert-importance-low)
10364         (message-insert-or-toggle-importance)
10365         (message-insert-disposition-notification-to)
10366         (message-indent-citation, message-yank-original)
10367         (message-cite-original-without-signature, message-cite-original)
10368         (message-insert-citation-line, message-position-on-field)
10369         (message-fix-before-sending, message-send-mail-partially)
10370         (message-send-mail, message-send-mail-with-sendmail)
10371         (message-send-mail-with-qmail, message-send-news)
10372         (message-check-news-header-syntax, message-generate-headers)
10373         (message-insert-courtesy-copy, message-fill-address)
10374         (message-fill-header, message-shorten-references)
10375         (message-setup-1, message-cancel-news)
10376         (message-forward-make-body-plain, message-forward-make-body-mime)
10377         (message-forward-make-body-mml, message-encode-message-body)
10378         (message-forward-make-body-digest-plain)
10379         (message-forward-make-body-digest-mime)
10380         (message-use-alternative-email-as-from): Insert `hard-newline'
10381         instead of ordinary newlines.
10382
10383 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * message.el (message-generate-headers): Downcase the argument
10386         given to message-check-element.
10387
10388 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10389
10390         * nntp.el (nntp-authinfo-rejected): New error condition.
10391         (nntp-wait-for): Use new error condition to signal authentication
10392         error.
10393         (nntp-retrieve-data): Rethrow new error condition to break out of
10394         recursive call to nntp-send-authinfo.
10395
10396 2005-11-08  Romain Francoise  <romain@orebokech.com>
10397
10398         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10399         (gnus-summary-exit-map): Bind to `Z p'.
10400         (gnus-summary-make-menu-bar): Add menu item.
10401
10402 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10405         (gnus-treat-*): Add `first' in all doc strings.
10406
10407         * gnus-group.el (gnus-group-compact-group): Fix typo.
10408
10409 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus.el (gnus-parameters-case-fold-search): New variable.
10412         (gnus-parameters-get-parameter): Use it.
10413
10414         * gnus-score.el (gnus-home-score-file): Doc fix.
10415
10416 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10417
10418         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10419
10420 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * mm-util.el (mm-special-display-p): New function.
10423
10424         * mml.el (mml-preview): Use it; doc fix.
10425
10426 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10427
10428         * imap.el (imap-open): Handle case where buffer is a buffer object.
10429
10430 2005-10-29  Romain Francoise  <romain@orebokech.com>
10431
10432         * message.el (message-fix-before-sending): Fix comment.
10433
10434 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10435
10436         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10437
10438 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10439
10440         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10441         Used in gnus-score.el.
10442
10443 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10446
10447 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10450         whitespace removed in revision 7.8.  Use concatenated string to
10451         protect trailing whitespace.
10452
10453 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10454
10455         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10456         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10457         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10458         Courier IMAP ("some version from 2004").  Mostly based on similar
10459         code in the same function.
10460
10461 2005-10-26  Didier Verna  <didier@xemacs.org>
10462
10463         * gnus-group.el (gnus-group-compact-group): Invalidate original
10464         article buffer.
10465         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10466         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10467         NOV database and in article itself.
10468         Invalidate article backlog.
10469
10470 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10473
10474 2005-10-26  Simon Josefsson  <jas@extundo.com>
10475
10476         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10477         part of 2004-07-25 change.
10478
10479 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * message.el (message-display-completion-list): New function.
10482         (message-expand-group): Use it; make sure the Completions buffer
10483         is modifiable.
10484 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10485
10486         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10487         user-mail-name is an empty string.
10488
10489 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10492         depending on gnus-score-decay-constant.
10493
10494         * encrypt.el (encrypt-insert-file-contents)
10495         (encrypt-write-file-contents): Don't use `gnus-message'.
10496
10497         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10498         arguments.
10499         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10500         arguments to mm-uu-verbatim-marks-extract.
10501         (mm-uu-hide-markers): New variable.
10502         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10503
10504         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10505         (gnus-convert-image-to-face-command): Use "convert" by default to
10506         allow other input image formats.
10507         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10508         accordingly.
10509
10510 2005-10-23  Simon Josefsson  <jas@extundo.com>
10511
10512         * imap.el (imap-gssapi-program): Align command line parameters
10513         with latest GNU SASL.
10514         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10515
10516 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10517
10518         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10519         HTML.
10520         (nnslashdot-request-article): Ditto.
10521
10522         * lpath.el (featurep): Add nobreak-char-display.
10523
10524 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10525
10526         * mail-source.el (mail-source-fetch-pop): Require pop3.
10527         (mail-source-check-pop): Ditto.
10528
10529 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10532         errors.
10533
10534 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10537         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10538
10539         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10540
10541         * mm-bodies.el (mm-decode-string): Call
10542         `mm-charset-to-coding-system' with allow-override argument.
10543
10544 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10547         (rfc2047-charset-to-coding-system): New function.
10548         (rfc2047-decode-encoded-words): New function.
10549         (rfc2047-decode-region): Use them.
10550         (rfc2047-decode-cte): Remove.
10551         (rfc2047-parse-and-decode): Remove.
10552         (rfc2047-decode): Remove.
10553
10554 2005-10-15  Kenichi Handa  <handa@m17n.org>
10555
10556         * rfc2047.el (rfc2047-decode-cte): New function.
10557         (rfc2047-decode-region): Change the way to decode successive
10558         encoded-words: decode B- or Q-encoding in each encoded-word,
10559         concatenate them, and decode it as charset.
10560
10561 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * lpath.el: Fbind codepage-setup for XEmacs.
10564
10565 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10566
10567         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10568         widget-move-and-invoke.
10569         (gnus-custom-mode): Use gnus-custom-map.
10570
10571 2005-10-15  Bill Wohler  <wohler@newt.com>
10572
10573         * message.el (message-tool-bar-map): Renamed image file from
10574         mail_send to mail/send.
10575
10576 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10577
10578         * message.el (message-expand-group): Pass the common
10579         prefix substring of completion to `display-completion-list'.
10580
10581 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * mml-sec.el (mml-secure-method): New internal variable.
10584         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10585         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10586         functions using mml-secure-method.
10587
10588         * mml.el (mml-mode-map): Add key bindings for those functions.
10589         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10590         Harder <harder@myrealbox.com>.
10591         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10592         end of message if point is the headers of the message.
10593
10594         * message.el (message-in-body-p): New function.
10595
10596         * assistant.el: Autoload gnus-util and netrc.
10597
10598         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10599         Use `mm-charset-override-alist' only when decoding.
10600
10601         * mm-bodies.el (mm-decode-body): Call
10602         `mm-charset-to-coding-system' with allow-override argument.
10603
10604         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10605         `filename' from Content-Disposition if Content-Type doesn't
10606         provide `name'.
10607         (gnus-mime-view-part-as-type): Set default instead of
10608         initial-input.
10609
10610 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10611
10612         * format-spec.el (format-spec): Propagate text properties of % spec.
10613
10614 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * gnus-art.el (gnus-treat-predicate): Add `first'.
10617
10618 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10621         (mm-charset-override-alist): New variable.
10622         (mm-charset-to-coding-system): Use it.
10623         (mm-codepage-setup): New helper function.
10624         (mm-charset-eval-alist): New variable.
10625         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10626         about unknown charsets.
10627
10628         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10629
10630 2005-10-04  David Hansen  <david.hansen@gmx.net>
10631
10632         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10633         (nnrss-check-group): Ditto.
10634
10635 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10638         Rename x-gnus-verbatim to x-verbatim.
10639         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10640
10641         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10642         x-verbatim.
10643
10644         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10645
10646         * gnus-util.el (gnus-remove-duplicates): Remove.
10647
10648         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10649         instead of gnus-remove-duplicates.
10650
10651         * message.el (message-remove-duplicates): Remove.
10652         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10653         message-remove-duplicates.
10654
10655         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10656         available, else use implementation from `delete-dups'.
10657
10658         * message.el (message-insert-expires): New function.
10659         (message-mode-map): Add key binding.
10660         (message-mode-field-menu): Add menu entry.
10661         (message-mode): Document it.
10662         (message-make-expires-date): Use `message-make-date'.
10663
10664 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10665
10666         * message.el (message-make-expires-date): New function.
10667
10668 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * Makefile.in (list-installed-shadows): New entry.
10671         (install): Use it.
10672         (remove-installed-shadows): New entry.
10673
10674         * dgnushack.el (dgnushack-default-load-path): New variable.
10675         (dgnushack-find-lisp-shadows): New function.
10676         (dgnushack-remove-lisp-shadows): New function.
10677
10678 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * Makefile.in (install-el-elc): New entry.
10681         (install): Use it so that .el files are necessarily installed.
10682
10683 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10686
10687 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10688
10689         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10690         function rather than the diff-mode.el package.
10691         (mm-display-external): Use with-current-buffer.
10692         (mm-viewer-completion-map, mm-viewer-completion-map):
10693         Move initialization inside declaration.
10694
10695 2005-09-29  Simon Josefsson  <jas@extundo.com>
10696
10697         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10698         autoload mail-check-payment.
10699         (spam-check-hashcash): Define unconditionally, since hashcash.el
10700         is part of Gnus now.  Ignore errors from payment checking.
10701
10702 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * message.el (message-bold-region, message-unbold-region): Rename
10705         from `bold-region' and `unbold-region'.
10706
10707         * message.el: Remove useless autoloads.
10708
10709 2005-09-28  Simon Josefsson  <jas@extundo.com>
10710
10711         * message.el (message-use-idna): Default to t.
10712         (message-use-idna): Test whether encoding works too.  Doc fix.
10713
10714 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * nntp.el (nntp-warn-about-losing-connection): Remove.
10717
10718 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10721         customizable.  Change default value.
10722         (mm-uu-diff-groups-regexp): Change default value.
10723         (mm-uu-type-alist): Add doc string.
10724         (mm-uu-configure): Add doc string.  Make it interactive.
10725         (mm-uu-tex-groups-regexp): New variable.
10726         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10727         (mm-uu-type-alist): Add LaTeX documents.
10728         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10729         of "text/verbatim".
10730         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10731
10732         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10733         instead of "text/verbatim".
10734
10735         * message.el (message-mark-inserted-region)
10736         (message-mark-insert-file): Use slrn style marks when called with
10737         prefix argument.
10738
10739 2005-09-27  Simon Josefsson  <jas@extundo.com>
10740
10741         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10742
10743 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10744
10745         * message.el (message-remove-duplicates): New function.
10746         Implementation borrowed from `gnus-remove-duplicates'.
10747         (message-idna-to-ascii-rhs): Also encode idna addresses in
10748         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10749         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10750         only ask about the same idna domain once per header and also tell
10751         in what header to replace the idna domain.
10752
10753         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10754         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10755         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10756         a header is decoded and not just the last one.
10757
10758 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10761         has been decoded.
10762
10763         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10764         (mm-insert-part): Don't modify text if it has been decoded.
10765
10766         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10767         decoded.
10768
10769         * mm-view.el (mm-inline-text): Don't strip text props unless
10770         decoding enriched or richtext parts.
10771
10772 2005-09-25  Romain Francoise  <romain@orebokech.com>
10773
10774         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10775         * gnus-start.el (gnus-subscribe-interactively):
10776         * gnus-uu.el (gnus-uu-grab-articles):
10777         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10778         space.
10779
10780 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10781
10782         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10783         * mm-view.el (mm-view-pkcs7-decrypt):
10784         * gnus-sum.el (gnus-summary-limit-to-extra)
10785         (gnus-summary-respool-article, gnus-read-move-group-name):
10786         * gnus-score.el (gnus-summary-increase-score):
10787         * gnus-util.el (gnus-completing-read-with-default):
10788         * gnus-art.el (gnus-read-save-file-name)
10789         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10790         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10791         * message.el (message-check-news-header-syntax):
10792         Follow convention for reading with the minibuffer.
10793
10794 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * spam-report.el (spam-report-url-ping-plain):
10797         Use gnus-extended-version as User-Agent.
10798
10799         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10800         default value is nil.
10801
10802         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10803         (mm-uu-verbatim-marks-extract): New function.
10804         (mm-uu-extract): New face.
10805         (mm-uu-copy-to-buffer): Use it.
10806
10807         * spam-report.el (spam-report-gmane-ham): Renamed from
10808         `spam-report-gmane-unspam'.
10809         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10810         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10811
10812         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10813         Autoload.
10814         (spam-report-gmane-unregister-routine): Renamed
10815         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10816
10817 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10818
10819         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10820         (spam-report-gmane-unregister-routine): Add support for gmane
10821         unregistration.
10822
10823         * spam-report.el (spam-report-gmane-unspam)
10824         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10825         (spam-report-gmane): Change to take a single article and do unspam
10826         registration.
10827
10828 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * mm-url.el (mm-url-decode-entities): Fix regexp.
10831
10832 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10833
10834         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10835         default to nil, to be able to use Gnus at all.  If the default
10836         switches to something else, then the function should be fixed not
10837         be exceedingly slow.
10838
10839 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10840
10841         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10842         fail hard.
10843
10844         * spam-report.el: Add better Keywords line.
10845
10846         * spam.el: Add Maintainer and better Keywords line.
10847
10848 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * gnus-art.el (gnus-article-replace-part)
10851         (gnus-mime-replace-part): New functions.
10852         (gnus-mime-action-alist, gnus-mime-button-commands)
10853         (gnus-mime-save-part-and-strip): Added file argument.
10854         (gnus-article-part-wrapper): Added interactive argument.
10855
10856         * gnus-sum.el (gnus-summary-mime-map): Add
10857         `gnus-article-replace-part'.
10858
10859 2005-09-19  Didier Verna  <didier@xemacs.org>
10860
10861         The nnml compaction feature:
10862         * nnml.el (nnml-request-compact-group): New function.
10863         * nnml.el (nnml-request-compact): New function.
10864         * gnus-int.el (gnus-request-compact-group): New function.
10865         * gnus-int.el (gnus-request-compact): New function.
10866         * gnus-group.el (gnus-group-compact-group): New function.
10867         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10868         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10869         * gnus-srvr.el (gnus-server-compact-server): New function.
10870         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10871         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10872
10873 2005-09-18  Deepak Goel  <deego@gnufans.org>
10874
10875         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10876         format spec.
10877
10878 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10881
10882 2005-09-15  Romain Francoise  <romain@orebokech.com>
10883
10884         * message.el (message-fill-paragraph): Clarify docstring.
10885
10886 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * gnus-art.el (gnus-mime-display-part): Protect against broken
10889         MIME messages.
10890
10891 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10894         before parsing header.
10895
10896 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10897
10898         * html2text.el (html2text-replace-list): Add new entities.
10899
10900 2005-09-11  Romain Francoise  <romain@orebokech.com>
10901
10902         * message.el (message-alternative-emails): Improve docstring.
10903         (message-setup-1): Call `message-use-alternative-email-as-from'
10904         after `message-setup-hook' to give it precedence over posting
10905         styles, etc.
10906         (message-use-alternative-email-as-from): Add docstring.  Remove
10907         the original From header if present.
10908
10909         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10910         (nnml-save-mail): Use it.
10911
10912         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10913         articles.  Add new argument `silent'.
10914         (gnus-uu-mark-all): Report the total number of marked articles.
10915
10916 2005-09-10  Romain Francoise  <romain@orebokech.com>
10917
10918         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10919         (gnus-uu-mark-series): Likewise.
10920
10921 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * spam-report.el (spam-report-gmane): Fix generation of spam
10924         report URL.
10925
10926 2005-09-10  Simon Josefsson  <jas@extundo.com>
10927
10928         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10929         t, based on discussion on the ding list with Robert Epprecht
10930         <epprecht@solnet.ch>.
10931
10932 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * spam-report.el (spam-report-gmane): Make it work without
10935         X-Report-Spam header.  Gmane now only provides Archived-At.
10936         This is only used if `spam-report-gmane-use-article-number' is nil.
10937         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10938
10939         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10940         make `gnus-summary-sort-by-recipient' work with threading.
10941
10942         * nnweb.el (nnweb-google-wash-article): Print a message if article
10943         is not available.
10944
10945 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10946
10947         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10948         change.  Decode text/* parts content before displaying.
10949
10950 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10953
10954 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10957
10958         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10959         url-package-name, url-package-version,
10960         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10961         w3m-display-inline-images, and w3m-minor-mode-map.
10962
10963 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * message.el (message-tab-body-function): Fix mismatched custom type.
10966
10967         * gnus.el (gnus-group-change-level-function): Ditto.
10968
10969         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10970
10971         * gnus-art.el (gnus-signature-limit)
10972         (gnus-article-mime-part-function): Ditto.
10973
10974 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * mml.el (mml-mode): Silence the byte compiler.
10977
10978         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10979         using `(sit-for 0)' before moving the point to the specified part;
10980         skip unbuttonized parts.
10981         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10982         return to the summary window if gnus-auto-select-part is non-nil.
10983
10984 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10987         variables.
10988         (mml-dnd-attach-file, mml-mode): Use them.
10989
10990         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10991         Make fetching article by MID work again for Google Groups.  Added
10992         FIXME concerning gnus-group-make-web-group.
10993
10994         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10995         Don't depend on Gnus by using mail-extract-address-components if
10996         gnus-extract-address-components is not bound.
10997
10998 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * gnus-art.el (gnus-mime-display-security): Don't display the
11001         signature, but only the signed part.
11002
11003 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11006
11007         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11008         list, not listp.
11009
11010 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11011
11012         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11013         when encoding.
11014
11015         * mm-bodies.el (mm-decode-content-transfer-encoding):
11016         De-canonicalize CRLF for all text content types, not just
11017         text/plain.
11018
11019 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11022         valid article; point arrow and cursor at the MIME button.
11023
11024 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11027         Suggested by Dan Christensen <jdc@uwo.ca>.
11028
11029         * mm-decode.el (mm-save-part): Enable change of prompt.
11030
11031 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11032
11033         * gnus-msg.el (gnus-inews-add-send-actions): Made
11034         `message-post-method' lambda parameter ARG `&optional'.
11035
11036 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * gnus-sum.el (gnus-summary-mime-map): Added
11039         gnus-article-save-part-and-strip, gnus-article-delete-part and
11040         gnus-article-jump-to-part.
11041
11042         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11043         (gnus-article-edit-part): Use it.
11044         (gnus-article-part-wrapper): Added no-handle argument.
11045         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11046         functions.
11047
11048 2005-08-29  Romain Francoise  <romain@orebokech.com>
11049
11050         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11051         docstring.
11052         (gnus-face-from-file): Likewise.
11053
11054 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11057         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11058         non-nil.
11059         (gnus-auto-select-part): New variable.
11060         (gnus-article-jump-to-part): New function.
11061         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11062         (gnus-mime-delete-part): Allow selecting specified part after
11063         deleting or stripping parts.
11064         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11065         part if argument is bogus.
11066
11067 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11068
11069         * gnus-art.el (w3m-minor-mode-map):
11070         * gnus-spec.el (gnus-newsrc-file-version):
11071         * gnus-util.el (nnmail-active-file-coding-system)
11072         (gnus-original-article-buffer, gnus-user-agent):
11073         * gnus.el (gnus-ham-process-destinations)
11074         (gnus-parameter-ham-marks-alist)
11075         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11076         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11077         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11078         * mm-decode.el (gnus-current-window-configuration):
11079         * mm-extern.el (gnus-article-mime-handles):
11080         * mm-url.el (url-current-object, url-package-name)
11081         (url-package-version):
11082         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11083         (smime-keys, w3m-cid-retrieve-function-alist)
11084         (w3m-current-buffer, w3m-display-inline-images)
11085         (w3m-minor-mode-map):
11086         * mml-smime.el (gnus-extract-address-components):
11087         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11088         (gnus-newsrc-hashtb, message-default-charset)
11089         (message-deletable-headers, message-options)
11090         (message-posting-charset, message-required-mail-headers)
11091         (message-required-news-headers):
11092         * mml1991.el (mc-pgp-always-sign):
11093         * mml2015.el (mc-pgp-always-sign):
11094         * nnheader.el (nnmail-extra-headers):
11095         * rfc1843.el (gnus-decode-encoded-word-function)
11096         (gnus-decode-header-function, gnus-newsgroup-name):
11097         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11098
11099 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11100
11101         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11102         the end of the date treatments.
11103
11104 2005-08-15  Simon Josefsson  <jas@extundo.com>
11105
11106         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11107         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11108         Capello and Romain Francoise.
11109         (pgg-fetch-key-function): Removed, not used?
11110         (pgg-insert-url-with-w3): Require url, to get
11111         url-insert-file-contents regardless of where it is defined.
11112
11113 2005-08-13  Romain Francoise  <romain@orebokech.com>
11114
11115         * message.el (message-cite-original-1): New function.
11116         (message-cite-original): Use it.
11117         (message-cite-original-without-signature): Ditto.
11118
11119 2005-08-08  Romain Francoise  <romain@orebokech.com>
11120
11121         * message.el (message-yank-empty-prefix): New variable.
11122         (message-indent-citation): Use it.
11123         (message-cite-original-without-signature): Respect X-No-Archive.
11124
11125 2005-08-08  Simon Josefsson  <jas@extundo.com>
11126
11127         * pgg.el: Autoload url-insert-file-contents instead of loading
11128         w3/url.
11129         (pgg-insert-url-with-w3): Don't load url here.
11130
11131 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11132
11133         * message.el (message-kill-to-signature): Don't insert newline at
11134         bol.
11135         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11136
11137 2005-08-06  Romain Francoise  <romain@orebokech.com>
11138
11139         * message.el (message-user-fqdn): Fix typo in docstring.
11140
11141 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11142
11143         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11144
11145         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11146
11147 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * mm-bodies.el (mm-encode-body): Use coding system rather than
11150         charset to encode text.
11151
11152         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11153         number of charsets if utf-8 is available (XEmacs).
11154
11155 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11158         taken from `gnus-button-mid-or-mail-regexp'.
11159         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11160         (gnus-button-alist): Improve regexp for domain part of the MIDs
11161         for news:localpart@domain buttons.
11162         (gnus-button-ctan-directory-regexp): Update.
11163
11164 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * sieve-manage.el (sieve-manage-interactive-login): Use
11167         make-local-variable rather than make-variable-buffer-local.
11168         (sieve-manage-open): Ditto.
11169         (sieve-manage-authenticate): Ditto.
11170
11171         * mml.el (mml-generate-mime-1): Make the content type default to
11172         text/plain if the filename is not specified.
11173
11174 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11177         instead of insert-buffer.
11178
11179         * message.el (message-yank-original): Ditto; set the mark at the
11180         end of the yanked message.
11181
11182 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11185         lines to scroll rather than to stop it.
11186
11187         * mml.el (mml-generate-default-type): Add doc string.
11188         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11189         default to application/octet-stream when determining the content
11190         type if it is not specified for the part or the mml contents; add
11191         a comment about mml-generate-default-type.
11192
11193 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11196         make it default to application/octet-stream when determining the
11197         content type if it is not specified for the external contents.
11198
11199 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11202         segmented parameter but also other parameters might be there.
11203
11204 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * mm-decode.el (mm-display-external): Delete temp file, directory
11207         and buffer immediately if the external process is exited.
11208
11209 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11212         fewer lines than that of scroll-margin.
11213         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11214
11215 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * gnus-art.el (gnus-article-next-page): Revert.
11218         (gnus-article-beginning-of-window): New macro.
11219         (gnus-article-next-page-1): Use it.
11220         (gnus-article-prev-page): Ditto.
11221         (gnus-article-edit-part): Use insert-buffer-substring instead of
11222         insert-buffer.
11223         (gnus-article-edit-exit): Ditto.
11224
11225         * gnus-util.el (gnus-beginning-of-window): Remove.
11226         (gnus-end-of-window): Remove.
11227
11228         * lpath.el: Don't bind header-line-format and scroll-margin.
11229
11230 2005-07-25  Simon Josefsson  <jas@extundo.com>
11231
11232         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11233         to have the url package without w3.  Reported by Daiki Ueno
11234         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11235
11236 2005-07-20  Didier Verna  <didier@xemacs.org>
11237
11238         * gnus-diary.el: Remove the description comment (nndiary is now
11239         properly documented in the Gnus manual).
11240         Fix the spelling of "Back End".
11241         * nndiary.el: Ditto.
11242         Fix the copyright notice.
11243
11244 2005-07-18  Romain Francoise  <romain@orebokech.com>
11245
11246         * gnus-sum.el (gnus-summary-to-prefix)
11247         (gnus-summary-newsgroup-prefix): New variables.
11248         (gnus-summary-from-or-to-or-newsgroups): Use them.
11249
11250 2005-07-17  Romain Francoise  <romain@orebokech.com>
11251
11252         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11253         space as it's generally not especially interesting to the user.
11254
11255 2005-07-16  Romain Francoise  <romain@orebokech.com>
11256
11257         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11258         nil to avoid prompting and file modification if one of the
11259         messages at the top of the nnfolder file contains a copyright
11260         notice.
11261         Update copyright notice.
11262
11263         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11264         instead of `current-time-string' as the latter creates a time
11265         string that is not RFC 2822 compliant (it lacks the zone).
11266         Update copyright notice.
11267
11268 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11269
11270         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11271         for text/rtf.  Display default in prompt.  Pass default for M-n.
11272
11273         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11274
11275 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276
11277         * gnus-msg.el (gnus-button-mailto): Remove
11278         save-selected-window-window hackery because it relies on
11279         save-selected-window internals.
11280
11281 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11284         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11285         (gnus-article-prev-page): Ditto.
11286
11287         * gnus-util.el (gnus-beginning-of-window): New function.
11288         (gnus-end-of-window): New function.
11289
11290         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11291
11292 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11293
11294         * gnus-score.el (gnus-score-edit-all-score): Set
11295         gnus-score-edit-exit-function to gnus-score-edit-done and call
11296         gnus-message.
11297
11298 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11299
11300         * gnus-msg.el (gnus-button-mailto): Remove
11301         save-selected-window-window hackery because it relies on
11302         save-selected-window internals.
11303
11304 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11307         add-minor-mode.
11308         (gnus-binary-mode): Ditto.
11309
11310         * gnus-topic.el (gnus-topic-mode): Ditto.
11311
11312 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11313
11314         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11315         (gnus-article-prev-page): Take scroll-margin into consideration.
11316
11317 2005-07-04  Lute Kamstra  <lute@gnu.org>
11318
11319         Update FSF's address in GPL notices.
11320
11321 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11322
11323         * gnus.el (gnus-exit):
11324         * gnus-group.el (gnus-group-icons):
11325         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11326
11327         * gnus-nocem.el (gnus-nocem):
11328         * message.el (message-various, message-buffers, message-sending)
11329         (message-interface, message-forwarding, message-insertion)
11330         (message-headers, message-news, message-mail):
11331         * pgg-gpg.el (pgg-gpg):
11332         * pgg-parse.el (pgg-parse):
11333         * pgg-pgp.el (pgg-pgp):
11334         * pgg-pgp5.el (pgg-pgp5):
11335         * pop3.el (pop3): Finish `defgroup' description with period.
11336
11337 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-art.el (article-display-face): Improve the efficiency.
11340         (article-display-x-face): Ditto; remove grey x-face stuff.
11341
11342 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * gnus-art.el (article-display-face): Correct the position in
11345         which Faces are inserted.
11346
11347 2005-06-29  Didier Verna  <didier@xemacs.org>
11348
11349         * gnus-art.el (article-display-face): Display faces in correct
11350         order.
11351
11352 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11355         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11356         (gnus-nocem-check-article): Fetch the Type header.
11357         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11358         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11359         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11360         make sure gnus-nocem-hashtb is initialized.
11361         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11362         (gnus-nocem-unwanted-article-p): Ditto.
11363
11364         * pgg.el (pgg-verify): Return the verification result.
11365
11366 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11367
11368         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11369         is ascii.
11370
11371 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11372
11373         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11374         `show-nonbreak-escape'.
11375
11376 2005-06-23  Lute Kamstra  <lute@gnu.org>
11377
11378         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11379
11380         * dig.el (dig-mode):
11381         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11382
11383 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11384
11385         * nnimap.el (nnimap-split-download-body): Fix spellings.
11386
11387 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11388
11389         * gnus-art.el (gnus-article-encrypt-body):
11390         * gnus-cus.el (gnus-score-customize):
11391         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11392         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11393
11394 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11395
11396         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11397         header by looking for magic "MII" at the beginnig.
11398
11399 2005-06-16  Miles Bader  <miles@gnu.org>
11400
11401         * gnus-xmas.el (gnus-xmas-group-startup-message):
11402         Use renamed gnus-splash face.
11403
11404         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11405         (assistant-field-face): New backward-compatibility alias for renamed
11406         face.
11407         (assistant-render-text): Use renamed assistant-field face.
11408
11409         * spam.el (spam): Remove "-face" suffix from face name.
11410         (spam-face): New backward-compatibility alias for renamed face.
11411         (spam-face, spam-initialize): Use renamed spam face.
11412
11413         * message.el (message-header-to, message-header-cc)
11414         (message-header-subject, message-header-newsgroups)
11415         (message-header-other, message-header-name)
11416         (message-header-xheader, message-separator, message-cited-text)
11417         (message-mml): Remove "-face" suffix from face names.
11418         (message-header-to-face, message-header-cc-face)
11419         (message-header-subject-face, message-header-newsgroups-face)
11420         (message-header-other-face, message-header-name-face)
11421         (message-header-xheader-face, message-separator-face)
11422         (message-cited-text-face, message-mml-face):
11423         New backward-compatibility aliases for renamed faces.
11424         (message-font-lock-keywords): Use renamed message faces.
11425
11426         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11427         (sieve-test-commands, sieve-tagged-arguments):
11428         Remove "-face" suffix from face names.
11429         (sieve-control-commands-face, sieve-action-commands-face)
11430         (sieve-test-commands-face, sieve-tagged-arguments-face):
11431         New backward-compatibility aliases for renamed faces.
11432         (sieve-control-commands-face, sieve-action-commands-face)
11433         (sieve-test-commands-face, sieve-tagged-arguments-face):
11434         Use renamed sieve faces.
11435
11436         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11437         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11438         (gnus-group-news-3-empty, gnus-group-news-4)
11439         (gnus-group-news-4-empty, gnus-group-news-5)
11440         (gnus-group-news-5-empty, gnus-group-news-6)
11441         (gnus-group-news-6-empty, gnus-group-news-low)
11442         (gnus-group-news-low-empty, gnus-group-mail-1)
11443         (gnus-group-mail-1-empty, gnus-group-mail-2)
11444         (gnus-group-mail-2-empty, gnus-group-mail-3)
11445         (gnus-group-mail-3-empty, gnus-group-mail-low)
11446         (gnus-group-mail-low-empty, gnus-summary-selected)
11447         (gnus-summary-cancelled, gnus-summary-high-ticked)
11448         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11449         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11450         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11451         (gnus-summary-low-undownloaded)
11452         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11453         (gnus-summary-low-unread, gnus-summary-normal-unread)
11454         (gnus-summary-high-read, gnus-summary-low-read)
11455         (gnus-summary-normal-read, gnus-splash):
11456         Remove "-face" suffix from face names.
11457         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11458         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11459         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11460         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11461         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11462         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11463         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11464         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11465         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11466         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11467         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11468         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11469         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11470         (gnus-summary-normal-ticked-face)
11471         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11472         (gnus-summary-normal-ancient-face)
11473         (gnus-summary-high-undownloaded-face)
11474         (gnus-summary-low-undownloaded-face)
11475         (gnus-summary-normal-undownloaded-face)
11476         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11477         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11478         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11479         (gnus-splash-face):
11480         New backward-compatibility aliases for renamed faces.
11481         (gnus-group-startup-message): Use renamed gnus faces.
11482
11483         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11484         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11485         (gnus-server-agent): Remove "-face" suffix from face names.
11486         (gnus-server-agent-face, gnus-server-opened-face)
11487         (gnus-server-closed-face, gnus-server-denied-face)
11488         (gnus-server-offline-face):
11489         New backward-compatibility aliases for renamed faces.
11490         (gnus-server-agent-face, gnus-server-opened-face)
11491         (gnus-server-closed-face, gnus-server-denied-face)
11492         (gnus-server-offline-face): Use renamed gnus faces.
11493
11494         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11495         Remove "-face" suffix from face names.
11496         (gnus-picon-xbm-face, gnus-picon-face):
11497         New backward-compatibility aliases for renamed faces.
11498
11499         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11500         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11501         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11502         (gnus-cite-11): Remove "-face" suffix from face names.
11503         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11504         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11505         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11506         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11507         New backward-compatibility aliases for renamed faces.
11508         (gnus-cite-attribution-face, gnus-cite-face-list)
11509         (gnus-article-boring-faces): Use renamed gnus faces.
11510
11511         * gnus-art.el (gnus-signature, gnus-header-from)
11512         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11513         (gnus-header-content): Remove "-face" suffix from face names.
11514         (gnus-signature-face, gnus-header-from-face)
11515         (gnus-header-subject-face, gnus-header-newsgroups-face)
11516         (gnus-header-name-face, gnus-header-content-face):
11517         New backward-compatibility aliases for renamed faces.
11518         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11519
11520         * gnus-sum.el (gnus-summary-selected-face)
11521         (gnus-summary-highlight): Use renamed gnus faces.
11522         * gnus-group.el (gnus-group-highlight): Likewise.
11523
11524 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11525
11526         * gnus-sieve.el (gnus-sieve-article-add-rule):
11527         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11528         * spam-stat.el (spam-stat-buffer-change-to-spam)
11529         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11530
11531         * message.el (message-is-yours-p):
11532         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11533
11534 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * mm-view.el (mm-inline-text): Withdraw the last change.
11537
11538 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11541         executing enriched-decode.
11542
11543 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11546         charset of tar files.
11547
11548 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11549
11550         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11551
11552 2005-06-04  Lute Kamstra  <lute@gnu.org>
11553
11554         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11555         information is never recorded.
11556
11557 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11558
11559         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11560
11561 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * pop3.el (pop3-apop): Run md5 in the binary mode.
11564
11565         * starttls.el (starttls-set-process-query-on-exit-flag):
11566         Use eval-and-compile.
11567
11568 2005-05-31  Simon Josefsson  <jas@extundo.com>
11569
11570         * smime.el (smime-replace-in-string): Define.
11571         (smime-cert-by-ldap-1): Use it.
11572
11573 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-art.el (article-display-x-face): Replace
11576         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11577
11578         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11579         set-process-query-on-exit-flag or process-kill-without-query.
11580
11581         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11582         loop instead of replace-regexp.
11583
11584         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11585         instead of process-kill-without-query if it is available.
11586
11587         * lpath.el: Fbind ldap-search-entries.
11588
11589         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11590         instead of find-file-hooks if it is available.
11591
11592         * mml1991.el: Bind pgg-default-user-id when compiling.
11593
11594         * mml2015.el: Bind pgg-default-user-id when compiling.
11595
11596         * nndraft.el (nndraft-request-associate-buffer):
11597         Use write-contents-functions instead of write-contents-hooks if it is
11598         available.
11599
11600         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11601         instead of find-file-hooks if it is available.
11602
11603         * nntp.el (nntp-open-connection): Replace
11604         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11605         (nntp-open-ssl-stream): Ditto.
11606         (nntp-open-tls-stream): Ditto.
11607
11608         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11609         set-process-query-on-exit-flag or process-kill-without-query.
11610         (starttls-open-stream-gnutls): Use it instead of
11611         process-kill-without-query.
11612         (starttls-open-stream): Ditto.
11613
11614 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11615
11616         * smime.el (smime-cert-by-ldap-1): Don't use
11617         replace-regexp-in-string.
11618
11619 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11620
11621         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11622
11623         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11624         in PEM format.  Adjust to the XEmacs compability.
11625
11626 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11629         by `string-to-number'.
11630         * gnus-agent.el (gnus-agent-regenerate-group)
11631         (gnus-agent-fetch-articles): Ditto.
11632         * gnus-art.el (gnus-button-fetch-group): Ditto.
11633         * gnus-cache.el (gnus-cache-generate-active)
11634         (gnus-cache-articles-in-group): Ditto.
11635         * gnus-group.el (gnus-group-set-current-level)
11636         (gnus-group-insert-group-line): Ditto.
11637         * gnus-score.el (gnus-score-set-expunge-below)
11638         (gnus-score-set-mark-below, gnus-summary-score-effect)
11639         (gnus-summary-score-entry): Ditto.
11640         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11641         (gnus-soup-pack): Ditto.
11642         * gnus-spec.el (gnus-xmas-format): Ditto.
11643         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11644         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11645         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11646         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11647         * nndb.el (nndb-get-remote-expire-response): Ditto.
11648         * nndiary.el (nndiary-parse-schedule-value)
11649         (nndiary-string-to-number, nndiary-request-replace-article)
11650         (nndiary-request-article): Ditto.
11651         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11652         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11653         * nneething.el (nneething-make-head): Ditto.
11654         * nnfolder.el (nnfolder-request-article)
11655         (nnfolder-retrieve-headers): Ditto.
11656         * nnheader.el (nnheader-file-to-number): Ditto.
11657         * nnkiboze.el (nnkiboze-request-article): Ditto.
11658         * nnmail.el (nnmail-process-unix-mail-format)
11659         (nnmail-process-babyl-mail-format): Ditto.
11660         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11661         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11662         (nnmh-request-create-group, nnmh-request-list-1)
11663         (nnmh-request-group, nnmh-request-article): Ditto.
11664         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11665         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11666         * nnsoup.el (nnsoup-make-active): Ditto.
11667         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11668         * nntp.el (nntp-find-group-and-number)
11669         (nntp-retrieve-headers-with-xover): Ditto.
11670         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11671         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11672         (pgg-format-key-identifier): Ditto.
11673         * pop3.el (pop3-last, pop3-stat): Ditto.
11674         * qp.el (quoted-printable-decode-region): Ditto.
11675
11676         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11677         of concat.
11678
11679 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11682
11683         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11684
11685         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11686
11687         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11688
11689         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11690
11691         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11692
11693         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11694         (gnus-carpal-mode): Ditto.
11695
11696         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11697         (gnus-browse-mode): Ditto.
11698
11699         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11700
11701         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11702
11703 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11704
11705         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11706
11707 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-util.el (gnus-run-mode-hooks): New function.
11710
11711         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11712
11713         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11714         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11715
11716 2005-05-27  Lute Kamstra  <lute@gnu.org>
11717
11718         * dns-mode.el (dns-mode): Specify customization group.
11719
11720 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11721
11722         * gnus-agent.el (gnus-agent-make-mode-line-string):
11723         Use mode-line-highlight as mouse-face.
11724
11725 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * canlock.el (canlock): Change the parent group to news.
11728
11729         * deuglify.el (gnus-outlook-deuglify): Add :group.
11730
11731         * dig.el (dig): Add :group.
11732
11733         * dns-mode.el (dns-mode): Add :group.
11734
11735         * encrypt.el (encrypt): Add :group.
11736
11737         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11738         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11739         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11740         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11741         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11742
11743         * gnus-diary.el (gnus-diary): Add :group.
11744
11745         * gnus.el (gnus-group-news-1-face): Add :group.
11746         (gnus-group-news-1-empty-face): Ditto.
11747         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11748         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11749         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11750         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11751         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11752         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11753         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11754         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11755         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11756         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11757         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11758         (gnus-summary-high-ticked-face): Ditto.
11759         (gnus-summary-low-ticked-face): Ditto.
11760         (gnus-summary-normal-ticked-face): Ditto.
11761         (gnus-summary-high-ancient-face): Ditto.
11762         (gnus-summary-low-ancient-face): Ditto.
11763         (gnus-summary-normal-ancient-face): Ditto.
11764         (gnus-summary-high-undownloaded-face): Ditto.
11765         (gnus-summary-low-undownloaded-face): Ditto.
11766         (gnus-summary-normal-undownloaded-face): Ditto.
11767         (gnus-summary-high-unread-face): Ditto.
11768         (gnus-summary-low-unread-face): Ditto.
11769         (gnus-summary-normal-unread-face): Ditto.
11770         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11771         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11772
11773         * hashcash.el (hashcash): New custom group.
11774         (hashcash-default-payment): Add :group.
11775         (hashcash-payment-alist): Ditto.
11776         (hashcash-default-accept-payment): Ditto.
11777         (hashcash-accept-resources): Ditto.
11778         (hashcash-path): Ditto.
11779         (hashcash-extra-generate-parameters): Ditto.
11780         (hashcash-double-spend-database): Ditto.
11781         (hashcash-in-news): Ditto.
11782
11783         * message.el (message-minibuffer-local-map): Add :group.
11784
11785         * netrc.el (netrc): Add :group.
11786
11787         * sieve-manage.el (sieve-manage-log): Add :group.
11788         (sieve-manage-default-user): Diito.
11789         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11790         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11791         (sieve-manage-authenticators): Ditto.
11792         (sieve-manage-authenticator-alist): Ditto.
11793         (sieve-manage-default-port): Ditto.
11794
11795         * sieve-mode.el (sieve-control-commands-face): Add :group.
11796         (sieve-action-commands-face): Ditto.
11797         (sieve-test-commands-face): Ditto.
11798         (sieve-tagged-arguments-face): Ditto.
11799
11800         * smime.el (smime): Add :group.
11801
11802         * spam-report.el (spam-report): Add :group.
11803
11804         * spam.el (spam, spam-face): Add :group.
11805
11806 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11807
11808         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11809         return \n.\n.\n at the end of articles.  Protect against that.
11810         (nntp-with-open-group): Allow debugging.
11811
11812         * nnheader.el (mail-header-set-extra): Make into a function
11813         because I just could't understand how to quote the list properly.
11814
11815         * dns.el (query-dns-cached): New function.
11816
11817 2005-05-26  Lute Kamstra  <lute@gnu.org>
11818
11819         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11820
11821 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11824
11825         * gnus-art.el: Don't autoload mail-extract-address-components.
11826
11827         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11828         eval-and-compile to evaluate it.
11829
11830         * hashcash.el: Don't autoload executable-find.
11831
11832         * nndb.el: Don't declare the nndb back end two or more times; don't
11833         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11834
11835         * nntp.el: Autoload format-spec instead of format; use
11836         eval-and-compile to evaluate autoload forms.
11837
11838 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11839
11840         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11841
11842 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11843
11844         * gnus.el (gnus-version-number): Bump version.
11845
11846 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11847
11848         * gnus.el: No Gnus v0.3 is released.
11849
11850 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11851
11852         * lpath.el (featurep): Bind show-nonbreak-escape.
11853
11854 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-art.el (gnus-article-edit-part): Disable undo.
11857
11858 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11861         gnus-article-date-lapsed-new-header is t if date timer is active;
11862         skip headers in which the original date value is empty.
11863         (gnus-article-save-original-date): Redefine it as a macro.
11864         (gnus-display-mime): Use it.
11865
11866 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gnus-art.el (article-date-ut): Support converting date in
11869         forwarded parts as well.
11870         (gnus-article-save-original-date): New function.
11871         (gnus-display-mime): Use it.
11872
11873 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11874
11875         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11876         enclosure element of <item>.
11877
11878 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * message.el (message-kill-buffer-query): Renamed from
11881         `message-kill-buffer-query-if-modified'.  Added :version.
11882
11883 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11886         window layout.
11887
11888 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * mml.el: Autoload dnd when compiling.
11891
11892 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11895         x-dnd-*.
11896
11897 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * qp.el (quoted-printable-encode-region): Save excursion.
11900
11901 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11902
11903         * message.el (message-kill-buffer-query-if-modified): Add new variable
11904         so the user can kill a modified message buffer quickly.
11905         (message-kill-buffer): Use it.
11906
11907 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * lpath.el: Fbind display-time-event-handler; don't fbind
11910         string-to-multibyte.
11911
11912         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11913
11914 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11917         contained in text because xml.el decodes entities) with LFs.
11918
11919 2005-04-11  Lute Kamstra  <lute@gnu.org>
11920
11921         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11922         differently.
11923
11924 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11925
11926         * mm-util.el (mm-detect-coding-region): Typo.
11927
11928 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11931
11932 2005-04-06  Deepak Goel  <deego@gnufans.org>
11933
11934         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11935         user-function allow user modifications of the scores.
11936         (spam-stat-score-buffer-user): New function, to allow
11937         user-computed modifications to the score.
11938         (spam-stat-score-buffer-user-functions): List of additional
11939         scoring functions.
11940         (spam-stat-error-holder): Global temporary error holder.
11941         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11942         variable.
11943
11944 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11945
11946         * gnus-registry.el (gnus-registry-clean-empty-function)
11947         (gnus-registry-trim, gnus-registry-fetch-groups)
11948         (gnus-registry-delete-group): Groups that match
11949         `gnus-registry-ignored-groups' are removed from the registry
11950         entries, not just ignored for splitting.  This helps clean up the
11951         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11952         to get all the groups a message ID is in.
11953
11954         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11955         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11956         (spam-stat-score-buffer-user-functions): Add :number custom type.
11957
11958 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11961         argument in XEmacs.
11962
11963         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11964         (nnrss-request-group): Decode group name first.
11965         (nnrss-request-article): Make a text/plain article if mml-to-mime
11966         failed.
11967         (nnrss-get-encoding): Return a compatible encoding according to
11968         nnrss-compatible-encoding-alist.
11969         (nnrss-find-el): Use consp instead of listp.
11970         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11971
11972 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11975         which Emacs 20 doesn't support.
11976         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11977
11978 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11981         silence the byte compiler inside the defun.
11982
11983         * gnus-demon.el (parse-time-string): Add autoload.
11984
11985         * gnus-delay.el (parse-time-string): Add autoload.
11986
11987         * gnus-art.el (parse-time-string): Add autoload.
11988
11989         * nnultimate.el (parse-time): Require for `parse-time-string'.
11990
11991 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11994
11995         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11996
11997         * smime.el (smime-ldap-host-list): Add :version.
11998
11999 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12002         pass it to `gnus-browse-read-group'.
12003         (gnus-browse-read-group): Add NUMBER argument and pass it to
12004         `gnus-group-read-ephemeral-group'.
12005
12006         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12007         argument and pass it to `gnus-group-read-group'.
12008
12009 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12010
12011         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12012         mm-xemacs-find-mime-charset-1 if we have the mule feature
12013         available at runtime.
12014
12015 2005-03-25  Werner Lemberg  <wl@gnu.org>
12016
12017         * nnmaildir.el: Replace `illegal' with `invalid'.
12018
12019 2005-03-23  Lute Kamstra  <lute@gnu.org>
12020
12021         * time-date.el: Add comment on time value formats.
12022         Don't require parse-time.
12023         (with-decoded-time-value): New macro.
12024         (encode-time-value): New function.
12025         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12026         (days-to-time): Return a valid time value when arg is huge.
12027         (time-since): Use time-subtract.
12028         (time-to-number-of-days): Use time-to-seconds.
12029
12030 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12031
12032         * gnus-start.el (gnus-display-time-event-handler):
12033         Check display-time-timer at runtime rather than only at load time
12034         in case display-time-mode is turned off in the mean time.
12035
12036 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12039         used.
12040
12041         * nneething.el (nneething-map-file-directory): Derive from
12042         `gnus-directory'.
12043
12044         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12045         the To/Cc button.
12046
12047 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * nnmaildir.el (nnmaildir-request-accept-article):
12050         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12051
12052 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12053
12054         * gnus-async.el: Require timer-funcs at compile time when in
12055         XEmacs for `run-with-idle-timer'.
12056
12057 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12058
12059         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12060         autoloaded function.
12061
12062 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12063
12064         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12065
12066 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12067
12068         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12069
12070 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12071
12072         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12073         gnus-expert-user to default.
12074
12075 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12076
12077         * nnimap.el (nnimap-open-server): Ditto.
12078
12079         * imap.el (imap-authenticate): Fix typo.
12080
12081 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12082
12083         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12084         buffer (since IMAP server might return FETCH response out of
12085         order, and the nntp buffer must be sorted).
12086
12087 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12088
12089         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12090         comparison on string.
12091
12092         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12093         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12094         (gnus-agent-summary-fetch-series): Modified to protect against
12095         gnus-agent-summary-fetch-group clearing processable flags.
12096         (gnus-agent-synchronize-group-flags): Update live group buffer as
12097         synchronization may occur due to the user toggle the plugged
12098         status.
12099         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12100         successfully downloaded.
12101         (gnus-agent-expire-group-1): Avoid using markers when the overview
12102         is in ascending order; greatly improves performance.
12103         (gnus-agent-regenerate-group): Use
12104         gnus-agent-synchronize-group-flags to reset read status in both
12105         gnus and server.
12106         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12107
12108 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * message.el: Don't autoload former message-utils variables.
12111         (message-strip-subject-trailing-was): Change doc string.
12112
12113         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12114         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12115         (nnweb-google-search): Add "hl=en" here.
12116         (nnweb-google-parse-1, nnweb-google-create-mapping):
12117         Don't hardcode URL.
12118
12119 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * message.el (message-get-reply-headers, message-followup):
12122         Mention related variables `message-use-followup-to' and
12123         `message-use-mail-followup-to', in the information buffer.
12124
12125         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12126         of broken groups(-beta).google.com.
12127
12128 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12129
12130         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12131         parameter to invoked gnus-request-move-article; remove the
12132         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12133         all at once instead of once per article.
12134         (gnus-summary-remove-process-mark): Accept a list of articles as
12135         well as a single article for processing.
12136
12137         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12138         parameter.
12139
12140         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12141
12142         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12143
12144         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12145         parameter.
12146
12147         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12148         parameter.
12149
12150         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12151         parameter and remove the gnus-sum-hint-move-is-internal variable.
12152
12153         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12154         parameter.
12155
12156         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12157         parameter.
12158
12159         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12160         parameter.
12161
12162         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12163
12164         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12165         parameter.
12166
12167         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12168         parameter.
12169
12170 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12171
12172         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12173         a more conservative way.
12174
12175 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12176
12177         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12178         buffer, so it moves the window's cursor.
12179
12180 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12181
12182         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12183         `mm-dissect-multipart' and receive the from field as an (optional)
12184         argument from `mm-dissect-multipart'.
12185         (mm-dissect-multipart): Receive the from field as an argument and
12186         pass it on when we call `mm-dissect-buffer' on MIME parts.
12187         Fixes verification/decryption of signed/encrypted MIME parts.
12188
12189 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12190
12191         * gnus-sum.el (gnus-summary-move-article): Set
12192         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12193         whatever it calls (right now, only nnimap-request-move article
12194         respects it).
12195
12196         * nnimap.el (nnimap-request-move-article): When
12197         gnus-sum-hint-move-is-internal is set, don't do the extra
12198         nnimap-request-article.
12199
12200 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12203
12204         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12205         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12206
12207         * gnus-sum.el (gnus-summary-caesar-message):
12208         Apply `gnus-treat-article' after rotation.
12209
12210         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12211         doc string.
12212
12213 2005-02-22  Simon Josefsson  <jas@extundo.com>
12214
12215         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12216         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12217         <arne@arnested.dk>.
12218         (encrypt): Add password-cache and password-cache-expiry as group
12219         members.
12220
12221 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12222
12223         * smime.el (smime-ldap-host-list): Doc fix.
12224         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12225         cache) password.
12226         (smime-sign-region): Use it.
12227         (smime-decrypt-region): Use it.
12228         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12229         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12230         fails.
12231         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12232         certificate from DER to PEM format rather than calling openssl.
12233
12234         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12235
12236         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12237         for signing/encryption.
12238
12239         * mml.el (mml-parse-1): Use them.
12240
12241 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12242
12243         * nnrss.el (nnrss-verbose): Removed.
12244         (nnrss-request-group): Use `nnheader-message' instead.
12245
12246 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12247
12248         * nnrss.el (nnrss-verbose): New variable.
12249         (nnrss-request-group): Make it say nnrss is requesting a group.
12250
12251 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12252
12253         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12254         Handle news URL with given port correctly.
12255
12256 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12259         containing special characters.
12260
12261         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12262
12263         * mml.el (mime-to-mml): Ditto.
12264
12265         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12266         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12267         (rfc2047-decode-region): Quote decoded words containing special
12268         characters when rfc2047-quote-decoded-words-containing-tspecials
12269         is non-nil.
12270
12271 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12272
12273         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12274
12275         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12276
12277 2005-02-15  Simon Josefsson  <jas@extundo.com>
12278
12279         * nnimap.el (nnimap-debug): Doc fix.
12280
12281         * imap.el (imap-debug): Doc fix.
12282
12283 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12286
12287 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12288
12289         * gnus.el (spam-contents): Improve docs for spam-contents
12290         parameter in its variable incarnation.
12291
12292 2005-02-14  Simon Josefsson  <jas@extundo.com>
12293
12294         * smime-ldap.el: Use require instead of load-library for ldap.
12295         (smime-ldap-search): Indent.
12296         (smime-ldap-search-internal): Shorten line.
12297
12298         * smime.el (smime-cert-by-dns): Add doc-string.
12299         (smime-cert-by-ldap-1): Indent.
12300
12301         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12302         mml-smime-get-dns-ldap.
12303         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12304
12305 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12306
12307         * smime.el: Require smime-ldap.
12308         (smime-ldap-host-list): New variable.
12309         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12310
12311         * mml-smime.el (mml-smime-encrypt-query): New function.
12312         (mml-smime-encrypt-query): Use it.
12313
12314         * smime-ldap.el: New file.
12315
12316 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12319
12320 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12323         argument in doc string.  Make query for type more clear.
12324
12325 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * gnus.el (gnus-group-startup-message): Search for gnus images in
12328         etc/images/gnus.
12329         * mm-util.el (mm-image-load-path): Likewise.
12330         * smiley.el (smiley-data-directory): Search for smilies in
12331         etc/images/smilies.
12332
12333 2005-02-09  Kim F. Storm  <storm@cua.dk>
12334
12335         Change Emacs release version from 21.4 to 22.1 throughout.
12336         Change Emacs development version from 21.3.50 to 22.0.50.
12337
12338 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12341
12342         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12343         non-Mule XEmacs as well.
12344         (mm-decompress-buffer): Signal an error intentionally if it does
12345         not decompress compressed data because auto-compression-mode is
12346         disabled.
12347
12348 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12349
12350         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12351         an ID in the registry even if it has no groups.
12352
12353 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12356         merge it into mm-decompress-buffer.
12357         (gnus-mime-copy-part): Use the MIME part charset, the value which
12358         a user specified or gnus-newsgroup-charset for decoding, like
12359         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12360         save-buffer what was used.  Suggested by Kevin Ryde
12361         <user42@zip.com.au>.
12362         (gnus-mime-inline-part): Allow the name parameter as well as the
12363         filename parameter; force decompressing of compressed data; always
12364         display contents being not decoded as unibyte.
12365
12366         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12367         as well as the filename parameter.
12368
12369         * mm-util.el (mm-decompress-buffer): Merge
12370         gnus-mime-jka-compr-maybe-uncompress.
12371         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12372         of compressed data.
12373
12374 2005-02-08  Simon Josefsson  <jas@extundo.com>
12375
12376         * imap.el (imap-log): Doc fix.
12377
12378 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12381         the coding cookies; decompress compressed parts.
12382
12383         * mml.el (mml-generate-mime-1): Add the charset parameter according
12384         to the value which a user specified manually or the coding cookie.
12385
12386         * mm-util.el (mm-string-to-multibyte): New function.
12387         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12388         (mm-coding-system-to-mime-charset): New function.
12389         (mm-decompress-buffer): New function.
12390         (mm-find-buffer-file-coding-system): New function.
12391
12392         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12393         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12394         parts.
12395
12396 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12397
12398         * mm-view.el (mm-display-inline-fontify): Decode a part according
12399         to the charset parameter.
12400
12401 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12404         prefix arg is neither nil nor a number, as info specifies.
12405
12406 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12409         timestamps.
12410
12411 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12412
12413         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12414         groups error checking and notify user.
12415
12416 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12417
12418         * message.el (message-send-mail-function): Check existence of
12419         sendmail-program first before using default value
12420         `message-send-mail-with-sendmail'.  Otherwise use more generic
12421         `smtpmail-send-it'.
12422
12423 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * nntp.el (nntp-request-update-info): Always return nil.
12426
12427 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12428
12429         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12430
12431 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12432
12433         * message.el (message-beginning-of-line): Change the behavior when
12434         invoked between BOL and : so that it first moves backward.
12435
12436 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12439         article buffer when editing of the article is discarded.
12440         (gnus-article-prepare): Revert.
12441
12442 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-art.el (gnus-article-prepare):
12445         Remove message-strip-forbidden-properties from the local hook.
12446
12447 2005-01-27  Simon Josefsson  <jas@extundo.com>
12448
12449         * password.el (password-cache-add): Only start one timer per key.
12450         Reported by Derek Atkins <warlord@MIT.EDU>.
12451
12452 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12453
12454         * run-at-time.el: Removed.  It is no longer needed as
12455         timer-funcs.el in the xemacs-base package has a working version of
12456         `run-at-time'.
12457
12458         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12459
12460         * password.el: Require timer-funcs instead of run-at-time in
12461         XEmacs.
12462         Remove `password-run-at-time' macro.
12463         (password-cache-add): Use `run-at-time' instead of
12464         `password-run-at-time'.
12465
12466         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12467         Remove `nnheader-cancel-function-timers' alias,
12468         `cancel-function-timers' exists in XEmacs in timer-funcs.
12469
12470         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12471         for `run-with-idle-timer'.
12472
12473         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12474         for `run-at-time'.
12475
12476         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12477         for `with-timeout'.
12478
12479         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12480         the same as for XEmacs 21.4.
12481         No need to ignore `run-with-idle-timer', this function exists in
12482         XEmacs now in timer-funcs.el in the xemacs-base package.
12483         (dgnushack-compile): No need to delete
12484         run-at-time.el from the list of files to compile because it
12485         doesn't exist anymore.
12486
12487 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12490         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12491
12492 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12493
12494         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12495         sensitively.
12496
12497 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12498
12499         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12500
12501 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12504         which will be inserted according to the multibyteness of a buffer
12505         rather than the type of contents.  Suggested by ARISAWA Akihiro
12506         <ari@mbf.ocn.ne.jp>.
12507
12508         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12509         of string which old xml.el may return rather than a string.
12510
12511 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12514
12515 2005-01-16  Simon Josefsson  <jas@extundo.com>
12516
12517         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12518         idn/idna.el isn't available.
12519         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12520         <michael@waxrat.com>.
12521
12522         * hashcash.el: Remove non-FSF copyright header.
12523
12524         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12525         (hashcash-generate-payment): Use it.
12526         (hashcash-generate-payment-async): Use it.
12527
12528 2005-01-15  Simon Josefsson  <jas@extundo.com>
12529
12530         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12531         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12532
12533         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12534         gnus-summary-idna-message.
12535         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12536         (gnus-summary-idna-message): New function.
12537
12538 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12539
12540         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12541         gnus-novice-user.
12542
12543 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * nnrss.el (nnrss-request-delete-group): Delete entries in
12546         nnrss-group-alist as well.
12547         (nnrss-save-server-data): Insert newline.
12548
12549 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus.el (gnus-user-agent): Use list of symbols instead of
12552         symbols.  Display full version number for (S)XEmacs.  Optionally
12553         display (S)XEmacs codename.
12554
12555         * gnus-util.el (gnus-emacs-version): Update for new
12556         `gnus-user-agent'.
12557
12558         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12559         Gnus version.
12560
12561 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12564         which is unreadable in some setups.
12565
12566 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-spec.el (gnus-update-format-specifications): Flush the
12569         group format spec cache if it doesn't support decoded group names.
12570
12571 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12574         Allow to apply decay on score files matching a regexp.
12575
12576 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12579         compatibility in %g and %c.
12580
12581 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12584         name for only %g and %c.
12585         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12586         of gnus-tmp-group to decoded group name.
12587         (gnus-group-make-rss-group): Exclude `/'s from group names.
12588
12589 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * nnrss.el (nnrss-get-encoding): Fix regexp.
12592
12593 2004-12-27  Simon Josefsson  <jas@extundo.com>
12594
12595         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12596         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12597         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12598
12599 2004-12-17  Kim F. Storm  <storm@cua.dk>
12600
12601         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12602
12603         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12604
12605 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12606
12607         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12608
12609 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * nnrss.el: Require rfc2047 and mml.
12612         (nnrss-file-coding-system): New variable.
12613         (nnrss-format-string): Redefine it as an inline function.
12614         (nnrss-decode-group-name): New function.
12615         (nnrss-string-as-multibyte): Remove.
12616         (nnrss-retrieve-headers): Decode group name; don't use
12617         nnrss-format-string.
12618         (nnrss-request-group): Decode group name.
12619         (nnrss-request-article): Decode group name; allow a Message-ID as
12620         well as an article number; don't use nnrss-format-string; encode a
12621         Message-ID string which may contain non-ASCII characters; use
12622         mml-to-mime to compose a MIME article.
12623         (nnrss-request-expire-articles): Decode group name.
12624         (nnrss-request-delete-group): Decode group name.
12625         (nnrss-fetch): Clarify error message.
12626         (nnrss-read-server-data): Use insert-file-contents instead of load;
12627         bind file-name-coding-system; use multibyte buffer.
12628         (nnrss-save-server-data): Bind coding-system-for-write to the
12629         value of nnrss-file-coding-system; bind file-name-coding-system;
12630         add coding cookie.
12631         (nnrss-read-group-data): Use insert-file-contents instead of load;
12632         bind file-name-coding-system; use multibyte buffer.
12633         (nnrss-save-group-data): Bind coding-system-for-write to the
12634         value of nnrss-file-coding-system; bind file-name-coding-system.
12635         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12636         make it work with non-ASCII text.
12637         (nnrss-find-el): Make it work with old xml.el as well.
12638
12639 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12640
12641         * nnrss.el (nnrss-get-encoding): New function.
12642         (nnrss-fetch): Use unibyte buffer initially; bind
12643         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12644         decode contents according to the encoding attribute.
12645         (nnrss-save-group-data): Add coding cookie.
12646         (nnrss-mime-encode-string): New function.
12647         (nnrss-check-group): Use it to encode subject and author.
12648
12649 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12650
12651         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12652         imaginary variable.
12653
12654 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12657         correctly even if there are wide characters.
12658
12659 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12660
12661         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12662         downcased symbol names; make a new cache instead of reusing
12663         bbdb-hashtable.
12664
12665 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12668         concatenating segments rather than before concatenating them.
12669         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12670
12671         * message.el (message-get-reply-headers): Bind `extra'.
12672
12673 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12674
12675         * message.el (message-extra-wide-headers): New variable.
12676         (message-get-reply-headers): Use it.
12677
12678 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12681         (gnus-agent-group-pathname): Ditto.
12682
12683         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12684
12685         * gnus-group.el (gnus-group-make-group): Decode group name.
12686         (gnus-group-make-rss-group): Register the group data after opening
12687         the nnrss group.
12688
12689 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12690
12691         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12692         by expiry now get marked as read.
12693
12694 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12697
12698 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12699
12700         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12701         unify Latin characters in XEmacs.
12702         (mm-find-mime-charset-region): Use it.
12703
12704 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-util.el (gnus-delete-directory): New function.
12707
12708         * gnus-agent.el (gnus-agent-delete-group): Use it.
12709
12710         * gnus-cache.el (gnus-cache-delete-group): Use it.
12711
12712 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12715         names.
12716
12717 2004-12-16  Simon Josefsson  <jas@extundo.com>
12718
12719         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12720
12721 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12724
12725         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12726         (gnus-group-set-current-level): Decode group name.
12727
12728 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12729
12730         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12731         failed.
12732
12733 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * gnus-group.el (gnus-group-delete-group): Decode group name.
12736         (gnus-group-make-rss-group): Encode group name.
12737         (gnus-group-catchup-current): Decode group name.
12738         (gnus-group-kill-group): Decode group name.
12739
12740 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12741
12742         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12743
12744 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * gnus-group.el (gnus-group-make-rss-group):
12747         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12748
12749         * gnus-start.el (gnus-setup-news): Honor user's setting to
12750         gnus-message-archive-method.  Suggested by Lute Kamstra
12751         <lute@gnu.org>.
12752
12753 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12754
12755         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12756         global counterparts of the buffer-local variables.
12757
12758 2004-11-16  Romain Francoise  <romain@orebokech.com>
12759
12760         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12761         counterparts of the buffer-local variables.
12762
12763 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * message.el (message-forbidden-properties): Fixed typo in doc
12766         string.
12767
12768 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * gnus-util.el (gnus-replace-in-string): Added doc string.
12771
12772         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12773         to avoid problems when splitting mails with many recipients.
12774
12775 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12776
12777         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12778         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12779
12780 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12781
12782         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12783         if there is no hashtable in memory or file modification time is
12784         newer than cached timestamp.
12785
12786 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12789         not-matching option.
12790
12791 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12794         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12795         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12796         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12797         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12798         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12799
12800 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * message.el (message-forward-make-body-mml): Remove headers
12803         according to message-forward-ignored-headers if a message is decoded.
12804
12805 2004-12-02  Romain Francoise  <romain@orebokech.com>
12806
12807         * message.el (message-forward-make-body-plain): Always remove
12808         headers according to message-forward-ignored-headers.
12809
12810 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12811
12812         * spam.el (spam-summary-prepare-exit): Remove the
12813         gnus-summary-limit pop for now, it has problems with ham marks for
12814         me.
12815
12816 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12817
12818         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12819         correctly.
12820
12821 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12822
12823         * format-spec.el (format-spec): Message the char.
12824
12825 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12826
12827         * gnus-art.el (gnus-split-methods): Reformat comments.
12828
12829         * spam.el (spam-summary-prepare-exit): Remove article limits
12830         before exiting the summary buffer.
12831
12832 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12835         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12836
12837         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12838         order to silence the byte compiler.
12839
12840         * spam.el: Fix the way to silence the byte compiler, which
12841         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12842         bbdb-search-simple, spam-BBDB-register-routine,
12843         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12844         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12845         spam-stat-buffer-is-spam, spam-stat-load,
12846         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12847         spam-stat-save and spam-stat-split-fancy.
12848
12849 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12852         which may confuse users.
12853         (canlock-password-for-verify): Ditto.
12854
12855         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12856
12857         * gnus-art.el (gnus-emphasis-alist): Ditto.
12858
12859         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12860
12861         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12862
12863         * gnus-start.el (gnus-save-killed-list): Ditto.
12864
12865         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12866         (gnus-sum-thread-tree-root): Ditto.
12867         (gnus-sum-thread-tree-false-root): Ditto.
12868         (gnus-sum-thread-tree-single-indent): Ditto.
12869
12870         * message.el (message-courtesy-message): Ditto.
12871         (message-archive-note): Ditto.
12872         (message-subscribed-address-file): Ditto.
12873         (message-user-fqdn): Ditto.
12874
12875         * spam-report.el (spam-report-gmane-regex): Ditto.
12876
12877         * spam.el (spam-blackhole-good-server-regex): Ditto.
12878
12879 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * mml.el (mml-preview): Widen the message buffer before copying
12882         the contents to the preview buffer; sort headers before previewing.
12883
12884         * message.el (message-hidden-headers): Fix the way to avoid a bug
12885         in the `repeat' widget in Emacs 21.3 or earlier.
12886
12887 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * message.el (message-hidden-headers): Default to "^References:".
12890         Improve customization type.  Suggested by Reiner Steib
12891         <Reiner.Steib@gmx.de>.
12892
12893 2004-11-25  Romain Francoise  <romain@orebokech.com>
12894
12895         * message.el (message-strip-forbidden-properties): Remove check for
12896         obsolete `message-hidden' text property, hidden headers are not
12897         accessible in the buffer anymore.
12898
12899 2004-11-22  Romain Francoise  <romain@orebokech.com>
12900
12901         * message.el (message-header-format-alist): Add `From' in list
12902         so that it can be sorted.
12903         (message-fix-before-sending): Widen and sort headers before
12904         sending.
12905         (message-hide-headers): Use narrowing to hide headers by moving
12906         them to the top of the buffer and narrowing to the region
12907         underneath.
12908
12909 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12910
12911         * message.el (message-strip-forbidden-properties): Bind
12912         buffer-read-only (etc) to nil.
12913
12914 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12917         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12918
12919 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12920
12921         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12922
12923 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12924
12925         * dns.el (query-dns): Use sit-for to time instead of
12926         accept-process-output, since that doesn't seem to work on udp
12927         sockets.
12928
12929 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12932
12933 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12934
12935         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12936         doc string.  Improve doc string.
12937
12938 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * nntp.el (nntp-request-update-info): Return nil if
12941         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12942         may not call gnus-activate-group which uselessly issues the GROUP
12943         commands for all nntp groups and wastes time.  Reported by Romain
12944         Francoise <romain@orebokech.com>.
12945
12946         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12947
12948 2004-11-15  Simon Josefsson  <jas@extundo.com>
12949
12950         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12951         headers separately.
12952         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12953         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12954
12955 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * gnus-start.el (gnus-convert-old-newsrc):
12958         Assign legacy-gnus-agent to 5.10.7.
12959
12960 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12961
12962         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12963         start of the lines.
12964
12965 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12966
12967         * hashcash.el (hashcash-default-payment): Change default to 20.
12968         (hashcash-default-accept-payment): Change default to 20.
12969         (hashcash-process-alist): New variable.
12970         (hashcash-generate-payment-async): Add.
12971         (hashcash-already-paid-p): Add.
12972         (hashcash-insert-payment): Don't generate payments twice.
12973         (hashcash-insert-payment-async): Add.
12974         (hashcash-insert-payment-async-2): Add.
12975         (hashcash-cancel-async): Add.
12976         (hashcash-wait-async): Add.
12977         (hashcash-processes-running-p): Add.
12978         (hashcash-wait-or-cancel): Add.
12979         (mail-add-payment): New optional argument.  Conditionally start
12980         asynchronous calculation.
12981         (mail-add-payment-async): Add.
12982
12983         * message.el (message-send-mail): Wait for asynchronous hashcash
12984         results.  Don't clobber existing X-Hashcash headers.
12985         (message-setup-1): Call mail-add-payment-async when
12986         message-generate-hashcash is non-nil.
12987
12988 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12989
12990         * message.el (message-use-alternative-email-as-from): Examine the
12991         From header as well; use message-make-from in order to include a
12992         user's full name.
12993
12994 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12997         default; improve customization type.
12998         (gnus-emphasis-custom-with-format): New macro.
12999         (gnus-emphasis-custom-value-to-external): New function.
13000         (gnus-emphasis-custom-value-to-internal): New function.
13001
13002 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13003
13004         * dns.el (query-dns): Resolve reverse addresses.
13005
13006 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13007
13008         * gnus-group.el (gnus-group-get-new-news): Use it.
13009
13010         * gnus-start.el (gnus-check-reasonable-setup): New function.
13011
13012 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13015         "Args out of range" error.  Reported by Arnaud Giersch
13016         <arnaud.giersch@free.fr>.
13017
13018 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13019
13020         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13021
13022 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13023
13024         * spam.el (spam group): Add :version.
13025
13026         * pgg-def.el (pgg group): Add :version.
13027
13028 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-art.el (gnus-article-edit-article): Don't associate the
13031         article buffer with a draft file.  This is a temporary measure
13032         against the 2004-08-22 change to gnus-article-edit-mode.
13033
13034 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13037         (html2text-format-tags): Remove unused variable `attr'.
13038
13039 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13042
13043         * tls.el (tls-process-connection-type, tls-success)
13044         (tls-certtool-program): Add :version.
13045
13046         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13047         (starttls-extra-arguments, starttls-process-connection-type)
13048         (starttls-connect, starttls-failure, starttls-success): Add :version.
13049
13050         * spam-stat.el (spam-stat): Add :version.
13051
13052         * sieve.el (sieve): Add :version.
13053
13054         * sha1.el (sha1): Add :version.
13055         (sha1-use-external): Remove redundant version.
13056
13057         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13058         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13059         (nnmail-split-fancy-match-partial-words)
13060         (nnmail-split-lowercase-expanded): Add :version.
13061
13062         * nndiary.el (nndiary): Add :version.
13063
13064         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13065
13066         * mml-sec.el (mml-default-sign-method)
13067         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13068         Add :version.
13069
13070         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13071
13072         * mm-url.el (mm-url-use-external, mm-url-program)
13073         (mm-url-arguments): Add :version.
13074
13075         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13076         (mm-attachment-file-modes, mm-decrypt-option)
13077         (mm-w3m-safe-url-regexp): Add :version.
13078
13079         * message.el (message-cite-prefix-regexp)
13080         (message-sendmail-envelope-from, message-minibuffer-local-map)
13081         (message-user-fqdn, message-completion-alist): Add :version.
13082
13083         * gnus-win.el (gnus-configure-windows-hook)
13084         (gnus-use-frames-on-any-display): Add :version.
13085
13086         * gnus-art.el (gnus-article-address-banner-alist)
13087         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13088         (gnus-treat-from-picon, gnus-treat-mail-picon)
13089         (gnus-treat-x-pgp-sig): Add :version.
13090
13091         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13092         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13093         (gnus-summary-article-delete-hook)
13094         (gnus-summary-display-while-building): Add :version.
13095
13096         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13097         (gnus-get-top-new-news-hook): Add :version.
13098
13099         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13100         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13101
13102         * gnus-registry.el (gnus-registry): Add :version.
13103
13104         * gnus-spec.el (gnus-use-correct-string-widths)
13105         (gnus-make-format-preserve-properties): Add :version.
13106
13107         * gnus.el (gnus-group-charter-alist)
13108         (gnus-group-fetch-control-use-browse-url)
13109         (gnus-install-group-spam-parameters): Add :version.
13110
13111         * gnus-diary.el (gnus-diary): Add :version.
13112
13113         * gnus-delay.el (gnus-delay): Add :version.
13114
13115         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13116         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13117         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13118         Add :version.
13119
13120         * gnus-agent.el (gnus-agent-max-fetch-size)
13121         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13122         (gnus-agent-prompt-send-queue): Add :version.
13123
13124         * deuglify.el (gnus-outlook-deuglify): Add :version.
13125
13126         * html2text.el: Beautify code.  Improve doc strings.  Some
13127         checkdoc cleanup.
13128         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13129
13130 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13131
13132         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13133
13134 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13137         when package is loaded.
13138
13139         * spam.el (spam-summary-score-preferred-header): Add global preference
13140         for people who want to override the default SpamAssassin over
13141         Bogofilter preference (when both are set).
13142         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13143         (spam-user-format-function-S): Check
13144         spam-summary-score-preferred-header.
13145         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13146         (spam-user-format-function-S): Format the score correctly.
13147
13148 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13151         signature file.  Suggested by Manoj Srivastava
13152         <srivasta@golden-gryphon.com>.
13153
13154         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13155         iso-2022-jp even in the Japanese language environment.
13156         Suggested by Jason Rumney <jasonr@gnu.org>.
13157
13158 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13161         use the same characters as the dummy marks; make it free from
13162         getting affected by the language environment.
13163         (gnus-summary-read-group-1): Update mark positions only when the
13164         format spec is updated.
13165
13166         * gnus-spec.el (gnus-update-format-specifications): Return a list
13167         of updated types.
13168
13169 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13172         of boundp to check if display-warning is available.
13173
13174 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13175
13176         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13177
13178 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * nnspool.el (nnspool-spool-directory): Use news-path if the
13181         news-directory variable is not bound.
13182
13183         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13184         function instead of display-warning if it is not available.
13185
13186 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13189         v5-10: Use `point-at-bol'.
13190
13191 2004-10-26  Simon Josefsson  <jas@extundo.com>
13192
13193         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13194         <chenggao@gmail.com>.
13195
13196 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13199         instead.
13200
13201 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13202
13203         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13204         to remove a server from the nnimap-server-buffer-alist.
13205         (nnimap-open-connection, nnimap-close-server): Use it.
13206
13207         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13208
13209 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13212         running the major-mode function.
13213
13214 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13217         dummy marks in the right way.
13218
13219 2004-10-18  David Edmondson  <dme@dme.org>
13220
13221         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13222         excessively.
13223
13224 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13225
13226         * gnus-util.el (gnus-split-references): Accept a nil references
13227         string and go on blissfully.
13228
13229         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13230         cases where the references string is non-nil but has no references.
13231
13232         * encrypt.el: Add autoload tags.
13233
13234         * spam.el (spam-resolve-registrations-routine): Remove article
13235         from unregistration list too.  Reported by David Hanak
13236         <dhanak@isis.vanderbilt.edu>
13237
13238 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13241         nil.  Changed custom type.
13242
13243 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13246
13247         * gnus-sum.el (gnus-summary-move-article): Use it.
13248
13249 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13250
13251         * encrypt.el: Add autoload cookies.
13252
13253         * spam.el (spam-backend-article-list-property)
13254         (spam-backend-get-article-todo-list)
13255         (spam-backend-put-article-todo-list)
13256         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13257         Resolve registrations separately.
13258         (spam-register-routine): Format comments.
13259         (spam-unregister-routine, spam-register-routine): Always call with
13260         specific-articles, no default list.
13261         (spam-summary-prepare-exit): Use the spam-classifications function.
13262
13263         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13264         gnus-encrypt.el.
13265
13266         * encrypt.el: Copied from gnus-encrypt.el.
13267
13268         * gnus-encrypt.el: Commented that it's obsolete.
13269
13270 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13273         (gnus-score-save): Use it.
13274
13275         * message.el (message-bury): Use `window-dedicated-p'.
13276
13277 2004-10-15  Simon Josefsson  <jas@extundo.com>
13278
13279         * pop3.el (top-level): Don't require nnheader.
13280         (pop3-read-timeout): Add.
13281         (pop3-accept-process-output): Add.
13282         (pop3-read-response, pop3-retr): Use it.
13283
13284 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13285
13286         * spam.el (spam-register-routine): Move comment.
13287         (spam-verify-bogofilter): Use 'unknown for the initial
13288         spam-bogofilter-valid state, not 'never.
13289
13290         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13291         for netrc-machine.
13292
13293         * nnimap.el (nnimap-open-connection): Use
13294         netrc-machine-user-or-password.
13295
13296 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13297
13298         * gnus-registry.el (gnus-registry-unload-hook):
13299         Set as a variable with add-hook.
13300
13301         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13302         of news-path.
13303
13304         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13305
13306         * spam.el: Delete duplicate `provide'.
13307         (spam-unload-hook): Set as a variable with add-hook.
13308
13309 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13312         in the doc string.
13313
13314         * message.el (message-ignored-news-headers)
13315         (message-ignored-supersedes-headers)
13316         (message-ignored-resent-headers)
13317         (message-forward-ignored-headers): Improve custom type.
13318
13319 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * message.el (message-tokenize-header): Fix 2004-09-06 change
13322         which used point-min in the wrong place.
13323
13324 2004-10-12  Simon Josefsson  <jas@extundo.com>
13325
13326         * tls.el (tls-certtool-program): New variable.
13327         (tls-certificate-information): New function, based on
13328         ssl-certificate-information.
13329
13330 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * compface.el: Move the version of ELisp-based uncompface program
13333         to the contrib directory because of the copyright problem.
13334
13335 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * message.el (message-kill-buffer): Raise the current frame.
13338
13339 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13342
13343         * gnus.el (message-y-or-n-p): Autoload.
13344
13345         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13346         (pop3-password-required, pop3-authentication-scheme)
13347         (pop3-leave-mail-on-server): Made customizable.
13348         (pop3): New custom group.
13349         (pop3-retr): Remove `sleep-for' statements.
13350         Suggested by Dave Love <fx@gnu.org>.
13351
13352         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13353         Windows/DOS.
13354
13355         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13356         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13357         Dave Love <fx@gnu.org>.
13358
13359         * mml.el (mml-minibuffer-read-disposition): Require match.
13360         Suggested by Dave Love <fx@gnu.org>.
13361
13362 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13363
13364         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13365         doc string.
13366
13367 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13370
13371 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13372
13373         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13374         instead of calling `mm-insert-inline', to decode text/* parts
13375         before displaying them.
13376
13377 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * mm-uu.el (mm-uu-text-plain-type): New variable.
13380         (mm-uu-pgp-signed-extract-1): Use it.
13381         (mm-uu-pgp-encrypted-extract-1): Use it.
13382         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13383         bind mm-uu-text-plain-type with that value.
13384         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13385         mm-uu-dissect.
13386
13387 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-group.el (gnus-update-group-mark-positions):
13390         * gnus-sum.el (gnus-update-summary-mark-positions):
13391         * message.el (message-check-news-body-syntax):
13392         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13393         of string-as-multibyte.
13394
13395 2004-10-05  Juri Linkov  <juri@jurta.org>
13396
13397         * gnus-group.el (gnus-update-group-mark-positions):
13398         * gnus-sum.el (gnus-update-summary-mark-positions):
13399         * message.el (message-check-news-body-syntax):
13400         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13401         8-bit unibyte values to a multibyte string for search functions.
13402
13403 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13406         (mm-uu-dissect-text-parts): New function.
13407
13408         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13409         dissect text parts.
13410
13411         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13412         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13413
13414         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13415
13416         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13417         gnus-current-topics instead of gnus-current-topic.
13418
13419 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13420
13421         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13422
13423 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13424
13425         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13426         where approriate.
13427
13428         * nnml.el (nnml-generate-active-info): do.
13429
13430         * nndiary.el (nndiary-generate-active-info): do.
13431
13432         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13433         (gnus-topic-move): do.
13434
13435         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13436         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13437
13438         * gnus-srvr.el (gnus-server-prepare)
13439         (gnus-server-open-all-servers): do.
13440
13441         * gnus-msg.el (gnus-summary-cancel-article)
13442         (gnus-summary-resend-message)
13443         (gnus-summary-mail-crosspost-complaint): do.
13444
13445         * gnus-move.el (gnus-change-server): do.
13446
13447         * gnus-group.el (gnus-group-unmark-all-groups)
13448         (gnus-group-set-current-level): do.
13449
13450 2004-10-04  Simon Josefsson  <jas@extundo.com>
13451
13452         * message.el (message-generate-hashcash): Doc fix.
13453
13454 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13455
13456         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13457         avoid infinite recursion via gnus-get-function.
13458
13459 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13460
13461         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13462
13463         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13464
13465         * nnmail.el (nnmail-split-history): do.
13466
13467         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13468         (nnml-request-delete-group): do.
13469
13470         * nnslashdot.el (nnslashdot-read-groups): do.
13471
13472         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13473         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13474
13475         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13476         (nnspool-sift-nov-with-sed): Use last.
13477         (nnspool-retrieve-headers-with-nov): Use mapc.
13478         (nnspool-request-newgroups): Use dolist.
13479         (nnspool-request-group): Use last.
13480
13481         * nntp.el (nntp-read-server-type): Use dolist.
13482
13483         * nnvirtual.el (nnvirtual-create-mapping)
13484         (nnvirtual-update-read-and-marked): Use dolist.
13485         (nnvirtual-convert-headers): Simplify.
13486
13487 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13488
13489         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13490         support for sync'ing tick marks.
13491
13492 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13495         there's no visible header.
13496
13497 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13498
13499         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13500         necessary, pass full group name to gnus-request-set-marks.
13501
13502 2004-10-01  Simon Josefsson  <jas@extundo.com>
13503
13504         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13505         acroread.
13506
13507 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13508
13509         * spam-report.el (spam-report-gmane): Fix interactive.
13510
13511         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13512
13513         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13514         when writing file.
13515         (gnus-agent-synchronize-flags): Don't default to being
13516         interactive.
13517
13518 2004-09-30  Simon Josefsson  <jas@extundo.com>
13519
13520         * message.el (message-generate-hashcash): Add.
13521         (message-send-mail): Use it, call mail-add-payment.
13522
13523 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13524
13525         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13526
13527 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13528
13529         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13530         gnus-requst-update-info with explicit code to sync the in-memory
13531         info read flags with the marks being sync'd to the backend.
13532
13533         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13534
13535 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13536
13537         * spam.el (spam-verify-bogofilter): Add new function.
13538         (spam-check-bogofilter)
13539         (spam-bogofilter-register-with-bogofilter): Use it.
13540         (spam-verify-bogofilter): Add small fixes.
13541
13542 2004-09-28  Simon Josefsson  <jas@extundo.com>
13543
13544         * hashcash.el (hashcash-generate-payment): Revert.
13545
13546 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13547
13548         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13549         gnus-extract-references instead of gnus-split-references.
13550
13551         * gnus-util.el (gnus-extract-references): Add new function, analogous
13552         to gnus-split-references but extracts only the message-ID without
13553         anything extra.
13554
13555         * hashcash.el (hashcash-generate-payment)
13556         (hashcash-check-payment): Do the right thing if hashcash-path is
13557         nil (because the hashcash program could not be found).
13558
13559         * spam.el (spam-use-hashcash): Remove comment.
13560
13561 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13562
13563         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13564         (gnus-cache-enter-article, gnus-cache-remove-article)
13565         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13566
13567         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13568
13569         * gnus-art.el (article-hide-boring-headers)
13570         (article-translate-strings, article-display-face)
13571         (gnus-article-mime-match-handle-first)
13572         (gnus-article-highlight-headers)
13573         (gnus-article-add-buttons-to-head): do.
13574
13575 2004-09-27  Simon Josefsson  <jas@extundo.com>
13576
13577         * hashcash.el: New version, from
13578         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13579         ../contrib/.
13580
13581 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13584
13585 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13586
13587         * gnus-dup.el (gnus-dup-open): Use mapc.
13588         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13589
13590         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13591         Reported by Stefan Wiens <s.wi@gmx.net>.
13592
13593         * gnus.el (gnus-shutdown): Use dolist.
13594
13595         * gnus-undo.el (gnus-undo): Use mapc.
13596
13597         * nnrss.el (nnrss-generate-active): do.
13598
13599         * message.el (message-cite-original-without-signature)
13600         (message-cite-original): Use mapc.
13601         (message-do-actions, message-make-forward-subject): Use dolist.
13602
13603 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13604
13605         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13606         deletion to remove entire duplicate line.  Fixes merged article
13607         number bug.
13608
13609 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13610
13611         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13612         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13613         first ask if you want to open a server and then, even when you
13614         responded with no, asking if you want to synchronize the server's
13615         flags.
13616         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13617         multi-line expressions.
13618         (gnus-agent-synchronize-group-flags): New internal function.
13619         Updates marks in memory (in the info structure) AND in the
13620         backend.
13621
13622         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13623
13624         * nnagent.el (nnagent-request-set-mark): Use
13625         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13626         method, to ensure that synchronization updates marks in the
13627         backend and in the info (in memory) structure.
13628
13629 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13632         convention fully; don't miss the root article of a thread; make
13633         the X-Draft-From header with correct article numbers.
13634
13635 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13636
13637         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13638         unless plugged.  Disable the agent so that an open failure causes
13639         an error.
13640
13641         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13642         Reverted 2004-09-21 change.  The backend must be opened while
13643         synchronizing flags even when the backend stores the flags
13644         locally.
13645
13646 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13647
13648         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13649         in `header' match.  Reported by Svend Tollak Munkejord.
13650
13651         * message.el (message-cite-original): Fix use of
13652         `message-cite-articles-with-x-no-archive'.
13653
13654 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13657         (gnus-window-to-buffer): Ditto.
13658
13659         * mml.el (mml-preview-buffer): New variable.
13660         (mml-preview): Manage window layout with gnus-buffer-configuration.
13661
13662         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13663         X-Draft-From header even if those articles aren't quoted.
13664
13665 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13666
13667         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13668         (gnus-request-set-mark, gnus-request-update-mark): Use new
13669         g-s-t-u-l-m to decide to use backend even when unplugged.
13670
13671 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13674         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13675
13676 2004-09-20  Simon Josefsson  <jas@extundo.com>
13677
13678         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13679         "utf-16-le".
13680
13681 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13682
13683         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13684
13685 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * uudecode.el (uudecode-use-external): Add :version.
13688
13689         * smime.el (smime-CA-file, smime-encrypt-cipher)
13690         (smime-dns-server): Add :version.
13691
13692         * smiley.el (gnus-smiley-file-types): Add :version.
13693
13694         * sha1.el (sha1-use-external): Add :version.
13695
13696         * pgg-def.el (pgg-query-keyserver): Add :version.
13697
13698         * nnmail.el (nnmail-fancy-expiry-targets)
13699         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13700         Add :version.
13701
13702         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13703         (nnimap-retrieve-groups-asynchronous): Add :version.
13704         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13705
13706         * mml.el (mml-content-disposition-parameters)
13707         (mml-insert-mime-headers-always): Add :version.
13708
13709         * mm-util.el (mm-coding-system-priorities): Add :version.
13710
13711         * mm-decode.el (mm-inline-text-html-with-images)
13712         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13713         (mm-verify-option): Add :version.
13714         (mm-text-html-renderer): Change :version.
13715
13716         * message.el (message-fcc-externalize-attachments)
13717         (message-required-headers, message-draft-headers)
13718         (message-subject-trailing-was-query)
13719         (message-subject-trailing-was-ask-regexp)
13720         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13721         (message-mark-insert-end, message-archive-header)
13722         (message-archive-note, message-cross-post-default)
13723         (message-cross-post-note, message-followup-to-note)
13724         (message-cross-post-note-function, message-use-mail-followup-to)
13725         (message-subscribed-address-functions)
13726         (message-subscribed-address-file, message-subscribed-addresses)
13727         (message-subscribed-regexps, message-allow-no-recipients)
13728         (message-yank-cited-prefix, message-signature-insert-empty-line)
13729         (message-hidden-headers, message-hierarchical-addresses)
13730         (message-mail-user-agent, message-use-idna)
13731         (message-valid-fqdn-regexp)
13732         (message-strip-special-text-properties, message-header-synonyms)
13733         (message-beginning-of-line, message-tab-body-function): Add :version.
13734         (message-insert-canlock, message-wide-reply-confirm-recipients):
13735         Change :version.
13736
13737         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13738         and :version.
13739         (mail-source-delete-old-incoming-confirm)
13740         (mail-source-movemail-program): Add :version.
13741
13742         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13743         (gnus-agent-cache, gnus-agent): Change :version.
13744
13745         * gnus-util.el (gnus-use-byte-compile): Change :version.
13746
13747         * gnus-sum.el (gnus-summary-make-false-root-always)
13748         (gnus-summary-default-high-score)
13749         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13750         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13751         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13752         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13753         (gnus-sum-thread-tree-single-indent)
13754         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13755         (gnus-sum-thread-tree-leaf-with-other)
13756         (gnus-sum-thread-tree-single-leaf): Add :version.
13757         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13758         (gnus-article-loose-mime): Change :version.
13759
13760         * gnus-start.el (gnus-backup-startup-file)
13761         (gnus-save-startup-file-via-temp-buffer): Add :version.
13762
13763         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13764         (gnus-server-offline-face): Add :version.
13765
13766         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13767
13768         * gnus-msg.el (gnus-gcc-externalize-attachments)
13769         (gnus-debug-files, gnus-debug-exclude-variables)
13770         (gnus-discouraged-post-methods): Change :version.
13771         (gnus-confirm-mail-reply-to-news)
13772         (gnus-confirm-treat-mail-like-news): Add :version.
13773
13774         * gnus-int.el (gnus-server-unopen-status): Add :version.
13775
13776         * gnus-group.el (gnus-group-jump-to-group-prompt)
13777         (gnus-large-ephemeral-newsgroup)
13778         (gnus-fetch-old-ephemeral-headers): Add :version.
13779
13780         * gnus-fun.el (gnus-x-face-directory)
13781         (gnus-convert-pbm-to-x-face-command)
13782         (gnus-convert-image-to-x-face-command)
13783         (gnus-convert-image-to-face-command): Add :version.
13784
13785         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13786
13787         * gnus-cite.el (gnus-cite-blank-line-after-header)
13788         (gnus-article-boring-faces): Add :version.
13789
13790         * gnus-art.el (gnus-buttonized-mime-types)
13791         (gnus-inhibit-mime-unbuttonizing)
13792         (gnus-treat-display-face)
13793         (gnus-treat-body-boundary): Change :version.
13794         (gnus-body-boundary-delimiter, gnus-picon-databases)
13795         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13796         (gnus-treat-date-english, gnus-treat-fold-headers)
13797         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13798         (gnus-treat-mail-picon, gnus-treat-wash-html)
13799         (gnus-article-encrypt-protocol)
13800         (gnus-use-idna, gnus-article-over-scroll)
13801         (gnus-mime-display-multipart-alternative-as-mixed)
13802         (gnus-mime-display-multipart-related-as-mixed)
13803         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13804         (gnus-ctan-url, gnus-button-ctan-handler)
13805         (gnus-button-handle-ctan-bogus-regexp)
13806         (gnus-button-ctan-directory-regexp)
13807         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13808         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13809         (gnus-button-man-level, gnus-button-emacs-level)
13810         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13811
13812         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13813         (gnus-agent-go-online): Change :version.
13814         (gnus-agent-expire-unagentized-dirs)
13815         (gnus-agent-auto-agentize-methods): Add :version.
13816
13817         * flow-fill.el (fill-flowed-display-column)
13818         (fill-flowed-encode-column): Add :version.
13819
13820         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13821         (gnus-outlook-deuglify-unwrap-max)
13822         (gnus-outlook-deuglify-cite-marks)
13823         (gnus-outlook-deuglify-unwrap-stop-chars)
13824         (gnus-outlook-deuglify-no-wrap-chars)
13825         (gnus-outlook-deuglify-attrib-cut-regexp)
13826         (gnus-outlook-deuglify-attrib-verb-regexp)
13827         (gnus-outlook-deuglify-attrib-end-regexp)
13828         (gnus-outlook-display-hook): Add :version.
13829
13830         * binhex.el (binhex-use-external): Add :version.
13831
13832 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13833
13834         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13835         and `invisible'.
13836
13837 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13838
13839         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13840         in gnus-registry-trim.
13841
13842 2004-09-13  Simon Josefsson  <jas@extundo.com>
13843
13844         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13845
13846         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13847
13848         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13849         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13850         <yamaoka@jpl.org>.
13851         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13852         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13853         <yamaoka@jpl.org>.
13854
13855         * sieve.el (sieve-manage-mode): Ditto.
13856
13857 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13860
13861 2004-09-11  Simon Josefsson  <jas@extundo.com>
13862
13863         * dns-mode.el: Add.
13864
13865         * mm-view.el (mm-display-dns-inline): Add.
13866
13867         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13868         (mm-automatic-display): Ditto.
13869
13870         * mailcap.el (mailcap-mime-data): Add text/dns.
13871         (mailcap-mime-extensions): Map .soa to text/dns.
13872
13873 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13874
13875         * gnus-art.el (article-decode-mime-words, article-babel)
13876         (gnus-article-highlight-signature, gnus-article-add-buttons)
13877         (gnus-signature-toggle): Remove unnecessary bindings of
13878         `inhibit-read-only' inherited from v5.10 merge.
13879
13880 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * nntp.el (nntp): New customization group.
13883         (nntp-authinfo-file): Add customization group.
13884
13885         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13886
13887         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13888
13889         * gnus.el (to-address, to-list, subscribed)
13890         (large-newsgroup-initial): Ditto.
13891
13892         * flow-fill.el (fill-flowed-display-column)
13893         (fill-flowed-encode-column): Ditto.
13894
13895 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13896
13897         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13898         Use point-min rather than 1.
13899         (message-send-mail): Use buffer-size rather than point-max.
13900
13901         * gnus-sum.el (gnus-summary-search-article-forward):
13902         Signal a specific `search-failed' rather than a generic `error'.
13903
13904         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13905         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13906         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13907
13908 2004-09-10  Simon Josefsson  <jas@extundo.com>
13909
13910         * nndb.el (require): Remove tcp and duplicate cl.
13911
13912 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-agent.el (directory-files-and-attributes): Move forward.
13915
13916 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13917
13918         * gnus-agent.el (directory-files-and-attributes): Optionally
13919         defined to support XEmacs.
13920
13921 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13922
13923         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13924         to avoid run-time CL dependencies.
13925         (gnus-agent-unfetch-articles): New function.
13926         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13927         article numbers even when local .overview file is missing.
13928         (gnus-agent-read-article-number): New function.  Only accepts
13929         27-bit article numbers.
13930         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13931         gnus-agent-read-article-number.
13932         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13933         from backend while recognizing that article numbers in .overview
13934         must be valid.
13935         (gnus-agent-update-files-total-fetched-for): Use
13936         directory-files-and-attributes to improve performance.
13937         * gnus-int.el (gnus-request-move-article): Use
13938         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13939         improve performance.
13940
13941         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13942         some users confused by references to .newsrc when they only have a
13943         .newsrc.eld file.
13944         (gnus-convert-mark-converter-prompt)
13945         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13946         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13947         New function.  Used internally to only display 'gnus converting
13948         files' message when actually necessary.
13949
13950         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13951         methods now autoloaded.
13952
13953 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13956         identifiers.
13957
13958 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * gnus-picon.el: Fix indentation and closing parenthesis.
13961
13962 2004-09-01  Simon Josefsson  <jas@extundo.com>
13963
13964         * message.el (message-canlock-generate): Require sha1, not
13965         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13966         to require within a function.  Sadly, if sha1.el isn't loaded, the
13967         let binding in m-c-g will hide the defcustom definition, which is
13968         bad.)
13969
13970         * canlock.el: Require sha1, not sha1-el.
13971
13972         * message.el: Don't autoload sha1 (there is a autoload cookie in
13973         sha1.el).
13974
13975         * sha1-el.el: Renamed to sha1.el.
13976
13977 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13978
13979         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13980
13981 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13982
13983         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13984
13985 2004-08-30  Kim F. Storm  <storm@cua.dk>
13986
13987         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13988
13989         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13990         Add :group 'nnimap.
13991
13992 2004-08-30  Andreas Schwab  <schwab@suse.de>
13993
13994         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13995         ?* and ?\;.
13996
13997         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13998         and ?\' to symbol instead of whitespace.
13999
14000 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14003
14004         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14005         instead of re-search-forward.
14006
14007         * gnus-uu.el (gnus-uu-save-article): Ditto.
14008         (gnus-uu-post-encode-uuencode): Ditto.
14009
14010         * html2text.el (html2text-clean-list-items): Ditto.
14011         (html2text-clean-dtdd): Ditto.
14012         (html2text-format-tags): Ditto.
14013
14014         * message.el (message-send-mail-with-sendmail): Fix regexp.
14015         (message-fill-field-general): Use search-forward instead of
14016         re-search-forward.
14017         (unbold-region): Ditto.
14018
14019         * nnrss.el (nnrss-request-article): Ditto.
14020
14021         * nnslashdot.el (nnslashdot-request-article): Ditto.
14022
14023         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14024
14025         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14026         "Unrecognized menu descriptor" error in XEmacs.
14027
14028 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14029
14030         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14031         parent article of a sparse article in the thread hashtb.
14032
14033 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14034
14035         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14036         (nnmail-expand-newtext): Lowercase expanded entries if
14037         nnmail-split-lowercase-expanded is non-nil.
14038
14039 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14042
14043         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14044         of gnus-tmp-news-method into string under XEmacs.  It will be
14045         passed to gnus-correct-length which takes only a string argument.
14046
14047 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-util.el (gnus-bind-print-variables): New macro.
14050         (gnus-prin1): Use it.
14051         (gnus-prin1-to-string): Use it.
14052         (gnus-pp): New function.
14053         (gnus-pp-to-string): New function.
14054
14055         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14056         Replace pp-to-string with gnus-pp-to-string.
14057         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14058         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14059         * gnus-msg.el (gnus-debug): Ditto.
14060         * gnus-score.el (gnus-score-save): Ditto.
14061         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14062         gnus-pp-to-string.
14063         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14064         with gnus-pp.
14065         * score-mode.el (gnus-score-pretty-print): Ditto.
14066         * webmail.el (webmail-debug): Ditto.
14067
14068 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * gnus-art.el (article-display-face, article-display-x-face):
14071         Use buffer-read-only.
14072
14073 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * gnus-art.el (article-hide-list-identifiers):
14076         Bind inhibit-read-only as t.
14077
14078 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14079
14080         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14081
14082 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14083
14084         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14085         (gnus-narrow-to-page): Don't assume point-min == 1.
14086         (gnus-article-edit-mode): Derive from message-mode.
14087
14088         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14089         point-min == 1.
14090
14091         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14092         Disable incorrect use of `assert'.
14093
14094         * message.el (message-mode): Set comment-start-skip.
14095
14096
14097 2004-08-22  Sam Steingold  <sds@gnu.org>
14098
14099         * pop3.el (pop3-leave-mail-on-server): New user variable.
14100         (pop3-movemail): Delete mail only when it is nil.
14101
14102 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14105
14106         * mml.el (mml-preview): Use `pop-to-buffer'.
14107
14108         * message.el (message-goto-mail-followup-to): Insert after "To".
14109         (message-carefully-insert-headers): Add comment.
14110
14111         * gnus.el: Remove unused variable `gnus-article-check-size'.
14112
14113         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14114
14115         * gnus-art.el (gnus-button-alist): Improve
14116         `gnus-button-handle-library' entry.
14117
14118 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14119
14120         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14121         downcase, since XEmacs capitalizes error messages differently.
14122
14123 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14124
14125         * nntp.el: Add (require 'gnus) due to reference to
14126         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14127
14128 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14129
14130         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14131         `mm-fill-flowed'.
14132
14133         * mm-decode.el (mm-dissect-singlepart): Check it.
14134
14135 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14136
14137         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14138         'imap' for netrc parsing.
14139
14140 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * mailcap.el (mailcap-mime-data): Mark as risky.
14143
14144 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14147         may be included in the encoded word.
14148         (rfc2047-encode): Don't append a space if the encoded word
14149         includes close parenthesis.
14150
14151 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14154         of text within parentheses.
14155
14156 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14157
14158         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14159         (gnus-encrypt-write-file-contents): Make the password key the file
14160         name PLUS the cipher, not just the cipher.  Also remove failed
14161         passwords from the cache.
14162
14163 2004-08-06  Simon Josefsson  <jas@extundo.com>
14164
14165         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14166         fix.
14167
14168 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14171         LWSP.
14172
14173 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14174
14175         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14176         to append in-reply-to: data to the references: header.
14177
14178         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14179         (netrc-parse): Use gnus-encrypt.el functions.
14180
14181         * gnus-encrypt.el: Add new file for encryption support; currently
14182         does only a few GPG ciphers and an internal XOR cipher.
14183
14184         * password.el: Add comments on using password-read-and-add.
14185         (password-read-and-add): Add function to read and add the
14186         password to the cache at once.
14187
14188 2004-07-28  Simon Josefsson  <jas@extundo.com>
14189
14190         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14191         parameter (but don't use it, for now).
14192
14193         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14194         instead of hard coding to nil.
14195
14196 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14199         as mm-inline-image-xemacs does.
14200
14201 2004-07-26  Simon Josefsson  <jas@extundo.com>
14202
14203         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14204         Revert part of 2004-07-17 change below.
14205
14206 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14209         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14210
14211 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14212
14213         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14214         quotes that actually start with ">" at the beginning of the
14215         lines.
14216
14217 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * rfc2047.el (rfc2047-encode-region): Fix last change.
14220         (rfc2047-encode-parameter): Remove useless concat.
14221
14222 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14225         encode special characters; fix some kind of misconfigured headers;
14226         signal a real error if debug-on-quit or debug-on-error is non-nil.
14227         (rfc2047-encode-max-chars): New variable.
14228         (rfc2047-encode-1): Use it.
14229         (rfc2047-encode-parameter): New function.
14230
14231         * mml.el (mml-insert-parameter): Remove an excessive space.
14232
14233 2004-07-17  Simon Josefsson  <jas@extundo.com>
14234
14235         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14236         Kai Grossjohann <kai@emptydomain.de>.
14237         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14238         (gnus-group-make-menu-bar): Ditto.
14239
14240         * gnus-util.el (gnus-group-server): Add.
14241
14242 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14243
14244         * message.el (message-clone-locals): Clone sendmail and smtp
14245         variables.
14246
14247 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * rfc2047.el (rfc2047-encode-region): Fix last change.
14250
14251 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14254         characters as non-special.
14255
14256 2004-07-09  Simon Josefsson  <jas@extundo.com>
14257
14258         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14259         Users will lose all flag changes made while unplugged with
14260         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14261         good default.  See numerous reports on ding mailing list.
14262
14263 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14266         add generate-head-function and generate-article-function to the
14267         rfc822-forward entry.
14268         (nndoc-rfc822-forward-generate-article): New function.
14269         (nndoc-rfc822-forward-generate-head): New function.
14270
14271         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14272
14273 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14274
14275         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14276         respect display group parameter and gnus-summary-expunge-below.
14277         (gnus-articles-to-read): Remove unused reference to display group
14278         parameter.
14279
14280 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14281
14282         * nnheader.el (nnheader-uniquify-message-id): New experimental
14283         variable.
14284         (nnheader-nov-read-message-id): Use it.
14285
14286         * spam-report.el (spam-report-gmane): Add interactive.
14287
14288 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14291         qp-or-base64 for the application/* types.
14292
14293 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14294
14295         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14296
14297 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14298
14299         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14300         trim value.
14301
14302 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14303
14304         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14305         New macro and function.
14306         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14307
14308 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14311         after-load-alist.
14312
14313 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14314
14315         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14316         update info that isn't there.
14317
14318 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14319
14320         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14321         entry.
14322
14323 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * mm-view.el (mm-inline-render-with-function): Use multibyte
14326         buffer; decode html source by charset.
14327
14328         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14329
14330         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14331         Mule-UCS is loaded under XEmacs.
14332         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14333
14334 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14335
14336         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14337
14338 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * mm-util.el (mm-coding-system-p): Return a coding-system.
14341         (mm-mime-mule-charset-alist): Use shift_jis instead of
14342         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14343         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14344         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14345         instead of japanese-shift-jis and iso-latin-1 respectively in
14346         order to share the default value with both Emacs and XEmacs-mule.
14347         (mm-mule-charset-to-mime-charset): Make
14348         mm-coding-system-priorities effective.
14349         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14350         while predicating of candidates upon the priorities.
14351
14352 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14353
14354         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14355         gnus-uu-invert-processable.
14356
14357         * gnus.el: Autoload gnus-uu-invert-processable.
14358
14359 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * mm-util.el (mm-with-multibyte-buffer): New macro.
14362
14363         * rfc2047.el (rfc2047-encode-string): Use it.
14364         (rfc2047-encode-region): Move point to the end of the region after
14365         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14366
14367 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14370         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14371
14372 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14375         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14376         Karl Chen <quarl@nospam.quarl.org>.
14377
14378 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14379
14380         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14381         invalid addresses.
14382
14383 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14384
14385         * spam.el: Change section markers, revise TODO list.
14386         (spam-backends): Make new master list of all installed backends.
14387         (spam-summary-exit-behavior): Add new variable to determine how
14388         messages moves are done at summary exit.
14389         (spam-move-spam-nonspam-groups-only)
14390         (spam-process-ham-in-nonham-groups)
14391         (spam-process-ham-in-spam-groups): Remove variables, the
14392         spam-summary-exit-behavior variable should be used to manage this
14393         behavior.
14394         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14395         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14396         and spam-old-spam-articles.
14397         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14398         Add empty variables, placeholders for the backends they represent.
14399         (spam-set-difference): Move, unchanged.
14400         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14401         unless the user has a processor variable.
14402         (spam-classifications, spam-classification-valid-p)
14403         (spam-backend-properties, spam-backend-property-valid-p)
14404         (spam-backend-function-type-valid-p)
14405         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14406         (spam-report-articles-gmane, spam-report-articles-resend):
14407         Remove functions, they are not needed.
14408         (spam-install-backend-super, spam-backend-list)
14409         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14410         (spam-backend-function, spam-backend-ham-registration-function)
14411         (spam-backend-spam-registration-function)
14412         (spam-backend-ham-unregistration-function)
14413         (spam-backend-spam-unregistration-function)
14414         (spam-backend-statistical-p, spam-backend-mover-p)
14415         (spam-install-backend-alias, spam-install-checkonly-backend)
14416         (spam-install-mover-backend, spam-install-nocheck-backend)
14417         (spam-install-backend, spam-install-statistical-backend)
14418         (spam-install-statistical-checkonly-backend): Add backend installation
14419         support.
14420         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14421         (spam-group-processor-p): Use the new backend code and respect the
14422         summary exit behavior.
14423         (spam-mark-spam-as-expired-and-move-routine): Remove.
14424         (spam-summary-prepare): Change to use the new spam-old-articles
14425         variable.
14426         (spam-copy-or-move-routine, spam-copy-spam-routine)
14427         (spam-move-spam-routine, spam-copy-ham-routine)
14428         (spam-move-ham-routine): Add code to copy/move ham or spam.
14429         (spam-fetch-field-fast): Improve doc and code, plus allow the
14430         'number request.
14431         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14432         variables.
14433         (spam-split, spam-find-spam): Use the new backend code.
14434         (spam-registration-functions): Remove variable.
14435         (spam-unregister-routine): Add convenience wrapper.
14436         (spam-log-undo-registration, spam-register-routine)
14437         (spam-log-processing-to-registry)
14438         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14439         where possible.
14440         (spam-check-gmane-xref, spam-check-regex-headers)
14441         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14442         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14443         (spam-check-bogofilter-headers, spam-check-spamoracle)
14444         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14445         (spam-check-crm114-headers): Use the spam-split-group that
14446         spam-split prepares, no need to determine it every time.
14447
14448         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14449         to the nnheader-parse-naked-head call.
14450
14451         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14452
14453         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14454         the nnheader-nov-read-message-id call.
14455
14456 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14459         gnus-activate-group twice.  Suggested by Markus Peter
14460         <warp@spin.de>.
14461
14462 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-art.el (gnus-article-time-format): Exchange the order of
14465         day and month in the default value; fix customization type.
14466         (article-date-ut): Use add-text-properties.
14467         (article-make-date-line): Use message-make-date instead of
14468         current-time-string.
14469
14470         * message.el (message-fetch-field): Don't use set-text-properties.
14471         (message-make-date): Simplify.
14472
14473         * messagexmas.el (message-xmas-make-date): New function.
14474         (message-xmas-redefine): Defalias message-make-date to it.
14475
14476 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14479         (rfc2047-encode-region): Treat text within parentheses as special;
14480         show the original text when error has occurred.
14481
14482         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14483         already-computed method to gnus-activate-group.
14484
14485         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14486         same select-methods identical Lisp objects.
14487
14488         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14489         object when modifying the info.
14490
14491 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14494         gnus-opened-servers since it has never been opened with the new
14495         configuration yet.
14496
14497 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14500         arg to nnheader-generate-fake-message-id.
14501
14502 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14503
14504         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14505         number and build a fake message ID localized to a group and
14506         article number (so it's repeatable from that point on).
14507         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14508         ID format.
14509
14510         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14511         nnheader-generate-fake-message-id with the article number.
14512
14513 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14514
14515         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14516         end-of-buffer.
14517
14518 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14519
14520         * message.el (message-ignored-supersedes-headers): Add Approved.
14521
14522 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14525         goto-char.
14526         (rfc2047-encode): Fold the line before encoding.
14527
14528 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14529
14530         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14531         folding -- not all headers can be folded, and this should be done
14532         by the message composition mode.  Probably.  I think.
14533
14534 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14537         fast.
14538
14539         * gnus-ems.el (gnus-remove-image): Don't use
14540         message-text-with-property; remove only the image found first.
14541
14542         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14543         found first.
14544
14545 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14546
14547         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14548
14549 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * message.el (message-text-with-property): Make it fast and accept
14552         optional arguments.
14553         (message-strip-forbidden-properties): Use it.
14554         (message-fix-before-sending): Follow the m-t-w-p change.
14555
14556         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14557
14558 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-art.el (article-hide-headers): Don't change the buffer
14561         mistakenly when performing mml-preview even if
14562         gnus-single-article-buffer is nil.
14563
14564 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14565
14566         * message.el (message-expand-name-databases): New user option.
14567         (message-expand-name): Use it.
14568
14569 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14570
14571         * spam.el (spam-report-articles-resend)
14572         (spam-report-resend-register-routine): Allow ham reporting.
14573         (spam-report-resend-register-ham-routine): Add wrapper.
14574         (spam-registration-functions): Add ham resending functions.
14575         (spam-list-of-processors): Add ham resend processor.
14576
14577         * gnus.el (ham-resend-to): Add new group parameter.
14578         (spam-process): Add ham resend option.
14579
14580         * spam-report.el (spam-report-resend): Allow reporting ham.
14581         (spam-report-resend-ham): Add wrapper.
14582
14583 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14584
14585         * message.el (message-cite-articles-with-x-no-archive): New
14586         variable.
14587         (message-cite-original): Use it.
14588
14589 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14590
14591         * message.el (message-cite-original): Respect X-No-Archive.
14592
14593 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * gnus-art.el (article-hide-headers): Refer to the values for
14596         gnus-ignored-headers and gnus-visible-headers in the summary
14597         buffer since a user may have set them as group parameters.
14598
14599 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * assistant.el (assistant-node-name): Add convenience function.
14602         (assistant-render-text, assistant-render-node): Add error handling,
14603         plus handle multiple next nodes.
14604         (assistant-find-next-node): Comment out for now.
14605         (assistant-find-next-nodes): Add function, returns list of next
14606         nodes.
14607
14608 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * mail-source.el (mail-source-directory): Fix doc-string.
14611
14612 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14613
14614         * assistant.el (assistant-render-text, assistant-eval): Add :set
14615         widget type, which is different because it takes and returns a
14616         list.  Much hilarity ensues.
14617
14618 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14621
14622         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14623         doc-string.
14624
14625         * gnus-start.el (gnus-activate-group): Added doc-string.
14626
14627 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14630
14631 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14632
14633         * assistant.el (assistant-render-text): Try to add a :set
14634         widget, more to come.
14635
14636         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14637         strings.
14638         (spam-report-articles-resend)
14639         (spam-register-routine): Do registration iff any articles warrant
14640         it.
14641         (spam-summary-prepare-exit): Change log message for nil group
14642         destinations.
14643
14644 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14645
14646         * spam.el (spam-report-resend-register-routine): Allow
14647         spam-report-resend-to to be a group parameter or a global value.
14648
14649 2004-05-26  Simon Josefsson  <jas@extundo.com>
14650
14651         * starttls.el: Merge with my GNUTLS based starttls.el.
14652         (starttls-gnutls-program, starttls-use-gnutls)
14653         (starttls-extra-arguments, starttls-process-connection-type)
14654         (starttls-connect, starttls-failure, starttls-success): New
14655         variables.
14656         (starttls-program, starttls-extra-args): Doc fix.
14657         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14658         functions.
14659         (starttls-negotiate, starttls-open-stream): Check
14660         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14661         function if it is set.
14662
14663 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14666         structured fields.
14667
14668 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14671
14672 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14673
14674         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14675         variable.
14676         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14677         assigning the spam-mark to new messages.
14678
14679 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14680
14681         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14682
14683 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14686
14687         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14688         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14689         default.
14690
14691 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14692
14693         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14694         correct data.
14695
14696 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14697
14698         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14699         (spam-group-processor-p): Fix function.
14700         (spam-group-processor-multiple-p)
14701         (spam-group-spam-processor-report-gmane-p)
14702         (spam-group-spam-processor-report-resend-p)
14703         (spam-group-spam-processor-bogofilter-p)
14704         (spam-group-spam-processor-blacklist-p)
14705         (spam-group-spam-processor-ifile-p)
14706         (spam-group-ham-processor-ifile-p)
14707         (spam-group-spam-processor-spamoracle-p)
14708         (spam-group-spam-processor-crm114-p)
14709         (spam-group-ham-processor-bogofilter-p)
14710         (spam-group-spam-processor-stat-p)
14711         (spam-group-ham-processor-stat-p)
14712         (spam-group-ham-processor-whitelist-p)
14713         (spam-group-ham-processor-BBDB-p)
14714         (spam-group-ham-processor-spamoracle-p)
14715         (spam-group-ham-processor-copy-p): Remove functions with some
14716         prejudice against unneeded code.
14717         (spam-report-articles-resend)
14718         (spam-report-resend-register-routine): Allow the group/topic
14719         spam-resend-to value to override spam-report-resend-to.
14720         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14721         properly now.
14722
14723         * gnus.el (spam-resend-to): Add group/topic parameter.
14724         (spam-process): Move the OBSOLETE processors to the end of the
14725         choices.
14726
14727 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14728
14729         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14730         with resend-to set to nil, and then ask the user if necessary.
14731         (spam-report-resend): spam-report-resend takes a list of articles, not
14732         separate article numbers.
14733
14734 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14737         addition to emacs-w3m.
14738
14739 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14740
14741         * assistant.el (assistant-authinfo-data): New function.
14742         (assistant-eval): Eval for entire assistant.
14743
14744         * netrc.el (netrc-services-file): New variable.
14745         (netrc-parse-services): New function.
14746         (netrc-find-service-name): New function.
14747         (netrc-find-service-number): New function.
14748         (netrc-port-equal): New function.
14749         (netrc-machine): Use it.
14750
14751         * nnimap.el (nnimap-open-connection): Use netrc.
14752
14753         * gnus-util.el (gnus-netrc-get): Remove aliases.
14754
14755         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14756
14757         * assistant.el (wid-edit): Fix compilation.
14758
14759         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14760
14761 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14762
14763         * gnus-util.el (gnus-set-file-modes): New function.  (small
14764         patch).
14765
14766 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14767
14768         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14769
14770         * assistant.el (assistant-render-node): Fix up rendering and
14771         read-only text.
14772         (assistant-render-node): Reset.
14773         (assistant-make-read-only): Not sticky.
14774
14775 2004-05-20  Danny Siu  <dsiu@adobe.com>
14776
14777         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14778         centered even when gnus-auto-center-summary is t.
14779
14780 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14781
14782         * dns.el (dns-get-txt-answer): New function.
14783         (dns-read-txt): Ditto.
14784         (query-dns): Use it.
14785
14786 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14789         active for foreign groups even if the group level is higher than
14790         the specified value.
14791
14792 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14793
14794         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14795         non-active groups.
14796
14797         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14798
14799 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14800
14801         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14802
14803 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14804
14805         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14806         (spam-crm114-header, spam-crm114-spam-switch)
14807         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14808         (spam-crm114-positive-spam-header)
14809         (spam-crm114-database-directory, spam-list-of-processors)
14810         (spam-group-spam-processor-crm114-p)
14811         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14812         (spam-generic-score, spam-list-of-checks)
14813         (spam-list-of-statistical-checks, spam-registration-functions)
14814         (spam-check-crm114-headers, spam-crm114-score)
14815         (spam-check-crm114, spam-crm114-register-with-crm114)
14816         (spam-crm114-register-spam-routine)
14817         (spam-crm114-unregister-spam-routine)
14818         (spam-crm114-register-ham-routine)
14819         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14820         asjo@koldfront.dk (Adam Sjøgren).
14821
14822         * gnus.el: Add spam-use-crm114.
14823
14824         * spam.el (spam-list-of-processors, spam-registration-functions):
14825         Add spam-use-resend.
14826         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14827         (spam-report-articles-gmane): Add doc fix.
14828         (spam-report-articles-resend, spam-report-resend-register-routine):
14829         Add wrappers around spam-report-resend-to.
14830
14831         * spam-report.el (spam-report-resend-to, spam-report-resend):
14832         Add support for resending spam.
14833         (spam-report-gmane): Fix line length >80.
14834
14835         * gnus.el (spam-process): Add spam-use-resend.
14836
14837 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14838
14839         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14840         number of processed spam messages.
14841         (spam-ham-copy-or-move-routine): Return the number of processed
14842         ham messages.
14843         (spam-summary-prepare-exit): Use the above values to decide
14844         whether status messages shouled be displayed.
14845
14846 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14849         `rfc2047-encoding-function-alist' in order to avoid conflicting
14850         with the old version.
14851         (rfc2047-encode-region): Concatenate words containing non-ASCII
14852         characters in structured fields; don't encode space-delimited
14853         ASCII words even in unstructured fields; don't break words at
14854         char-category boundaries.
14855         (rfc2047-encode-1): New function.
14856         (rfc2047-encode): Use it; encode text so that it occupies the
14857         maximum width within 76-column; work correctly on Q encoding for
14858         iso-2022-* charsets.
14859         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14860         sure not to break a line just after the header name.
14861         (rfc2047-b-encode-region): Removed.
14862         (rfc2047-b-encode-string): New function.
14863         (rfc2047-q-encode-region): Removed.
14864         (rfc2047-q-encode-string): New function.
14865
14866         * mm-util.el (mm-replace-in-string): New function.
14867
14868 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869
14870         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14871         get it right.
14872         (gnus-inews-make-draft): Really.
14873
14874 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14875
14876         * nnmh.el (nnmh-request-list-1): Don't check the link count
14877         before descending.  (small patch)
14878
14879 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14880
14881         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14882         stuff.
14883
14884         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14885         on real group name.
14886
14887         * gnus-art.el (gnus-signature-limit): Doc fix.
14888
14889         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14890
14891         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14892
14893 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14894
14895         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14896         isn't a string.
14897
14898 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14899
14900         * gnus-draft.el (gnus-draft-send): Bind
14901         rfc2047-encode-encoded-words.
14902
14903         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14904         (rfc2047-encodable-p): Say that =? needs encoding.
14905         (rfc2047-encode-encoded-words): New variable.
14906
14907         * gnus-group.el (gnus-group-select-group): Doc fix.
14908
14909         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14910
14911         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14912         to nil.
14913
14914         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14915
14916         * nnheader.el (nnheader-get-lines-and-char): New function.
14917
14918 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-msg.el (gnus-summary-followup-with-original): Document
14921         yanking of region when active.
14922
14923 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14926         groups if the group level is higher than the specified value.
14927
14928 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14931         (gnus-group-jump-to-group): Added prefix argument using
14932         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14933         non-active group.
14934
14935         * compface.el (uncompface): Be verbose when changing
14936         `uncompface-use-external'.
14937
14938         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14939         handle manual section.
14940
14941 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14942
14943         * gnus-art.el (gnus-button-alist): Revert previous change.
14944
14945 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14948
14949 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14950
14951         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14952         whether backend can accept message.
14953
14954         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14955
14956 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14957
14958         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14959         Avoid creating directory when nntp-marks-is-evil is true.
14960         Reported by Reiner Steib.
14961
14962 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * gnus-picon.el (gnus-picon-style): New variable.
14965         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14966         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14967         Jesper Harder <harder@ifa.au.dk>.
14968
14969 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14970
14971         * message.el (message-fill-field): Return point.
14972         (message-generate-headers): Go to end of field.
14973
14974         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14975         stuff for non-living groups.
14976
14977 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14978
14979         * gnus-art.el (gnus-article-followup-with-original)
14980         (gnus-article-reply-with-original): gnus-mark-active-p ->
14981         gnus-region-active-p.
14982
14983 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14984
14985         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14986         only when there is spam or ham to be processed.
14987
14988 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14989
14990         * mail-source.el (mail-source-delete-crash-box): Refactor.
14991         (mail-source-fetch): Use it.
14992         (mail-source-fetch-file): Ditto.
14993         (mail-source-fetch-directory): Run postscript in loop.
14994         (mail-source-fetch-pop): Delete.
14995         (mail-source-fetch-maildir): Ditto.
14996         (mail-source-fetch-imap): Ditto.
14997
14998         * imap.el (imap-authenticators): Comment out sasl.
14999
15000         * message.el (message-skip-to-next-address): New function.
15001         (message-fill-header-address): Refactor.
15002         (message-fill-address): Use it.
15003         (message-delete-address): Use it.
15004         (message-fill-header-general): Refactor.
15005         (message-fill-field-address): Rename.
15006         (message-narrow-to-field): Find the start of the header.
15007         (message-header-format-alist): Don't pre-fill.
15008         (message-fill-header): Removed.
15009         (message-insert-header): New function.
15010         (message-shorten-references): Use it.
15011
15012         * rfc2047.el (rfc2047-field-value): Strip props.
15013
15014         * mail-parse.el (mail-header-make-address): New alias.
15015
15016         * ietf-drums.el (ietf-drums-make-address): New function.
15017
15018         * imap.el: Add compiler directives.
15019
15020         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15021
15022         * gnus-art.el (article-decode-idna-rhs): Don't use
15023         message-idna-inside-rhs-p.
15024
15025 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15026
15027         * message.el (message-idna-inside-rhs-p): Removed.
15028         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15029
15030         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15031         false positives.
15032
15033 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15034
15035         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15036
15037 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15038
15039         * nneething.el (nneething-file-name): Don't create spurious
15040         files.
15041
15042         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15043         (gnus-inews-do-gcc): Remove sleep.
15044
15045         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15046         part under point.
15047
15048         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15049         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15050
15051 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15052
15053         * spam.el (spam-summary-prepare-exit): Fixed (length).
15054
15055 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15056
15057         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15058         as expired without moving it" message when there are spam
15059         messages left.
15060
15061 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15062
15063         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15064         header is not nil.
15065
15066 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15067
15068         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15069         nntp-possibly-create-directory, not nntp-possibly-change-group.
15070         (nntp-marks-changed-p): New arg SERVER.
15071         (nntp-request-update-info): Adjust caller.
15072
15073 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15074
15075         * nntp.el (nntp-save-marks): Pass missing arg.
15076
15077 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15078
15079         * nntp.el: Support marks.
15080         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15081         (nntp-marks-modtime, nntp-marks-directory): New variables.
15082         (nntp-request-set-mark, nntp-request-update-info)
15083         (nntp-possibly-create-directory, nntp-marks-changed-p)
15084         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15085         functions.
15086
15087 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15088
15089         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15090         (gnus-xmas-redefine): Rename.
15091
15092         * gnus-score.el (gnus-score-insert-help): Use
15093         gnus-select-lowest-window.
15094
15095         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15096         appt-select-lowest-window and rename to gnus-select-lowest-window.
15097
15098         * gnus.el: do.
15099
15100 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15101
15102         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15103         encodings of MIME-encoded words, in order to improve
15104         interoperability with several broken MUAs.
15105
15106 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15107
15108         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15109         tags, only when charsets are not specified in headers.
15110         (mm-inline-text-html-render-with-w3m): Ditto.
15111
15112         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15113         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15114
15115 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15116
15117         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15118         instead of MIME-decoded from fields when checking
15119         `gnus-article-address-banner-alist'.
15120
15121 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15122
15123         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15124         description rather than subject.
15125
15126 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15127
15128         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15129
15130 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15131
15132         * gnus.el (gnus-version-number): Bump.
15133
15134 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15135
15136         * gnus.el: No Gnus v0.2 is released.
15137
15138 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15139
15140         * gnus-agent.el (gnus-agent-read-agentview): Inline
15141         gnus-uncompress-range.
15142
15143 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15144
15145         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15146         `exec-installed-p'.
15147
15148 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15149
15150         * gnus.el (spam-process, spam-autodetect-methods): Add
15151         bsfilter and bsfilter-headers.
15152
15153         * spam.el (spam-bsfilter): New customize group.
15154         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15155         (spam-bsfilter-header, spam-bsfilter-probability-header)
15156         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15157         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15158         (spam-bsfilter-database-directory): New options.
15159         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15160         (spam-list-of-statistical-checks, spam-registration-functions):
15161         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15162         (spam-bsfilter-score): New command.
15163         (spam-check-bsfilter-headers, spam-check-bsfilter)
15164         (spam-bsfilter-register-with-bsfilter)
15165         (spam-bsfilter-register-spam-routine)
15166         (spam-bsfilter-unregister-spam-routine)
15167         (spam-bsfilter-register-ham-routine)
15168         (spam-bsfilter-unregister-ham-routine): New functions.
15169         (spam-generic-score): Support bsfilter; Accept an optional argument
15170         to recalcurate spam score even if scoring header has already been
15171         added.
15172         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15173         optional argument to recalcurate spam score even if scoring header
15174         has already been added.
15175
15176 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15177
15178         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15179         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15180         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15181         link is missing.
15182
15183 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15184
15185         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15186         (html2text-get-attr): Rewrite.
15187
15188         * message.el (message-setup-1): Remove redundant put-text-property
15189         on mail-header-separator.
15190
15191 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * gnus-registry.el (gnus-registry-cache-whitespace)
15194         (gnus-registry-action, gnus-registry-spool-action)
15195         (gnus-registry-split-fancy-with-parent): Change message levels
15196         from 5 to 3 or 7, as needed.
15197
15198         * spam.el (spam-summary-prepare-exit)
15199         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15200         (spam-split, spam-find-spam, spam-log-undo-registration)
15201         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15202         level from 5 to 6.
15203
15204 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15207         2004-03-04 change).
15208
15209 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15210
15211         * sieve-manage.el (sieve-manage-open):
15212         * nnweb.el (nnweb-insert-html):
15213         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15214         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15215         * nnspool.el (nnspool-request-group):
15216         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15217         * nnml.el (nnml-request-update-info):
15218         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15219         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15220         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15221         (nnimap-request-set-mark):
15222         * nnfolder.el (nnfolder-request-update-info):
15223         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15224         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15225         * gnus-uu.el (gnus-uu-find-articles-matching):
15226         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15227         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15228         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15229         * gnus-nocem.el (gnus-nocem-scan-groups):
15230         * gnus-int.el (gnus-start-news-server):
15231         * gnus-group.el (gnus-group-make-kiboze-group)
15232         (gnus-group-browse-foreign-server):
15233         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15234         Use mapc when appropriate.
15235
15236 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15237
15238         FIXME: Make separate entries for each person.
15239
15240         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15241         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15242         <shields@msrl.com>:
15243
15244         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15245         may need for spam sorting and scoring.
15246         (spam-user-format-function-S): Add user format function suitable for
15247         general use.
15248         (spam-article-sort-by-spam-status): Add sorting function for summary
15249         sorting.
15250         (spam-extra-header-to-number): Add function to get a score from a
15251         header.
15252         (spam-summary-score): Add function to get a numeric score from the
15253         headers.
15254         (spam-generic-score): Fix function doc, was in wrong place.
15255         (spam-initialize): Take symbols when it's run, and install the
15256         extra headers that spam-necessary-extra-headers thinks we need.
15257
15258 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15259
15260         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15261         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15262
15263 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15264
15265         * gnus-sum.el (gnus-set-global-variables)
15266         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15267         (gnus-article-get-xrefs, gnus-summary-best-group)
15268         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15269         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15270         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15271         Use with-current-buffer.
15272
15273 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * spam.el (spam-summary-prepare-exit): Simplify logic.
15276         (spam-fetch-article-header): Read the article header if it's not
15277         available.
15278         (spam-list-articles): Simplify logic.
15279         (spam-filelist-register-routine): Fix bug with unregister-list.
15280
15281         * gnus-registry.el: Fix comments at beginning.
15282
15283 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15284
15285         * message.el (message-cater-to-broken-inn): Remove.
15286         (message-shorten-references): Make sure the total folded length of
15287         References is shorter than 998 characters to cater to a bug in INN
15288         2.3.  Also, don't pretend that references aren't folded -- this
15289         hasn't worked for a while.
15290
15291 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15292
15293         * gnus-agent.el (gnus-agentize):
15294         gnus-agent-send-mail-real-function no longer set to current value
15295         of message-send-mail-function but rather a lambda that calls
15296         message-send-mail-function.  The change makes the agent real-time
15297         responsive to user changes to message-send-mail-function.
15298
15299 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15300
15301         * legacy-gnus-agent.el
15302         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15303         help from Florian Weimer <fw@deneb.enyo.de>
15304
15305 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * nnmail.el (nnmail-cache-insert): Revert last change.
15308
15309 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * nnmail.el (nnmail-cache-insert): Always check whether
15312         nnmail-cache-ignore-groups matches a group name.
15313
15314 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15315
15316         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15317         (spam-find-spam, spam-log-processing-to-registry)
15318         (spam-log-registered-p, spam-log-unregistration-needed-p)
15319         (spam-log-undo-registration): Use gnus-message instead of
15320         gnus-error, none of these errors are fatal.
15321
15322         * gnus-registry.el (gnus-registry-clean-empty-function)
15323         (gnus-registry-clean-empty): Remove only empty entries without
15324         extra data.
15325
15326 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15327
15328         * spam-stat.el (spam-stat-buffer-change-to-spam)
15329         (spam-stat-buffer-change-to-non-spam): Change (error) to
15330         (gnus-message 8) invocation.
15331
15332 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * nntp.el (nntp-via-netcat-command): New variable.
15335         (nntp-via-netcat-switches): New variable.
15336         (nntp-open-via-rlogin-and-netcat): New function.
15337         (nntp-open-connection-function): Doc fix.
15338         (nntp-telnet-command): Doc fix.
15339         (nntp-end-of-line): Doc fix.
15340         (nntp-via-rlogin-command): Doc fix.
15341         (nntp-via-user-name): Doc fix.
15342         (nntp-via-address): Doc fix.
15343
15344 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15347         error in Emacs 21.1.
15348
15349 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15352
15353 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15354
15355         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15356         (gnus-agent-with-refreshed-group): New macro.
15357         (gnus-agent-rename-group): New function.
15358         (gnus-agent-delete-group): New function.
15359         (gnus-agent-save-group-info): Use gnus-command-method when
15360         `method' parameter is nil.  Don't write nil entries into the
15361         active file.
15362         (gnus-agent-get-group-info): New function.
15363         (gnus-agent-fetch-articles): Use
15364         gnus-agent-update-files-total-fetched-for to increment disk space
15365         used.
15366         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15367         gnus-agent-update-view-total-fetched-for to increment disk space
15368         used.
15369         (gnus-agent-get-local): Added optional parameters to avoid calling
15370         gnus-group-real-name and gnus-find-method-for-group.
15371         (gnus-agent-set-local): Delete stored entry if either min, or max,
15372         are nil.
15373         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15374         quit, use gnus-agent-regenerate-group to record existance of any
15375         articles fetched to disk before the quit occurred.
15376         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15377         gnus-agent-update-view-total-fetched-for, and
15378         gnus-agent-update-files-total-fetched-for to decrement disk space
15379         used.
15380         (gnus-agent-retrieve-headers): Use
15381         gnus-agent-update-view-total-fetched-for to increment disk space
15382         used.
15383         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15384         with gnus-agent-update-files-total-fetched-for to decrement disk
15385         space and fresh group buffer.
15386         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15387         (gnus-agent-need-update-total-fetched-for): New variable.
15388         (gnus-agent-update-files-total-fetched-for): New function.
15389         (gnus-agent-update-view-total-fetched-for): New function.
15390         (gnus-agent-total-fetched-for): New function.
15391
15392         * gnus-cache.el (gnus-cache-save-buffers): Use
15393         gnus-cache-update-overview-total-fetched-for to change disk space
15394         used by this group.
15395         (gnus-cache-possibly-enter-article): Use
15396         gnus-cache-update-file-total-fetched-for to increment disk space
15397         used by this group.
15398         (gnus-cache-possibly-remove-article): Use
15399         gnus-cache-update-file-total-fetched-for to decrement disk space
15400         used by this group.
15401         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15402         (gnus-cache-rename-group): New function.
15403         (gnus-cache-delete-group): New function.
15404         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15405         (gnus-cache-need-update-total-fetched-for): New variable.
15406         (gnus-cache-with-refreshed-group): New macro.
15407         (gnus-cache-update-file-total-fetched-for): New function.
15408         (gnus-cache-update-overview-total-fetched-for): New function.
15409         (gnus-cache-rename-group-total-fetched-for): New function.
15410         (gnus-cache-delete-group-total-fetched-for): New function.
15411         (gnus-cache-total-fetched-for): New function.
15412
15413         * gnus-group.el: Require gnus-sum and autoload functions to
15414         resolve warnings when gnus-group.el compiled alone.
15415         (gnus-group-line-format): Documented new %F.
15416         (size of Fetched data) group line format; identifies disk space
15417         used by agent and cache.
15418         (gnus-group-line-format-alist): Defined new F format.
15419         (gnus-total-fetched-for): New function.
15420         (gnus-group-delete-group): No longer update
15421         gnus-cache-active-altered as gnus-request-delete-group now keeps
15422         the cache in sync.
15423         (gnus-group-list-active): Let the agent store a server's active
15424         list if currently plugged.
15425
15426         * gnus-int.el (gnus-request-delete-group):
15427         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15428         local disk in sync with the server.
15429         (gnus-request-rename-group):
15430         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15431         local disk in sync with the server.
15432
15433         * gnus-start.el (gnus-get-unread-articles):
15434         Cosmetic simplification to logic.
15435
15436         * gnus-util.el (gnus-rename-file): New function.
15437
15438 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15439
15440         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15441
15442 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15443
15444         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15445         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15446
15447 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15448
15449         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15450         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15451
15452 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15453
15454         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15455
15456 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * spam.el (spam-set-difference): Add function to replace
15459         gnus-set-difference in spam.el.
15460         (spam-summary-prepare-exit): Use spam-set-difference.
15461
15462 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15463
15464         * gnus-registry.el (gnus-registry-cache-file): Update to use
15465         gnus-dribble-directory OR gnus-home-directory OR ~.
15466         (gnus-registry-split-fancy-with-parent): Fix doc.
15467
15468 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * message.el (message-exchange-point-and-mark): Use
15471         message-mark-active-p.  Suggested by Jesper Harder
15472         <harder@ifa.au.dk>.
15473
15474 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * message.el (message-exchange-point-and-mark): Don't activate
15477         region if it was inactive.  Suggested by Hiroshi Fujishima
15478         <pooh@nature.tsukuba.ac.jp>.
15479
15480 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus-art.el (article-display-face): Display Faces in the same
15483         order as X-Faces.
15484
15485 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15488
15489 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15492         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15493         (gnus-article-mime-hierarchy): Remove.
15494         (gnus-article-mime-hierarchy-next): Remove.
15495         (gnus-article-mode): Revert 2004-03-19 change.
15496         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15497         (gnus-insert-mime-button): Revert 2004-03-19 change.
15498         (gnus-mime-accumulate-hierarchy): Remove.
15499         (gnus-mime-enter-multipart): Remove.
15500         (gnus-mime-leave-multipart): Remove.
15501         (gnus-mime-display-part): Revert 2004-03-19 change.
15502         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15503
15504         * mml.el (mml-preview): Revert 2004-03-19 change.
15505
15506 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15507
15508         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15509
15510 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15513         t while entering a file name using the mm-with-multibyte macro.
15514         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15515
15516         * mm-util.el (mm-with-multibyte): New macro.
15517
15518 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15521         user option.
15522         (gnus-mime-multipart-functions): Doc and customization fix.
15523         (gnus-article-mime-hierarchy): New variable.
15524         (gnus-article-mime-hierarchy-next): New variable.
15525         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15526         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15527         gnus-article-mime-hierarchy-next to nil.
15528         (gnus-insert-mime-button): Show hierarchy numbers.
15529         (gnus-mime-accumulate-hierarchy): New function.
15530         (gnus-mime-enter-multipart): New function.
15531         (gnus-mime-leave-multipart): New function.
15532         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15533         (gnus-mime-display-alternative): Show hierarchy numbers.
15534
15535         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15536         gnus-article-mime-hierarchy-next to nil.
15537
15538 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15539
15540         * dns.el: Don't require gnus-xmas.
15541
15542 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15543
15544         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15545         inline PGP.
15546         (mml-menu): Disable mml-quote-region if mark is inactive.
15547
15548 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15551         when the group's active is not available.
15552
15553 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15556         error.
15557
15558 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * imap.el (imap-store-password): New variable.
15561         (imap-interactive-login): Use it.
15562         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15563
15564 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15567         window-start and hscroll to summary window.
15568
15569 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15570
15571         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15572         conversion message to newsrc-dribble when an actual conversion is
15573         performed.
15574
15575 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15576
15577         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15578
15579 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * mm-decode.el (mm-complicated-handles): New function reviving
15582         former definition of mm-multiple-handles.
15583
15584         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15585         (gnus-mime-delete-part): Use it.
15586
15587 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15588
15589         * gnus-agent.el (gnus-agent-read-local): Bind
15590         nnheader-file-coding-system to gnus-agent-file-coding-system to
15591         avoid the implicit assumption that they will always be equal.
15592         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15593         coding-system-for-write, as the with-temp-file macro first prints
15594         to a buffer then saves the buffer.
15595
15596 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-art.el (gnus-article-edit-part): New function.
15599         (gnus-mime-save-part-and-strip): Use it; do query instead of
15600         signaling an error; don't use mm-multiple-handles.
15601         (gnus-mime-delete-part): Ditto.
15602
15603 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15604
15605         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15606         old file versions.
15607         (gnus-group-prepare-hook): Removed function that converted list
15608         form of gnus-agent-expire-days to group properties.
15609
15610         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15611         (gnus-request-accept-article): Re-indented.
15612
15613         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15614         converters to handle old agent file formats.  Added logic for a
15615         "backup before upgrading warning".
15616         (gnus-convert-mark-converter-prompt): Developers can mark
15617         functions as needing (default), or not needing,
15618         gnus-convert-old-newsrc's "backup before upgrading warning".
15619         (gnus-convert-converter-needs-prompt): Tests whether the user
15620         should be protected from potentially irreversable changes by the
15621         function.
15622
15623         * legacy-gnus-agent.el: New.  Provides converters that are only
15624         loaded when gnus-convert-old-newsrc needs to call them.
15625
15626 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * mail-source.el (mail-source-touch-pop): Doc fix.
15629
15630         * message.el (message-smtpmail-send-it): Doc fix.
15631
15632 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15633
15634         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15635
15636         * nnmail.el (nnmail-split-fancy): do.
15637
15638         * gnus-kill.el (gnus-kill, gnus-execute): do.
15639
15640 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15641
15642         * gnus-sum.el (gnus-widget-reversible-match)
15643         (gnus-widget-reversible-to-internal)
15644         (gnus-widget-reversible-to-external): New functions.
15645         (gnus-widget-reversible): New widget.
15646         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15647
15648 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15649
15650         * gnus-sum.el (gnus-thread-sort-functions)
15651         (gnus-article-sort-functions): Document `(not F)' items.
15652
15653 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * spam.el (spam-use-gmane-xref): Add new backend.
15656         (spam-gmane-xref-spam-group): Add variable to control the name of the
15657         Gmane spam group.
15658         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15659         (spam-regex-headers-spam, spam-regex-headers-ham)
15660         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15661         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15662         backends and checks.
15663         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15664
15665         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15666         an autodetect method.
15667
15668 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15669
15670         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15671         articles are being added to a group.
15672         (gnus-request-replace-article): Inform the agent that articles
15673         need to be uncached as the cached contents are no longer valid.
15674
15675 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * binhex.el: Don't autoload executable-find.
15678
15679         * canlock.el: Don't autoload mail-fetch-field.
15680
15681         * dgnushack.el: Autoload c-mode for XEmacs.
15682
15683         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15684
15685         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15686         rmail-dont-reply-to and rmail-output.
15687
15688         * gnus-score.el: Don't autoload ffap-string-at-point.
15689
15690         * gnus-setup.el: Don't autoload sc-cite-original.
15691
15692         * imap.el: Don't autoload base64-decode-string,
15693         base64-encode-string and md5.
15694
15695         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15696         and rmail-msg-restore-non-pruned-header.
15697
15698         * mm-decode.el: Don't autoload executable-find.
15699
15700         * mm-url.el: Don't autoload executable-find.
15701
15702         * mm-view.el: Don't autoload diff-mode.
15703
15704         * nndb.el: Don't autoload news-reply-mode, news-setup,
15705         cancel-timer and telnet.
15706
15707         * password.el: Don't autoload run-at-time for Emacs.
15708
15709         * sha1-el.el: Don't autoload executable-find.
15710
15711         * sieve-mode.el: Don't autoload c-mode.
15712
15713         * uudecode.el: Don't autoload executable-find.
15714
15715 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15716
15717         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15718         (gnus-agent-possibly-alter-active): Avoid null in numeric
15719         comparison.
15720         (gnus-agent-set-local): Refuse to save null in local object table.
15721         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15722         list of articles that will be marked as unread.
15723
15724 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15727
15728 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15729
15730         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15731         language tags.
15732
15733 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15734
15735         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15736         Don't bind "obarray".
15737
15738         * gnus-sum.el (gnus-thread-sort-functions): Added
15739         `gnus-thread-sort-by-most-recent-number' and
15740         `gnus-thread-sort-by-most-recent-date'.
15741         Reported by Kai Grossjohann <kai@emptydomain.de>.
15742
15743 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15746
15747 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15748
15749         * gnus-cus.el (gnus-agent-customize-category): Removed
15750         ignore-errors macro reference that required cl to be loaded at
15751         run-time.
15752
15753         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15754         single-interval range of the form (min . max).  Previously the
15755         range had to look like ((min . max)).  Likewise, return
15756         (min . max) rather than ((min . max)).
15757         (gnus-range-map): Use gnus-range-normalize to accept
15758         single-interval range.
15759
15760         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15761         the cache, but not the agent, now appear with their usual face.
15762
15763         * dgnushack.el (loaddir): New variable that is bound to the
15764         directory containing the dgnushack.el file. Use loaddir, rather
15765         than srcdir, to update load-path. Change lets dgnushack compile
15766         code in directories other than GNUS/lisp.
15767
15768 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * lpath.el: Don't bind w3m-safe-url-regexp.
15771
15772         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15773         w3m-safe-url-regexp variable buffer-local.
15774
15775         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15776
15777 2004-02-27  Simon Josefsson  <jas@extundo.com>
15778
15779         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15780         gnus-group-real-prefix.
15781         (gnus-summary-move-article): Use it, instead of
15782         gnus-group-real-prefix.
15783
15784 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * lpath.el: Bind w3m-safe-url-regexp.
15787
15788         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15789         w3m-safe-url-regexp variable buffer-local and set it as the value
15790         of mm-w3m-safe-url-regexp.
15791
15792         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15793
15794         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15795         parsing gnus-posting-styles when the message is not for replying.
15796
15797         * dgnushack.el: Autoload sgml-mode for XEmacs.
15798
15799         * nnrss.el (nnrss-opml-export): Use
15800         mm-set-buffer-file-coding-system instead of
15801         set-buffer-file-coding-system.
15802
15803 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15804
15805         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15806         of checkdoc.el).
15807         * nnrss.el: do.
15808         * gnus-mlspl.el: do.
15809         * gnus-ml.el: do.
15810         * gnus-srvr.el: do.
15811
15812         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15813
15814 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15815
15816         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15817         Corrections to custom-manual links.
15818
15819         * gnus-art.el (gnus-article): Ditto.
15820
15821         * mm-decode.el (mime-display, mime-security): Ditto.
15822
15823 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15824
15825         * flow-fill.el: Typo.
15826
15827 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15828
15829         * spam-wash.el: New file.
15830
15831 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15832
15833         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15834
15835 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15836
15837         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15838         to be run with new-articles as LIST1, not LIST2.
15839         (spam-registration-functions): Add spam-use-ham-copy as a nil
15840         registration backend.
15841
15842 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15843
15844         * spam-stat.el (spam-stat-washing-hook): New option.
15845         (spam-stat-buffer-words): Use it.
15846         (spam-stat-process-directory, spam-stat-test-directory): Use
15847         insert-file-contents-literally.
15848         (spam-stat-coding-system): New variable.
15849         (spam-stat-load, spam-stat-save): Use it.
15850
15851 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * spam-report.el (spam-report-plug-agent): Quote
15854         spam-report-url-to-file and spam-report-url-ping-plain.
15855
15856 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15859         / in mailto URLs.
15860
15861 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * spam-report.el (spam-report-process-queue): Fix interactive use.
15864         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15865         (spam-report-unplug-agent): Doc fixes.
15866         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15867         (spam-report-agentize, spam-report-deagentize): Autoload.
15868
15869 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15872
15873         * message.el (message-setup-fill-variables): Add mml tags to
15874         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15875         <ajk@iu.edu>.
15876         (message-mode): Don't modify paragraph-separate there.
15877
15878 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * compface.el (uncompface-use-external): Default to undecided.
15881         (uncompface-use-external-threshold): New variable.
15882         (uncompface-float-time): New macro.
15883         (uncompface): Determine whether to use the external decoder if
15884         uncompface-use-external is undecided.
15885
15886 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15887
15888         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15889         after images.
15890
15891         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15892
15893 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15894
15895         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15896
15897         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15898
15899         * gnus-sum.el (gnus-summary-limit-to-age)
15900         (gnus-summary-limit-children): do.
15901
15902         * gnus-int.el (gnus-request-scan): do.
15903
15904         * gnus-group.el (gnus-group-suspend): do.
15905
15906         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15907
15908         * gnus-cite.el (gnus-cite-parse-attributions): do.
15909
15910         * gnus-agent.el (gnus-summary-set-agent-mark)
15911         (gnus-agent-regenerate-group): do.
15912
15913         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15914
15915         * binhex.el (binhex-decode-region-internal): do.
15916
15917 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-fun.el (gnus-face-properties-alist): New user option.
15920         (gnus-display-x-face-in-from): Use it.
15921
15922         * gnus-art.el (article-display-face): Ditto.
15923
15924         * compface.el (uncompface-use-external): Default to nil.
15925
15926 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15927
15928         * nntp.el (nntp-erase-buffer): New function.
15929         (nntp-retrieve-data, nntp-send-command)
15930         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15931         (nntp-possibly-change-group): Use it.
15932
15933         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15934         with-current-buffer.
15935
15936 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15937
15938         * compface.el: Merge the ELisp-based uncompface program.
15939         (compface): New customization group.
15940         (uncompface-use-external): New user option.
15941         (uncompface): Call uncompface-internal if uncompface-use-external
15942         is nil.
15943         (uncompface-internal): New function.  Note that there are also
15944         some other functions and variables added for this function.
15945
15946 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15947
15948         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15949         if necessary.
15950
15951 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15952
15953         * spam-report.el (spam-report-unplug-agent)
15954         (spam-report-plug-agent, spam-report-deagentize)
15955         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15956         Add support for the Agent in spam-report: when unplugged, report to a
15957         file; when plugged, submit all the requests.
15958
15959         * spam.el (spam-register-routine): Fix message about
15960         registration.
15961
15962 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15963
15964         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15965         dependencies.
15966         (rfc2047-encode): Use it.
15967
15968         * gnus-art.el (gnus-button-marker-list): Move before first
15969         reference.
15970
15971         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15972         (imap-parse-body): Fix format string mismatch.
15973
15974         * gnus-score.el (gnus-summary-increase-score): do.
15975
15976         * nnrss.el (nnrss-close): New function.
15977
15978 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15979
15980         * nnrss.el (nnrss-make-filename): New function.
15981         (nnrss-request-delete-group, nnrss-read-server-data)
15982         (nnrss-save-server-data, nnrss-read-group-data)
15983         (nnrss-save-group-data): Use it.
15984         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15985         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15986         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15987
15988 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15989
15990         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15991
15992 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15993
15994         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15995         files.
15996
15997         * message.el (message-generate-headers-first): Don't quote nil
15998         and t in docstrings.
15999
16000         * imap.el (imap-id): do.
16001
16002         * gnus-agent.el (gnus-agent-consider-all-articles)
16003         (gnus-agent-queue-mail): do.
16004
16005 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * spam-report.el (spam-report-process-queue): New function.
16008         Process requests from `spam-report-requests-file'.
16009         (spam-report-process-queue): Doc fix.
16010
16011 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16012
16013         * spam.el (spam-register-routine)
16014         (spam-log-processing-to-registry, spam-log-registered-p)
16015         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16016         Change "check" to "spam-check" for semi-clarity.
16017
16018 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16019
16020         * pop3.el: Require nnheader.
16021
16022         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16023
16024         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16025
16026         * gnus-picon.el: Require cl.
16027
16028         * gnus-fun.el: Require gnus-ems and gnus-util.
16029
16030         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16031
16032         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16033
16034         * gnus-art.el (gnus-article-edit-mode): Define before first
16035         reference.
16036
16037 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16038
16039         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16040         (gnus-uu-post-encoded): Use point-at-bol.
16041
16042         * gnus-topic.el (gnus-group-active-topic-p): do.
16043
16044         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16045
16046         * gnus-group.el (gnus-group-kill-region): do.
16047
16048         * gnus-art.el (article-date-ut): do.
16049
16050         * message.el (message-fetch-field): Remove redundant
16051         case-fold-search binding.
16052         (message-narrow-to-field): Simplify.
16053
16054 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16055
16056         * spam.el (spam-directory): Derive from `gnus-directory'.
16057
16058         * spam-report.el (spam-report-url-to-file)
16059         (spam-report-requests-file): New function and variable for offline
16060         reporting.
16061         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16062         and user defined function.
16063         (spam-report-url-ping-mm-url): Remove doubled slash.
16064
16065 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16066
16067         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16068
16069 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16070
16071         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16072         format string mismatch.
16073
16074         * sieve.el (sieve-deactivate-all): do.
16075
16076         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16077
16078         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16079
16080         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16081
16082         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16083
16084 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16085
16086         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16087         the list of checks.
16088
16089 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16090
16091         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16092         padding.
16093
16094 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16095
16096         * mm-view.el (mm-fill-flowed): New variable.
16097         (mm-inline-text): Use it.
16098
16099 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16100
16101         * spam.el (spam-spamassassin-register-ham-routine)
16102         (spam-spamassassin-register-spam-routine): Fix function names.
16103
16104 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus.el (gnus-tmp-grouplens): Remove.
16107         (gnus-summary-line-format): Remove grouplens.
16108
16109         * gnus-group.el (gnus-group-line-format): Ditto.
16110
16111         * gnus-spec.el (gnus-format-specs): Ditto.
16112         (gnus-update-format-specifications): Flush the group format spec
16113         cache if there's the grouplens stuff.
16114         (gnus-parse-simple-format): Replace %l with the empty string.
16115
16116 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16117
16118         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16119         omission.
16120
16121 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16124         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16125
16126 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16127
16128         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16129         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16130         New macros and functions.
16131         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16132         Handle > NLINK_MAX messages.
16133         * nnmaildir.el (nnmaildir-request-set-mark): Use
16134         nnmaildir--emlink-p and nnmaildir--eexist-p.
16135
16136 2004-01-25  Alex Schroeder  <alex@gnu.org>
16137
16138         * spam-stat.el (spam-stat-process-directory-age): New option.
16139         (spam-stat-process-directory): Use it.
16140
16141 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16142
16143         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16144         (spam-stat-save): Accept prefix argument.
16145
16146 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16147
16148         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16149         links" error.
16150
16151 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16154         the rest of the and/or forms.
16155
16156 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16157
16158         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16159         compatibility with old .newsrc.eld files.
16160
16161         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16162
16163         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16164
16165         * gnus-start.el (gnus-1): do.
16166
16167         * gnus-group.el (gnus-group-line-format-alist): do.
16168
16169         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16170
16171         * gnus-gl.el: Remove.
16172
16173 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16174
16175         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16176         marks consisting of a single range {for example, (3 . 5)} rather
16177         than a list of a single range { ((3 . 5)) }.
16178
16179 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16180
16181         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16182         with-current-buffer.
16183         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16184         avoid consing a string.
16185
16186         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16187         Remove obsolete entries for big5 and gb2312.
16188
16189 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16190
16191         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16192         uncompressed list.
16193
16194 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16195
16196         * spam-stat.el (spam-stat-strip-xref): New function.
16197         (spam-stat-process-directory): Use it.
16198
16199         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16200         here -- it's done in message-fetch-field.
16201
16202 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16203
16204         * gnus-agent.el (gnus-agent-queue-mail)
16205         (gnus-agent-prompt-send-queue): New variables.
16206         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16207         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16208         "nndraft:queue" along to gnus-draft-send.  Use
16209         gnus-agent-prompt-send-queue.
16210         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16211         is "nndraft:queue".  Suggested by Gaute Strokkenes
16212         <gs234@srcf.ucam.org>
16213
16214         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16215         (agent-enable-undownloaded-faces): Added.
16216         (gnus-agent-cat-groups): Use eval-and-compile, not
16217         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16218         method of gnus-agent-cat-groups even when the buffer has been
16219         evaled.
16220         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16221         delete gnus-agent-save-active-1.
16222         (gnus-agent-save-groups): Deleted.  Identical to
16223         gnus-agent-save-active.
16224         (gnus-agent-write-active): No longer adjust agent's copy of active
16225         file as agent's adjustments are now stored in their own
16226         file.  Removed optional parameter.
16227         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16228         servers.  Add use of min/max range limits from server's local
16229         file.
16230         (gnus-agent-save-alist): Removed unused optional argument.
16231         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16232         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16233         (gnus-agent-set-local): A per-server file that keeps min/max range
16234         limits for articles known to the agent.  Provides a fast mechanism
16235         for altering many active ranges.
16236         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16237         active file (local makes it unnecessary).
16238         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16239
16240         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16241         (agent-enable-undownloaded-faces): Added.
16242
16243         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16244         disable it when sending to "nndraft:queue".
16245         (gnus-group-send-queue): Add safety check to avoid sending queue
16246         when unplugged.
16247
16248         * gnus-group.el (gnus-group-catchup): Use new
16249         gnus-sequence-of-unread-articles, not
16250         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16251         numbers of articles.  Use gnus-range-map to avoid having to
16252         uncompress the unread list.
16253         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16254         Fixed invalid ange-ftp reference.
16255
16256         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16257         (gnus-sorted-range-intersection): Intersection of two ranges
16258         without requiring that they first be uncompressed.
16259
16260         * gnus-start.el (gnus-activate-group): Unless blocked by the
16261         caller, possibly expand the active range to include both cached
16262         and agentized articles.
16263         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16264         multiple version-dependent converters.
16265         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16266         gnus-agent-save-active.
16267         (gnus-save-newsrc-file): Save dirty agent range limits.
16268
16269         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16270         gnus-agent-possibly-alter-active.
16271         (gnus-adjust-marked-articles): Faster handling of simple lists.
16272
16273 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16274
16275         * spam-stat.el (spam-stat-test-directory): New optional argument
16276         displays a list of files detected.  Suggested by Andrew Cohen
16277         <cohen@andy.bu.edu>.
16278         (spam-stat-buffer-words-with-scores): Don't narrow and change
16279         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16280
16281 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16282
16283         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16284         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16285         (spam-spamassassin-arguments)
16286         (spam-spamassassin-spam-flag-header)
16287         (spam-spamassassin-positive-spam-flag-header)
16288         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16289         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16290         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16291         (spam-list-of-processors, spam-list-of-checks)
16292         (spam-list-of-statistical-checks, spam-registration-functions)
16293         (spam-check-spamassassin-headers, spam-check-spamassassin)
16294         (spam-spamassassin-score)
16295         (spam-spamassassin-register-with-sa-learn)
16296         (spam-spamassassin-register-spam-routine)
16297         (spam-spamassassin-register-ham-routine)
16298         (spam-assassin-register-spam-routine)
16299         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16300         (spam-bogofilter-score): Fix to show article before scoring.
16301
16302 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16303
16304         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16305         default scoring function.
16306         (spam-generic-score): Call spam-spamassassin-score if
16307         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16308         spam-bogofilter-score otherwise.
16309
16310         * gnus.el (spam-process, spam-autodetect-methods): Add
16311         spamassassin and spamassassin-headers.
16312
16313 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16314
16315         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16316         Suppress unnecessary messages.
16317
16318 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16319
16320         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16321         make-hash-table.
16322
16323 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * canlock.el (base64-encode-string): Don't autoload it.
16326
16327 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * run-at-time.el: Remove useless (require 'itimer),
16330         eval-and-compile and (featurep 'xemacs).
16331
16332 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16333
16334         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16335         GROUP is a virtual group.
16336
16337 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16338
16339         * gnus.el: Autoload `message-y-or-n-p'.
16340
16341 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16342
16343         * pgg-parse.el: Remove unnecessary (require 'custom).
16344
16345         * pgg-def.el: do.
16346
16347         * nnmail.el: do.
16348
16349         * gnus-undo.el: do.
16350
16351         * gnus-picon.el: do.
16352
16353         * gnus-util.el: do.
16354
16355 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16358
16359 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16362         handle, as well as a list.
16363
16364         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16365         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16366         (mm-w3m-cid-retrieve): Simplify.
16367
16368 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16369
16370         * message.el (message-kill-to-signature): Allow prefix arg to
16371         specify number of lines to keep before signature.
16372
16373 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16374
16375         * message.el (message-kill-to-signature): Change docstring.
16376
16377 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * canlock.el: Always require sha1-el.
16380         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16381
16382         * message.el: Autoload sha1 only when compiling.
16383
16384         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16385         eudc-expand-inline for XEmacs.
16386
16387 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * message.el (message-canlock-generate): Require sha1-el.
16390
16391 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16392
16393         * message.el (message-expand-name): Silence the byte compiler.
16394
16395         * lpath.el: Add detect-coding-system.
16396
16397         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16398         cus-edit.
16399
16400 2004-01-13  Simon Josefsson  <jas@extundo.com>
16401
16402         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16403         Invoke gnus-score-mode.  Reported by
16404         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16405
16406         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16407         Jim Blandy <jimb@redhat.com> (tiny change).
16408
16409 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16410
16411         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16412
16413 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16414
16415         * spam.el (spam-get-article-as-string): Update to use
16416         gnus-request-article-this-buffer, much simpler.
16417         (spam-get-article-as-buffer): Remove.
16418
16419 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16420
16421         * message.el (message-expand-name): Use EUDC if the user uses that.
16422
16423 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16424
16425         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16426         character for the encoding to avoid consing a string.
16427
16428         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16429         unnecessarily.
16430
16431         * mm-util.el (mm-replace-chars-in-string): Remove.
16432
16433         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16434         of mm-replace-chars-in-string.
16435
16436 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16439
16440         * mm-util.el (mm-subst-char-in-string): Support inplace.
16441
16442         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16443         a new string in every iteration.  Use shy groups.
16444
16445 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16446
16447         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16448         * gnus-soup.el (gnus-soup-group-brew):
16449         * gnus-msg.el (gnus-put-message):
16450         * gnus-move.el (gnus-group-move-group-to-server):
16451         * gnus-kill.el (gnus-batch-score):
16452         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16453         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16454         (gnus-group-update-group, gnus-group-read-group)
16455         (gnus-group-make-group, gnus-group-make-help-group)
16456         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16457         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16458         (gnus-group-sort-by-unread, gnus-group-catchup)
16459         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16460         (gnus-group-yank-group, gnus-group-set-info)
16461         (gnus-group-list-groups):
16462         * gnus.el (gnus-generate-new-group-name):
16463         * gnus-delay.el (gnus-delay-send-queue):
16464         * nnvirtual.el (nnvirtual-catchup-group):
16465         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16466         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16467         (gnus-group-prepare-topics, gnus-topic-check-topology):
16468         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16469         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16470         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16471         (gnus-group-make-articles-read):
16472         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16473         (gnus-group-change-level, gnus-kill-newsgroup)
16474         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16475         (gnus-get-unread-articles, gnus-make-articles-unread)
16476         (gnus-make-ascending-articles-unread): Use accessor
16477         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16478         to get group information for improved readability.
16479
16480
16481 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16482
16483         * gnus-art.el (article-decode-mime-words, article-babel)
16484         (gnus-article-highlight-signature, gnus-article-add-buttons)
16485         (gnus-signature-toggle): Use gnus-with-article-buffer.
16486
16487         * gnus-art.el (gnus-article-highlight-headers)
16488         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16489
16490         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16491         (gnus-article-set-globals, gnus-request-article-this-buffer)
16492         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16493         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16494         (gnus-mime-display-alternative): Use with-current-buffer.
16495
16496 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16497
16498         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16499         also under 80 char limit, and call gnus-error if needed.
16500         (spam-fetch-article-header): Fix - it was a
16501         buffer-local variable (gnus-newsgroup-data).
16502         (spam-find-spam): Use spam-generate-fake-headers, forget about
16503         spam-insert-fake-headers.
16504         (spam-insert-fake-headers): Remove.
16505
16506 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16507
16508         * deuglify.el (gnus-article-outlook-unwrap-lines)
16509         (gnus-outlook-rearrange-article)
16510         (gnus-outlook-repair-attribution-outlook)
16511         (gnus-outlook-repair-attribution-block)
16512         (gnus-outlook-repair-attribution-other): Remove redundant
16513         save-excursion.
16514
16515 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16516
16517         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16518         (spam-fetch-field-subject-fast)
16519         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16520         (spam-fetch-article-header): Add functions to deal with Gnus
16521         internals for fast retrieval of article header data.
16522         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16523
16524 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16525
16526         * pop3.el (pop3-md5): Remove.
16527         (pop3-apop): Replace pop3-md5 with md5.
16528
16529         * mm-bodies.el: base64 is always built-in.
16530
16531         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16532         with-current-buffer.
16533
16534 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * canlock.el (canlock-insert-header): Remove excessive grouping in
16537         regexp.
16538
16539         * gnus-sum.el (gnus-summary-read-document): Ditto.
16540
16541         * gnus-uu.el (gnus-uu-part-number): Ditto.
16542
16543         * html2text.el (html2text-remove-tags): Ditto.
16544         (html2text-format-tags): Ditto.
16545         (html2text-format-single-elements): Ditto.
16546
16547         * mml.el (mml-parse-1): Ditto.
16548
16549 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16550
16551         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16552
16553         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16554
16555         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16556
16557         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16558
16559 2003-11-15  Simon Josefsson  <jas@extundo.com>
16560
16561         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16562         (pgg-gpg-lookup-key): Use regexp match instead of
16563         split-string (split-string is different between emacs 21.2 and
16564         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16565
16566 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16567
16568         * gnus-art.el (gnus-mime-view-all-parts)
16569         (gnus-article-part-wrapper, gnus-article-view-part): Use
16570         with-current-buffer.
16571
16572 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16573
16574         * spam.el (spam-disable-spam-split-during-ham-respool)
16575         (spam-spamoracle-database, spam-cache-lookups)
16576         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16577         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16578         (spam-group-ham-marks, spam-group-spam-marks)
16579         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16580         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16581         also add spam-use-blackholes to the statistical checks.
16582         (spam-fetch-field-fast): Add interface to fetching fields, may
16583         become a macro.
16584         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16585         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16586         (spam-insert-fake-headers): Fake an article when needed.
16587         (spam-find-spam): Fake article when possible.
16588         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16589         (spam-check-bogofilter-headers): Use message-fetch-field instead
16590         of nnmail-fetch-field.
16591
16592 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16593
16594         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16595
16596 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16597
16598         * spam.el (spam-split): Do not require spam-use-CHECK to be
16599         enabled if that check is passed to spam-split explicitly; also
16600         fix so 'spam doesn't get converted to spam-split-group when
16601         spam-split-symbolic-return is t.
16602         (spam-find-spam): Find registrations of the article and use those
16603         instead of re-running spam-split to find the spam/ham
16604         classification of the article.
16605         (spam-log-processing-to-registry, spam-log-registered-p)
16606         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16607         Use gnus-error instead of gnus-message.
16608         (spam-log-registration-type): Add function to determine the
16609         classification of a message based on registry entries; will
16610         return nil if both 'spam and 'ham are found.
16611         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16612         a reasonably fast local cache without the loading errors.
16613         (spam-cache-lookups): Set to t by default.
16614         (spam-find-spam): Don't try to guess spam-cache-lookups.
16615         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16616         spam-caches entry.
16617         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16618         caching of whitelist/blacklist entries.
16619         (spam-check-whitelist, spam-check-blacklist): Invoke
16620         spam-from-listed-p with a type, not a cache variable.
16621         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16622
16623 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16624
16625         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16626
16627         * nnmail.el (nnmail-split-fancy): do.
16628
16629         * mml.el (mml-parse): do.
16630
16631         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16632         (gnus-score-adaptive): do.
16633
16634 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16637         (gnus-mime-button-map): Don't set keymap parent.
16638         (gnus-button-ctan-directory-regexp): Use shy grouping.
16639         (gnus-prev-page-map): Don't set keymap parent.
16640         (gnus-prev-page-map): Remove duplicated one.
16641         (gnus-next-page-map): Don't set keymap parent.
16642         (gnus-mime-security-button-map): Ditto.
16643
16644         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16645         version number.
16646
16647         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16648
16649 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * canlock.el (canlock-sha1-function): Remove.
16652         (canlock-sha1-function-for-verify): Remove.
16653         (canlock-openssl-program): Remove.
16654         (canlock-openssl-args): Remove.
16655         (canlock-ignore-errors): Remove.
16656         (canlock-sha1-with-openssl): Remove.
16657         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16658         (canlock-verify): Don't use canlock-ignore-errors.
16659
16660         * sha1-el.el (sha1-string-external): Make it can return a string
16661         in binary form.
16662         (sha1-region-external): Ditto.
16663         (sha1-string-internal): Ditto.
16664         (sha1-region-internal): Ditto.
16665         (sha1-region): Ditto.
16666         (sha1-string): Ditto.
16667         (sha1): Ditto.
16668
16669 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16670
16671         * spam.el (spam-report-articles-gmane): New command.
16672
16673 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16676
16677         * run-at-time.el (run-at-time-saved): Remove.
16678         (run-at-time): Doc fix.
16679
16680 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16681
16682         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16683         (gnus-summary-limit-map): Add it.
16684         (gnus-summary-make-menu-bar): do.
16685
16686 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16687
16688         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16689         Make attempt at some caching support (done for BBDB only now).
16690         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16691         addresses to be checked.
16692         (spam-clear-cache-BBDB): Add function, to be invoked by
16693         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16694         (spam-check-BBDB): Check and use the caches, if
16695         spam-cache-lookups is on, remove superfluous (provide).
16696
16697 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16698
16699         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16700
16701 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16702
16703         * run-at-time.el (run-at-time-saved): Move to after the definition
16704         of `run-at-time'.
16705
16706         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16707
16708 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16711         mm-w3m-local-map-property.
16712
16713         * mm-view.el (mm-w3m-mode-map): Remove.
16714         (mm-w3m-local-map-property): Remove.
16715         (mm-inline-text-html-render-with-w3m): Don't use
16716         mm-w3m-local-map-property.
16717
16718 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16719
16720         * run-at-time.el: New file.
16721
16722         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16723         under Emacs.
16724
16725         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16726         of gnus-set-text-properties.
16727
16728         * gnus-uu.el (gnus-uu-save-article): Ditto.
16729
16730         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16731
16732         * gnus-cite.el (gnus-cite-parse): Ditto.
16733
16734         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16735         of gnus-.
16736
16737         * gnus-xmas.el (run-at-time): Require run-at-time.
16738
16739         * gnus.el: Changed calls to nnheader-run-at-time and
16740         password-run-at-time throughout to use run-at-time directly.
16741
16742         * password.el: Removed definition of run-at-time.
16743
16744         * nnheaderxm.el: Remove definition of run-at-time.
16745
16746 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16747
16748         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16749         in prompt.
16750
16751 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16752
16753         * messagexmas.el (message-xmas-redefine): Alias
16754         `message-make-caesar-translation-table' to
16755         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16756         version.
16757
16758         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16759         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16760         `gnus-xmas-set-text-properties'.
16761         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16762         `gnus-xmas-completing-read'.
16763         (gnus-xmas-completing-read): Removed.
16764         (gnus-xmas-open-network-stream): Removed.
16765
16766         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16767         XEmacs version.
16768
16769         * dns.el (dns-make-network-process): Use `open-network-stream'
16770         instead of `gnus-xmas-open-network-stream'.
16771
16772         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16773
16774         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16775
16776 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16777
16778         * gnus-art.el (gnus-mime-display-alternative)
16779         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16780         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16781         Don't use gnus-local-map-property.
16782
16783         * gnus-util.el (gnus-local-map-property): Remove.
16784
16785         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16786         gnus-completing-read-maybe-default with completing-read.
16787
16788         * gnus-util.el (gnus-completing-read): do.
16789         (gnus-completing-read-maybe-default): Remove.
16790
16791 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16792
16793         * password.el: Only autoload `run-at-time' if not XEmacs.
16794         Only autoload the itimer functions if XEmacs.
16795
16796 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16799         XEmacsen.
16800
16801         * dgnushack.el: Autoload executable-find for XEmacs.
16802
16803 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16804
16805         * gnus-art.el (gnus-read-string): Remove.
16806         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16807         read-string.
16808
16809 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16810
16811         * netrc.el: Autoload password-read.
16812         (netrc): Add configuration group.
16813         (netrc-encoding-method, netrc-openssl-path): Add
16814         variables for encoding and decoding of files with symmetric
16815         ciphers.
16816         (netrc-encode): Add assistant function to encode a file with
16817         netrc-encoding-method.
16818         (netrc-parse): Add interactive parameter, added optional
16819         decoding if netrc-encoding-method is non-nil but otherwise
16820         behavior is standard.
16821         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16822         Do s/encode/encrypt/ everywhere.
16823
16824         * spam.el: Remove executable-find autoload.
16825
16826 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16827
16828         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16829
16830         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16831
16832 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16833
16834         * gnus-art.el (gnus-treat-ansi-sequences)
16835         (article-treat-ansi-sequences): New variable and function.
16836         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16837
16838         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16839         Use it.
16840
16841 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16842
16843         * mm-util.el (mm-quote-arg): Remove.
16844
16845         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16846         shell-quote-argument.
16847
16848         * gnus-uu.el (gnus-uu-command): do.
16849
16850         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16851
16852         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16853         with make-char.
16854
16855         * mm-util.el (mm-make-char): Remove.
16856
16857         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16858         add-minor-mode.
16859
16860         * gnus-undo.el (gnus-undo-mode): do.
16861
16862         * gnus-topic.el (gnus-topic-mode): do.
16863
16864         * gnus-sum.el (gnus-dead-summary-mode): do.
16865
16866         * gnus-start.el (gnus-slave-mode): do.
16867
16868         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16869
16870         * gnus-ml.el (gnus-mailing-list-mode): do.
16871
16872         * gnus-gl.el (gnus-grouplens-mode): do.
16873
16874         * gnus-draft.el (gnus-draft-mode): do.
16875
16876         * gnus-dired.el (gnus-dired-mode): do.
16877
16878         * gnus-ems.el (gnus-add-minor-mode): Remove.
16879
16880         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16881         Replace gnus-char-width with char-width.
16882
16883         * gnus-ems.el (gnus-char-width): Remove.
16884
16885         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16886         Replace gnus-char-width with char-width.
16887
16888         * gnus-ems.el (gnus-char-width): Remove.
16889
16890         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16891         definition.
16892         Remove Emacs 20 hash table compatibility code.
16893
16894         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16895         20 compatibility code.
16896
16897         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16898
16899         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16900
16901         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16902         with point-at-{eol,bol}.
16903
16904         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16905
16906         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16907
16908         * flow-fill.el (fill-flowed-point-at-bol)
16909         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16910
16911         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16912         Replace with point-at-{eol,bol} throughout all files.
16913
16914 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * ntlm.el (ntlm-string-as-unibyte): New macro.
16917         (ntlm-build-auth-response): Use it.
16918
16919         Remove Emacs 20 stuff:
16920         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16921         (butlast, mapc, remove): Remove the compiler macros.
16922         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16923         of delq and copy-sequence.
16924         * gnus-art.el (popup-menu): Remove the compiler macro.
16925         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16926         Emacs 20.
16927
16928 2004-01-05  Simon Josefsson  <jas@extundo.com>
16929
16930         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16931         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16932         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16933         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16934         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16935         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16936         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16937         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16938         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16939         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16940         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16941         string-xor into ntlm-string-xor.  Suggested by
16942         Jesper Harder <harder@myrealbox.com>.
16943
16944         * ntlm.el: Don't include poem.
16945
16946         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16947         Jesper Harder <harder@myrealbox.com>.
16948
16949         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16950
16951         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16952         probably breaks emacs with DL patch, but do we care? Is anyone
16953         still using the DL stuff?)
16954
16955         * sieve-manage.el: Use the password package.
16956         (sieve-manage-read-passwd): Remove.
16957         (sieve-manage-interactive-login): Use password.  Re-add
16958         condition-case around loop.
16959
16960         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16961         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16962         the password package.
16963
16964 2003-02-19  Simon Josefsson  <jas@extundo.com>
16965
16966         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16967         token.
16968
16969 2002-08-07  Simon Josefsson  <jas@extundo.com>
16970
16971         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16972         (sieve-manage-authenticators):
16973         (sieve-manage-authenticator-alist): Add some SASL mechs.
16974         (sieve-sasl-auth): New function.
16975         (sieve-manage-cram-md5-auth):
16976         (sieve-manage-plain-auth): Rewrite using SASL library.
16977         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16978         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16979         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16980         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16981
16982 2004-01-05  Simon Josefsson  <jas@extundo.com>
16983
16984         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16985         New files.
16986
16987 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16988
16989         * gnus-group.el (gnus-no-groups-message): Update.
16990
16991         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16992
16993 2003-11-09  Simon Josefsson  <jas@extundo.com>
16994
16995         * imap.el: Support for ID IMAP extension (RFC 2971).
16996         (imap-local-variables): Add imap-id.
16997         (imap-id): New variable.
16998         (imap-id): New function.
16999         (imap-parse-response): Parse untagged ID response.
17000         * nnimap.el (nnimap-id): New variable.
17001         (nnimap-open-connection): Use it.
17002
17003 2003-12-28  Simon Josefsson  <jas@extundo.com>
17004
17005         * gnus-score.el (gnus-score-edit-all-score): New.
17006         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17007
17008 2004-01-04  Simon Josefsson  <jas@extundo.com>
17009
17010         * password.el: Add.
17011
17012 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17013
17014         * dns.el (dns-query-types): Fix typo.
17015         (dns-query-types): New function.
17016         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17017         PTR and SOA replies, see RFC 1035.
17018
17019 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17020
17021         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17022
17023         * Moved to Changelog.2.
17024
17025 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17026
17027         * gnus.el (gnus-version-number): Bump version.
17028
17029 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17030
17031         * gnus.el: No Gnus v0.1 is released.
17032
17033 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17034
17035         * gnus.el: No Gnus v0.0 is released.
17036
17037 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17038
17039         * gnus.el (gnus-version-number): Bump.
17040         (gnus-version): No.
17041
17042 See ChangeLog.2 for earlier changes.
17043
17044     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17045       Free Software Foundation, Inc.
17046
17047   This file is part of GNU Emacs.
17048
17049   GNU Emacs is free software: you can redistribute it and/or modify
17050   it under the terms of the GNU General Public License as published by
17051   the Free Software Foundation, either version 3 of the License, or
17052   (at your option) any later version.
17053
17054   GNU Emacs is distributed in the hope that it will be useful,
17055   but WITHOUT ANY WARRANTY; without even the implied warranty of
17056   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17057   GNU General Public License for more details.
17058
17059   You should have received a copy of the GNU General Public License
17060   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17061
17062 ;; Local Variables:
17063 ;; coding: utf-8
17064 ;; fill-column: 79
17065 ;; add-log-time-zone-rule: t
17066 ;; End: