Store the IMAP greeting, so that we can tell what kind of server we're talking to.
[gnus] / lisp / ChangeLog
1 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection): Record the greeting.
4         (nnimap): Add greeting.
5
6 2010-09-26  Julien Danjou  <julien@danjou.info>
7
8         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9         arguments.
10         (gnus-html-wash-images): Fix spec computing to include start/end.
11
12         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
13
14 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
17         deletion.
18         (nnimap-retrieve-headers): Don't select the group, because that's
19         already done by nnimap-possibly-change-group.
20
21         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
22         (gnus-picon-transform-address): Use it.
23
24         * mail-source.el (mail-source-value): Revert previous patch.
25
26         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
27         on failure.
28         (nnimap-open-connection): Look up both virtual and physical server name
29         credentials.
30
31         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
32
33 2009-02-07  Dave Love  <fx@gnu.org>
34
35         * tls.el (open-tls-stream): Don't query killing process.
36
37 2009-02-08  Dave Love  <fx@gnu.org>
38
39         * gnus-win.el (gnus-window-to-buffer-helper,
40         gnus-all-windows-visible-p): Function needn't be a symbol.
41
42         * mail-source.el (mail-source-value): Function needn't be a symbol.
43
44 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * message.el (message-cite-prefix-regexp): Remove } from the cite
47         prefix.
48
49         * gnus-art.el (gnus-treatment-function-alist): Do picons before
50         highlight again, so that the highlight is correct.
51
52         * gnus-picon.el (gnus-picon): Remove again.
53         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
54
55         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
56         doing the header highlightling, so that the background colour of the
57         picon is correct.
58
59         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
60         (gnus-picon): Ditto.
61         (gnus-picon): Reinstate.  The background colour for picons is white.
62         (gnus-picon-insert-glyph): Make the background white.
63
64         * nnml.el (nnml-open-nov): Don't return dead buffers.
65
66         * auth-source.el (auth-source-create): Query the user for whether to
67         store the credentials.
68
69         * netrc.el (netrc-store-data): New function.
70
71         * auth-source.el (auth-source-user-or-password): Use the existing auth
72         sources, if any, for creation.
73
74         * gnus.el (gnus-group-fast-parameter): Return the last matching
75         parameter instead of the first matching parameter.
76
77 2010-09-26  Julien Danjou  <julien@danjou.info>
78
79         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
80
81 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * mml2015.el (mml2015-use): Remove gpg support.
84
85         * mml1991.el (mml1991-function-alist): Remove gpg function.
86         (mml1991-gpg-sign): Removed.
87
88 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
89
90         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
91         (gnus-browse-unsubscribe-current-group): Document it.
92         (gnus-browse-unsubscribe-group): Use it.
93
94 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
97         address to the To list for easier response.
98
99         * gnus.el (gnus-play-startup-jingle): Removed.
100         (gnus-splash): Don't play jingle.
101         (gnus): Silence gnus-load message.
102
103         * gnus-art.el (gnus-treat-play-sounds): Removed.
104
105         * gnus.el (gnus-play-jingle): Remove audio support.
106
107         * gnus-cus.el (gnus-score-customize): Remove audio reference.
108
109         * earcon.el: Removed -- no users.
110
111         * gnus-audio.el: Removed -- no users of this package.
112
113         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
114
115         * gnus-start.el (gnus-setup-news): Remove nocem support.
116
117         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
118
119         * gnus.el (gnus-use-nocem): Removed.
120
121         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
122         Removed.
123
124         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
125         uses NoCeM any more.
126
127         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
128         (gnus-button-ctan-handler): Ditto.
129         (gnus-button-handle-ctan-bogus-regexp): Ditto.
130         (gnus-button-ctan-directory-regexp): Ditto.
131         (gnus-button-handle-ctan): Ditto.
132         (gnus-button-tex-level): Ditto.
133         (gnus-button-alist): Removed CTAN stuff.
134
135 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
138         nnimap-streaming test.
139
140         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
141         servers twice.
142
143         * nnimap.el (nnimap-open-connection): Add more error reporting when
144         nnimap fails early.
145
146         * nnheader.el (nnheader-get-report-string): New function.
147         (nnheader-get-report): Use it.
148
149         * gnus-int.el (gnus-check-server): Say what the error was when opening
150         failed.
151
152         * nnimap.el (nnimap-wait-for-response): Search further when we're not
153         using streaming.
154
155 2010-09-25  Julien Danjou  <julien@danjou.info>
156
157         * gnus-html.el (gnus-html-rescale-image): Use our defalias
158         gnus-window-inside-pixel-edges.
159
160 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
163
164         * mm-decode.el (mm-save-part): Allow saving to other directories the
165         normal Emacs way.
166
167         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
168         by Jay Berkenbilt.
169
170         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
171         there isn't a single byte.
172
173         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
174         just do it.  It doesn't really seem to matter what the user responds
175         here, I think, so it's just a confusing question.
176
177         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
178         non-streaming case.
179
180         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
181         (gnus-article-encrypt-body): Use it.
182
183         * gnus-sum.el (gnus-summary-show-complete-article): New command and
184         keystroke.
185
186         * nnimap.el (nnimap-find-wanted-parts-1): Use
187         gnus-fetch-partial-articles.
188
189         * gnus-art.el (gnus-fetch-partial-articles): New variable.
190
191         * nnimap.el (nnimap-insert-partial-structure): New function.
192         (nnimap-get-partial-article): New function.
193         (nnimap-request-article): Use it.
194         (nnimap-wait-for-response): Return whether the wait was successful.
195         (nnimap-finish-retrieve-group-infos): Don't do anything if the
196         retrieval wasn't successful.
197         (nnimap-retrieve-group-data-early): Allow throttling servers.
198         (nnimap-streaming): New variable.
199         (nnimap-fetch-partial-articles): Removed.
200
201         * mm-decode.el (mm-with-part): Protect against killed buffers.
202
203         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
204         for prettier summary display.
205
206 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
207
208         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
209         directly.
210
211 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
214         apparently third-party libraries depend on it.
215
216         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
217         before starting negotiation.
218
219         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
220         privacy reasons.
221         (gnus-treat-mail-gravatar): Ditto.
222
223         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
224         buffer when inserting images.  Inserting text into the headers, for
225         instance, can make them invalid.
226
227 2010-09-25  Julien Danjou  <julien@danjou.info>
228
229         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
230         variables.
231
232         * nnheader.el: Remove useless variables news-reply-yank-from and
233         news-reply-yank-message-id.
234
235         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
236         variables.
237
238         * mml1991.el: Remove useless mml1991-verbose.
239
240         * gnus.el: Remove useless variable gnus-use-generic-from.
241         Remove obsolete variable gnus-topic-indentation.
242
243         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
244
245         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
246
247         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
248
249         * gnus-group.el: Remove useless gnus-group-icon-cache.
250         Remove useless gnus-ephemeral-group-server.
251
252         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
253
254         * mml2015.el: Remove useless mml2015-verbose.
255
256         * mml-smime.el: Remove useless mml-smime-verbose.
257
258         * gnus.el: Remove useless gnus-local-domain.
259
260         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
261         gnus-gravatar-size.
262
263         * gnus-art.el: Remove useless gnus-treat-translate.
264
265 2010-09-24  Julien Danjou  <julien@danjou.info>
266
267         * gnus-sum.el: Add support for Gravatars.
268
269         * gnus-art.el: Add support for Gravatars.
270
271         * gnus-gravatar.el: Add this file.
272
273         * gravatar.el: Add this file.
274
275 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
278
279         * gnus-group.el (gnus-group-fetch-faq): Removed.
280
281         * gnus.el (gnus-group-faq-directory): Removed.
282
283         * gnus-group.el (gnus-group-fetch-charter): Removed.
284
285         * gnus.el (gnus-group-charter-alist): Removed.
286
287         * gnus-group.el (gnus-group-archive-directory): Removed.
288         (gnus-group-recent-archive-directory): Ditto.
289         (gnus-group-make-archive-group): Removed.
290
291         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
292
293         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
294         use the same article number for all the cached articles.
295
296         * nnimap.el (nnimap-command): Register the last command time so
297         that we can use it for idling NOOPs.
298         (nnimap-open-connection): Start the keeplive timer.
299         (nnimap-make-process-buffer): Store all the process buffers.
300         (nnimap-keepalive): New function.
301
302         * starttls.el: (starttls-open-stream): Add autoload cookie.
303
304 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
305
306         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
307         handling.
308
309 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
312         its data structures.
313
314         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
315         instead of the cl.el copy-list.
316         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
317         equalp.
318
319 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
322         and tool-bar-local-item-from-menu.
323
324         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
325         mode-line-highlight face for Emacs.
326
327         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
328         loading gnus-sum.elc; fix comment for canlock-verify.
329         (gnus-article-jump-to-part): Use read-number.
330         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
331         Emacs pre-21 compatible code for help-echo.
332         (gnus-article-next-page-1): No need to adjust the number of lines.
333         (gnus-article-describe-bindings): Always use help-buffer.
334
335         * gnus-audio.el (gnus-audio-inline-sound)
336         * gnus-cus.el (gnus-custom-mode)
337         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
338
339         * gnus-sum.el (gnus-remove-overlays): Doc fix.
340
341         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
342         compatible code.
343
344 2010-09-24  Glenn Morris  <rgm@gnu.org>
345
346         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
347         visiting the fcc file in rmail-mode.
348
349         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
350
351 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * nnir.el: Silence the byte compiler.
354
355         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
356         alias to browse-url-url-encode-chars if any.
357         (gnus-html-encode-url): Use it.
358
359 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus-start.el (gnus-use-backend-marks): New variable.
362         (gnus-get-unread-articles-in-group): Use it.
363
364         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
365         makeover.
366
367 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
368
369         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
370
371 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
374         Removed.
375         (gnus-setup-news-hook): Removed
376         gnus-fixup-nnimap-unread-after-getting-new-news.
377
378         * gnus-int.el (gnus-request-update-info): Protect against backends not
379         having the function.
380
381         * nnimap.el (nnimap-stream): Mention starttls.
382         (nnimap-open-connection): Add starttls support.
383
384 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
385
386         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
387
388 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
391         BODYSTRUCTUREs.
392         (nnimap-transform-headers): Unfold quoted {42} headers.
393
394         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
395         the info.
396         (gnus-get-unread-articles): Only call updatep on backends that support
397         it.
398
399         * nnweb.el (nnweb-request-update-info): NOOP.
400
401         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
402
403         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
404         since it only deals with marks.
405
406         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
407         gnus-request-marks, and make a new gnus-request-update-info.
408
409         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
410         the active instead of the high number, which is usually too low.
411
412 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
413
414         * netrc.el (netrc-parse): Remove encrypt.el mentions.
415         * encrypt.el: Removed.
416
417 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
420         server in symbolic form.
421
422         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
423         0.9.
424
425 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
428         (nnimap-update-info): Fix up code slightly.
429
430         * gnus-int.el (gnus-open-server): Add tracing for performance
431         debugging.
432
433         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
434         (gnus-group-insert-group-line): Pass the real group name so that it
435         gets the right data.
436
437         * gnus-start.el (gnus-get-unread-articles): Don't have
438         `gnus-get-unread-articles-in-group' update info, since that can be
439         really slow and doesn't seem to be needed?
440
441 2010-09-22  Dan Christensen  <jdc@uwo.ca>
442
443         * time-date.el (date-to-time): Try using parse-time-string first before
444         using the slower timezone-make-date-arpa-standard.
445
446 2010-09-22  Julien Danjou  <julien@danjou.info>
447
448         * gnus-group.el (gnus-group-insert-group-line): Call
449         gnus-group-highlight-line.
450         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
451         default hook list.
452         (gnus-group-update-eval-form): Add new function.
453         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
454         (gnus-group-get-icon): Use gnus-group-update-eval-form.
455
456 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
459         immediate, then expire all articles.
460         (nnimap-update-info): Fix off-by-one errors.
461         (nnimap-flags-to-marks): Would return no marks lists for group with no
462         flags.  Instead return the other data.
463
464 2010-09-22  Julien Danjou  <julien@danjou.info>
465
466         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
467         Only return an icon.
468         (gnus-group-insert-group-line): Compute icon to return.
469
470         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
471         variable.
472         (gnus-html-image-fetched): Only cache if
473         gnus-html-image-automatic-caching is set.
474         (gnus-html-image-fetched): Check for errors.
475
476 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
479         once per method on `g'.  This ensures that backends like nnfolder don't
480         open all their folders.
481
482         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
483         (nnimap-request-list): Nix out group in the correct buffer.
484         (nnimap-parse-flags): Implement by using `read' instead of
485         hand-parsing.
486         (nnimap-flags-to-marks): Pass on permanent-flags.
487         (nnimap-make-process-buffer): Record the server name.
488         (nnimap-parse-flags): Fix typo.
489         (nnimap-request-scan): Run split on the server in general, not just a
490         single group.
491
492         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
493         parameter, and propagate this downwards.
494
495         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
496         since EXAMINE changes it on the server.
497
498         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
499         this command might take a while.
500
501 2010-09-22  Julien Danjou  <julien@danjou.info>
502
503         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
504         harmful if you have 2 images side-by-side, they can't be properly
505         update on text deletion.  Using text-property is safer here.
506         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
507         data.
508
509 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * nnimap.el (nnimap-expunge-inbox): Removed.
512         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
513         (nnimap-expunge): Flip default to t.
514
515         * gnus.el (gnus-method-to-server): Don't push things to the cache
516         unless it's unique.
517         (gnus-server-to-method): Ditto.
518
519 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
520
521         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
522
523 2010-09-22  Julien Danjou  <julien@danjou.info>
524
525         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
526         get the start of data.
527         (gnus-html-encode-url): Add this function to encode special chars in
528         URL.
529         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
530         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
531
532         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
533         default.
534         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
535
536         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
537         images alt-text.
538         (gnus-html-put-image): Put alt-text as help-echo.
539
540 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
543         * mm-util.el (mm-decompress-buffer)
544         * nnir.el (nnir-run-find-grep)
545         * pop3.el (pop3-list): Use 3rd arg of split-string.
546
547         * time-date.el (format-seconds): Comment fix.
548
549         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
550         and byte-optimize-form-code-walker.
551         (dgnushack-make-auto-load): Don't advise make-autoload.
552
553         * lpath.el: Remove Emacs 21 stuff.
554
555 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
558         outside the active range.  Suggested by Dan Christensen.
559
560         * gnus-start.el (gnus-get-unread-articles): Get the extended method
561         slightly later to avoid double-getting it.
562
563         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
564         previous patch.
565
566         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
567
568 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
569
570         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
571
572 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-int.el (gnus-open-server): Give a better error message in the
575         "go offline" case.
576
577         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
578         marks for nnimap, which is seldom the right thing to do.
579
580         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
581         (gnus-same-method-different-name): New function.
582
583         * nnimap.el (parse-time): Require.
584
585         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
586         method in the presence of many similar methods.
587
588         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
589
590         * nnimap.el (nnimap-find-expired-articles): Don't refer to
591         nnml-inhibit-expiry.
592
593         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
594         find out whether methods are equal.
595
596         * nnimap.el (nnimap-find-expired-articles): New function.
597         (nnimap-process-expiry-targets): New function.
598         (nnimap-request-move-article): Request the article before looking at
599         what the Message-ID is.  Fix found by Andrew Cohen.
600         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
601
602         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
603         for oldness in addition to being a predicate.
604
605         * nnimap.el (nnimap-request-group): When we have zero articles, return
606         the right data to Gnus.
607         (nnimap-request-expire-articles): Only delete articles immediately if
608         the target is 'delete.
609
610         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
611         method, this would bug out.
612
613         * gnus-group.el (gnus-group-expunge-group): Renamed from
614         gnus-group-nnimap-expunge, and implemented as a normal interface
615         function.
616
617         * gnus-int.el (gnus-request-expunge-group): New function.
618
619         * nnimap.el (nnimap-request-create-group): Implement.
620         (nnimap-request-expunge-group): New function.
621
622 2010-09-21  Julien Danjou  <julien@danjou.info>
623
624         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
625         (gnus-html-cache-expired): Add new function.
626         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
627         wethever we should display image for fetch it.
628         Compute alt-text earlier to pass it to the fetching function too.
629         (gnus-html-schedule-image-fetching): Change function argument to only
630         get one image at a time, not a list.
631         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
632         cache.
633         (gnus-html-get-image-data): New function to retrieve image data from
634         cache.
635         (gnus-html-put-image): Change buffer argument to use image data rather
636         than file, and place image above region rather than inserting a new
637         one. Do not take alt-text as argument, since it's useless now: we place
638         the image above alt-text.
639         (gnus-html-prune-cache): Remove.
640         (gnus-html-show-images): Start to fetch image when we find one, do not
641         push into a temporary list.
642         (gnus-html-prefetch-images): Only fetch image if they have expired.
643         (gnus-html-browse-image): Fix, use 'gnus-image-url.
644         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
645
646 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
649
650 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
653         spec inser "*" if the group isn't active instead of 0.
654
655         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
656         opening the server.
657         (nnimap-request-delete-group): Implement group deletion.
658         (nnimap-transform-headers): Return the size of the entire message in
659         the Bytes header, not just the size of the first part.
660         (nnimap-request-move-article): When moving an article from nnimap,
661         request the article first so the accepting form has an article to
662         accept.  Reported by Dan Christensen.
663         (nnimap-command): Make sure that the error message doesn't error out.
664
665 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
666
667         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
668         we haven't requested anything.
669
670 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
673         "".  Fix found by Andrew Cohen.
674
675         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
676         instead of -encode-string.
677
678 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
681
682         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
683         by mm-subst-char-in-string.
684
685 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
688         waiting for the connection string.
689
690         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
691         arriving.
692
693         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
694         bogus characters.  This allows selecting certain Gmail groups.
695
696         * nnimap.el (nnimap-find-wanted-parts-1): New function.
697         (nnimap-fetch-partial-articles): New variable.
698         (nnimap-open-connection): When looking for credentials, also use the
699         nnimap-server-port.
700         (nnimap-request-article): Return the group/article number, so that Gnus
701         `^' works as expected.
702         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
703         them.
704
705         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
706         comments.
707         (gnus-methods-sloppily-equal): New function.
708         (gnus): When using the development version of Gnus, load the gnus-load
709         file.
710
711         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
712         `gnus-open-server' on each method before trying to scan them etc.  This
713         ensures that all the backend parameters are set correctly.
714
715         * nnimap.el (nnimap-authenticator): New variable.
716         (nnimap-open-connection): Allow anonymous login.
717         (nnimap-transform-headers): The chars header is called Chars not
718         Bytes.
719         (nnimap-wait-for-response): Don't infloop if the IMAP connection
720         drops.
721
722         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
723         patch, found by Knut Anders Hatlen.
724
725 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
726
727         * gnus-agent.el (gnus-agent-batch-confirmation)
728         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
729         to gnus-message.
730         * gnus-art.el (gnus-article-describe-briefly): Likewise.
731         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
732         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
733         * gnus-int.el (gnus-open-server): Likewise.
734         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
735         (gnus-score-check-syntax): Likewise.
736         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
737         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
738         Likewise.
739         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
740
741 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
744         calling conventions so that prefetch doesn't bug out.
745
746 2010-09-19  Julien Danjou  <julien@danjou.info>
747
748         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
749         rather than `subst-char-in-region' in order to be able to replace ASCII
750         char by UTF-8 ones.
751
752         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
753         than curl.
754         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
755         the right URL and ALT text on images.
756         (gnus-html-wash-tags): Fix tag case.
757         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
758         (gnus-article-html): Add -o display_ins_del=2 option.
759         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
760
761 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
764         the extra mail headers, which sometimes seem to happen for unknown
765         reasons.
766
767         * mail-parse.el (mail-header-encode-parameter): Define as
768         rfc2045-encode-string instead of as rfc2231-encode-string, since some
769         (or most, perhaps?) mail readers don't understand the latter, but do
770         understand the former.
771
772         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
773         to nil, so that no methods are automatically agentized.  I think this
774         is probably what most users want.
775
776         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
777         from url-retrieve, for instance about invalid URLs.
778
779         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
780         groups that have no articles.
781         (nnimap-request-article): Check that we really got an article when we
782         requested one.
783
784         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
785         doesn't exist.
786
787         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
788         nntp buffer so the agent can save it.
789         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
790         that CRLF doesn't get translated to \n.
791         (nnimap-open-connection): Don't make 'shell commands only send \n.
792
793 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
794
795         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
796         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
797         Update var name.
798         (nnml-generate-nov-file): Use dolist.
799         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
800         Use with-current-buffer.
801
802 2010-09-18  Julien Danjou  <julien@danjou.info>
803
804         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
805         parallel.
806
807 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * nnimap.el (nnimap-update-info): When doing partial marks update, get
810         the range update right.
811         (nnimap-request-group): Don't make `M-g' bug out on group with no
812         marks.
813         (nnoo): Required, so that other packages can require nnimap.
814         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
815         command we're looking for.  This helps when the server sends more
816         responses after we've gotten everything we expected.
817         (nnimap): Add a `newlinep' field to keep track of end-of-line
818         conventions.
819         Don't send CRLF to things that don't want it.
820         (nnimap-request-accept-article): Ditto.
821
822 2010-09-18  Julien Danjou  <julien@danjou.info>
823
824         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
825         than curl to retrieve images.
826
827 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * nnimap.el (nnimap-update-info): Extend the info so that we can set
830         the marks.
831         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
832         (nnimap-wait-for-connection): New function.
833         (nnimap-open-connection): If we have PREAUTH, don't query for login
834         credentials.
835         (nnimap-update-info): Fix off-by-one error when concatenating ranges
836         when doing a partial update.
837
838 2010-09-18  Julien Danjou  <julien@danjou.info>
839
840         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
841         tags.
842
843 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * nnimap.el (nnimap-credentials): New function.
846         (nnimap-open-connection): Use the new function to look for credentials
847         also on the numeric equivalents of "imap" and "imaps".
848
849         * gnus-start.el (gnus-activate-group): Send the info to
850         gnus-request-group.
851
852         * nnimap.el (nnimap-request-group): Have the "check" version of the
853         function parse flags and update the info, so that a `M-g' get a total
854         resync of all flags from the group.
855
856         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
857         to allow backends to alter the info on group selection.  Also alter all
858         the backend -request-group functions to take the parameter.
859
860         * nnimap.el (nnimap-store-info): New function.
861         (nnimap-update-info): Store the info for later usage.
862         (nnimap-request-group): Use the stored info for the dont-check case, so
863         that we don't retrieve all marks when we enter a group.
864
865         * nnimap.el: Use deffoo instead of defun for interface functions.
866
867         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
868         update the group info.  This makes the nndraft groups, for instance, go
869         back to their old behaviour.
870
871         * gnus-sum.el (gnus-select-newsgroup): Indent.
872
873         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
874         in.
875         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
876         nothing.
877
878         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
879         from methods that are denied.
880
881         * gnus-int.el (gnus-method-denied-p): New function.
882
883         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
884         store the password instead of netrc.
885         (nnimap-open-connection): Don't error out when we can't make a
886         connections.
887
888         * auth-source.el (auth-source-create): In the password prompt, say what
889         we're querying for.  Also prompt for user name if that hasn't been
890         given.
891
892         * nnimap.el (nnimap-with-process-buffer): Removed.
893
894 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
897         method when we're reading from the agent.
898
899         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
900
901         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
902         that's probably most useful for users.
903
904         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
905         "failed" all the time.
906
907         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
908         ...)) with (with-current-buffer ... ).
909
910         * nntp.el (nntp-open-server): Return whether the open was successful or
911         not.
912
913         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
914         select an unread unseen article first.
915
916         * nnimap.el (nnimap-open-connection): If the user doesn't have a
917         /etc/services, supply some sensible port defaults.
918
919         * dgnushack.el: Define netrc-credentials.
920
921 2010-09-17  Julien Danjou  <julien@danjou.info>
922
923         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
924
925 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
926
927         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
928         doesn't have any parameters.
929
930 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
933         only upcased checks.
934
935         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
936
937         * nnimap.el (nnimap-open-shell-stream): New function.
938         (nnimap-open-connection): Use it.
939         (nnimap-transform-headers): Get the number of lines in each message.
940         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
941         number of lines.
942         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
943         problem.
944
945         * utf7.el (utf7-encode): Autoload.
946
947         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
948         to allow the mail splitting to not return a default group.  This is
949         useful for nnimap, which will leave unmatched mail in the inbox.
950
951         * nnimap.el: Rewritten.
952
953         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
954         nnimap usage.
955
956         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
957         if the move is internal, so that nnimap can do fast internal moves.
958
959         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
960         data.
961         (gnus-read-active-for-groups): Support finishing the early retrieval of
962         data.
963
964         * gnus-range.el (gnus-range-nconcat): New function.
965
966         * gnus-int.el (gnus-finish-retrieve-group-infos)
967         (gnus-retrieve-group-data-early): New functions.
968
969 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
970
971         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
972         (nnrss-retrieve-groups):
973         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
974         (pop3-quit): Use with-current-buffer.
975
976 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
979         instead of nnheader-accept-process-output.
980
981         * dgnushack.el (dgnushack-compile): Add comment.
982
983         * lpath.el: No need to fbind propertize for XEmacs 21.4.
984
985         * gnus-html.el (gnus-html-schedule-image-fetching)
986         (gnus-html-prefetch-images): Replace process-kill-without-query by
987         gnus-set-process-query-on-exit-flag.
988
989 2010-09-16  Romain Francoise  <romain@orebokech.com>
990
991         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
992
993 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-registry.el (gnus-registry-install-shortcuts): The second
996         parameter to unintern is mandatory-ish in Emacs 24.
997
998         * gnus-html.el (gnus-html-schedule-image-fetching)
999         (gnus-html-prefetch-images): Check for curl before using it.
1000
1001         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1002         depend on curl, which isn't essential.
1003
1004         * imap.el: Revert back to version
1005         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1006         seem problematic.
1007
1008 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1009
1010         * gnus-registry.el (gnus-registry-install-shortcuts):
1011         Explicitly pass `obarray' to `unintern' to avoid a warning.
1012
1013 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1016         change.
1017
1018         * nnrss.el (nnrss-request-list): Removed this function and related
1019         functions, including the moreover stuff.
1020
1021 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * nnrss.el (nnrss-retrieve-groups): New function.
1024
1025 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1026
1027         * .dir-locals.el: Add no-byte-compile cookie.
1028
1029 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * time-date.el (format-seconds): Comment fix.
1032
1033         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1034         for back end that doesn't support request-scan.
1035
1036 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1039         then do request scans from the backends.
1040
1041         * netrc.el (netrc-credentials): New conveniency function.
1042
1043         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1044         avoid running a hook per line, since this takes a lot of time,
1045         profiling shows.
1046         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1047         directly if gnus-visual-p is true.
1048
1049 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1052         groups; replace mapcar with dolist which is a bit faster; pass groups
1053         info to gnus-read-active-file-1.
1054         (gnus-read-active-file-1): Scan only specified groups if the new
1055         optional arg `infos' is given.
1056
1057 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1060
1061         * pop3.el (pop3-movemail): Removed.
1062         (pop3-streaming-movemail): Renamed to pop3-movemail.
1063
1064         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1065         don't restrict end-tag searches to the end of the line.
1066
1067 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1070         articles of every unchecked group to t, which means unknown since the
1071         server has never been opened.
1072
1073 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-html.el (gnus-html-show-alt-text): New command.
1076         (gnus-html-browse-image): Ditto.
1077         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1078         to browse the image directly.
1079         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1080         better.
1081
1082         * gnus-async.el (gnus-async-article-callback): Call
1083         `gnus-html-prefetch-images' unconditionally.
1084
1085         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1086         before feeding URLs to curl.
1087
1088 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1091         internal images as deletable by `W D D'.
1092
1093         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1094         (gnus-async-article-callback): Fix typo.
1095
1096 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1099         current line to work around bugs in the output from w3m.
1100
1101         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1102         for groups that want that.
1103
1104         * nntp.el (nntp-wait-for-string): Supply a timeout for
1105         accept-process-output to ensure progress.
1106
1107         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1108         level to get unread articles from, then use that for foreign groups,
1109         too.
1110
1111         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1112         confuses the rest of the function.
1113
1114         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1115         for the methods that support -retrieve-groups, too.
1116
1117         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1118
1119 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1122         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1123
1124         * pop3.el: Require cl when compiling.
1125         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1126
1127 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1130         that aren't going to be activated.
1131         (gnus-get-unread-articles): Fix up the last commit.
1132
1133         * gnus-html.el (gnus-article-html): Allow calling without specifying
1134         the handle.  In that case, dissect the buffer first.
1135
1136         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1137
1138         * nnimap.el (nnimap-open-connection): Revert the change that would look
1139         into authinfo for imaps instead of imap.
1140
1141         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1142         say that you don't want to call gnus-request-group with don-check, but
1143         do check the reponse.  This is for virtual groups only.
1144         (gnus-get-unread-articles): Count the archive groups as secondary, so
1145         that they're activated the same way as before.
1146
1147         * imap.el (imap-message-map): Removed optional buffer parameter, since
1148         no callers use it.
1149         (imap-message-get): Ditto.
1150         (imap-message-put): Ditto.
1151         (imap-mailbox-map): Ditto.
1152         (imap-mailbox-put): Ditto.
1153         (imap-mailbox-get): Ditto.
1154         (imap-mailbox-get): Revert last change for this function.
1155
1156         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1157         case-insensitively.
1158         (nnimap-debug): Removed.
1159
1160         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1161         to use `imap-fetch' instead.  According to the comments, this should be
1162         safe, since all other IMAP clients use the 1:* syntax.
1163         (imap-enable-exchange-bug-workaround): Removed.
1164         (imap-debug): Removed -- doesn't seem very useful.
1165
1166         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1167         mail from a file, and the file doesn't exist.
1168
1169         * imap.el (imap-log): New convenience function used throughout instead
1170         of repeating the same code all over the place.
1171
1172         * pop3.el (pop3-streaming-movemail): Return t for success.
1173
1174         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1175         .authinfo if we're using ssl connection.
1176
1177         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1178         already have if we're in a main Gnus `g' run.
1179
1180         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1181
1182 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1185
1186         * nnmh.el (nnmh-request-list-1): Bind `file'.
1187
1188         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1189         alias to set-process-query-on-exit-flag or process-kill-without-query.
1190         (pop3-open-server): Use it.
1191
1192 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1195         box to the Incoming file.  Fixes mistake in previous checkin.
1196
1197         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1198         request loop (for debugging purposes) removed.
1199
1200         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1201         culprit is more visible.
1202         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1203         (nnml-add-incremental-nov): New functions to do "incremental" nov
1204         updates, where we just append to the end of the existing nov files
1205         without reading/writing them in full.
1206
1207         * mail-source.el (mail-source-delete-crash-box): Really only check the
1208         incoming files once in a while.
1209
1210         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1211
1212         * mail-source.el (mail-source-delete-crash-box): Only check the
1213         incoming files for deletion once per day to save a lot of file
1214         accesses.
1215
1216         * pop3.el (pop3-logon): Fix up unbound variable typo.
1217
1218         * mail-source.el (pop3-streaming-movemail): Autoload.
1219
1220         * pop3.el (pop3-streaming-movemail): Respect
1221         pop3-leave-mail-on-server.
1222
1223         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1224         retrieval.
1225
1226         * pop3.el (pop3-process-filter): Removed unused function.
1227         (pop3-streaming-movemail, pop3-send-streaming-command)
1228         (pop3-wait-for-messages, pop3-write-to-file)
1229         (pop3-number-of-responses): New functions for streaming pop3
1230         retrieval.
1231
1232         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1233         come from no known methods.
1234         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1235         list.
1236
1237         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1238         message sizes.
1239         (pop3-movemail): Use erase-buffer instead of looping and deleting
1240         regions, which seems rather odd.
1241
1242         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1243         file once per `g' run.
1244
1245         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1246         directories.  This makes the draft queue directory work.
1247
1248         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1249         data from the backends, so that we only request the list of groups from
1250         each method once.  This should speed things up considerably.
1251
1252         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1253         detect that it's not implemented.
1254
1255         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1256         we actually do recurse down into the tree, but don't stat all leaf
1257         nodes.
1258
1259         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1260         then say so instead of bugging out.
1261
1262         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1263         files exist before trying to read them.
1264
1265         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1266         around <pre_int>.
1267
1268         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1269
1270         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1271
1272 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * mm-util.el (mm-image-load-path): Just return the image directories,
1275         not all directories in the path in addition to the image directories.
1276         (mm-image-load-path): Maintain a cache of the image directories so that
1277         the `g' command in Gnus doesn't have to stat dozens of directories each
1278         time.
1279
1280         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1281         (gnus-html-wash-tags): Add a new `i' command to insert images.
1282         (gnus-html-insert-image): New command and keystroke.
1283         (gnus-html-redisplay-with-images): New command and keystroke.
1284         (gnus-html-show-images): Renamed command.
1285         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1286         spacers.
1287         (gnus-html-wash-tags): Decode entities at the end, so that entities
1288         inside the tags don't mess up the rest of the "parsing".
1289
1290         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1291         so that nnimap methods aren't agentized by default.  There's apparently
1292         many problems related to agent/imap behaviour.
1293
1294         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1295
1296         * gnus-html.el: Doc fix.
1297
1298 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1301         specifier-spec-list for Emacs 21.
1302
1303         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1304         glyph-width and glyph-height instead of display-graphic-p and
1305         image-size; make avoidance of displaying small images work for XEmacs.
1306
1307         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1308         for XEmacs.
1309
1310         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1311         of symbol that holds plist data.
1312         (gnus-process-plist): Remove plist of process after getting it.
1313
1314 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * message.el (message-generate-hashcash): Change default to
1317         'opportunistic if hashcash is installed.
1318
1319         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1320         (gnus-html-put-image): Only call image-size once, since it's somewhat
1321         time-consuming on remote X servers.
1322
1323 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1326         type on data, not a file name.
1327
1328         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1329         window-pixel-edges for Emacs 21.
1330
1331         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1332         decoded contents.
1333         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1334
1335 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1338         group line format, since it isn't very interesting.
1339
1340         * gnus-agent.el (gnus-agent-short-article),
1341         (gnus-agent-long-article): Increase values for these two variables,
1342         since most people are likely to have more network connection and
1343         storage than before.
1344
1345         * gnus.el (gnus-refer-article-method): Change default to 'current.
1346         When referring an article, the common behaviour is to refer it from the
1347         current select method, not the native select method.  The chances of
1348         the native select method having the message in question is rather slim
1349         these days.
1350
1351         * gnus-sum.el (gnus-auto-select-subject): Change default to
1352         `unseen-or-unread'.  I think it's likely that most people want to
1353         select an unseen article over a previously seen, but unread one.
1354
1355         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1356         means that in the article buffer none of the minor mode elements will
1357         be shown, usually, and this is not desirable in most cases.
1358
1359         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1360         that commands like `d' (and the like) go to the next line in the
1361         buffer, instead of the next unread article.  I think this is the
1362         behaviour that is most natural for most users.
1363         (gnus-single-article-buffer): Change default to nil, so that people can
1364         have as many article buffers open as they have summary buffer.  I think
1365         this is the most natural way for the groups to behave.
1366
1367         * message.el (message-generate-new-buffers): Change default to
1368         `unsent', so that all new message buffers start their names with the
1369         string "*unsent", and it's easier to find the buffers if you move from
1370         them.
1371
1372 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1375         small.  They're probably tracking images.
1376         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1377         (gnus-html-rescale-image): Yet another try at getting the image sizing
1378         right.
1379
1380         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1381         nntp-marks-file-name is nil.
1382
1383 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1384
1385         * gnus-html.el (gnus-html-wash-tags)
1386         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1387         Better logging.
1388
1389 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1392
1393         * gnus-html.el (gnus-html-wash-tags): Check the value of
1394         gnus-blocked-images in the summary buffer.
1395
1396 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1397
1398         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1399
1400 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1403         like "a", it seems like.
1404         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1405         since it needs to be picked from the correct buffer.
1406
1407         * nnwfm.el: Removed.
1408
1409         * nnlistserv.el: Removed.
1410
1411 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1412
1413         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1414         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1415
1416 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * nnkiboze.el: Removed.
1419
1420         * nndb.el: Removed.
1421
1422         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1423         alt text.
1424         (gnus-html-rescale-image): Try to get the rescaling logic right for
1425         images that are just wide and not tall.
1426
1427         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1428         overshadow variable bindings.
1429
1430 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         * gnus-html.el (gnus-html-wash-tags)
1433         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1434         extra logging.
1435
1436 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1439         (gnus-max-image-proportion): New variable.
1440         (gnus-html-rescale-image): New function.
1441         (gnus-html-put-image): Rescale images.
1442
1443 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1444
1445         Fix up some byte-compiler warnings.
1446         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1447         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1448         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1449         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1450         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1451         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1452         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1453
1454 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-html.el (gnus-article-html): Decode contents by charset.
1457
1458 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1461         (gnus-html-frame-width, gnus-blocked-images)
1462         * message.el (message-prune-recipient-rules): Add custom version.
1463         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1464
1465         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1466         functions.
1467
1468         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1469         gnus-process-get.
1470
1471 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1472
1473         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1474         instead of lsub directly.
1475
1476 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * nnwarchive.el: Removed.
1479
1480         * gnus-soup.el: Removed.
1481
1482         * nnsoup.el: Removed.
1483
1484         * nnultimate.el: Removed.
1485
1486         * gnus-html.el (gnus-blocked-images): New variable.
1487
1488         * message.el (message-prune-recipients): New function.
1489         (message-prune-recipient-rules): New variable.
1490
1491         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1492         guess whether a long line is natural text or not.
1493
1494         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1495         gnus-process-plist and friends for compatibility.
1496
1497 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1498
1499         * gnus-html.el: Require packages that define macros used in this file.
1500         (gnus-article-mouse-face): Declare to silence byte-compiler.
1501         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1502         process-get.
1503         (gnus-html-put-image): Use plist-get to avoid getf.
1504         (gnus-html-prefetch-images): Use with-current-buffer.
1505
1506 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-ems.el: Provide compatibility functions for
1509         gnus-set-process-plist.
1510
1511         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1512         header-line-format for XEmacs 21.4.
1513
1514         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1515         * gnus.el (gnus-valid-select-methods)
1516         * message.el (message-send-mail-partially-limit)
1517         * mm-decode.el (mm-text-html-renderer)
1518         * mml.el (mml-insert-mime-headers-always)
1519         * smiley.el (smiley-regexp-alist): Bump custom version.
1520
1521 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * gnus-html.el: require mm-url.
1524         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1525         with the url to `url'.
1526         (gnus-html-wash-tags): Support cid: URLs/images.
1527
1528 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1531         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1532         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1533
1534         * gnus-move.el: Removed file, since it doesn't really work.
1535
1536         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1537         UTF-8.  This seems to fix problems with some German web feeds.
1538
1539         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1540         at the top so that the proper colours are applied.
1541
1542         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1543         don't have dots in their names.
1544
1545         * gnus-art.el (gnus-article-view-part): Doc fix.
1546
1547         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1548         XEmacs-compatible.
1549         (gnus-html-put-image): Don't do images on non-graphic displays.
1550
1551         * nnslashdot.el: Removed this unused backend.
1552
1553         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1554         actions.
1555         (gnus-undo-register-1): Revert last change.
1556
1557         * gnus-group.el (gnus-group-completing-read): Protect against not
1558         having completion-styles bound.
1559
1560         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1561         make broken recipients happier.
1562
1563         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1564
1565         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1566         point parameter.
1567
1568         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1569
1570         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1571         completion-styles for group selection.
1572
1573 2009-02-04  Andreas Schwab  <schwab@suse.de>
1574
1575         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1576         headers and regexp-quote the match if necessary.
1577
1578 2009-03-24  Miles Bader  <miles@gnu.org>
1579
1580         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1581         the blinking smiley.
1582
1583 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1584
1585         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1586         blink smiley.
1587
1588 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1591         where the dribbel file lives exists.
1592
1593         * message.el (message-send-mail-partially-limit): Change the default to
1594         nil, since most people don't want this.
1595
1596         * mm-url.el (mm-url-decode-entities): Also decode entities like
1597         &#x3212.
1598
1599 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1600
1601         * gnus-sum.el (gnus-summary-idna-message):
1602         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1603         Hyperlink urls in docstrings with URL `...'.
1604
1605 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1606
1607         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1608         functions.
1609
1610 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1613         say what the mouseover text should be.
1614
1615         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1616         version of the mm-w3m-safe-url-regexp variable to only download images
1617         in the groups where we want that to happen.
1618
1619         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1620
1621         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1622         easier debugging.
1623         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1624         big pictures in the article buffer.
1625
1626         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1627         gnus-article-html.
1628         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1629         w3m.
1630
1631         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1632
1633 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1636         which doesn't exist.
1637
1638         * message.el (message-inhibit-ecomplete): New variable to allow some
1639         function to inhibit ecomplete address storage.
1640         (message-resend): Disable ecomplete message storage when resending
1641         messages.
1642
1643         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1644
1645 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1648         Save excursion while copying, moving, and deleting articles in order to
1649         prevent the cursor from jumping to unforeseen place.
1650
1651 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * lpath.el: No need to bind bookmark-current-buffer,
1654         bookmark-yank-point and bookmark-make-record-function.
1655
1656 2010-08-17  Glenn Morris  <rgm@gnu.org>
1657
1658         * gnus-sync.el: Require gnus components whose functions are used.
1659
1660         * gnus-art.el (bookmark-make-record-function):
1661         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1662         Declare for compiler.
1663
1664         * mm-url.el (mml-compute-boundary): Autoload.
1665
1666 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1669
1670 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1671
1672         Typo fix "hoo4a" -> "hook".
1673
1674         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1675
1676 2010-08-14  Glenn Morris  <rgm@gnu.org>
1677
1678         * gnus-sync.el (gnus-sync): Fix defgroup version.
1679
1680 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1681
1682         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1683
1684         * gnus-sync.el: Fix docs.
1685         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1686         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1687
1688 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1689
1690         Optimizations for gnus-sync.el.
1691
1692         * gnus-sync.el: Add docs about gnus-sync-backend
1693         possibilities.
1694         (gnus-sync-save): Remove unnecessary message.
1695         (gnus-sync-read): Optimize and show what groups were skipped.
1696
1697 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1698
1699         Minor bug fixes for gnus-sync.el.
1700
1701         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1702         read the sync on get-new-news.
1703
1704         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1705         quiet.
1706
1707         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1708
1709 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1710
1711         Make saving and restoring of hidden threads work with overlays.
1712         Patch applied by Ted Zlatanov.
1713
1714         * gnus-sum.el (gnus-hidden-threads-configuration)
1715         (gnus-restore-hidden-threads-configuration): Update to deal with text
1716         properties, rather than searching for a magic character.
1717
1718 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1719
1720         New gnus-sync.el library for synchronization of marks.
1721
1722         * gnus-sync.el: New library for synchronization of marks.
1723
1724         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1725         renamed from `gnus-registry-grep-in-list'.
1726
1727         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1728
1729         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1730
1731 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1734         determining charset of text fails.
1735
1736 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * nnmail.el (nnmail-get-new-mail-1): Revert.
1739
1740         * nnml.el (nnml-active-number): Make sure names of newly created groups
1741         in nnml-group-alist are encoded.
1742
1743 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1746         containing non-ASCII characters in active file for nnml back end.
1747
1748 2010-07-24  David Engster  <dengste@eml.cc>
1749
1750         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1751         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1752
1753 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1754
1755         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1756         tag (Bug#6654).
1757
1758 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1761         the article buffer, not the summary buffer.
1762
1763 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1766         Emacs 23 as well.
1767
1768 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1771         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1772
1773 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1774
1775         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1776         Patch applied by Karl Fogel.
1777
1778         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1779         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1780
1781 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1782
1783         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1784         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1785         C-w still not working correctly from Article buffers; Thierry's
1786         patch to fix that will be applied after this.
1787
1788         * gnus-art.el (bookmark-make-record-function): New local variable.
1789
1790         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1791         article buffer.
1792         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1793
1794 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1795
1796         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1797         on changes in bookmark.el.
1798
1799 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1802         `no-log' instead of message not to log prompt string.
1803
1804 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1805
1806         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1807         the *other* type of HTML form submission.
1808
1809 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1810
1811         * auth-source.el (auth-source-pick): If choice does not contain a
1812         questioned keyword, set the check to t.
1813
1814 2010-06-12  Romain Francoise  <romain@orebokech.com>
1815
1816         * gnus-util.el (gnus-date-get-time): Move up before first use.
1817
1818 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1821         (gnus-article-edit-part): Bind it to make last part that is substituted
1822         or deleted visible.
1823         (gnus-mime-display-single): Buttonize part of which id equals to
1824         gnus-mime-buttonized-part-id.
1825
1826 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1827
1828         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1829         (gnus-dd-mmm): Use gnus-date-get-time.
1830         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1831         simplify logic.
1832         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1833         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1834
1835 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1836
1837         * auth-source.el (top): Autoload `secrets-list-collections',
1838         `secrets-create-item', `secrets-delete-item'.
1839         (auth-sources): Fix tag string.
1840         (auth-get-source, auth-source-retrieve, auth-source-create)
1841         (auth-source-delete): New defuns.
1842         (auth-source-pick): Rewrite in order to avoid 2 passes.
1843         (auth-source-forget-user-or-password): New parameter USERNAME.
1844         (auth-source-user-or-password): New parameters CREATE-MISSING and
1845         DELETE-EXISTING.  Retrieve password interactively, if needed.
1846
1847 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1848
1849         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1850         deleting unused directories when gnus-expert-user is t.
1851
1852 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1855         for each temp file when gnus-article-browse-delete-temp is ask.
1856
1857 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1858
1859         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1860         Lisp calls to delete-backward-char by calls to delete-char.
1861
1862 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1863
1864         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1865
1866 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1867
1868         * password-cache.el (password-cache-remove): Fix docstring.
1869
1870 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1873         article unless decoding article to be saved.
1874
1875 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1878         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1879         generated within the mm-with-unibyte-current-buffer macro.
1880
1881 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1884         to nil when we're in a mml-preview buffer and no group is selected.
1885
1886 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1887
1888         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1889         when catching the `C-g'.  Reported by "Leo".
1890
1891 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * message.el (message-forward-make-body-plain)
1894         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1895         multibyte-string-p.
1896
1897         * lpath.el: Revert.
1898
1899 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * message.el (message-forward-make-body-mml): Assume original message
1902         is multibyte string; error on unibyte.
1903         (message-forward-make-body-plain): Ditto; don't add excessive newline
1904         in body end.
1905
1906         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1907
1908 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1909
1910         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1911         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1912
1913 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * mm-extern.el (mm-extern-url): Don't use
1916         mm-with-unibyte-current-buffer.
1917         (mm-extern-cache-contents): Use with-current-buffer instead of
1918         save-excursion + set-buffer.
1919
1920 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * mm-util.el (mm-emacs-mule): Remove.
1923
1924 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1925
1926         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1927         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1928         change.
1929
1930 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1933         bind the default value of enable-multibyte-characters to nil.
1934
1935 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * message.el (message-forward-make-body-plain)
1938         (message-forward-make-body-mml):
1939         Don't use mm-with-unibyte-current-buffer.
1940
1941 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1942
1943         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1944
1945 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1946
1947         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1948         (Bug#5592).
1949
1950 2010-05-07  Julien Danjou  <julien@danjou.info>
1951
1952         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1953         it to mm-pipe-part.
1954
1955         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1956         it is given.
1957
1958 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * binhex.el (binhex-decode-region-internal)
1961         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1962         (dns-query)
1963         * nnweb.el (nnweb-gmane-search)
1964         * pgg-parse.el (pgg-parse-armor)
1965         * pgg.el (pgg-verify-region)
1966         * sha1.el (sha1-string-external)
1967         * uudecode.el (uudecode-decode-region-internal)
1968         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1969         XEmacs.
1970
1971         * gnus-art.el (gnus-article-browse-html-parts)
1972         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1973         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1974         make-temp-file.
1975
1976         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1977         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1978         compiling.
1979
1980         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1981         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1982         XEmacs when compiling.
1983
1984         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1985         gnus-pick-mode-off-hook for XEmacs when compiling.
1986         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1987         gnus-binary-mode-off-hook for XEmacs when compiling.
1988
1989         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1990         nil if char-charset is not available.
1991
1992         * imap.el (imap-disable-multibyte)
1993         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1994         macros.
1995
1996         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1997         instead of encode-coding-string.
1998
1999         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2000         'xemacs) instead of mm-emacs-mule to switch function definitions.
2001         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2002
2003         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2004         bind temporary-file-directory for XEmacs;
2005         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2006         timer-set-function for XEmacs 21.4 and SXEmacs;
2007         bind timer-list for XEmacs 21.4 and SXEmacs;
2008         fbind char-charset and find-charset-region for non-Mule XEmacs;
2009         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2010         encode-coding-region and encode-coding-string for XEmacs having no
2011         file-coding feature.
2012
2013 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2014
2015         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2016
2017 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2020         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2021
2022 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2023
2024         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2025         alias `jka-compr-delete-temp-file' no longer exists.
2026
2027 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2028
2029         Use define-minor-mode in Gnus where applicable.
2030         * mml.el (mml-mode): Use define-minor-mode.
2031         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2032         (gnus-undo-mode): Use define-minor-mode.
2033         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2034         (gnus-dead-summary-mode): Use define-minor-mode.
2035         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2036         Initialize in declaration.
2037         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2038         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2039         (gnus-mailing-list-mode): Use define-minor-mode.
2040         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2041         (gnus-draft-mode): Use define-minor-mode.
2042         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2043         (gnus-dired-mode): Use define-minor-mode.
2044
2045 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2046
2047         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2048         handles on recursive mml-to-mime translation and check them for
2049         boundary delimiter collisions.  Reported by Greg Troxel.
2050
2051 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2054
2055 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2056
2057         * mm-util.el (mm-find-buffer-file-coding-system):
2058         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2059
2060 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2061
2062         * message.el (message-generate-headers): Record insertion of optional
2063         headers as well.  Otherwise the check to prevent repeated insertion of
2064         optional headers is a no-op.
2065
2066 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2067
2068         * smime.el: Don't mention CVS.
2069
2070         * nnrss.el (nnrss-fetch): Don't mention CVS.
2071
2072         * nnir.el: Don't mention CVS.
2073
2074 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2075
2076         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2077
2078 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * lpath.el: Fbind bookmark-default-handler,
2081         bookmark-get-bookmark-record, bookmark-make-record-default,
2082         bookmark-prop-get for Emacs <23 and XEmacs.
2083
2084 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2085
2086         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2087         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2088         Use with-current-buffer to silence the byte-compiler.
2089         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2090         bother to require `gnus'.
2091         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2092
2093 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2094
2095         * gnus-sum.el (gnus-summary-bookmark-make-record)
2096         (gnus-summary-bookmark-jump): New functions.
2097         (gnus-summary-mode): Setup bookmark support.
2098
2099 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2100
2101         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2102         if set.
2103
2104 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2107         gnus-article-browse-html-save-cid-image; make it work recursively for
2108         forwarded messages as well.
2109         (gnus-article-browse-html-parts): Work when prefix arg is given.
2110         (gnus-article-browse-html-article): Doc fix.
2111
2112 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2113
2114         * message.el (message-default-mail-headers):
2115         (message-default-headers): Carry the value mail-default-headers over
2116         into message-default-mail-headers, rather than message-default-headers.
2117
2118 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2119
2120         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2121         charset.
2122
2123         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2124         charset into the <meta> tag when the article is encoded to utf-8.
2125
2126 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2129         directories as well.
2130         (gnus-article-browse-html-parts): Work for images that do not specify
2131         file names; delete temp directory when quitting; insert header at the
2132         right place; use file: scheme for image files.
2133
2134 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2135
2136         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2137         (gnus-article-browse-html-parts): Use it to make temporary cid image
2138         files in addition to html file so that browser may display them.
2139
2140 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2143
2144 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2145
2146         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2147
2148 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2149
2150         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2151         about Secret Service API sources.  Improve Customize options.
2152         (auth-source-pick): Change to accept any number of search parameters.
2153         Implement fallbacks iteratively, not recursively.  Add scoring on the
2154         second pass and sort by score.  Call Secret Service API when needed.
2155         (auth-source-user-or-password): Use it.  Call Secret Service API
2156         directly when needed to get the user name and the password.
2157
2158 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2159
2160         * message.el (message-interactive): Doc fix.
2161         (message-qmail-inject-args): Reflow.
2162         (message-kill-to-signature): Fix typo in docstring.
2163
2164         * smiley.el (smiley-buffer): Fix typo in docstring.
2165
2166 2010-03-24  Glenn Morris  <rgm@gnu.org>
2167
2168         * mail-source.el (gnus-message): Declare.
2169         (mail-source-delete-old-incoming): Require gnus-util.
2170
2171 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2174
2175         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2176
2177         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2178         password-cache's default if it is not bound.
2179         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2180         password-cache-expiry's default if it is not bound.
2181
2182         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2183         available in Emacs 21.
2184
2185         * lpath.el: Suppress compiler warnings for:
2186         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2187         XEmacs;
2188         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2189         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2190         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2191
2192 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2193
2194         * auth-source.el (auth-sources): Fix up definition so extra parameters
2195         are always inline.
2196
2197 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2198
2199         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2200         wasn't updated after mismatch.  Clear cached mailbox info correctly
2201         when uidvalidity changes.
2202         (nnimap-group-prefixed-name): New function to avoid some code
2203         duplication.
2204         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2205         (nnimap-request-group): Use it.
2206         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2207         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2208         with many imap folders.  This is done by caching the group status from
2209         the imap server persistently in a group parameter `imap-status'.  (This
2210         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2211         but not persistently, so every Gnus startup was still very slow.)
2212
2213 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2214
2215         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2216         delete the extra newline.  Otherwise editing of :string and :number
2217         types don't work.
2218
2219 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2220
2221         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2222         secrets.el dependency.
2223         (auth-sources): Add optional user name.  Add secrets.el configuration
2224         choice (unused right now).
2225
2226 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2227
2228         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2229         `gnus-registry-install-shortcuts' fill in the functions.
2230
2231         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2232         warnings.
2233         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2234         (gnus-registry-install-shortcuts): Populate and use it in a
2235         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2236
2237 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2238
2239         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2240         In-place substitutions for the group name encoding/decoding.
2241         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2242         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2243         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2244         (nnimap-update-unseen, nnimap-request-list)
2245         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2246         (nnimap-request-set-mark, nnimap-split-to-groups)
2247         (nnimap-split-articles, nnimap-request-newgroups)
2248         (nnimap-request-create-group, nnimap-request-accept-article)
2249         (nnimap-request-delete-group, nnimap-request-rename-group)
2250         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2251         `encoded-mbx' for consistency.
2252         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2253         variable `imap-current-mailbox'.
2254
2255         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2256         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2257
2258 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2259
2260         * pop3.el (pop3-display-message-size-flag): Display message size byte
2261         counts during POP3 download.
2262         (pop3-movemail): Use it.
2263         (pop3-list): Implement listing of available messages.
2264
2265 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2266
2267         * nnir.el (nnir-get-article-nov-override-function): New function to
2268         override the normal NOV retrieval.
2269         (nnir-retrieve-headers): Use it.
2270
2271 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2272
2273         * auth-source.el (netrc-machine-user-or-password): Autoload.
2274
2275 2010-03-19  Glenn Morris  <rgm@gnu.org>
2276
2277         Stop message.el from loading about 40 libraries it doesn't always need.
2278         The general approach is to autoload rather than require, and to
2279         require in the specific functions rather than the file.  (Bug#5642)
2280
2281         * gmm-utils.el: Don't require wid-edit.
2282         (widget-create-child-value, widget-convert, widget-default-get):
2283         Autoload.
2284
2285         * gnus-util.el: Don't require time-date, netrc.
2286         (message-fetch-field, gnus-group-name-decode): Declare rather than
2287         autoloading.
2288         (gnus-fetch-field): Require message.
2289         (gnus-decode-newsgroups): Require gnus-group.
2290
2291         * ietf-drums.el: Don't require time-date.
2292
2293         * message.el: Don't require hashcash, canlock, ecomplete.
2294         Do require mail-utils.  Require nnheader only when compiling.
2295         (smtpmail-default-smtp-server): Remove declaration.
2296         (message-send-mail-function): Check smtpmail-default-smtp-server
2297         is bound rather than requiring smtpmail.
2298         (message-auto-save-directory, message-insert-signature): Use
2299         expand-file-name rather than nnheader-concat.
2300         (nnheader-insert-file-contents): Autoload.
2301         (hashcash-wait-async): Declare.
2302         (message-send-mail): Only call gnus-setup-posting-charset if
2303         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2304         (message-send-mail-with-sendmail): Require sendmail.
2305         (canlock-password, canlock-password-for-verify): Declare.
2306         (message-canlock-password): Require canlock.
2307         (nnheader-get-report): Autoload.
2308         (gnus-setup-posting-charset): Declare.
2309         (message-send-news): Require gnus-msg.
2310         (message-make-references, message-make-in-reply-to): Use mail-header-id
2311         rather than the alias mail-header-message-id.
2312         (ecomplete-add-item, ecomplete-save): Declare.
2313         (message-put-addresses-in-ecomplete): Require ecomplete.
2314         (ecomplete-display-matches): Autoload.
2315
2316         * mm-decode.el: Don't require mailcap, gnus-util.
2317         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2318         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2319         Autoload.
2320         (mailcap-mime-extensions): Declare.
2321
2322         * mm-encode.el: Don't require mailcap.
2323         (mailcap-extension-to-mime): Autoload.
2324
2325         * mml-sec.el: Don't require password-cache.
2326
2327         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2328         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2329         (mml-minibuffer-read-type): Require mailcap.
2330         (mml-preview): Require gnus-msg.
2331
2332         * mml1991.el: Require password-cache.
2333         (password-cache-expiry): Remove declaration.
2334
2335         * mml2015.el: Require password-cache.
2336         (password-cache-expiry): Remove declaration.
2337
2338         * nneething.el (mailcap): Require mailcap.
2339
2340         * nnheader.el (declare-function): Add compatibility stub.
2341         (message-remove-header): Declare rather than autoload.
2342         (nnheader-replace-header): Require message.
2343
2344         * nnimap.el (declare-function): Add compatibility stub.
2345         (netrc-parse, netrc-machine-user-or-password): Declare.
2346         (nnimap-open-connection): Require netrc.
2347
2348         * nntp.el (declare-function): Add compatibility stub.
2349         (netrc-parse, netrc-machine, netrc-get): Declare.
2350         (nntp-send-authinfo): Require netrc.
2351
2352         * rfc2047.el: Don't require qp.
2353         (quoted-printable-encode-region, quoted-printable-decode-string):
2354         Autoload.
2355
2356         * sieve-mode.el: Don't require easymenu.
2357         (easy-menu-add-item): Autoload it.
2358
2359         * spam-stat.el (time-to-number-of-days): Autoload it.
2360
2361 2010-03-19  Glenn Morris  <rgm@gnu.org>
2362
2363         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2364
2365 2010-03-18  Glenn Morris  <rgm@gnu.org>
2366
2367         * hashcash.el (declare-function): Remove duplicate definition.
2368
2369 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2370
2371         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2372         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2373         value if any backslash escapes).
2374
2375 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2378         if it is available.  (bug#5647)
2379
2380         * lpath.el: Suppress compiler warning for coding-system-from-name for
2381         Emacs 21 and XEmacs.
2382
2383 2010-03-14  Juri Linkov  <juri@jurta.org>
2384
2385         * hmac-def.el:
2386         * hmac-md5.el:
2387         * netrc.el: Fix keywords.
2388
2389 2010-02-26  Glenn Morris  <rgm@gnu.org>
2390
2391         * message.el (message-send-mail-function): Change the default, so that
2392         it inherits from a customized send-mail-function.  (Bug#5643)
2393
2394 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2395
2396         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2397         shell-command-to-string signals an error (bug#5299).
2398
2399 2010-02-24  Glenn Morris  <rgm@gnu.org>
2400
2401         * message.el (message-smtpmail-send-it)
2402         (message-send-mail-with-mailclient): Doc fixes.
2403
2404 2010-02-16  Glenn Morris  <rgm@gnu.org>
2405
2406         * message.el (message-default-mail-headers): Change the default value
2407         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2408
2409 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2412         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2413
2414 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2415
2416         * time-date.el (date-to-time): Doc fix (Bug#5408).
2417
2418 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2419
2420         * message.el (message-mail): Just pass yank-action on to message-setup.
2421         (message-setup): Handle (FUN . ARGS) form of yank-action.
2422         (message-with-reply-buffer, message-widen-reply)
2423         (message-yank-original): Handle non-buffer values of
2424         message-reply-buffer (Bug#4080).
2425         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2426
2427 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2428
2429         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2430         Fix typo in docstring.
2431
2432 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2433
2434         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2435         response.
2436
2437 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2440
2441         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2442
2443         * message.el (message-check-news-header-syntax): Protect against a
2444         string that `rfc822-addresses' returns when parsing fails.
2445
2446 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2449         (gnus-previous-char-property-change): New functions.
2450
2451         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2452
2453 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2454
2455         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2456         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2457
2458 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2459
2460         * message.el (message-exchange-point-and-mark): Rework last change to
2461         avoid using optional arg of exchange-point-and-mark, for backward
2462         compatibility.
2463
2464 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2465
2466         * message.el (message-exchange-point-and-mark): Call
2467         exchange-point-and-mark with an argument rather than setting
2468         mark-active by hand (Bug#5175).
2469
2470 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * nntp.el (nntp-service-to-port): Work for service expressed with
2473         numeric string; replace [:digit:] with [0-9] for XEmacs.
2474
2475 2009-12-17  Glenn Morris  <rgm@gnu.org>
2476
2477         * gnus-group.el (gnus-bug-group-download-format-alist):
2478         Change emacs entry to debbugs.gnu.org.  Bump :version.
2479
2480 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2481
2482         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2483
2484 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * message.el (message-info): Explain why we use `Info-goto-node'.
2487
2488 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2491
2492 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2493
2494         * message.el (message-completion-in-region): New compatibility function.
2495         (message-expand-group): Use it.
2496
2497 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2500         with no unread article should be listed if the 2nd arg `predicate' is
2501         given.
2502
2503 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2506
2507 2009-11-29  Juri Linkov  <juri@jurta.org>
2508
2509         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2510         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2511         on `gnus-recenter'. (Bug#4698, Bug#4981)
2512
2513 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2514
2515         * sha1.el (sha1-string-external): default-directory "/" in case
2516         otherwise non-existent.  process-connection-type pipe for touch of
2517         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2518
2519 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2520
2521         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2522         it's comms related and sgml-mode.el has "comm" on that basis too.
2523
2524 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2527         containing tspecial characters if they have been already quoted.
2528
2529 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2530
2531         * dns-mode.el (auto-mode-alist): Purecopy string.
2532
2533 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2534
2535         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2536
2537 2009-10-24  Glenn Morris  <rgm@gnu.org>
2538
2539         * gnus-art.el (help-xref-stack-item): Define for compiler.
2540
2541 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2542
2543         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2544
2545 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2548
2549 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2552         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2553
2554 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2557         (gnus-overlays-in): New alias to overlays-in.
2558
2559         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2560         gnus-overlay-get, and gnus-delete-overlay.
2561         (gnus-summary-show-thread): Make it work as well for systems in which
2562         next-single-char-property-change is not available.
2563         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2564
2565         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2566         (gnus-overlay-get): New alias to extent-property.
2567         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2568
2569         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2570         SXEmacs.
2571
2572         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2573         SXEmacs.
2574
2575 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2576
2577         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2578
2579 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2580
2581         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2582         and XEmacs that don't have `remove-overlays'.
2583
2584 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2585
2586         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2587         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2588         selective display.  Use overlays instead.
2589
2590 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2591
2592         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2593
2594 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2595
2596         * spam-stat.el (spam-stat-load): Fix typo in message.
2597
2598 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2599
2600         * dig.el (dig-invoke): Fix typo in docstring.
2601         (query-dig): Reflow docstring.
2602
2603 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2604
2605         * gnus-art.el (gnus-article-encrypt-body):
2606         * message.el (message-check-recipients):
2607         * mm-util.el (mm-codepage-setup):
2608         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2609         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2610
2611 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2612
2613         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2614         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2615         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2616         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2617         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2618
2619 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2620
2621         * dig.el: Add "Keywords: comm", as per net-utils.el.
2622
2623 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2624
2625         * dig.el (dig-mode): Use define-derived-mode.
2626
2627 2009-09-19  Glenn Morris  <rgm@gnu.org>
2628
2629         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2630
2631 2009-09-18  Glenn Morris  <rgm@gnu.org>
2632
2633         * gnus-diary.el (gnus-diary-check-message):
2634         * message.el (message-insert-formatted-citation-line):
2635         * nnbabyl.el (top-level):
2636         * nndiary.el (nndiary-schedule):
2637         Fix typos in condition-case handlers.
2638
2639 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2642         configuration that provides the sole article window in a frame;
2643         position point correctly after deleting a part.
2644
2645 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2646
2647         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2648         (spam-resolve-registrations-routine): Use it to unregister articles
2649         that change status.
2650
2651 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2654         with XEmacs.
2655         (parse-time-string-chars): Use it.
2656
2657 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2658
2659         * imap.el (imap-interactive-login): Better messages.
2660         (imap-open): Fix bug with renamed buffer on reconnect.
2661         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2662         for easier debugging and cleaner code.  On successful (guessed based on
2663         server capabilities) secondary authentication, set imap-state
2664         correctly.
2665         (imap-last-authenticator): Define imap-last-authenticator as a variable
2666         to avoid warnings.
2667
2668 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * nnrss.el (nnrss-request-article): Remove binding of
2671         default-enable-multibyte-characters that has gotten needless by
2672         the 2007-07-13 change in rfc2047-encode-message-header.
2673
2674         * mml.el (mml-insert-multipart): Error on the message header.
2675         (mml-insert-part): Error on the message header; position point at
2676         the end of a MIME tag.
2677
2678 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * time-date.el (autoload): Expand define-obsolete-function-alias into
2681         defalias and make-obsolete for old Emacsen that Gnus supports.
2682         (with-no-warnings): Define it for old Emacsen.
2683         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2684         is available.
2685         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2686         float-time is available; suppress compile warning for time-to-seconds.
2687
2688         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2689         (gnus-float-time): Alias to float-time if it exists.
2690
2691         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2692         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2693         float-time is available; suppress compile warning for time-to-seconds.
2694
2695         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2696         XEmacs.
2697
2698 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2699
2700         * imap.el (imap-message-map): Docstring fix.
2701
2702 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2705         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2706         Add the optional argument `encoding' that overrides the default.
2707
2708         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2709         mm-encode-buffer.
2710
2711 2009-09-04  Glenn Morris  <rgm@gnu.org>
2712
2713         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2714         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2715         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2716         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2717         * mm-util.el (mm-with-unibyte-current-buffer)
2718         (mm-find-buffer-file-coding-system):
2719         * yenc.el (yenc-decode-region): Use default-value rather than
2720         default-enable-multibyte-characters.
2721
2722 2009-09-03  Glenn Morris  <rgm@gnu.org>
2723
2724         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2725         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2726         than default-enable-multibyte-characters.
2727
2728 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2729
2730         * gnus-art.el (gnus-article-read-summary-keys):
2731         Fix gnus-buffer-configuration's value temporarily used.
2732
2733 2009-09-02  Glenn Morris  <rgm@gnu.org>
2734
2735         * gnus-util.el (gnus-float-time): New function.
2736         * gnus-delay.el (gnus-delay-article):
2737         * gnus-sum.el (gnus-thread-latest-date):
2738         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2739         * nnspool.el (nnspool-request-newgroups):
2740         Use gnus-float-time rather than time-to-seconds.
2741         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2742
2743         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2744         (gnus-header-subject-face, gnus-header-newsgroups-face)
2745         (gnus-header-name-face, gnus-header-content-face):
2746         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2747         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2748         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2749         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2750         (gnus-cite-face-11):
2751         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2752         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2753         (gnus-server-closed-face, gnus-server-denied-face)
2754         (gnus-server-offline-face):
2755         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2756         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2757         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2758         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2759         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2760         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2761         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2762         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2763         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2764         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2765         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2766         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2767         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2768         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2769         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2770         (gnus-summary-high-undownloaded-face)
2771         (gnus-summary-low-undownloaded-face)
2772         (gnus-summary-normal-undownloaded-face)
2773         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2774         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2775         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2776         (gnus-splash-face):
2777         * message.el (message-header-to-face, message-header-cc-face)
2778         (message-header-subject-face, message-header-newsgroups-face)
2779         (message-header-other-face, message-header-name-face)
2780         (message-header-xheader-face, message-separator-face)
2781         (message-cited-text-face, message-mml-face):
2782         * sieve-mode.el (sieve-control-commands-face)
2783         (sieve-action-commands-face, sieve-test-commands-face)
2784         (sieve-tagged-arguments-face):
2785         * spam.el (spam-face):
2786         Mark face aliases with "-face" in the name as obsolete.
2787
2788 2009-09-01  Glenn Morris  <rgm@gnu.org>
2789
2790         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2791         than goto-line.
2792
2793 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2796         Don't move point if the command is invoked inside the message header.
2797
2798 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2799
2800         * imap.el (imap-send-command): Simplify.
2801         (imap-wait-for-tag): point-max -> buffer-size.
2802
2803 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2804
2805         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2806         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2807         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2808         * nnir.el (nnir-swish-e-index-file):
2809         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2810         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2811         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2812         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2813         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2814         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2815
2816 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2819         Don't save excursion.
2820
2821 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2822
2823         * nnheader.el (nnheader-find-file-noselect):
2824         * mm-util.el (mm-insert-file-contents):
2825         Use (default-value 'major-mode) instead of default-major-mode.
2826
2827 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2828
2829         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2830
2831 2009-08-26  Glenn Morris  <rgm@gnu.org>
2832
2833         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2834         than placing in files.el.
2835
2836 2009-08-25  Glenn Morris  <rgm@gnu.org>
2837
2838         * nnir.el (top-level): Don't require cl at run-time.
2839         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2840         Replace cl-function substitute with gnus-replace-in-string.
2841         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2842         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2843         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2844         simplified expansions.
2845
2846 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2847
2848         * dig.el (dig): Add autoload cookie.
2849
2850 2009-08-22  Glenn Morris  <rgm@gnu.org>
2851
2852         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2853         goto-line.
2854
2855 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2856
2857         * parse-time.el (parse-time-string-chars): Save match data.
2858
2859 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2860
2861         * parse-time.el (parse-time-string-chars): Compute using character
2862         classes, to handle non-ascii characters (Bug#3190).
2863
2864 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2867
2868         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2869         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2870         (gnus-mm-display-part, gnus-mime-display-single)
2871         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2872         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2873
2874         * gnus-sum.el
2875         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2876         (gnus-summary-move-article): Add expirable mark to articles copied or
2877         moved to group that has auto-expire turned on if the option is non-nil.
2878
2879 2009-07-24  Glenn Morris  <rgm@gnu.org>
2880
2881         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2882         Fix typo.  (Bug#3903)
2883
2884 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2887         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2888         that should not be used for draft articles.
2889         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2890         that has no concern in minor mode keys.
2891         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2892         Abolish.
2893
2894 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2897         article without making inquiry to a user for unknown encoding.
2898
2899         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2900         (nnmaildir--scan): Assume i-node and device number that file-attributes
2901         returns might be cons-cell.
2902
2903         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2904
2905         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2906
2907 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2908
2909         * auth-source.el: Remove docs now in auth.texi.  Don't use
2910         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2911         `auth-source-hide-passwords' and use them.
2912
2913 2009-07-15  Glenn Morris  <rgm@gnu.org>
2914
2915         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2916
2917 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2920         excessive whitespace from the default values of title and description.
2921
2922 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2925         mail-fetch-field to fetch Content-Description header in order to
2926         exclude newlines.
2927
2928 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2929
2930         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2931         format used by GnuPG 2.0.11.
2932
2933 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2936         to deleted part.
2937
2938 2009-05-30  David Engster  <dengste@eml.cc>
2939
2940         * nnmairix.el: Remove old documentation in the commentary block.
2941         (nnmairix-request-group): Do not update active file for nnml back ends.
2942         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2943         end so that overview files are ignored.
2944         (nnmairix-update-groups): Make updating the groups more robust by using
2945         marks.
2946         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2947         with dollar characters in message-id.
2948
2949 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2950
2951         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2952         2008-12-25 in dns.el.
2953
2954 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2957         could happen if the text is only composed of spaces and/or tabs.
2958
2959 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2960
2961         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2962         when sending a queued message to avoid extra mml tags.
2963
2964 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2967
2968 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2971         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2972         rmail-toggle-header for XEmacs;
2973         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2974
2975 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * gnus-dired.el: Remove autoload for gnus-setup-message.
2978         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2979         displaying Gnus logo; always use compose-mail.
2980
2981 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2984
2985 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2988         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2989         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2990         available.
2991         (gnus-nocem-epg-verify): New function.
2992
2993 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2994
2995         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2996
2997 2009-02-15  Glenn Morris  <rgm@gnu.org>
2998
2999         * gnus-util.el (rmail-insert-rmail-file-header)
3000         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3001         autoloads.
3002         (rmail-default-rmail-file): Remove unnecessary declaration.
3003         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3004
3005 2009-02-14  Glenn Morris  <rgm@gnu.org>
3006
3007         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3008         variable (only used in gnus-util, which declares it anyway).
3009         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3010         which was only needed by gnus-art (changed to not use it any more).
3011         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3012         only used in gnus-util, which autoloads it itself.
3013         (rmail-update-summary): Fix autoload.
3014
3015         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3016         rather than rmail-output-to-rmail-file.
3017
3018 2009-02-07  Glenn Morris  <rgm@gnu.org>
3019
3020         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3021         autoload of function that no longer exists.
3022         (rmail-toggle-header): Declare.
3023         (message-forward-rmail-make-body): Handle mbox Rmail.
3024
3025 2009-01-31  Glenn Morris  <rgm@gnu.org>
3026
3027         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3028         2009-01-09 change.
3029
3030 2009-01-31  Dave Love  <fx@gnu.org>
3031
3032         * imap.el (imap-fetch-safe): Bind debug-on-error.
3033         (imap-debug): Add imap-fetch-safe.
3034
3035 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3036
3037         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3038         (auth-source-forget-all-cached): New convenience function.
3039         (auth-source-user-or-password): Accept list of modes or a single mode.
3040
3041         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3042         auth-source modes.
3043
3044         * netrc.el (netrc-machine-user-or-password): Use list of
3045         auth-source modes.
3046
3047         * nnimap.el (nnimap-open-connection): Use list of
3048         auth-source modes.
3049
3050         * nntp.el (nntp-send-authinfo): Use list of
3051         auth-source modes.
3052
3053 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3054
3055         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3056         now.
3057
3058 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3061         coding system in XEmacs; add a workaround for XEmacs.
3062
3063         * lpath.el: Fbind coding-system-aliasee.
3064
3065 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3068         of current-language-environment.
3069
3070 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3071
3072         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3073         available at runtime.
3074
3075 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3078
3079 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3080
3081         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3082         the greatest positive fixnum value doesn't work under an XEmacs with
3083         bignum support; use the most-positive-fixnum constant instead,
3084         available since Emacs 21.1 with cl and XEmacs 21.1.
3085
3086 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3089         XEmacs gets not to work.
3090
3091 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * mm-util.el (mm-coding-system-priorities): Allow the value like
3094         "Japanese (UTF-8)" of current-language-environment.
3095
3096 2009-01-09  Glenn Morris  <rgm@gnu.org>
3097
3098         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3099         with last-command-event.
3100
3101 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3102
3103         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3104         in the doc string.
3105
3106         * message.el (message-fix-before-sending): Amend comment.
3107
3108 2009-01-08  Dave Love  <fx@gnu.org>
3109
3110         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3111
3112 2009-01-07  David Engster  <dengste@eml.cc>
3113
3114         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3115         simplified server definitions by converting it via
3116         gnus-server-to-method.
3117
3118 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3121         parameter's operands.
3122
3123 2009-01-06  David Engster  <dengste@eml.cc>
3124
3125         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3126         primary select method (for gnus-group-mark-article-as-read).
3127
3128 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3129
3130         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3131         `(gnus)Face', not `(gnus)X-Face'.
3132
3133 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * mm-util.el (mm-ucs-to-char): New function.
3136
3137         * mm-url.el (mm-url-decode-entities): Use it.
3138
3139         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3140         unicode-to-char.
3141
3142 2009-01-05  Dave Love  <fx@gnu.org>
3143
3144         * time-date.el: Require cl for `declare'.
3145
3146 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3147
3148         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3149         Dave Love.
3150
3151 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3152
3153         * message.el (message-fix-before-sending): Add `eight-bit' to
3154         illegible-text check.
3155
3156 2009-01-03  Michael Olson  <mwolson@gnu.org>
3157
3158         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3159         `headers' is nil.  This can occur if the IMAP server does not have
3160         permissions to read messages from a folder, but can write new messages
3161         to the folder.
3162         (nnimap-request-article-part): Do not insert `data' if it is nil.
3163
3164         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3165         characters which will confuse `read', so skip past them.
3166
3167 2009-01-01  Dave Love  <fx@gnu.org>
3168
3169         * imap.el (imap-string-to-integer): Fix typo.
3170         (imap-fetch-safe): New function.
3171         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3172
3173         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3174
3175         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3176         (imap-parse-greeting): Fix doc strings.
3177         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3178         (imap-parse-flag-list): Make messages unique.
3179         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3180
3181         * nnimap.el: Fix author email.
3182         (nnimap-split-rule): Add FIXME comment.
3183         (nnimap-debug): Fix doc string.
3184
3185 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3186
3187         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3188
3189 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3192         nslookup if resolv.conf isn't available.
3193         (dns-query): Rename from query-dns.
3194         (dns-query-cached): Rename from query-dns-cached.
3195
3196 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3199         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3200         to check if those variables exist (first appeared in Emacs 18.50).
3201
3202 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * mm-util.el (mm-line-number-at-pos): New function.
3205
3206         * spam-report.el (spam-report-process-queue): Use it.
3207
3208 2008-12-24  David Engster  <dengste@eml.cc>
3209
3210         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3211         parameters that haven't existed as variables as buffer-local variables.
3212
3213 2008-12-23  Dave Love  <fx@gnu.org>
3214
3215         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3216         cadar.
3217
3218         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3219         imap-starttls-p.
3220         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3221
3222 2008-12-22  Dave Love  <fx@gnu.org>
3223
3224         * imap.el: Fix author email.  Doc fixes.
3225         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3226         reply.
3227
3228 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3229
3230         * spam-report.el (spam-report-gmane-max-requests): New constant.
3231         (spam-report-gmane-wait): New variable.
3232         (spam-report-gmane-ham, spam-report-gmane-spam)
3233         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3234         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3235         the server.
3236
3237         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3238         Add explanations.
3239
3240         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3241         nnheader-accept-process-output and nnheader-read-timeout if available.
3242         (pop3-movemail): Use it.
3243
3244         * message.el (message-check-news-body-syntax): Fix signature check if
3245         there's an attachment.
3246
3247 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * mm-util.el: Add comments to the mm- emulating functions.
3250
3251 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3252
3253         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3254         by Stephen Berman <stephen.berman@gmx.net>.
3255
3256 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * mm-util.el (mm-substring-no-properties): New function.
3259         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3260         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3261         (mm-string-to-multibyte): Doc fix.
3262
3263         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3264
3265 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3266
3267         * mml.el (mml-attach-file): Strip text properties from file name.
3268         (Bug#1574)
3269
3270 2008-12-16  Glenn Morris  <rgm@gnu.org>
3271
3272         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3273
3274 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3277         knows since the charset specified might be a bogus alias that
3278         mm-charset-synonym-alist provides.
3279
3280 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3281
3282         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3283         "ISO_8859-1".
3284
3285         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3286
3287 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * mm-util.el (mm-charset-eval-alist):
3290         Define it before mm-charset-to-coding-system.
3291         (mm-charset-to-coding-system): Add optional argument `silent';
3292         define it before mm-charset-override-alist.
3293         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3294         default value if it can be used in Emacs currently running;
3295         silence mm-charset-to-coding-system.
3296
3297 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3300         `allow-override' which says whether to use `mm-charset-override-alist'.
3301         (rfc2047-decode-encoded-words): Use it.
3302
3303         * mm-util.el (mm-charset-override-alist): Fix custom type;
3304         add `(gb2312 . gbk)' to choices.
3305
3306 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3309         fast.
3310
3311         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3312
3313         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3314
3315 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3316
3317         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3318         on links.
3319
3320         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3321
3322 2008-12-03  Lute Kamstra  <lute@gnu.org>
3323
3324         * sha1.el: Remove leading * from docstrings of defcustoms,
3325         deffaces, defconsts and defuns.
3326
3327 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3328
3329         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3330         users' addresses that don't have domain parts.
3331         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3332         rather than message-narrow-to-head since there will be the message
3333         header separator.
3334
3335 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3336
3337         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3338         since the result is inserted in a unibyte buffer anyway.
3339         (nnimap-demule-use-string-to-multibyte): Remove.
3340         (nnimap-demule): Alias it to mm-string-to-multibyte.
3341
3342 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3343
3344         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3345         variable for debugging bug#464 and bug#1174.
3346         (nnimap-demule): Use it.
3347
3348 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3349
3350         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3351         score calculation correctly.
3352
3353 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3354
3355         * message.el (message-send-mail): Just set the buffer to unibyte
3356         rather than use mm-with-unibyte-current-buffer which does a lot more.
3357         (message-send-mail-partially): Don't bother with
3358         mm-with-unibyte-current-buffer since it's already been made unibyte by
3359         message-send-mail.
3360
3361 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3364
3365 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3366
3367         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3368
3369 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3372         require itself and to remove `with-no-warnings'.
3373
3374 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3375
3376         * starttls.el (starttls-any-program-available): Get the name of the
3377         available TLS layer program.
3378         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3379         well as the host name in the "opening" message.
3380
3381         * auth-source.el (auth-source-cache, auth-source-do-cache)
3382         (auth-source-user-or-password): Cache passwords and logins by default,
3383         allow override with `auth-source-do-cache'.
3384         (auth-source-forget-user-or-password): Allow users to remove cache
3385         entries if needed.
3386
3387 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3388
3389         * md4.el (md4-buffer): Fix typo in docstring.
3390         (md4, md4-64): Doc fixes.
3391         (md4-pack-int32): Reflow docstring.
3392
3393 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3396         condition-case to only the forward-sexp call.
3397
3398 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3401         quotes contained.  Make it more robust regardless by an extra
3402         condition-case wrapper.
3403
3404 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3407
3408 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * nnml.el (nnml-request-expire-articles): Check if the function set to
3411         `nnmail-expiry-target' returns the symbol `delete'.
3412
3413         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3414
3415         * nnmail.el (nnmail-expiry-target): Fix custom type.
3416
3417 2008-10-02  Glenn Morris  <rgm@gnu.org>
3418
3419         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3420         Silence compiler warning.
3421
3422 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3423
3424         * tls.el (open-tls-stream): Show the actual command being
3425         executed, instead of the format string.
3426
3427 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * lpath.el: Fbind codepage-setup for Emacs 23.
3430
3431 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3432
3433         * mml.el (mml-menu): Don't assume mml2015 is bound.
3434
3435 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3438         exists.
3439
3440 2008-09-27  Glenn Morris  <rgm@gnu.org>
3441
3442         * gnus-util.el (mail-header-remove-comments): Autoload it.
3443
3444 2008-09-27  Andreas Schwab  <schwab@suse.de>
3445
3446         * gnus-util.el (gnus-split-references): Strip comments.
3447         (gnus-parent-id): Likewise.
3448
3449 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3450
3451         * message.el (message-confirm-send): Fix version.
3452
3453 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * message.el (message-idna-to-ascii-rhs-1): Use
3456         mail-extract-address-components rather than mail-header-parse-addresses
3457         that is an alias by default to ietf-drums-parse-addresses that does not
3458         support non-ASCII names in headers' contents.
3459
3460 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * message.el (message-confirm-send): Fixed variable documentation to
3463         avoid the "y/n" wording.
3464
3465 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3466
3467         * message.el (message-set-auto-save-file-name): Save to a different
3468         filename so multiple messages (especially drafts) can be recovered.
3469
3470 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3471
3472         * message.el (message-confirm-send): Add appropriate version.
3473
3474 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3477         defvar.
3478
3479 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3480
3481         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3482         (mm-pkcs7-enveloped-magic): Ditto.
3483
3484 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3485
3486         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3487         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3488
3489 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3492         default, it's better.
3493
3494 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3495
3496         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3497         summary line gnus-number property and ignore them (with a warning
3498         message).
3499
3500 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3503         macro caddr in the interactive form since it won't be expanded.
3504
3505 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3508         `charset'; fix name of function called recursively.
3509         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3510
3511 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3514         (gnus-mime-set-charset-parameters): New function.
3515         (gnus-mime-view-part-as-charset): Use it to correctly display part
3516         specifying wrong charset.
3517
3518 2008-09-08  David Engster  <dengste@eml.cc>
3519
3520         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3521         in completing-read for back end server.
3522
3523 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3524
3525         * message.el (message-confirm-send): New variable to confirm sending a
3526         message.
3527         (message-send): Use it.
3528
3529 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3530
3531         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3532
3533 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3536
3537 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3538
3539         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3540         prevent tracking too many groups.
3541         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3542         Use it.
3543
3544 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3545
3546         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3547         moving point to the bottom of the window in order to avoid recentering.
3548
3549 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3552
3553         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3554         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3555         (gnus-article-beginning-of-window): Fix calculation.
3556
3557 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-msg.el (gnus-summary-supersede-article)
3560         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3561         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3562         message header.
3563
3564 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3565
3566         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3567         pending output coming after the status change.
3568
3569 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3570
3571         * message.el:
3572         * gnus-start.el:
3573         * gnus-registry.el: Remove VMS support.
3574
3575 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3578         macro.
3579         (rfc2104-hash): Use it.
3580
3581 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3584         (gnus-summary-sort-by-most-recent-date): New commands.
3585         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3586         and menu entries.
3587
3588 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3591         don't redisplay article for raw contents; remove plural articles stuff.
3592
3593         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3594         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3595         on gnus-summary-save-article; display results properly.
3596
3597 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * lpath.el: No need to fbind ns-focus-frame.
3600
3601 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3604
3605 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3608         gnus-save-all-headers.
3609
3610 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3611
3612         * gnus-util.el (ns-focus-frame): Remove declaration.
3613         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3614         like x.
3615
3616 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3617
3618         * rfc2104.el (rfc2104-zero): Delete defconst.
3619         (rfc2104-hex-alist): Likewise.
3620         (rfc2104-hex-to-int): Delete func.
3621         (rfc2104-hexstring-to-bitstring): Likewise.
3622         (rfc2104-nybbles): New defconst.
3623         (rfc2104-hash): Rewrite for speed.
3624
3625 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * tls.el (open-tls-stream): Make it work with the 2nd argument
3628         BUFFER that is a string but does not exist as a buffer object, as
3629         mentioned in the doc-string.
3630
3631 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3634         SXEmacs.
3635
3636 2008-07-16  Glenn Morris  <rgm@gnu.org>
3637
3638         * gnus-util.el (ns-focus-frame): Declare for compiler.
3639
3640 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3643         set as a group parameter.
3644         (gnus-summary-save-in-pipe): Work when it is called independently.
3645         (gnus-summary-pipe-to-muttprint): Don't modify
3646         gnus-summary-pipe-output-default-command.
3647
3648 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3649
3650         * message.el (message-send-mail-with-sendmail):
3651         Display the error message.
3652
3653 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-art.el (gnus-default-article-saver):
3656         Add gnus-summary-save-in-pipe to choices.
3657         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3658         gnus-summary-pipe-output-default-command as the default command.
3659         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3660         instead of gnus-last-shell-command.
3661
3662         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3663         New user option.
3664         (gnus-summary-muttprint-program): Mention the value will be changed.
3665         (gnus-summary-save-article): Force showing of all headers.
3666         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3667
3668 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3669
3670         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3671
3672 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3673
3674         * nnimap.el (nnimap-id):
3675         * sieve-manage.el (sieve-manage-open): Doc fixes.
3676
3677 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3678
3679         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3680         if available.
3681
3682 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3683
3684         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3685
3686         * nnkiboze.el (nnkiboze-generate-group):
3687         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3688
3689         * nnmairix.el: Require CL.
3690
3691 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * dgnushack.el: Autoload get-display-table and put-display-table for
3694         XEmacs 21.5.
3695
3696         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3697         21.4 and SXEmacs.
3698
3699 2008-06-15  David Engster  <dengste@eml.cc>
3700
3701         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3702
3703 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3704
3705         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3706         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3707         runtime choice under XEmacs.
3708
3709         * gnus-sum.el (gnus-summary-set-display-table):
3710         Use `gnus-put-display-table', `gnus-get-display-table',
3711         `gnus-set-display-table' for the display table, instead of `aset'.
3712
3713         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3714         Use `gnus-put-display-table', `gnus-get-display-table',
3715         `gnus-set-display-table' for the display table.
3716
3717 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * nnmairix.el: Add autoloads.
3720
3721 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3722
3723         * nnmairix.el (nnmairix-delete-recreate-group)
3724         (nnmairix-update-and-clear-marks): Fix error messages.
3725
3726 2008-06-14  David Engster  <dengste@eml.cc>
3727
3728         * nnmairix.el: Upgrade to version 0.6.
3729         (nnmairix-group-toggle-propmarks-this-group)
3730         (nnmairix-group-toggle-readmarks-this-group)
3731         (nnmairix-group-delete-recreate-this-group)
3732         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3733         (nnmairix-remove-tick-mark-original-article): New commands.
3734         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3735         (nnmairix-propagate-marks-to-nnmairix-groups)
3736         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3737         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3738         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3739         functions needed for marks propagation and manipulation of read marks.
3740         (nnmairix-update-groups): New function.
3741         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3742         (nnmairix-determine-original-group-from-registry)
3743         (nnmairix-determine-original-group-from-path)
3744         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3745         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3746         New helper functions.
3747         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3748         keystrokes for new commands.
3749         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3750         (nnmairix-request-group): Check allow-fast group parameter.
3751         (nnmairix-request-create-group): Set allow-fast group parameter if
3752         nnmairix-allowfast-default is set.
3753         (nnmairix-close-group): Propagate marks upon closing if needed.
3754         (nnmairix-group-toggle-threads-this-group): Use new.
3755         nnmairix-group-toggle-parameter helper function.
3756         (nnmairix-search): Better check for empty search result.
3757         (nnmairix-goto-original-article): Use new helper functions for
3758         determining original article.
3759         (nnmairix-show-original-article): Make sure message-id is in brackets.
3760         (nnmairix-call-mairix-binary): Change variable name.
3761         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3762         helper function.
3763         (nnmairix-widget-toggle-activate): Fix doc string.
3764
3765 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * nnir.el: Require edmacro when compiling with XEmacs.
3768         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3769         available in Emacs 21.
3770
3771 2008-06-11  Glenn Morris  <rgm@gnu.org>
3772
3773         * gnus-util.el (x-focus-frame):
3774         * gnus.el (image-size):
3775         * mm-decode.el (image-size): Declare.
3776
3777         * gnus-picon.el (declare-function): Add compat definition.
3778         (image-size): Declare.
3779
3780         * gnus-group.el (tool-bar-map):
3781         * gnus-sum.el (tool-bar-map): Define for compiler.
3782
3783         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3784
3785         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3786
3787         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3788         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3789         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3790         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3791         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3792         * sieve-manage.el, spam-report.el, spam.el:
3793         Remove unnecessary eval-and-compile of autoloads.
3794
3795 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3796
3797         * auth-source.el: Precise Tramp doc.
3798
3799 2008-06-07  Glenn Morris  <rgm@gnu.org>
3800
3801         * nnmairix.el: Remove unnecessary eval-when-compile.
3802
3803 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * lpath.el: Fbind propertize for XEmacs 21.4.
3806
3807 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * nnir.el: Move here from ../contrib.
3810
3811 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3812
3813         * gnus-util.el (gnus-read-shell-command): New function.
3814         * mm-decode.el (mm-pipe-part):
3815         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3816
3817 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3820
3821 2008-06-03  Glenn Morris  <rgm@gnu.org>
3822
3823         * pop3.el (nnheader-accept-process-output): Autoload it.
3824
3825 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3828         are not 2-digit hexadecimal characters that follow `%'s.
3829
3830 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3831
3832         * message.el (message-bogus-recipient-p): Fix type in doc string.
3833         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3834         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3835         Improve custom options.
3836         (message-bogus-recipient-p): Adjust accordingly.
3837
3838 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3839
3840         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3841         long-form month and day names.
3842
3843 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * dgnushack.el: Autoload debug, eudc-expand-inline and
3846         pgg-snarf-keys-region for XEmacs.
3847
3848         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3849
3850         * nnmairix.el: Require edmacro when compiling with XEmacs.
3851
3852 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3853
3854         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3855         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3856
3857 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3858
3859         * auth-source.el: Add more docs.
3860
3861         * netrc.el (netrc-machine): Always match if the port is not given.
3862
3863 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3866         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3867         retrieval faster in some cases, but might make CPU usage larger.  If
3868         this has any bad side effects, we might revert this change.
3869
3870         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3871         seems to make mail retrieval much, much faster.
3872         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3873         unconditionally.
3874
3875         * gnus-draft.el (gnus-group-send-queue): Bind
3876         message-send-mail-partially-limit to nil to avoid being prompted.
3877
3878 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3881
3882         * message.el (message-bogus-address-regexp): Fix and improve custom
3883         type.
3884         (message-setup-hook): Add message-check-recipients as custom option.
3885
3886 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3887
3888         * message.el (message-cite-function): Remove bogus autoload which crept
3889         in during merge from v5-10.
3890
3891 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3892
3893         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3894
3895         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3896
3897         * auth-source.el: Preliminary Tramp docs.
3898         (auth-sources): Change the default auth-sources to use
3899         EPA .gpg files.
3900
3901 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * nntp.el: Autoload `auth-source-user-or-password'.
3904         (nntp-send-authinfo): Use it.
3905
3906         * nnimap.el: Autoload `auth-source-user-or-password'.
3907         (nnimap-open-connection): Use it.
3908
3909         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3910         for the gnus-message function.
3911         (auth-source-user-or-password): Use it.
3912
3913 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3914
3915         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3916         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3917         (rfc2104-hash): Use it.
3918
3919 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3920
3921         * gnus-art.el (gnus-article-toggle-truncate-lines):
3922         Don't use `iff' in docstring.
3923
3924 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3925
3926         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3927
3928         * gnus-util.el (gnus-extract-address-component-name)
3929         (gnus-extract-address-component-email): Convenience functions around
3930         `gnus-extract-address-components'.
3931
3932         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3933         Use `gnus-extract-address-component-email' to fix bug of comparing full
3934         sender name to `user-mail-address'.
3935
3936 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3939         catch/throw to optimize.
3940         (gnus-registry-find-keywords): Just use member to find a keyword.
3941
3942 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3943
3944         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3945         is current before calling gnus-server-prepare.
3946         (gnus-server-setup-buffer, gnus-server-update-server)
3947         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3948
3949 2008-05-04  Juri Linkov  <juri@jurta.org>
3950
3951         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3952         (mailcap-file-default-commands): Use mailcap-replace-in-string
3953         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3954         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3955
3956 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3957
3958         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3959
3960 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3961
3962         * gnus.el: Bump version to 0.11.
3963
3964 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3965
3966         * gnus.el: No Gnus v0.10 is released.
3967
3968 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3971         hooks.
3972         (gnus-update-read-articles): Speed up non-marks-using users.
3973         (gnus-use-marks): Define gnus-use-marks.
3974         (gnus-propagate-marks): Rename variable to something more sensible.
3975
3976 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3977
3978         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3979         (gmm-image-load-path-for-library): Fix typos in docstrings.
3980         (gmm-message): Reflow docstring.
3981
3982 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3983
3984         * mail-source.el (mail-source-set-1, mail-source-bind):
3985         Move auth-source code out of the macro to clean it up and fix bugs.
3986
3987 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3990         by sender if it's equal to user-mail-address, it's likely to be
3991         useless.
3992
3993         * mail-source.el (mail-source-bind): Don't use user or password if they
3994         are not bound.  Unintern them if they are nil.  Don't use server unless
3995         it's bound, and default it to empty string otherwise.
3996
3997 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * mail-source.el: Load auth-source.el.
4000         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4001         get user name or password, if auth-sources is set up.
4002
4003         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4004         strategy of splitting with parent.
4005         (gnus-registry-split-fancy-with-parent)
4006         (gnus-registry-post-process-groups): Use it and fix prior
4007         bug (returning a list as the split result).
4008
4009         * auth-source.el (auth-sources): Remove server parameter.
4010         (auth-source-pick, auth-source-user-or-password)
4011         (auth-source-user-or-password-imap)
4012         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4013         (auth-source-user-or-password-sftp)
4014         (auth-source-user-or-password-smtp): Remove server parameter.
4015
4016 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4017
4018         * smime.el (smime-sign-region, smime-encrypt-region)
4019         (smime-decrypt-region):
4020         Remove redundant calls to `generate-new-buffer-name'.
4021
4022 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4023
4024         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4025         Don't use QP for message/rfc822.
4026         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4027
4028 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4029
4030         * sieve-manage.el (sieve-string-bytes): Remove.
4031         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4032         correct byte-length only if the process's coding-system is the same as
4033         the one used internally by Emacs to represent strings.
4034
4035 2008-04-22  Juri Linkov  <juri@jurta.org>
4036
4037         * mailcap.el (mailcap-file-default-commands): New function.
4038
4039 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * message.el (message-signature-separator, message-cite-function):
4042         Change custom version.
4043
4044 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4045
4046         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4047         commands.
4048         (tls-checktrust): Ditto.
4049
4050 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * mm-decode.el (mm-display-external): Make temp file read-only.
4053
4054 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4057         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4058         `C-c C-f d'.
4059
4060 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4061
4062         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4063
4064 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4065
4066         * gnus.el: Bump version to 0.9.
4067
4068 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4069
4070         * gnus.el: No Gnus v0.8 is released.
4071
4072 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4073
4074         * mail-source.el (mail-source-value):
4075         Prefer fboundp to functionp so it works with macros as well.
4076
4077 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4078
4079         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4080         Fix last change in case the element is not even a symbol.
4081
4082 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4083
4084         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4085         Prefer fboundp to functionp so it works with macros as well.
4086
4087 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * auth-source.el: Added docs.
4090         (auth-sources): Modify format to support server.
4091         (auth-source-pick, auth-source-user-or-password)
4092         (auth-source-user-or-password-imap)
4093         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4094         (auth-source-user-or-password-sftp)
4095         (auth-source-user-or-password-smtp): Add server parameter.
4096
4097 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4098
4099         * gnus-registry.el: Initialize the registry when gnus-registry-install
4100         is t.
4101
4102 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * compface.el (uncompface): Make buffer unibyte.
4105
4106 2008-04-05  Glenn Morris  <rgm@gnu.org>
4107
4108         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4109
4110 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4111
4112         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4113         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4114
4115         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4116         multibyteness after rather than before erasing it.
4117
4118         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4119         mm-with-multibyte.
4120         (gnus-request-article-this-buffer): Make sure the proper decoding is
4121         used if gnus-original-article-buffer happens to be unibyte.
4122
4123         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4124         default-enable-multibyte-characters.
4125
4126         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4127         default-enable-multibyte-characters.
4128
4129         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4130
4131         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4132
4133 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4134
4135         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4136         (imap-message-copyuid-1): Use it.
4137         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4138         J. Williams in
4139         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4140
4141         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4142         imap-enable-exchange-bug-workaround.
4143         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4144
4145 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4146
4147         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4148         a 100 byte status-checks into a 2-3MB transfer for each group.
4149         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4150         to enable bug workaround or not.
4151         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4152
4153 2008-03-31  Glenn Morris  <rgm@gnu.org>
4154
4155         * message.el (mml2015-use): Declare for compiler.
4156         (message-info): Require mml2015 when appropriate.
4157
4158 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4161         whitespace.
4162
4163 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4164
4165         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4166         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4167         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4168         (nntp-service-to-port): New function.
4169         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4170         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4171         (nntp-open-netcat-stream): New function.
4172         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4173
4174 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4175
4176         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4177
4178 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4179
4180         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4181
4182 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4183
4184         * dns.el (dns-write): Use set-buffer-multibyte.
4185
4186 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4187
4188         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4189
4190 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4191
4192         * message.el (message-signature-separator): Change default.
4193         Improve custom type.
4194         (message-cite-function): Change default to
4195         message-cite-original-without-signature.
4196
4197         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4198         toggle.
4199
4200         * message.el (message-check-news-body-syntax): Fix signature check.
4201         (message-setup-1): Mark buffer as unmodified _after_ running
4202         message-setup-hook and handling message-alternative-emails.
4203         (message-shorten-references): Be more strict when building list of
4204         valid references to comply with GNKSA.
4205
4206         * gnus-group.el (gnus-read-ephemeral-bug-group)
4207         (gnus-read-ephemeral-debian-bug-group)
4208         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4209
4210         * message.el (message-info): Don't use booleanp which isn't supported
4211         in Emacs 21 and XEmacs.
4212
4213 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4216         gnus-group-gmane-group-download-format.
4217         (gnus-group-read-ephemeral-gmane-group): Rename from
4218         gnus-group-read-ephemeral-gmane-group.
4219         (gnus-read-ephemeral-gmane-group-url): Rename from
4220         gnus-group-read-ephemeral-gmane-group-url.
4221         (gnus-bug-group-download-format-alist): New variable.
4222         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4223         (gnus-read-ephemeral-emacs-bug-group): New commands.
4224
4225 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4228         (gnus-visible-headers): Improve custom type.
4229
4230 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * mml.el (mml-menu): Add workarounds for XEmacs.
4233
4234         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4235         X-Boundary header.
4236
4237         * message.el (message-simplify-recipients): Fix previous commit.
4238
4239 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4240
4241         * mm-util.el (mm-set-buffer-multibyte): New function.
4242         * mm-decode.el (mm-copy-to-buffer): Use it.
4243
4244 2008-03-19  Glenn Morris  <rgm@gnu.org>
4245
4246         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4247         Accidentally removed in the sync process with Emacs.
4248
4249 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * message.el (message-alter-recipients-discard-bogus-full-name):
4252         New function.
4253         (message-alter-recipients-function): New variable.
4254         (message-get-reply-headers): Use it.
4255         (message-replace-header): New helper function.
4256         (message-recipients-without-full-name): New variable.
4257         (message-simplify-recipients): New command.
4258
4259         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4260
4261         * message.el (message-info): Handle EasyPG manual.
4262
4263         * mml.el (mml-menu): Add entry for EasyPG.
4264
4265 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4266
4267         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4268         parameter.
4269
4270         * message.el (message-disassociate-draft): Specify drafts group name
4271         fully.
4272
4273 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4276         unnecessary duplicates from the match list.
4277
4278 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4281
4282         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4283
4284         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4285         args of `how-many' of which the XEmacs version doesn't take; declare
4286         Info-index-next as function.
4287
4288 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * gnus-score.el (gnus-score-headers): Fix handling of
4291         gnus-inhibit-slow-scoring.
4292
4293         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4294         string.
4295         (gnus-button-url-regexp): Improve handling of parenthesis.
4296         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4297         (gnus-button-handle-info-keystrokes): Handle index entries.
4298
4299 2008-03-15  Glenn Morris  <rgm@gnu.org>
4300
4301         * parse-time.el (parse-time-string): Simplify.
4302
4303 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4306         Incoming* files.
4307
4308 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4311         (auth-source-pick): Use it.
4312
4313 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4314
4315         * binhex.el (binhex-decode-region-internal):
4316         * uudecode.el (uudecode-decode-region-internal):
4317         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4318         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4319         setting default-enable-multibyte-characters.
4320
4321 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * auth-source.el (auth-source-protocols)
4324         (auth-source-protocols-customize, auth-source-choices): Added and
4325         modified variable customizations and defaults.
4326         (auth-source-pick, auth-source-user-or-password)
4327         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4328         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4329         (auth-source-user-or-password-sftp)
4330         (auth-source-user-or-password-smtp): Use new variables and provide an
4331         interface to netrc.el.
4332
4333 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4336         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4337         Make sure the nntp port to specify is a string.
4338
4339 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4340
4341         * nntp.el: Use with-current-buffer.
4342         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4343         dubious mm-with-unibyte-current-buffer.
4344         (nntp-with-open-group-function): New function extracted from
4345         nntp-with-open-group macro.
4346         (nntp-with-open-group): Use the function, so it's easier to debug.
4347         Add indentation and debugging info.
4348         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4349         the use of the netcat alternatives.
4350
4351         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4352         Avoid mm-string-as-multibyte as well.
4353
4354         * nnweb.el (nnweb-insert-html):
4355         Remove use of nnheader-string-as-multibyte.
4356
4357         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4358         (nnheader-string-as-multibyte): Remove.
4359
4360         * mm-view.el: Use inhibit-read-only.
4361         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4362         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4363         or unibyte-string.
4364
4365         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4366         (mm-uu-yenc-extract): Use with-current-buffer.
4367
4368         * gnus-soup.el (gnus-soup-send-packet): Don't use
4369         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4370
4371         * nnmh.el: Use with-current-buffer.
4372         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4373         mm-string-as-multibyte on the output of mm-encode-coding-string.
4374
4375         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4376         (nnimap-request-move-article): Use with-current-buffer.
4377
4378         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4379         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4380         conversion uses string-make-unibyte rather than string-as-unibyte.
4381
4382         * gnus-msg.el: Use with-current-buffer.
4383
4384         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4385
4386 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4387
4388         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4389         string for caching if it is 'PIN.
4390
4391 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * lpath.el: Consider the case without Emacs/W3.
4394
4395 2008-03-08  Glenn Morris  <rgm@gnu.org>
4396
4397         * time-date.el (date-to-time, time-subtract, time-add)
4398         (safe-date-to-time): Doc fixes.
4399
4400 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * mail-source.el (mail-source-delete-old-incoming-confirm):
4403         Change default to nil.
4404         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4405
4406 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * lpath.el: Rearrange.
4409
4410         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4411         (gnus-article-goto-prev-page): Work for articles having ^L's.
4412
4413         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4414
4415         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4416
4417 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4418
4419         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4420         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4421         (gnus-bookmark-jump): Adjust some variable names.
4422
4423 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4424
4425         * auth-source.el: New package.
4426         (auth-source-choices): Add customization entry point variable.
4427
4428         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4429         bug.
4430
4431 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4432
4433         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4434         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4435         (gnus-registry-install-shortcuts): Rename from
4436         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4437         the `gnus-registry-mark-map' keymap dynamically from
4438         `gnus-registry-marks'.  The generated functions update the summary line
4439         when a registry mark is added or deleted, and will call
4440         `gnus-registry-install-p' (see the comments in the code).
4441         (gnus-registry-user-format-function-M): Use concat intelligently.
4442
4443         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4444         the registry mark functions.
4445
4446 2008-03-05  Glenn Morris  <rgm@gnu.org>
4447
4448         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4449         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4450         gnus-art.
4451         (top-level): No need to load own source when compiling.
4452
4453 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4456         Suggested by <chris.anderton@zetnet.co.uk>.
4457
4458 2008-03-04  Glenn Morris  <rgm@gnu.org>
4459
4460         * gnus-sum.el (top-level): No need to require gnus when compiling,
4461         since unconditionally required near start of file.
4462         (gnus-summary-display-while-building): Move definition before use.
4463
4464 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4465
4466         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4467         formatting function.
4468
4469 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4472         with plists.
4473         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4474         Use new format.
4475
4476 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4479         `where-is-internal' that returns a range of key sequences.
4480
4481 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4482
4483         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4484
4485         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4486         (gnus-summary-jump-to-group): Consider windows on other displayed
4487         frames as well.  Similar changes might be needed elsewhere, but that's
4488         the one I've bumped into during my use.
4489
4490         * nndoc.el (nndoc-oe-dbx-type-p):
4491         * gnus-msg.el (gnus-debug):
4492         * gnus-group.el (gnus-update-group-mark-positions):
4493         Use mm-string-to-multibyte.
4494
4495 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4496
4497         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4498         doesn't handle NotDashEscaped.
4499
4500         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4501         (mml-dnd-attach-options): Fix typo in custom choice.
4502
4503         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4504         nndoc-article-type to mbox.
4505         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4506
4507         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4508         to nil, instead of html2text.
4509
4510         * imap.el (imap-debug): Add `imap-ping-server'.
4511
4512         * gnus-bookmark.el: Add FIXMEs.
4513
4514         * message.el (message-form-letter-separator)
4515         (message-send-form-letter-delay): New variables.
4516         (message-send-form-letter): Use them.  New command to send form
4517         letters.  Requested by Uwe Siart.
4518         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4519
4520 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4521
4522         * Update copyright years.
4523
4524 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4525
4526         Sync from EMACS_22_BASE.
4527
4528         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4529
4530 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4531
4532         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4533         empty author.
4534
4535 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4536
4537         * gnus-registry.el (gnus-registry-marks): Add variable for
4538         customization of marks and their appearance.
4539         (gnus-registry-read-mark): Use it.
4540         (gnus-registry-do-marks): Add utility function to loop through
4541         `gnus-registry-marks'.
4542         (gnus-registry-install-shortcuts-and-menus): Add function to install
4543         shortcuts and menus.
4544         (gnus-registry-initialize): Use it.
4545         (gnus-registry-default-mark): Clarify documentation.
4546
4547 2008-02-29  Glenn Morris  <rgm@gnu.org>
4548
4549         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4550         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4551         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4552         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4553         Change defcustom :version from 23.0 to 23.1.
4554
4555 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-registry.el (gnus-registry-follow-group-p)
4558         (gnus-registry-post-process-groups): Add functions to aid registry
4559         splitting and improve logging.  Clarify behavior in function
4560         documentation.
4561         (gnus-registry-split-fancy-with-parent): Use them.
4562
4563 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4564
4565         * gnus-art.el: Use with-current-buffer.
4566
4567 2008-02-27  David Engster  <dengste@eml.cc>
4568
4569         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4570         Express real group name in the response.
4571
4572 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4575         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4576         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4577         autoload gnus-registry-fetch-group when compiling.
4578         (nnmairix-request-group-with-article-number-correction): Remove
4579         unreferenced argument passed to nnmairix-call-backend.
4580
4581 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4584         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4585         Wilde.
4586
4587 2008-02-27  Glenn Morris  <rgm@gnu.org>
4588
4589         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4590         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4591         variables to defconsts.  Convert comments to doc-strings.
4592         (nnmairix-last-server, nnmairix-current-server): Convert from free
4593         variables to defvars.  Convert comments to doc-strings.
4594         (gnus-registry-fetch-group): Autoload.
4595         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4596         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4597         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4598         caddr.
4599         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4600         nnmairix-request-group-with-article-number-correction call.
4601         (nnmairix-fast, nnmairix-group): New, less general names, for free
4602         variables passed from nnmairix-request-group to
4603         nnmairix-request-group-with-article-number-correction.  Declare.
4604         (nnmairix-request-group-with-article-number-correction):
4605         Use nnmairix-fast, nnmairix-group rather than fast, group.
4606
4607 2008-02-26  David Engster  <dengste@eml.cc>
4608
4609         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4610         version 0.5.
4611
4612 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4615         instead of making an extra function call.  Don't add the current group
4616         to articles only when they have the group.  Use
4617         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4618         Reported by David <de_bb@arcor.de>.
4619
4620 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4623         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4624
4625 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4626
4627         * mail-source.el (mail-source-delete-incoming): Change default.
4628         Supplement doc string.
4629
4630         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4631
4632 2008-02-14  Glenn Morris  <rgm@gnu.org>
4633
4634         * time-date.el (format-seconds): New function.
4635
4636 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * nnmail.el (nnmail-message-id-cache-file): Derive from
4639         `gnus-home-directory'.
4640
4641 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4642
4643         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4644         Document negative prefix.
4645
4646         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4647
4648 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * message.el (message-unsent-separator): Add the Exim bounce
4651         separator.
4652
4653 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4654
4655         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4656         list.
4657         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4658         recipient/signer list.
4659
4660 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * Makefile.in (datarootdir): Define.
4663         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4664         name that might contain whitespace.
4665
4666 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4669         fbound (Emacs 23 unicode), signal an error.
4670
4671 2008-02-08  Glenn Morris  <rgm@gnu.org>
4672
4673         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4674
4675 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4676
4677         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4678         ports to the calls to `netrc-machine-user-or-password' in addition to
4679         "imap" and "imaps".
4680
4681 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4682
4683         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4684
4685         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4686
4687 2008-02-01  Kenichi Handa  <handa@m17n.org>
4688
4689         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4690         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4691         (rfc2104-hash): Convert the result of concat to unibyte string.
4692
4693 2008-02-01  Dave Love  <fx@gnu.org>
4694
4695         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4696         coding-system-for-read.
4697         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4698
4699 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4700
4701         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4702         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4703         <hanche@math.ntnu.no>.
4704
4705 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4708
4709         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4710
4711 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4712
4713         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4714         * message.el (message-beginning-of-line): Use featurep instead of bound
4715         tests in order to resolve conditionals at compile time.
4716
4717 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4718
4719         * mail-source.el (mail-sources): Add `group' choice.
4720
4721         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4722         parameter `in-group' to control into which group the articles go.
4723         Add treatment of `group' mail-source.
4724
4725 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4728
4729         * mm-decode.el (mm-dissect-buffer): Decode description.
4730
4731         * mml.el (mml-to-mime): Encode message header first.
4732
4733 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4736         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4737
4738         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4739         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4740
4741 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4742
4743         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4744
4745 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4748         prefix keys.
4749         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4750         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4751         gnus-xmas.el.
4752
4753         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4754         (gnus-xmas-article-describe-bindings): New function.
4755         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4756         gnus-xmas-article-describe-bindings.
4757
4758         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4759
4760 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4761
4762         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4763         Add new variables for article mark management.
4764         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4765         list of extra data entries which, when present, will indicate that the
4766         article ID should not be trimmed from the registry.
4767         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4768         functions.
4769         (gnus-registry-read-mark): New function to read a mark name from the
4770         user.
4771         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4772         (gnus-registry-set-article-mark-internal): New functions to add and
4773         remove marks.
4774         (gnus-registry-get-article-marks): New function to show the marks for
4775         an article, or retrieve them for further use.
4776
4777 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4780         keys when no argument is given.
4781
4782 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * imap.el (imap-ping-server): New variable.
4785         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4786         (imap-ping-server): Minor doc string fixes.
4787
4788 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4789
4790         * imap.el (imap-ping-server): New function.
4791         (imap-opened): Call imap-ping-server.
4792
4793 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * gnus-sum.el (gnus-article-sort-by-random)
4796         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4797         jidanni@jidanni.org.
4798
4799 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-art.el (gnus-article-describe-bindings): New function.
4802         (gnus-article-read-summary-keys): Use it.
4803         (gnus-article-mode-map): Bind `C-h b' to it.
4804
4805 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4808         XEmacs.
4809         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4810         against non-character events.
4811
4812         * lpath.el: Fbind map-keymap for Emacs 21.
4813
4814 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4815
4816         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4817         command.
4818         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4819         instead of END.  Change name of the temp file.
4820         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4821         customizable.
4822
4823 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4826         bind `S W' to gnus-article-wide-reply-with-original; set default
4827         binding to gnus-article-read-summary-send-keys.
4828         (gnus-article-read-summary-keys): Fix the order of keys; display
4829         continuation keys correctly in the echo area; describe bindings
4830         correctly when keys end with `C-h'.
4831         (gnus-article-read-summary-send-keys): New function.
4832         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4833         for gnus-article-read-summary-send-keys; display continuation keys
4834         correctly in the echo area.
4835         (gnus-article-reply-with-original): Ignore prefix argument.
4836         (gnus-article-wide-reply-with-original): New function.
4837
4838         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4839         Emacs 21.
4840
4841 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4844         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4845
4846 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4849         (gnus-group-read-ephemeral-gmane-group): New command.
4850
4851 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4852
4853         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4854
4855 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * message.el (message-send-mail-function): Increase custom version.
4858
4859         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4860         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4861
4862 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4863
4864         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4865         for the cases where imap-authenticate is called with a nil buffer
4866         parameter.
4867
4868 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4871         html parts correctly; support forwarded messages.
4872         (gnus-article-browse-html-article): Remove work buffers.
4873
4874         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4875         compiling.
4876         (netrc-bound-and-true-p): New macro.
4877         (netrc-parse): Use it instead of bound-and-true-p that is not available
4878         in XEmacs 21.4.
4879
4880 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4881
4882         * gnus-registry.el (gnus-registry-mark-article)
4883         (gnus-registry-article-marks): Add functionality to mark articles
4884         through the Gnus registry.
4885
4886         * encrypt.el: Clarify documentation for the new pgg method.
4887         (encrypt-file-alist): Add PGG option.
4888         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4889         functionality.  Abstract password key and messaging to external
4890         functions.
4891         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4892         (encrypt-message-method-and-cipher): Add new convenience external
4893         functions.
4894         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4895         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4896
4897         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4898         (netrc-parse): Use encrypt-file-alist to determine if
4899         encrypt-find-model or encrypt-insert-file-contents should be used.
4900
4901         * encrypt.el: Clarify documentation.  Load password-cache or
4902         password, whichever one is found first, instead of autoloading.
4903
4904 2007-12-19  Glenn Morris  <rgm@gnu.org>
4905
4906         * mml.el (message-options-set, message-narrow-to-head)
4907         (message-in-body-p, message-mail-p, message-encode-message-body):
4908         Autoload.
4909         (message-remove-header, message-narrow-to-headers-or-head)
4910         (message-subscribed-p, message-make-mail-followup-to)
4911         (message-position-on-field, message-news-p)
4912         (message-options-set-recipient, message-generate-headers)
4913         (message-sort-headers): Declare as functions.
4914
4915 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4918         convention in doc string.
4919
4920 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4923         title to html parts.
4924         (gnus-article-browse-html-article): Pass message header to it.
4925
4926         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4927
4928 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4929
4930         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4931         or password compatible with XEmacs.
4932
4933 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4934
4935         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4936         format document.
4937         (gnus-mime-delete-part): Don't write description line if empty.
4938         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4939
4940 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4941
4942         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4943         (gnus-summary-mark-read-and-unread-as-read)
4944         (gnus-summary-mark-current-read-and-unread-as-read)
4945         (gnus-summary-mark-unread-as-ticked): Doc fix.
4946         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4947
4948 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4949
4950         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4951         Christoph Conrad <christoph.conrad@gmx.de>.
4952
4953 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4956         yes-or-no-p.
4957
4958 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * mm-decode.el (mm-add-meta-html-tag): New function.
4961         (mm-save-part-to-file, mm-pipe-part): Use it.
4962
4963         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4964         gnus-y-or-n-p instead of y-or-n-p.
4965         (gnus-article-browse-html-parts): Work with message/external-body; use
4966         mm-add-meta-html-tag.
4967
4968 2007-12-11  Glenn Morris  <rgm@gnu.org>
4969
4970         * gnus-cache.el: Require gnus-sum not just when compiling.
4971
4972         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4973
4974         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4975         definitions before use.
4976
4977         * mm-decode.el: Require gnus-util.
4978         (mm-remove-part): Only call delete-annotation on XEmacs.
4979
4980         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4981
4982         * nnmail.el: Require gnus-int.
4983
4984         * spam.el: Move `require's before `eval-when-compile's.
4985
4986         * gnus-ems.el (gnus-alive-p):
4987         * gnus-fun.el (message-goto-eoh):
4988         * gnus-util.el (gnus-group-name-decode):
4989         * mail-source.el (gnus-compress-sequence):
4990         * message.el (Info-goto-node, format-spec):
4991         * mm-bodies.el (message-options-get):
4992         * mm-decode.el (mm-view-pkcs7):
4993         * mm-util.el (gmm-write-region):
4994         * mml-smime.el (mml-compute-boundary)
4995         (gnus-completing-read-with-default):
4996         * mml.el (widget-button-press, gnus-make-hashtable):
4997         * mml1991.el (mm-decode-content-transfer-encoding)
4998         (mm-encode-content-transfer-encoding)
4999         (message-options-get, message-options-set):
5000         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5001         * nnfolder.el (gnus-request-group):
5002         * nnheader.el (ietf-drums-unfold-fws):
5003         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5004         * smime.el (gnus-run-mode-hooks):
5005         * spam-stat.el (gnus-message): Autoload.
5006
5007         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5008         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5009         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5010         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5011         Add declare-function compatibility definition.
5012
5013         * gnus-cache.el (nnvirtual-find-group-art):
5014         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5015         (gnus-add-image, gnus-add-wash-type):
5016         * gnus-group.el (nnkiboze-score-file):
5017         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5018         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5019         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5020         (message-tokenize-header, gnus-get-buffer-create)
5021         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5022         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5023         * gnus.el (gnus-group-decoded-name):
5024         * mail-source.el (imap-capability):
5025         * mm-bodies.el (message-options-set):
5026         * mm-decode.el (gnus-configure-windows):
5027         * mm-extern.el (message-goto-body):
5028         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5029         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5030         (epg-sub-key-validity, message-options-set):
5031         * mml.el (widget-event-point, gnus-configure-windows):
5032         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5033         * mml2015.el (epg-check-configuration, epg-configuration)
5034         (message-options-set):
5035         * nndb.el (nndb-request-article):
5036         * nnfolder.el (gnus-request-create-group):
5037         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5038         * nnmaildir.el (gnus-group-mark-article-read):
5039         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5040         * rfc1843.el (message-fetch-field):
5041         * spam.el (gnus-extract-address-components):
5042         Declare as functions.
5043
5044 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5047
5048         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5049
5050         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5051         bind show-trailing-whitespace for XEmacs.
5052
5053 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5056         new no-op macro for backward compatibility.
5057
5058         * imap.el (imap-string-to-integer): New function.
5059
5060 2007-12-09  Glenn Morris  <rgm@gnu.org>
5061
5062         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5063
5064         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5065         * message.el, mm-view.el, sieve-manage.el, smime.el:
5066         Add declare-function compatibility definition.
5067
5068         * gnus-art.el (w3-region, w3m-region, Info-menu):
5069         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5070         * gnus-sum.el (gnus-get-predicate):
5071         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5072         * message.el (mail-abbrev-in-expansion-header-p):
5073         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5074         (w3m-detect-meta-charset, w3m-region):
5075         * sieve-manage.el (password-read, password-cache-add)
5076         (password-cache-remove):
5077         * smime.el (password-read-and-add): Declare as functions.
5078
5079 2007-12-08  David Kastrup  <dak@gnu.org>
5080
5081         * gnus-sum.el (gnus-summary-simplify-subject-query):
5082         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5083         `message'.
5084
5085 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5088         it to bind idna-program, installation-directory, defined-colors, and
5089         face-attribute for XEmacs of the version that compiles defcustom forms.
5090
5091 2007-12-07  Glenn Morris  <rgm@gnu.org>
5092
5093         * gnus-art.el (article-make-date-line): Revert previous change.
5094
5095 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5096
5097         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5098
5099 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5100
5101         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5102         Call gnus-add-to-range ranges only once with a prepared article-list.
5103
5104 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5105
5106         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5107         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5108         group names with backslashes.  Reported by Tassilo Horn
5109         <tassilo@member.fsf.org>.
5110
5111 2007-12-06  Deepak Goel  <deego3@gmail.com>
5112
5113         * gnus-art.el (article-make-date-line):
5114         * gnus-start.el (gnus-load):
5115         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5116
5117 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-art.el (gnus-use-idna)
5120         * gnus-start.el (gnus-site-init-file)
5121         * message.el (message-use-idna)
5122         * mm-uu.el (mm-uu-hide-markers)
5123         * smiley.el (smiley-style): Revert changes that suppress warnings.
5124
5125 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5128         specify charset to html source.  Reported by Christoph Conrad
5129         <christoph.conrad@gmx.de>.
5130
5131 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5134         idna-program in order to suppress byte compile warning issued by XEmacs
5135         that came to byte compile the default value section of defcustom forms
5136         recently.
5137
5138         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5139         value of installation-directory.
5140
5141         * message.el (message-use-idna): Don't directly refer to the value of
5142         idna-program.
5143
5144         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5145
5146         * smiley.el (smiley-style): Don't directly call face-attribute.
5147
5148 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5151
5152         * gnus-dired.el: Reduce Gnus dependencies.
5153         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5154         require.  Use autoloads instead.
5155         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5156         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5157         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5158         (gnus-dired-mode): Adjust doc string.
5159         (gnus-dired-mail-mode): New variable.
5160         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5161         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5162         (gnus-dired-mail-buffers): New function.  Return mail or message
5163         composition buffers.
5164         (gnus-dired-attach): Use it.
5165         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5166         NO-DECODE.
5167         (gnus-dired-print): Use `gnus-print-buffer' depending on
5168         `gnus-dired-mail-mode'.
5169
5170 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * rfc2047.el (rfc2047-encoded-word-regexp)
5173         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5174         explaining what regexp patterns are for.
5175
5176 2007-12-04  Glenn Morris  <rgm@gnu.org>
5177
5178         * password.el: Move to password-cache.el.
5179
5180         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5181         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5182         * mml-smime.el (password-read, password-cache-add)
5183         (password-cache-remove):
5184         No need to autoload, since mml-sec requires password.
5185
5186         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5187         * message.el (gnus-extract-address-components):
5188         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5189
5190         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5191         password.
5192
5193 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5194
5195         * mailcap.el: Reduce dependencies.
5196         (mail-header-parse-content-type): Autoload.
5197         (mailcap-delete-duplicates): New alias.
5198         (mailcap-mime-info): Add optional argument NO-DECODE.
5199         (mailcap-mime-types): Use mailcap-delete-duplicates.
5200
5201         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5202
5203 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5204
5205         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5206         (imap-parse-status): Upcase status-att for servers that sends them
5207         lower-case (e.g., MS Exchange 2007).
5208
5209 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5212         function.
5213
5214         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5215         (gnus-uu-yenc-article): New function.
5216
5217         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5218
5219         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5220         buffer.
5221
5222 2007-12-02  Glenn Morris  <rgm@gnu.org>
5223
5224         * binhex.el (binhex): New custom group.
5225         (binhex-decoder-program, binhex-decoder-switches)
5226         (binhex-use-external): Move to the binhex custom group.
5227
5228         * uudecode.el (uudecode): New custom group.
5229         (uudecode-decoder-program, uudecode-decoder-switches)
5230         (uudecode-use-external): Move to the uudecode custom group.
5231
5232         * netrc.el (top-level): Don't load `encrypt' features.
5233         (netrc-parse): Don't use encrypt.
5234         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5235
5236         * encrypt.el: Remove file.
5237
5238 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5239
5240         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5241         matches on patches.
5242
5243         * gnus-art.el (gnus-article-browse-html-article): Mention
5244         `mm-text-html-renderer' in the doc string.
5245
5246         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5247         string.  Add comments.
5248
5249         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5250         if rhs is ASCII.
5251
5252 2007-12-01  Glenn Morris  <rgm@gnu.org>
5253
5254         * mail-source.el (top-level): Require format-spec before
5255         eval-when-compile.
5256
5257 2007-11-30  Glenn Morris  <rgm@gnu.org>
5258
5259         * encrypt.el: Require password, rather than autoloading password-read.
5260
5261 2007-11-29  Glenn Morris  <rgm@gnu.org>
5262
5263         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5264         (sasl-make-client, sasl-next-step, sasl-step-data)
5265         (sasl-step-set-data): Declare as functions.
5266
5267 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5270
5271 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5272
5273         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5274         certs should be verified and what is to be done in the event of a
5275         verification failure.
5276
5277         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5278         caller can indicate whether the cache should be disregarded for this
5279         call.  This way the result of the call is reproducible at all times and
5280         can be considered a canonical server name for the supplied method.
5281         (gnus-agent-method-p): Canonicalize server names by pushing their
5282         method through `gnus-method-to-server' using the no-cache argument.
5283
5284         * gnus-srvr.el (gnus-server-insert-server-line): Call
5285         `gnus-method-to-server' with `no-cache' argument.
5286
5287         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5288         gnus-agent-possibly-synchronize-flags as this should be called when the
5289         server is actually being opened.
5290         (gnus-agent-possibly-synchronize-flags)
5291         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5292         flags file of an agentized server to the latter function.
5293
5294         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5295         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5296         after a connection has been established successfully.
5297
5298 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * gnus-art.el (article-display-face): Force to display face if called
5301         interactively; check if gnus-article-x-face-too-ugly matches author.
5302         (article-display-x-face): Display face even if From header is missing
5303         as article-display-face does.
5304
5305 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5306
5307         * hashcash.el (message-narrow-to-headers-or-head)
5308         (message-fetch-field, message-goto-eoh)
5309         (message-narrow-to-headers): Declare as functions.
5310
5311 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * mail-source.el (mail-sources): Default to fetch from file for
5314         compatibility with default of nnmail-spool-file.
5315
5316 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5319         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5320         to look for encoded word that should be encoded again.
5321         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5322         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5323         encoding pattern.
5324         (rfc2047-decode-region): Switch strict regexp and loose one according
5325         to rfc2047-allow-irregular-q-encoded-words.
5326
5327 2007-11-25  Romain Francoise  <romain@orebokech.com>
5328
5329         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5330
5331 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * tls.el (tls-program): Provide more custom choices from
5334         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5335         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5336
5337 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5340         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5341
5342         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5343         `nnmail-spool-file'.
5344
5345         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5346         `nnmail-spool-file'.
5347
5348         * gnus-move.el (gnus-change-server): Ditto.
5349
5350         * gnus-kill.el (gnus-batch-score): Ditto.
5351
5352         * gnus-cache.el (gnus-jog-cache): Ditto.
5353
5354         * gnus-msg.el (gnus-summary-reply):
5355         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5356
5357 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5358
5359         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5360         version.  Minor improvement to doc strings.
5361         (tls-program): Add comment.
5362
5363 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5364
5365         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5366         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5367         mismatch between the hostname provided in the certificate and the name
5368         of the host connnecting to.
5369         (open-tls-stream): Use them.  Check certificates against trusted root
5370         certificates.
5371
5372 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * gnus-cache.el (gnus-cache-generate-nov-databases):
5375         Use nnml-generate-nov-databases-directory instead of
5376         nnml-generate-nov-databases-1.
5377
5378 2007-11-24  Glenn Morris  <rgm@gnu.org>
5379
5380         * message.el (message-tool-bar-retro): Update for rename
5381         mail_send.xpm->mail-send.xpm.
5382
5383 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5386         `smime-ldap-search' for Emacs 22 and up.
5387
5388 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5389
5390         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5391
5392         * message.el (message-send-mail-function): Fix error convention.
5393         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5394         (message-widen-reply, message-send-mail, message-talkative-question)
5395         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5396         (message-clone-locals, message-send-news): Use with-current-buffer.
5397         (message-insert-or-toggle-importance): Remove unused var `valid'.
5398         (message-make-references): Remove unused var `new-references'.
5399         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5400
5401 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5402
5403         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5404         (spam-split-symbolic-return-positive): Reflow docstring.
5405         (spam-backends, spam-summary-exit-behavior)
5406         (spam-mark-ham-unread-before-move-from-spam-group)
5407         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5408         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5409         (spam-clear-cache, spam-backend-check, spam-install-backend)
5410         (spam-install-statistical-backend, spam-list-of-processors)
5411         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5412         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5413         (spam-check-crm114, spam-initialize, spam-unload-hook):
5414         Fix typos in docstrings.
5415
5416 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5419         been checked if they have never been read and those group levels are
5420         higher than the one that a user specified.
5421
5422 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5425         foreign groups unless a group level is specified by a user.
5426         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5427
5428 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * message.el (message-send-mail-function): Require sendmail.
5431
5432 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * message.el (message-send-mail-function): Check for smtpmail too.
5435
5436         * utf7.el (utf7-encode, utf7-decode): Use coding system
5437         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5438
5439         * message.el (message-send-mail-function): New function.
5440         (message-send-mail-function): Set default using
5441         message-send-mail-function.  Adjust doc string.
5442         (message-send-mail-with-mailclient): New function.
5443
5444 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5445
5446         * smime.el (from):
5447         * rfc2047.el (message-posting-charset):
5448         * qp.el (mm-use-ultra-safe-encoding):
5449         * pop3.el (parse-time-months):
5450         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5451         * nnml.el (files):
5452         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5453         (jka-compr-compression-info-list, ange-ftp-path-format)
5454         (efs-path-regexp):
5455         * nndiary.el (files):
5456         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5457         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5458         (epg-digest-algorithm-alist, inhibit-redisplay)
5459         (password-cache-expiry):
5460         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5461         (pgg-output-buffer, password-cache-expiry):
5462         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5463         (efs-path-regexp):
5464         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5465         (inhibit-redisplay):
5466         * mm-uu.el (file-name, start-point, end-point, entry)
5467         (gnus-newsgroup-name, gnus-newsgroup-charset):
5468         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5469         (latin-unity-ucs-list):
5470         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5471         (mm-uu-binhex-decode-function):
5472         * message.el (gnus-message-group-art, gnus-list-identifiers)
5473         (rmail-enable-mime-composing, gnus-local-organization)
5474         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5475         (gnus-read-active-file, facemenu-add-face-function)
5476         (facemenu-remove-face-function, gnus-article-decoded-p)
5477         (tool-bar-mode):
5478         * mail-source.el (display-time-mail-function):
5479         * gnus-util.el (nnmail-pathname-coding-system)
5480         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5481         (gnus-original-article-buffer, gnus-user-agent)
5482         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5483         (xemacs-codename, sxemacs-codename, emacs-program-version):
5484         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5485         * gnus-start.el (gnus-agent-covered-methods)
5486         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5487         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5488         (gnus-newsgroup-headers, gnus-group-list-mode)
5489         (gnus-group-mark-positions, gnus-newsgroup-data)
5490         (gnus-newsgroup-unreads, nnoo-state-alist)
5491         (gnus-current-select-method, mail-sources)
5492         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5493         (nnmail-spool-file, gnus-cache-active-hashtb):
5494         * gnus-mh.el (mh-lib-progs):
5495         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5496         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5497         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5498         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5499         (gnus-group-buffer):
5500         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5501         (font-lock-set-defaults):
5502         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5503         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5504         (gnus-summary-post-menu, total-parts, type, condition, length):
5505         * gnus-agent.el (gnus-agent-read-agentview):
5506         * flow-fill.el (show-trailing-whitespace):
5507         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5508         eval-and-compile wrappers for byte compiler pacifiers.
5509
5510         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5511         (mm-display-inline-fontify): Check for featurep 'xemacs not
5512         extent-list.
5513
5514         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5515         itimer-list.
5516         (mm-create-image-xemacs): Only do something for XEmacs.
5517         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5518
5519         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5520
5521         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5522         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5523
5524 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5525
5526         * nnimap.el (nnimap-split-download-body):
5527         * gnus-demon.el (gnus-demon):
5528         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5529
5530 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5533         macros.
5534         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5535         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5536         copy data from unibyte buffer to multibyte current buffer.
5537         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5538         to copy data from unibyte current buffer to multibyte buffer.
5539         (nntp-make-process-buffer): Make process buffer unibyte.
5540
5541         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5542
5543 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5544
5545         * pop3.el (pop3-open-server): Accept and process data more robustly at
5546         connexion start to avoid spurious "POP SSL connexion failed" errors.
5547
5548 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5551         read group names.
5552
5553 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5556
5557 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5560         (nnmail-save-active): Use a unibyte buffer when saving active file,
5561         which may contain non-ASCII group names.
5562
5563         * nnml.el (nnml-request-group): Decode group names in messages.
5564
5565 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * message.el (message-citation-line-function)
5568         (message-insert-formatted-citation-line): Fix spelling of
5569         `message-insert-formated-citation-line'.
5570
5571 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5574
5575 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5578         nnmail-pathname-coding-system.
5579
5580         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5581         that a user enters; decode group names in messages.
5582
5583         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5584
5585 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5588
5589         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5590
5591         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5592         risky local variable.
5593
5594         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5595
5596 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * encrypt.el: Improve documentation to fix function name typo.
5599         Reported by Daiki Ueno <ueno@unixuser.org>.
5600
5601 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5604         even if the point is not in the last page of an article.
5605         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5606         back to the previous page.
5607
5608 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5611
5612 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5615
5616 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5617
5618         * message.el (message-check-news-body-syntax): Avoid
5619         mm-string-as-multibyte.
5620         (message-hide-headers): Don't assume (point-min)==1.
5621
5622 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * message.el (message-remove-blank-cited-lines): Fix if remove is
5625         given.
5626         (message-bogus-address-regexp): New variable.
5627         (message-bogus-recipient-p): New function.
5628         (message-check-recipients): New command.
5629         (message-syntax-checks): Add `bogus-recipient'.
5630         (message-fix-before-sending): Add `bogus-recipient'.
5631
5632         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5633         (gnus-treat-body-boundary): Don't test window-system.
5634
5635 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5636
5637         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5638
5639 2007-10-28  Miles Bader  <miles@gnu.org>
5640
5641         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5642         at compile-time too.
5643
5644 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * gnus-msg.el (gnus-message-setup-hook): Add
5647         `message-remove-blank-cited-lines' to options.
5648
5649 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * message.el (message-remove-blank-cited-lines): New function.
5652         Suggested by Karl Plästerer.
5653
5654 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5657         mapc.
5658
5659         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5660         (top-level): Use mapc to set functions to be traced for debugging.
5661
5662         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5663         called for effect with while loop.
5664
5665         * message.el (message-talkative-question): Replace mapcar called for
5666         effect with mapc.
5667
5668         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5669         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5670         called for effect with dolist.
5671
5672         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5673
5674         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5675         gnus-extra-headers and nnmail-extra-headers.
5676
5677         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5678         called for effect with dolist.
5679         (top-level): Use mapc to set functions to be traced for debugging.
5680
5681         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5682         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5683         dolist.
5684
5685         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5686         Replace mapcar called for effect with mapc.
5687         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5688         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5689         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5690         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5691
5692         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5693         remove-if that's a cl function.
5694
5695         * webmail.el (webmail-debug): Replace mapcar called for effect with
5696         dolist.
5697
5698         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5699         with mapc.
5700
5701 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5704         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5705         with while loop.
5706
5707         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5708         functions from article-* functions.
5709         (gnus-multi-decode-header): Replace mapcar called for effect with
5710         dolist.
5711
5712         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5713         (gnus-bookmark-show-details): Replace mapcar called for effect with
5714         while loop.
5715
5716         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5717         called for effect with while loop.
5718
5719         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5720         with dolist.
5721
5722         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5723         mapcar called for effect with dolist.
5724
5725         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5726
5727         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5728         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5729         Replace mapcar called for effect with dolist.
5730         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5731         mapc.
5732
5733         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5734         Replace mapcar called for effect with dolist.
5735         (gnus-topic-list): Replace mapcar called for effect with mapc.
5736
5737         * gnus.el: Use mapc instead of mapcar to add autoloads.
5738
5739 2007-10-23  Richard Stallman  <rms@gnu.org>
5740
5741         * gnus-group.el (gnus-group-highlight): Mark as risky.
5742
5743 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus.el (gnus-server-to-method): Return method found first in
5746         gnus-newsrc-alist.
5747
5748         * gnus-art.el (gnus-article-highlight-signature)
5749         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5750         button overlay without the front stickiness.
5751
5752 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5753
5754         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5755         overview buffer needed a catch to receive its throw.
5756         (gnus-agent-flush-cache): Declared as interactive to make this function
5757         easier to use.
5758
5759 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5760
5761         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5762         `next-line'.
5763
5764 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5767         exclude address matching message-dont-reply-to-names.
5768
5769 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-util.el (gnus-string<): New function.
5772
5773         * gnus-sum.el (gnus-article-sort-by-author)
5774         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5775
5776 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5779         the frame-focus tag is set in gnus-buffer-configuration.
5780
5781 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5784         the front stickiness.
5785
5786 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5789         url pattern; remove duplicate one.
5790         (gnus-article-extend-url-button): New function.
5791         (gnus-article-add-buttons): Use it.
5792         (gnus-button-push): Use concatenated url that it makes.
5793
5794 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5795
5796         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5797
5798 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5799
5800         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5801         Don't hardcode point-min==1.
5802
5803 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5804
5805         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5806         Fix comment about "iso8859-1".
5807
5808 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5809
5810         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5811         ones returned from the verify-function.
5812
5813         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5814         mml2015-extract-cleartext-signature if extraction failed.
5815
5816 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5817
5818         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5819         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5820         failed.
5821
5822 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5825
5826 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5827
5828         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5829         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5830         recommends to use EasyPG instead of PGG.
5831
5832         * pgg.el: Revert to revision 6.23.2.16.
5833
5834         * pgg-def.el: Revert to revision 6.6.2.14.
5835
5836         * pgg-gpg.el: Revert to revision 6.23.2.34.
5837
5838 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5839
5840         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5841         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5842         thread for both the null and zero (kill/expire thread) universal prefix
5843         cases.
5844         (gnus-summary-expire-thread): Add new function to expire a thread,
5845         using gnus-summary-kill-thread.
5846         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5847         shortcuts for gnus-summary-expire-thread.
5848         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5849         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5850
5851 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5854         extras value, so an extras entry can be deleted.
5855         (gnus-registry-delete-extra-entry): Use it.
5856         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5857         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5858         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5859         storage through the gnus-registry, and provide an appropriate API for
5860         it.
5861
5862 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5865         Suggested by Leo <sdl.web@gmail.com>.
5866
5867         * gnus.el: Do.
5868
5869 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5872         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5873
5874         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5875
5876         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5877         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5878
5879 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5882         newline.
5883         (nnmbox-request-accept-article): Don't change article in source buffer;
5884         narrow to header to use message-fetch-field rather than
5885         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5886         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5887         as delimiters; make sure article ends with newline.
5888         (nnmbox-delete-mail): Correct last position of article to be deleted;
5889         ignore X-Gnus-Newsgroup header in article body.
5890         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5891         positions; make sure article ends with newline.
5892
5893         * message.el (message-display-abbrev): Don't infloop when a user
5894         inserts SPC in the beginning of header.
5895
5896         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5897         coding-system-for-read and coding-system-for-write for XEmacs having no
5898         file-coding feature.
5899
5900         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5901
5902 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5903
5904         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5905         list of groups not followed by default.  Fix type to be regexp.
5906         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5907
5908 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5909
5910         * hmac-def.el (define-hmac-function): Switch from old-style to
5911         new-style backquotes.
5912
5913         * md4.el (md4-make-step): Likewise.
5914
5915 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5918         raw-text coding system when saving .newsrc file, which may contain
5919         non-ASCII group names.
5920
5921 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-cus.el (gnus-score-extra): New widget.
5924         (gnus-score-extra-convert): New function.
5925         (gnus-score-customize): Use it for Extra.
5926
5927 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5928
5929         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5930         (mml2015-mailcrypt-clear-verify): Use it.
5931         (mml2015-gpg-clear-verify): Use it.
5932         (mml2015-pgg-clear-verify): Use it.
5933         (mml2015-epg-clear-verify): Replace the current part with the output
5934         from GnuPG; don't extract the plaintext by itself.
5935
5936         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5937         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5938         mml2015-clear-verify-function; don't touch the armor headers or
5939         dash-escaped text here.
5940
5941 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5944         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5945         parts, or application/octet-stream as a last resort.
5946         (gnus-mime-view-part-as-type): Don't toggle display.
5947         (gnus-mime-view-part-as-charset): Don't turn off display before
5948         querying charset.
5949
5950         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5951         stuff to undisplayer function in Emacs.
5952         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5953
5954         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5955         text/calendar parts.
5956
5957 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5960         decoding text/calendar parts.
5961
5962         * message.el (message-forward-make-body-mime): Always mark body as
5963         having no illegible text; remove signed-or-encrypted argument.
5964         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5965
5966         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5967         (mml-generate-mime-1): Don't encode body if it is specified to be in
5968         raw form; don't make buffer be unibyte when inserting multibyte string.
5969
5970 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5971
5972         * sha1.el: Fix up comment style.
5973         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5974         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5975
5976         * hex-util.el: Fix up comment style.
5977         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5978
5979         * gnus-salt.el: Use with-current-buffer.
5980         (gnus-pick-setup-message): Fix long-standing typo.
5981
5982 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * imap.el (imap-logout-timeout): New variable.
5985         (imap-logout, imap-logout-wait): New functions.
5986         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5987
5988         * nnimap.el (nnimap-logout-timeout): New server variable.
5989         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5990         nnimap-logout-timeout.
5991
5992         * gnus-art.el (gnus-article-summary-command-nosave)
5993         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5994
5995 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus.el (gnus-maximum-newsgroup): New variable.
5998
5999         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6000         according to gnus-maximum-newsgroup.
6001
6002         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6003         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6004         Limit the range of articles according to gnus-maximum-newsgroup.
6005
6006 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6007
6008         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6009         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6010         Don't perform gnus-configure-windows here; reuse existing sticky
6011         article buffer.
6012
6013         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6014         it doesn't exist in gnus-article-mode.
6015
6016 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6019         (gnus-agent-decoded-group-name): New function.
6020         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6021         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6022
6023 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6024
6025         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6026         Add binding for gnus-sticky-article.
6027         (gnus-summary-exit): Don't kill sticky article buffers.
6028
6029         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6030         article buffer.
6031         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6032         (gnus-kill-sticky-article-buffers): New commands.
6033
6034 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * nntp.el (nntp-xref-number-is-evil): New server variable.
6037         (nntp-find-group-and-number): If it is non-nil, don't trust article
6038         numbers in the Xref header.
6039
6040 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-agent.el (gnus-agent-read-group): New function.
6043         (gnus-agent-flush-group, gnus-agent-expire-group)
6044         (gnus-agent-regenerate-group): Use it.
6045         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6046         nnmail-pathname-coding-system.
6047
6048 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6051
6052         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6053         that are unread as unread, and also as selected so that information of
6054         marks having been changed by a user may be updated when exiting group.
6055
6056 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6059         calculated ignoring signature parts to gnus-treat-article.
6060
6061 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6064         a point here in order to keep the window start.
6065         (gnus-insert-mime-security-button): Make a button overlay without the
6066         front stickiness.
6067         (gnus-mime-display-security): Goto the end of a button.
6068
6069         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6070
6071 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6074         group-name-at-point.
6075         (gnus-group-completing-read): New function that offers decoded
6076         non-ASCII group names for completion.
6077         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6078         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6079         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6080         (gnus-group-fetch-control): Use it.
6081         (gnus-fetch-group): Use group-name-at-point for the initial value
6082         rather than the default value; use gnus-alive-p.
6083
6084         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6085         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6086         (gnus-summary-post-news): Use gnus-group-completing-read.
6087
6088         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6089         (gnus-read-move-group-name): Decode group name for completion.
6090
6091 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6092
6093         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6094         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6095         Yamaoka slightly modified the code).
6096
6097 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6100         (nnmail-split-incoming): Bind it.
6101
6102         * nnml.el (nnml-group-name-charset): New function.
6103         (nnml-decoded-group-name): Use it; don't decode group name if
6104         nnmail-group-names-not-encoded-p is non-nil.
6105         (nnml-encoded-group-name): New function.
6106         (nnml-group-pathname): Inline nnml-decoded-group-name.
6107         (nnml-request-expire-articles): Decode group name in message.
6108         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6109         nnmail-pathname-coding-system.
6110         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6111         not decoded ones according to nnmail-group-names-not-encoded-p.
6112         (nnml-generate-active-info): Use nnml-encoded-group-name.
6113
6114 2007-08-08  Glenn Morris  <rgm@gnu.org>
6115
6116         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6117         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6118         doc-strings and comments.
6119
6120 2007-07-25  Glenn Morris  <rgm@gnu.org>
6121
6122         * Relicense all FSF files to GPLv3 or later.
6123
6124 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * gnus-sum.el (gnus-summary-move-article): Make
6127         gnus-summary-respool-article work.
6128
6129 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6132         string.
6133
6134 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6135
6136         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6137         that should be ignored when comparing distant RSS articles with local
6138         ones.
6139         (nnrss-make-hash-index): New function.  Create a hash index according
6140         to the ignored fields.
6141         (nnrss-check-group): Use it.
6142
6143 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6146
6147         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6148
6149         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6150         the new optional argument ENCODED is non-nil.
6151         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6152         coding system for encoding group name.
6153         (gnus-group-make-rss-group): Pass un-encoded group name to
6154         gnus-group-make-group.
6155         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6156         encoded.
6157
6158         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6159         Encode group name to which articles are moved or copied.
6160         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6161         coding system for encoding Newsgroup, Followup-To and Xref headers.
6162
6163         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6164         marks; use nnheader-file-coding-system to write a file.
6165         (nnagent-retrieve-headers): Bind file-name-coding-system to
6166         nnmail-pathname-coding-system.
6167
6168         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6169
6170         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6171         (nnml-request-article, nnml-request-create-group)
6172         (nnml-request-rename-group, nnml-find-id)
6173         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6174         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6175         (nnml-save-marks): Use nnml-group-pathname instead of
6176         nnmail-group-pathname.
6177
6178         (nnml-request-create-group, nnml-request-expire-articles)
6179         (nnml-request-move-article, nnml-request-delete-group)
6180         (nnml-deletable-article-p, nnml-possibly-create-directory)
6181         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6182         (nnml-open-marks): Bind file-name-coding-system to
6183         nnmail-pathname-coding-system.
6184
6185         (nnml-request-article): Pass server argument to nnml-find-group-number.
6186         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6187         server argument to nnml-possibly-create-directory.
6188         (nnml-request-accept-article): Pass server argument to
6189         nnml-active-number and nnml-save-mail.
6190         (nnml-find-group-number): Pass server argument to nnml-find-id.
6191         (nnml-request-update-info): Pass server argument to
6192         nnml-marks-changed-p.
6193
6194         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6195         (nnml-save-mail, nnml-active-number): Add server argument.
6196
6197         (nnml-request-delete-group): Warn if group is missing.
6198         (nnml-get-nov-buffer): Decode group name.
6199         (nnml-generate-active-info): Encode group name.
6200         (nnml-open-marks): Decode group name in messages.
6201
6202 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6205         if it is not specified.
6206         (gnus-article-pipe-part, gnus-article-save-part)
6207         (gnus-article-interactively-view-part, gnus-article-copy-part)
6208         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6209         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6210         (gnus-article-replace-part, gnus-article-delete-part)
6211         (gnus-article-view-part-as-type): Pass raw prefix argument to
6212         gnus-article-part-wrapper.
6213
6214 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-agent.el (gnus-agent-save-active): Bind
6217         nnheader-file-coding-system to gnus-agent-file-coding-system.
6218
6219         * gnus-cache.el (gnus-cache-save-buffers)
6220         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6221         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6222         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6223         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6224         (gnus-cache-generate-active, gnus-cache-rename-group)
6225         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6226         (gnus-cache-update-overview-total-fetched-for): Bind
6227         file-name-coding-system to nnmail-pathname-coding-system.
6228         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6229         variables.
6230         (gnus-cache-decoded-group-name): New function.
6231         (gnus-cache-file-name): Use it.
6232         (gnus-cache-generate-active): Use non-decoded group name for active.
6233
6234         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6235         right place.
6236         (gnus-write-active-file): Don't break non-ASCII group names.
6237
6238         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6239         nnmail-pathname-coding-system.
6240
6241         * lpath.el: Bind default-file-name-coding-system,
6242         file-name-coding-system and language-info-alist for XEmacs.
6243
6244         * gnus-uu.el (gnus-uu-decode-save): Typo.
6245
6246 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6249
6250 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6253         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6254         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6255         (gnus-agent-flush-group, gnus-agent-flush-cache)
6256         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6257         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6258         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6259         (gnus-agent-regenerate-group)
6260         (gnus-agent-update-files-total-fetched-for)
6261         (gnus-agent-update-view-total-fetched-for): Bind
6262         file-name-coding-system to nnmail-pathname-coding-system.
6263         (gnus-agent-group-pathname): Don't encode file names by
6264         nnmail-pathname-coding-system.
6265         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6266         coding-system-for-write instead of buffer-file-coding-system to
6267         gnus-agent-file-coding-system.
6268
6269         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6270         Decode group name.
6271
6272         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6273
6274         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6275         (gnus-read-newsrc-el-file): Make group names unibyte.
6276
6277         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6278         nnmail-pathname-coding-system.
6279
6280         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6281         (nnrss-request-delete-group): Bind file-name-coding-system to
6282         nnmail-pathname-coding-system.
6283         (nnrss-read-server-data, nnrss-read-group-data): Bind
6284         file-name-coding-system correctly.
6285         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6286
6287         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6288         (nntp-server-to-method-cache): New variable.
6289         (nntp-group-pathname): New function that decodes non-ASCII group names.
6290         (nntp-possibly-create-directory, nntp-marks-changed-p)
6291         (nntp-save-marks, nntp-open-marks): Use it.
6292         (nntp-possibly-create-directory, nntp-open-marks):
6293         Bind file-name-coding-system to nnmail-pathname-coding-system.
6294         (nntp-open-marks): Decode group names when bootstrapping marks.
6295
6296         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6297         Newsgroups and Folowup-To headers.
6298
6299 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6302         (gnus-server-closed-face, gnus-server-denied-face)
6303         (gnus-server-offline-face): Remove variable.
6304         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6305
6306         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6307         of modifying message-stack directly for XEmacs.
6308
6309         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6310         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6311         if the coding-system argument is nil for XEmacs.
6312
6313         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6314         mm-charset-override-alist.
6315
6316         * rfc2047.el: Don't require base64; require rfc2045 for the function
6317         rfc2045-encode-string.
6318         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6319         to quote the parameter value.
6320
6321 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6324         form in gnus-group-name-charset-method-alist.
6325
6326         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6327         overrides the default layout edit-form.
6328
6329         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6330
6331         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6332
6333 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6336         as unfetched articles.
6337
6338 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6341
6342 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6345         original back end that keeps marks in the local system.
6346
6347 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6350         arg of pop-to-buffer for XEmacs.
6351         (gnus-article-read-summary-keys): Ditto; don't restore window
6352         configuration if summary command ends up with neither article buffer
6353         nor summary buffer; describe bindings if summary keys end with C-h.
6354
6355 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * message.el (message-fix-before-sending): Skip raw message part to be
6358         forwarded while checking illegible text.
6359         (message-forward-make-body-mime, message-forward-make-body): Mark
6360         signed or encrypted raw message as having no illegible text.
6361
6362 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6365         (gnus-message-with-timestamp-1): New macro.
6366         (gnus-message-with-timestamp): New function.
6367         (gnus-message): Use them.
6368
6369         * nnheader.el (nnheader-message): Use them.
6370
6371 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6372
6373         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6374         .newsrc.eld file.
6375
6376 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * gnus-agent.el (gnus-agent-fetch-headers)
6379         (gnus-agent-retrieve-headers): Bind
6380         gnus-decode-encoded-address-function to identity.
6381
6382         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6383         available also when the server returns simply a dot.
6384
6385         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6386
6387 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6390
6391 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-ems.el (gnus-x-splash): Make it work.
6394
6395         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6396         from being used.
6397
6398         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6399
6400 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6403         4th and the 5th arguments.
6404
6405         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6406         the front stickiness.
6407         (gnus-article-summary-command-nosave): Correct the order of the
6408         arguments passed to pop-to-buffer.
6409         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6410         summary command ends up with the article buffer.
6411
6412         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6413         the same faces.
6414
6415 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6416
6417         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6418
6419 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6420
6421         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6422         * gnus-sum.el (gnus-summary-highlight):
6423         * pgg.el (pgg-sign-region, pgg-sign):
6424         * mail-source.el (mail-source-delete-old-incoming-confirm):
6425         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6426
6427 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * gnus-art.el (gnus-mime-view-part-externally)
6430         (gnus-mime-view-part-internally): Fix predicate function passed to
6431         completing-read.
6432
6433         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6434
6435         * gnus.el (gnus-update-message-archive-method): Add :version.
6436
6437 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus.el (gnus-update-message-archive-method): New variable.
6440
6441         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6442         according to gnus-message-archive-method if
6443         gnus-update-message-archive-method is non-nil.
6444
6445 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6448         by Loic Dachary <loic@dachary.org>.
6449         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6450
6451 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * message.el (message-pop-to-buffer): Add switch-function argument.
6454         (message-mail): Pass switch-function argument to it.
6455
6456 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6459         Improve doc string.
6460
6461 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6464         (gnus-header-content)
6465         * gnus-cite.el (gnus-cite-10)
6466         * gnus-srvr.el (gnus-server-closed)
6467         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6468         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6469         (gnus-group-mail-3-empty, gnus-group-mail-low)
6470         (gnus-group-mail-low-empty, gnus-splash)
6471         * message.el (message-header-to, message-header-cc)
6472         (message-header-subject, message-header-other, message-header-name)
6473         (message-header-xheader, message-separator, message-cited-text)
6474         (message-mml): Lighten colors of faces used for dark background.
6475
6476 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6477
6478         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6479         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6480
6481 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * message.el (message-narrow-to-headers-or-head):
6484         Ignore mail-header-separator in the body.
6485
6486 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6489         same as window size.
6490
6491 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6492
6493         * message.el (message-font-lock-keywords): Use message-header-xheader
6494         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6495         ahead of the anything pattern, to get it recognised.
6496
6497 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6500         spam.el loads uses it in the compiled defadvice form.
6501
6502 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6503
6504         * gnus-sum.el (gnus-articles-to-read)
6505         (gnus-summary-insert-old-articles): Don't truncate group name for
6506         `read-string'.
6507
6508         * gnus-util.el (gnus-limit-string): Delete this function.
6509
6510         * gnus-sum.el (gnus-simplify-subject-fully): Use
6511         `truncate-string-to-width' instead.
6512
6513 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6514
6515         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6516         if, on summary exit, the next group has to be selected.
6517         (gnus-summary-exit): Use it.
6518
6519 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6520
6521         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6522         non-break space.
6523
6524 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6527         Check if group is not a directory.
6528         (nnfolder-request-expire-articles): Don't delete articles if the target
6529         group is not available.
6530
6531         * nnml.el (nnml-request-create-group): Properly check if group is not a
6532         file.
6533         (nnml-request-expire-articles): Don't delete articles if the target
6534         group is not available.
6535
6536         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6537         Don't quote characters that are within parentheses.
6538
6539 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6542         (gnus-handle-ephemeral-exit): Select article according to it.
6543
6544 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6545
6546         * message.el (message-insert-formated-citation-line): Remove newline.
6547         (message-citation-line-format): Add final \n here so that the user can
6548         avoid a blank line.
6549
6550 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6551
6552         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6553         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6554         Update lanl/arXiv support.
6555
6556 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * gnus.el: Bump version number.
6559
6560 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * gnus.el (gnus-version-number): Bump version.
6563
6564 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6565
6566         * gnus.el: No Gnus v0.6 is released.
6567
6568 2007-04-27  Didier Verna  <didier@xemacs.org>
6569
6570         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6571         * gmm-utils.el (gmm-regexp-concat): here.
6572         * message.el: Don't require 'gnus-util.
6573         (message-dont-reply-to-names): Handle name change above.
6574         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6575
6576 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6579         since the initial value varies according to the system.
6580
6581 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6584
6585 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6586
6587         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6588
6589 2007-04-24  Didier Verna  <didier@xemacs.org>
6590
6591         Improve the type of gnus-ignored-from-addresses.
6592         * gnus-util.el (gnus-orify-regexp): New function.
6593         * message.el (gnus-util): Require it.
6594         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6595         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6596         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6597
6598 2007-04-24  Didier Verna  <didier@xemacs.org>
6599
6600         * gnus-sum.el:
6601         * gnus-utils.el: Fix some trailing whitespaces.
6602
6603 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6606         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6607         article's Message-ID; refer parent article in summary buffer.
6608
6609         * message.el (message-bounce): Call mime-to-mml.
6610
6611         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6612         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6613         optimize and/or forms properly.
6614
6615 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6618         URL.
6619
6620 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6623
6624 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6627         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6628         displayed of multipart/alternative part if it is invoked from summary
6629         buffer.
6630
6631         * mm-view.el (mm-inline-text-html-render-with-w3m)
6632         (mm-inline-text-html-render-with-w3m-standalone)
6633         (mm-inline-render-with-function): Use mail-parse-charset by default.
6634
6635 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6636
6637         * parse-time.el (parse-time-string-chars): Check if CHAR
6638         is less than the length of parse-time-syntax.
6639
6640 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6643         from gnus-newsgroup-processable.
6644
6645 2007-04-16  Didier Verna  <didier@xemacs.org>
6646
6647         * gnus-msg.el (gnus-configure-posting-styles): Handle
6648         message-signature-directory properly with :file syntax.  Reported by
6649         "Leo".
6650
6651 2007-04-11  Didier Verna  <didier@xemacs.org>
6652
6653         New user option: message-signature-directory.
6654         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6655         * message.el (message-insert-signature): Ditto.
6656         * message.el (message-signature-file): Doc update.
6657         * message.el (message-signature-directory): New.
6658
6659 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * gnus-msg.el (gnus-inews-yank-articles): Use
6662         message-exchange-point-and-mark instead of exchange-point-and-mark.
6663
6664 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * message.el (message-yank-original): Make sure cited text ends with
6667         newline; don't exchange point and mark.
6668
6669 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6670
6671         * tls.el (open-tls-stream): Properly handle case where there
6672         is no associated buffer.
6673
6674 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6675
6676         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6677         message-yank-original, make sure (< mark TEXT point).
6678
6679 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * message.el (message-fill-column): New variable.
6682         (message-mode): Use it.  Add comment on a possible new hook.
6683
6684         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6685         (nnmail-get-new-mail): Reformat.
6686
6687         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6688
6689         * gmm-utils.el: Fix Commentary.
6690         (gmm-tool-bar-from-list): Fix typo in doc string.
6691
6692 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6693
6694         * message.el (message-yank-original): Don't switch point and mark
6695         unnecessarily to put point and mark as documented.
6696
6697 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6698
6699         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6700         from the message heads.
6701
6702 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6703
6704         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6705         article buffer does not have a window.  This may not be the best
6706         solution but is certainly better than setting the start of the null,
6707         that is the current, window.
6708
6709 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6712         (gnus-draft-setup): Run it.
6713
6714         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6715         gnus-score-fast-scoring.  Allow regexp.
6716         (gnus-score-headers): Use it.
6717
6718         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6719         XEmacs.
6720
6721         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6722         string.
6723         (gnus-button-alist): Also catch `<f1> k ...'.
6724         (gnus-treat-display-x-face): Fix doc string.
6725
6726 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6727
6728         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6729         evaluation of gnus-extended-version to ensure correct generation of the
6730         User-Agent header when message-generate-headers-first is used.
6731
6732 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6733
6734         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6735         hashcash-path is nil.  Don't call callback with incorrect number of
6736         parameters if val is 0.
6737
6738 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6739
6740         * message.el (message-required-news-headers):
6741         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6742
6743 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6744
6745         * tls.el (open-tls-stream): In handshake-waiting loop,
6746         don't wait more if there is output available to process.
6747
6748 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6749
6750         * tls.el (tls-program): Doc fix.
6751
6752 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * message.el (message-generate-new-buffers): Change the meaning of the
6755         nil value; add `standard' to the choices; treat t as `unique'; improve
6756         doc string.
6757         (gnus-select-frame-set-input-focus): Autoload.
6758         (message-buffer-name): Search for the existing message buffer if
6759         message-generate-new-buffers is nil or `standard'; treat the value t of
6760         message-generate-new-buffers as `unique'.
6761         (message-pop-to-buffer): Raise the frame already displaying the message
6762         buffer; clear the echo area after querying.
6763         (message-setup): Pass the `continue' argument to compose-mail.
6764         (message-mail): Prefer `switch-function' if it is given; search for the
6765         existing message buffer if the `continue' argument is non-nil; pass
6766         continue and switch-function arguments to compose-mail by way of
6767         message-setup.
6768         (message-mail-other-window): Adjust argument of message-setup.
6769         (message-mail-other-frame): Ditto.
6770
6771 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6774         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6775         to turn font-lock on when turning gnus-message-citation-mode on.
6776
6777 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6778
6779         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6780         (mml-smime-function-alist): New variable; add epg as the backend.
6781         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6782         mml-smime- functions instead.
6783         * mm-view.el: Require smime.
6784
6785 2007-03-05  Didier Verna  <didier@xemacs.org>
6786
6787         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6788         instead of just inheritance for posting styles.
6789         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6790
6791 2007-02-24  Chris Moore  <dooglus@gmail.com>
6792
6793         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6794         * pgg-pgp.el (pgg-pgp-encrypt-region):
6795         * pgg-gpg.el (pgg-gpg-encrypt-region):
6796         Check pgg-encrypt-for-me if no other recipients.
6797
6798 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6799
6800         * tls.el (tls-certtool-program): Fix custom type.
6801
6802 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6805         and point-at-eol instead of line-(beginning|end)-position.
6806
6807         * assistant.el (assistant-parse-buffer): Ditto.
6808
6809         * netrc.el (netrc-parse-services): Ditto.
6810
6811 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6812
6813         * mml2015.el (mml2015-epg-find-usable-key): New function.
6814         (mml2015-epg-sign): Use it.
6815         (mml2015-epg-encrypt): Use it.
6816
6817 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * message.el (message-make-in-reply-to): Quote name containing
6820         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6821         if there are special characters.  Reported by NAKAJI Hiroyuki
6822         <nakaji@jp.freebsd.org>.
6823
6824 2007-02-27  Didier Verna  <didier@xemacs.org>
6825
6826         Include the group parameters as well as the topic ones in the
6827         inheritance filter process.
6828         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6829         argument GROUP-PARAMS-LIST.
6830         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6831
6832 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * nntp.el (nntp-never-echoes-commands)
6835         (nntp-open-connection-functions-never-echo-commands): New variables.
6836         (nntp-send-command): Use them.
6837
6838 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6839
6840         * mml2015.el (mml2015-epg-verify): Simplified.
6841
6842 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * mml.el (mml-content-disposition-alist): New user option.
6845         (mml-content-disposition): New function.
6846         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6847         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6848
6849 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6850
6851         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6852         verification.
6853
6854 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6855
6856         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6857         articles posted in the last 24 hours.
6858
6859 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6860
6861         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6862
6863 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6864
6865         * nntp.el (nntp-send-command): Don't wait for echoes when
6866         nntp-open-ssl-stream is used.
6867
6868 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6871         (gnus-message-add-citation-keywords)
6872         (gnus-message-remove-citation-keywords): Remove.
6873         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6874         directly, make the variables in font-lock-defaults buffer-local, add
6875         gnus-message-citation-keywords to them and then update the value of
6876         font-lock-keywords.
6877
6878 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * message.el (message-cite-original-1): Don't call
6881         gnus-article-highlight-citation.
6882
6883         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6884         citations; fix line count.
6885
6886 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6889         (gnus-message-add-citation-keywords)
6890         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6891         versions of font-lock-add-keywords and font-lock-remove-keywords to
6892         work with XEmacs correctly.
6893
6894 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-cite.el (gnus-cite-face-list): Set the values of
6897         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6898         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6899         (gnus-message-cite-prefix-regexp): New variable.
6900         (gnus-message-search-citation-line): Use it; protect against long
6901         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6902         the 0th match data for Emacs.
6903         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6904         (gnus-message-add-citation-keywords): Append keywords rather than
6905         prepending; emulate font-lock-add-keywords if it is not available.
6906         (gnus-message-remove-citation-keywords): Emulate
6907         font-lock-remove-keywords if it is not available.
6908
6909         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6910
6911         * message.el (message-cite-prefix-regexp): Set the value of
6912         gnus-message-cite-prefix-regexp.
6913
6914 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6915
6916         * nnweb.el (nnweb-google-parse-1): Update parser.
6917
6918 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6919
6920         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6921
6922 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6923
6924         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6925         regexp.
6926
6927 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6930         string-to-multibyte.
6931         (uudecode-decode-region-internal): Use it.
6932
6933         * lpath.el: Fbind string-as-multibyte for XEmacs.
6934
6935 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6938         custom choice.
6939
6940         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6941
6942 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6943
6944         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6945
6946         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6947         `write-region' to respect `mm-inhibit-file-name-handlers'.
6948
6949 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6952         Use gnus-home-directory instead of "~/" or "$HOME".
6953
6954 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6957         to mention filename.
6958         Add comments at beginning regarding usage.
6959         (encrypt-write-file-contents): Change interactive so a string is
6960         acceptable.  If the file has no associated model, show an error instead
6961         of a nonsense prompt.
6962
6963 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6964
6965         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6966         Thanks to Yoshihiko Yamada for kind notification of this typo.
6967
6968 2007-01-12  Kenichi Handa  <handa@m17n.org>
6969
6970         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6971         multibyte buffer.
6972
6973 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * gnus-score.el (gnus-score-fast-scoring): New variable.
6976         (gnus-score-headers): Use it.
6977
6978         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6979
6980         * message.el (message-cite-original-1): Call
6981         gnus-article-highlight-citation if requested.
6982         (message-make-from): Allow name and address as optional arguments.
6983
6984         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6985
6986         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6987         bugs to doc string.
6988         (gnus-button-alist): Add mid\\|message-id.
6989         (gnus-button-fetch-group): Extend for use in
6990         `browse-url-browser-function'.
6991         (gnus-button-url-regexp): Try to catch paired parentheses like in
6992         Wikipedia URLs.
6993
6994         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6995         Suggested by Simon Krahnke <overlord@gmx.li>.
6996
6997 2007-01-13  Romain Francoise  <romain@orebokech.com>
6998
6999         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7000         Update copyright.
7001
7002 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7003
7004         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7005
7006 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7007
7008         * gnus-registry.el (gnus-registry-unfollowed-groups)
7009         (gnus-registry-split-fancy-with-parent): Fix documentation.
7010
7011 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7014         from nnweb groups.
7015
7016 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017
7018         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7019         Xref urls.  Erase buffer before requesting head.
7020
7021 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7022
7023         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7024         customizable.
7025
7026 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7027
7028         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7029         no signing key is found.
7030         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7031         no encrypting and/or signing key is found.
7032
7033 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7036
7037 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7038
7039         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7040         headers read from disk with the ones newly found in the current search.
7041         This should no longer cause problems, because the article numbers in
7042         Gmane's `nov.php' output are ignored since the previous change.
7043
7044 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7045
7046         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7047
7048 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7051         replace-regexp-in-string; bind url-version; fbind display-images-p and
7052         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7053         find-face and set-itimer-function for Emacs; bind itimer-list for
7054         Emacs.
7055
7056         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7057
7058 2007-01-01  Romain Francoise  <romain@orebokech.com>
7059
7060         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7061
7062 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7063
7064         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7065         `define-minor-mode' macro definition expanded properly.
7066         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7067         exclude it there.
7068
7069         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7070         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7071         `fboundp' test.
7072         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7073         This is OK to autoload in (S)XEmacs now.
7074
7075 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7078         keystroke.
7079         (gnus-summary-limit-to-singletons): Fix typo.
7080
7081         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7082         else fails.
7083
7084 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7085
7086         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7087         docstring.
7088
7089         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7090         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7091         (gnus-summary-insert-dormant-articles): Fix typo in message.
7092
7093 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7096         nil for XEmacs.
7097         (gnus-message-citation-mode): Don't autoload in XEmacs.
7098
7099         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7100
7101 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7102
7103         * nnimap.el (nnimap-expunge-search-string): Mention
7104         nnimap-search-uids-not-since-is-evil in docstring.
7105
7106 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * spam.el: Revert to make-obsolete-variable because
7109         define-obsolete-variable-alias is not supported in Emacs 21.
7110
7111         * spam.el (spam-ifile-path, spam-ifile-database-path)
7112         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7113         make-obsolete-variable.
7114         (spam-bsfilter-path, spam-bsfilter-program)
7115         (spam-spamassassin-path, spam-spamassassin-program)
7116         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7117         use "path" inappropriately.
7118         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7119         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7120         variable names.
7121
7122 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7123
7124         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7125         summary buffer.
7126
7127         * password.el (password-cache-remove): Use clear-string to burn
7128         password, if available.
7129
7130 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7133
7134         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7135
7136         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7137         (gnus-message-highlight-citation): Move defcustom here from
7138         gnus-cite.el.
7139         (gnus-message-citation-mode): Autoload.
7140
7141         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7142         checks to make it compile with XEmacs.
7143         (gnus-message-citation-mode): New minor mode.
7144         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7145         (gnus-message-highlight-citation): New variables.
7146         (gnus-message-search-citation-line)
7147         (gnus-message-add-citation-keywords)
7148         (gnus-message-remove-citation-keywords)
7149         (turn-on-gnus-message-citation-mode)
7150         (turn-off-gnus-message-citation-mode): New functions.
7151
7152 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7153
7154         * gnus-cite.el: Enable highlighting of different citation levels in
7155         message-mode.
7156
7157 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7158
7159         * message.el (message-make-fqdn): Fix comment.
7160         (message-bogus-system-names): Add ".local".
7161
7162         * spam.el (spam-ifile-path, spam-ifile-program)
7163         (spam-ifile-database-path, spam-ifile-database)
7164         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7165         Don't use "path" inappropriately.
7166         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7167         strings.
7168         (spam-check-ifile, spam-ifile-register-with-ifile)
7169         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7170         new variable names.
7171
7172         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7173         (gnus-treat-display-smileys): Simplify using
7174         gnus-image-type-available-p.
7175
7176         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7177         available.
7178
7179         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7180         `display-images-p' if available.
7181
7182 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7185         one after turning on the buffer's multibyteness instead of decoding
7186         them directly in the unibyte buffer that causes unexpected conversion
7187         in Emacs 23 (unicode).
7188
7189 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7190
7191         * message.el (message-generate-hashcash): Fix custom type.
7192
7193 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7196
7197 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7200         disconnect icons.  Add help text.
7201
7202 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7203
7204         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7205         negated to be consistent with the others we handle.
7206
7207 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7210         version of gnus-summary-buffer to something, so that we can use two
7211         article buffers at the same time.
7212
7213 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7216         trigger all the extra headers.
7217         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7218         sorting.
7219
7220 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7221
7222         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7223         solid groups.
7224
7225 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7226
7227         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7228
7229 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * legacy-gnus-agent.el: Add Copyright notice.
7232
7233 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7234
7235         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7236
7237 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238
7239         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7240
7241         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7242         to make it work reliably in CVS Emacs.
7243         (gnus-summary-limit-strange-charsets-predicate)
7244         (gnus-summary-limit-to-predicate): New functions.
7245
7246 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7247
7248         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7249         specifying array size.
7250         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7251         array if it is too small.
7252         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7253         (gnus-sort-threads-loop): New function.
7254
7255 2006-12-06  Chris Moore  <dooglus@gmail.com>
7256
7257         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7258         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7259
7260 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7261
7262         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7263         options.
7264
7265 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7266
7267         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7268         DOS-ing the recipient.
7269
7270         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7271         the headers when creating the mapping to avoid mismappings.
7272         (nnweb-gmane-create-mapping): Always nix out old mapping.
7273
7274 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7277         and mm-verify-option to never.
7278
7279 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * message.el (message-signed-or-encrypted-p): New function.
7282         (message-forward-make-body): Use it.
7283
7284         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7285         Replace encode-coding-string with mm-encode-coding-string.
7286
7287 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * nneething.el (nneething-decode-file-name): Replace
7290         decode-coding-string with mm-decode-coding-string.
7291
7292         * gnus-int.el (gnus-open-server): Say failed server's name.
7293
7294 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7295
7296         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7297         strings to a single string.  Quote `errors-file-name'.
7298         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7299         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7300         Adjust calls.  Use `shell-quote-argument'.
7301
7302 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7303
7304         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7305         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7306
7307         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7308         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7309         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7310         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7311         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7312         (gnus-subscribe-newsgroup, gnus-1):
7313         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7314         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7315         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7316         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7317
7318 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319
7320         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7321         keystroke.
7322         (gnus-summary-limit-to-bodies): Implement headersp.
7323
7324 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7327
7328 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7331
7332 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * message.el (message-generate-hashcash): Expand range of values to
7335         include `opportunistic'.
7336         (message-send-mail): Use it.
7337
7338 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7339
7340         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7341         and comment it.
7342
7343         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7344
7345 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * gnus-util.el (gnus-extract-address-components): Improve comment.
7348
7349 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-util.el (gnus-extract-address-components): Work with address in
7352         which the name portion contains @.
7353
7354         * lpath.el: Fbind custom-autoload.
7355
7356 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * gnus.el (gnus-start): Move custom group up.
7359         (gnus-select-method): Don't autoload, but make it available for
7360         `customize-variable'.
7361         (gnus-getenv-nntpserver): Don't autoload.
7362
7363 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7364
7365         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7366
7367 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * message.el (message-sendmail-extra-arguments): New variable.
7370         (message-send-mail-with-sendmail): Use it.
7371
7372 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7375         mm-with-unibyte-current-buffer to make string unibyte.
7376
7377         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7378         mm-string-as-multibyte.
7379
7380 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7381
7382         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7383         Reported by Werner Koch <wk@gnupg.org>.
7384
7385 2006-11-14  Daiki Ueno  <ueno@p360>
7386
7387         * mml2015.el: Autoload epa-select-keys when compiling.
7388
7389 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7390
7391         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7392         message-options.
7393         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7394
7395 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7396
7397         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7398         EasyPG (< 0.0.6).
7399         (mml2015-always-trust): New user option.
7400         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7401         prompt.
7402
7403 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * nntp.el (nntp-authinfo-force): New variable.
7406         (nntp-send-authinfo): Use it.
7407
7408 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7411         decode encoded words.  Improve prompt.  Add comment about forwarding.
7412         (message-replacement-char): Move up.
7413
7414 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7415
7416         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7417         instead of gnus-intersection because arguments of gnus-sorted-nunion
7418         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7419
7420 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7423         (message-simplify-subject-functions): Enable
7424         message-strip-subject-encoded-words by default.
7425
7426 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * message.el (message-strip-subject-encoded-words): New function.
7429         (message-simplify-subject-functions): New variable.
7430         (message-simplify-subject): Use it.  Fix typo in doc string.
7431         Support message-strip-subject-encoded-words.
7432
7433 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7434
7435         * gnus-diary.el (gnus-diary-delay-format-function):
7436         * nndiary.el (nndiary-reminders):
7437         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7438
7439 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * gnus-art.el (article-hide-boring-headers): Fetch date from
7442         gnus-original-article-buffer to avoid problems with localized date
7443         strings.
7444
7445 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7448
7449 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7452         New variables.
7453         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7454         (mm-charset-synonym-alist): Move some entries to
7455         mm-codepage-iso-8859-list.
7456         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7457         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7458
7459 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7462
7463 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7466         with Emacs 21 and XEmacs.
7467
7468 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7469
7470         * spam.el (spam-parse-address): New function for better parsing,
7471         catching errors, etc.
7472         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7473
7474 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * mm-view.el: Add interactive arg to html2text autoload.
7477
7478 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7481
7482 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7483
7484         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7485         variables.
7486         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7487         (mm-charset-synonym-alist): Move some entries to
7488         mm-codepage-iso-8859-list.
7489
7490         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7491
7492 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * message.el (message-citation-line-format)
7495         (message-insert-formated-citation-line): Fix implementation of %E, %N
7496         and %n according to the doc string.
7497
7498 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7499
7500         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7501         car-safe to avoid bad parses.
7502
7503 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7506         names.
7507
7508         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7509
7510 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7513         header.
7514
7515         * message.el (message-draft-headers): Add Date.
7516         (message-headers-to-generate): Fix typo in docstring.
7517
7518         * nndraft.el (nndraft-required-headers): New variable.
7519         (nndraft-generate-headers): Use it.
7520
7521         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7522
7523 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7524
7525         * gnus-registry.el (gnus-registry-wash-for-keywords)
7526         (gnus-registry-find-keywords): New functions to allow easy searching of
7527         articles that are in the registry.
7528
7529 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7530
7531         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7532         ietf-drums-parse-address instead of gnus-extract-address-components.
7533         Reported by Damien Elmes <damien@repose.cx>.
7534
7535 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus.el (gnus-mime): Remove unused custom group.
7538
7539 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7540
7541         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7542         "blank line" when searching for end of armor headers.
7543
7544 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gmm-utils.el (gmm-write-region): Fix variable name.
7547
7548 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gmm-utils.el (gmm-write-region): New function based on compatibility
7551         code from `mm-make-temp-file'.
7552
7553         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7554
7555         * nnmaildir.el (nnmaildir--update-nov)
7556         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7557         Use `gmm-write-region'.
7558
7559 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7562         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7563
7564         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7565
7566         * message.el (message-replacement-char): New variable.
7567         (message-fix-before-sending): Use it.
7568         (message-simplify-subject): New function to remove duplicate code.
7569         (message-reply, message-followup): Use it.
7570
7571         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7572         gnus-summary-limit-to-articles.
7573
7574 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-util.el (gnus-with-local-quit): New macro.
7577
7578         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7579
7580 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7581
7582         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7583         ignore non-string data.
7584
7585 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7586
7587         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7588         non-string data (needs to be done in the registry too).
7589
7590 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7591
7592         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7593         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7594         (gnus-registry-split-fancy-with-parent)
7595         (gnus-registry-fetch-simplified-message-subject-fast)
7596         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7597         Remove text properties on ingress into the registry and when it's saved.
7598         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7599         registry from entries with no groups.
7600
7601 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7602
7603         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7604         function to remove string properties.
7605
7606 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * gmm-utils.el (gmm): Adjust custom version.
7609
7610         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7611         custom version.
7612
7613         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7614
7615 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * gnus-art.el (gnus-insert-prev-page-button)
7618         (gnus-insert-next-page-button): Simplify.  Reformat.
7619
7620 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7621
7622         * gnus-art.el (gnus-insert-prev-page-button)
7623         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7624
7625 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7626
7627         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7628
7629 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7630
7631         * gnus-art.el (gnus-insert-mime-button)
7632         (gnus-insert-mime-security-button):
7633         Apply gnus-article-button-face to MIME and security buttons.
7634
7635 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7638         readable.
7639
7640 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7643
7644 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7645
7646         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7647         `browse-url-of-file' instead of `browse-url'.
7648
7649 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7650
7651         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7652         regexp.  Articles containing quotation were cut prematurely.
7653
7654 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * message.el (message-cite-original-1): Use nobody by default for the
7657         value of From header.
7658         (message-reply): Ditto.
7659
7660 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7661
7662         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7663         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7664         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7665
7666 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7669         mails in the doc string.  Add some URLs in comment.
7670         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7671
7672 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7675         backslashes handling and the way to find boundaries of quoted strings.
7676
7677 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7678
7679         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7680         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7681         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7682         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7683
7684 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7687         doc string.
7688         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7689
7690 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * lpath.el: Fbind epg-check-configuration.
7693
7694 2006-09-06  Simon Josefsson  <jas@extundo.com>
7695
7696         * mml2015.el (mml2015-use): Doc fix, mention epg.
7697
7698 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7699
7700         * mml2015.el (mml2015-use): Default to epg, if available.
7701
7702 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7703
7704         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7705         message-sender.
7706         (mml1991-epg-encrypt): Ditto.
7707         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7708         message-sender.
7709         (mml2015-epg-encrypt): Ditto.
7710
7711 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7712
7713         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7714         several common directories.
7715
7716 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7717
7718         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7719         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7720
7721 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus-art.el (article-decode-encoded-words): Make it fast.
7724
7725 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7728
7729         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7730         in quoted string into `\'.
7731
7732 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7735         Use standard-syntax-table.
7736
7737 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-art.el (gnus-decode-address-function): New variable.
7740         (article-decode-encoded-words): Use it to decode headers which are
7741         assumed to contain addresses.
7742         (gnus-mime-delete-part): Remove useless `or'.
7743
7744         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7745         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7746         (gnus-nov-parse-line): Use it to decode From header.
7747         (gnus-get-newsgroup-headers): Ditto.
7748         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7749
7750         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7751         (mail-decode-encoded-address-string): New alias.
7752
7753         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7754         New function.
7755         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7756         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7757         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7758         (rfc2047-decode-string): Ditto.
7759         (rfc2047-decode-address-region): New function.
7760         (rfc2047-decode-address-string): New function.
7761
7762 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * message.el (message-caesar-buffer-body): Allow rotating headers.
7765
7766         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7767
7768         * message.el (message-insert-formated-citation-line): Fix %f.
7769         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7770
7771 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7774         (gnus-bookmark-mouse-available-p): New macro.
7775         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7776         (gnus-bookmark-bmenu-show-infos): Use it.
7777         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7778         (gnus-bookmark-bmenu-hide-infos): Ditto.
7779         (gnus-bookmark-remove-properties): New function.
7780         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7781         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7782         (gnus-bookmark-write-file): Bind coding-system-for-write.
7783         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7784         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7785         group before selecting it.
7786         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7787         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7788         quit-window if it is not available; use gnus-mouse-2 and bind it to
7789         gnus-bookmark-bmenu-select-by-mouse.
7790         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7791         (gnus-bookmark-bmenu-select-by-mouse): New function.
7792
7793 2006-08-13  Romain Francoise  <romain@orebokech.com>
7794
7795         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7796         space.
7797
7798 2006-08-10  Romain Francoise  <romain@orebokech.com>
7799
7800         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7801         (dns-mode-soa-auto-increment-serial): New user option.
7802         (dns-mode-soa-maybe-increment-serial): New function.
7803         (dns-mode): Add the latter to `write-contents-functions'.
7804
7805 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * compface.el (uncompface): Use binary rather than raw-text-unix.
7808
7809 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * compface.el (uncompface): Make sure the eol conversion doesn't take
7812         place when communicating with the external programs.  Reported by
7813         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7814
7815 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7818
7819 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7820
7821         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7822         Make it more robust by parsing author and date independently.
7823
7824 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7827
7828 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7829
7830         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7831         first matching secret key.
7832         (mml2015-epg-encrypt): Ditto.
7833
7834         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7835         first matching secret key.
7836         (mml1991-epg-encrypt): Ditto.
7837
7838         * mml2015.el (mml2015-encrypt-to-self): New user option.
7839         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7840         mml2015-epg-encrypt-to-self is set.
7841
7842         * mml1991.el (mml1991-encrypt-to-self): New variable.
7843         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7844         mml1991-epg-encrypt-to-self is set.
7845
7846         * mml2015.el (mml2015-signers): New user option.
7847         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7848         (mml2015-epg-encrypt): Allow to select signing keys.
7849
7850         * mml1991.el (mml1991-signers): New variable.
7851         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7852         (mml1991-epg-encrypt): Allow to select signing keys.
7853
7854 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * nnheader.el (nnheader-insert-head): Make it work even if the file
7857         uses CRLF for the line-break code.
7858
7859 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7860
7861         * mml2015.el: Require mml-sec instead of password.
7862         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7863         (mml2015-cache-passphrase): Inherit the default value from
7864         mml-secure-cache-passphrase.
7865         (mml2015-passphrase-cache-expiry): Inherit the default value from
7866         mml-secure-passphrase-cache-expiry.
7867
7868         * mml1991.el: Require mml-sec instead of password.
7869         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7870         (mml1991-cache-passphrase): Inherit the default value from
7871         mml-secure-cache-passphrase.
7872         (mml1991-passphrase-cache-expiry): Inherit the default value from
7873         mml-secure-passphrase-cache-expiry.
7874
7875         * mml-sec.el: Require password.
7876         (mml-secure-verbose): New user option.
7877         (mml-secure-cache-passphrase): New user option.
7878         (mml-secure-passphrase-cache-expiry): New user option.
7879
7880 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7881
7882         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7883         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7884         andreas@altroot.de (Andreas Vögele).
7885
7886         FIXME: Use `tiny change'?
7887
7888 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7889
7890         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7891         workaround for the url package included with Emacs.
7892
7893         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7894
7895 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7898         correctly.  This fixes a bug caused by the 2006-05-12 change.
7899
7900 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7901
7902         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7903         some information about the error when saying that the `bogus' mail
7904         group will be used.
7905
7906 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7909         string.
7910
7911 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7912
7913         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7914
7915 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7916
7917         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7918
7919 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7920
7921         * mml1991.el (mml1991-function-alist): Add epg.
7922         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7923         (mml1991-epg-encrypt): New functions.
7924
7925 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7926
7927         * mml2015.el (mml2015-verbose): New variable.
7928         (mml2015-cache-passphrase): Ditto.
7929         (mml2015-passphrase-cache-expiry): Ditto.
7930         (mml2015-function-alist): Add epg.
7931         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7932         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7933         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7934         functions.
7935
7936 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7937
7938         * message.el (message-cite-original-1): Preserve region when removing
7939         quoted text due to X-No-Archive in order to avoid bogus attribution
7940         when citing multiple messages.
7941
7942 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7943
7944         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7945         Kenneth Jacker <khj@be.cs.appstate.edu>.
7946
7947 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * gnus-diary.el (gnus-user-format-function-d)
7950         (gnus-user-format-function-D): Autoload.
7951
7952         * imap.el (Commentary): Fix typo.
7953
7954         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7955         2006-04-22 contribution.
7956
7957 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7958
7959         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7960         It didn't really fix the bogosity I'm seeing with solid web groups.
7961
7962 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7963
7964         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7965         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7966         created using server names.  If we use the feature without declaring
7967         it, Gnus does not properly manage server and group state.
7968
7969         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7970         bound.
7971
7972 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7973
7974         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7975         looking up the method using GROUP's prefix before inventing a new one.
7976         It is used on killed/unknown groups in various places where returning
7977         an all-new method isn't expected by the caller.
7978
7979         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7980         and match semantics of gnus-group-real-prefix.
7981
7982 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * nnmail.el (nnmail-broken-references-mailers): New variable.
7985         (nnmail-ignore-broken-references): New function generalizing
7986         nnmail-fix-eudora-headers.
7987         (nnmail-fix-eudora-headers): Now obsolete.
7988
7989         * gnus-art.el (gnus-button-handle-custom): Support
7990         `customize-apropos*'.
7991
7992 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7995
7996         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7997         articles.
7998
7999 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * message.el (message-cite-reply-above): New variable.
8002         (message-yank-original): Use it.
8003
8004 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8007
8008 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8011         as read.
8012
8013         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8014
8015 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8018         (gnus-bookmark-default-file): Use gnus-directory.
8019         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8020         Remove "*" in doc string.
8021         (gnus-bookmark-write-file): Simplify.
8022         (gnus-bookmark-maybe-sort-alist): Use `when'.
8023         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8024         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8025         FIXME about Emacs 21 and XEmacs compatibility.
8026         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8027         compatibility.
8028         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8029         compatibility.
8030         (gnus-bookmark-menu-heading): Fix version.
8031
8032 2006-06-19  Bastien Guerry  <bzg@altern.org>
8033
8034         * gnus-bookmark.el: New file.
8035
8036 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * message.el (message-syntax-checks): Doc fix.
8039
8040 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8041
8042         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8043         unsubscribed groups as if they were killed ones.  It causes duplicate
8044         entries in gnus-newsrc-alist.
8045
8046 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * message.el (message-syntax-checks): Doc fix.
8049         (message-send-mail): Add check for continuation headers.
8050         (message-check-news-header-syntax): Fix regexp used to check for
8051         continuation headers.
8052
8053 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8056
8057 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8060
8061 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8064         default-truncate-lines.
8065
8066 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8069         to fill the utf-8 entry.
8070
8071         * lpath.el: Fbind unicode-precedence-list.
8072
8073 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8074
8075         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8076
8077 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8078
8079         * gnus-agent.el (directory-files-and-attributes): Move all the way
8080         forward (the third and final move).
8081         (gnus-agent-read-agentview): Trap reconstruction errors due to
8082         nonexistant directory.  Handle by returning nil.
8083
8084 2006-05-30  Didier Verna  <didier@xemacs.org>
8085
8086         * message.el (message-dont-reply-to-names): Update the custom type.
8087         * message.el (message-dont-reply-to-names): New defsubst: potentially
8088         convert a list of regexps into a single one.
8089         * message.el (message-get-reply-headers): Use it.
8090         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8091
8092 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-agent.el (directory-files-and-attributes): Move forward.
8095
8096 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * gnus-ml.el (gnus-mailing-list-subscribe)
8099         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8100         (gnus-mailing-list-message): Fix doc strings.
8101
8102 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8103
8104         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8105         of doing it manually.
8106
8107 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8110         comment.
8111
8112 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8113
8114         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8115         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8116         (gnus-agent-read-local): All symbols allocated in my-obarray.
8117         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8118         (gnus-agent-regenerate-group): Check numeric names to see if they are
8119         messages or groups.
8120         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8121         better way of do this...)
8122
8123         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8124         'dummy.group' (there should be a better way of do this...)
8125
8126 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8129         (gnus-saved-headers): Ditto.
8130         (gnus-default-article-saver): Mention functions may have properties.
8131         (gnus-article-save): Override gnus-save-all-headers and
8132         gnus-saved-headers by :headers property which saver function may have.
8133         (gnus-summary-save-in-file): Add :headers property.
8134         (gnus-summary-write-to-file): Ditto.
8135
8136         * gnus-sum.el (gnus-summary-save-article): Bind
8137         gnus-prompt-before-saving to t when saving many articles in a file;
8138         always show all headers.
8139
8140         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8141
8142 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8145         marks.
8146
8147         * message.el (message-indent-citation): Add optional arguments to allow
8148         using it outside of message buffers.
8149
8150         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8151         (gnus-article-treat-unfold-headers): Use it.
8152         (gnus-article-truncate-lines): New variable.
8153         (gnus-article-mode): Use it.
8154         (gnus-article-toggle-truncate-lines): New function.
8155
8156         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8157         gnus-article-toggle-truncate-lines.
8158
8159         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8160         coding system in XEmacs, use binary.
8161
8162 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8165         after-load-alist.
8166
8167         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8168         this function should save decoded articles.
8169         (gnus-summary-write-to-file): Use property to specify this function
8170         should save decoded articles and specify gnus-summary-save-in-file
8171         should be used to save articles other than the first one when saving
8172         many articles.
8173         (gnus-summary-save-body-in-file): Use property to specify this
8174         function should save decoded articles.
8175         (gnus-summary-write-body-to-file): Use property to specify this
8176         function should save decoded articles and specify
8177         gnus-summary-save-body-in-file should be used to save articles other
8178         than the first one when saving many articles.
8179
8180         * gnus-sum.el (gnus-summary-save-article): Simplify.
8181
8182 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-art.el (gnus-default-article-saver): Add
8185         gnus-summary-write-body-to-file.
8186         (gnus-article-save-coding-system): Don't use coding system object
8187         in XEmacs.
8188         (gnus-read-save-file-name): Add optional `dir-var' argument which
8189         specifies directory in which files are saved; work even if optional
8190         `variable' argument is not specified.
8191         (gnus-summary-write-to-file): Read file name.
8192         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8193         (gnus-summary-write-body-to-file): New function.
8194
8195         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8196         (gnus-summary-local-variables): Add it.
8197         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8198         (gnus-summary-save-article): Remove optional `decode' argument;
8199         determine whether to decode articles by the value of
8200         gnus-default-article-saver; when saving many files using
8201         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8202         it first and use gnus-summary-save-in-file or
8203         gnus-summary-save-body-in-file thereafter unless
8204         gnus-prompt-before-saving is always; move point to article which
8205         will be saved.
8206         (gnus-summary-save-article-file): Revert.
8207         (gnus-summary-write-article-file): Revert.
8208         (gnus-summary-save-article-body-file): Revert.
8209         (gnus-summary-write-article-body-file): New function.
8210
8211 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-art.el (gnus-default-article-saver): Doc fix.
8214         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8215         from gnus-summary-save-article-coding-system, and default to a
8216         certain coding system.
8217         (gnus-output-to-file): Add coding cookie and encode text according
8218         to gnus-article-save-coding-system; don't use mm-append-to-file.
8219
8220         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8221         gnus-art.el and rename to gnus-article-save-coding-system.
8222         (gnus-summary-save-article): Require gnus-art; don't show all
8223         headers if it decodes articles; don't add coding cookie here;
8224         don't bind mm-text-coding-system-for-write.
8225         (gnus-summary-save-article-file): Save decoded articles.
8226         (gnus-summary-write-article-file): When saving many files, use
8227         gnus-summary-write-to-file first and gnus-summary-save-in-file
8228         thereafter unless gnus-prompt-before-saving is always.
8229         (gnus-summary-save-article-body-file): Save decoded articles.
8230
8231         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8232
8233 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * nnrss.el (nnrss-check-group): Bind hash-index.
8236
8237 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8238
8239         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8240         its hash index.  Store this hash in `nnrss-group-data'.
8241         (nnrss-read-group-data): Update accordingly.
8242
8243 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8246         entry.
8247
8248         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8249         gnus-article-browse-html-article.
8250
8251 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8252
8253         * gnus-sum.el (gnus-summary-mime-map): Add
8254         gnus-article-browse-html-article.
8255
8256         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8257
8258 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8261         suitable coding systems in customize.
8262
8263 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * mail-source.el (mail-sources): Fix custom type.
8266
8267 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8270         (gnus-summary-expire-articles-now): Shorten prompt.
8271
8272         * gmm-utils.el (wid-edit): Require.
8273         (defun-gmm): Renamed from `gmm-defun-compat'.
8274         (gmm-image-search-load-path): Use it.
8275         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8276
8277 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8280         variable.
8281         (gnus-summary-save-article): Add optional `decode' argument.  If
8282         it is set and gnus-summary-save-article-coding-system is non-nil,
8283         save decoded article.
8284         (gnus-summary-write-article-file): Save decoded article if
8285         gnus-summary-save-article-coding-system is non-nil.
8286
8287         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8288         type.
8289
8290 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8293
8294 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8297         first to test gnus-single-article-buffer which may be buffer-local.
8298
8299         * gnus-sum.el (gnus-summary-setup-buffer): Make
8300         gnus-single-article-buffer buffer-local and nil in ephemeral
8301         group; make gnus-article-buffer, gnus-article-current, and
8302         gnus-original-article-buffer always buffer-local.
8303         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8304         group.
8305         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8306
8307 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * nnml.el (nnml-request-compact-group): Compressed files might not
8310         have .gz extension.
8311
8312 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8313
8314         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8315         (mm-copy-to-buffer): Use with-current-buffer.
8316         (mm-display-part): Simplify.
8317         (mm-inlinable-p): Add optional arg `type'.
8318
8319 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8320
8321         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8322         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8323         Try harder to show the attachment internally or externally using
8324         gnus-mime-view-part-as-type.
8325
8326 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * message.el (message-from-style, message-signature-separator)
8329         (message-user-organization-file, message-send-mail-function)
8330         (message-citation-line-function, message-yank-prefix)
8331         (message-indent-citation-function, message-signature)
8332         (message-signature-file, message-signature-insert-empty-line):
8333         Remove autoloads.
8334
8335         * gnus-art.el (gnus-buttonized-mime-types): Remove
8336         "multipart/signed".  Revert 2006-04-26 change.
8337
8338 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * gnus.el (gnus-version-number): Bump version.
8341
8342 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8343
8344         * gnus.el: No Gnus v0.5 is released.
8345
8346 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8347
8348         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8349         fetching articles by message-id.
8350
8351 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8352
8353         * message.el (hashcash): Require hashcash as normal.
8354
8355         * ecomplete.el (ecomplete-highlight-match-line): Use
8356         point-at-eol.
8357         (ecomplete-highlight-match-line): Use `highlight', because that
8358         face exists in both Emacs and XEmacs.
8359
8360         * message.el (message-display-abbrev): Use point-at-bol.
8361
8362         * mail-source.el: Don't require timer/timer-funcs.
8363
8364         * gnus-async.el: Ditto.
8365
8366         * password.el: Ditto.
8367
8368         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8369
8370         * mm-url.el: Ditto.
8371
8372         * gnus-xmas.el: Don't require timer-funcs.
8373
8374         * mm-util.el: Require timer/timer-funcs.
8375
8376 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8377
8378         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8379         Close.
8380
8381 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8384         unibyte after clear-decrypt function runs.
8385
8386         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8387         returns as a unibyte string.
8388
8389 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * lpath.el: Revert.
8392
8393         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8394         (pgg-gpg-process-sentinel): Revert.
8395
8396         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8397         (pgg-pgp-lookup-key): Revert.
8398
8399         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8400         (pgg-pgp5-lookup-key): Revert.
8401
8402         * pgg.el (pgg-fetch-key): Revert.
8403
8404 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * lpath.el: Fbind string-as-multibyte for XEmacs.
8407
8408         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8409         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8410         (mml1991-pgg-encrypt): Ditto.
8411
8412         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8413         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8414         a multibyte buffer.
8415
8416         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8417         (pgg-pgp-lookup-key): Ditto.
8418
8419         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8420         (pgg-pgp5-lookup-key): Ditto.
8421
8422         * pgg.el (pgg-fetch-key): Ditto.
8423
8424 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * message.el (message-user-organization-file): Check several
8427         locations of the organization file.
8428
8429         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8430         Add gnus-article-view-part-as-type.
8431
8432         * gnus-art.el (gnus-article-view-part-as-type): New function.
8433
8434         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8435         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8436
8437         * mml.el: Simplify autoload.
8438         (mml-mode): defvar dnd-protocol-alist instead of using
8439         symbol-value.
8440         (mml-default-directory): New variable.
8441         (mml-minibuffer-read-file): Use it.
8442         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8443
8444         * message.el (message-citation-line-format): New variable.
8445         (message-insert-formated-citation-line): New function.
8446         (message-citation-line-function): Add
8447         `message-insert-formated-citation-line' to custom type.
8448
8449         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8450         to doc string.
8451
8452         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8453         depending on mm-verify-option.
8454
8455 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8458         binding pgg-* variables; reimplement the section which prevents
8459         MIME header from being signed.
8460         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8461         pgg-text-mode; remove a blank line at the top of body.
8462
8463         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8464         lines at the top of body; use gnus-newsgroup-charset if there's no
8465         Charset header.
8466
8467 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * message.el (message-self-insert-commands): Doc fix.
8470
8471         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8472         (mm-uu-pgp-encrypted-test): Ditto.
8473         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8474         between header and body; return application/pgp-encrypted handle
8475         if decryption failed; decode decrypted body by charset.
8476
8477         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8478         element match to application/pgp-*.
8479
8480 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8481
8482         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8483         HTML.
8484
8485 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8486
8487         * mail-source.el (mail-source-call-script): Message the error
8488         string.
8489
8490 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * gnus-util.el (gnus-byte-compile): Use it.
8493
8494 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8495
8496         * gnus-util.el (kill-empty-logs): New function.
8497
8498 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499
8500         * message.el (message-mail-alias-type): Doc fix.
8501         (message-mail-alias-type-p): New function.
8502         (message-send): Use it.
8503         (message-mode): Ditto.
8504         (message-strip-forbidden-properties): Ditto.
8505
8506         * ecomplete.el (ecomplete-database-file-coding-system): New
8507         variable.
8508         (ecomplete-save): Use it.
8509         (ecomplete-setup): Use it.
8510
8511 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * message.el (message-self-insert-commands): New variable.
8514         (message-strip-forbidden-properties): Use it.
8515
8516 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8519         that doesn't make XEmacs choke.
8520
8521 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8522
8523         * gnus-util.el (gnus-replace-in-string):
8524         Prefer replace-regexp-in-string over of replace-in-string.
8525
8526 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-util.el (gnus-select-frame-set-input-focus):
8529         Use select-frame-set-input-focus if it is available in XEmacs; use
8530         definition defined in Emacs 22 for old Emacsen.
8531
8532         * dgnushack.el: Autoload unmorse-region for XEmacs.
8533
8534         * lpath.el: Bind cursor-in-non-selected-windows and
8535         select-frame-set-input-focus for XEmacs.
8536
8537 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8540
8541 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8542
8543         * gnus-registry.el (gnus-registry-cache-save): Remove text
8544         properties when saving via the temp buffer.
8545
8546 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * message.el (message-generate-hashcash): Honor custom type.
8549
8550 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * message.el (message-generate-hashcash): Default to non-nil when
8553         hashcash is found.
8554
8555         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8556         (gnus-refer-thread-limit): Increase default to 500.
8557
8558         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8559
8560         * flow-fill.el (fill-flowed): Allow delete-space.
8561
8562 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8565         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8566         Remove autoloads.
8567
8568 2006-04-18  Simon Josefsson  <jas@extundo.com>
8569
8570         * message.el (message-generate-hashcash): Default to.
8571
8572 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8575         concatenating segments rather than before concatenating them.
8576
8577 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8580
8581 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8584
8585         * message.el (message-forward-make-body-plain): Allow
8586         message-forward-ignored-headers to be a list.
8587         (message-remove-ignored-headers): Factor out into function.
8588         (message-forward-make-body-mml): Use it.
8589
8590         * imap.el (imap-quote-specials): New function.
8591         (imap-login-auth): Quote specials.
8592
8593         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8594         (rfc2231-parse-string): Allow concatanation of parameters that
8595         aren't contiguous.  The test case is
8596           (mail-header-parse-content-type "message/external-body;
8597             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8598             access-type=LOCAL-FILE;
8599             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8600
8601 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8602
8603         * nntp.el (nntp-accept-process-output): Return the value of
8604         `nnheader-accept-process-output'.
8605
8606 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8609         (gnus-button-alist): Recognize more diff formats.
8610         (gnus-button-patch): Strip directory.
8611
8612 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8615         Emacs 22 when setting focus.
8616
8617 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * gnus-art.el (gnus-article-treat-types): Do treatment of
8620         text/x-verbatim parts.
8621         (gnus-button-patch): New command.
8622
8623         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8624         addresses that contain invalid characters.
8625
8626 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8627
8628         * message.el (message-put-addresses-in-ecomplete): Use
8629         gnus-replace-in-string.
8630         (message-is-yours-p): Use the more correct
8631         mail-header-parse-address instead of
8632         mail-extract-address-components.
8633         (message-put-addresses-in-ecomplete): Fix typo.
8634
8635         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8636         keystroke.
8637
8638         * gnus-art.el (gnus-treatment-function-alist): Change order of
8639         newsgroups/generic header folding to avoid double-folding.
8640
8641         * message.el (message-hidden-headers): Add X-Draft-From.
8642
8643         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8644         command.
8645         (gnus-summary-repeat-search-article-backward): New command.
8646
8647         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8648         groups in the parent topic.
8649
8650 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8651
8652         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8653         (spam-extra-header-to-number): Return the CRM114 number as a
8654         number instead of a string.
8655
8656 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657
8658         * gnus-art.el (gnus-face-properties-alist): Moved here from
8659         gnus-fun.
8660
8661         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8662
8663 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * message.el (message-strip-forbidden-properties): Only display on
8666         self-insert-command.
8667
8668         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8669         reindent.
8670         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8671
8672 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8673
8674         * smiley.el (smiley-style): Fix typo.
8675
8676 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * hashcash.el (hashcash-insert-payment-async-2): Use
8679         message-goto-eoh instead of doing it manually.
8680         (mail-add-payment): Use message-narrow-to-header instead of trying
8681         to do the same itself.
8682
8683         * message.el (message-hidden-headers): Add Face.
8684
8685         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8686         reparenting code.
8687         (gnus-summary-reparent-children): Refactored out code.
8688         (gnus-summary-thread-map): New keystroke.
8689         (gnus-summary-reparent-children): Make into command.
8690
8691         * smiley.el (smiley-style): Default to `medium' if using a large
8692         font.
8693
8694         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8695         does it itself.
8696
8697         * message.el (message-point-in-header-p): Simplify definition.
8698
8699 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * nnagent.el (nnagent-request-set-mark): Silence log file
8702         writing.
8703         (nnagent-request-set-mark): Use write-region instead of
8704         append-to-file.
8705
8706         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8707         strange select method.
8708
8709         * ecomplete.el (ecomplete-display-matches): Get highlightling
8710         right.
8711         (ecomplete-display-matches): Use literals.
8712         (ecomplete-display-matches): Disable message logging.
8713
8714         * message.el (message-display-abbrev): Small optimization.
8715
8716         * ecomplete.el (ecomplete-display-matches): Allow automatic
8717         display.
8718
8719         * message.el (message-strip-forbidden-properties): Display
8720         abbrevs.
8721         (message-display-abbrev): Get automatic display right.
8722
8723         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8724         keystrokes.
8725
8726 2006-04-13  Romain Francoise  <romain@orebokech.com>
8727
8728         TODO: Backport to v5-10!
8729
8730         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8731         Moved here (and renamed) from gnus-registry.el.
8732
8733         * gnus-registry.el: Require gnus-util.
8734         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8735
8736 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * gnus-group.el (gnus-group-catchup-current): Change
8739         if-then-else-if-then-else into cond.
8740         (gnus-group-catchup): Indent.
8741         (group-name-at-point): New function.
8742         (gnus-fetch-group): Provide default from thing at point.
8743
8744 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * message.el (message-display-abbrev): Fix regexp.
8747
8748         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8749         choosing.
8750         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8751         dead variables.
8752
8753         * message.el (message-newline-and-indent): Remove debugging.
8754         (message-display-abbrev): Use new implementation.
8755
8756 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         * gnus-art.el (gnus-article-mode): Set
8759         cursor-in-non-selected-windows to nil.
8760
8761         * smiley.el: Revert previous change.
8762         (smiley-data-directory): defvar it before using it in the
8763         defcustom of `smiley-style'.
8764
8765 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8766
8767         * message.el (message-newline-and-indent): New function.
8768
8769         * ecomplete.el: Implement more bits.
8770
8771         * message.el (message-put-addresses-in-ecomplete): Clean up the
8772         string.
8773
8774         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8775
8776         * gnus-sum.el (gnus-summary-save-parts): Bind
8777         gnus-summary-save-parts-counter and use it to make unique file
8778         names.
8779
8780         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8781
8782         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8783         parameter to say whether to actually parse the individual
8784         addresses.
8785
8786         * message.el (message-put-addresses-in-ecomplete): New function.
8787         (ecomplete): Require.
8788         (message-mail-alias-type): Add ecomplete as an option.
8789
8790 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8791
8792         * flow-fill.el (fill-flowed): Remove trailing space from blank
8793         quoted lines.
8794
8795 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * smiley.el (smiley-style): Move definition later to avoid a
8798         compilation warning.
8799
8800 2006-04-12  Kenichi Handa  <handa@m17n.org>
8801
8802         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8803         buffer and then decode the buffer text if necessary.
8804         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8805         first, and after mm-encode-body, change the buffer to unibyte.
8806         Use mm-disable-multibyte instead of set-buffer-multibyte.
8807
8808 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8811         Content-Type header instead of Content-Disposition header.
8812         (gnus-mime-inline-part): Ditto.
8813         (gnus-mime-view-part-as-charset): Ignore charset that the part
8814         specifies.
8815
8816         * mm-decode.el (mm-display-part): Work with external parts and
8817         usual parts similarly.
8818
8819         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8820         instead of gnus-display-mime.
8821
8822         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8823         instead of with-temp-buffer.
8824
8825         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8826         tag to summarized topics part in order to encode non-ASCII text.
8827
8828 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * smiley.el (smiley-style): New variable.
8831         (smiley-directory): New function.
8832         (smiley-data-directory): Derive from `smiley-style' using
8833         `smiley-directory'.
8834         (smiley-regexp-alist): Add new entries.
8835
8836         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8837         (gnus-article-browse-delete-temp): Add :version.
8838
8839 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8840
8841         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8842         the sieve region.
8843
8844 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845
8846         * gnus.el (gnus-version-number): Bump version.
8847
8848 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus.el: No Gnus v0.4 is released.
8851
8852 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8855         layout.
8856
8857         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8858         unknown charset.
8859
8860         * message.el (message-header-synonyms): Add Original-To to the
8861         default.
8862
8863         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8864         optional parameter.
8865
8866 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * gnus-fun.el (gnus): Require it for gnus-directory.
8869
8870 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8873
8874 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8875
8876         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8877
8878 2006-04-05  Simon Josefsson  <jas@extundo.com>
8879
8880         * password.el (password-reset): New function.
8881
8882 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8883
8884         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8885         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8886
8887 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8888
8889         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8890         Some whitespace was matched into the url, which broke browsing hits
8891         > 100 when mm-url-use-external was nil.
8892
8893 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8896         gnus-extra-headers for 'Newsgroups.
8897
8898         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8899         bound.
8900
8901 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8902
8903         * pgg-gpg.el: Clean up process buffers every time gpg processes
8904         complete.
8905
8906 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8909         doc string.
8910
8911 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8912
8913         * pgg-gpg.el (pgg-gpg-process-filter)
8914         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8915
8916         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8917         lines, temporary fix.
8918
8919 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8922
8923 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8924
8925         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8926         default-enable-multibyte-characters.  This reverts the change from
8927         revision 6.17 which is no longer necessary because the passphrase
8928         is sent separately now.  GnuPG messages are unreadable under
8929         multibyte locales with default-enable-multibyte-characters set to
8930         nil.
8931
8932 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * message.el (message-tool-bar-gnome): Move "spell".
8935
8936 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8939         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8940         instead.
8941
8942 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8943
8944         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8945         newsgroups handling for NNTP overviews which don't include
8946         Newsgroups.
8947
8948 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8949
8950         * message.el (message-resend): Bind message-generate-hashcash to nil.
8951
8952 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8953
8954         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8955         when searching for already-paid recipients.
8956
8957 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8958
8959         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8960         passphrases when it is not needed.
8961         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8962         passphrase stuff from gpg, should only be necessary when you use
8963         gpg with a smartcard.
8964
8965 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * mml.el (mml-insert-mime): Ignore cached contents of
8968         message/external-body part.
8969
8970         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8971         (mm-insert-part): Ditto.
8972
8973 2006-03-23  Simon Josefsson  <jas@extundo.com>
8974
8975         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8976         Reiner.
8977         (pgg-gpg-use-agent-p): Use it again.
8978
8979 2006-03-23  Simon Josefsson  <jas@extundo.com>
8980
8981         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8982         older emacsen.
8983         (pgg-gpg-use-agent-p): Don't use it.
8984
8985 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8988         if we can.
8989
8990 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8991
8992         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8993         (pgg-gpg-update-agent): New function.
8994         (pgg-gpg-use-agent-p): New function.
8995         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8996         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8997         (pgg-gpg-sign-region): Use it.
8998
8999 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9002         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9003
9004 2006-03-21  Simon Josefsson  <jas@extundo.com>
9005
9006         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9007         <wilde@sha-bang.de>.
9008         (pgg-gpg-use-agent): New variable.
9009         (pgg-gpg-process-region): Use it.
9010         (pgg-gpg-encrypt-region): Likewise.
9011         (pgg-gpg-encrypt-symmetric-region): Likewise.
9012         (pgg-gpg-decrypt-region): Likewise.
9013         (pgg-gpg-sign-region): Likewise.
9014         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9015
9016 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9019
9020         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9021         Add comment on version.
9022
9023 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * smiley.el: Add missing test smiley.
9026
9027 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * mm-decode.el (mm-with-part): New macro.
9030         (mm-get-part): Use it; work with message/external-body as well.
9031         (mm-save-part): Treat name and filename equally.
9032
9033         * mm-extern.el (mm-extern-cache-contents): New function.
9034         (mm-inline-external-body): Use it; force the part to be displayed;
9035         move undisplayer added to the cached handle to the parent.
9036
9037         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9038         (gnus-mime-view-part-as-type): Work with message/external-body.
9039
9040         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9041
9042 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9045         images in image-load-path.  [Sync with image.el, revision 1.60, in
9046         Emacs.]
9047
9048 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9051         path rather than symbol.  Always return list of directories.
9052         Guarantee that image directory comes first.  [Sync with image.el,
9053         revision 1.59, in Emacs.]
9054
9055         * message.el (message-make-tool-bar): Adjust to new API of
9056         `gmm-image-load-path-for-library'.
9057
9058         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9059
9060         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9061
9062 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9063
9064         * gnus-art.el (gnus-article-only-boring-p):
9065         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9066         intangible text.
9067         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9068
9069 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9072         `defun' instead of `gmm-defun-compat'.
9073
9074 2006-03-14  Simon Josefsson  <jas@extundo.com>
9075
9076         * message.el (message-unique-id): Don't use message-number-base36
9077         if (user-uid) is a float.
9078         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9079
9080 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9083
9084         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9085         empty line between a part and a message part.
9086
9087 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * smiley.el: Add more test smileys.
9090         (smiley-data-directory, smiley-regexp-alist)
9091         (gnus-smiley-file-types): Fix doc strings.
9092         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9093         adding new elements.
9094         (smiley-mouse-map): Unused code.  Make it a comment.
9095
9096 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9099         scan latest NoCeM messages instead of old ones.
9100         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9101         delimiters that are recently used.
9102         (gnus-nocem-load-cache): Add autoload cookie.
9103
9104         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9105
9106         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9107         level which is larger than gnus-use-nocem is specified.
9108
9109         * gnus-group.el (gnus-group-get-new-news): Ditto.
9110
9111 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * gnus-util.el (gnus-tool-bar-update): New function.
9114
9115         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9116         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9117
9118         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9119
9120         * gnus-group.el (gnus-group-redraw-when-idle)
9121         (gnus-group-redraw-check): Remove.
9122         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9123
9124 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9127         if optional last element is specified in splits (FIELD VALUE...).
9128
9129 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9132         to gmm-image-load-path-for-library.  Call with no-error argument.
9133         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9134
9135         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9136
9137         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9138
9139         * gmm-utils.el (gmm-image-load-path): Remove alias.
9140
9141 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gmm-utils.el (gmm-image-load-path): Add alias.
9144
9145         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9146         nnml-generate-nov-databases-1.
9147         (nnml-generate-nov-databases): Use it.
9148         (nnml-generate-nov-databases-directory): Document no-active
9149         argument.
9150
9151         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9152         directory if path is t.  Add no-error.
9153
9154         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9155         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9156
9157         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9158         resetting gnus-article-browse-html-temp-list.
9159
9160         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9161         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9162         Add example to docstring.  Rename local variables.  Move error
9163         checks to default case in cond and simplify.
9164
9165 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9168         handle is multipart when calling it recursively.
9169         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9170
9171 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9172
9173         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9174         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9175
9176 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9179         is loaded.
9180
9181         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9182         loaded.
9183
9184 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9187         to "Emacs 23 (unicode)" in doc string.
9188
9189         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9190         "Emacs 23 (unicode)" in comment.
9191
9192 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9195
9196         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9197         characters 160 through 255 in Emacs 23.
9198
9199 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9202         gnus-article-browse-html-temp.
9203         (gnus-article-browse-delete-temp): Make it customizable.  Add
9204         `file'.  Adjust doc string.
9205         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9206         query for each file.  Adjust doc string.
9207         (gnus-article-browse-html-parts): Add
9208         `gnus-article-browse-delete-temp-files' to
9209         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9210
9211 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9212
9213         * gnus-art.el (gnus-article-browse-html-temp)
9214         (gnus-article-browse-delete-temp): New variables.
9215         (gnus-article-browse-delete-temp-files): New function.
9216         (gnus-article-browse-html-parts): Use it.
9217
9218 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9221
9222         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9223         string.
9224
9225         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9226         gnus-summary-insert-new-articles when unplugged.  Remove
9227         gnus-summary-search-article-forward.
9228
9229         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9230         display-visual-class instead of display-color-cells.
9231
9232 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * dgnushack.el: Autoload customize-group for XEmacs.
9235
9236         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9237         message/* containing non-ASCII text properly.
9238
9239 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * message.el: Require gmm-utils, remove autoloads.
9242         (message-tool-bar): Set default based on
9243         gmm-tool-bar-style.
9244         (message-tool-bar-gnome): Add gmm-customize-mode.
9245
9246         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9247         gmm-tool-bar-style.
9248         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9249
9250         * gnus-group.el (gnus-group-tool-bar): Set default based on
9251         gmm-tool-bar-style.
9252         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9253
9254         * gmm-utils.el (gmm-image-directory): Rename variable from
9255         gmm-image-load-path.
9256         (gmm-image-load-path): Use gmm-image-directory.
9257         (gmm-customize-mode): New function.
9258         (gmm-tool-bar-style): New variable.
9259
9260         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9261         gnus-group-redraw-line-number.
9262         (gnus-group-redraw-check): Simplify.
9263         (gnus-group-tool-bar-update): Remove redraw check.
9264         (gnus-group-make-tool-bar): Add redraw check.
9265
9266 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9267
9268         * gnus-art.el (gnus-button): Add missing parentheses.
9269
9270 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * lpath.el: Fbind line-number-at-pos.
9273
9274 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9277
9278 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9279
9280         * gnus-art.el (gnus-button): New face.
9281         (gnus-article-button-face): Use it.
9282
9283         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9284         gnus-summary-next-page.  Re-order.
9285
9286         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9287         next-node are now included.
9288         (gnus-group-redraw-line-number): New internal variable.
9289         (gnus-group-redraw-check): Helper function for updating the tool
9290         bar.
9291         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9292
9293         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9294
9295         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9296         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9297         Use it to match format of Spamassassin 3.0 and later.  Reported by
9298         IRIE Tetsuya <irie@t.email.ne.jp>.
9299         (spam-check-bogofilter)
9300         (spam-bogofilter-register-with-bogofilter): Fix args of
9301         `gnus-error' calls.
9302
9303 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9306         unnecessary interaction when sending queued mails.  Reported by
9307         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9308
9309 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9312         first or last are nil.
9313
9314 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9315
9316         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9317
9318 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9321
9322 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * dns.el (query-dns): Protect more against buggy tcp output.
9325
9326 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9329         nov.php.
9330
9331 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9332
9333         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9334         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9335         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9336         output on the server side.
9337         (nnweb-google-create-mapping): Update regexps and add some
9338         progress indication.
9339
9340 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9343         gnus-agent-toggle-plugged.  Re-order icons.
9344         (gnus-group-tool-bar-gnome): Add
9345         gnus-group-{prev,next}-unread-group.
9346         (gnus-group-tool-bar-gnome): Re-order icons.
9347
9348         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9349         gnus-summary-insert-new-articles.
9350
9351         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9352         comments.
9353
9354         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9355         also available in Emacs 21.3.
9356
9357         * message.el (message-fix-before-sending): Change "Emacs 22" to
9358         "Emacs 23 (unicode)" in comment.
9359
9360         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9361         "Emacs 23 (unicode)" in comment.
9362
9363         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9364         comment.
9365         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9366
9367         * mm-view.el (mm-fill-flowed): Add :version.
9368
9369 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9372         and load-path.
9373
9374 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * message.el: Autoload gmm-image-load-path.
9377         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9378         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9379         consitency.
9380
9381         * gmm-utils.el (gmm-image-load-path): Also search in
9382         "../etc/images".  Don't set gmm-image-load-path if we don't find
9383         the image.
9384
9385 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gmm-utils.el (gmm-image-load-path): Don't make
9388         `gmm-image-load-path' include subdirectories which the second arg
9389         `image' might specify.
9390
9391         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9392         subdirectory to icon file names.
9393
9394         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9395
9396 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9399         gmm-image-load-path calls.
9400
9401         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9402
9403         * message.el (message-make-tool-bar): Ditto.
9404
9405         * mml.el (mml-preview): Added comment concerning tool bar icons.
9406
9407         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9408         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9409
9410         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9411         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9412
9413         * message.el (message-tool-bar-gnome): Use new icon names.
9414         (message-make-tool-bar): Use `gmm-image-load-path'.
9415
9416         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9417         functions from MH-E.
9418         (gmm-image-load-path): New variable from MH-E.
9419         (gmm-image-load-path): New function from MH-E.  Added arguments
9420         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9421         *-image-load-path-called-flag.
9422
9423 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9424
9425         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9426
9427 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9428
9429         * nnimap.el (nnimap-request-move-article): Change folder back to
9430         source group before deleting.
9431
9432 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9435
9436         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9437         mm-url.
9438
9439         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9440
9441 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9444         coding system which mm-charset-to-coding-system returns for a
9445         given charset is valid.
9446
9447 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9448
9449         * html2text.el (html2text-remove-tag-list):
9450         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9451
9452 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9453
9454         * gnus-cus.el: Revert 2005-10-17 change.
9455
9456 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * gnus-art.el (article-strip-banner): Call
9459         article-really-strip-banner only when the regexp match is made.
9460
9461 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-art.el (article-strip-banner): Use
9464         gnus-extract-address-components instead of
9465         mail-header-parse-addresses to make it work with non-ASCII text;
9466         remove mail-encode-encoded-word-string.
9467
9468         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9469         values which are surrounded with \"...\"; make it never cause a
9470         Lisp error; give up parsing of parameters if it failed in
9471         extracting type.
9472
9473 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9474
9475         * smime.el (smime-cert-by-ldap-1): Fix bug where
9476         `smime-ldap-search' returns results without userCertificates.
9477
9478 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9481
9482 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * spam.el (spam-check-spamassassin-headers): Adapt format for
9485         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9486         <ari@mbf.ocn.ne.jp>.
9487         (spam-list-of-processors): Add spam-use-gmane.
9488
9489 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9492         make-temp-file; make it work with XEmacs as well.
9493
9494         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9495         mm-make-temp-file.
9496
9497         * mm-decode.el (mm-display-external): Use the 3rd arg of
9498         mm-make-temp-file.
9499         (mm-create-image-xemacs): Ditto.
9500
9501 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9504         with message-narrow-to-headers.
9505         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9506         (gnus-draft-check-draft-articles): New function.
9507         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9508
9509 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-art.el (gnus-article-browse-html-parts):
9512         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9513         Don't use suffix argument for mm-make-temp-file for Emacs 21
9514         compatibility.  Remove useless `format'.
9515
9516 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9517
9518         * nnweb.el (nnweb-google-wash-article): Update regexps.
9519         (nnweb-group-alist): Use defvoo instead of defvar.
9520
9521 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9524         re-loading nn* modules.
9525
9526 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9529         for `tool-bar-mode' and don't check it's default-value.
9530
9531         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9532
9533         * message.el (message-make-tool-bar): Ditto.
9534
9535         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9536         `substring'.  Shorten tmp-file name.
9537
9538         * gnus.el: Remove bogus comment.
9539
9540 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9541
9542         * gnus-art.el (gnus-article-browse-html-parts): New function.
9543         (gnus-article-browse-html-article): New function for viewing html
9544         articles with a browser.
9545
9546 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9547
9548         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9549         in elisp.
9550         (pgg-gpg-encrypt-symmetric-region): Ditto.
9551         (pgg-gpg-sign-region): Ditto.
9552
9553         * pgg-def.el (pgg-text-mode): New variable.
9554
9555         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9556         (mml2015-pgg-encrypt): Ditto.
9557
9558         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9559         (mml1991-pgg-encrypt): Ditto.
9560
9561 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9564         message-make-date instead of current-time-string.
9565
9566         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9567         to gnus-decoded which mm-uu might set.
9568
9569 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9572         don't decode quoted parameters; remove misimported Emacs code.
9573         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9574         (rfc2231-decode-encoded-string): Don't use split-string which
9575         behaves differently according to Emacs version; use
9576         mm-decode-coding-region to convert charset to coding-system.
9577         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9578         (rfc2231-encode-string): Remove misimported Emacs code.
9579
9580 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9583         when calling mail-header-parse-content-type.
9584         (article-de-quoted-unreadable): Ditto.
9585         (article-de-base64-unreadable): Ditto.
9586         (article-wash-html): Ditto.
9587
9588         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9589         calling mail-header-parse-content-type and
9590         mail-header-parse-content-disposition.
9591         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9592         mail-header-parse-content-type.
9593
9594         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9595         insert charset and format parameters; encode description after
9596         inserting it to buffer.
9597         (mml-insert-parameter): Fold lines properly even if a parameter is
9598         segmented into two or more lines; change the max column to 76.
9599
9600         * rfc1843.el (rfc1843-decode-article-body): Don't use
9601         ignore-errors when calling mail-header-parse-content-type.
9602
9603         * rfc2231.el (rfc2231-parse-string): Return at least type if
9604         possible; don't cause an error even if it fails in parsing of
9605         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9606         (rfc2231-encode-string): Don't break lines at the beginning, leave
9607         it to mml-insert-parameter.
9608
9609         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9610         calling mail-header-parse-content-type.
9611
9612 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * spam-report.el (spam-report-gmane-use-article-number):
9615         Improve doc string.
9616         (spam-report-gmane-internal): Check if a suitable header was found
9617         in the article.
9618
9619 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9622         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9623
9624 2006-02-05  Romain Francoise  <romain@orebokech.com>
9625
9626         Update copyright notices of all files in the gnus directory.
9627
9628 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9629
9630         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9631
9632 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9635         segmented lines of parameter value to cope with Thunderbird 1.5
9636         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9637         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9638         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9639
9640 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9641
9642         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9643         parts.
9644
9645 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9646
9647         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9648         there's only one active file for all servers.
9649         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9650         solid groups.  Gnus might have used a FAST request to select the group.
9651         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9652         and nnweb-search redundantly in the active file.
9653         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9654         (nnweb-request-create-group): Don't use ARGS.
9655         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9656         initialisations.  Let nnoo do the work.
9657
9658 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9661         Say the part has been decoded.
9662
9663         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9664
9665 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9666
9667         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9668         mailcap-viewer-test-cache when there's no 'test clause, since that
9669         will invert the meaning of a "nil" test previously determined by
9670         mailcap-mailcap-entry-passes-test.
9671
9672 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9675         compiling.
9676
9677         * gnus-sum.el: Ditto.
9678
9679         * message.el: Don't bind tool-bar-map when compiling.
9680
9681 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9684
9685 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9686
9687         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9688         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9689         current Google Groups.
9690
9691 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9694         and tool-bar-mode.
9695
9696         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9697         and tool-bar-mode.
9698
9699         * message.el (message-tool-bar-update): Simplify.
9700         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9701
9702         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9703         gnus-summary-buffer.
9704         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9705         gnus-summary-reply.
9706
9707         * gmm-utils.el (gmm): Add :version.
9708
9709 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * Makefile.in (clean): New rule.
9712         (distclean): Use it.
9713
9714 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9715
9716         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9717         autoload.
9718
9719 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gmm-utils.el (gmm-verbose): Add :group.
9722
9723 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * message.el: Change some comments WRT tool-bars.
9726
9727         * gnus-sum.el (gnus-summary-tool-bar)
9728         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9729         (gnus-summary-tool-bar-zap-list): New variables.
9730         (gnus-summary-make-tool-bar): Complete rewrite using
9731         `gmm-tool-bar-from-list'.
9732
9733         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9734         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9735         variables.
9736         (gnus-group-make-tool-bar): Complete rewrite using
9737         `gmm-tool-bar-from-list'.
9738         (gnus-group-tool-bar-update): New function.
9739
9740         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9741
9742 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9745         is dissected into a single part of which the type is the same as
9746         the given one; decode charset.
9747
9748 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9749
9750         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9751         into alists as symbol not string, since that's what
9752         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9753         look for.
9754
9755 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9758         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9759
9760         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9761
9762 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9765         (gnus-xmas-mime-security-button-menu): New function.
9766
9767         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9768         (gnus-mime-security-button-menu): New definition.
9769         (gnus-mime-security-button-map): Use them.
9770         (gnus-mime-security-button-menu): New function.
9771         (gnus-insert-mime-security-button): Addition to help echo.
9772         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9773         (gnus-mime-security-pipe-part): New functions.
9774
9775         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9776         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9777
9778         * mm-decode.el (mm-handle-set-disposition): Remove.
9779         (mm-handle-set-description): Remove.
9780
9781 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9784         (mm-w3m-standalone-supports-m17n-p): New function.
9785         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9786         w3m usage.
9787
9788         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9789         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9790
9791 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * message.el (message-tool-bar-zap-list): Use
9794         gmm-tool-bar-zap-list as custom type.
9795         (message-tool-bar-update): New function.
9796         (message-tool-bar, message-tool-bar-gnome)
9797         (message-tool-bar-retro): Add message-tool-bar-update.
9798         (message-tool-bar-gnome): Add flyspell-buffer.
9799
9800         * gnus-util.el (gnus-error): Describe `args'.
9801
9802         * gmm-utils.el (gmm-error): Describe `args'.
9803         (gmm-tool-bar-zap-list): New widget.
9804         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9805
9806 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9809         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9810         the number of recursive calls.
9811
9812         * mm-decode.el (mm-handle-set-disposition): New macro.
9813         (mm-handle-set-description): New macro.
9814
9815 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9818         encoding.
9819
9820 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * message.el (message-tool-bar-zap-list, message-tool-bar)
9823         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9824         (message-tool-bar-local-item-from-menu): Remove.
9825         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9826         (message-make-tool-bar): New function.
9827         (message-mode): Use `message-make-tool-bar'.
9828
9829         * gmm-utils.el: New file.
9830         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9831         (gmm-lazy): New widget copied from `nnmail.el'.
9832         (gmm-tool-bar-from-list): New function for creating customizable
9833         tool bars.
9834         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9835         output.
9836         (gmm): Add :prefix to defgroup.
9837
9838 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9839
9840         * gmm-utils.el (gmm-widget-p): New function.
9841
9842 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * mml.el (mml-attach-file): Describe `description' in doc string.
9845         (mml-menu): Add Emacs MIME manual and PGG manual.
9846
9847 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9848
9849         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9850
9851 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9852
9853         * nntp.el (nntp-end-of-line): Doc fix.
9854
9855 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9856
9857         * imap.el (imap-open): Handle case where buffer is a buffer
9858         object.
9859
9860 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9861
9862         * gnus-delay.el (gnus-delay): Don't autoload.
9863         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9864         to be re-loaded when customizing the `gnus-delay' group.
9865
9866 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9867
9868         * message.el (message-insert-citation-line): Use newlines.
9869
9870 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9871
9872         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9873         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9874         these routines, so the passphrase can be managed externally and
9875         passed in to the system.
9876         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9877         pgg-add-passphrase-to-cache function.
9878
9879         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9880         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9881         these routines, so the passphrase can be managed externally and
9882         passed in to the system.
9883         (pgg-pgp5-sign-region): Use new name of
9884         pgg-add-passphrase-to-cache function.
9885
9886 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9887
9888         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9889         part of the decoded armor to find the key-identifier.
9890         (pgg-gpg-lookup-key-owner): New function to return the
9891         human-readable identifier of a key owner.
9892         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9893         itself.
9894         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9895         the key value) if we have a key and can match it against a secret
9896         key.  Also, added a note pointing out fact that the prompt only
9897         indicates the first matching key.
9898
9899         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9900         pgg-decrypt-region.
9901         (pgg-add-passphrase-to-cache): Rename from
9902         `pgg-add-passphrase-cache' to reduce confusion (all callers
9903         changed).
9904         (pgg-remove-passphrase-from-cache): Rename from
9905         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9906         changed).
9907         (pgg-read-passphrase, pgg-add-passphrase-cache)
9908         (pgg-remove-passphrase-cache): Add informative docstrings.
9909         (pgg-decrypt): Convey provided passphrase in subordinate call to
9910         pgg-decrypt-region.
9911
9912 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9913
9914         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9915         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9916         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9917         'passphrase' argument, so the passphrase can be managed externally
9918         and then passed in to the system.
9919
9920         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9921         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9922         so the passphrase cache can be used reliably with identifiers
9923         besides a pgp packet's key id.
9924
9925         * pgg-gpg.el (pgg-gpg-encrypt-region)
9926         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9927         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9928         these routines, so the passphrase can be managed externally and
9929         passed in to the system.
9930
9931         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9932         'notruncate' argument, so the passphrase cache can be used
9933         reliably with identifiers besides a pgp packet's key id.
9934
9935 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9936
9937         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9938         symmetric encryption.
9939         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9940         encrypted session key.
9941         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9942         message ask for the passphrase in a proper way.
9943
9944         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9945         New user commands for symmetric encryption.
9946
9947 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9950
9951         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9952
9953 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9954
9955         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9956
9957 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * mm-decode.el (mm-inlined-types): Add application/pgp.
9960         (mm-automatic-display): Ditto.
9961
9962         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9963         part as text.
9964
9965 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * nnrss.el: Update copyright.
9968         (nnrss-opml-import): Query whether to subscribe to each entry.
9969
9970         * gnus-art.el:
9971         * gnus-sum.el:
9972         * gnus-xmas.el:
9973         * messagexmas.el:
9974         * mm-uu.el:
9975         * mm-view.el: Update copyright.
9976
9977 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * message.el (message-info): New function.
9980         (message-mode-menu): Add it.
9981         Update copyright.
9982
9983         * ChangeLog: Fix and update copyright.
9984
9985 2006-01-13  Romain Francoise  <romain@orebokech.com>
9986
9987         * message.el (message-forward-subject-name-subject): Prefer the
9988         address to 'nowhere' if the sender has no name.
9989         Fix typo.  Update copyright year.
9990
9991 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus-art.el (article-wash-html): Use
9994         gnus-summary-show-article-charset-alist if a numeric arg is given.
9995         (gnus-article-wash-html-with-w3m-standalone): New function.
9996
9997         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9998         mm-inline-text-html-render-with-w3m-standalone.
9999         (mm-text-html-washer-alist): Map w3m-standalone to
10000         gnus-article-wash-html-with-w3m-standalone.
10001         (mm-inline-text-html-render-with-w3m-standalone): New function.
10002
10003 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10006         Improve LaTeX.
10007
10008 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10011         (nnrss-request-article): Render text/plain parts as HTML.
10012
10013         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10014         the buffer.
10015
10016 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10019         custom definition of `gnus-posting-styles'.
10020
10021         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10022         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10023
10024 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10027         Use nntp for bug archive.
10028
10029 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10032         parts.
10033         (nnrss-normalize-date): New function converts ISO 8601 date into
10034         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10035         (nnrss-check-group): Use it.
10036
10037 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10040
10041         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10042         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10043         (nnrss-insert-w3): Ditto.
10044
10045 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10048         the articles to be forwarded including the case where neither a
10049         number of articles nor a region is specified.
10050
10051 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * nnrss.el (nnrss-request-article): Fix last change; fill
10054         text/plain parts.
10055
10056 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10059         in text/plain part.
10060         (nnrss-check-group): Don't add excessive newline to dc:subject.
10061
10062 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10063
10064         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10065         article.
10066
10067 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10070         (nnml-use-compressed-files, nnml-save-mail): Support other
10071         comression programs such as bzip2.
10072
10073 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10074
10075         * dns.el (query-dns): Make sure we check the buffer size before
10076         removing tcp headers.
10077
10078 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10081         remove MIME buttons associated with multipart/alternative parts.
10082         (gnus-mime-display-alternative): Tag buttons using `article-type'
10083         text property.
10084
10085         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10086         associated with multipart/alternative parts.
10087
10088         * gnus-art.el (gnus-signature-separator): Fix custom type.
10089
10090         * mm-decode.el (mm-inlined-types): Fix custom type.
10091         (mm-keep-viewer-alive-types): Ditto.
10092         (mm-automatic-display): Ditto.
10093         (mm-attachment-override-types): Ditto.
10094         (mm-inline-override-types): Ditto.
10095         (mm-automatic-external-display): Ditto.
10096
10097 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * spam-report.el (spam-report-user-mail-address)
10100         (spam-report-user-agent): New variables.
10101         (spam-report-url-ping-plain): Use spam-report-user-agent.
10102
10103 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10104
10105         * gnus-art.el (gnus-button-handle-custom): Do not just use
10106         `customize-apropos' for any "M-x customize-*" button but the
10107         function called for.  Accept both the function name and its
10108         argument in order to achieve this.
10109         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10110         function name to `gnus-button-handle-custom' in case of "M-x
10111         customize-*" buttons.
10112
10113 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10116         multipart/alternative and add xref to mm-discouraged-alternatives
10117         in doc string.
10118
10119         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10120         gnus-buttonized-mime-types in doc string.
10121
10122 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10125         Suggest image/.* in the doc string.
10126
10127 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10130         message-marks (Debian bug #342521).
10131
10132 2005-12-12  Simon Josefsson  <jas@extundo.com>
10133
10134         * password.el (password-read-from-cache): Add.
10135         (password-read): Use it.
10136
10137 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10140         us-ascii as a MIME charset.
10141
10142         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10143         against the case where the 2nd arg TYPE is nil.
10144
10145 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * pop3.el (pop3-stream-type): Fix custom version.
10148
10149         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10150
10151 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10152
10153         * mm-decode.el (mm-display-external): Add missing cdr.
10154
10155 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10158         RFC1524) if it is in mailcap or add a suffix according to
10159         mailcap-mime-extensions when generating a temp filename; postpone
10160         deleting a temp file for 2 seconds for some wrappers, shell
10161         scripts, and so on, which might exit right after having started a
10162         viewer command as a background job.
10163
10164 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         * nntp.el (nntp-marks-directory): Fix custom group.
10167
10168         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10169         steps when < 10.
10170
10171         * gnus-start.el (gnus-no-server-1): Mention
10172         `gnus-level-default-subscribed' in doc string.
10173
10174 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10175
10176         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10177         parens.
10178
10179 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-xmas.el (gnus-use-toolbar): Revert.
10182         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10183         gnus-use-toolbar is default.
10184
10185         * messagexmas.el (message-use-toolbar): Revert.
10186         (message-setup-toolbar): Use global default-toolbar if
10187         message-use-toolbar is default.
10188
10189 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10192         according to default-toolbar-visible-p.
10193
10194         * messagexmas.el (message-use-toolbar): Ditto.
10195
10196 2005-11-26  Dave Love  <fx@gnu.org>
10197
10198         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10199         (tls-program, tls-success): Provide openssl alternative.
10200
10201         * starttls.el: Doc fixes.
10202         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10203         SERVICE to PORT.
10204
10205         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10206         port null or service name.
10207         (starttls-negotiate): Autoload.
10208
10209 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * message.el (message-kill-to-signature): Fix interactive spec.
10212
10213 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * pop3.el (pop3-open-server): Recognize a string as a service name.
10216
10217 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10218
10219         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10220
10221 2005-11-23  Dave Love  <fx@gnu.org>
10222
10223         Add pop3s, pop3/starttls.
10224
10225         * pop3.el (pop3-authentication-scheme): Clarify doc.
10226         (open-tls-stream, starttls-open-stream): Autoload.
10227         (pop3-stream-type): New.
10228         (pop3-open-server): Use it.
10229
10230         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10231         for POP.
10232         (mail-source-keyword-map): Add :stream for POP.
10233         (mail-source-fetch-pop): Use pop3-stream-type.
10234
10235 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10238         of current-time-string.
10239
10240 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10241
10242         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10243         date header.
10244
10245 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10246
10247         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10248         it can seriously impact performance as it bypasses the agent's
10249         local caches.
10250
10251 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10252
10253         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10254         must be explicitly online rather than "not explicitly offline" for
10255         its flags to be synchronized.
10256
10257         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10258         that gnus-uu-unmark-thread will function correctly.
10259
10260         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10261         1024K is instead displayed as 1M.
10262
10263 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10264
10265         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10266
10267 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10268
10269         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10270
10271 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10272
10273         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10274         error message to display actual error condition.
10275         (gnus-agent-save-local): Avoid saving symbols that are bound to
10276         nil as they simply result in a warning message in
10277         gnus-agent-read-local.
10278
10279 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10282         rather than make-variable-buffer-local for file-precious-flag.
10283
10284 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10285
10286         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10287         for duplicates which are removed.  The invalid sort check then
10288         triggers a rescan after the sort as sorting may have moved
10289         duplicate entries such that they can be cheaply detected.
10290
10291 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10294
10295 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10296
10297         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10298         internal variable to a custom variable.  Changed default value
10299         from compressed(2) to uncompressed(1).
10300         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10301         support for uncompressed agentview files.  Taken together, reading
10302         the agentview file should now be 6-7 times faster.
10303
10304 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10305
10306         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10307         as a buffer-local variable.  This avoids creating truncated
10308         dribble files as a result of a hang up, eg.
10309
10310 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10311
10312         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10313         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10314         XEmacs.
10315
10316 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * gnus-start.el (gnus-start-draft-setup): Enforce
10319         `gnus-draft-mode' for nndraft:drafts at startup.
10320
10321         * gnus.el (gnus-splash): Change custom group.
10322         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10323         allow-list argument.
10324
10325         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10326         string.
10327
10328 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-art.el (gnus-default-article-saver): Add user-defined
10331         `function' to custom type.
10332
10333 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10334
10335         * imap.el (imap-open): Handle case where buffer is a buffer
10336         object.
10337
10338 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10339
10340         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10341         long lines.
10342         (gnus-cache-delete-group): Wrap doc strings.
10343
10344         * gnus-agent.el (gnus-agent-rename-group)
10345         (gnus-agent-delete-group): Wrap doc strings.
10346
10347 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * messagexmas.el (message-use-toolbar): Change the valid values
10350         into default, top, bottom, left, and right.
10351         (message-toolbar-thickness): New variable.
10352         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10353         well.
10354         (message-setup-toolbar): Make it work.
10355
10356         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10357         (gnus-use-toolbar): Change the valid values into default, top,
10358         bottom, left, and right.
10359         (gnus-toolbar-thickness): New variable.
10360         (gnus-xmas-setup-toolbar): New function.
10361         (gnus-xmas-setup-group-toolbar): Use it.
10362         (gnus-xmas-setup-summary-toolbar): Use it.
10363
10364 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10365
10366         * gnus-start.el (gnus-1): Add "native" to
10367         gnus-predefined-server-alist.
10368
10369         * gnus.el (gnus-method-to-server): Don't add "native" to the
10370         lists here, because that leads to problems when
10371         gnus-select-method is bound.
10372
10373 2005-11-09  Simon Josefsson  <jas@extundo.com>
10374
10375         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10376         use (not sort-by-date) instead.
10377
10378 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10379
10380         * gnus-delay.el (gnus-delay-group): Don't autoload.
10381         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10382         to be re-loaded when customizing the `gnus-delay' group.
10383
10384 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10385
10386         * message.el: Revert last changes.
10387         (message-insert-citation-line): Use newlines.
10388
10389 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10390
10391         * message.el (message-courtesy-message)
10392         (message-mark-insert-begin, message-mark-insert-end)
10393         (message-elide-ellipsis, message-cancel-message)
10394         (message-add-header, message-change-subject)
10395         (message-cross-post-followup-to-header)
10396         (message-cross-post-insert-note, message-reduce-to-to-cc)
10397         (message-widen-reply, message-delete-not-region)
10398         (message-kill-to-signature, message-insert-signature)
10399         (message-insert-importance-high, message-insert-importance-low)
10400         (message-insert-or-toggle-importance)
10401         (message-insert-disposition-notification-to)
10402         (message-indent-citation, message-yank-original)
10403         (message-cite-original-without-signature, message-cite-original)
10404         (message-insert-citation-line, message-position-on-field)
10405         (message-fix-before-sending, message-send-mail-partially)
10406         (message-send-mail, message-send-mail-with-sendmail)
10407         (message-send-mail-with-qmail, message-send-news)
10408         (message-check-news-header-syntax, message-generate-headers)
10409         (message-insert-courtesy-copy, message-fill-address)
10410         (message-fill-header, message-shorten-references)
10411         (message-setup-1, message-cancel-news)
10412         (message-forward-make-body-plain, message-forward-make-body-mime)
10413         (message-forward-make-body-mml, message-encode-message-body)
10414         (message-forward-make-body-digest-plain)
10415         (message-forward-make-body-digest-mime)
10416         (message-use-alternative-email-as-from): Insert `hard-newline'
10417         instead of ordinary newlines.
10418
10419 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * message.el (message-generate-headers): Downcase the argument
10422         given to message-check-element.
10423
10424 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10425
10426         * nntp.el (nntp-authinfo-rejected): New error condition.
10427         (nntp-wait-for): Use new error condition to signal authentication
10428         error.
10429         (nntp-retrieve-data): Rethrow new error condition to break out of
10430         recursive call to nntp-send-authinfo.
10431
10432 2005-11-08  Romain Francoise  <romain@orebokech.com>
10433
10434         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10435         (gnus-summary-exit-map): Bind to `Z p'.
10436         (gnus-summary-make-menu-bar): Add menu item.
10437
10438 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10441         (gnus-treat-*): Add `first' in all doc strings.
10442
10443         * gnus-group.el (gnus-group-compact-group): Fix typo.
10444
10445 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus.el (gnus-parameters-case-fold-search): New variable.
10448         (gnus-parameters-get-parameter): Use it.
10449
10450         * gnus-score.el (gnus-home-score-file): Doc fix.
10451
10452 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10453
10454         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10455
10456 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * mm-util.el (mm-special-display-p): New function.
10459
10460         * mml.el (mml-preview): Use it; doc fix.
10461
10462 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10463
10464         * imap.el (imap-open): Handle case where buffer is a buffer object.
10465
10466 2005-10-29  Romain Francoise  <romain@orebokech.com>
10467
10468         * message.el (message-fix-before-sending): Fix comment.
10469
10470 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10471
10472         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10473
10474 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10475
10476         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10477         Used in gnus-score.el.
10478
10479 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10482
10483 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10486         whitespace removed in revision 7.8.  Use concatenated string to
10487         protect trailing whitespace.
10488
10489 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10490
10491         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10492         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10493         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10494         Courier IMAP ("some version from 2004").  Mostly based on similar
10495         code in the same function.
10496
10497 2005-10-26  Didier Verna  <didier@xemacs.org>
10498
10499         * gnus-group.el (gnus-group-compact-group): Invalidate original
10500         article buffer.
10501         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10502         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10503         NOV database and in article itself.
10504         Invalidate article backlog.
10505
10506 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10509
10510 2005-10-26  Simon Josefsson  <jas@extundo.com>
10511
10512         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10513         part of 2004-07-25 change.
10514
10515 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * message.el (message-display-completion-list): New function.
10518         (message-expand-group): Use it; make sure the Completions buffer
10519         is modifiable.
10520 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10521
10522         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10523         user-mail-name is an empty string.
10524
10525 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10528         depending on gnus-score-decay-constant.
10529
10530         * encrypt.el (encrypt-insert-file-contents)
10531         (encrypt-write-file-contents): Don't use `gnus-message'.
10532
10533         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10534         arguments.
10535         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10536         arguments to mm-uu-verbatim-marks-extract.
10537         (mm-uu-hide-markers): New variable.
10538         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10539
10540         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10541         (gnus-convert-image-to-face-command): Use "convert" by default to
10542         allow other input image formats.
10543         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10544         accordingly.
10545
10546 2005-10-23  Simon Josefsson  <jas@extundo.com>
10547
10548         * imap.el (imap-gssapi-program): Align command line parameters
10549         with latest GNU SASL.
10550         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10551
10552 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10555         HTML.
10556         (nnslashdot-request-article): Ditto.
10557
10558         * lpath.el (featurep): Add nobreak-char-display.
10559
10560 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10561
10562         * mail-source.el (mail-source-fetch-pop): Require pop3.
10563         (mail-source-check-pop): Ditto.
10564
10565 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10568         errors.
10569
10570 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10573         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10574
10575         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10576
10577         * mm-bodies.el (mm-decode-string): Call
10578         `mm-charset-to-coding-system' with allow-override argument.
10579
10580 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10583         (rfc2047-charset-to-coding-system): New function.
10584         (rfc2047-decode-encoded-words): New function.
10585         (rfc2047-decode-region): Use them.
10586         (rfc2047-decode-cte): Remove.
10587         (rfc2047-parse-and-decode): Remove.
10588         (rfc2047-decode): Remove.
10589
10590 2005-10-15  Kenichi Handa  <handa@m17n.org>
10591
10592         * rfc2047.el (rfc2047-decode-cte): New function.
10593         (rfc2047-decode-region): Change the way to decode successive
10594         encoded-words: decode B- or Q-encoding in each encoded-word,
10595         concatenate them, and decode it as charset.
10596
10597 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * lpath.el: Fbind codepage-setup for XEmacs.
10600
10601 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10602
10603         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10604         widget-move-and-invoke.
10605         (gnus-custom-mode): Use gnus-custom-map.
10606
10607 2005-10-15  Bill Wohler  <wohler@newt.com>
10608
10609         * message.el (message-tool-bar-map): Renamed image file from
10610         mail_send to mail/send.
10611
10612 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10613
10614         * message.el (message-expand-group): Pass the common
10615         prefix substring of completion to `display-completion-list'.
10616
10617 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * mml-sec.el (mml-secure-method): New internal variable.
10620         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10621         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10622         functions using mml-secure-method.
10623
10624         * mml.el (mml-mode-map): Add key bindings for those functions.
10625         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10626         Harder <harder@myrealbox.com>.
10627         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10628         end of message if point is the headers of the message.
10629
10630         * message.el (message-in-body-p): New function.
10631
10632         * assistant.el: Autoload gnus-util and netrc.
10633
10634         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10635         Use `mm-charset-override-alist' only when decoding.
10636
10637         * mm-bodies.el (mm-decode-body): Call
10638         `mm-charset-to-coding-system' with allow-override argument.
10639
10640         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10641         `filename' from Content-Disposition if Content-Type doesn't
10642         provide `name'.
10643         (gnus-mime-view-part-as-type): Set default instead of
10644         initial-input.
10645
10646 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10647
10648         * format-spec.el (format-spec): Propagate text properties of % spec.
10649
10650 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus-art.el (gnus-treat-predicate): Add `first'.
10653
10654 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10657         (mm-charset-override-alist): New variable.
10658         (mm-charset-to-coding-system): Use it.
10659         (mm-codepage-setup): New helper function.
10660         (mm-charset-eval-alist): New variable.
10661         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10662         about unknown charsets.
10663
10664         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10665
10666 2005-10-04  David Hansen  <david.hansen@gmx.net>
10667
10668         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10669         (nnrss-check-group): Ditto.
10670
10671 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10674         Rename x-gnus-verbatim to x-verbatim.
10675         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10676
10677         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10678         x-verbatim.
10679
10680         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10681
10682         * gnus-util.el (gnus-remove-duplicates): Remove.
10683
10684         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10685         instead of gnus-remove-duplicates.
10686
10687         * message.el (message-remove-duplicates): Remove.
10688         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10689         message-remove-duplicates.
10690
10691         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10692         available, else use implementation from `delete-dups'.
10693
10694         * message.el (message-insert-expires): New function.
10695         (message-mode-map): Add key binding.
10696         (message-mode-field-menu): Add menu entry.
10697         (message-mode): Document it.
10698         (message-make-expires-date): Use `message-make-date'.
10699
10700 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10701
10702         * message.el (message-make-expires-date): New function.
10703
10704 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * Makefile.in (list-installed-shadows): New entry.
10707         (install): Use it.
10708         (remove-installed-shadows): New entry.
10709
10710         * dgnushack.el (dgnushack-default-load-path): New variable.
10711         (dgnushack-find-lisp-shadows): New function.
10712         (dgnushack-remove-lisp-shadows): New function.
10713
10714 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * Makefile.in (install-el-elc): New entry.
10717         (install): Use it so that .el files are necessarily installed.
10718
10719 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10722
10723 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10724
10725         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10726         function rather than the diff-mode.el package.
10727         (mm-display-external): Use with-current-buffer.
10728         (mm-viewer-completion-map, mm-viewer-completion-map):
10729         Move initialization inside declaration.
10730
10731 2005-09-29  Simon Josefsson  <jas@extundo.com>
10732
10733         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10734         autoload mail-check-payment.
10735         (spam-check-hashcash): Define unconditionally, since hashcash.el
10736         is part of Gnus now.  Ignore errors from payment checking.
10737
10738 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * message.el (message-bold-region, message-unbold-region): Rename
10741         from `bold-region' and `unbold-region'.
10742
10743         * message.el: Remove useless autoloads.
10744
10745 2005-09-28  Simon Josefsson  <jas@extundo.com>
10746
10747         * message.el (message-use-idna): Default to t.
10748         (message-use-idna): Test whether encoding works too.  Doc fix.
10749
10750 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * nntp.el (nntp-warn-about-losing-connection): Remove.
10753
10754 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10757         customizable.  Change default value.
10758         (mm-uu-diff-groups-regexp): Change default value.
10759         (mm-uu-type-alist): Add doc string.
10760         (mm-uu-configure): Add doc string.  Make it interactive.
10761         (mm-uu-tex-groups-regexp): New variable.
10762         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10763         (mm-uu-type-alist): Add LaTeX documents.
10764         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10765         of "text/verbatim".
10766         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10767
10768         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10769         instead of "text/verbatim".
10770
10771         * message.el (message-mark-inserted-region)
10772         (message-mark-insert-file): Use slrn style marks when called with
10773         prefix argument.
10774
10775 2005-09-27  Simon Josefsson  <jas@extundo.com>
10776
10777         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10778
10779 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10780
10781         * message.el (message-remove-duplicates): New function.
10782         Implementation borrowed from `gnus-remove-duplicates'.
10783         (message-idna-to-ascii-rhs): Also encode idna addresses in
10784         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10785         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10786         only ask about the same idna domain once per header and also tell
10787         in what header to replace the idna domain.
10788
10789         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10790         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10791         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10792         a header is decoded and not just the last one.
10793
10794 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10797         has been decoded.
10798
10799         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10800         (mm-insert-part): Don't modify text if it has been decoded.
10801
10802         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10803         decoded.
10804
10805         * mm-view.el (mm-inline-text): Don't strip text props unless
10806         decoding enriched or richtext parts.
10807
10808 2005-09-25  Romain Francoise  <romain@orebokech.com>
10809
10810         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10811         * gnus-start.el (gnus-subscribe-interactively):
10812         * gnus-uu.el (gnus-uu-grab-articles):
10813         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10814         space.
10815
10816 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10817
10818         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10819         * mm-view.el (mm-view-pkcs7-decrypt):
10820         * gnus-sum.el (gnus-summary-limit-to-extra)
10821         (gnus-summary-respool-article, gnus-read-move-group-name):
10822         * gnus-score.el (gnus-summary-increase-score):
10823         * gnus-util.el (gnus-completing-read-with-default):
10824         * gnus-art.el (gnus-read-save-file-name)
10825         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10826         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10827         * message.el (message-check-news-header-syntax):
10828         Follow convention for reading with the minibuffer.
10829
10830 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * spam-report.el (spam-report-url-ping-plain):
10833         Use gnus-extended-version as User-Agent.
10834
10835         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10836         default value is nil.
10837
10838         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10839         (mm-uu-verbatim-marks-extract): New function.
10840         (mm-uu-extract): New face.
10841         (mm-uu-copy-to-buffer): Use it.
10842
10843         * spam-report.el (spam-report-gmane-ham): Renamed from
10844         `spam-report-gmane-unspam'.
10845         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10846         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10847
10848         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10849         Autoload.
10850         (spam-report-gmane-unregister-routine): Renamed
10851         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10852
10853 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10854
10855         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10856         (spam-report-gmane-unregister-routine): Add support for gmane
10857         unregistration.
10858
10859         * spam-report.el (spam-report-gmane-unspam)
10860         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10861         (spam-report-gmane): Change to take a single article and do unspam
10862         registration.
10863
10864 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * mm-url.el (mm-url-decode-entities): Fix regexp.
10867
10868 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869
10870         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10871         default to nil, to be able to use Gnus at all.  If the default
10872         switches to something else, then the function should be fixed not
10873         be exceedingly slow.
10874
10875 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10876
10877         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10878         fail hard.
10879
10880         * spam-report.el: Add better Keywords line.
10881
10882         * spam.el: Add Maintainer and better Keywords line.
10883
10884 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * gnus-art.el (gnus-article-replace-part)
10887         (gnus-mime-replace-part): New functions.
10888         (gnus-mime-action-alist, gnus-mime-button-commands)
10889         (gnus-mime-save-part-and-strip): Added file argument.
10890         (gnus-article-part-wrapper): Added interactive argument.
10891
10892         * gnus-sum.el (gnus-summary-mime-map): Add
10893         `gnus-article-replace-part'.
10894
10895 2005-09-19  Didier Verna  <didier@xemacs.org>
10896
10897         The nnml compaction feature:
10898         * nnml.el (nnml-request-compact-group): New function.
10899         * nnml.el (nnml-request-compact): New function.
10900         * gnus-int.el (gnus-request-compact-group): New function.
10901         * gnus-int.el (gnus-request-compact): New function.
10902         * gnus-group.el (gnus-group-compact-group): New function.
10903         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10904         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10905         * gnus-srvr.el (gnus-server-compact-server): New function.
10906         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10907         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10908
10909 2005-09-18  Deepak Goel  <deego@gnufans.org>
10910
10911         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10912         format spec.
10913
10914 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10917
10918 2005-09-15  Romain Francoise  <romain@orebokech.com>
10919
10920         * message.el (message-fill-paragraph): Clarify docstring.
10921
10922 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-art.el (gnus-mime-display-part): Protect against broken
10925         MIME messages.
10926
10927 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10930         before parsing header.
10931
10932 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10933
10934         * html2text.el (html2text-replace-list): Add new entities.
10935
10936 2005-09-11  Romain Francoise  <romain@orebokech.com>
10937
10938         * message.el (message-alternative-emails): Improve docstring.
10939         (message-setup-1): Call `message-use-alternative-email-as-from'
10940         after `message-setup-hook' to give it precedence over posting
10941         styles, etc.
10942         (message-use-alternative-email-as-from): Add docstring.  Remove
10943         the original From header if present.
10944
10945         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10946         (nnml-save-mail): Use it.
10947
10948         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10949         articles.  Add new argument `silent'.
10950         (gnus-uu-mark-all): Report the total number of marked articles.
10951
10952 2005-09-10  Romain Francoise  <romain@orebokech.com>
10953
10954         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10955         (gnus-uu-mark-series): Likewise.
10956
10957 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * spam-report.el (spam-report-gmane): Fix generation of spam
10960         report URL.
10961
10962 2005-09-10  Simon Josefsson  <jas@extundo.com>
10963
10964         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10965         t, based on discussion on the ding list with Robert Epprecht
10966         <epprecht@solnet.ch>.
10967
10968 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * spam-report.el (spam-report-gmane): Make it work without
10971         X-Report-Spam header.  Gmane now only provides Archived-At.
10972         This is only used if `spam-report-gmane-use-article-number' is nil.
10973         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10974
10975         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10976         make `gnus-summary-sort-by-recipient' work with threading.
10977
10978         * nnweb.el (nnweb-google-wash-article): Print a message if article
10979         is not available.
10980
10981 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10982
10983         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10984         change.  Decode text/* parts content before displaying.
10985
10986 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10989
10990 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10993
10994         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10995         url-package-name, url-package-version,
10996         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10997         w3m-display-inline-images, and w3m-minor-mode-map.
10998
10999 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * message.el (message-tab-body-function): Fix mismatched custom type.
11002
11003         * gnus.el (gnus-group-change-level-function): Ditto.
11004
11005         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11006
11007         * gnus-art.el (gnus-signature-limit)
11008         (gnus-article-mime-part-function): Ditto.
11009
11010 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * mml.el (mml-mode): Silence the byte compiler.
11013
11014         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11015         using `(sit-for 0)' before moving the point to the specified part;
11016         skip unbuttonized parts.
11017         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11018         return to the summary window if gnus-auto-select-part is non-nil.
11019
11020 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11023         variables.
11024         (mml-dnd-attach-file, mml-mode): Use them.
11025
11026         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11027         Make fetching article by MID work again for Google Groups.  Added
11028         FIXME concerning gnus-group-make-web-group.
11029
11030         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11031         Don't depend on Gnus by using mail-extract-address-components if
11032         gnus-extract-address-components is not bound.
11033
11034 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * gnus-art.el (gnus-mime-display-security): Don't display the
11037         signature, but only the signed part.
11038
11039 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11042
11043         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11044         list, not listp.
11045
11046 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11047
11048         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11049         when encoding.
11050
11051         * mm-bodies.el (mm-decode-content-transfer-encoding):
11052         De-canonicalize CRLF for all text content types, not just
11053         text/plain.
11054
11055 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11058         valid article; point arrow and cursor at the MIME button.
11059
11060 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11063         Suggested by Dan Christensen <jdc@uwo.ca>.
11064
11065         * mm-decode.el (mm-save-part): Enable change of prompt.
11066
11067 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11068
11069         * gnus-msg.el (gnus-inews-add-send-actions): Made
11070         `message-post-method' lambda parameter ARG `&optional'.
11071
11072 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * gnus-sum.el (gnus-summary-mime-map): Added
11075         gnus-article-save-part-and-strip, gnus-article-delete-part and
11076         gnus-article-jump-to-part.
11077
11078         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11079         (gnus-article-edit-part): Use it.
11080         (gnus-article-part-wrapper): Added no-handle argument.
11081         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11082         functions.
11083
11084 2005-08-29  Romain Francoise  <romain@orebokech.com>
11085
11086         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11087         docstring.
11088         (gnus-face-from-file): Likewise.
11089
11090 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11093         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11094         non-nil.
11095         (gnus-auto-select-part): New variable.
11096         (gnus-article-jump-to-part): New function.
11097         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11098         (gnus-mime-delete-part): Allow selecting specified part after
11099         deleting or stripping parts.
11100         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11101         part if argument is bogus.
11102
11103 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11104
11105         * gnus-art.el (w3m-minor-mode-map):
11106         * gnus-spec.el (gnus-newsrc-file-version):
11107         * gnus-util.el (nnmail-active-file-coding-system)
11108         (gnus-original-article-buffer, gnus-user-agent):
11109         * gnus.el (gnus-ham-process-destinations)
11110         (gnus-parameter-ham-marks-alist)
11111         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11112         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11113         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11114         * mm-decode.el (gnus-current-window-configuration):
11115         * mm-extern.el (gnus-article-mime-handles):
11116         * mm-url.el (url-current-object, url-package-name)
11117         (url-package-version):
11118         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11119         (smime-keys, w3m-cid-retrieve-function-alist)
11120         (w3m-current-buffer, w3m-display-inline-images)
11121         (w3m-minor-mode-map):
11122         * mml-smime.el (gnus-extract-address-components):
11123         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11124         (gnus-newsrc-hashtb, message-default-charset)
11125         (message-deletable-headers, message-options)
11126         (message-posting-charset, message-required-mail-headers)
11127         (message-required-news-headers):
11128         * mml1991.el (mc-pgp-always-sign):
11129         * mml2015.el (mc-pgp-always-sign):
11130         * nnheader.el (nnmail-extra-headers):
11131         * rfc1843.el (gnus-decode-encoded-word-function)
11132         (gnus-decode-header-function, gnus-newsgroup-name):
11133         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11134
11135 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11136
11137         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11138         the end of the date treatments.
11139
11140 2005-08-15  Simon Josefsson  <jas@extundo.com>
11141
11142         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11143         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11144         Capello and Romain Francoise.
11145         (pgg-fetch-key-function): Removed, not used?
11146         (pgg-insert-url-with-w3): Require url, to get
11147         url-insert-file-contents regardless of where it is defined.
11148
11149 2005-08-13  Romain Francoise  <romain@orebokech.com>
11150
11151         * message.el (message-cite-original-1): New function.
11152         (message-cite-original): Use it.
11153         (message-cite-original-without-signature): Ditto.
11154
11155 2005-08-08  Romain Francoise  <romain@orebokech.com>
11156
11157         * message.el (message-yank-empty-prefix): New variable.
11158         (message-indent-citation): Use it.
11159         (message-cite-original-without-signature): Respect X-No-Archive.
11160
11161 2005-08-08  Simon Josefsson  <jas@extundo.com>
11162
11163         * pgg.el: Autoload url-insert-file-contents instead of loading
11164         w3/url.
11165         (pgg-insert-url-with-w3): Don't load url here.
11166
11167 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11168
11169         * message.el (message-kill-to-signature): Don't insert newline at
11170         bol.
11171         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11172
11173 2005-08-06  Romain Francoise  <romain@orebokech.com>
11174
11175         * message.el (message-user-fqdn): Fix typo in docstring.
11176
11177 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11178
11179         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11180
11181         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11182
11183 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * mm-bodies.el (mm-encode-body): Use coding system rather than
11186         charset to encode text.
11187
11188         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11189         number of charsets if utf-8 is available (XEmacs).
11190
11191 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11192
11193         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11194         taken from `gnus-button-mid-or-mail-regexp'.
11195         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11196         (gnus-button-alist): Improve regexp for domain part of the MIDs
11197         for news:localpart@domain buttons.
11198         (gnus-button-ctan-directory-regexp): Update.
11199
11200 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * sieve-manage.el (sieve-manage-interactive-login): Use
11203         make-local-variable rather than make-variable-buffer-local.
11204         (sieve-manage-open): Ditto.
11205         (sieve-manage-authenticate): Ditto.
11206
11207         * mml.el (mml-generate-mime-1): Make the content type default to
11208         text/plain if the filename is not specified.
11209
11210 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11213         instead of insert-buffer.
11214
11215         * message.el (message-yank-original): Ditto; set the mark at the
11216         end of the yanked message.
11217
11218 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11221         lines to scroll rather than to stop it.
11222
11223         * mml.el (mml-generate-default-type): Add doc string.
11224         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11225         default to application/octet-stream when determining the content
11226         type if it is not specified for the part or the mml contents; add
11227         a comment about mml-generate-default-type.
11228
11229 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11232         make it default to application/octet-stream when determining the
11233         content type if it is not specified for the external contents.
11234
11235 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11238         segmented parameter but also other parameters might be there.
11239
11240 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * mm-decode.el (mm-display-external): Delete temp file, directory
11243         and buffer immediately if the external process is exited.
11244
11245 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11248         fewer lines than that of scroll-margin.
11249         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11250
11251 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-art.el (gnus-article-next-page): Revert.
11254         (gnus-article-beginning-of-window): New macro.
11255         (gnus-article-next-page-1): Use it.
11256         (gnus-article-prev-page): Ditto.
11257         (gnus-article-edit-part): Use insert-buffer-substring instead of
11258         insert-buffer.
11259         (gnus-article-edit-exit): Ditto.
11260
11261         * gnus-util.el (gnus-beginning-of-window): Remove.
11262         (gnus-end-of-window): Remove.
11263
11264         * lpath.el: Don't bind header-line-format and scroll-margin.
11265
11266 2005-07-25  Simon Josefsson  <jas@extundo.com>
11267
11268         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11269         to have the url package without w3.  Reported by Daiki Ueno
11270         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11271
11272 2005-07-20  Didier Verna  <didier@xemacs.org>
11273
11274         * gnus-diary.el: Remove the description comment (nndiary is now
11275         properly documented in the Gnus manual).
11276         Fix the spelling of "Back End".
11277         * nndiary.el: Ditto.
11278         Fix the copyright notice.
11279
11280 2005-07-18  Romain Francoise  <romain@orebokech.com>
11281
11282         * gnus-sum.el (gnus-summary-to-prefix)
11283         (gnus-summary-newsgroup-prefix): New variables.
11284         (gnus-summary-from-or-to-or-newsgroups): Use them.
11285
11286 2005-07-17  Romain Francoise  <romain@orebokech.com>
11287
11288         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11289         space as it's generally not especially interesting to the user.
11290
11291 2005-07-16  Romain Francoise  <romain@orebokech.com>
11292
11293         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11294         nil to avoid prompting and file modification if one of the
11295         messages at the top of the nnfolder file contains a copyright
11296         notice.
11297         Update copyright notice.
11298
11299         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11300         instead of `current-time-string' as the latter creates a time
11301         string that is not RFC 2822 compliant (it lacks the zone).
11302         Update copyright notice.
11303
11304 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11305
11306         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11307         for text/rtf.  Display default in prompt.  Pass default for M-n.
11308
11309         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11310
11311 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * gnus-msg.el (gnus-button-mailto): Remove
11314         save-selected-window-window hackery because it relies on
11315         save-selected-window internals.
11316
11317 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11320         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11321         (gnus-article-prev-page): Ditto.
11322
11323         * gnus-util.el (gnus-beginning-of-window): New function.
11324         (gnus-end-of-window): New function.
11325
11326         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11327
11328 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11329
11330         * gnus-score.el (gnus-score-edit-all-score): Set
11331         gnus-score-edit-exit-function to gnus-score-edit-done and call
11332         gnus-message.
11333
11334 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11335
11336         * gnus-msg.el (gnus-button-mailto): Remove
11337         save-selected-window-window hackery because it relies on
11338         save-selected-window internals.
11339
11340 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11343         add-minor-mode.
11344         (gnus-binary-mode): Ditto.
11345
11346         * gnus-topic.el (gnus-topic-mode): Ditto.
11347
11348 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11349
11350         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11351         (gnus-article-prev-page): Take scroll-margin into consideration.
11352
11353 2005-07-04  Lute Kamstra  <lute@gnu.org>
11354
11355         Update FSF's address in GPL notices.
11356
11357 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11358
11359         * gnus.el (gnus-exit):
11360         * gnus-group.el (gnus-group-icons):
11361         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11362
11363         * gnus-nocem.el (gnus-nocem):
11364         * message.el (message-various, message-buffers, message-sending)
11365         (message-interface, message-forwarding, message-insertion)
11366         (message-headers, message-news, message-mail):
11367         * pgg-gpg.el (pgg-gpg):
11368         * pgg-parse.el (pgg-parse):
11369         * pgg-pgp.el (pgg-pgp):
11370         * pgg-pgp5.el (pgg-pgp5):
11371         * pop3.el (pop3): Finish `defgroup' description with period.
11372
11373 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-art.el (article-display-face): Improve the efficiency.
11376         (article-display-x-face): Ditto; remove grey x-face stuff.
11377
11378 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-art.el (article-display-face): Correct the position in
11381         which Faces are inserted.
11382
11383 2005-06-29  Didier Verna  <didier@xemacs.org>
11384
11385         * gnus-art.el (article-display-face): Display faces in correct
11386         order.
11387
11388 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11391         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11392         (gnus-nocem-check-article): Fetch the Type header.
11393         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11394         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11395         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11396         make sure gnus-nocem-hashtb is initialized.
11397         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11398         (gnus-nocem-unwanted-article-p): Ditto.
11399
11400         * pgg.el (pgg-verify): Return the verification result.
11401
11402 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11403
11404         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11405         is ascii.
11406
11407 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11408
11409         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11410         `show-nonbreak-escape'.
11411
11412 2005-06-23  Lute Kamstra  <lute@gnu.org>
11413
11414         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11415
11416         * dig.el (dig-mode):
11417         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11418
11419 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11420
11421         * nnimap.el (nnimap-split-download-body): Fix spellings.
11422
11423 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11424
11425         * gnus-art.el (gnus-article-encrypt-body):
11426         * gnus-cus.el (gnus-score-customize):
11427         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11428         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11429
11430 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11431
11432         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11433         header by looking for magic "MII" at the beginnig.
11434
11435 2005-06-16  Miles Bader  <miles@gnu.org>
11436
11437         * gnus-xmas.el (gnus-xmas-group-startup-message):
11438         Use renamed gnus-splash face.
11439
11440         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11441         (assistant-field-face): New backward-compatibility alias for renamed
11442         face.
11443         (assistant-render-text): Use renamed assistant-field face.
11444
11445         * spam.el (spam): Remove "-face" suffix from face name.
11446         (spam-face): New backward-compatibility alias for renamed face.
11447         (spam-face, spam-initialize): Use renamed spam face.
11448
11449         * message.el (message-header-to, message-header-cc)
11450         (message-header-subject, message-header-newsgroups)
11451         (message-header-other, message-header-name)
11452         (message-header-xheader, message-separator, message-cited-text)
11453         (message-mml): Remove "-face" suffix from face names.
11454         (message-header-to-face, message-header-cc-face)
11455         (message-header-subject-face, message-header-newsgroups-face)
11456         (message-header-other-face, message-header-name-face)
11457         (message-header-xheader-face, message-separator-face)
11458         (message-cited-text-face, message-mml-face):
11459         New backward-compatibility aliases for renamed faces.
11460         (message-font-lock-keywords): Use renamed message faces.
11461
11462         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11463         (sieve-test-commands, sieve-tagged-arguments):
11464         Remove "-face" suffix from face names.
11465         (sieve-control-commands-face, sieve-action-commands-face)
11466         (sieve-test-commands-face, sieve-tagged-arguments-face):
11467         New backward-compatibility aliases for renamed faces.
11468         (sieve-control-commands-face, sieve-action-commands-face)
11469         (sieve-test-commands-face, sieve-tagged-arguments-face):
11470         Use renamed sieve faces.
11471
11472         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11473         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11474         (gnus-group-news-3-empty, gnus-group-news-4)
11475         (gnus-group-news-4-empty, gnus-group-news-5)
11476         (gnus-group-news-5-empty, gnus-group-news-6)
11477         (gnus-group-news-6-empty, gnus-group-news-low)
11478         (gnus-group-news-low-empty, gnus-group-mail-1)
11479         (gnus-group-mail-1-empty, gnus-group-mail-2)
11480         (gnus-group-mail-2-empty, gnus-group-mail-3)
11481         (gnus-group-mail-3-empty, gnus-group-mail-low)
11482         (gnus-group-mail-low-empty, gnus-summary-selected)
11483         (gnus-summary-cancelled, gnus-summary-high-ticked)
11484         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11485         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11486         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11487         (gnus-summary-low-undownloaded)
11488         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11489         (gnus-summary-low-unread, gnus-summary-normal-unread)
11490         (gnus-summary-high-read, gnus-summary-low-read)
11491         (gnus-summary-normal-read, gnus-splash):
11492         Remove "-face" suffix from face names.
11493         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11494         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11495         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11496         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11497         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11498         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11499         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11500         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11501         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11502         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11503         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11504         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11505         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11506         (gnus-summary-normal-ticked-face)
11507         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11508         (gnus-summary-normal-ancient-face)
11509         (gnus-summary-high-undownloaded-face)
11510         (gnus-summary-low-undownloaded-face)
11511         (gnus-summary-normal-undownloaded-face)
11512         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11513         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11514         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11515         (gnus-splash-face):
11516         New backward-compatibility aliases for renamed faces.
11517         (gnus-group-startup-message): Use renamed gnus faces.
11518
11519         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11520         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11521         (gnus-server-agent): Remove "-face" suffix from face names.
11522         (gnus-server-agent-face, gnus-server-opened-face)
11523         (gnus-server-closed-face, gnus-server-denied-face)
11524         (gnus-server-offline-face):
11525         New backward-compatibility aliases for renamed faces.
11526         (gnus-server-agent-face, gnus-server-opened-face)
11527         (gnus-server-closed-face, gnus-server-denied-face)
11528         (gnus-server-offline-face): Use renamed gnus faces.
11529
11530         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11531         Remove "-face" suffix from face names.
11532         (gnus-picon-xbm-face, gnus-picon-face):
11533         New backward-compatibility aliases for renamed faces.
11534
11535         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11536         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11537         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11538         (gnus-cite-11): Remove "-face" suffix from face names.
11539         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11540         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11541         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11542         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11543         New backward-compatibility aliases for renamed faces.
11544         (gnus-cite-attribution-face, gnus-cite-face-list)
11545         (gnus-article-boring-faces): Use renamed gnus faces.
11546
11547         * gnus-art.el (gnus-signature, gnus-header-from)
11548         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11549         (gnus-header-content): Remove "-face" suffix from face names.
11550         (gnus-signature-face, gnus-header-from-face)
11551         (gnus-header-subject-face, gnus-header-newsgroups-face)
11552         (gnus-header-name-face, gnus-header-content-face):
11553         New backward-compatibility aliases for renamed faces.
11554         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11555
11556         * gnus-sum.el (gnus-summary-selected-face)
11557         (gnus-summary-highlight): Use renamed gnus faces.
11558         * gnus-group.el (gnus-group-highlight): Likewise.
11559
11560 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11561
11562         * gnus-sieve.el (gnus-sieve-article-add-rule):
11563         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11564         * spam-stat.el (spam-stat-buffer-change-to-spam)
11565         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11566
11567         * message.el (message-is-yours-p):
11568         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11569
11570 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * mm-view.el (mm-inline-text): Withdraw the last change.
11573
11574 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11577         executing enriched-decode.
11578
11579 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11582         charset of tar files.
11583
11584 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11585
11586         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11587
11588 2005-06-04  Lute Kamstra  <lute@gnu.org>
11589
11590         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11591         information is never recorded.
11592
11593 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11594
11595         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11596
11597 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * pop3.el (pop3-apop): Run md5 in the binary mode.
11600
11601         * starttls.el (starttls-set-process-query-on-exit-flag):
11602         Use eval-and-compile.
11603
11604 2005-05-31  Simon Josefsson  <jas@extundo.com>
11605
11606         * smime.el (smime-replace-in-string): Define.
11607         (smime-cert-by-ldap-1): Use it.
11608
11609 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * gnus-art.el (article-display-x-face): Replace
11612         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11613
11614         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11615         set-process-query-on-exit-flag or process-kill-without-query.
11616
11617         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11618         loop instead of replace-regexp.
11619
11620         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11621         instead of process-kill-without-query if it is available.
11622
11623         * lpath.el: Fbind ldap-search-entries.
11624
11625         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11626         instead of find-file-hooks if it is available.
11627
11628         * mml1991.el: Bind pgg-default-user-id when compiling.
11629
11630         * mml2015.el: Bind pgg-default-user-id when compiling.
11631
11632         * nndraft.el (nndraft-request-associate-buffer):
11633         Use write-contents-functions instead of write-contents-hooks if it is
11634         available.
11635
11636         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11637         instead of find-file-hooks if it is available.
11638
11639         * nntp.el (nntp-open-connection): Replace
11640         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11641         (nntp-open-ssl-stream): Ditto.
11642         (nntp-open-tls-stream): Ditto.
11643
11644         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11645         set-process-query-on-exit-flag or process-kill-without-query.
11646         (starttls-open-stream-gnutls): Use it instead of
11647         process-kill-without-query.
11648         (starttls-open-stream): Ditto.
11649
11650 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11651
11652         * smime.el (smime-cert-by-ldap-1): Don't use
11653         replace-regexp-in-string.
11654
11655 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11656
11657         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11658
11659         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11660         in PEM format.  Adjust to the XEmacs compability.
11661
11662 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11665         by `string-to-number'.
11666         * gnus-agent.el (gnus-agent-regenerate-group)
11667         (gnus-agent-fetch-articles): Ditto.
11668         * gnus-art.el (gnus-button-fetch-group): Ditto.
11669         * gnus-cache.el (gnus-cache-generate-active)
11670         (gnus-cache-articles-in-group): Ditto.
11671         * gnus-group.el (gnus-group-set-current-level)
11672         (gnus-group-insert-group-line): Ditto.
11673         * gnus-score.el (gnus-score-set-expunge-below)
11674         (gnus-score-set-mark-below, gnus-summary-score-effect)
11675         (gnus-summary-score-entry): Ditto.
11676         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11677         (gnus-soup-pack): Ditto.
11678         * gnus-spec.el (gnus-xmas-format): Ditto.
11679         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11680         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11681         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11682         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11683         * nndb.el (nndb-get-remote-expire-response): Ditto.
11684         * nndiary.el (nndiary-parse-schedule-value)
11685         (nndiary-string-to-number, nndiary-request-replace-article)
11686         (nndiary-request-article): Ditto.
11687         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11688         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11689         * nneething.el (nneething-make-head): Ditto.
11690         * nnfolder.el (nnfolder-request-article)
11691         (nnfolder-retrieve-headers): Ditto.
11692         * nnheader.el (nnheader-file-to-number): Ditto.
11693         * nnkiboze.el (nnkiboze-request-article): Ditto.
11694         * nnmail.el (nnmail-process-unix-mail-format)
11695         (nnmail-process-babyl-mail-format): Ditto.
11696         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11697         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11698         (nnmh-request-create-group, nnmh-request-list-1)
11699         (nnmh-request-group, nnmh-request-article): Ditto.
11700         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11701         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11702         * nnsoup.el (nnsoup-make-active): Ditto.
11703         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11704         * nntp.el (nntp-find-group-and-number)
11705         (nntp-retrieve-headers-with-xover): Ditto.
11706         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11707         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11708         (pgg-format-key-identifier): Ditto.
11709         * pop3.el (pop3-last, pop3-stat): Ditto.
11710         * qp.el (quoted-printable-decode-region): Ditto.
11711
11712         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11713         of concat.
11714
11715 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11718
11719         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11720
11721         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11722
11723         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11724
11725         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11726
11727         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11728
11729         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11730         (gnus-carpal-mode): Ditto.
11731
11732         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11733         (gnus-browse-mode): Ditto.
11734
11735         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11736
11737         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11738
11739 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11740
11741         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11742
11743 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * gnus-util.el (gnus-run-mode-hooks): New function.
11746
11747         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11748
11749         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11750         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11751
11752 2005-05-27  Lute Kamstra  <lute@gnu.org>
11753
11754         * dns-mode.el (dns-mode): Specify customization group.
11755
11756 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11757
11758         * gnus-agent.el (gnus-agent-make-mode-line-string):
11759         Use mode-line-highlight as mouse-face.
11760
11761 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * canlock.el (canlock): Change the parent group to news.
11764
11765         * deuglify.el (gnus-outlook-deuglify): Add :group.
11766
11767         * dig.el (dig): Add :group.
11768
11769         * dns-mode.el (dns-mode): Add :group.
11770
11771         * encrypt.el (encrypt): Add :group.
11772
11773         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11774         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11775         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11776         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11777         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11778
11779         * gnus-diary.el (gnus-diary): Add :group.
11780
11781         * gnus.el (gnus-group-news-1-face): Add :group.
11782         (gnus-group-news-1-empty-face): Ditto.
11783         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11784         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11785         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11786         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11787         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11788         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11789         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11790         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11791         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11792         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11793         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11794         (gnus-summary-high-ticked-face): Ditto.
11795         (gnus-summary-low-ticked-face): Ditto.
11796         (gnus-summary-normal-ticked-face): Ditto.
11797         (gnus-summary-high-ancient-face): Ditto.
11798         (gnus-summary-low-ancient-face): Ditto.
11799         (gnus-summary-normal-ancient-face): Ditto.
11800         (gnus-summary-high-undownloaded-face): Ditto.
11801         (gnus-summary-low-undownloaded-face): Ditto.
11802         (gnus-summary-normal-undownloaded-face): Ditto.
11803         (gnus-summary-high-unread-face): Ditto.
11804         (gnus-summary-low-unread-face): Ditto.
11805         (gnus-summary-normal-unread-face): Ditto.
11806         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11807         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11808
11809         * hashcash.el (hashcash): New custom group.
11810         (hashcash-default-payment): Add :group.
11811         (hashcash-payment-alist): Ditto.
11812         (hashcash-default-accept-payment): Ditto.
11813         (hashcash-accept-resources): Ditto.
11814         (hashcash-path): Ditto.
11815         (hashcash-extra-generate-parameters): Ditto.
11816         (hashcash-double-spend-database): Ditto.
11817         (hashcash-in-news): Ditto.
11818
11819         * message.el (message-minibuffer-local-map): Add :group.
11820
11821         * netrc.el (netrc): Add :group.
11822
11823         * sieve-manage.el (sieve-manage-log): Add :group.
11824         (sieve-manage-default-user): Diito.
11825         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11826         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11827         (sieve-manage-authenticators): Ditto.
11828         (sieve-manage-authenticator-alist): Ditto.
11829         (sieve-manage-default-port): Ditto.
11830
11831         * sieve-mode.el (sieve-control-commands-face): Add :group.
11832         (sieve-action-commands-face): Ditto.
11833         (sieve-test-commands-face): Ditto.
11834         (sieve-tagged-arguments-face): Ditto.
11835
11836         * smime.el (smime): Add :group.
11837
11838         * spam-report.el (spam-report): Add :group.
11839
11840         * spam.el (spam, spam-face): Add :group.
11841
11842 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11843
11844         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11845         return \n.\n.\n at the end of articles.  Protect against that.
11846         (nntp-with-open-group): Allow debugging.
11847
11848         * nnheader.el (mail-header-set-extra): Make into a function
11849         because I just could't understand how to quote the list properly.
11850
11851         * dns.el (query-dns-cached): New function.
11852
11853 2005-05-26  Lute Kamstra  <lute@gnu.org>
11854
11855         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11856
11857 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11860
11861         * gnus-art.el: Don't autoload mail-extract-address-components.
11862
11863         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11864         eval-and-compile to evaluate it.
11865
11866         * hashcash.el: Don't autoload executable-find.
11867
11868         * nndb.el: Don't declare the nndb back end two or more times; don't
11869         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11870
11871         * nntp.el: Autoload format-spec instead of format; use
11872         eval-and-compile to evaluate autoload forms.
11873
11874 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11875
11876         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11877
11878 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11879
11880         * gnus.el (gnus-version-number): Bump version.
11881
11882 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11883
11884         * gnus.el: No Gnus v0.3 is released.
11885
11886 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * lpath.el (featurep): Bind show-nonbreak-escape.
11889
11890 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-art.el (gnus-article-edit-part): Disable undo.
11893
11894 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11897         gnus-article-date-lapsed-new-header is t if date timer is active;
11898         skip headers in which the original date value is empty.
11899         (gnus-article-save-original-date): Redefine it as a macro.
11900         (gnus-display-mime): Use it.
11901
11902 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-art.el (article-date-ut): Support converting date in
11905         forwarded parts as well.
11906         (gnus-article-save-original-date): New function.
11907         (gnus-display-mime): Use it.
11908
11909 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11910
11911         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11912         enclosure element of <item>.
11913
11914 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * message.el (message-kill-buffer-query): Renamed from
11917         `message-kill-buffer-query-if-modified'.  Added :version.
11918
11919 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11922         window layout.
11923
11924 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * mml.el: Autoload dnd when compiling.
11927
11928 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11931         x-dnd-*.
11932
11933 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * qp.el (quoted-printable-encode-region): Save excursion.
11936
11937 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11938
11939         * message.el (message-kill-buffer-query-if-modified): Add new variable
11940         so the user can kill a modified message buffer quickly.
11941         (message-kill-buffer): Use it.
11942
11943 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * lpath.el: Fbind display-time-event-handler; don't fbind
11946         string-to-multibyte.
11947
11948         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11949
11950 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11953         contained in text because xml.el decodes entities) with LFs.
11954
11955 2005-04-11  Lute Kamstra  <lute@gnu.org>
11956
11957         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11958         differently.
11959
11960 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11961
11962         * mm-util.el (mm-detect-coding-region): Typo.
11963
11964 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11967
11968 2005-04-06  Deepak Goel  <deego@gnufans.org>
11969
11970         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11971         user-function allow user modifications of the scores.
11972         (spam-stat-score-buffer-user): New function, to allow
11973         user-computed modifications to the score.
11974         (spam-stat-score-buffer-user-functions): List of additional
11975         scoring functions.
11976         (spam-stat-error-holder): Global temporary error holder.
11977         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11978         variable.
11979
11980 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11981
11982         * gnus-registry.el (gnus-registry-clean-empty-function)
11983         (gnus-registry-trim, gnus-registry-fetch-groups)
11984         (gnus-registry-delete-group): Groups that match
11985         `gnus-registry-ignored-groups' are removed from the registry
11986         entries, not just ignored for splitting.  This helps clean up the
11987         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11988         to get all the groups a message ID is in.
11989
11990         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11991         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11992         (spam-stat-score-buffer-user-functions): Add :number custom type.
11993
11994 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11997         argument in XEmacs.
11998
11999         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12000         (nnrss-request-group): Decode group name first.
12001         (nnrss-request-article): Make a text/plain article if mml-to-mime
12002         failed.
12003         (nnrss-get-encoding): Return a compatible encoding according to
12004         nnrss-compatible-encoding-alist.
12005         (nnrss-find-el): Use consp instead of listp.
12006         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12007
12008 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12011         which Emacs 20 doesn't support.
12012         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12013
12014 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12017         silence the byte compiler inside the defun.
12018
12019         * gnus-demon.el (parse-time-string): Add autoload.
12020
12021         * gnus-delay.el (parse-time-string): Add autoload.
12022
12023         * gnus-art.el (parse-time-string): Add autoload.
12024
12025         * nnultimate.el (parse-time): Require for `parse-time-string'.
12026
12027 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12030
12031         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12032
12033         * smime.el (smime-ldap-host-list): Add :version.
12034
12035 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12038         pass it to `gnus-browse-read-group'.
12039         (gnus-browse-read-group): Add NUMBER argument and pass it to
12040         `gnus-group-read-ephemeral-group'.
12041
12042         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12043         argument and pass it to `gnus-group-read-group'.
12044
12045 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12046
12047         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12048         mm-xemacs-find-mime-charset-1 if we have the mule feature
12049         available at runtime.
12050
12051 2005-03-25  Werner Lemberg  <wl@gnu.org>
12052
12053         * nnmaildir.el: Replace `illegal' with `invalid'.
12054
12055 2005-03-23  Lute Kamstra  <lute@gnu.org>
12056
12057         * time-date.el: Add comment on time value formats.
12058         Don't require parse-time.
12059         (with-decoded-time-value): New macro.
12060         (encode-time-value): New function.
12061         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12062         (days-to-time): Return a valid time value when arg is huge.
12063         (time-since): Use time-subtract.
12064         (time-to-number-of-days): Use time-to-seconds.
12065
12066 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12067
12068         * gnus-start.el (gnus-display-time-event-handler):
12069         Check display-time-timer at runtime rather than only at load time
12070         in case display-time-mode is turned off in the mean time.
12071
12072 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12075         used.
12076
12077         * nneething.el (nneething-map-file-directory): Derive from
12078         `gnus-directory'.
12079
12080         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12081         the To/Cc button.
12082
12083 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * nnmaildir.el (nnmaildir-request-accept-article):
12086         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12087
12088 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12089
12090         * gnus-async.el: Require timer-funcs at compile time when in
12091         XEmacs for `run-with-idle-timer'.
12092
12093 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12094
12095         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12096         autoloaded function.
12097
12098 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12099
12100         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12101
12102 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12103
12104         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12105
12106 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12107
12108         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12109         gnus-expert-user to default.
12110
12111 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12112
12113         * nnimap.el (nnimap-open-server): Ditto.
12114
12115         * imap.el (imap-authenticate): Fix typo.
12116
12117 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12118
12119         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12120         buffer (since IMAP server might return FETCH response out of
12121         order, and the nntp buffer must be sorted).
12122
12123 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12124
12125         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12126         comparison on string.
12127
12128         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12129         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12130         (gnus-agent-summary-fetch-series): Modified to protect against
12131         gnus-agent-summary-fetch-group clearing processable flags.
12132         (gnus-agent-synchronize-group-flags): Update live group buffer as
12133         synchronization may occur due to the user toggle the plugged
12134         status.
12135         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12136         successfully downloaded.
12137         (gnus-agent-expire-group-1): Avoid using markers when the overview
12138         is in ascending order; greatly improves performance.
12139         (gnus-agent-regenerate-group): Use
12140         gnus-agent-synchronize-group-flags to reset read status in both
12141         gnus and server.
12142         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12143
12144 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12145
12146         * message.el: Don't autoload former message-utils variables.
12147         (message-strip-subject-trailing-was): Change doc string.
12148
12149         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12150         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12151         (nnweb-google-search): Add "hl=en" here.
12152         (nnweb-google-parse-1, nnweb-google-create-mapping):
12153         Don't hardcode URL.
12154
12155 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * message.el (message-get-reply-headers, message-followup):
12158         Mention related variables `message-use-followup-to' and
12159         `message-use-mail-followup-to', in the information buffer.
12160
12161         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12162         of broken groups(-beta).google.com.
12163
12164 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12165
12166         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12167         parameter to invoked gnus-request-move-article; remove the
12168         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12169         all at once instead of once per article.
12170         (gnus-summary-remove-process-mark): Accept a list of articles as
12171         well as a single article for processing.
12172
12173         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12174         parameter.
12175
12176         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12177
12178         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12179
12180         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12181         parameter.
12182
12183         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12184         parameter.
12185
12186         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12187         parameter and remove the gnus-sum-hint-move-is-internal variable.
12188
12189         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12190         parameter.
12191
12192         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12193         parameter.
12194
12195         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12196         parameter.
12197
12198         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12199
12200         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12201         parameter.
12202
12203         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12204         parameter.
12205
12206 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12207
12208         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12209         a more conservative way.
12210
12211 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12212
12213         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12214         buffer, so it moves the window's cursor.
12215
12216 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12217
12218         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12219         `mm-dissect-multipart' and receive the from field as an (optional)
12220         argument from `mm-dissect-multipart'.
12221         (mm-dissect-multipart): Receive the from field as an argument and
12222         pass it on when we call `mm-dissect-buffer' on MIME parts.
12223         Fixes verification/decryption of signed/encrypted MIME parts.
12224
12225 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12226
12227         * gnus-sum.el (gnus-summary-move-article): Set
12228         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12229         whatever it calls (right now, only nnimap-request-move article
12230         respects it).
12231
12232         * nnimap.el (nnimap-request-move-article): When
12233         gnus-sum-hint-move-is-internal is set, don't do the extra
12234         nnimap-request-article.
12235
12236 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12239
12240         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12241         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12242
12243         * gnus-sum.el (gnus-summary-caesar-message):
12244         Apply `gnus-treat-article' after rotation.
12245
12246         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12247         doc string.
12248
12249 2005-02-22  Simon Josefsson  <jas@extundo.com>
12250
12251         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12252         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12253         <arne@arnested.dk>.
12254         (encrypt): Add password-cache and password-cache-expiry as group
12255         members.
12256
12257 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12258
12259         * smime.el (smime-ldap-host-list): Doc fix.
12260         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12261         cache) password.
12262         (smime-sign-region): Use it.
12263         (smime-decrypt-region): Use it.
12264         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12265         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12266         fails.
12267         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12268         certificate from DER to PEM format rather than calling openssl.
12269
12270         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12271
12272         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12273         for signing/encryption.
12274
12275         * mml.el (mml-parse-1): Use them.
12276
12277 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12278
12279         * nnrss.el (nnrss-verbose): Removed.
12280         (nnrss-request-group): Use `nnheader-message' instead.
12281
12282 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12283
12284         * nnrss.el (nnrss-verbose): New variable.
12285         (nnrss-request-group): Make it say nnrss is requesting a group.
12286
12287 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12290         Handle news URL with given port correctly.
12291
12292 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12295         containing special characters.
12296
12297         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12298
12299         * mml.el (mime-to-mml): Ditto.
12300
12301         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12302         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12303         (rfc2047-decode-region): Quote decoded words containing special
12304         characters when rfc2047-quote-decoded-words-containing-tspecials
12305         is non-nil.
12306
12307 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12308
12309         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12310
12311         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12312
12313 2005-02-15  Simon Josefsson  <jas@extundo.com>
12314
12315         * nnimap.el (nnimap-debug): Doc fix.
12316
12317         * imap.el (imap-debug): Doc fix.
12318
12319 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12322
12323 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12324
12325         * gnus.el (spam-contents): Improve docs for spam-contents
12326         parameter in its variable incarnation.
12327
12328 2005-02-14  Simon Josefsson  <jas@extundo.com>
12329
12330         * smime-ldap.el: Use require instead of load-library for ldap.
12331         (smime-ldap-search): Indent.
12332         (smime-ldap-search-internal): Shorten line.
12333
12334         * smime.el (smime-cert-by-dns): Add doc-string.
12335         (smime-cert-by-ldap-1): Indent.
12336
12337         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12338         mml-smime-get-dns-ldap.
12339         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12340
12341 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12342
12343         * smime.el: Require smime-ldap.
12344         (smime-ldap-host-list): New variable.
12345         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12346
12347         * mml-smime.el (mml-smime-encrypt-query): New function.
12348         (mml-smime-encrypt-query): Use it.
12349
12350         * smime-ldap.el: New file.
12351
12352 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12355
12356 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12359         argument in doc string.  Make query for type more clear.
12360
12361 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gnus.el (gnus-group-startup-message): Search for gnus images in
12364         etc/images/gnus.
12365         * mm-util.el (mm-image-load-path): Likewise.
12366         * smiley.el (smiley-data-directory): Search for smilies in
12367         etc/images/smilies.
12368
12369 2005-02-09  Kim F. Storm  <storm@cua.dk>
12370
12371         Change Emacs release version from 21.4 to 22.1 throughout.
12372         Change Emacs development version from 21.3.50 to 22.0.50.
12373
12374 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12377
12378         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12379         non-Mule XEmacs as well.
12380         (mm-decompress-buffer): Signal an error intentionally if it does
12381         not decompress compressed data because auto-compression-mode is
12382         disabled.
12383
12384 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12385
12386         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12387         an ID in the registry even if it has no groups.
12388
12389 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12392         merge it into mm-decompress-buffer.
12393         (gnus-mime-copy-part): Use the MIME part charset, the value which
12394         a user specified or gnus-newsgroup-charset for decoding, like
12395         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12396         save-buffer what was used.  Suggested by Kevin Ryde
12397         <user42@zip.com.au>.
12398         (gnus-mime-inline-part): Allow the name parameter as well as the
12399         filename parameter; force decompressing of compressed data; always
12400         display contents being not decoded as unibyte.
12401
12402         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12403         as well as the filename parameter.
12404
12405         * mm-util.el (mm-decompress-buffer): Merge
12406         gnus-mime-jka-compr-maybe-uncompress.
12407         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12408         of compressed data.
12409
12410 2005-02-08  Simon Josefsson  <jas@extundo.com>
12411
12412         * imap.el (imap-log): Doc fix.
12413
12414 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12417         the coding cookies; decompress compressed parts.
12418
12419         * mml.el (mml-generate-mime-1): Add the charset parameter according
12420         to the value which a user specified manually or the coding cookie.
12421
12422         * mm-util.el (mm-string-to-multibyte): New function.
12423         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12424         (mm-coding-system-to-mime-charset): New function.
12425         (mm-decompress-buffer): New function.
12426         (mm-find-buffer-file-coding-system): New function.
12427
12428         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12429         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12430         parts.
12431
12432 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12433
12434         * mm-view.el (mm-display-inline-fontify): Decode a part according
12435         to the charset parameter.
12436
12437 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12440         prefix arg is neither nil nor a number, as info specifies.
12441
12442 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12445         timestamps.
12446
12447 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12448
12449         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12450         groups error checking and notify user.
12451
12452 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12453
12454         * message.el (message-send-mail-function): Check existence of
12455         sendmail-program first before using default value
12456         `message-send-mail-with-sendmail'.  Otherwise use more generic
12457         `smtpmail-send-it'.
12458
12459 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * nntp.el (nntp-request-update-info): Always return nil.
12462
12463 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12464
12465         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12466
12467 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12468
12469         * message.el (message-beginning-of-line): Change the behavior when
12470         invoked between BOL and : so that it first moves backward.
12471
12472 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12475         article buffer when editing of the article is discarded.
12476         (gnus-article-prepare): Revert.
12477
12478 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-art.el (gnus-article-prepare):
12481         Remove message-strip-forbidden-properties from the local hook.
12482
12483 2005-01-27  Simon Josefsson  <jas@extundo.com>
12484
12485         * password.el (password-cache-add): Only start one timer per key.
12486         Reported by Derek Atkins <warlord@MIT.EDU>.
12487
12488 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12489
12490         * run-at-time.el: Removed.  It is no longer needed as
12491         timer-funcs.el in the xemacs-base package has a working version of
12492         `run-at-time'.
12493
12494         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12495
12496         * password.el: Require timer-funcs instead of run-at-time in
12497         XEmacs.
12498         Remove `password-run-at-time' macro.
12499         (password-cache-add): Use `run-at-time' instead of
12500         `password-run-at-time'.
12501
12502         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12503         Remove `nnheader-cancel-function-timers' alias,
12504         `cancel-function-timers' exists in XEmacs in timer-funcs.
12505
12506         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12507         for `run-with-idle-timer'.
12508
12509         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12510         for `run-at-time'.
12511
12512         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12513         for `with-timeout'.
12514
12515         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12516         the same as for XEmacs 21.4.
12517         No need to ignore `run-with-idle-timer', this function exists in
12518         XEmacs now in timer-funcs.el in the xemacs-base package.
12519         (dgnushack-compile): No need to delete
12520         run-at-time.el from the list of files to compile because it
12521         doesn't exist anymore.
12522
12523 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12526         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12527
12528 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12529
12530         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12531         sensitively.
12532
12533 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12534
12535         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12536
12537 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12540         which will be inserted according to the multibyteness of a buffer
12541         rather than the type of contents.  Suggested by ARISAWA Akihiro
12542         <ari@mbf.ocn.ne.jp>.
12543
12544         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12545         of string which old xml.el may return rather than a string.
12546
12547 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12550
12551 2005-01-16  Simon Josefsson  <jas@extundo.com>
12552
12553         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12554         idn/idna.el isn't available.
12555         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12556         <michael@waxrat.com>.
12557
12558         * hashcash.el: Remove non-FSF copyright header.
12559
12560         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12561         (hashcash-generate-payment): Use it.
12562         (hashcash-generate-payment-async): Use it.
12563
12564 2005-01-15  Simon Josefsson  <jas@extundo.com>
12565
12566         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12567         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12568
12569         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12570         gnus-summary-idna-message.
12571         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12572         (gnus-summary-idna-message): New function.
12573
12574 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12575
12576         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12577         gnus-novice-user.
12578
12579 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * nnrss.el (nnrss-request-delete-group): Delete entries in
12582         nnrss-group-alist as well.
12583         (nnrss-save-server-data): Insert newline.
12584
12585 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * gnus.el (gnus-user-agent): Use list of symbols instead of
12588         symbols.  Display full version number for (S)XEmacs.  Optionally
12589         display (S)XEmacs codename.
12590
12591         * gnus-util.el (gnus-emacs-version): Update for new
12592         `gnus-user-agent'.
12593
12594         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12595         Gnus version.
12596
12597 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12600         which is unreadable in some setups.
12601
12602 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * gnus-spec.el (gnus-update-format-specifications): Flush the
12605         group format spec cache if it doesn't support decoded group names.
12606
12607 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12610         Allow to apply decay on score files matching a regexp.
12611
12612 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12615         compatibility in %g and %c.
12616
12617 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12620         name for only %g and %c.
12621         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12622         of gnus-tmp-group to decoded group name.
12623         (gnus-group-make-rss-group): Exclude `/'s from group names.
12624
12625 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * nnrss.el (nnrss-get-encoding): Fix regexp.
12628
12629 2004-12-27  Simon Josefsson  <jas@extundo.com>
12630
12631         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12632         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12633         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12634
12635 2004-12-17  Kim F. Storm  <storm@cua.dk>
12636
12637         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12638
12639         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12640
12641 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12642
12643         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12644
12645 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * nnrss.el: Require rfc2047 and mml.
12648         (nnrss-file-coding-system): New variable.
12649         (nnrss-format-string): Redefine it as an inline function.
12650         (nnrss-decode-group-name): New function.
12651         (nnrss-string-as-multibyte): Remove.
12652         (nnrss-retrieve-headers): Decode group name; don't use
12653         nnrss-format-string.
12654         (nnrss-request-group): Decode group name.
12655         (nnrss-request-article): Decode group name; allow a Message-ID as
12656         well as an article number; don't use nnrss-format-string; encode a
12657         Message-ID string which may contain non-ASCII characters; use
12658         mml-to-mime to compose a MIME article.
12659         (nnrss-request-expire-articles): Decode group name.
12660         (nnrss-request-delete-group): Decode group name.
12661         (nnrss-fetch): Clarify error message.
12662         (nnrss-read-server-data): Use insert-file-contents instead of load;
12663         bind file-name-coding-system; use multibyte buffer.
12664         (nnrss-save-server-data): Bind coding-system-for-write to the
12665         value of nnrss-file-coding-system; bind file-name-coding-system;
12666         add coding cookie.
12667         (nnrss-read-group-data): Use insert-file-contents instead of load;
12668         bind file-name-coding-system; use multibyte buffer.
12669         (nnrss-save-group-data): Bind coding-system-for-write to the
12670         value of nnrss-file-coding-system; bind file-name-coding-system.
12671         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12672         make it work with non-ASCII text.
12673         (nnrss-find-el): Make it work with old xml.el as well.
12674
12675 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12676
12677         * nnrss.el (nnrss-get-encoding): New function.
12678         (nnrss-fetch): Use unibyte buffer initially; bind
12679         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12680         decode contents according to the encoding attribute.
12681         (nnrss-save-group-data): Add coding cookie.
12682         (nnrss-mime-encode-string): New function.
12683         (nnrss-check-group): Use it to encode subject and author.
12684
12685 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12686
12687         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12688         imaginary variable.
12689
12690 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12693         correctly even if there are wide characters.
12694
12695 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12696
12697         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12698         downcased symbol names; make a new cache instead of reusing
12699         bbdb-hashtable.
12700
12701 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12704         concatenating segments rather than before concatenating them.
12705         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12706
12707         * message.el (message-get-reply-headers): Bind `extra'.
12708
12709 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12710
12711         * message.el (message-extra-wide-headers): New variable.
12712         (message-get-reply-headers): Use it.
12713
12714 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12717         (gnus-agent-group-pathname): Ditto.
12718
12719         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12720
12721         * gnus-group.el (gnus-group-make-group): Decode group name.
12722         (gnus-group-make-rss-group): Register the group data after opening
12723         the nnrss group.
12724
12725 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12726
12727         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12728         by expiry now get marked as read.
12729
12730 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12733
12734 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12735
12736         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12737         unify Latin characters in XEmacs.
12738         (mm-find-mime-charset-region): Use it.
12739
12740 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-util.el (gnus-delete-directory): New function.
12743
12744         * gnus-agent.el (gnus-agent-delete-group): Use it.
12745
12746         * gnus-cache.el (gnus-cache-delete-group): Use it.
12747
12748 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12751         names.
12752
12753 2004-12-16  Simon Josefsson  <jas@extundo.com>
12754
12755         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12756
12757 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12760
12761         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12762         (gnus-group-set-current-level): Decode group name.
12763
12764 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12765
12766         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12767         failed.
12768
12769 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-group.el (gnus-group-delete-group): Decode group name.
12772         (gnus-group-make-rss-group): Encode group name.
12773         (gnus-group-catchup-current): Decode group name.
12774         (gnus-group-kill-group): Decode group name.
12775
12776 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12777
12778         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12779
12780 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-group.el (gnus-group-make-rss-group):
12783         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12784
12785         * gnus-start.el (gnus-setup-news): Honor user's setting to
12786         gnus-message-archive-method.  Suggested by Lute Kamstra
12787         <lute@gnu.org>.
12788
12789 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12790
12791         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12792         global counterparts of the buffer-local variables.
12793
12794 2004-11-16  Romain Francoise  <romain@orebokech.com>
12795
12796         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12797         counterparts of the buffer-local variables.
12798
12799 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * message.el (message-forbidden-properties): Fixed typo in doc
12802         string.
12803
12804 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * gnus-util.el (gnus-replace-in-string): Added doc string.
12807
12808         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12809         to avoid problems when splitting mails with many recipients.
12810
12811 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12812
12813         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12814         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12815
12816 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12817
12818         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12819         if there is no hashtable in memory or file modification time is
12820         newer than cached timestamp.
12821
12822 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12825         not-matching option.
12826
12827 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12830         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12831         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12832         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12833         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12834         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12835
12836 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * message.el (message-forward-make-body-mml): Remove headers
12839         according to message-forward-ignored-headers if a message is decoded.
12840
12841 2004-12-02  Romain Francoise  <romain@orebokech.com>
12842
12843         * message.el (message-forward-make-body-plain): Always remove
12844         headers according to message-forward-ignored-headers.
12845
12846 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12847
12848         * spam.el (spam-summary-prepare-exit): Remove the
12849         gnus-summary-limit pop for now, it has problems with ham marks for
12850         me.
12851
12852 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12853
12854         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12855         correctly.
12856
12857 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12858
12859         * format-spec.el (format-spec): Message the char.
12860
12861 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12862
12863         * gnus-art.el (gnus-split-methods): Reformat comments.
12864
12865         * spam.el (spam-summary-prepare-exit): Remove article limits
12866         before exiting the summary buffer.
12867
12868 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12871         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12872
12873         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12874         order to silence the byte compiler.
12875
12876         * spam.el: Fix the way to silence the byte compiler, which
12877         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12878         bbdb-search-simple, spam-BBDB-register-routine,
12879         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12880         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12881         spam-stat-buffer-is-spam, spam-stat-load,
12882         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12883         spam-stat-save and spam-stat-split-fancy.
12884
12885 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12888         which may confuse users.
12889         (canlock-password-for-verify): Ditto.
12890
12891         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12892
12893         * gnus-art.el (gnus-emphasis-alist): Ditto.
12894
12895         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12896
12897         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12898
12899         * gnus-start.el (gnus-save-killed-list): Ditto.
12900
12901         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12902         (gnus-sum-thread-tree-root): Ditto.
12903         (gnus-sum-thread-tree-false-root): Ditto.
12904         (gnus-sum-thread-tree-single-indent): Ditto.
12905
12906         * message.el (message-courtesy-message): Ditto.
12907         (message-archive-note): Ditto.
12908         (message-subscribed-address-file): Ditto.
12909         (message-user-fqdn): Ditto.
12910
12911         * spam-report.el (spam-report-gmane-regex): Ditto.
12912
12913         * spam.el (spam-blackhole-good-server-regex): Ditto.
12914
12915 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * mml.el (mml-preview): Widen the message buffer before copying
12918         the contents to the preview buffer; sort headers before previewing.
12919
12920         * message.el (message-hidden-headers): Fix the way to avoid a bug
12921         in the `repeat' widget in Emacs 21.3 or earlier.
12922
12923 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * message.el (message-hidden-headers): Default to "^References:".
12926         Improve customization type.  Suggested by Reiner Steib
12927         <Reiner.Steib@gmx.de>.
12928
12929 2004-11-25  Romain Francoise  <romain@orebokech.com>
12930
12931         * message.el (message-strip-forbidden-properties): Remove check for
12932         obsolete `message-hidden' text property, hidden headers are not
12933         accessible in the buffer anymore.
12934
12935 2004-11-22  Romain Francoise  <romain@orebokech.com>
12936
12937         * message.el (message-header-format-alist): Add `From' in list
12938         so that it can be sorted.
12939         (message-fix-before-sending): Widen and sort headers before
12940         sending.
12941         (message-hide-headers): Use narrowing to hide headers by moving
12942         them to the top of the buffer and narrowing to the region
12943         underneath.
12944
12945 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12946
12947         * message.el (message-strip-forbidden-properties): Bind
12948         buffer-read-only (etc) to nil.
12949
12950 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12953         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12954
12955 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12956
12957         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12958
12959 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12960
12961         * dns.el (query-dns): Use sit-for to time instead of
12962         accept-process-output, since that doesn't seem to work on udp
12963         sockets.
12964
12965 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12968
12969 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12970
12971         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12972         doc string.  Improve doc string.
12973
12974 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * nntp.el (nntp-request-update-info): Return nil if
12977         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12978         may not call gnus-activate-group which uselessly issues the GROUP
12979         commands for all nntp groups and wastes time.  Reported by Romain
12980         Francoise <romain@orebokech.com>.
12981
12982         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12983
12984 2004-11-15  Simon Josefsson  <jas@extundo.com>
12985
12986         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12987         headers separately.
12988         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12989         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12990
12991 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * gnus-start.el (gnus-convert-old-newsrc):
12994         Assign legacy-gnus-agent to 5.10.7.
12995
12996 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12999         start of the lines.
13000
13001 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13002
13003         * hashcash.el (hashcash-default-payment): Change default to 20.
13004         (hashcash-default-accept-payment): Change default to 20.
13005         (hashcash-process-alist): New variable.
13006         (hashcash-generate-payment-async): Add.
13007         (hashcash-already-paid-p): Add.
13008         (hashcash-insert-payment): Don't generate payments twice.
13009         (hashcash-insert-payment-async): Add.
13010         (hashcash-insert-payment-async-2): Add.
13011         (hashcash-cancel-async): Add.
13012         (hashcash-wait-async): Add.
13013         (hashcash-processes-running-p): Add.
13014         (hashcash-wait-or-cancel): Add.
13015         (mail-add-payment): New optional argument.  Conditionally start
13016         asynchronous calculation.
13017         (mail-add-payment-async): Add.
13018
13019         * message.el (message-send-mail): Wait for asynchronous hashcash
13020         results.  Don't clobber existing X-Hashcash headers.
13021         (message-setup-1): Call mail-add-payment-async when
13022         message-generate-hashcash is non-nil.
13023
13024 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13025
13026         * message.el (message-use-alternative-email-as-from): Examine the
13027         From header as well; use message-make-from in order to include a
13028         user's full name.
13029
13030 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13033         default; improve customization type.
13034         (gnus-emphasis-custom-with-format): New macro.
13035         (gnus-emphasis-custom-value-to-external): New function.
13036         (gnus-emphasis-custom-value-to-internal): New function.
13037
13038 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13039
13040         * dns.el (query-dns): Resolve reverse addresses.
13041
13042 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043
13044         * gnus-group.el (gnus-group-get-new-news): Use it.
13045
13046         * gnus-start.el (gnus-check-reasonable-setup): New function.
13047
13048 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13051         "Args out of range" error.  Reported by Arnaud Giersch
13052         <arnaud.giersch@free.fr>.
13053
13054 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13055
13056         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13057
13058 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13059
13060         * spam.el (spam group): Add :version.
13061
13062         * pgg-def.el (pgg group): Add :version.
13063
13064 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * gnus-art.el (gnus-article-edit-article): Don't associate the
13067         article buffer with a draft file.  This is a temporary measure
13068         against the 2004-08-22 change to gnus-article-edit-mode.
13069
13070 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13073         (html2text-format-tags): Remove unused variable `attr'.
13074
13075 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13076
13077         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13078
13079         * tls.el (tls-process-connection-type, tls-success)
13080         (tls-certtool-program): Add :version.
13081
13082         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13083         (starttls-extra-arguments, starttls-process-connection-type)
13084         (starttls-connect, starttls-failure, starttls-success): Add :version.
13085
13086         * spam-stat.el (spam-stat): Add :version.
13087
13088         * sieve.el (sieve): Add :version.
13089
13090         * sha1.el (sha1): Add :version.
13091         (sha1-use-external): Remove redundant version.
13092
13093         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13094         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13095         (nnmail-split-fancy-match-partial-words)
13096         (nnmail-split-lowercase-expanded): Add :version.
13097
13098         * nndiary.el (nndiary): Add :version.
13099
13100         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13101
13102         * mml-sec.el (mml-default-sign-method)
13103         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13104         Add :version.
13105
13106         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13107
13108         * mm-url.el (mm-url-use-external, mm-url-program)
13109         (mm-url-arguments): Add :version.
13110
13111         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13112         (mm-attachment-file-modes, mm-decrypt-option)
13113         (mm-w3m-safe-url-regexp): Add :version.
13114
13115         * message.el (message-cite-prefix-regexp)
13116         (message-sendmail-envelope-from, message-minibuffer-local-map)
13117         (message-user-fqdn, message-completion-alist): Add :version.
13118
13119         * gnus-win.el (gnus-configure-windows-hook)
13120         (gnus-use-frames-on-any-display): Add :version.
13121
13122         * gnus-art.el (gnus-article-address-banner-alist)
13123         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13124         (gnus-treat-from-picon, gnus-treat-mail-picon)
13125         (gnus-treat-x-pgp-sig): Add :version.
13126
13127         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13128         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13129         (gnus-summary-article-delete-hook)
13130         (gnus-summary-display-while-building): Add :version.
13131
13132         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13133         (gnus-get-top-new-news-hook): Add :version.
13134
13135         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13136         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13137
13138         * gnus-registry.el (gnus-registry): Add :version.
13139
13140         * gnus-spec.el (gnus-use-correct-string-widths)
13141         (gnus-make-format-preserve-properties): Add :version.
13142
13143         * gnus.el (gnus-group-charter-alist)
13144         (gnus-group-fetch-control-use-browse-url)
13145         (gnus-install-group-spam-parameters): Add :version.
13146
13147         * gnus-diary.el (gnus-diary): Add :version.
13148
13149         * gnus-delay.el (gnus-delay): Add :version.
13150
13151         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13152         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13153         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13154         Add :version.
13155
13156         * gnus-agent.el (gnus-agent-max-fetch-size)
13157         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13158         (gnus-agent-prompt-send-queue): Add :version.
13159
13160         * deuglify.el (gnus-outlook-deuglify): Add :version.
13161
13162         * html2text.el: Beautify code.  Improve doc strings.  Some
13163         checkdoc cleanup.
13164         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13165
13166 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13167
13168         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13169
13170 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13171
13172         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13173         when package is loaded.
13174
13175         * spam.el (spam-summary-score-preferred-header): Add global preference
13176         for people who want to override the default SpamAssassin over
13177         Bogofilter preference (when both are set).
13178         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13179         (spam-user-format-function-S): Check
13180         spam-summary-score-preferred-header.
13181         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13182         (spam-user-format-function-S): Format the score correctly.
13183
13184 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13187         signature file.  Suggested by Manoj Srivastava
13188         <srivasta@golden-gryphon.com>.
13189
13190         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13191         iso-2022-jp even in the Japanese language environment.
13192         Suggested by Jason Rumney <jasonr@gnu.org>.
13193
13194 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13195
13196         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13197         use the same characters as the dummy marks; make it free from
13198         getting affected by the language environment.
13199         (gnus-summary-read-group-1): Update mark positions only when the
13200         format spec is updated.
13201
13202         * gnus-spec.el (gnus-update-format-specifications): Return a list
13203         of updated types.
13204
13205 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13208         of boundp to check if display-warning is available.
13209
13210 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13213
13214 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * nnspool.el (nnspool-spool-directory): Use news-path if the
13217         news-directory variable is not bound.
13218
13219         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13220         function instead of display-warning if it is not available.
13221
13222 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13225         v5-10: Use `point-at-bol'.
13226
13227 2004-10-26  Simon Josefsson  <jas@extundo.com>
13228
13229         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13230         <chenggao@gmail.com>.
13231
13232 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13235         instead.
13236
13237 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13238
13239         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13240         to remove a server from the nnimap-server-buffer-alist.
13241         (nnimap-open-connection, nnimap-close-server): Use it.
13242
13243         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13244
13245 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13248         running the major-mode function.
13249
13250 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13253         dummy marks in the right way.
13254
13255 2004-10-18  David Edmondson  <dme@dme.org>
13256
13257         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13258         excessively.
13259
13260 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13261
13262         * gnus-util.el (gnus-split-references): Accept a nil references
13263         string and go on blissfully.
13264
13265         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13266         cases where the references string is non-nil but has no references.
13267
13268         * encrypt.el: Add autoload tags.
13269
13270         * spam.el (spam-resolve-registrations-routine): Remove article
13271         from unregistration list too.  Reported by David Hanak
13272         <dhanak@isis.vanderbilt.edu>
13273
13274 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13277         nil.  Changed custom type.
13278
13279 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13282
13283         * gnus-sum.el (gnus-summary-move-article): Use it.
13284
13285 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13286
13287         * encrypt.el: Add autoload cookies.
13288
13289         * spam.el (spam-backend-article-list-property)
13290         (spam-backend-get-article-todo-list)
13291         (spam-backend-put-article-todo-list)
13292         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13293         Resolve registrations separately.
13294         (spam-register-routine): Format comments.
13295         (spam-unregister-routine, spam-register-routine): Always call with
13296         specific-articles, no default list.
13297         (spam-summary-prepare-exit): Use the spam-classifications function.
13298
13299         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13300         gnus-encrypt.el.
13301
13302         * encrypt.el: Copied from gnus-encrypt.el.
13303
13304         * gnus-encrypt.el: Commented that it's obsolete.
13305
13306 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13309         (gnus-score-save): Use it.
13310
13311         * message.el (message-bury): Use `window-dedicated-p'.
13312
13313 2004-10-15  Simon Josefsson  <jas@extundo.com>
13314
13315         * pop3.el (top-level): Don't require nnheader.
13316         (pop3-read-timeout): Add.
13317         (pop3-accept-process-output): Add.
13318         (pop3-read-response, pop3-retr): Use it.
13319
13320 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13321
13322         * spam.el (spam-register-routine): Move comment.
13323         (spam-verify-bogofilter): Use 'unknown for the initial
13324         spam-bogofilter-valid state, not 'never.
13325
13326         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13327         for netrc-machine.
13328
13329         * nnimap.el (nnimap-open-connection): Use
13330         netrc-machine-user-or-password.
13331
13332 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13333
13334         * gnus-registry.el (gnus-registry-unload-hook):
13335         Set as a variable with add-hook.
13336
13337         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13338         of news-path.
13339
13340         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13341
13342         * spam.el: Delete duplicate `provide'.
13343         (spam-unload-hook): Set as a variable with add-hook.
13344
13345 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13348         in the doc string.
13349
13350         * message.el (message-ignored-news-headers)
13351         (message-ignored-supersedes-headers)
13352         (message-ignored-resent-headers)
13353         (message-forward-ignored-headers): Improve custom type.
13354
13355 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * message.el (message-tokenize-header): Fix 2004-09-06 change
13358         which used point-min in the wrong place.
13359
13360 2004-10-12  Simon Josefsson  <jas@extundo.com>
13361
13362         * tls.el (tls-certtool-program): New variable.
13363         (tls-certificate-information): New function, based on
13364         ssl-certificate-information.
13365
13366 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * compface.el: Move the version of ELisp-based uncompface program
13369         to the contrib directory because of the copyright problem.
13370
13371 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * message.el (message-kill-buffer): Raise the current frame.
13374
13375 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13378
13379         * gnus.el (message-y-or-n-p): Autoload.
13380
13381         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13382         (pop3-password-required, pop3-authentication-scheme)
13383         (pop3-leave-mail-on-server): Made customizable.
13384         (pop3): New custom group.
13385         (pop3-retr): Remove `sleep-for' statements.
13386         Suggested by Dave Love <fx@gnu.org>.
13387
13388         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13389         Windows/DOS.
13390
13391         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13392         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13393         Dave Love <fx@gnu.org>.
13394
13395         * mml.el (mml-minibuffer-read-disposition): Require match.
13396         Suggested by Dave Love <fx@gnu.org>.
13397
13398 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13401         doc string.
13402
13403 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13406
13407 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13408
13409         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13410         instead of calling `mm-insert-inline', to decode text/* parts
13411         before displaying them.
13412
13413 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * mm-uu.el (mm-uu-text-plain-type): New variable.
13416         (mm-uu-pgp-signed-extract-1): Use it.
13417         (mm-uu-pgp-encrypted-extract-1): Use it.
13418         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13419         bind mm-uu-text-plain-type with that value.
13420         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13421         mm-uu-dissect.
13422
13423 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-group.el (gnus-update-group-mark-positions):
13426         * gnus-sum.el (gnus-update-summary-mark-positions):
13427         * message.el (message-check-news-body-syntax):
13428         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13429         of string-as-multibyte.
13430
13431 2004-10-05  Juri Linkov  <juri@jurta.org>
13432
13433         * gnus-group.el (gnus-update-group-mark-positions):
13434         * gnus-sum.el (gnus-update-summary-mark-positions):
13435         * message.el (message-check-news-body-syntax):
13436         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13437         8-bit unibyte values to a multibyte string for search functions.
13438
13439 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13442         (mm-uu-dissect-text-parts): New function.
13443
13444         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13445         dissect text parts.
13446
13447         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13448         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13449
13450         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13451
13452         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13453         gnus-current-topics instead of gnus-current-topic.
13454
13455 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13456
13457         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13458
13459 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13460
13461         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13462         where approriate.
13463
13464         * nnml.el (nnml-generate-active-info): do.
13465
13466         * nndiary.el (nndiary-generate-active-info): do.
13467
13468         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13469         (gnus-topic-move): do.
13470
13471         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13472         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13473
13474         * gnus-srvr.el (gnus-server-prepare)
13475         (gnus-server-open-all-servers): do.
13476
13477         * gnus-msg.el (gnus-summary-cancel-article)
13478         (gnus-summary-resend-message)
13479         (gnus-summary-mail-crosspost-complaint): do.
13480
13481         * gnus-move.el (gnus-change-server): do.
13482
13483         * gnus-group.el (gnus-group-unmark-all-groups)
13484         (gnus-group-set-current-level): do.
13485
13486 2004-10-04  Simon Josefsson  <jas@extundo.com>
13487
13488         * message.el (message-generate-hashcash): Doc fix.
13489
13490 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13491
13492         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13493         avoid infinite recursion via gnus-get-function.
13494
13495 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13496
13497         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13498
13499         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13500
13501         * nnmail.el (nnmail-split-history): do.
13502
13503         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13504         (nnml-request-delete-group): do.
13505
13506         * nnslashdot.el (nnslashdot-read-groups): do.
13507
13508         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13509         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13510
13511         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13512         (nnspool-sift-nov-with-sed): Use last.
13513         (nnspool-retrieve-headers-with-nov): Use mapc.
13514         (nnspool-request-newgroups): Use dolist.
13515         (nnspool-request-group): Use last.
13516
13517         * nntp.el (nntp-read-server-type): Use dolist.
13518
13519         * nnvirtual.el (nnvirtual-create-mapping)
13520         (nnvirtual-update-read-and-marked): Use dolist.
13521         (nnvirtual-convert-headers): Simplify.
13522
13523 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13524
13525         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13526         support for sync'ing tick marks.
13527
13528 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13531         there's no visible header.
13532
13533 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13534
13535         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13536         necessary, pass full group name to gnus-request-set-marks.
13537
13538 2004-10-01  Simon Josefsson  <jas@extundo.com>
13539
13540         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13541         acroread.
13542
13543 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13544
13545         * spam-report.el (spam-report-gmane): Fix interactive.
13546
13547         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13548
13549         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13550         when writing file.
13551         (gnus-agent-synchronize-flags): Don't default to being
13552         interactive.
13553
13554 2004-09-30  Simon Josefsson  <jas@extundo.com>
13555
13556         * message.el (message-generate-hashcash): Add.
13557         (message-send-mail): Use it, call mail-add-payment.
13558
13559 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13560
13561         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13562
13563 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13564
13565         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13566         gnus-requst-update-info with explicit code to sync the in-memory
13567         info read flags with the marks being sync'd to the backend.
13568
13569         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13570
13571 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13572
13573         * spam.el (spam-verify-bogofilter): Add new function.
13574         (spam-check-bogofilter)
13575         (spam-bogofilter-register-with-bogofilter): Use it.
13576         (spam-verify-bogofilter): Add small fixes.
13577
13578 2004-09-28  Simon Josefsson  <jas@extundo.com>
13579
13580         * hashcash.el (hashcash-generate-payment): Revert.
13581
13582 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13583
13584         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13585         gnus-extract-references instead of gnus-split-references.
13586
13587         * gnus-util.el (gnus-extract-references): Add new function, analogous
13588         to gnus-split-references but extracts only the message-ID without
13589         anything extra.
13590
13591         * hashcash.el (hashcash-generate-payment)
13592         (hashcash-check-payment): Do the right thing if hashcash-path is
13593         nil (because the hashcash program could not be found).
13594
13595         * spam.el (spam-use-hashcash): Remove comment.
13596
13597 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13598
13599         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13600         (gnus-cache-enter-article, gnus-cache-remove-article)
13601         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13602
13603         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13604
13605         * gnus-art.el (article-hide-boring-headers)
13606         (article-translate-strings, article-display-face)
13607         (gnus-article-mime-match-handle-first)
13608         (gnus-article-highlight-headers)
13609         (gnus-article-add-buttons-to-head): do.
13610
13611 2004-09-27  Simon Josefsson  <jas@extundo.com>
13612
13613         * hashcash.el: New version, from
13614         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13615         ../contrib/.
13616
13617 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13620
13621 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13622
13623         * gnus-dup.el (gnus-dup-open): Use mapc.
13624         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13625
13626         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13627         Reported by Stefan Wiens <s.wi@gmx.net>.
13628
13629         * gnus.el (gnus-shutdown): Use dolist.
13630
13631         * gnus-undo.el (gnus-undo): Use mapc.
13632
13633         * nnrss.el (nnrss-generate-active): do.
13634
13635         * message.el (message-cite-original-without-signature)
13636         (message-cite-original): Use mapc.
13637         (message-do-actions, message-make-forward-subject): Use dolist.
13638
13639 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13640
13641         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13642         deletion to remove entire duplicate line.  Fixes merged article
13643         number bug.
13644
13645 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13646
13647         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13648         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13649         first ask if you want to open a server and then, even when you
13650         responded with no, asking if you want to synchronize the server's
13651         flags.
13652         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13653         multi-line expressions.
13654         (gnus-agent-synchronize-group-flags): New internal function.
13655         Updates marks in memory (in the info structure) AND in the
13656         backend.
13657
13658         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13659
13660         * nnagent.el (nnagent-request-set-mark): Use
13661         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13662         method, to ensure that synchronization updates marks in the
13663         backend and in the info (in memory) structure.
13664
13665 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13668         convention fully; don't miss the root article of a thread; make
13669         the X-Draft-From header with correct article numbers.
13670
13671 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13672
13673         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13674         unless plugged.  Disable the agent so that an open failure causes
13675         an error.
13676
13677         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13678         Reverted 2004-09-21 change.  The backend must be opened while
13679         synchronizing flags even when the backend stores the flags
13680         locally.
13681
13682 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13685         in `header' match.  Reported by Svend Tollak Munkejord.
13686
13687         * message.el (message-cite-original): Fix use of
13688         `message-cite-articles-with-x-no-archive'.
13689
13690 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13693         (gnus-window-to-buffer): Ditto.
13694
13695         * mml.el (mml-preview-buffer): New variable.
13696         (mml-preview): Manage window layout with gnus-buffer-configuration.
13697
13698         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13699         X-Draft-From header even if those articles aren't quoted.
13700
13701 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13702
13703         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13704         (gnus-request-set-mark, gnus-request-update-mark): Use new
13705         g-s-t-u-l-m to decide to use backend even when unplugged.
13706
13707 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13710         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13711
13712 2004-09-20  Simon Josefsson  <jas@extundo.com>
13713
13714         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13715         "utf-16-le".
13716
13717 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13718
13719         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13720
13721 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * uudecode.el (uudecode-use-external): Add :version.
13724
13725         * smime.el (smime-CA-file, smime-encrypt-cipher)
13726         (smime-dns-server): Add :version.
13727
13728         * smiley.el (gnus-smiley-file-types): Add :version.
13729
13730         * sha1.el (sha1-use-external): Add :version.
13731
13732         * pgg-def.el (pgg-query-keyserver): Add :version.
13733
13734         * nnmail.el (nnmail-fancy-expiry-targets)
13735         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13736         Add :version.
13737
13738         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13739         (nnimap-retrieve-groups-asynchronous): Add :version.
13740         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13741
13742         * mml.el (mml-content-disposition-parameters)
13743         (mml-insert-mime-headers-always): Add :version.
13744
13745         * mm-util.el (mm-coding-system-priorities): Add :version.
13746
13747         * mm-decode.el (mm-inline-text-html-with-images)
13748         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13749         (mm-verify-option): Add :version.
13750         (mm-text-html-renderer): Change :version.
13751
13752         * message.el (message-fcc-externalize-attachments)
13753         (message-required-headers, message-draft-headers)
13754         (message-subject-trailing-was-query)
13755         (message-subject-trailing-was-ask-regexp)
13756         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13757         (message-mark-insert-end, message-archive-header)
13758         (message-archive-note, message-cross-post-default)
13759         (message-cross-post-note, message-followup-to-note)
13760         (message-cross-post-note-function, message-use-mail-followup-to)
13761         (message-subscribed-address-functions)
13762         (message-subscribed-address-file, message-subscribed-addresses)
13763         (message-subscribed-regexps, message-allow-no-recipients)
13764         (message-yank-cited-prefix, message-signature-insert-empty-line)
13765         (message-hidden-headers, message-hierarchical-addresses)
13766         (message-mail-user-agent, message-use-idna)
13767         (message-valid-fqdn-regexp)
13768         (message-strip-special-text-properties, message-header-synonyms)
13769         (message-beginning-of-line, message-tab-body-function): Add :version.
13770         (message-insert-canlock, message-wide-reply-confirm-recipients):
13771         Change :version.
13772
13773         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13774         and :version.
13775         (mail-source-delete-old-incoming-confirm)
13776         (mail-source-movemail-program): Add :version.
13777
13778         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13779         (gnus-agent-cache, gnus-agent): Change :version.
13780
13781         * gnus-util.el (gnus-use-byte-compile): Change :version.
13782
13783         * gnus-sum.el (gnus-summary-make-false-root-always)
13784         (gnus-summary-default-high-score)
13785         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13786         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13787         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13788         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13789         (gnus-sum-thread-tree-single-indent)
13790         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13791         (gnus-sum-thread-tree-leaf-with-other)
13792         (gnus-sum-thread-tree-single-leaf): Add :version.
13793         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13794         (gnus-article-loose-mime): Change :version.
13795
13796         * gnus-start.el (gnus-backup-startup-file)
13797         (gnus-save-startup-file-via-temp-buffer): Add :version.
13798
13799         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13800         (gnus-server-offline-face): Add :version.
13801
13802         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13803
13804         * gnus-msg.el (gnus-gcc-externalize-attachments)
13805         (gnus-debug-files, gnus-debug-exclude-variables)
13806         (gnus-discouraged-post-methods): Change :version.
13807         (gnus-confirm-mail-reply-to-news)
13808         (gnus-confirm-treat-mail-like-news): Add :version.
13809
13810         * gnus-int.el (gnus-server-unopen-status): Add :version.
13811
13812         * gnus-group.el (gnus-group-jump-to-group-prompt)
13813         (gnus-large-ephemeral-newsgroup)
13814         (gnus-fetch-old-ephemeral-headers): Add :version.
13815
13816         * gnus-fun.el (gnus-x-face-directory)
13817         (gnus-convert-pbm-to-x-face-command)
13818         (gnus-convert-image-to-x-face-command)
13819         (gnus-convert-image-to-face-command): Add :version.
13820
13821         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13822
13823         * gnus-cite.el (gnus-cite-blank-line-after-header)
13824         (gnus-article-boring-faces): Add :version.
13825
13826         * gnus-art.el (gnus-buttonized-mime-types)
13827         (gnus-inhibit-mime-unbuttonizing)
13828         (gnus-treat-display-face)
13829         (gnus-treat-body-boundary): Change :version.
13830         (gnus-body-boundary-delimiter, gnus-picon-databases)
13831         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13832         (gnus-treat-date-english, gnus-treat-fold-headers)
13833         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13834         (gnus-treat-mail-picon, gnus-treat-wash-html)
13835         (gnus-article-encrypt-protocol)
13836         (gnus-use-idna, gnus-article-over-scroll)
13837         (gnus-mime-display-multipart-alternative-as-mixed)
13838         (gnus-mime-display-multipart-related-as-mixed)
13839         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13840         (gnus-ctan-url, gnus-button-ctan-handler)
13841         (gnus-button-handle-ctan-bogus-regexp)
13842         (gnus-button-ctan-directory-regexp)
13843         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13844         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13845         (gnus-button-man-level, gnus-button-emacs-level)
13846         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13847
13848         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13849         (gnus-agent-go-online): Change :version.
13850         (gnus-agent-expire-unagentized-dirs)
13851         (gnus-agent-auto-agentize-methods): Add :version.
13852
13853         * flow-fill.el (fill-flowed-display-column)
13854         (fill-flowed-encode-column): Add :version.
13855
13856         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13857         (gnus-outlook-deuglify-unwrap-max)
13858         (gnus-outlook-deuglify-cite-marks)
13859         (gnus-outlook-deuglify-unwrap-stop-chars)
13860         (gnus-outlook-deuglify-no-wrap-chars)
13861         (gnus-outlook-deuglify-attrib-cut-regexp)
13862         (gnus-outlook-deuglify-attrib-verb-regexp)
13863         (gnus-outlook-deuglify-attrib-end-regexp)
13864         (gnus-outlook-display-hook): Add :version.
13865
13866         * binhex.el (binhex-use-external): Add :version.
13867
13868 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13869
13870         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13871         and `invisible'.
13872
13873 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13874
13875         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13876         in gnus-registry-trim.
13877
13878 2004-09-13  Simon Josefsson  <jas@extundo.com>
13879
13880         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13881
13882         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13883
13884         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13885         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13886         <yamaoka@jpl.org>.
13887         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13888         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13889         <yamaoka@jpl.org>.
13890
13891         * sieve.el (sieve-manage-mode): Ditto.
13892
13893 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13896
13897 2004-09-11  Simon Josefsson  <jas@extundo.com>
13898
13899         * dns-mode.el: Add.
13900
13901         * mm-view.el (mm-display-dns-inline): Add.
13902
13903         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13904         (mm-automatic-display): Ditto.
13905
13906         * mailcap.el (mailcap-mime-data): Add text/dns.
13907         (mailcap-mime-extensions): Map .soa to text/dns.
13908
13909 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13910
13911         * gnus-art.el (article-decode-mime-words, article-babel)
13912         (gnus-article-highlight-signature, gnus-article-add-buttons)
13913         (gnus-signature-toggle): Remove unnecessary bindings of
13914         `inhibit-read-only' inherited from v5.10 merge.
13915
13916 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * nntp.el (nntp): New customization group.
13919         (nntp-authinfo-file): Add customization group.
13920
13921         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13922
13923         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13924
13925         * gnus.el (to-address, to-list, subscribed)
13926         (large-newsgroup-initial): Ditto.
13927
13928         * flow-fill.el (fill-flowed-display-column)
13929         (fill-flowed-encode-column): Ditto.
13930
13931 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13932
13933         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13934         Use point-min rather than 1.
13935         (message-send-mail): Use buffer-size rather than point-max.
13936
13937         * gnus-sum.el (gnus-summary-search-article-forward):
13938         Signal a specific `search-failed' rather than a generic `error'.
13939
13940         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13941         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13942         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13943
13944 2004-09-10  Simon Josefsson  <jas@extundo.com>
13945
13946         * nndb.el (require): Remove tcp and duplicate cl.
13947
13948 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-agent.el (directory-files-and-attributes): Move forward.
13951
13952 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13953
13954         * gnus-agent.el (directory-files-and-attributes): Optionally
13955         defined to support XEmacs.
13956
13957 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13958
13959         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13960         to avoid run-time CL dependencies.
13961         (gnus-agent-unfetch-articles): New function.
13962         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13963         article numbers even when local .overview file is missing.
13964         (gnus-agent-read-article-number): New function.  Only accepts
13965         27-bit article numbers.
13966         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13967         gnus-agent-read-article-number.
13968         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13969         from backend while recognizing that article numbers in .overview
13970         must be valid.
13971         (gnus-agent-update-files-total-fetched-for): Use
13972         directory-files-and-attributes to improve performance.
13973         * gnus-int.el (gnus-request-move-article): Use
13974         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13975         improve performance.
13976
13977         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13978         some users confused by references to .newsrc when they only have a
13979         .newsrc.eld file.
13980         (gnus-convert-mark-converter-prompt)
13981         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13982         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13983         New function.  Used internally to only display 'gnus converting
13984         files' message when actually necessary.
13985
13986         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13987         methods now autoloaded.
13988
13989 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13992         identifiers.
13993
13994 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * gnus-picon.el: Fix indentation and closing parenthesis.
13997
13998 2004-09-01  Simon Josefsson  <jas@extundo.com>
13999
14000         * message.el (message-canlock-generate): Require sha1, not
14001         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14002         to require within a function.  Sadly, if sha1.el isn't loaded, the
14003         let binding in m-c-g will hide the defcustom definition, which is
14004         bad.)
14005
14006         * canlock.el: Require sha1, not sha1-el.
14007
14008         * message.el: Don't autoload sha1 (there is a autoload cookie in
14009         sha1.el).
14010
14011         * sha1-el.el: Renamed to sha1.el.
14012
14013 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14014
14015         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14016
14017 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14018
14019         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14020
14021 2004-08-30  Kim F. Storm  <storm@cua.dk>
14022
14023         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14024
14025         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14026         Add :group 'nnimap.
14027
14028 2004-08-30  Andreas Schwab  <schwab@suse.de>
14029
14030         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14031         ?* and ?\;.
14032
14033         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14034         and ?\' to symbol instead of whitespace.
14035
14036 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14039
14040         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14041         instead of re-search-forward.
14042
14043         * gnus-uu.el (gnus-uu-save-article): Ditto.
14044         (gnus-uu-post-encode-uuencode): Ditto.
14045
14046         * html2text.el (html2text-clean-list-items): Ditto.
14047         (html2text-clean-dtdd): Ditto.
14048         (html2text-format-tags): Ditto.
14049
14050         * message.el (message-send-mail-with-sendmail): Fix regexp.
14051         (message-fill-field-general): Use search-forward instead of
14052         re-search-forward.
14053         (unbold-region): Ditto.
14054
14055         * nnrss.el (nnrss-request-article): Ditto.
14056
14057         * nnslashdot.el (nnslashdot-request-article): Ditto.
14058
14059         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14060
14061         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14062         "Unrecognized menu descriptor" error in XEmacs.
14063
14064 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14065
14066         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14067         parent article of a sparse article in the thread hashtb.
14068
14069 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14070
14071         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14072         (nnmail-expand-newtext): Lowercase expanded entries if
14073         nnmail-split-lowercase-expanded is non-nil.
14074
14075 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14078
14079         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14080         of gnus-tmp-news-method into string under XEmacs.  It will be
14081         passed to gnus-correct-length which takes only a string argument.
14082
14083 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-util.el (gnus-bind-print-variables): New macro.
14086         (gnus-prin1): Use it.
14087         (gnus-prin1-to-string): Use it.
14088         (gnus-pp): New function.
14089         (gnus-pp-to-string): New function.
14090
14091         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14092         Replace pp-to-string with gnus-pp-to-string.
14093         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14094         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14095         * gnus-msg.el (gnus-debug): Ditto.
14096         * gnus-score.el (gnus-score-save): Ditto.
14097         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14098         gnus-pp-to-string.
14099         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14100         with gnus-pp.
14101         * score-mode.el (gnus-score-pretty-print): Ditto.
14102         * webmail.el (webmail-debug): Ditto.
14103
14104 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * gnus-art.el (article-display-face, article-display-x-face):
14107         Use buffer-read-only.
14108
14109 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-art.el (article-hide-list-identifiers):
14112         Bind inhibit-read-only as t.
14113
14114 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14117
14118 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14119
14120         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14121         (gnus-narrow-to-page): Don't assume point-min == 1.
14122         (gnus-article-edit-mode): Derive from message-mode.
14123
14124         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14125         point-min == 1.
14126
14127         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14128         Disable incorrect use of `assert'.
14129
14130         * message.el (message-mode): Set comment-start-skip.
14131
14132
14133 2004-08-22  Sam Steingold  <sds@gnu.org>
14134
14135         * pop3.el (pop3-leave-mail-on-server): New user variable.
14136         (pop3-movemail): Delete mail only when it is nil.
14137
14138 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14141
14142         * mml.el (mml-preview): Use `pop-to-buffer'.
14143
14144         * message.el (message-goto-mail-followup-to): Insert after "To".
14145         (message-carefully-insert-headers): Add comment.
14146
14147         * gnus.el: Remove unused variable `gnus-article-check-size'.
14148
14149         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14150
14151         * gnus-art.el (gnus-button-alist): Improve
14152         `gnus-button-handle-library' entry.
14153
14154 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14155
14156         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14157         downcase, since XEmacs capitalizes error messages differently.
14158
14159 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14160
14161         * nntp.el: Add (require 'gnus) due to reference to
14162         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14163
14164 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14165
14166         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14167         `mm-fill-flowed'.
14168
14169         * mm-decode.el (mm-dissect-singlepart): Check it.
14170
14171 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14172
14173         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14174         'imap' for netrc parsing.
14175
14176 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * mailcap.el (mailcap-mime-data): Mark as risky.
14179
14180 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14183         may be included in the encoded word.
14184         (rfc2047-encode): Don't append a space if the encoded word
14185         includes close parenthesis.
14186
14187 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14190         of text within parentheses.
14191
14192 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14193
14194         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14195         (gnus-encrypt-write-file-contents): Make the password key the file
14196         name PLUS the cipher, not just the cipher.  Also remove failed
14197         passwords from the cache.
14198
14199 2004-08-06  Simon Josefsson  <jas@extundo.com>
14200
14201         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14202         fix.
14203
14204 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14207         LWSP.
14208
14209 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14210
14211         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14212         to append in-reply-to: data to the references: header.
14213
14214         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14215         (netrc-parse): Use gnus-encrypt.el functions.
14216
14217         * gnus-encrypt.el: Add new file for encryption support; currently
14218         does only a few GPG ciphers and an internal XOR cipher.
14219
14220         * password.el: Add comments on using password-read-and-add.
14221         (password-read-and-add): Add function to read and add the
14222         password to the cache at once.
14223
14224 2004-07-28  Simon Josefsson  <jas@extundo.com>
14225
14226         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14227         parameter (but don't use it, for now).
14228
14229         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14230         instead of hard coding to nil.
14231
14232 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14235         as mm-inline-image-xemacs does.
14236
14237 2004-07-26  Simon Josefsson  <jas@extundo.com>
14238
14239         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14240         Revert part of 2004-07-17 change below.
14241
14242 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14245         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14246
14247 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14248
14249         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14250         quotes that actually start with ">" at the beginning of the
14251         lines.
14252
14253 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * rfc2047.el (rfc2047-encode-region): Fix last change.
14256         (rfc2047-encode-parameter): Remove useless concat.
14257
14258 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14261         encode special characters; fix some kind of misconfigured headers;
14262         signal a real error if debug-on-quit or debug-on-error is non-nil.
14263         (rfc2047-encode-max-chars): New variable.
14264         (rfc2047-encode-1): Use it.
14265         (rfc2047-encode-parameter): New function.
14266
14267         * mml.el (mml-insert-parameter): Remove an excessive space.
14268
14269 2004-07-17  Simon Josefsson  <jas@extundo.com>
14270
14271         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14272         Kai Grossjohann <kai@emptydomain.de>.
14273         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14274         (gnus-group-make-menu-bar): Ditto.
14275
14276         * gnus-util.el (gnus-group-server): Add.
14277
14278 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14279
14280         * message.el (message-clone-locals): Clone sendmail and smtp
14281         variables.
14282
14283 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * rfc2047.el (rfc2047-encode-region): Fix last change.
14286
14287 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14290         characters as non-special.
14291
14292 2004-07-09  Simon Josefsson  <jas@extundo.com>
14293
14294         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14295         Users will lose all flag changes made while unplugged with
14296         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14297         good default.  See numerous reports on ding mailing list.
14298
14299 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14302         add generate-head-function and generate-article-function to the
14303         rfc822-forward entry.
14304         (nndoc-rfc822-forward-generate-article): New function.
14305         (nndoc-rfc822-forward-generate-head): New function.
14306
14307         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14308
14309 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14310
14311         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14312         respect display group parameter and gnus-summary-expunge-below.
14313         (gnus-articles-to-read): Remove unused reference to display group
14314         parameter.
14315
14316 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14317
14318         * nnheader.el (nnheader-uniquify-message-id): New experimental
14319         variable.
14320         (nnheader-nov-read-message-id): Use it.
14321
14322         * spam-report.el (spam-report-gmane): Add interactive.
14323
14324 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14327         qp-or-base64 for the application/* types.
14328
14329 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14330
14331         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14332
14333 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14334
14335         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14336         trim value.
14337
14338 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14339
14340         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14341         New macro and function.
14342         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14343
14344 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14347         after-load-alist.
14348
14349 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350
14351         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14352         update info that isn't there.
14353
14354 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14355
14356         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14357         entry.
14358
14359 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * mm-view.el (mm-inline-render-with-function): Use multibyte
14362         buffer; decode html source by charset.
14363
14364         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14365
14366         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14367         Mule-UCS is loaded under XEmacs.
14368         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14369
14370 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14371
14372         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14373
14374 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * mm-util.el (mm-coding-system-p): Return a coding-system.
14377         (mm-mime-mule-charset-alist): Use shift_jis instead of
14378         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14379         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14380         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14381         instead of japanese-shift-jis and iso-latin-1 respectively in
14382         order to share the default value with both Emacs and XEmacs-mule.
14383         (mm-mule-charset-to-mime-charset): Make
14384         mm-coding-system-priorities effective.
14385         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14386         while predicating of candidates upon the priorities.
14387
14388 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14389
14390         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14391         gnus-uu-invert-processable.
14392
14393         * gnus.el: Autoload gnus-uu-invert-processable.
14394
14395 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * mm-util.el (mm-with-multibyte-buffer): New macro.
14398
14399         * rfc2047.el (rfc2047-encode-string): Use it.
14400         (rfc2047-encode-region): Move point to the end of the region after
14401         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14402
14403 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14406         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14407
14408 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14411         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14412         Karl Chen <quarl@nospam.quarl.org>.
14413
14414 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14415
14416         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14417         invalid addresses.
14418
14419 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14420
14421         * spam.el: Change section markers, revise TODO list.
14422         (spam-backends): Make new master list of all installed backends.
14423         (spam-summary-exit-behavior): Add new variable to determine how
14424         messages moves are done at summary exit.
14425         (spam-move-spam-nonspam-groups-only)
14426         (spam-process-ham-in-nonham-groups)
14427         (spam-process-ham-in-spam-groups): Remove variables, the
14428         spam-summary-exit-behavior variable should be used to manage this
14429         behavior.
14430         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14431         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14432         and spam-old-spam-articles.
14433         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14434         Add empty variables, placeholders for the backends they represent.
14435         (spam-set-difference): Move, unchanged.
14436         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14437         unless the user has a processor variable.
14438         (spam-classifications, spam-classification-valid-p)
14439         (spam-backend-properties, spam-backend-property-valid-p)
14440         (spam-backend-function-type-valid-p)
14441         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14442         (spam-report-articles-gmane, spam-report-articles-resend):
14443         Remove functions, they are not needed.
14444         (spam-install-backend-super, spam-backend-list)
14445         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14446         (spam-backend-function, spam-backend-ham-registration-function)
14447         (spam-backend-spam-registration-function)
14448         (spam-backend-ham-unregistration-function)
14449         (spam-backend-spam-unregistration-function)
14450         (spam-backend-statistical-p, spam-backend-mover-p)
14451         (spam-install-backend-alias, spam-install-checkonly-backend)
14452         (spam-install-mover-backend, spam-install-nocheck-backend)
14453         (spam-install-backend, spam-install-statistical-backend)
14454         (spam-install-statistical-checkonly-backend): Add backend installation
14455         support.
14456         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14457         (spam-group-processor-p): Use the new backend code and respect the
14458         summary exit behavior.
14459         (spam-mark-spam-as-expired-and-move-routine): Remove.
14460         (spam-summary-prepare): Change to use the new spam-old-articles
14461         variable.
14462         (spam-copy-or-move-routine, spam-copy-spam-routine)
14463         (spam-move-spam-routine, spam-copy-ham-routine)
14464         (spam-move-ham-routine): Add code to copy/move ham or spam.
14465         (spam-fetch-field-fast): Improve doc and code, plus allow the
14466         'number request.
14467         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14468         variables.
14469         (spam-split, spam-find-spam): Use the new backend code.
14470         (spam-registration-functions): Remove variable.
14471         (spam-unregister-routine): Add convenience wrapper.
14472         (spam-log-undo-registration, spam-register-routine)
14473         (spam-log-processing-to-registry)
14474         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14475         where possible.
14476         (spam-check-gmane-xref, spam-check-regex-headers)
14477         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14478         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14479         (spam-check-bogofilter-headers, spam-check-spamoracle)
14480         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14481         (spam-check-crm114-headers): Use the spam-split-group that
14482         spam-split prepares, no need to determine it every time.
14483
14484         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14485         to the nnheader-parse-naked-head call.
14486
14487         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14488
14489         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14490         the nnheader-nov-read-message-id call.
14491
14492 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14495         gnus-activate-group twice.  Suggested by Markus Peter
14496         <warp@spin.de>.
14497
14498 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-art.el (gnus-article-time-format): Exchange the order of
14501         day and month in the default value; fix customization type.
14502         (article-date-ut): Use add-text-properties.
14503         (article-make-date-line): Use message-make-date instead of
14504         current-time-string.
14505
14506         * message.el (message-fetch-field): Don't use set-text-properties.
14507         (message-make-date): Simplify.
14508
14509         * messagexmas.el (message-xmas-make-date): New function.
14510         (message-xmas-redefine): Defalias message-make-date to it.
14511
14512 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14515         (rfc2047-encode-region): Treat text within parentheses as special;
14516         show the original text when error has occurred.
14517
14518         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14519         already-computed method to gnus-activate-group.
14520
14521         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14522         same select-methods identical Lisp objects.
14523
14524         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14525         object when modifying the info.
14526
14527 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14530         gnus-opened-servers since it has never been opened with the new
14531         configuration yet.
14532
14533 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14536         arg to nnheader-generate-fake-message-id.
14537
14538 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14539
14540         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14541         number and build a fake message ID localized to a group and
14542         article number (so it's repeatable from that point on).
14543         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14544         ID format.
14545
14546         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14547         nnheader-generate-fake-message-id with the article number.
14548
14549 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14550
14551         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14552         end-of-buffer.
14553
14554 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14555
14556         * message.el (message-ignored-supersedes-headers): Add Approved.
14557
14558 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14561         goto-char.
14562         (rfc2047-encode): Fold the line before encoding.
14563
14564 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14565
14566         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14567         folding -- not all headers can be folded, and this should be done
14568         by the message composition mode.  Probably.  I think.
14569
14570 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14573         fast.
14574
14575         * gnus-ems.el (gnus-remove-image): Don't use
14576         message-text-with-property; remove only the image found first.
14577
14578         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14579         found first.
14580
14581 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14582
14583         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14584
14585 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * message.el (message-text-with-property): Make it fast and accept
14588         optional arguments.
14589         (message-strip-forbidden-properties): Use it.
14590         (message-fix-before-sending): Follow the m-t-w-p change.
14591
14592         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14593
14594 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-art.el (article-hide-headers): Don't change the buffer
14597         mistakenly when performing mml-preview even if
14598         gnus-single-article-buffer is nil.
14599
14600 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14601
14602         * message.el (message-expand-name-databases): New user option.
14603         (message-expand-name): Use it.
14604
14605 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14606
14607         * spam.el (spam-report-articles-resend)
14608         (spam-report-resend-register-routine): Allow ham reporting.
14609         (spam-report-resend-register-ham-routine): Add wrapper.
14610         (spam-registration-functions): Add ham resending functions.
14611         (spam-list-of-processors): Add ham resend processor.
14612
14613         * gnus.el (ham-resend-to): Add new group parameter.
14614         (spam-process): Add ham resend option.
14615
14616         * spam-report.el (spam-report-resend): Allow reporting ham.
14617         (spam-report-resend-ham): Add wrapper.
14618
14619 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14620
14621         * message.el (message-cite-articles-with-x-no-archive): New
14622         variable.
14623         (message-cite-original): Use it.
14624
14625 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14626
14627         * message.el (message-cite-original): Respect X-No-Archive.
14628
14629 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-art.el (article-hide-headers): Refer to the values for
14632         gnus-ignored-headers and gnus-visible-headers in the summary
14633         buffer since a user may have set them as group parameters.
14634
14635 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14636
14637         * assistant.el (assistant-node-name): Add convenience function.
14638         (assistant-render-text, assistant-render-node): Add error handling,
14639         plus handle multiple next nodes.
14640         (assistant-find-next-node): Comment out for now.
14641         (assistant-find-next-nodes): Add function, returns list of next
14642         nodes.
14643
14644 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * mail-source.el (mail-source-directory): Fix doc-string.
14647
14648 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * assistant.el (assistant-render-text, assistant-eval): Add :set
14651         widget type, which is different because it takes and returns a
14652         list.  Much hilarity ensues.
14653
14654 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14655
14656         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14657
14658         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14659         doc-string.
14660
14661         * gnus-start.el (gnus-activate-group): Added doc-string.
14662
14663 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14666
14667 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14668
14669         * assistant.el (assistant-render-text): Try to add a :set
14670         widget, more to come.
14671
14672         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14673         strings.
14674         (spam-report-articles-resend)
14675         (spam-register-routine): Do registration iff any articles warrant
14676         it.
14677         (spam-summary-prepare-exit): Change log message for nil group
14678         destinations.
14679
14680 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14681
14682         * spam.el (spam-report-resend-register-routine): Allow
14683         spam-report-resend-to to be a group parameter or a global value.
14684
14685 2004-05-26  Simon Josefsson  <jas@extundo.com>
14686
14687         * starttls.el: Merge with my GNUTLS based starttls.el.
14688         (starttls-gnutls-program, starttls-use-gnutls)
14689         (starttls-extra-arguments, starttls-process-connection-type)
14690         (starttls-connect, starttls-failure, starttls-success): New
14691         variables.
14692         (starttls-program, starttls-extra-args): Doc fix.
14693         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14694         functions.
14695         (starttls-negotiate, starttls-open-stream): Check
14696         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14697         function if it is set.
14698
14699 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14702         structured fields.
14703
14704 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14707
14708 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14709
14710         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14711         variable.
14712         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14713         assigning the spam-mark to new messages.
14714
14715 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14716
14717         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14718
14719 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14722
14723         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14724         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14725         default.
14726
14727 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14728
14729         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14730         correct data.
14731
14732 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14733
14734         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14735         (spam-group-processor-p): Fix function.
14736         (spam-group-processor-multiple-p)
14737         (spam-group-spam-processor-report-gmane-p)
14738         (spam-group-spam-processor-report-resend-p)
14739         (spam-group-spam-processor-bogofilter-p)
14740         (spam-group-spam-processor-blacklist-p)
14741         (spam-group-spam-processor-ifile-p)
14742         (spam-group-ham-processor-ifile-p)
14743         (spam-group-spam-processor-spamoracle-p)
14744         (spam-group-spam-processor-crm114-p)
14745         (spam-group-ham-processor-bogofilter-p)
14746         (spam-group-spam-processor-stat-p)
14747         (spam-group-ham-processor-stat-p)
14748         (spam-group-ham-processor-whitelist-p)
14749         (spam-group-ham-processor-BBDB-p)
14750         (spam-group-ham-processor-spamoracle-p)
14751         (spam-group-ham-processor-copy-p): Remove functions with some
14752         prejudice against unneeded code.
14753         (spam-report-articles-resend)
14754         (spam-report-resend-register-routine): Allow the group/topic
14755         spam-resend-to value to override spam-report-resend-to.
14756         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14757         properly now.
14758
14759         * gnus.el (spam-resend-to): Add group/topic parameter.
14760         (spam-process): Move the OBSOLETE processors to the end of the
14761         choices.
14762
14763 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14764
14765         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14766         with resend-to set to nil, and then ask the user if necessary.
14767         (spam-report-resend): spam-report-resend takes a list of articles, not
14768         separate article numbers.
14769
14770 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14773         addition to emacs-w3m.
14774
14775 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14776
14777         * assistant.el (assistant-authinfo-data): New function.
14778         (assistant-eval): Eval for entire assistant.
14779
14780         * netrc.el (netrc-services-file): New variable.
14781         (netrc-parse-services): New function.
14782         (netrc-find-service-name): New function.
14783         (netrc-find-service-number): New function.
14784         (netrc-port-equal): New function.
14785         (netrc-machine): Use it.
14786
14787         * nnimap.el (nnimap-open-connection): Use netrc.
14788
14789         * gnus-util.el (gnus-netrc-get): Remove aliases.
14790
14791         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14792
14793         * assistant.el (wid-edit): Fix compilation.
14794
14795         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14796
14797 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14798
14799         * gnus-util.el (gnus-set-file-modes): New function.  (small
14800         patch).
14801
14802 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14803
14804         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14805
14806         * assistant.el (assistant-render-node): Fix up rendering and
14807         read-only text.
14808         (assistant-render-node): Reset.
14809         (assistant-make-read-only): Not sticky.
14810
14811 2004-05-20  Danny Siu  <dsiu@adobe.com>
14812
14813         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14814         centered even when gnus-auto-center-summary is t.
14815
14816 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14817
14818         * dns.el (dns-get-txt-answer): New function.
14819         (dns-read-txt): Ditto.
14820         (query-dns): Use it.
14821
14822 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14825         active for foreign groups even if the group level is higher than
14826         the specified value.
14827
14828 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14829
14830         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14831         non-active groups.
14832
14833         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14834
14835 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14836
14837         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14838
14839 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14840
14841         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14842         (spam-crm114-header, spam-crm114-spam-switch)
14843         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14844         (spam-crm114-positive-spam-header)
14845         (spam-crm114-database-directory, spam-list-of-processors)
14846         (spam-group-spam-processor-crm114-p)
14847         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14848         (spam-generic-score, spam-list-of-checks)
14849         (spam-list-of-statistical-checks, spam-registration-functions)
14850         (spam-check-crm114-headers, spam-crm114-score)
14851         (spam-check-crm114, spam-crm114-register-with-crm114)
14852         (spam-crm114-register-spam-routine)
14853         (spam-crm114-unregister-spam-routine)
14854         (spam-crm114-register-ham-routine)
14855         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14856         asjo@koldfront.dk (Adam Sjøgren).
14857
14858         * gnus.el: Add spam-use-crm114.
14859
14860         * spam.el (spam-list-of-processors, spam-registration-functions):
14861         Add spam-use-resend.
14862         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14863         (spam-report-articles-gmane): Add doc fix.
14864         (spam-report-articles-resend, spam-report-resend-register-routine):
14865         Add wrappers around spam-report-resend-to.
14866
14867         * spam-report.el (spam-report-resend-to, spam-report-resend):
14868         Add support for resending spam.
14869         (spam-report-gmane): Fix line length >80.
14870
14871         * gnus.el (spam-process): Add spam-use-resend.
14872
14873 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14874
14875         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14876         number of processed spam messages.
14877         (spam-ham-copy-or-move-routine): Return the number of processed
14878         ham messages.
14879         (spam-summary-prepare-exit): Use the above values to decide
14880         whether status messages shouled be displayed.
14881
14882 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14885         `rfc2047-encoding-function-alist' in order to avoid conflicting
14886         with the old version.
14887         (rfc2047-encode-region): Concatenate words containing non-ASCII
14888         characters in structured fields; don't encode space-delimited
14889         ASCII words even in unstructured fields; don't break words at
14890         char-category boundaries.
14891         (rfc2047-encode-1): New function.
14892         (rfc2047-encode): Use it; encode text so that it occupies the
14893         maximum width within 76-column; work correctly on Q encoding for
14894         iso-2022-* charsets.
14895         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14896         sure not to break a line just after the header name.
14897         (rfc2047-b-encode-region): Removed.
14898         (rfc2047-b-encode-string): New function.
14899         (rfc2047-q-encode-region): Removed.
14900         (rfc2047-q-encode-string): New function.
14901
14902         * mm-util.el (mm-replace-in-string): New function.
14903
14904 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14905
14906         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14907         get it right.
14908         (gnus-inews-make-draft): Really.
14909
14910 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14911
14912         * nnmh.el (nnmh-request-list-1): Don't check the link count
14913         before descending.  (small patch)
14914
14915 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14916
14917         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14918         stuff.
14919
14920         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14921         on real group name.
14922
14923         * gnus-art.el (gnus-signature-limit): Doc fix.
14924
14925         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14926
14927         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14928
14929 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14930
14931         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14932         isn't a string.
14933
14934 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14935
14936         * gnus-draft.el (gnus-draft-send): Bind
14937         rfc2047-encode-encoded-words.
14938
14939         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14940         (rfc2047-encodable-p): Say that =? needs encoding.
14941         (rfc2047-encode-encoded-words): New variable.
14942
14943         * gnus-group.el (gnus-group-select-group): Doc fix.
14944
14945         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14946
14947         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14948         to nil.
14949
14950         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14951
14952         * nnheader.el (nnheader-get-lines-and-char): New function.
14953
14954 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14955
14956         * gnus-msg.el (gnus-summary-followup-with-original): Document
14957         yanking of region when active.
14958
14959 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14962         groups if the group level is higher than the specified value.
14963
14964 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14965
14966         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14967         (gnus-group-jump-to-group): Added prefix argument using
14968         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14969         non-active group.
14970
14971         * compface.el (uncompface): Be verbose when changing
14972         `uncompface-use-external'.
14973
14974         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14975         handle manual section.
14976
14977 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14978
14979         * gnus-art.el (gnus-button-alist): Revert previous change.
14980
14981 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14984
14985 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14986
14987         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14988         whether backend can accept message.
14989
14990         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14991
14992 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14993
14994         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14995         Avoid creating directory when nntp-marks-is-evil is true.
14996         Reported by Reiner Steib.
14997
14998 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * gnus-picon.el (gnus-picon-style): New variable.
15001         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15002         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15003         Jesper Harder <harder@ifa.au.dk>.
15004
15005 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15006
15007         * message.el (message-fill-field): Return point.
15008         (message-generate-headers): Go to end of field.
15009
15010         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15011         stuff for non-living groups.
15012
15013 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15014
15015         * gnus-art.el (gnus-article-followup-with-original)
15016         (gnus-article-reply-with-original): gnus-mark-active-p ->
15017         gnus-region-active-p.
15018
15019 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15020
15021         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15022         only when there is spam or ham to be processed.
15023
15024 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15025
15026         * mail-source.el (mail-source-delete-crash-box): Refactor.
15027         (mail-source-fetch): Use it.
15028         (mail-source-fetch-file): Ditto.
15029         (mail-source-fetch-directory): Run postscript in loop.
15030         (mail-source-fetch-pop): Delete.
15031         (mail-source-fetch-maildir): Ditto.
15032         (mail-source-fetch-imap): Ditto.
15033
15034         * imap.el (imap-authenticators): Comment out sasl.
15035
15036         * message.el (message-skip-to-next-address): New function.
15037         (message-fill-header-address): Refactor.
15038         (message-fill-address): Use it.
15039         (message-delete-address): Use it.
15040         (message-fill-header-general): Refactor.
15041         (message-fill-field-address): Rename.
15042         (message-narrow-to-field): Find the start of the header.
15043         (message-header-format-alist): Don't pre-fill.
15044         (message-fill-header): Removed.
15045         (message-insert-header): New function.
15046         (message-shorten-references): Use it.
15047
15048         * rfc2047.el (rfc2047-field-value): Strip props.
15049
15050         * mail-parse.el (mail-header-make-address): New alias.
15051
15052         * ietf-drums.el (ietf-drums-make-address): New function.
15053
15054         * imap.el: Add compiler directives.
15055
15056         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15057
15058         * gnus-art.el (article-decode-idna-rhs): Don't use
15059         message-idna-inside-rhs-p.
15060
15061 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15062
15063         * message.el (message-idna-inside-rhs-p): Removed.
15064         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15065
15066         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15067         false positives.
15068
15069 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15070
15071         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15072
15073 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15074
15075         * nneething.el (nneething-file-name): Don't create spurious
15076         files.
15077
15078         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15079         (gnus-inews-do-gcc): Remove sleep.
15080
15081         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15082         part under point.
15083
15084         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15085         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15086
15087 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * spam.el (spam-summary-prepare-exit): Fixed (length).
15090
15091 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15092
15093         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15094         as expired without moving it" message when there are spam
15095         messages left.
15096
15097 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15098
15099         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15100         header is not nil.
15101
15102 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15103
15104         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15105         nntp-possibly-create-directory, not nntp-possibly-change-group.
15106         (nntp-marks-changed-p): New arg SERVER.
15107         (nntp-request-update-info): Adjust caller.
15108
15109 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15110
15111         * nntp.el (nntp-save-marks): Pass missing arg.
15112
15113 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15114
15115         * nntp.el: Support marks.
15116         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15117         (nntp-marks-modtime, nntp-marks-directory): New variables.
15118         (nntp-request-set-mark, nntp-request-update-info)
15119         (nntp-possibly-create-directory, nntp-marks-changed-p)
15120         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15121         functions.
15122
15123 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15124
15125         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15126         (gnus-xmas-redefine): Rename.
15127
15128         * gnus-score.el (gnus-score-insert-help): Use
15129         gnus-select-lowest-window.
15130
15131         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15132         appt-select-lowest-window and rename to gnus-select-lowest-window.
15133
15134         * gnus.el: do.
15135
15136 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15137
15138         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15139         encodings of MIME-encoded words, in order to improve
15140         interoperability with several broken MUAs.
15141
15142 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15143
15144         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15145         tags, only when charsets are not specified in headers.
15146         (mm-inline-text-html-render-with-w3m): Ditto.
15147
15148         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15149         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15150
15151 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15152
15153         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15154         instead of MIME-decoded from fields when checking
15155         `gnus-article-address-banner-alist'.
15156
15157 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15158
15159         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15160         description rather than subject.
15161
15162 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15163
15164         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15165
15166 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15167
15168         * gnus.el (gnus-version-number): Bump.
15169
15170 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15171
15172         * gnus.el: No Gnus v0.2 is released.
15173
15174 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15175
15176         * gnus-agent.el (gnus-agent-read-agentview): Inline
15177         gnus-uncompress-range.
15178
15179 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15180
15181         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15182         `exec-installed-p'.
15183
15184 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15185
15186         * gnus.el (spam-process, spam-autodetect-methods): Add
15187         bsfilter and bsfilter-headers.
15188
15189         * spam.el (spam-bsfilter): New customize group.
15190         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15191         (spam-bsfilter-header, spam-bsfilter-probability-header)
15192         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15193         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15194         (spam-bsfilter-database-directory): New options.
15195         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15196         (spam-list-of-statistical-checks, spam-registration-functions):
15197         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15198         (spam-bsfilter-score): New command.
15199         (spam-check-bsfilter-headers, spam-check-bsfilter)
15200         (spam-bsfilter-register-with-bsfilter)
15201         (spam-bsfilter-register-spam-routine)
15202         (spam-bsfilter-unregister-spam-routine)
15203         (spam-bsfilter-register-ham-routine)
15204         (spam-bsfilter-unregister-ham-routine): New functions.
15205         (spam-generic-score): Support bsfilter; Accept an optional argument
15206         to recalcurate spam score even if scoring header has already been
15207         added.
15208         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15209         optional argument to recalcurate spam score even if scoring header
15210         has already been added.
15211
15212 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15213
15214         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15215         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15216         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15217         link is missing.
15218
15219 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15220
15221         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15222         (html2text-get-attr): Rewrite.
15223
15224         * message.el (message-setup-1): Remove redundant put-text-property
15225         on mail-header-separator.
15226
15227 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15228
15229         * gnus-registry.el (gnus-registry-cache-whitespace)
15230         (gnus-registry-action, gnus-registry-spool-action)
15231         (gnus-registry-split-fancy-with-parent): Change message levels
15232         from 5 to 3 or 7, as needed.
15233
15234         * spam.el (spam-summary-prepare-exit)
15235         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15236         (spam-split, spam-find-spam, spam-log-undo-registration)
15237         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15238         level from 5 to 6.
15239
15240 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15243         2004-03-04 change).
15244
15245 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15246
15247         * sieve-manage.el (sieve-manage-open):
15248         * nnweb.el (nnweb-insert-html):
15249         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15250         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15251         * nnspool.el (nnspool-request-group):
15252         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15253         * nnml.el (nnml-request-update-info):
15254         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15255         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15256         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15257         (nnimap-request-set-mark):
15258         * nnfolder.el (nnfolder-request-update-info):
15259         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15260         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15261         * gnus-uu.el (gnus-uu-find-articles-matching):
15262         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15263         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15264         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15265         * gnus-nocem.el (gnus-nocem-scan-groups):
15266         * gnus-int.el (gnus-start-news-server):
15267         * gnus-group.el (gnus-group-make-kiboze-group)
15268         (gnus-group-browse-foreign-server):
15269         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15270         Use mapc when appropriate.
15271
15272 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15273
15274         FIXME: Make separate entries for each person.
15275
15276         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15277         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15278         <shields@msrl.com>:
15279
15280         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15281         may need for spam sorting and scoring.
15282         (spam-user-format-function-S): Add user format function suitable for
15283         general use.
15284         (spam-article-sort-by-spam-status): Add sorting function for summary
15285         sorting.
15286         (spam-extra-header-to-number): Add function to get a score from a
15287         header.
15288         (spam-summary-score): Add function to get a numeric score from the
15289         headers.
15290         (spam-generic-score): Fix function doc, was in wrong place.
15291         (spam-initialize): Take symbols when it's run, and install the
15292         extra headers that spam-necessary-extra-headers thinks we need.
15293
15294 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15295
15296         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15297         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15298
15299 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15300
15301         * gnus-sum.el (gnus-set-global-variables)
15302         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15303         (gnus-article-get-xrefs, gnus-summary-best-group)
15304         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15305         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15306         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15307         Use with-current-buffer.
15308
15309 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15310
15311         * spam.el (spam-summary-prepare-exit): Simplify logic.
15312         (spam-fetch-article-header): Read the article header if it's not
15313         available.
15314         (spam-list-articles): Simplify logic.
15315         (spam-filelist-register-routine): Fix bug with unregister-list.
15316
15317         * gnus-registry.el: Fix comments at beginning.
15318
15319 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15320
15321         * message.el (message-cater-to-broken-inn): Remove.
15322         (message-shorten-references): Make sure the total folded length of
15323         References is shorter than 998 characters to cater to a bug in INN
15324         2.3.  Also, don't pretend that references aren't folded -- this
15325         hasn't worked for a while.
15326
15327 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15328
15329         * gnus-agent.el (gnus-agentize):
15330         gnus-agent-send-mail-real-function no longer set to current value
15331         of message-send-mail-function but rather a lambda that calls
15332         message-send-mail-function.  The change makes the agent real-time
15333         responsive to user changes to message-send-mail-function.
15334
15335 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15336
15337         * legacy-gnus-agent.el
15338         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15339         help from Florian Weimer <fw@deneb.enyo.de>
15340
15341 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * nnmail.el (nnmail-cache-insert): Revert last change.
15344
15345 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * nnmail.el (nnmail-cache-insert): Always check whether
15348         nnmail-cache-ignore-groups matches a group name.
15349
15350 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15351
15352         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15353         (spam-find-spam, spam-log-processing-to-registry)
15354         (spam-log-registered-p, spam-log-unregistration-needed-p)
15355         (spam-log-undo-registration): Use gnus-message instead of
15356         gnus-error, none of these errors are fatal.
15357
15358         * gnus-registry.el (gnus-registry-clean-empty-function)
15359         (gnus-registry-clean-empty): Remove only empty entries without
15360         extra data.
15361
15362 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15363
15364         * spam-stat.el (spam-stat-buffer-change-to-spam)
15365         (spam-stat-buffer-change-to-non-spam): Change (error) to
15366         (gnus-message 8) invocation.
15367
15368 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * nntp.el (nntp-via-netcat-command): New variable.
15371         (nntp-via-netcat-switches): New variable.
15372         (nntp-open-via-rlogin-and-netcat): New function.
15373         (nntp-open-connection-function): Doc fix.
15374         (nntp-telnet-command): Doc fix.
15375         (nntp-end-of-line): Doc fix.
15376         (nntp-via-rlogin-command): Doc fix.
15377         (nntp-via-user-name): Doc fix.
15378         (nntp-via-address): Doc fix.
15379
15380 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15383         error in Emacs 21.1.
15384
15385 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15388
15389 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15390
15391         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15392         (gnus-agent-with-refreshed-group): New macro.
15393         (gnus-agent-rename-group): New function.
15394         (gnus-agent-delete-group): New function.
15395         (gnus-agent-save-group-info): Use gnus-command-method when
15396         `method' parameter is nil.  Don't write nil entries into the
15397         active file.
15398         (gnus-agent-get-group-info): New function.
15399         (gnus-agent-fetch-articles): Use
15400         gnus-agent-update-files-total-fetched-for to increment disk space
15401         used.
15402         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15403         gnus-agent-update-view-total-fetched-for to increment disk space
15404         used.
15405         (gnus-agent-get-local): Added optional parameters to avoid calling
15406         gnus-group-real-name and gnus-find-method-for-group.
15407         (gnus-agent-set-local): Delete stored entry if either min, or max,
15408         are nil.
15409         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15410         quit, use gnus-agent-regenerate-group to record existance of any
15411         articles fetched to disk before the quit occurred.
15412         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15413         gnus-agent-update-view-total-fetched-for, and
15414         gnus-agent-update-files-total-fetched-for to decrement disk space
15415         used.
15416         (gnus-agent-retrieve-headers): Use
15417         gnus-agent-update-view-total-fetched-for to increment disk space
15418         used.
15419         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15420         with gnus-agent-update-files-total-fetched-for to decrement disk
15421         space and fresh group buffer.
15422         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15423         (gnus-agent-need-update-total-fetched-for): New variable.
15424         (gnus-agent-update-files-total-fetched-for): New function.
15425         (gnus-agent-update-view-total-fetched-for): New function.
15426         (gnus-agent-total-fetched-for): New function.
15427
15428         * gnus-cache.el (gnus-cache-save-buffers): Use
15429         gnus-cache-update-overview-total-fetched-for to change disk space
15430         used by this group.
15431         (gnus-cache-possibly-enter-article): Use
15432         gnus-cache-update-file-total-fetched-for to increment disk space
15433         used by this group.
15434         (gnus-cache-possibly-remove-article): Use
15435         gnus-cache-update-file-total-fetched-for to decrement disk space
15436         used by this group.
15437         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15438         (gnus-cache-rename-group): New function.
15439         (gnus-cache-delete-group): New function.
15440         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15441         (gnus-cache-need-update-total-fetched-for): New variable.
15442         (gnus-cache-with-refreshed-group): New macro.
15443         (gnus-cache-update-file-total-fetched-for): New function.
15444         (gnus-cache-update-overview-total-fetched-for): New function.
15445         (gnus-cache-rename-group-total-fetched-for): New function.
15446         (gnus-cache-delete-group-total-fetched-for): New function.
15447         (gnus-cache-total-fetched-for): New function.
15448
15449         * gnus-group.el: Require gnus-sum and autoload functions to
15450         resolve warnings when gnus-group.el compiled alone.
15451         (gnus-group-line-format): Documented new %F.
15452         (size of Fetched data) group line format; identifies disk space
15453         used by agent and cache.
15454         (gnus-group-line-format-alist): Defined new F format.
15455         (gnus-total-fetched-for): New function.
15456         (gnus-group-delete-group): No longer update
15457         gnus-cache-active-altered as gnus-request-delete-group now keeps
15458         the cache in sync.
15459         (gnus-group-list-active): Let the agent store a server's active
15460         list if currently plugged.
15461
15462         * gnus-int.el (gnus-request-delete-group):
15463         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15464         local disk in sync with the server.
15465         (gnus-request-rename-group):
15466         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15467         local disk in sync with the server.
15468
15469         * gnus-start.el (gnus-get-unread-articles):
15470         Cosmetic simplification to logic.
15471
15472         * gnus-util.el (gnus-rename-file): New function.
15473
15474 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15475
15476         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15477
15478 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15479
15480         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15481         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15482
15483 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15484
15485         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15486         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15487
15488 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15489
15490         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15491
15492 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * spam.el (spam-set-difference): Add function to replace
15495         gnus-set-difference in spam.el.
15496         (spam-summary-prepare-exit): Use spam-set-difference.
15497
15498 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15499
15500         * gnus-registry.el (gnus-registry-cache-file): Update to use
15501         gnus-dribble-directory OR gnus-home-directory OR ~.
15502         (gnus-registry-split-fancy-with-parent): Fix doc.
15503
15504 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * message.el (message-exchange-point-and-mark): Use
15507         message-mark-active-p.  Suggested by Jesper Harder
15508         <harder@ifa.au.dk>.
15509
15510 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * message.el (message-exchange-point-and-mark): Don't activate
15513         region if it was inactive.  Suggested by Hiroshi Fujishima
15514         <pooh@nature.tsukuba.ac.jp>.
15515
15516 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-art.el (article-display-face): Display Faces in the same
15519         order as X-Faces.
15520
15521 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15524
15525 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15528         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15529         (gnus-article-mime-hierarchy): Remove.
15530         (gnus-article-mime-hierarchy-next): Remove.
15531         (gnus-article-mode): Revert 2004-03-19 change.
15532         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15533         (gnus-insert-mime-button): Revert 2004-03-19 change.
15534         (gnus-mime-accumulate-hierarchy): Remove.
15535         (gnus-mime-enter-multipart): Remove.
15536         (gnus-mime-leave-multipart): Remove.
15537         (gnus-mime-display-part): Revert 2004-03-19 change.
15538         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15539
15540         * mml.el (mml-preview): Revert 2004-03-19 change.
15541
15542 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15543
15544         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15545
15546 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15549         t while entering a file name using the mm-with-multibyte macro.
15550         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15551
15552         * mm-util.el (mm-with-multibyte): New macro.
15553
15554 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15557         user option.
15558         (gnus-mime-multipart-functions): Doc and customization fix.
15559         (gnus-article-mime-hierarchy): New variable.
15560         (gnus-article-mime-hierarchy-next): New variable.
15561         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15562         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15563         gnus-article-mime-hierarchy-next to nil.
15564         (gnus-insert-mime-button): Show hierarchy numbers.
15565         (gnus-mime-accumulate-hierarchy): New function.
15566         (gnus-mime-enter-multipart): New function.
15567         (gnus-mime-leave-multipart): New function.
15568         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15569         (gnus-mime-display-alternative): Show hierarchy numbers.
15570
15571         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15572         gnus-article-mime-hierarchy-next to nil.
15573
15574 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15575
15576         * dns.el: Don't require gnus-xmas.
15577
15578 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15579
15580         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15581         inline PGP.
15582         (mml-menu): Disable mml-quote-region if mark is inactive.
15583
15584 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15587         when the group's active is not available.
15588
15589 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15592         error.
15593
15594 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * imap.el (imap-store-password): New variable.
15597         (imap-interactive-login): Use it.
15598         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15599
15600 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15603         window-start and hscroll to summary window.
15604
15605 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15606
15607         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15608         conversion message to newsrc-dribble when an actual conversion is
15609         performed.
15610
15611 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15612
15613         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15614
15615 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * mm-decode.el (mm-complicated-handles): New function reviving
15618         former definition of mm-multiple-handles.
15619
15620         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15621         (gnus-mime-delete-part): Use it.
15622
15623 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15624
15625         * gnus-agent.el (gnus-agent-read-local): Bind
15626         nnheader-file-coding-system to gnus-agent-file-coding-system to
15627         avoid the implicit assumption that they will always be equal.
15628         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15629         coding-system-for-write, as the with-temp-file macro first prints
15630         to a buffer then saves the buffer.
15631
15632 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-art.el (gnus-article-edit-part): New function.
15635         (gnus-mime-save-part-and-strip): Use it; do query instead of
15636         signaling an error; don't use mm-multiple-handles.
15637         (gnus-mime-delete-part): Ditto.
15638
15639 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15640
15641         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15642         old file versions.
15643         (gnus-group-prepare-hook): Removed function that converted list
15644         form of gnus-agent-expire-days to group properties.
15645
15646         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15647         (gnus-request-accept-article): Re-indented.
15648
15649         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15650         converters to handle old agent file formats.  Added logic for a
15651         "backup before upgrading warning".
15652         (gnus-convert-mark-converter-prompt): Developers can mark
15653         functions as needing (default), or not needing,
15654         gnus-convert-old-newsrc's "backup before upgrading warning".
15655         (gnus-convert-converter-needs-prompt): Tests whether the user
15656         should be protected from potentially irreversable changes by the
15657         function.
15658
15659         * legacy-gnus-agent.el: New.  Provides converters that are only
15660         loaded when gnus-convert-old-newsrc needs to call them.
15661
15662 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * mail-source.el (mail-source-touch-pop): Doc fix.
15665
15666         * message.el (message-smtpmail-send-it): Doc fix.
15667
15668 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15669
15670         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15671
15672         * nnmail.el (nnmail-split-fancy): do.
15673
15674         * gnus-kill.el (gnus-kill, gnus-execute): do.
15675
15676 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15677
15678         * gnus-sum.el (gnus-widget-reversible-match)
15679         (gnus-widget-reversible-to-internal)
15680         (gnus-widget-reversible-to-external): New functions.
15681         (gnus-widget-reversible): New widget.
15682         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15683
15684 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15685
15686         * gnus-sum.el (gnus-thread-sort-functions)
15687         (gnus-article-sort-functions): Document `(not F)' items.
15688
15689 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15690
15691         * spam.el (spam-use-gmane-xref): Add new backend.
15692         (spam-gmane-xref-spam-group): Add variable to control the name of the
15693         Gmane spam group.
15694         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15695         (spam-regex-headers-spam, spam-regex-headers-ham)
15696         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15697         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15698         backends and checks.
15699         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15700
15701         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15702         an autodetect method.
15703
15704 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15705
15706         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15707         articles are being added to a group.
15708         (gnus-request-replace-article): Inform the agent that articles
15709         need to be uncached as the cached contents are no longer valid.
15710
15711 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * binhex.el: Don't autoload executable-find.
15714
15715         * canlock.el: Don't autoload mail-fetch-field.
15716
15717         * dgnushack.el: Autoload c-mode for XEmacs.
15718
15719         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15720
15721         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15722         rmail-dont-reply-to and rmail-output.
15723
15724         * gnus-score.el: Don't autoload ffap-string-at-point.
15725
15726         * gnus-setup.el: Don't autoload sc-cite-original.
15727
15728         * imap.el: Don't autoload base64-decode-string,
15729         base64-encode-string and md5.
15730
15731         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15732         and rmail-msg-restore-non-pruned-header.
15733
15734         * mm-decode.el: Don't autoload executable-find.
15735
15736         * mm-url.el: Don't autoload executable-find.
15737
15738         * mm-view.el: Don't autoload diff-mode.
15739
15740         * nndb.el: Don't autoload news-reply-mode, news-setup,
15741         cancel-timer and telnet.
15742
15743         * password.el: Don't autoload run-at-time for Emacs.
15744
15745         * sha1-el.el: Don't autoload executable-find.
15746
15747         * sieve-mode.el: Don't autoload c-mode.
15748
15749         * uudecode.el: Don't autoload executable-find.
15750
15751 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15752
15753         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15754         (gnus-agent-possibly-alter-active): Avoid null in numeric
15755         comparison.
15756         (gnus-agent-set-local): Refuse to save null in local object table.
15757         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15758         list of articles that will be marked as unread.
15759
15760 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15763
15764 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15765
15766         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15767         language tags.
15768
15769 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15770
15771         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15772         Don't bind "obarray".
15773
15774         * gnus-sum.el (gnus-thread-sort-functions): Added
15775         `gnus-thread-sort-by-most-recent-number' and
15776         `gnus-thread-sort-by-most-recent-date'.
15777         Reported by Kai Grossjohann <kai@emptydomain.de>.
15778
15779 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15782
15783 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15784
15785         * gnus-cus.el (gnus-agent-customize-category): Removed
15786         ignore-errors macro reference that required cl to be loaded at
15787         run-time.
15788
15789         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15790         single-interval range of the form (min . max).  Previously the
15791         range had to look like ((min . max)).  Likewise, return
15792         (min . max) rather than ((min . max)).
15793         (gnus-range-map): Use gnus-range-normalize to accept
15794         single-interval range.
15795
15796         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15797         the cache, but not the agent, now appear with their usual face.
15798
15799         * dgnushack.el (loaddir): New variable that is bound to the
15800         directory containing the dgnushack.el file. Use loaddir, rather
15801         than srcdir, to update load-path. Change lets dgnushack compile
15802         code in directories other than GNUS/lisp.
15803
15804 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * lpath.el: Don't bind w3m-safe-url-regexp.
15807
15808         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15809         w3m-safe-url-regexp variable buffer-local.
15810
15811         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15812
15813 2004-02-27  Simon Josefsson  <jas@extundo.com>
15814
15815         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15816         gnus-group-real-prefix.
15817         (gnus-summary-move-article): Use it, instead of
15818         gnus-group-real-prefix.
15819
15820 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * lpath.el: Bind w3m-safe-url-regexp.
15823
15824         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15825         w3m-safe-url-regexp variable buffer-local and set it as the value
15826         of mm-w3m-safe-url-regexp.
15827
15828         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15829
15830         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15831         parsing gnus-posting-styles when the message is not for replying.
15832
15833         * dgnushack.el: Autoload sgml-mode for XEmacs.
15834
15835         * nnrss.el (nnrss-opml-export): Use
15836         mm-set-buffer-file-coding-system instead of
15837         set-buffer-file-coding-system.
15838
15839 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15840
15841         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15842         of checkdoc.el).
15843         * nnrss.el: do.
15844         * gnus-mlspl.el: do.
15845         * gnus-ml.el: do.
15846         * gnus-srvr.el: do.
15847
15848         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15849
15850 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15851
15852         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15853         Corrections to custom-manual links.
15854
15855         * gnus-art.el (gnus-article): Ditto.
15856
15857         * mm-decode.el (mime-display, mime-security): Ditto.
15858
15859 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15860
15861         * flow-fill.el: Typo.
15862
15863 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15864
15865         * spam-wash.el: New file.
15866
15867 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15868
15869         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15870
15871 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15872
15873         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15874         to be run with new-articles as LIST1, not LIST2.
15875         (spam-registration-functions): Add spam-use-ham-copy as a nil
15876         registration backend.
15877
15878 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15879
15880         * spam-stat.el (spam-stat-washing-hook): New option.
15881         (spam-stat-buffer-words): Use it.
15882         (spam-stat-process-directory, spam-stat-test-directory): Use
15883         insert-file-contents-literally.
15884         (spam-stat-coding-system): New variable.
15885         (spam-stat-load, spam-stat-save): Use it.
15886
15887 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * spam-report.el (spam-report-plug-agent): Quote
15890         spam-report-url-to-file and spam-report-url-ping-plain.
15891
15892 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15895         / in mailto URLs.
15896
15897 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15898
15899         * spam-report.el (spam-report-process-queue): Fix interactive use.
15900         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15901         (spam-report-unplug-agent): Doc fixes.
15902         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15903         (spam-report-agentize, spam-report-deagentize): Autoload.
15904
15905 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15908
15909         * message.el (message-setup-fill-variables): Add mml tags to
15910         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15911         <ajk@iu.edu>.
15912         (message-mode): Don't modify paragraph-separate there.
15913
15914 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * compface.el (uncompface-use-external): Default to undecided.
15917         (uncompface-use-external-threshold): New variable.
15918         (uncompface-float-time): New macro.
15919         (uncompface): Determine whether to use the external decoder if
15920         uncompface-use-external is undecided.
15921
15922 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15923
15924         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15925         after images.
15926
15927         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15928
15929 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15930
15931         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15932
15933         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15934
15935         * gnus-sum.el (gnus-summary-limit-to-age)
15936         (gnus-summary-limit-children): do.
15937
15938         * gnus-int.el (gnus-request-scan): do.
15939
15940         * gnus-group.el (gnus-group-suspend): do.
15941
15942         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15943
15944         * gnus-cite.el (gnus-cite-parse-attributions): do.
15945
15946         * gnus-agent.el (gnus-summary-set-agent-mark)
15947         (gnus-agent-regenerate-group): do.
15948
15949         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15950
15951         * binhex.el (binhex-decode-region-internal): do.
15952
15953 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-fun.el (gnus-face-properties-alist): New user option.
15956         (gnus-display-x-face-in-from): Use it.
15957
15958         * gnus-art.el (article-display-face): Ditto.
15959
15960         * compface.el (uncompface-use-external): Default to nil.
15961
15962 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15963
15964         * nntp.el (nntp-erase-buffer): New function.
15965         (nntp-retrieve-data, nntp-send-command)
15966         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15967         (nntp-possibly-change-group): Use it.
15968
15969         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15970         with-current-buffer.
15971
15972 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15973
15974         * compface.el: Merge the ELisp-based uncompface program.
15975         (compface): New customization group.
15976         (uncompface-use-external): New user option.
15977         (uncompface): Call uncompface-internal if uncompface-use-external
15978         is nil.
15979         (uncompface-internal): New function.  Note that there are also
15980         some other functions and variables added for this function.
15981
15982 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15983
15984         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15985         if necessary.
15986
15987 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * spam-report.el (spam-report-unplug-agent)
15990         (spam-report-plug-agent, spam-report-deagentize)
15991         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15992         Add support for the Agent in spam-report: when unplugged, report to a
15993         file; when plugged, submit all the requests.
15994
15995         * spam.el (spam-register-routine): Fix message about
15996         registration.
15997
15998 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15999
16000         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16001         dependencies.
16002         (rfc2047-encode): Use it.
16003
16004         * gnus-art.el (gnus-button-marker-list): Move before first
16005         reference.
16006
16007         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16008         (imap-parse-body): Fix format string mismatch.
16009
16010         * gnus-score.el (gnus-summary-increase-score): do.
16011
16012         * nnrss.el (nnrss-close): New function.
16013
16014 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16015
16016         * nnrss.el (nnrss-make-filename): New function.
16017         (nnrss-request-delete-group, nnrss-read-server-data)
16018         (nnrss-save-server-data, nnrss-read-group-data)
16019         (nnrss-save-group-data): Use it.
16020         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16021         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16022         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16023
16024 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16025
16026         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16027
16028 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16029
16030         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16031         files.
16032
16033         * message.el (message-generate-headers-first): Don't quote nil
16034         and t in docstrings.
16035
16036         * imap.el (imap-id): do.
16037
16038         * gnus-agent.el (gnus-agent-consider-all-articles)
16039         (gnus-agent-queue-mail): do.
16040
16041 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16042
16043         * spam-report.el (spam-report-process-queue): New function.
16044         Process requests from `spam-report-requests-file'.
16045         (spam-report-process-queue): Doc fix.
16046
16047 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16048
16049         * spam.el (spam-register-routine)
16050         (spam-log-processing-to-registry, spam-log-registered-p)
16051         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16052         Change "check" to "spam-check" for semi-clarity.
16053
16054 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16055
16056         * pop3.el: Require nnheader.
16057
16058         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16059
16060         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16061
16062         * gnus-picon.el: Require cl.
16063
16064         * gnus-fun.el: Require gnus-ems and gnus-util.
16065
16066         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16067
16068         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16069
16070         * gnus-art.el (gnus-article-edit-mode): Define before first
16071         reference.
16072
16073 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16074
16075         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16076         (gnus-uu-post-encoded): Use point-at-bol.
16077
16078         * gnus-topic.el (gnus-group-active-topic-p): do.
16079
16080         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16081
16082         * gnus-group.el (gnus-group-kill-region): do.
16083
16084         * gnus-art.el (article-date-ut): do.
16085
16086         * message.el (message-fetch-field): Remove redundant
16087         case-fold-search binding.
16088         (message-narrow-to-field): Simplify.
16089
16090 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16091
16092         * spam.el (spam-directory): Derive from `gnus-directory'.
16093
16094         * spam-report.el (spam-report-url-to-file)
16095         (spam-report-requests-file): New function and variable for offline
16096         reporting.
16097         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16098         and user defined function.
16099         (spam-report-url-ping-mm-url): Remove doubled slash.
16100
16101 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16102
16103         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16104
16105 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16106
16107         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16108         format string mismatch.
16109
16110         * sieve.el (sieve-deactivate-all): do.
16111
16112         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16113
16114         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16115
16116         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16117
16118         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16119
16120 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16121
16122         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16123         the list of checks.
16124
16125 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16128         padding.
16129
16130 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16131
16132         * mm-view.el (mm-fill-flowed): New variable.
16133         (mm-inline-text): Use it.
16134
16135 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16136
16137         * spam.el (spam-spamassassin-register-ham-routine)
16138         (spam-spamassassin-register-spam-routine): Fix function names.
16139
16140 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus.el (gnus-tmp-grouplens): Remove.
16143         (gnus-summary-line-format): Remove grouplens.
16144
16145         * gnus-group.el (gnus-group-line-format): Ditto.
16146
16147         * gnus-spec.el (gnus-format-specs): Ditto.
16148         (gnus-update-format-specifications): Flush the group format spec
16149         cache if there's the grouplens stuff.
16150         (gnus-parse-simple-format): Replace %l with the empty string.
16151
16152 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16153
16154         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16155         omission.
16156
16157 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16160         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16161
16162 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16163
16164         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16165         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16166         New macros and functions.
16167         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16168         Handle > NLINK_MAX messages.
16169         * nnmaildir.el (nnmaildir-request-set-mark): Use
16170         nnmaildir--emlink-p and nnmaildir--eexist-p.
16171
16172 2004-01-25  Alex Schroeder  <alex@gnu.org>
16173
16174         * spam-stat.el (spam-stat-process-directory-age): New option.
16175         (spam-stat-process-directory): Use it.
16176
16177 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16178
16179         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16180         (spam-stat-save): Accept prefix argument.
16181
16182 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16183
16184         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16185         links" error.
16186
16187 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16190         the rest of the and/or forms.
16191
16192 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16193
16194         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16195         compatibility with old .newsrc.eld files.
16196
16197         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16198
16199         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16200
16201         * gnus-start.el (gnus-1): do.
16202
16203         * gnus-group.el (gnus-group-line-format-alist): do.
16204
16205         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16206
16207         * gnus-gl.el: Remove.
16208
16209 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16210
16211         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16212         marks consisting of a single range {for example, (3 . 5)} rather
16213         than a list of a single range { ((3 . 5)) }.
16214
16215 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16216
16217         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16218         with-current-buffer.
16219         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16220         avoid consing a string.
16221
16222         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16223         Remove obsolete entries for big5 and gb2312.
16224
16225 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16226
16227         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16228         uncompressed list.
16229
16230 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16231
16232         * spam-stat.el (spam-stat-strip-xref): New function.
16233         (spam-stat-process-directory): Use it.
16234
16235         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16236         here -- it's done in message-fetch-field.
16237
16238 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16239
16240         * gnus-agent.el (gnus-agent-queue-mail)
16241         (gnus-agent-prompt-send-queue): New variables.
16242         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16243         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16244         "nndraft:queue" along to gnus-draft-send.  Use
16245         gnus-agent-prompt-send-queue.
16246         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16247         is "nndraft:queue".  Suggested by Gaute Strokkenes
16248         <gs234@srcf.ucam.org>
16249
16250         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16251         (agent-enable-undownloaded-faces): Added.
16252         (gnus-agent-cat-groups): Use eval-and-compile, not
16253         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16254         method of gnus-agent-cat-groups even when the buffer has been
16255         evaled.
16256         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16257         delete gnus-agent-save-active-1.
16258         (gnus-agent-save-groups): Deleted.  Identical to
16259         gnus-agent-save-active.
16260         (gnus-agent-write-active): No longer adjust agent's copy of active
16261         file as agent's adjustments are now stored in their own
16262         file.  Removed optional parameter.
16263         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16264         servers.  Add use of min/max range limits from server's local
16265         file.
16266         (gnus-agent-save-alist): Removed unused optional argument.
16267         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16268         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16269         (gnus-agent-set-local): A per-server file that keeps min/max range
16270         limits for articles known to the agent.  Provides a fast mechanism
16271         for altering many active ranges.
16272         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16273         active file (local makes it unnecessary).
16274         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16275
16276         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16277         (agent-enable-undownloaded-faces): Added.
16278
16279         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16280         disable it when sending to "nndraft:queue".
16281         (gnus-group-send-queue): Add safety check to avoid sending queue
16282         when unplugged.
16283
16284         * gnus-group.el (gnus-group-catchup): Use new
16285         gnus-sequence-of-unread-articles, not
16286         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16287         numbers of articles.  Use gnus-range-map to avoid having to
16288         uncompress the unread list.
16289         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16290         Fixed invalid ange-ftp reference.
16291
16292         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16293         (gnus-sorted-range-intersection): Intersection of two ranges
16294         without requiring that they first be uncompressed.
16295
16296         * gnus-start.el (gnus-activate-group): Unless blocked by the
16297         caller, possibly expand the active range to include both cached
16298         and agentized articles.
16299         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16300         multiple version-dependent converters.
16301         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16302         gnus-agent-save-active.
16303         (gnus-save-newsrc-file): Save dirty agent range limits.
16304
16305         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16306         gnus-agent-possibly-alter-active.
16307         (gnus-adjust-marked-articles): Faster handling of simple lists.
16308
16309 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16310
16311         * spam-stat.el (spam-stat-test-directory): New optional argument
16312         displays a list of files detected.  Suggested by Andrew Cohen
16313         <cohen@andy.bu.edu>.
16314         (spam-stat-buffer-words-with-scores): Don't narrow and change
16315         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16316
16317 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16318
16319         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16320         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16321         (spam-spamassassin-arguments)
16322         (spam-spamassassin-spam-flag-header)
16323         (spam-spamassassin-positive-spam-flag-header)
16324         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16325         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16326         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16327         (spam-list-of-processors, spam-list-of-checks)
16328         (spam-list-of-statistical-checks, spam-registration-functions)
16329         (spam-check-spamassassin-headers, spam-check-spamassassin)
16330         (spam-spamassassin-score)
16331         (spam-spamassassin-register-with-sa-learn)
16332         (spam-spamassassin-register-spam-routine)
16333         (spam-spamassassin-register-ham-routine)
16334         (spam-assassin-register-spam-routine)
16335         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16336         (spam-bogofilter-score): Fix to show article before scoring.
16337
16338 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16339
16340         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16341         default scoring function.
16342         (spam-generic-score): Call spam-spamassassin-score if
16343         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16344         spam-bogofilter-score otherwise.
16345
16346         * gnus.el (spam-process, spam-autodetect-methods): Add
16347         spamassassin and spamassassin-headers.
16348
16349 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16350
16351         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16352         Suppress unnecessary messages.
16353
16354 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16355
16356         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16357         make-hash-table.
16358
16359 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * canlock.el (base64-encode-string): Don't autoload it.
16362
16363 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * run-at-time.el: Remove useless (require 'itimer),
16366         eval-and-compile and (featurep 'xemacs).
16367
16368 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16369
16370         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16371         GROUP is a virtual group.
16372
16373 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16374
16375         * gnus.el: Autoload `message-y-or-n-p'.
16376
16377 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16378
16379         * pgg-parse.el: Remove unnecessary (require 'custom).
16380
16381         * pgg-def.el: do.
16382
16383         * nnmail.el: do.
16384
16385         * gnus-undo.el: do.
16386
16387         * gnus-picon.el: do.
16388
16389         * gnus-util.el: do.
16390
16391 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16392
16393         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16394
16395 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16398         handle, as well as a list.
16399
16400         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16401         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16402         (mm-w3m-cid-retrieve): Simplify.
16403
16404 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16405
16406         * message.el (message-kill-to-signature): Allow prefix arg to
16407         specify number of lines to keep before signature.
16408
16409 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16410
16411         * message.el (message-kill-to-signature): Change docstring.
16412
16413 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * canlock.el: Always require sha1-el.
16416         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16417
16418         * message.el: Autoload sha1 only when compiling.
16419
16420         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16421         eudc-expand-inline for XEmacs.
16422
16423 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * message.el (message-canlock-generate): Require sha1-el.
16426
16427 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16428
16429         * message.el (message-expand-name): Silence the byte compiler.
16430
16431         * lpath.el: Add detect-coding-system.
16432
16433         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16434         cus-edit.
16435
16436 2004-01-13  Simon Josefsson  <jas@extundo.com>
16437
16438         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16439         Invoke gnus-score-mode.  Reported by
16440         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16441
16442         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16443         Jim Blandy <jimb@redhat.com> (tiny change).
16444
16445 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16446
16447         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16448
16449 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16450
16451         * spam.el (spam-get-article-as-string): Update to use
16452         gnus-request-article-this-buffer, much simpler.
16453         (spam-get-article-as-buffer): Remove.
16454
16455 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16456
16457         * message.el (message-expand-name): Use EUDC if the user uses that.
16458
16459 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16460
16461         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16462         character for the encoding to avoid consing a string.
16463
16464         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16465         unnecessarily.
16466
16467         * mm-util.el (mm-replace-chars-in-string): Remove.
16468
16469         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16470         of mm-replace-chars-in-string.
16471
16472 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16473
16474         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16475
16476         * mm-util.el (mm-subst-char-in-string): Support inplace.
16477
16478         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16479         a new string in every iteration.  Use shy groups.
16480
16481 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16482
16483         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16484         * gnus-soup.el (gnus-soup-group-brew):
16485         * gnus-msg.el (gnus-put-message):
16486         * gnus-move.el (gnus-group-move-group-to-server):
16487         * gnus-kill.el (gnus-batch-score):
16488         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16489         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16490         (gnus-group-update-group, gnus-group-read-group)
16491         (gnus-group-make-group, gnus-group-make-help-group)
16492         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16493         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16494         (gnus-group-sort-by-unread, gnus-group-catchup)
16495         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16496         (gnus-group-yank-group, gnus-group-set-info)
16497         (gnus-group-list-groups):
16498         * gnus.el (gnus-generate-new-group-name):
16499         * gnus-delay.el (gnus-delay-send-queue):
16500         * nnvirtual.el (nnvirtual-catchup-group):
16501         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16502         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16503         (gnus-group-prepare-topics, gnus-topic-check-topology):
16504         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16505         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16506         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16507         (gnus-group-make-articles-read):
16508         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16509         (gnus-group-change-level, gnus-kill-newsgroup)
16510         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16511         (gnus-get-unread-articles, gnus-make-articles-unread)
16512         (gnus-make-ascending-articles-unread): Use accessor
16513         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16514         to get group information for improved readability.
16515
16516
16517 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16518
16519         * gnus-art.el (article-decode-mime-words, article-babel)
16520         (gnus-article-highlight-signature, gnus-article-add-buttons)
16521         (gnus-signature-toggle): Use gnus-with-article-buffer.
16522
16523         * gnus-art.el (gnus-article-highlight-headers)
16524         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16525
16526         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16527         (gnus-article-set-globals, gnus-request-article-this-buffer)
16528         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16529         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16530         (gnus-mime-display-alternative): Use with-current-buffer.
16531
16532 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16533
16534         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16535         also under 80 char limit, and call gnus-error if needed.
16536         (spam-fetch-article-header): Fix - it was a
16537         buffer-local variable (gnus-newsgroup-data).
16538         (spam-find-spam): Use spam-generate-fake-headers, forget about
16539         spam-insert-fake-headers.
16540         (spam-insert-fake-headers): Remove.
16541
16542 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16543
16544         * deuglify.el (gnus-article-outlook-unwrap-lines)
16545         (gnus-outlook-rearrange-article)
16546         (gnus-outlook-repair-attribution-outlook)
16547         (gnus-outlook-repair-attribution-block)
16548         (gnus-outlook-repair-attribution-other): Remove redundant
16549         save-excursion.
16550
16551 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16552
16553         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16554         (spam-fetch-field-subject-fast)
16555         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16556         (spam-fetch-article-header): Add functions to deal with Gnus
16557         internals for fast retrieval of article header data.
16558         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16559
16560 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16561
16562         * pop3.el (pop3-md5): Remove.
16563         (pop3-apop): Replace pop3-md5 with md5.
16564
16565         * mm-bodies.el: base64 is always built-in.
16566
16567         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16568         with-current-buffer.
16569
16570 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * canlock.el (canlock-insert-header): Remove excessive grouping in
16573         regexp.
16574
16575         * gnus-sum.el (gnus-summary-read-document): Ditto.
16576
16577         * gnus-uu.el (gnus-uu-part-number): Ditto.
16578
16579         * html2text.el (html2text-remove-tags): Ditto.
16580         (html2text-format-tags): Ditto.
16581         (html2text-format-single-elements): Ditto.
16582
16583         * mml.el (mml-parse-1): Ditto.
16584
16585 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16586
16587         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16588
16589         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16590
16591         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16592
16593         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16594
16595 2003-11-15  Simon Josefsson  <jas@extundo.com>
16596
16597         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16598         (pgg-gpg-lookup-key): Use regexp match instead of
16599         split-string (split-string is different between emacs 21.2 and
16600         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16601
16602 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16603
16604         * gnus-art.el (gnus-mime-view-all-parts)
16605         (gnus-article-part-wrapper, gnus-article-view-part): Use
16606         with-current-buffer.
16607
16608 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16609
16610         * spam.el (spam-disable-spam-split-during-ham-respool)
16611         (spam-spamoracle-database, spam-cache-lookups)
16612         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16613         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16614         (spam-group-ham-marks, spam-group-spam-marks)
16615         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16616         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16617         also add spam-use-blackholes to the statistical checks.
16618         (spam-fetch-field-fast): Add interface to fetching fields, may
16619         become a macro.
16620         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16621         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16622         (spam-insert-fake-headers): Fake an article when needed.
16623         (spam-find-spam): Fake article when possible.
16624         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16625         (spam-check-bogofilter-headers): Use message-fetch-field instead
16626         of nnmail-fetch-field.
16627
16628 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16629
16630         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16631
16632 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16633
16634         * spam.el (spam-split): Do not require spam-use-CHECK to be
16635         enabled if that check is passed to spam-split explicitly; also
16636         fix so 'spam doesn't get converted to spam-split-group when
16637         spam-split-symbolic-return is t.
16638         (spam-find-spam): Find registrations of the article and use those
16639         instead of re-running spam-split to find the spam/ham
16640         classification of the article.
16641         (spam-log-processing-to-registry, spam-log-registered-p)
16642         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16643         Use gnus-error instead of gnus-message.
16644         (spam-log-registration-type): Add function to determine the
16645         classification of a message based on registry entries; will
16646         return nil if both 'spam and 'ham are found.
16647         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16648         a reasonably fast local cache without the loading errors.
16649         (spam-cache-lookups): Set to t by default.
16650         (spam-find-spam): Don't try to guess spam-cache-lookups.
16651         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16652         spam-caches entry.
16653         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16654         caching of whitelist/blacklist entries.
16655         (spam-check-whitelist, spam-check-blacklist): Invoke
16656         spam-from-listed-p with a type, not a cache variable.
16657         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16658
16659 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16660
16661         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16662
16663         * nnmail.el (nnmail-split-fancy): do.
16664
16665         * mml.el (mml-parse): do.
16666
16667         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16668         (gnus-score-adaptive): do.
16669
16670 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16673         (gnus-mime-button-map): Don't set keymap parent.
16674         (gnus-button-ctan-directory-regexp): Use shy grouping.
16675         (gnus-prev-page-map): Don't set keymap parent.
16676         (gnus-prev-page-map): Remove duplicated one.
16677         (gnus-next-page-map): Don't set keymap parent.
16678         (gnus-mime-security-button-map): Ditto.
16679
16680         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16681         version number.
16682
16683         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16684
16685 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * canlock.el (canlock-sha1-function): Remove.
16688         (canlock-sha1-function-for-verify): Remove.
16689         (canlock-openssl-program): Remove.
16690         (canlock-openssl-args): Remove.
16691         (canlock-ignore-errors): Remove.
16692         (canlock-sha1-with-openssl): Remove.
16693         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16694         (canlock-verify): Don't use canlock-ignore-errors.
16695
16696         * sha1-el.el (sha1-string-external): Make it can return a string
16697         in binary form.
16698         (sha1-region-external): Ditto.
16699         (sha1-string-internal): Ditto.
16700         (sha1-region-internal): Ditto.
16701         (sha1-region): Ditto.
16702         (sha1-string): Ditto.
16703         (sha1): Ditto.
16704
16705 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16706
16707         * spam.el (spam-report-articles-gmane): New command.
16708
16709 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16712
16713         * run-at-time.el (run-at-time-saved): Remove.
16714         (run-at-time): Doc fix.
16715
16716 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16717
16718         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16719         (gnus-summary-limit-map): Add it.
16720         (gnus-summary-make-menu-bar): do.
16721
16722 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16723
16724         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16725         Make attempt at some caching support (done for BBDB only now).
16726         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16727         addresses to be checked.
16728         (spam-clear-cache-BBDB): Add function, to be invoked by
16729         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16730         (spam-check-BBDB): Check and use the caches, if
16731         spam-cache-lookups is on, remove superfluous (provide).
16732
16733 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16736
16737 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16738
16739         * run-at-time.el (run-at-time-saved): Move to after the definition
16740         of `run-at-time'.
16741
16742         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16743
16744 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16747         mm-w3m-local-map-property.
16748
16749         * mm-view.el (mm-w3m-mode-map): Remove.
16750         (mm-w3m-local-map-property): Remove.
16751         (mm-inline-text-html-render-with-w3m): Don't use
16752         mm-w3m-local-map-property.
16753
16754 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16755
16756         * run-at-time.el: New file.
16757
16758         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16759         under Emacs.
16760
16761         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16762         of gnus-set-text-properties.
16763
16764         * gnus-uu.el (gnus-uu-save-article): Ditto.
16765
16766         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16767
16768         * gnus-cite.el (gnus-cite-parse): Ditto.
16769
16770         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16771         of gnus-.
16772
16773         * gnus-xmas.el (run-at-time): Require run-at-time.
16774
16775         * gnus.el: Changed calls to nnheader-run-at-time and
16776         password-run-at-time throughout to use run-at-time directly.
16777
16778         * password.el: Removed definition of run-at-time.
16779
16780         * nnheaderxm.el: Remove definition of run-at-time.
16781
16782 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16783
16784         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16785         in prompt.
16786
16787 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16788
16789         * messagexmas.el (message-xmas-redefine): Alias
16790         `message-make-caesar-translation-table' to
16791         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16792         version.
16793
16794         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16795         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16796         `gnus-xmas-set-text-properties'.
16797         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16798         `gnus-xmas-completing-read'.
16799         (gnus-xmas-completing-read): Removed.
16800         (gnus-xmas-open-network-stream): Removed.
16801
16802         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16803         XEmacs version.
16804
16805         * dns.el (dns-make-network-process): Use `open-network-stream'
16806         instead of `gnus-xmas-open-network-stream'.
16807
16808         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16809
16810         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16811
16812 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16813
16814         * gnus-art.el (gnus-mime-display-alternative)
16815         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16816         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16817         Don't use gnus-local-map-property.
16818
16819         * gnus-util.el (gnus-local-map-property): Remove.
16820
16821         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16822         gnus-completing-read-maybe-default with completing-read.
16823
16824         * gnus-util.el (gnus-completing-read): do.
16825         (gnus-completing-read-maybe-default): Remove.
16826
16827 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16828
16829         * password.el: Only autoload `run-at-time' if not XEmacs.
16830         Only autoload the itimer functions if XEmacs.
16831
16832 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16835         XEmacsen.
16836
16837         * dgnushack.el: Autoload executable-find for XEmacs.
16838
16839 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16840
16841         * gnus-art.el (gnus-read-string): Remove.
16842         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16843         read-string.
16844
16845 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16846
16847         * netrc.el: Autoload password-read.
16848         (netrc): Add configuration group.
16849         (netrc-encoding-method, netrc-openssl-path): Add
16850         variables for encoding and decoding of files with symmetric
16851         ciphers.
16852         (netrc-encode): Add assistant function to encode a file with
16853         netrc-encoding-method.
16854         (netrc-parse): Add interactive parameter, added optional
16855         decoding if netrc-encoding-method is non-nil but otherwise
16856         behavior is standard.
16857         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16858         Do s/encode/encrypt/ everywhere.
16859
16860         * spam.el: Remove executable-find autoload.
16861
16862 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16863
16864         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16865
16866         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16867
16868 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * gnus-art.el (gnus-treat-ansi-sequences)
16871         (article-treat-ansi-sequences): New variable and function.
16872         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16873
16874         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16875         Use it.
16876
16877 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16878
16879         * mm-util.el (mm-quote-arg): Remove.
16880
16881         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16882         shell-quote-argument.
16883
16884         * gnus-uu.el (gnus-uu-command): do.
16885
16886         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16887
16888         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16889         with make-char.
16890
16891         * mm-util.el (mm-make-char): Remove.
16892
16893         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16894         add-minor-mode.
16895
16896         * gnus-undo.el (gnus-undo-mode): do.
16897
16898         * gnus-topic.el (gnus-topic-mode): do.
16899
16900         * gnus-sum.el (gnus-dead-summary-mode): do.
16901
16902         * gnus-start.el (gnus-slave-mode): do.
16903
16904         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16905
16906         * gnus-ml.el (gnus-mailing-list-mode): do.
16907
16908         * gnus-gl.el (gnus-grouplens-mode): do.
16909
16910         * gnus-draft.el (gnus-draft-mode): do.
16911
16912         * gnus-dired.el (gnus-dired-mode): do.
16913
16914         * gnus-ems.el (gnus-add-minor-mode): Remove.
16915
16916         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16917         Replace gnus-char-width with char-width.
16918
16919         * gnus-ems.el (gnus-char-width): Remove.
16920
16921         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16922         Replace gnus-char-width with char-width.
16923
16924         * gnus-ems.el (gnus-char-width): Remove.
16925
16926         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16927         definition.
16928         Remove Emacs 20 hash table compatibility code.
16929
16930         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16931         20 compatibility code.
16932
16933         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16934
16935         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16936
16937         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16938         with point-at-{eol,bol}.
16939
16940         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16941
16942         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16943
16944         * flow-fill.el (fill-flowed-point-at-bol)
16945         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16946
16947         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16948         Replace with point-at-{eol,bol} throughout all files.
16949
16950 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * ntlm.el (ntlm-string-as-unibyte): New macro.
16953         (ntlm-build-auth-response): Use it.
16954
16955         Remove Emacs 20 stuff:
16956         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16957         (butlast, mapc, remove): Remove the compiler macros.
16958         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16959         of delq and copy-sequence.
16960         * gnus-art.el (popup-menu): Remove the compiler macro.
16961         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16962         Emacs 20.
16963
16964 2004-01-05  Simon Josefsson  <jas@extundo.com>
16965
16966         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16967         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16968         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16969         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16970         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16971         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16972         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16973         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16974         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16975         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16976         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16977         string-xor into ntlm-string-xor.  Suggested by
16978         Jesper Harder <harder@myrealbox.com>.
16979
16980         * ntlm.el: Don't include poem.
16981
16982         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16983         Jesper Harder <harder@myrealbox.com>.
16984
16985         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16986
16987         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16988         probably breaks emacs with DL patch, but do we care? Is anyone
16989         still using the DL stuff?)
16990
16991         * sieve-manage.el: Use the password package.
16992         (sieve-manage-read-passwd): Remove.
16993         (sieve-manage-interactive-login): Use password.  Re-add
16994         condition-case around loop.
16995
16996         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16997         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16998         the password package.
16999
17000 2003-02-19  Simon Josefsson  <jas@extundo.com>
17001
17002         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17003         token.
17004
17005 2002-08-07  Simon Josefsson  <jas@extundo.com>
17006
17007         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17008         (sieve-manage-authenticators):
17009         (sieve-manage-authenticator-alist): Add some SASL mechs.
17010         (sieve-sasl-auth): New function.
17011         (sieve-manage-cram-md5-auth):
17012         (sieve-manage-plain-auth): Rewrite using SASL library.
17013         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17014         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17015         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17016         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17017
17018 2004-01-05  Simon Josefsson  <jas@extundo.com>
17019
17020         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17021         New files.
17022
17023 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17024
17025         * gnus-group.el (gnus-no-groups-message): Update.
17026
17027         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17028
17029 2003-11-09  Simon Josefsson  <jas@extundo.com>
17030
17031         * imap.el: Support for ID IMAP extension (RFC 2971).
17032         (imap-local-variables): Add imap-id.
17033         (imap-id): New variable.
17034         (imap-id): New function.
17035         (imap-parse-response): Parse untagged ID response.
17036         * nnimap.el (nnimap-id): New variable.
17037         (nnimap-open-connection): Use it.
17038
17039 2003-12-28  Simon Josefsson  <jas@extundo.com>
17040
17041         * gnus-score.el (gnus-score-edit-all-score): New.
17042         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17043
17044 2004-01-04  Simon Josefsson  <jas@extundo.com>
17045
17046         * password.el: Add.
17047
17048 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17049
17050         * dns.el (dns-query-types): Fix typo.
17051         (dns-query-types): New function.
17052         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17053         PTR and SOA replies, see RFC 1035.
17054
17055 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17056
17057         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17058
17059         * Moved to Changelog.2.
17060
17061 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17062
17063         * gnus.el (gnus-version-number): Bump version.
17064
17065 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17066
17067         * gnus.el: No Gnus v0.1 is released.
17068
17069 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17070
17071         * gnus.el: No Gnus v0.0 is released.
17072
17073 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17074
17075         * gnus.el (gnus-version-number): Bump.
17076         (gnus-version): No.
17077
17078 See ChangeLog.2 for earlier changes.
17079
17080     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17081       Free Software Foundation, Inc.
17082
17083   This file is part of GNU Emacs.
17084
17085   GNU Emacs is free software: you can redistribute it and/or modify
17086   it under the terms of the GNU General Public License as published by
17087   the Free Software Foundation, either version 3 of the License, or
17088   (at your option) any later version.
17089
17090   GNU Emacs is distributed in the hope that it will be useful,
17091   but WITHOUT ANY WARRANTY; without even the implied warranty of
17092   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17093   GNU General Public License for more details.
17094
17095   You should have received a copy of the GNU General Public License
17096   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17097
17098 ;; Local Variables:
17099 ;; coding: utf-8
17100 ;; fill-column: 79
17101 ;; add-log-time-zone-rule: t
17102 ;; End: