Allow nnmail-split-methods to use the fancy splitting syntax directly.
[gnus] / lisp / ChangeLog
1 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4         directly.
5
6         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7         messages in empty groups.
8
9 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
10
11         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
12         non-UIDNEXT group.
13
14 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
17         not the value from the collection.
18
19         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
20         values.  This sometimes happens on some groups that have no info.
21         (nnimap-request-newgroups): New function.
22
23 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
24
25         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
26         check into `gnus-registry-initialize'.
27         (gnus-registry-initialize): Ditto.
28         Fix and extend header docs.
29
30 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
33         regexp backtrace overflows.
34
35         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
36         for starttls that tls.el implements; i.e. openssl.
37
38         * tls.el (tls-starttls-switches): Give up on using starttls with
39         gnutls-cli.
40         (tls-program): Add --insecure to be consistent with the defaults from
41         openssl s_client.  Now all three commands are insecure.
42
43 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * lpath.el: Bind completion-styles-alist for XEmacs.
46
47         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
48         (gravatar-create-image): New function that's an alias to
49         gnus-xmas-create-image, gnus-create-image, or create-image.
50         (gravatar-data->image): Use it.
51
52 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
55         install the nnregistry refer method.
56         (gnus-registry-install-hooks): Use it.
57         (gnus-registry-unfollowed-groups): Add nnmairix to the default
58         unfollowed groups.
59
60 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
61
62         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
63         expanding threads.
64
65 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * nnir.el: Use the server names without suffixes (bug #7009).
68
69         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
70         unencrypted to STARTTLS, if possible.
71
72 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
73
74         * message.el (message-ignored-supersedes-headers): Strip Injection-*
75         headers before superseding.
76
77 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * nnrss.el (nnrss-use-local): Add documentation.
80
81         * nnimap.el (nnimap-extend-tls-programs): New function.
82         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
83         (nnimap-wait-for-connection): Accept the greeting from the stupid
84         output from openssl s_client -starttls, too.
85
86         * tls.el (tls-starttls-switches): New variable.
87         (tls-find-starttls-argument): Use it.
88         (open-tls-stream): Ditto.
89
90         * netrc.el (netrc-credentials): Return the value of the "default"
91         entry.
92         (netrc-machine): Ditto.
93
94         * nnimap.el (nnimap-find-article-by-message-id): Really return the
95         article number.
96         (nnimap-split-fancy): New variable.
97         (nnimap-split-incoming-mail): Use it.
98
99         * nntp.el (nntp-server-list-active-group): Document.
100
101         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
102         SELECT to get the message-id.
103
104         * mail-source.el (mail-sources): Removed webmail support.
105         (defvar): Ditto.
106         (mail-source-fetcher-alist): Ditto.
107         (mail-source-fetch-webmail): Removed.
108
109         * webmail.el: Removed -- doesn't seem relevant any more.
110
111         * gnus.el: Fix up make-obsolete-variable declarations throughout.
112
113         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
114         the \r.
115
116 2010-09-30  Julien Danjou  <julien@danjou.info>
117
118         * gnus-agent.el (gnus-agent-add-group): Fix call to
119         gnus-completing-read.
120
121 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * nndoc.el (nndoc-retrieve-groups): New function.
124
125         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
126         `default', use nnmail-split-methods.
127         (nnimap-request-article): Downcase the NILs so that they are nil.
128
129         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
130         symbol.
131
132         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
133         code, since if the user has requested network, that's what they ought
134         to get.
135         (nnimap-request-set-mark): Erase the buffer before issuing commands.
136         (nnimap-split-rule): Mark as obsolete.
137
138         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
139         variable.
140
141         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
142         correct slot, too.
143
144 2010-09-29  Julien Danjou  <julien@danjou.info>
145
146         * gnus.el (gnus-local-domain): Declare variable obsolete.
147
148         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
149         computing.
150         (gnus-ido-completing-read): Require ido.
151
152 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-registry.el: Don't prompt on load, which makes it impossible to
155         build Gnus.
156
157         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
158         when interpreting the structures.
159         (nnimap-request-accept-article): Add \r\n to the lines to make this
160         work with Cyrus.
161
162         * nndraft.el (nndraft-request-expire-articles): Use the group name
163         instead if "nndraft".  Fix found by Nils Ackermann.
164
165 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
166
167         * nnregistry.el: Added.
168
169 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
170
171         * nnmail.el (group, group-art-list, group-art):
172         Remove unneeded directives.
173
174 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
177         (mm-mime-charset)
178         * rfc2047.el (rfc2047-syntax-table)
179         * utf7.el (utf7-utf-16-coding-system): Comment fix.
180
181         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
182         rather than `insert-file-contents' and `eval-region'.
183
184         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
185         construction.
186
187         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
188
189         * time-date.el: No need to require cl for Emacs 21.
190
191 2010-09-29  Julien Danjou  <julien@danjou.info>
192
193         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
194         replacement of `gnus-gravatar-relief' to mimic
195         `gnus-faces-properties-alist'.
196         Add :version property.
197
198 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * mail-source.el (mail-source-report-new-mail)
201         * message.el (message-default-mail-headers)
202         * mm-decode.el (mm-valid-image-format-p): Comment fix.
203
204         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
205
206 2010-09-28  Julien Danjou  <julien@danjou.info>
207
208         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
209         mail-address contains the same string as real-name.
210
211         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
212         non-blank in header, otherwise it'll get stripped.
213
214         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
215         real-name, and then for mail address rather than doing : or , search.
216
217 2010-09-27  Julien Danjou  <julien@danjou.info>
218
219         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
220         (gnus-server-goto-server): Use gnus-completing-read.
221
222         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
223
224         * mm-util.el (defalias): Use gnus-completing-read.
225         (mm-codepage-setup): Use gnus-completing-read.
226
227         * smime.el (smime-sign-buffer): Use gnus-completing-read.
228         (smime-decrypt-buffer): Use gnus-completing-read.
229
230         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
231
232         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
233         (mml-minibuffer-read-disposition): Use gnus-completing-read.
234         (mml-insert-multipart): Use gnus-completing-read.
235
236         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
237
238         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
239
240         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
241
242         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
243
244         * gnus.el (gnus-read-method): Use gnus-completing-read.
245
246         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
247
248         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
249         (gnus-mime-action-on-part): Use gnus-completing-read.
250         (gnus-article-encrypt-body): Use gnus-completing-read.
251
252         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
253         (gnus-topic-move-matching): Use gnus-completing-read.
254         (gnus-topic-copy-matching): Use gnus-completing-read.
255         (gnus-topic-sort-topics): Use gnus-completing-read.
256         (gnus-topic-move): Use gnus-completing-read.
257
258         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
259         (gnus-agent-add-group): Use gnus-completing-read.
260
261         * nnmairix.el (nnmairix-create-server-and-default-group): Use
262         gnus-completing-read.
263         (nnmairix-update-groups): Use gnus-completing-read.
264         (nnmairix-get-server): Use gnus-completing-read.
265         (nnmairix-backend-to-server): Use gnus-completing-read.
266         (nnmairix-goto-original-article): Use gnus-completing-read.
267         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
268
269         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
270
271         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
272         (gnus-group-make-useful-group): Use gnus-completing-read.
273         (gnus-group-make-web-group): Use gnus-completing-read.
274         (gnus-group-add-to-virtual): Use gnus-completing-read.
275         (gnus-group-browse-foreign-server): Use gnus-completing-read.
276
277         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
278         (gnus-summary-limit-to-extra): Use gnus-completing-read.
279         (gnus-summary-execute-command): Use gnus-completing-read.
280         (gnus-summary-respool-article): Use gnus-completing-read.
281         (gnus-read-move-group-name): Use gnus-completing-read.
282
283         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
284         (gnus-summary-score-effect): Use gnus-completing-read.
285
286         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
287
288         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
289         right completing-read function.
290         (gnus-use-ido): New variable
291         (gnus-completing-read-with-default): Remove.
292
293 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
296         x-focus-frame.
297
298         * nnimap.el (auth-source-forget-user-or-password)
299         (auth-source-user-or-password): Autoload.
300
301         * message.el (message-from-style, message-interactive)
302         (message-cite-prefix-regexp, message-sendmail-envelope-from)
303         (message-yank-prefix, message-indentation-spaces, message-signature)
304         (message-signature-file): Add comment.
305
306 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
309         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
310         new articles.
311
312         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
313         parts.
314         (nnimap-request-article): Work with the t setting, too.
315
316         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
317         that you don't get flashes of other buffers.
318         (gnus-summary-show-complete-article): Intern before setting.
319
320 2010-09-27  David Engster  <dengste@eml.cc>
321
322         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
323         well as HEADERS.
324         (nnmairix-retrieve-headers): Provide new argument for the above.
325
326 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-sum.el (gnus-summary-move-article): Don't alter
329         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
330         group.
331
332         * nnimap.el (nnimap-update-info): Don't destructively alter active.
333
334         * message.el (message-cite-prefix-regexp): Revert my last edit.
335
336         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
337         variable instead of the Gnus variable.
338
339         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
340
341         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
342         again.
343
344         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
345         since some servers don't like it.
346         (nnimap-open-connection): Forget credentials if the server says the
347         password was wrong.
348         (nnimap-parse-line): Protect against invalid data.
349
350         * gnus-sum.el (gnus-summary-move-article): Add comment.
351         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
352         nothing alters it while scanning for new messages.
353
354         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
355         which may or may not help.
356         (nnimap-open-connection): If we're doing a stream connection, and then
357         discover we're on a STARTTLS-capable server, then open a STARTTLS
358         connection instead.
359
360 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * nnimap.el (utf7): Required.
363
364         * message.el (message-cite-prefix-regexp): Remove "}" from citation
365         prefix.
366
367 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
368
369         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
370
371 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * nnimap.el (nnimap-request-accept-article): Message the error on
374         error.
375
376 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
379
380 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * nndoc.el (nndoc-request-list): Return success always.
383
384         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
385         `fetch-old' -- we only want to fetch the articles we've requested.  The
386         rest are in the agent, probably.
387         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
388         disappeared server" to something low.  It's not important.
389
390         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
391         arrived before the FETCH data.
392
393         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
394         target here, because we don't know the Gnus name of the group.
395
396         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
397         for the correct group.
398
399         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
400
401         * gnus.el (gnus): Give a final warning after startup.
402
403         * gnus-util.el (gnus-action-message-log): New variable.
404         (gnus-message): Use it.
405         (gnus-final-warning): New function.
406
407         * nnimap.el (nnimap-open-connection): Record the greeting.
408         (nnimap): Add greeting.
409
410 2010-09-26  Julien Danjou  <julien@danjou.info>
411
412         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
413         arguments.
414         (gnus-html-wash-images): Fix spec computing to include start/end.
415
416         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
417
418 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
421         deletion.
422         (nnimap-retrieve-headers): Don't select the group, because that's
423         already done by nnimap-possibly-change-group.
424
425         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
426         (gnus-picon-transform-address): Use it.
427
428         * mail-source.el (mail-source-value): Revert previous patch.
429
430         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
431         on failure.
432         (nnimap-open-connection): Look up both virtual and physical server name
433         credentials.
434
435         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
436
437 2009-02-07  Dave Love  <fx@gnu.org>
438
439         * tls.el (open-tls-stream): Don't query killing process.
440
441 2009-02-08  Dave Love  <fx@gnu.org>
442
443         * gnus-win.el (gnus-window-to-buffer-helper,
444         gnus-all-windows-visible-p): Function needn't be a symbol.
445
446         * mail-source.el (mail-source-value): Function needn't be a symbol.
447
448 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * message.el (message-cite-prefix-regexp): Remove } from the cite
451         prefix.
452
453         * gnus-art.el (gnus-treatment-function-alist): Do picons before
454         highlight again, so that the highlight is correct.
455
456         * gnus-picon.el (gnus-picon): Remove again.
457         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
458
459         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
460         doing the header highlightling, so that the background colour of the
461         picon is correct.
462
463         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
464         (gnus-picon): Ditto.
465         (gnus-picon): Reinstate.  The background colour for picons is white.
466         (gnus-picon-insert-glyph): Make the background white.
467
468         * nnml.el (nnml-open-nov): Don't return dead buffers.
469
470         * auth-source.el (auth-source-create): Query the user for whether to
471         store the credentials.
472
473         * netrc.el (netrc-store-data): New function.
474
475         * auth-source.el (auth-source-user-or-password): Use the existing auth
476         sources, if any, for creation.
477
478         * gnus.el (gnus-group-fast-parameter): Return the last matching
479         parameter instead of the first matching parameter.
480
481 2010-09-26  Julien Danjou  <julien@danjou.info>
482
483         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
484
485 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * mml2015.el (mml2015-use): Remove gpg support.
488
489         * mml1991.el (mml1991-function-alist): Remove gpg function.
490         (mml1991-gpg-sign): Removed.
491
492 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
493
494         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
495         (gnus-browse-unsubscribe-current-group): Document it.
496         (gnus-browse-unsubscribe-group): Use it.
497
498 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
501         address to the To list for easier response.
502
503         * gnus.el (gnus-play-startup-jingle): Removed.
504         (gnus-splash): Don't play jingle.
505         (gnus): Silence gnus-load message.
506
507         * gnus-art.el (gnus-treat-play-sounds): Removed.
508
509         * gnus.el (gnus-play-jingle): Remove audio support.
510
511         * gnus-cus.el (gnus-score-customize): Remove audio reference.
512
513         * earcon.el: Removed -- no users.
514
515         * gnus-audio.el: Removed -- no users of this package.
516
517         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
518
519         * gnus-start.el (gnus-setup-news): Remove nocem support.
520
521         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
522
523         * gnus.el (gnus-use-nocem): Removed.
524
525         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
526         Removed.
527
528         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
529         uses NoCeM any more.
530
531         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
532         (gnus-button-ctan-handler): Ditto.
533         (gnus-button-handle-ctan-bogus-regexp): Ditto.
534         (gnus-button-ctan-directory-regexp): Ditto.
535         (gnus-button-handle-ctan): Ditto.
536         (gnus-button-tex-level): Ditto.
537         (gnus-button-alist): Removed CTAN stuff.
538
539 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
542         nnimap-streaming test.
543
544         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
545         servers twice.
546
547         * nnimap.el (nnimap-open-connection): Add more error reporting when
548         nnimap fails early.
549
550         * nnheader.el (nnheader-get-report-string): New function.
551         (nnheader-get-report): Use it.
552
553         * gnus-int.el (gnus-check-server): Say what the error was when opening
554         failed.
555
556         * nnimap.el (nnimap-wait-for-response): Search further when we're not
557         using streaming.
558
559 2010-09-25  Julien Danjou  <julien@danjou.info>
560
561         * gnus-html.el (gnus-html-rescale-image): Use our defalias
562         gnus-window-inside-pixel-edges.
563
564 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
567
568         * mm-decode.el (mm-save-part): Allow saving to other directories the
569         normal Emacs way.
570
571         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
572         by Jay Berkenbilt.
573
574         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
575         there isn't a single byte.
576
577         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
578         just do it.  It doesn't really seem to matter what the user responds
579         here, I think, so it's just a confusing question.
580
581         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
582         non-streaming case.
583
584         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
585         (gnus-article-encrypt-body): Use it.
586
587         * gnus-sum.el (gnus-summary-show-complete-article): New command and
588         keystroke.
589
590         * nnimap.el (nnimap-find-wanted-parts-1): Use
591         gnus-fetch-partial-articles.
592
593         * gnus-art.el (gnus-fetch-partial-articles): New variable.
594
595         * nnimap.el (nnimap-insert-partial-structure): New function.
596         (nnimap-get-partial-article): New function.
597         (nnimap-request-article): Use it.
598         (nnimap-wait-for-response): Return whether the wait was successful.
599         (nnimap-finish-retrieve-group-infos): Don't do anything if the
600         retrieval wasn't successful.
601         (nnimap-retrieve-group-data-early): Allow throttling servers.
602         (nnimap-streaming): New variable.
603         (nnimap-fetch-partial-articles): Removed.
604
605         * mm-decode.el (mm-with-part): Protect against killed buffers.
606
607         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
608         for prettier summary display.
609
610 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
611
612         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
613         directly.
614
615 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
618         apparently third-party libraries depend on it.
619
620         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
621         before starting negotiation.
622
623         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
624         privacy reasons.
625         (gnus-treat-mail-gravatar): Ditto.
626
627         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
628         buffer when inserting images.  Inserting text into the headers, for
629         instance, can make them invalid.
630
631 2010-09-25  Julien Danjou  <julien@danjou.info>
632
633         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
634         variables.
635
636         * nnheader.el: Remove useless variables news-reply-yank-from and
637         news-reply-yank-message-id.
638
639         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
640         variables.
641
642         * mml1991.el: Remove useless mml1991-verbose.
643
644         * gnus.el: Remove useless variable gnus-use-generic-from.
645         Remove obsolete variable gnus-topic-indentation.
646
647         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
648
649         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
650
651         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
652
653         * gnus-group.el: Remove useless gnus-group-icon-cache.
654         Remove useless gnus-ephemeral-group-server.
655
656         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
657
658         * mml2015.el: Remove useless mml2015-verbose.
659
660         * mml-smime.el: Remove useless mml-smime-verbose.
661
662         * gnus.el: Remove useless gnus-local-domain.
663
664         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
665         gnus-gravatar-size.
666
667         * gnus-art.el: Remove useless gnus-treat-translate.
668
669 2010-09-24  Julien Danjou  <julien@danjou.info>
670
671         * gnus-sum.el: Add support for Gravatars.
672
673         * gnus-art.el: Add support for Gravatars.
674
675         * gnus-gravatar.el: Add this file.
676
677         * gravatar.el: Add this file.
678
679 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
682
683         * gnus-group.el (gnus-group-fetch-faq): Removed.
684
685         * gnus.el (gnus-group-faq-directory): Removed.
686
687         * gnus-group.el (gnus-group-fetch-charter): Removed.
688
689         * gnus.el (gnus-group-charter-alist): Removed.
690
691         * gnus-group.el (gnus-group-archive-directory): Removed.
692         (gnus-group-recent-archive-directory): Ditto.
693         (gnus-group-make-archive-group): Removed.
694
695         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
696
697         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
698         use the same article number for all the cached articles.
699
700         * nnimap.el (nnimap-command): Register the last command time so
701         that we can use it for idling NOOPs.
702         (nnimap-open-connection): Start the keeplive timer.
703         (nnimap-make-process-buffer): Store all the process buffers.
704         (nnimap-keepalive): New function.
705
706         * starttls.el: (starttls-open-stream): Add autoload cookie.
707
708 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
709
710         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
711         handling.
712
713 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
716         its data structures.
717
718         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
719         instead of the cl.el copy-list.
720         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
721         equalp.
722
723 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
726         and tool-bar-local-item-from-menu.
727
728         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
729         mode-line-highlight face for Emacs.
730
731         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
732         loading gnus-sum.elc; fix comment for canlock-verify.
733         (gnus-article-jump-to-part): Use read-number.
734         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
735         Emacs pre-21 compatible code for help-echo.
736         (gnus-article-next-page-1): No need to adjust the number of lines.
737         (gnus-article-describe-bindings): Always use help-buffer.
738
739         * gnus-audio.el (gnus-audio-inline-sound)
740         * gnus-cus.el (gnus-custom-mode)
741         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
742
743         * gnus-sum.el (gnus-remove-overlays): Doc fix.
744
745         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
746         compatible code.
747
748 2010-09-24  Glenn Morris  <rgm@gnu.org>
749
750         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
751         visiting the fcc file in rmail-mode.
752
753         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
754
755 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * nnir.el: Silence the byte compiler.
758
759         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
760         alias to browse-url-url-encode-chars if any.
761         (gnus-html-encode-url): Use it.
762
763 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * gnus-start.el (gnus-use-backend-marks): New variable.
766         (gnus-get-unread-articles-in-group): Use it.
767
768         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
769         makeover.
770
771 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
772
773         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
774
775 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
778         Removed.
779         (gnus-setup-news-hook): Removed
780         gnus-fixup-nnimap-unread-after-getting-new-news.
781
782         * gnus-int.el (gnus-request-update-info): Protect against backends not
783         having the function.
784
785         * nnimap.el (nnimap-stream): Mention starttls.
786         (nnimap-open-connection): Add starttls support.
787
788 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
789
790         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
791
792 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
795         BODYSTRUCTUREs.
796         (nnimap-transform-headers): Unfold quoted {42} headers.
797
798         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
799         the info.
800         (gnus-get-unread-articles): Only call updatep on backends that support
801         it.
802
803         * nnweb.el (nnweb-request-update-info): NOOP.
804
805         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
806
807         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
808         since it only deals with marks.
809
810         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
811         gnus-request-marks, and make a new gnus-request-update-info.
812
813         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
814         the active instead of the high number, which is usually too low.
815
816 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         * netrc.el (netrc-parse): Remove encrypt.el mentions.
819         * encrypt.el: Removed.
820
821 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
824         server in symbolic form.
825
826         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
827         0.9.
828
829 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
832         (nnimap-update-info): Fix up code slightly.
833
834         * gnus-int.el (gnus-open-server): Add tracing for performance
835         debugging.
836
837         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
838         (gnus-group-insert-group-line): Pass the real group name so that it
839         gets the right data.
840
841         * gnus-start.el (gnus-get-unread-articles): Don't have
842         `gnus-get-unread-articles-in-group' update info, since that can be
843         really slow and doesn't seem to be needed?
844
845 2010-09-22  Dan Christensen  <jdc@uwo.ca>
846
847         * time-date.el (date-to-time): Try using parse-time-string first before
848         using the slower timezone-make-date-arpa-standard.
849
850 2010-09-22  Julien Danjou  <julien@danjou.info>
851
852         * gnus-group.el (gnus-group-insert-group-line): Call
853         gnus-group-highlight-line.
854         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
855         default hook list.
856         (gnus-group-update-eval-form): Add new function.
857         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
858         (gnus-group-get-icon): Use gnus-group-update-eval-form.
859
860 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
863         immediate, then expire all articles.
864         (nnimap-update-info): Fix off-by-one errors.
865         (nnimap-flags-to-marks): Would return no marks lists for group with no
866         flags.  Instead return the other data.
867
868 2010-09-22  Julien Danjou  <julien@danjou.info>
869
870         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
871         Only return an icon.
872         (gnus-group-insert-group-line): Compute icon to return.
873
874         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
875         variable.
876         (gnus-html-image-fetched): Only cache if
877         gnus-html-image-automatic-caching is set.
878         (gnus-html-image-fetched): Check for errors.
879
880 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
883         once per method on `g'.  This ensures that backends like nnfolder don't
884         open all their folders.
885
886         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
887         (nnimap-request-list): Nix out group in the correct buffer.
888         (nnimap-parse-flags): Implement by using `read' instead of
889         hand-parsing.
890         (nnimap-flags-to-marks): Pass on permanent-flags.
891         (nnimap-make-process-buffer): Record the server name.
892         (nnimap-parse-flags): Fix typo.
893         (nnimap-request-scan): Run split on the server in general, not just a
894         single group.
895
896         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
897         parameter, and propagate this downwards.
898
899         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
900         since EXAMINE changes it on the server.
901
902         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
903         this command might take a while.
904
905 2010-09-22  Julien Danjou  <julien@danjou.info>
906
907         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
908         harmful if you have 2 images side-by-side, they can't be properly
909         update on text deletion.  Using text-property is safer here.
910         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
911         data.
912
913 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * nnimap.el (nnimap-expunge-inbox): Removed.
916         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
917         (nnimap-expunge): Flip default to t.
918
919         * gnus.el (gnus-method-to-server): Don't push things to the cache
920         unless it's unique.
921         (gnus-server-to-method): Ditto.
922
923 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
924
925         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
926
927 2010-09-22  Julien Danjou  <julien@danjou.info>
928
929         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
930         get the start of data.
931         (gnus-html-encode-url): Add this function to encode special chars in
932         URL.
933         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
934         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
935
936         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
937         default.
938         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
939
940         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
941         images alt-text.
942         (gnus-html-put-image): Put alt-text as help-echo.
943
944 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
947         * mm-util.el (mm-decompress-buffer)
948         * nnir.el (nnir-run-find-grep)
949         * pop3.el (pop3-list): Use 3rd arg of split-string.
950
951         * time-date.el (format-seconds): Comment fix.
952
953         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
954         and byte-optimize-form-code-walker.
955         (dgnushack-make-auto-load): Don't advise make-autoload.
956
957         * lpath.el: Remove Emacs 21 stuff.
958
959 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
962         outside the active range.  Suggested by Dan Christensen.
963
964         * gnus-start.el (gnus-get-unread-articles): Get the extended method
965         slightly later to avoid double-getting it.
966
967         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
968         previous patch.
969
970         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
971
972 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
973
974         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
975
976 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * gnus-int.el (gnus-open-server): Give a better error message in the
979         "go offline" case.
980
981         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
982         marks for nnimap, which is seldom the right thing to do.
983
984         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
985         (gnus-same-method-different-name): New function.
986
987         * nnimap.el (parse-time): Require.
988
989         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
990         method in the presence of many similar methods.
991
992         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
993
994         * nnimap.el (nnimap-find-expired-articles): Don't refer to
995         nnml-inhibit-expiry.
996
997         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
998         find out whether methods are equal.
999
1000         * nnimap.el (nnimap-find-expired-articles): New function.
1001         (nnimap-process-expiry-targets): New function.
1002         (nnimap-request-move-article): Request the article before looking at
1003         what the Message-ID is.  Fix found by Andrew Cohen.
1004         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1005
1006         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1007         for oldness in addition to being a predicate.
1008
1009         * nnimap.el (nnimap-request-group): When we have zero articles, return
1010         the right data to Gnus.
1011         (nnimap-request-expire-articles): Only delete articles immediately if
1012         the target is 'delete.
1013
1014         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1015         method, this would bug out.
1016
1017         * gnus-group.el (gnus-group-expunge-group): Renamed from
1018         gnus-group-nnimap-expunge, and implemented as a normal interface
1019         function.
1020
1021         * gnus-int.el (gnus-request-expunge-group): New function.
1022
1023         * nnimap.el (nnimap-request-create-group): Implement.
1024         (nnimap-request-expunge-group): New function.
1025
1026 2010-09-21  Julien Danjou  <julien@danjou.info>
1027
1028         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1029         (gnus-html-cache-expired): Add new function.
1030         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1031         wethever we should display image for fetch it.
1032         Compute alt-text earlier to pass it to the fetching function too.
1033         (gnus-html-schedule-image-fetching): Change function argument to only
1034         get one image at a time, not a list.
1035         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1036         cache.
1037         (gnus-html-get-image-data): New function to retrieve image data from
1038         cache.
1039         (gnus-html-put-image): Change buffer argument to use image data rather
1040         than file, and place image above region rather than inserting a new
1041         one. Do not take alt-text as argument, since it's useless now: we place
1042         the image above alt-text.
1043         (gnus-html-prune-cache): Remove.
1044         (gnus-html-show-images): Start to fetch image when we find one, do not
1045         push into a temporary list.
1046         (gnus-html-prefetch-images): Only fetch image if they have expired.
1047         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1048         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1049
1050 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1053
1054 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1057         spec inser "*" if the group isn't active instead of 0.
1058
1059         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1060         opening the server.
1061         (nnimap-request-delete-group): Implement group deletion.
1062         (nnimap-transform-headers): Return the size of the entire message in
1063         the Bytes header, not just the size of the first part.
1064         (nnimap-request-move-article): When moving an article from nnimap,
1065         request the article first so the accepting form has an article to
1066         accept.  Reported by Dan Christensen.
1067         (nnimap-command): Make sure that the error message doesn't error out.
1068
1069 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1070
1071         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1072         we haven't requested anything.
1073
1074 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1077         "".  Fix found by Andrew Cohen.
1078
1079         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1080         instead of -encode-string.
1081
1082 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1085
1086         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1087         by mm-subst-char-in-string.
1088
1089 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1092         waiting for the connection string.
1093
1094         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1095         arriving.
1096
1097         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1098         bogus characters.  This allows selecting certain Gmail groups.
1099
1100         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1101         (nnimap-fetch-partial-articles): New variable.
1102         (nnimap-open-connection): When looking for credentials, also use the
1103         nnimap-server-port.
1104         (nnimap-request-article): Return the group/article number, so that Gnus
1105         `^' works as expected.
1106         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1107         them.
1108
1109         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1110         comments.
1111         (gnus-methods-sloppily-equal): New function.
1112         (gnus): When using the development version of Gnus, load the gnus-load
1113         file.
1114
1115         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1116         `gnus-open-server' on each method before trying to scan them etc.  This
1117         ensures that all the backend parameters are set correctly.
1118
1119         * nnimap.el (nnimap-authenticator): New variable.
1120         (nnimap-open-connection): Allow anonymous login.
1121         (nnimap-transform-headers): The chars header is called Chars not
1122         Bytes.
1123         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1124         drops.
1125
1126         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1127         patch, found by Knut Anders Hatlen.
1128
1129 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1130
1131         * gnus-agent.el (gnus-agent-batch-confirmation)
1132         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1133         to gnus-message.
1134         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1135         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1136         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1137         * gnus-int.el (gnus-open-server): Likewise.
1138         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1139         (gnus-score-check-syntax): Likewise.
1140         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1141         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1142         Likewise.
1143         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1144
1145 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1148         calling conventions so that prefetch doesn't bug out.
1149
1150 2010-09-19  Julien Danjou  <julien@danjou.info>
1151
1152         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1153         rather than `subst-char-in-region' in order to be able to replace ASCII
1154         char by UTF-8 ones.
1155
1156         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1157         than curl.
1158         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1159         the right URL and ALT text on images.
1160         (gnus-html-wash-tags): Fix tag case.
1161         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1162         (gnus-article-html): Add -o display_ins_del=2 option.
1163         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1164
1165 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1168         the extra mail headers, which sometimes seem to happen for unknown
1169         reasons.
1170
1171         * mail-parse.el (mail-header-encode-parameter): Define as
1172         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1173         (or most, perhaps?) mail readers don't understand the latter, but do
1174         understand the former.
1175
1176         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1177         to nil, so that no methods are automatically agentized.  I think this
1178         is probably what most users want.
1179
1180         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1181         from url-retrieve, for instance about invalid URLs.
1182
1183         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1184         groups that have no articles.
1185         (nnimap-request-article): Check that we really got an article when we
1186         requested one.
1187
1188         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1189         doesn't exist.
1190
1191         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1192         nntp buffer so the agent can save it.
1193         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1194         that CRLF doesn't get translated to \n.
1195         (nnimap-open-connection): Don't make 'shell commands only send \n.
1196
1197 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1198
1199         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1200         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1201         Update var name.
1202         (nnml-generate-nov-file): Use dolist.
1203         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1204         Use with-current-buffer.
1205
1206 2010-09-18  Julien Danjou  <julien@danjou.info>
1207
1208         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1209         parallel.
1210
1211 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1214         the range update right.
1215         (nnimap-request-group): Don't make `M-g' bug out on group with no
1216         marks.
1217         (nnoo): Required, so that other packages can require nnimap.
1218         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1219         command we're looking for.  This helps when the server sends more
1220         responses after we've gotten everything we expected.
1221         (nnimap): Add a `newlinep' field to keep track of end-of-line
1222         conventions.
1223         Don't send CRLF to things that don't want it.
1224         (nnimap-request-accept-article): Ditto.
1225
1226 2010-09-18  Julien Danjou  <julien@danjou.info>
1227
1228         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1229         than curl to retrieve images.
1230
1231 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1234         the marks.
1235         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1236         (nnimap-wait-for-connection): New function.
1237         (nnimap-open-connection): If we have PREAUTH, don't query for login
1238         credentials.
1239         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1240         when doing a partial update.
1241
1242 2010-09-18  Julien Danjou  <julien@danjou.info>
1243
1244         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1245         tags.
1246
1247 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * nnimap.el (nnimap-credentials): New function.
1250         (nnimap-open-connection): Use the new function to look for credentials
1251         also on the numeric equivalents of "imap" and "imaps".
1252
1253         * gnus-start.el (gnus-activate-group): Send the info to
1254         gnus-request-group.
1255
1256         * nnimap.el (nnimap-request-group): Have the "check" version of the
1257         function parse flags and update the info, so that a `M-g' get a total
1258         resync of all flags from the group.
1259
1260         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1261         to allow backends to alter the info on group selection.  Also alter all
1262         the backend -request-group functions to take the parameter.
1263
1264         * nnimap.el (nnimap-store-info): New function.
1265         (nnimap-update-info): Store the info for later usage.
1266         (nnimap-request-group): Use the stored info for the dont-check case, so
1267         that we don't retrieve all marks when we enter a group.
1268
1269         * nnimap.el: Use deffoo instead of defun for interface functions.
1270
1271         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1272         update the group info.  This makes the nndraft groups, for instance, go
1273         back to their old behaviour.
1274
1275         * gnus-sum.el (gnus-select-newsgroup): Indent.
1276
1277         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1278         in.
1279         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1280         nothing.
1281
1282         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1283         from methods that are denied.
1284
1285         * gnus-int.el (gnus-method-denied-p): New function.
1286
1287         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1288         store the password instead of netrc.
1289         (nnimap-open-connection): Don't error out when we can't make a
1290         connections.
1291
1292         * auth-source.el (auth-source-create): In the password prompt, say what
1293         we're querying for.  Also prompt for user name if that hasn't been
1294         given.
1295
1296         * nnimap.el (nnimap-with-process-buffer): Removed.
1297
1298 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1301         method when we're reading from the agent.
1302
1303         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1304
1305         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1306         that's probably most useful for users.
1307
1308         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1309         "failed" all the time.
1310
1311         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1312         ...)) with (with-current-buffer ... ).
1313
1314         * nntp.el (nntp-open-server): Return whether the open was successful or
1315         not.
1316
1317         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1318         select an unread unseen article first.
1319
1320         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1321         /etc/services, supply some sensible port defaults.
1322
1323         * dgnushack.el: Define netrc-credentials.
1324
1325 2010-09-17  Julien Danjou  <julien@danjou.info>
1326
1327         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1328
1329 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1330
1331         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1332         doesn't have any parameters.
1333
1334 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1337         only upcased checks.
1338
1339         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1340
1341         * nnimap.el (nnimap-open-shell-stream): New function.
1342         (nnimap-open-connection): Use it.
1343         (nnimap-transform-headers): Get the number of lines in each message.
1344         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1345         number of lines.
1346         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1347         problem.
1348
1349         * utf7.el (utf7-encode): Autoload.
1350
1351         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1352         to allow the mail splitting to not return a default group.  This is
1353         useful for nnimap, which will leave unmatched mail in the inbox.
1354
1355         * nnimap.el: Rewritten.
1356
1357         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1358         nnimap usage.
1359
1360         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1361         if the move is internal, so that nnimap can do fast internal moves.
1362
1363         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1364         data.
1365         (gnus-read-active-for-groups): Support finishing the early retrieval of
1366         data.
1367
1368         * gnus-range.el (gnus-range-nconcat): New function.
1369
1370         * gnus-int.el (gnus-finish-retrieve-group-infos)
1371         (gnus-retrieve-group-data-early): New functions.
1372
1373 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1374
1375         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1376         (nnrss-retrieve-groups):
1377         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1378         (pop3-quit): Use with-current-buffer.
1379
1380 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1383         instead of nnheader-accept-process-output.
1384
1385         * dgnushack.el (dgnushack-compile): Add comment.
1386
1387         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1388
1389         * gnus-html.el (gnus-html-schedule-image-fetching)
1390         (gnus-html-prefetch-images): Replace process-kill-without-query by
1391         gnus-set-process-query-on-exit-flag.
1392
1393 2010-09-16  Romain Francoise  <romain@orebokech.com>
1394
1395         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1396
1397 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1400         parameter to unintern is mandatory-ish in Emacs 24.
1401
1402         * gnus-html.el (gnus-html-schedule-image-fetching)
1403         (gnus-html-prefetch-images): Check for curl before using it.
1404
1405         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1406         depend on curl, which isn't essential.
1407
1408         * imap.el: Revert back to version
1409         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1410         seem problematic.
1411
1412 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1413
1414         * gnus-registry.el (gnus-registry-install-shortcuts):
1415         Explicitly pass `obarray' to `unintern' to avoid a warning.
1416
1417 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1420         change.
1421
1422         * nnrss.el (nnrss-request-list): Removed this function and related
1423         functions, including the moreover stuff.
1424
1425 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * nnrss.el (nnrss-retrieve-groups): New function.
1428
1429 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1430
1431         * .dir-locals.el: Add no-byte-compile cookie.
1432
1433 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * time-date.el (format-seconds): Comment fix.
1436
1437         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1438         for back end that doesn't support request-scan.
1439
1440 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1443         then do request scans from the backends.
1444
1445         * netrc.el (netrc-credentials): New conveniency function.
1446
1447         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1448         avoid running a hook per line, since this takes a lot of time,
1449         profiling shows.
1450         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1451         directly if gnus-visual-p is true.
1452
1453 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1456         groups; replace mapcar with dolist which is a bit faster; pass groups
1457         info to gnus-read-active-file-1.
1458         (gnus-read-active-file-1): Scan only specified groups if the new
1459         optional arg `infos' is given.
1460
1461 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1464
1465         * pop3.el (pop3-movemail): Removed.
1466         (pop3-streaming-movemail): Renamed to pop3-movemail.
1467
1468         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1469         don't restrict end-tag searches to the end of the line.
1470
1471 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1474         articles of every unchecked group to t, which means unknown since the
1475         server has never been opened.
1476
1477 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-html.el (gnus-html-show-alt-text): New command.
1480         (gnus-html-browse-image): Ditto.
1481         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1482         to browse the image directly.
1483         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1484         better.
1485
1486         * gnus-async.el (gnus-async-article-callback): Call
1487         `gnus-html-prefetch-images' unconditionally.
1488
1489         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1490         before feeding URLs to curl.
1491
1492 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1495         internal images as deletable by `W D D'.
1496
1497         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1498         (gnus-async-article-callback): Fix typo.
1499
1500 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1503         current line to work around bugs in the output from w3m.
1504
1505         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1506         for groups that want that.
1507
1508         * nntp.el (nntp-wait-for-string): Supply a timeout for
1509         accept-process-output to ensure progress.
1510
1511         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1512         level to get unread articles from, then use that for foreign groups,
1513         too.
1514
1515         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1516         confuses the rest of the function.
1517
1518         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1519         for the methods that support -retrieve-groups, too.
1520
1521         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1522
1523 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1526         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1527
1528         * pop3.el: Require cl when compiling.
1529         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1530
1531 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1534         that aren't going to be activated.
1535         (gnus-get-unread-articles): Fix up the last commit.
1536
1537         * gnus-html.el (gnus-article-html): Allow calling without specifying
1538         the handle.  In that case, dissect the buffer first.
1539
1540         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1541
1542         * nnimap.el (nnimap-open-connection): Revert the change that would look
1543         into authinfo for imaps instead of imap.
1544
1545         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1546         say that you don't want to call gnus-request-group with don-check, but
1547         do check the reponse.  This is for virtual groups only.
1548         (gnus-get-unread-articles): Count the archive groups as secondary, so
1549         that they're activated the same way as before.
1550
1551         * imap.el (imap-message-map): Removed optional buffer parameter, since
1552         no callers use it.
1553         (imap-message-get): Ditto.
1554         (imap-message-put): Ditto.
1555         (imap-mailbox-map): Ditto.
1556         (imap-mailbox-put): Ditto.
1557         (imap-mailbox-get): Ditto.
1558         (imap-mailbox-get): Revert last change for this function.
1559
1560         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1561         case-insensitively.
1562         (nnimap-debug): Removed.
1563
1564         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1565         to use `imap-fetch' instead.  According to the comments, this should be
1566         safe, since all other IMAP clients use the 1:* syntax.
1567         (imap-enable-exchange-bug-workaround): Removed.
1568         (imap-debug): Removed -- doesn't seem very useful.
1569
1570         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1571         mail from a file, and the file doesn't exist.
1572
1573         * imap.el (imap-log): New convenience function used throughout instead
1574         of repeating the same code all over the place.
1575
1576         * pop3.el (pop3-streaming-movemail): Return t for success.
1577
1578         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1579         .authinfo if we're using ssl connection.
1580
1581         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1582         already have if we're in a main Gnus `g' run.
1583
1584         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1585
1586 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1589
1590         * nnmh.el (nnmh-request-list-1): Bind `file'.
1591
1592         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1593         alias to set-process-query-on-exit-flag or process-kill-without-query.
1594         (pop3-open-server): Use it.
1595
1596 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1599         box to the Incoming file.  Fixes mistake in previous checkin.
1600
1601         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1602         request loop (for debugging purposes) removed.
1603
1604         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1605         culprit is more visible.
1606         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1607         (nnml-add-incremental-nov): New functions to do "incremental" nov
1608         updates, where we just append to the end of the existing nov files
1609         without reading/writing them in full.
1610
1611         * mail-source.el (mail-source-delete-crash-box): Really only check the
1612         incoming files once in a while.
1613
1614         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1615
1616         * mail-source.el (mail-source-delete-crash-box): Only check the
1617         incoming files for deletion once per day to save a lot of file
1618         accesses.
1619
1620         * pop3.el (pop3-logon): Fix up unbound variable typo.
1621
1622         * mail-source.el (pop3-streaming-movemail): Autoload.
1623
1624         * pop3.el (pop3-streaming-movemail): Respect
1625         pop3-leave-mail-on-server.
1626
1627         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1628         retrieval.
1629
1630         * pop3.el (pop3-process-filter): Removed unused function.
1631         (pop3-streaming-movemail, pop3-send-streaming-command)
1632         (pop3-wait-for-messages, pop3-write-to-file)
1633         (pop3-number-of-responses): New functions for streaming pop3
1634         retrieval.
1635
1636         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1637         come from no known methods.
1638         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1639         list.
1640
1641         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1642         message sizes.
1643         (pop3-movemail): Use erase-buffer instead of looping and deleting
1644         regions, which seems rather odd.
1645
1646         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1647         file once per `g' run.
1648
1649         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1650         directories.  This makes the draft queue directory work.
1651
1652         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1653         data from the backends, so that we only request the list of groups from
1654         each method once.  This should speed things up considerably.
1655
1656         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1657         detect that it's not implemented.
1658
1659         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1660         we actually do recurse down into the tree, but don't stat all leaf
1661         nodes.
1662
1663         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1664         then say so instead of bugging out.
1665
1666         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1667         files exist before trying to read them.
1668
1669         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1670         around <pre_int>.
1671
1672         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1673
1674         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1675
1676 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * mm-util.el (mm-image-load-path): Just return the image directories,
1679         not all directories in the path in addition to the image directories.
1680         (mm-image-load-path): Maintain a cache of the image directories so that
1681         the `g' command in Gnus doesn't have to stat dozens of directories each
1682         time.
1683
1684         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1685         (gnus-html-wash-tags): Add a new `i' command to insert images.
1686         (gnus-html-insert-image): New command and keystroke.
1687         (gnus-html-redisplay-with-images): New command and keystroke.
1688         (gnus-html-show-images): Renamed command.
1689         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1690         spacers.
1691         (gnus-html-wash-tags): Decode entities at the end, so that entities
1692         inside the tags don't mess up the rest of the "parsing".
1693
1694         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1695         so that nnimap methods aren't agentized by default.  There's apparently
1696         many problems related to agent/imap behaviour.
1697
1698         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1699
1700         * gnus-html.el: Doc fix.
1701
1702 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1705         specifier-spec-list for Emacs 21.
1706
1707         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1708         glyph-width and glyph-height instead of display-graphic-p and
1709         image-size; make avoidance of displaying small images work for XEmacs.
1710
1711         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1712         for XEmacs.
1713
1714         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1715         of symbol that holds plist data.
1716         (gnus-process-plist): Remove plist of process after getting it.
1717
1718 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * message.el (message-generate-hashcash): Change default to
1721         'opportunistic if hashcash is installed.
1722
1723         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1724         (gnus-html-put-image): Only call image-size once, since it's somewhat
1725         time-consuming on remote X servers.
1726
1727 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1730         type on data, not a file name.
1731
1732         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1733         window-pixel-edges for Emacs 21.
1734
1735         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1736         decoded contents.
1737         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1738
1739 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1742         group line format, since it isn't very interesting.
1743
1744         * gnus-agent.el (gnus-agent-short-article),
1745         (gnus-agent-long-article): Increase values for these two variables,
1746         since most people are likely to have more network connection and
1747         storage than before.
1748
1749         * gnus.el (gnus-refer-article-method): Change default to 'current.
1750         When referring an article, the common behaviour is to refer it from the
1751         current select method, not the native select method.  The chances of
1752         the native select method having the message in question is rather slim
1753         these days.
1754
1755         * gnus-sum.el (gnus-auto-select-subject): Change default to
1756         `unseen-or-unread'.  I think it's likely that most people want to
1757         select an unseen article over a previously seen, but unread one.
1758
1759         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1760         means that in the article buffer none of the minor mode elements will
1761         be shown, usually, and this is not desirable in most cases.
1762
1763         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1764         that commands like `d' (and the like) go to the next line in the
1765         buffer, instead of the next unread article.  I think this is the
1766         behaviour that is most natural for most users.
1767         (gnus-single-article-buffer): Change default to nil, so that people can
1768         have as many article buffers open as they have summary buffer.  I think
1769         this is the most natural way for the groups to behave.
1770
1771         * message.el (message-generate-new-buffers): Change default to
1772         `unsent', so that all new message buffers start their names with the
1773         string "*unsent", and it's easier to find the buffers if you move from
1774         them.
1775
1776 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1779         small.  They're probably tracking images.
1780         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1781         (gnus-html-rescale-image): Yet another try at getting the image sizing
1782         right.
1783
1784         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1785         nntp-marks-file-name is nil.
1786
1787 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1788
1789         * gnus-html.el (gnus-html-wash-tags)
1790         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1791         Better logging.
1792
1793 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1796
1797         * gnus-html.el (gnus-html-wash-tags): Check the value of
1798         gnus-blocked-images in the summary buffer.
1799
1800 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1801
1802         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1803
1804 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1807         like "a", it seems like.
1808         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1809         since it needs to be picked from the correct buffer.
1810
1811         * nnwfm.el: Removed.
1812
1813         * nnlistserv.el: Removed.
1814
1815 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1816
1817         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1818         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1819
1820 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * nnkiboze.el: Removed.
1823
1824         * nndb.el: Removed.
1825
1826         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1827         alt text.
1828         (gnus-html-rescale-image): Try to get the rescaling logic right for
1829         images that are just wide and not tall.
1830
1831         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1832         overshadow variable bindings.
1833
1834 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1835
1836         * gnus-html.el (gnus-html-wash-tags)
1837         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1838         extra logging.
1839
1840 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1843         (gnus-max-image-proportion): New variable.
1844         (gnus-html-rescale-image): New function.
1845         (gnus-html-put-image): Rescale images.
1846
1847 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1848
1849         Fix up some byte-compiler warnings.
1850         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1851         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1852         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1853         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1854         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1855         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1856         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1857
1858 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-html.el (gnus-article-html): Decode contents by charset.
1861
1862 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1865         (gnus-html-frame-width, gnus-blocked-images)
1866         * message.el (message-prune-recipient-rules): Add custom version.
1867         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1868
1869         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1870         functions.
1871
1872         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1873         gnus-process-get.
1874
1875 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1876
1877         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1878         instead of lsub directly.
1879
1880 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * nnwarchive.el: Removed.
1883
1884         * gnus-soup.el: Removed.
1885
1886         * nnsoup.el: Removed.
1887
1888         * nnultimate.el: Removed.
1889
1890         * gnus-html.el (gnus-blocked-images): New variable.
1891
1892         * message.el (message-prune-recipients): New function.
1893         (message-prune-recipient-rules): New variable.
1894
1895         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1896         guess whether a long line is natural text or not.
1897
1898         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1899         gnus-process-plist and friends for compatibility.
1900
1901 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1902
1903         * gnus-html.el: Require packages that define macros used in this file.
1904         (gnus-article-mouse-face): Declare to silence byte-compiler.
1905         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1906         process-get.
1907         (gnus-html-put-image): Use plist-get to avoid getf.
1908         (gnus-html-prefetch-images): Use with-current-buffer.
1909
1910 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gnus-ems.el: Provide compatibility functions for
1913         gnus-set-process-plist.
1914
1915         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1916         header-line-format for XEmacs 21.4.
1917
1918         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1919         * gnus.el (gnus-valid-select-methods)
1920         * message.el (message-send-mail-partially-limit)
1921         * mm-decode.el (mm-text-html-renderer)
1922         * mml.el (mml-insert-mime-headers-always)
1923         * smiley.el (smiley-regexp-alist): Bump custom version.
1924
1925 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * gnus-html.el: require mm-url.
1928         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1929         with the url to `url'.
1930         (gnus-html-wash-tags): Support cid: URLs/images.
1931
1932 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1935         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1936         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1937
1938         * gnus-move.el: Removed file, since it doesn't really work.
1939
1940         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1941         UTF-8.  This seems to fix problems with some German web feeds.
1942
1943         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1944         at the top so that the proper colours are applied.
1945
1946         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1947         don't have dots in their names.
1948
1949         * gnus-art.el (gnus-article-view-part): Doc fix.
1950
1951         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1952         XEmacs-compatible.
1953         (gnus-html-put-image): Don't do images on non-graphic displays.
1954
1955         * nnslashdot.el: Removed this unused backend.
1956
1957         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1958         actions.
1959         (gnus-undo-register-1): Revert last change.
1960
1961         * gnus-group.el (gnus-group-completing-read): Protect against not
1962         having completion-styles bound.
1963
1964         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1965         make broken recipients happier.
1966
1967         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1968
1969         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1970         point parameter.
1971
1972         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1973
1974         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1975         completion-styles for group selection.
1976
1977 2009-02-04  Andreas Schwab  <schwab@suse.de>
1978
1979         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1980         headers and regexp-quote the match if necessary.
1981
1982 2009-03-24  Miles Bader  <miles@gnu.org>
1983
1984         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1985         the blinking smiley.
1986
1987 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1988
1989         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1990         blink smiley.
1991
1992 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1995         where the dribbel file lives exists.
1996
1997         * message.el (message-send-mail-partially-limit): Change the default to
1998         nil, since most people don't want this.
1999
2000         * mm-url.el (mm-url-decode-entities): Also decode entities like
2001         &#x3212.
2002
2003 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2004
2005         * gnus-sum.el (gnus-summary-idna-message):
2006         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2007         Hyperlink urls in docstrings with URL `...'.
2008
2009 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2010
2011         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2012         functions.
2013
2014 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2017         say what the mouseover text should be.
2018
2019         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2020         version of the mm-w3m-safe-url-regexp variable to only download images
2021         in the groups where we want that to happen.
2022
2023         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2024
2025         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2026         easier debugging.
2027         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2028         big pictures in the article buffer.
2029
2030         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2031         gnus-article-html.
2032         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2033         w3m.
2034
2035         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2036
2037 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2040         which doesn't exist.
2041
2042         * message.el (message-inhibit-ecomplete): New variable to allow some
2043         function to inhibit ecomplete address storage.
2044         (message-resend): Disable ecomplete message storage when resending
2045         messages.
2046
2047         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2048
2049 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2052         Save excursion while copying, moving, and deleting articles in order to
2053         prevent the cursor from jumping to unforeseen place.
2054
2055 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * lpath.el: No need to bind bookmark-current-buffer,
2058         bookmark-yank-point and bookmark-make-record-function.
2059
2060 2010-08-17  Glenn Morris  <rgm@gnu.org>
2061
2062         * gnus-sync.el: Require gnus components whose functions are used.
2063
2064         * gnus-art.el (bookmark-make-record-function):
2065         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2066         Declare for compiler.
2067
2068         * mm-url.el (mml-compute-boundary): Autoload.
2069
2070 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2073
2074 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2075
2076         Typo fix "hoo4a" -> "hook".
2077
2078         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2079
2080 2010-08-14  Glenn Morris  <rgm@gnu.org>
2081
2082         * gnus-sync.el (gnus-sync): Fix defgroup version.
2083
2084 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2085
2086         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2087
2088         * gnus-sync.el: Fix docs.
2089         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2090         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2091
2092 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2093
2094         Optimizations for gnus-sync.el.
2095
2096         * gnus-sync.el: Add docs about gnus-sync-backend
2097         possibilities.
2098         (gnus-sync-save): Remove unnecessary message.
2099         (gnus-sync-read): Optimize and show what groups were skipped.
2100
2101 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2102
2103         Minor bug fixes for gnus-sync.el.
2104
2105         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2106         read the sync on get-new-news.
2107
2108         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2109         quiet.
2110
2111         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2112
2113 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2114
2115         Make saving and restoring of hidden threads work with overlays.
2116         Patch applied by Ted Zlatanov.
2117
2118         * gnus-sum.el (gnus-hidden-threads-configuration)
2119         (gnus-restore-hidden-threads-configuration): Update to deal with text
2120         properties, rather than searching for a magic character.
2121
2122 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2123
2124         New gnus-sync.el library for synchronization of marks.
2125
2126         * gnus-sync.el: New library for synchronization of marks.
2127
2128         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2129         renamed from `gnus-registry-grep-in-list'.
2130
2131         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2132
2133         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2134
2135 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2138         determining charset of text fails.
2139
2140 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * nnmail.el (nnmail-get-new-mail-1): Revert.
2143
2144         * nnml.el (nnml-active-number): Make sure names of newly created groups
2145         in nnml-group-alist are encoded.
2146
2147 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2150         containing non-ASCII characters in active file for nnml back end.
2151
2152 2010-07-24  David Engster  <dengste@eml.cc>
2153
2154         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2155         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2156
2157 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2158
2159         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2160         tag (Bug#6654).
2161
2162 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2165         the article buffer, not the summary buffer.
2166
2167 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2170         Emacs 23 as well.
2171
2172 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2175         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2176
2177 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2178
2179         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2180         Patch applied by Karl Fogel.
2181
2182         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2183         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2184
2185 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2186
2187         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2188         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2189         C-w still not working correctly from Article buffers; Thierry's
2190         patch to fix that will be applied after this.
2191
2192         * gnus-art.el (bookmark-make-record-function): New local variable.
2193
2194         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2195         article buffer.
2196         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2197
2198 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2199
2200         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2201         on changes in bookmark.el.
2202
2203 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2206         `no-log' instead of message not to log prompt string.
2207
2208 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2209
2210         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2211         the *other* type of HTML form submission.
2212
2213 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2214
2215         * auth-source.el (auth-source-pick): If choice does not contain a
2216         questioned keyword, set the check to t.
2217
2218 2010-06-12  Romain Francoise  <romain@orebokech.com>
2219
2220         * gnus-util.el (gnus-date-get-time): Move up before first use.
2221
2222 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2225         (gnus-article-edit-part): Bind it to make last part that is substituted
2226         or deleted visible.
2227         (gnus-mime-display-single): Buttonize part of which id equals to
2228         gnus-mime-buttonized-part-id.
2229
2230 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2231
2232         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2233         (gnus-dd-mmm): Use gnus-date-get-time.
2234         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2235         simplify logic.
2236         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2237         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2238
2239 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2240
2241         * auth-source.el (top): Autoload `secrets-list-collections',
2242         `secrets-create-item', `secrets-delete-item'.
2243         (auth-sources): Fix tag string.
2244         (auth-get-source, auth-source-retrieve, auth-source-create)
2245         (auth-source-delete): New defuns.
2246         (auth-source-pick): Rewrite in order to avoid 2 passes.
2247         (auth-source-forget-user-or-password): New parameter USERNAME.
2248         (auth-source-user-or-password): New parameters CREATE-MISSING and
2249         DELETE-EXISTING.  Retrieve password interactively, if needed.
2250
2251 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2252
2253         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2254         deleting unused directories when gnus-expert-user is t.
2255
2256 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2259         for each temp file when gnus-article-browse-delete-temp is ask.
2260
2261 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2262
2263         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2264         Lisp calls to delete-backward-char by calls to delete-char.
2265
2266 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2267
2268         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2269
2270 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2271
2272         * password-cache.el (password-cache-remove): Fix docstring.
2273
2274 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2277         article unless decoding article to be saved.
2278
2279 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2282         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2283         generated within the mm-with-unibyte-current-buffer macro.
2284
2285 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2288         to nil when we're in a mml-preview buffer and no group is selected.
2289
2290 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2291
2292         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2293         when catching the `C-g'.  Reported by "Leo".
2294
2295 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * message.el (message-forward-make-body-plain)
2298         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2299         multibyte-string-p.
2300
2301         * lpath.el: Revert.
2302
2303 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * message.el (message-forward-make-body-mml): Assume original message
2306         is multibyte string; error on unibyte.
2307         (message-forward-make-body-plain): Ditto; don't add excessive newline
2308         in body end.
2309
2310         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2311
2312 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2313
2314         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2315         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2316
2317 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * mm-extern.el (mm-extern-url): Don't use
2320         mm-with-unibyte-current-buffer.
2321         (mm-extern-cache-contents): Use with-current-buffer instead of
2322         save-excursion + set-buffer.
2323
2324 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * mm-util.el (mm-emacs-mule): Remove.
2327
2328 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2329
2330         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2331         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2332         change.
2333
2334 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2337         bind the default value of enable-multibyte-characters to nil.
2338
2339 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * message.el (message-forward-make-body-plain)
2342         (message-forward-make-body-mml):
2343         Don't use mm-with-unibyte-current-buffer.
2344
2345 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2346
2347         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2348
2349 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2350
2351         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2352         (Bug#5592).
2353
2354 2010-05-07  Julien Danjou  <julien@danjou.info>
2355
2356         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2357         it to mm-pipe-part.
2358
2359         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2360         it is given.
2361
2362 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * binhex.el (binhex-decode-region-internal)
2365         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2366         (dns-query)
2367         * nnweb.el (nnweb-gmane-search)
2368         * pgg-parse.el (pgg-parse-armor)
2369         * pgg.el (pgg-verify-region)
2370         * sha1.el (sha1-string-external)
2371         * uudecode.el (uudecode-decode-region-internal)
2372         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2373         XEmacs.
2374
2375         * gnus-art.el (gnus-article-browse-html-parts)
2376         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2377         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2378         make-temp-file.
2379
2380         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2381         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2382         compiling.
2383
2384         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2385         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2386         XEmacs when compiling.
2387
2388         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2389         gnus-pick-mode-off-hook for XEmacs when compiling.
2390         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2391         gnus-binary-mode-off-hook for XEmacs when compiling.
2392
2393         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2394         nil if char-charset is not available.
2395
2396         * imap.el (imap-disable-multibyte)
2397         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2398         macros.
2399
2400         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2401         instead of encode-coding-string.
2402
2403         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2404         'xemacs) instead of mm-emacs-mule to switch function definitions.
2405         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2406
2407         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2408         bind temporary-file-directory for XEmacs;
2409         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2410         timer-set-function for XEmacs 21.4 and SXEmacs;
2411         bind timer-list for XEmacs 21.4 and SXEmacs;
2412         fbind char-charset and find-charset-region for non-Mule XEmacs;
2413         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2414         encode-coding-region and encode-coding-string for XEmacs having no
2415         file-coding feature.
2416
2417 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2418
2419         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2420
2421 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2424         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2425
2426 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2427
2428         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2429         alias `jka-compr-delete-temp-file' no longer exists.
2430
2431 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2432
2433         Use define-minor-mode in Gnus where applicable.
2434         * mml.el (mml-mode): Use define-minor-mode.
2435         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2436         (gnus-undo-mode): Use define-minor-mode.
2437         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2438         (gnus-dead-summary-mode): Use define-minor-mode.
2439         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2440         Initialize in declaration.
2441         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2442         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2443         (gnus-mailing-list-mode): Use define-minor-mode.
2444         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2445         (gnus-draft-mode): Use define-minor-mode.
2446         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2447         (gnus-dired-mode): Use define-minor-mode.
2448
2449 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2450
2451         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2452         handles on recursive mml-to-mime translation and check them for
2453         boundary delimiter collisions.  Reported by Greg Troxel.
2454
2455 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2458
2459 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2460
2461         * mm-util.el (mm-find-buffer-file-coding-system):
2462         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2463
2464 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2465
2466         * message.el (message-generate-headers): Record insertion of optional
2467         headers as well.  Otherwise the check to prevent repeated insertion of
2468         optional headers is a no-op.
2469
2470 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2471
2472         * smime.el: Don't mention CVS.
2473
2474         * nnrss.el (nnrss-fetch): Don't mention CVS.
2475
2476         * nnir.el: Don't mention CVS.
2477
2478 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2479
2480         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2481
2482 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * lpath.el: Fbind bookmark-default-handler,
2485         bookmark-get-bookmark-record, bookmark-make-record-default,
2486         bookmark-prop-get for Emacs <23 and XEmacs.
2487
2488 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2489
2490         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2491         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2492         Use with-current-buffer to silence the byte-compiler.
2493         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2494         bother to require `gnus'.
2495         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2496
2497 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2498
2499         * gnus-sum.el (gnus-summary-bookmark-make-record)
2500         (gnus-summary-bookmark-jump): New functions.
2501         (gnus-summary-mode): Setup bookmark support.
2502
2503 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2504
2505         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2506         if set.
2507
2508 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2511         gnus-article-browse-html-save-cid-image; make it work recursively for
2512         forwarded messages as well.
2513         (gnus-article-browse-html-parts): Work when prefix arg is given.
2514         (gnus-article-browse-html-article): Doc fix.
2515
2516 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2517
2518         * message.el (message-default-mail-headers):
2519         (message-default-headers): Carry the value mail-default-headers over
2520         into message-default-mail-headers, rather than message-default-headers.
2521
2522 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2523
2524         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2525         charset.
2526
2527         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2528         charset into the <meta> tag when the article is encoded to utf-8.
2529
2530 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2533         directories as well.
2534         (gnus-article-browse-html-parts): Work for images that do not specify
2535         file names; delete temp directory when quitting; insert header at the
2536         right place; use file: scheme for image files.
2537
2538 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2539
2540         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2541         (gnus-article-browse-html-parts): Use it to make temporary cid image
2542         files in addition to html file so that browser may display them.
2543
2544 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2547
2548 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2549
2550         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2551
2552 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2553
2554         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2555         about Secret Service API sources.  Improve Customize options.
2556         (auth-source-pick): Change to accept any number of search parameters.
2557         Implement fallbacks iteratively, not recursively.  Add scoring on the
2558         second pass and sort by score.  Call Secret Service API when needed.
2559         (auth-source-user-or-password): Use it.  Call Secret Service API
2560         directly when needed to get the user name and the password.
2561
2562 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2563
2564         * message.el (message-interactive): Doc fix.
2565         (message-qmail-inject-args): Reflow.
2566         (message-kill-to-signature): Fix typo in docstring.
2567
2568         * smiley.el (smiley-buffer): Fix typo in docstring.
2569
2570 2010-03-24  Glenn Morris  <rgm@gnu.org>
2571
2572         * mail-source.el (gnus-message): Declare.
2573         (mail-source-delete-old-incoming): Require gnus-util.
2574
2575 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2578
2579         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2580
2581         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2582         password-cache's default if it is not bound.
2583         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2584         password-cache-expiry's default if it is not bound.
2585
2586         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2587         available in Emacs 21.
2588
2589         * lpath.el: Suppress compiler warnings for:
2590         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2591         XEmacs;
2592         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2593         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2594         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2595
2596 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         * auth-source.el (auth-sources): Fix up definition so extra parameters
2599         are always inline.
2600
2601 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2602
2603         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2604         wasn't updated after mismatch.  Clear cached mailbox info correctly
2605         when uidvalidity changes.
2606         (nnimap-group-prefixed-name): New function to avoid some code
2607         duplication.
2608         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2609         (nnimap-request-group): Use it.
2610         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2611         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2612         with many imap folders.  This is done by caching the group status from
2613         the imap server persistently in a group parameter `imap-status'.  (This
2614         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2615         but not persistently, so every Gnus startup was still very slow.)
2616
2617 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2620         delete the extra newline.  Otherwise editing of :string and :number
2621         types don't work.
2622
2623 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2624
2625         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2626         secrets.el dependency.
2627         (auth-sources): Add optional user name.  Add secrets.el configuration
2628         choice (unused right now).
2629
2630 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2631
2632         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2633         `gnus-registry-install-shortcuts' fill in the functions.
2634
2635         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2636         warnings.
2637         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2638         (gnus-registry-install-shortcuts): Populate and use it in a
2639         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2640
2641 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2642
2643         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2644         In-place substitutions for the group name encoding/decoding.
2645         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2646         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2647         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2648         (nnimap-update-unseen, nnimap-request-list)
2649         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2650         (nnimap-request-set-mark, nnimap-split-to-groups)
2651         (nnimap-split-articles, nnimap-request-newgroups)
2652         (nnimap-request-create-group, nnimap-request-accept-article)
2653         (nnimap-request-delete-group, nnimap-request-rename-group)
2654         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2655         `encoded-mbx' for consistency.
2656         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2657         variable `imap-current-mailbox'.
2658
2659         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2660         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2661
2662 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2663
2664         * pop3.el (pop3-display-message-size-flag): Display message size byte
2665         counts during POP3 download.
2666         (pop3-movemail): Use it.
2667         (pop3-list): Implement listing of available messages.
2668
2669 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2670
2671         * nnir.el (nnir-get-article-nov-override-function): New function to
2672         override the normal NOV retrieval.
2673         (nnir-retrieve-headers): Use it.
2674
2675 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2676
2677         * auth-source.el (netrc-machine-user-or-password): Autoload.
2678
2679 2010-03-19  Glenn Morris  <rgm@gnu.org>
2680
2681         Stop message.el from loading about 40 libraries it doesn't always need.
2682         The general approach is to autoload rather than require, and to
2683         require in the specific functions rather than the file.  (Bug#5642)
2684
2685         * gmm-utils.el: Don't require wid-edit.
2686         (widget-create-child-value, widget-convert, widget-default-get):
2687         Autoload.
2688
2689         * gnus-util.el: Don't require time-date, netrc.
2690         (message-fetch-field, gnus-group-name-decode): Declare rather than
2691         autoloading.
2692         (gnus-fetch-field): Require message.
2693         (gnus-decode-newsgroups): Require gnus-group.
2694
2695         * ietf-drums.el: Don't require time-date.
2696
2697         * message.el: Don't require hashcash, canlock, ecomplete.
2698         Do require mail-utils.  Require nnheader only when compiling.
2699         (smtpmail-default-smtp-server): Remove declaration.
2700         (message-send-mail-function): Check smtpmail-default-smtp-server
2701         is bound rather than requiring smtpmail.
2702         (message-auto-save-directory, message-insert-signature): Use
2703         expand-file-name rather than nnheader-concat.
2704         (nnheader-insert-file-contents): Autoload.
2705         (hashcash-wait-async): Declare.
2706         (message-send-mail): Only call gnus-setup-posting-charset if
2707         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2708         (message-send-mail-with-sendmail): Require sendmail.
2709         (canlock-password, canlock-password-for-verify): Declare.
2710         (message-canlock-password): Require canlock.
2711         (nnheader-get-report): Autoload.
2712         (gnus-setup-posting-charset): Declare.
2713         (message-send-news): Require gnus-msg.
2714         (message-make-references, message-make-in-reply-to): Use mail-header-id
2715         rather than the alias mail-header-message-id.
2716         (ecomplete-add-item, ecomplete-save): Declare.
2717         (message-put-addresses-in-ecomplete): Require ecomplete.
2718         (ecomplete-display-matches): Autoload.
2719
2720         * mm-decode.el: Don't require mailcap, gnus-util.
2721         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2722         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2723         Autoload.
2724         (mailcap-mime-extensions): Declare.
2725
2726         * mm-encode.el: Don't require mailcap.
2727         (mailcap-extension-to-mime): Autoload.
2728
2729         * mml-sec.el: Don't require password-cache.
2730
2731         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2732         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2733         (mml-minibuffer-read-type): Require mailcap.
2734         (mml-preview): Require gnus-msg.
2735
2736         * mml1991.el: Require password-cache.
2737         (password-cache-expiry): Remove declaration.
2738
2739         * mml2015.el: Require password-cache.
2740         (password-cache-expiry): Remove declaration.
2741
2742         * nneething.el (mailcap): Require mailcap.
2743
2744         * nnheader.el (declare-function): Add compatibility stub.
2745         (message-remove-header): Declare rather than autoload.
2746         (nnheader-replace-header): Require message.
2747
2748         * nnimap.el (declare-function): Add compatibility stub.
2749         (netrc-parse, netrc-machine-user-or-password): Declare.
2750         (nnimap-open-connection): Require netrc.
2751
2752         * nntp.el (declare-function): Add compatibility stub.
2753         (netrc-parse, netrc-machine, netrc-get): Declare.
2754         (nntp-send-authinfo): Require netrc.
2755
2756         * rfc2047.el: Don't require qp.
2757         (quoted-printable-encode-region, quoted-printable-decode-string):
2758         Autoload.
2759
2760         * sieve-mode.el: Don't require easymenu.
2761         (easy-menu-add-item): Autoload it.
2762
2763         * spam-stat.el (time-to-number-of-days): Autoload it.
2764
2765 2010-03-19  Glenn Morris  <rgm@gnu.org>
2766
2767         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2768
2769 2010-03-18  Glenn Morris  <rgm@gnu.org>
2770
2771         * hashcash.el (declare-function): Remove duplicate definition.
2772
2773 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2774
2775         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2776         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2777         value if any backslash escapes).
2778
2779 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2782         if it is available.  (bug#5647)
2783
2784         * lpath.el: Suppress compiler warning for coding-system-from-name for
2785         Emacs 21 and XEmacs.
2786
2787 2010-03-14  Juri Linkov  <juri@jurta.org>
2788
2789         * hmac-def.el:
2790         * hmac-md5.el:
2791         * netrc.el: Fix keywords.
2792
2793 2010-02-26  Glenn Morris  <rgm@gnu.org>
2794
2795         * message.el (message-send-mail-function): Change the default, so that
2796         it inherits from a customized send-mail-function.  (Bug#5643)
2797
2798 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2799
2800         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2801         shell-command-to-string signals an error (bug#5299).
2802
2803 2010-02-24  Glenn Morris  <rgm@gnu.org>
2804
2805         * message.el (message-smtpmail-send-it)
2806         (message-send-mail-with-mailclient): Doc fixes.
2807
2808 2010-02-16  Glenn Morris  <rgm@gnu.org>
2809
2810         * message.el (message-default-mail-headers): Change the default value
2811         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2812
2813 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2816         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2817
2818 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2819
2820         * time-date.el (date-to-time): Doc fix (Bug#5408).
2821
2822 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2823
2824         * message.el (message-mail): Just pass yank-action on to message-setup.
2825         (message-setup): Handle (FUN . ARGS) form of yank-action.
2826         (message-with-reply-buffer, message-widen-reply)
2827         (message-yank-original): Handle non-buffer values of
2828         message-reply-buffer (Bug#4080).
2829         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2830
2831 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2832
2833         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2834         Fix typo in docstring.
2835
2836 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2837
2838         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2839         response.
2840
2841 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2844
2845         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2846
2847         * message.el (message-check-news-header-syntax): Protect against a
2848         string that `rfc822-addresses' returns when parsing fails.
2849
2850 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2853         (gnus-previous-char-property-change): New functions.
2854
2855         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2856
2857 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2858
2859         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2860         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2861
2862 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2863
2864         * message.el (message-exchange-point-and-mark): Rework last change to
2865         avoid using optional arg of exchange-point-and-mark, for backward
2866         compatibility.
2867
2868 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2869
2870         * message.el (message-exchange-point-and-mark): Call
2871         exchange-point-and-mark with an argument rather than setting
2872         mark-active by hand (Bug#5175).
2873
2874 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * nntp.el (nntp-service-to-port): Work for service expressed with
2877         numeric string; replace [:digit:] with [0-9] for XEmacs.
2878
2879 2009-12-17  Glenn Morris  <rgm@gnu.org>
2880
2881         * gnus-group.el (gnus-bug-group-download-format-alist):
2882         Change emacs entry to debbugs.gnu.org.  Bump :version.
2883
2884 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2885
2886         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2887
2888 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2889
2890         * message.el (message-info): Explain why we use `Info-goto-node'.
2891
2892 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2895
2896 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2897
2898         * message.el (message-completion-in-region): New compatibility function.
2899         (message-expand-group): Use it.
2900
2901 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2904         with no unread article should be listed if the 2nd arg `predicate' is
2905         given.
2906
2907 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2910
2911 2009-11-29  Juri Linkov  <juri@jurta.org>
2912
2913         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2914         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2915         on `gnus-recenter'. (Bug#4698, Bug#4981)
2916
2917 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2918
2919         * sha1.el (sha1-string-external): default-directory "/" in case
2920         otherwise non-existent.  process-connection-type pipe for touch of
2921         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2922
2923 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2924
2925         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2926         it's comms related and sgml-mode.el has "comm" on that basis too.
2927
2928 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2931         containing tspecial characters if they have been already quoted.
2932
2933 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2934
2935         * dns-mode.el (auto-mode-alist): Purecopy string.
2936
2937 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2938
2939         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2940
2941 2009-10-24  Glenn Morris  <rgm@gnu.org>
2942
2943         * gnus-art.el (help-xref-stack-item): Define for compiler.
2944
2945 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2946
2947         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2948
2949 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2952
2953 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2956         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2957
2958 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2961         (gnus-overlays-in): New alias to overlays-in.
2962
2963         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2964         gnus-overlay-get, and gnus-delete-overlay.
2965         (gnus-summary-show-thread): Make it work as well for systems in which
2966         next-single-char-property-change is not available.
2967         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2968
2969         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2970         (gnus-overlay-get): New alias to extent-property.
2971         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2972
2973         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2974         SXEmacs.
2975
2976         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2977         SXEmacs.
2978
2979 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2980
2981         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2982
2983 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2984
2985         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2986         and XEmacs that don't have `remove-overlays'.
2987
2988 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2989
2990         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2991         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2992         selective display.  Use overlays instead.
2993
2994 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2995
2996         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2997
2998 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2999
3000         * spam-stat.el (spam-stat-load): Fix typo in message.
3001
3002 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3003
3004         * dig.el (dig-invoke): Fix typo in docstring.
3005         (query-dig): Reflow docstring.
3006
3007 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3008
3009         * gnus-art.el (gnus-article-encrypt-body):
3010         * message.el (message-check-recipients):
3011         * mm-util.el (mm-codepage-setup):
3012         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3013         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3014
3015 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3016
3017         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3018         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3019         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3020         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3021         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3022
3023 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3024
3025         * dig.el: Add "Keywords: comm", as per net-utils.el.
3026
3027 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3028
3029         * dig.el (dig-mode): Use define-derived-mode.
3030
3031 2009-09-19  Glenn Morris  <rgm@gnu.org>
3032
3033         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3034
3035 2009-09-18  Glenn Morris  <rgm@gnu.org>
3036
3037         * gnus-diary.el (gnus-diary-check-message):
3038         * message.el (message-insert-formatted-citation-line):
3039         * nnbabyl.el (top-level):
3040         * nndiary.el (nndiary-schedule):
3041         Fix typos in condition-case handlers.
3042
3043 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3046         configuration that provides the sole article window in a frame;
3047         position point correctly after deleting a part.
3048
3049 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3050
3051         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3052         (spam-resolve-registrations-routine): Use it to unregister articles
3053         that change status.
3054
3055 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3058         with XEmacs.
3059         (parse-time-string-chars): Use it.
3060
3061 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3062
3063         * imap.el (imap-interactive-login): Better messages.
3064         (imap-open): Fix bug with renamed buffer on reconnect.
3065         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3066         for easier debugging and cleaner code.  On successful (guessed based on
3067         server capabilities) secondary authentication, set imap-state
3068         correctly.
3069         (imap-last-authenticator): Define imap-last-authenticator as a variable
3070         to avoid warnings.
3071
3072 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * nnrss.el (nnrss-request-article): Remove binding of
3075         default-enable-multibyte-characters that has gotten needless by
3076         the 2007-07-13 change in rfc2047-encode-message-header.
3077
3078         * mml.el (mml-insert-multipart): Error on the message header.
3079         (mml-insert-part): Error on the message header; position point at
3080         the end of a MIME tag.
3081
3082 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * time-date.el (autoload): Expand define-obsolete-function-alias into
3085         defalias and make-obsolete for old Emacsen that Gnus supports.
3086         (with-no-warnings): Define it for old Emacsen.
3087         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3088         is available.
3089         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3090         float-time is available; suppress compile warning for time-to-seconds.
3091
3092         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3093         (gnus-float-time): Alias to float-time if it exists.
3094
3095         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3096         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3097         float-time is available; suppress compile warning for time-to-seconds.
3098
3099         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3100         XEmacs.
3101
3102 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3103
3104         * imap.el (imap-message-map): Docstring fix.
3105
3106 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3109         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3110         Add the optional argument `encoding' that overrides the default.
3111
3112         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3113         mm-encode-buffer.
3114
3115 2009-09-04  Glenn Morris  <rgm@gnu.org>
3116
3117         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3118         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3119         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3120         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3121         * mm-util.el (mm-with-unibyte-current-buffer)
3122         (mm-find-buffer-file-coding-system):
3123         * yenc.el (yenc-decode-region): Use default-value rather than
3124         default-enable-multibyte-characters.
3125
3126 2009-09-03  Glenn Morris  <rgm@gnu.org>
3127
3128         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3129         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3130         than default-enable-multibyte-characters.
3131
3132 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3133
3134         * gnus-art.el (gnus-article-read-summary-keys):
3135         Fix gnus-buffer-configuration's value temporarily used.
3136
3137 2009-09-02  Glenn Morris  <rgm@gnu.org>
3138
3139         * gnus-util.el (gnus-float-time): New function.
3140         * gnus-delay.el (gnus-delay-article):
3141         * gnus-sum.el (gnus-thread-latest-date):
3142         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3143         * nnspool.el (nnspool-request-newgroups):
3144         Use gnus-float-time rather than time-to-seconds.
3145         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3146
3147         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3148         (gnus-header-subject-face, gnus-header-newsgroups-face)
3149         (gnus-header-name-face, gnus-header-content-face):
3150         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3151         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3152         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3153         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3154         (gnus-cite-face-11):
3155         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3156         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3157         (gnus-server-closed-face, gnus-server-denied-face)
3158         (gnus-server-offline-face):
3159         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3160         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3161         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3162         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3163         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3164         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3165         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3166         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3167         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3168         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3169         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3170         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3171         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3172         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3173         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3174         (gnus-summary-high-undownloaded-face)
3175         (gnus-summary-low-undownloaded-face)
3176         (gnus-summary-normal-undownloaded-face)
3177         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3178         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3179         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3180         (gnus-splash-face):
3181         * message.el (message-header-to-face, message-header-cc-face)
3182         (message-header-subject-face, message-header-newsgroups-face)
3183         (message-header-other-face, message-header-name-face)
3184         (message-header-xheader-face, message-separator-face)
3185         (message-cited-text-face, message-mml-face):
3186         * sieve-mode.el (sieve-control-commands-face)
3187         (sieve-action-commands-face, sieve-test-commands-face)
3188         (sieve-tagged-arguments-face):
3189         * spam.el (spam-face):
3190         Mark face aliases with "-face" in the name as obsolete.
3191
3192 2009-09-01  Glenn Morris  <rgm@gnu.org>
3193
3194         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3195         than goto-line.
3196
3197 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3200         Don't move point if the command is invoked inside the message header.
3201
3202 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3203
3204         * imap.el (imap-send-command): Simplify.
3205         (imap-wait-for-tag): point-max -> buffer-size.
3206
3207 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3208
3209         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3210         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3211         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3212         * nnir.el (nnir-swish-e-index-file):
3213         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3214         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3215         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3216         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3217         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3218         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3219
3220 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3223         Don't save excursion.
3224
3225 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3226
3227         * nnheader.el (nnheader-find-file-noselect):
3228         * mm-util.el (mm-insert-file-contents):
3229         Use (default-value 'major-mode) instead of default-major-mode.
3230
3231 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3232
3233         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3234
3235 2009-08-26  Glenn Morris  <rgm@gnu.org>
3236
3237         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3238         than placing in files.el.
3239
3240 2009-08-25  Glenn Morris  <rgm@gnu.org>
3241
3242         * nnir.el (top-level): Don't require cl at run-time.
3243         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3244         Replace cl-function substitute with gnus-replace-in-string.
3245         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3246         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3247         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3248         simplified expansions.
3249
3250 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3251
3252         * dig.el (dig): Add autoload cookie.
3253
3254 2009-08-22  Glenn Morris  <rgm@gnu.org>
3255
3256         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3257         goto-line.
3258
3259 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3260
3261         * parse-time.el (parse-time-string-chars): Save match data.
3262
3263 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3264
3265         * parse-time.el (parse-time-string-chars): Compute using character
3266         classes, to handle non-ascii characters (Bug#3190).
3267
3268 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3271
3272         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3273         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3274         (gnus-mm-display-part, gnus-mime-display-single)
3275         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3276         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3277
3278         * gnus-sum.el
3279         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3280         (gnus-summary-move-article): Add expirable mark to articles copied or
3281         moved to group that has auto-expire turned on if the option is non-nil.
3282
3283 2009-07-24  Glenn Morris  <rgm@gnu.org>
3284
3285         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3286         Fix typo.  (Bug#3903)
3287
3288 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3291         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3292         that should not be used for draft articles.
3293         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3294         that has no concern in minor mode keys.
3295         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3296         Abolish.
3297
3298 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3301         article without making inquiry to a user for unknown encoding.
3302
3303         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3304         (nnmaildir--scan): Assume i-node and device number that file-attributes
3305         returns might be cons-cell.
3306
3307         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3308
3309         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3310
3311 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * auth-source.el: Remove docs now in auth.texi.  Don't use
3314         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3315         `auth-source-hide-passwords' and use them.
3316
3317 2009-07-15  Glenn Morris  <rgm@gnu.org>
3318
3319         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3320
3321 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3324         excessive whitespace from the default values of title and description.
3325
3326 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3329         mail-fetch-field to fetch Content-Description header in order to
3330         exclude newlines.
3331
3332 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3333
3334         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3335         format used by GnuPG 2.0.11.
3336
3337 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3340         to deleted part.
3341
3342 2009-05-30  David Engster  <dengste@eml.cc>
3343
3344         * nnmairix.el: Remove old documentation in the commentary block.
3345         (nnmairix-request-group): Do not update active file for nnml back ends.
3346         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3347         end so that overview files are ignored.
3348         (nnmairix-update-groups): Make updating the groups more robust by using
3349         marks.
3350         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3351         with dollar characters in message-id.
3352
3353 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3354
3355         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3356         2008-12-25 in dns.el.
3357
3358 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3359
3360         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3361         could happen if the text is only composed of spaces and/or tabs.
3362
3363 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3364
3365         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3366         when sending a queued message to avoid extra mml tags.
3367
3368 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3371
3372 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3375         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3376         rmail-toggle-header for XEmacs;
3377         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3378
3379 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * gnus-dired.el: Remove autoload for gnus-setup-message.
3382         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3383         displaying Gnus logo; always use compose-mail.
3384
3385 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3388
3389 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3392         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3393         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3394         available.
3395         (gnus-nocem-epg-verify): New function.
3396
3397 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3400
3401 2009-02-15  Glenn Morris  <rgm@gnu.org>
3402
3403         * gnus-util.el (rmail-insert-rmail-file-header)
3404         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3405         autoloads.
3406         (rmail-default-rmail-file): Remove unnecessary declaration.
3407         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3408
3409 2009-02-14  Glenn Morris  <rgm@gnu.org>
3410
3411         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3412         variable (only used in gnus-util, which declares it anyway).
3413         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3414         which was only needed by gnus-art (changed to not use it any more).
3415         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3416         only used in gnus-util, which autoloads it itself.
3417         (rmail-update-summary): Fix autoload.
3418
3419         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3420         rather than rmail-output-to-rmail-file.
3421
3422 2009-02-07  Glenn Morris  <rgm@gnu.org>
3423
3424         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3425         autoload of function that no longer exists.
3426         (rmail-toggle-header): Declare.
3427         (message-forward-rmail-make-body): Handle mbox Rmail.
3428
3429 2009-01-31  Glenn Morris  <rgm@gnu.org>
3430
3431         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3432         2009-01-09 change.
3433
3434 2009-01-31  Dave Love  <fx@gnu.org>
3435
3436         * imap.el (imap-fetch-safe): Bind debug-on-error.
3437         (imap-debug): Add imap-fetch-safe.
3438
3439 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3440
3441         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3442         (auth-source-forget-all-cached): New convenience function.
3443         (auth-source-user-or-password): Accept list of modes or a single mode.
3444
3445         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3446         auth-source modes.
3447
3448         * netrc.el (netrc-machine-user-or-password): Use list of
3449         auth-source modes.
3450
3451         * nnimap.el (nnimap-open-connection): Use list of
3452         auth-source modes.
3453
3454         * nntp.el (nntp-send-authinfo): Use list of
3455         auth-source modes.
3456
3457 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3460         now.
3461
3462 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3465         coding system in XEmacs; add a workaround for XEmacs.
3466
3467         * lpath.el: Fbind coding-system-aliasee.
3468
3469 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3472         of current-language-environment.
3473
3474 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3475
3476         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3477         available at runtime.
3478
3479 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3482
3483 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3484
3485         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3486         the greatest positive fixnum value doesn't work under an XEmacs with
3487         bignum support; use the most-positive-fixnum constant instead,
3488         available since Emacs 21.1 with cl and XEmacs 21.1.
3489
3490 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3493         XEmacs gets not to work.
3494
3495 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * mm-util.el (mm-coding-system-priorities): Allow the value like
3498         "Japanese (UTF-8)" of current-language-environment.
3499
3500 2009-01-09  Glenn Morris  <rgm@gnu.org>
3501
3502         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3503         with last-command-event.
3504
3505 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3508         in the doc string.
3509
3510         * message.el (message-fix-before-sending): Amend comment.
3511
3512 2009-01-08  Dave Love  <fx@gnu.org>
3513
3514         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3515
3516 2009-01-07  David Engster  <dengste@eml.cc>
3517
3518         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3519         simplified server definitions by converting it via
3520         gnus-server-to-method.
3521
3522 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3525         parameter's operands.
3526
3527 2009-01-06  David Engster  <dengste@eml.cc>
3528
3529         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3530         primary select method (for gnus-group-mark-article-as-read).
3531
3532 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3533
3534         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3535         `(gnus)Face', not `(gnus)X-Face'.
3536
3537 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * mm-util.el (mm-ucs-to-char): New function.
3540
3541         * mm-url.el (mm-url-decode-entities): Use it.
3542
3543         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3544         unicode-to-char.
3545
3546 2009-01-05  Dave Love  <fx@gnu.org>
3547
3548         * time-date.el: Require cl for `declare'.
3549
3550 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3551
3552         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3553         Dave Love.
3554
3555 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3556
3557         * message.el (message-fix-before-sending): Add `eight-bit' to
3558         illegible-text check.
3559
3560 2009-01-03  Michael Olson  <mwolson@gnu.org>
3561
3562         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3563         `headers' is nil.  This can occur if the IMAP server does not have
3564         permissions to read messages from a folder, but can write new messages
3565         to the folder.
3566         (nnimap-request-article-part): Do not insert `data' if it is nil.
3567
3568         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3569         characters which will confuse `read', so skip past them.
3570
3571 2009-01-01  Dave Love  <fx@gnu.org>
3572
3573         * imap.el (imap-string-to-integer): Fix typo.
3574         (imap-fetch-safe): New function.
3575         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3576
3577         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3578
3579         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3580         (imap-parse-greeting): Fix doc strings.
3581         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3582         (imap-parse-flag-list): Make messages unique.
3583         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3584
3585         * nnimap.el: Fix author email.
3586         (nnimap-split-rule): Add FIXME comment.
3587         (nnimap-debug): Fix doc string.
3588
3589 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3590
3591         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3592
3593 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3594
3595         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3596         nslookup if resolv.conf isn't available.
3597         (dns-query): Rename from query-dns.
3598         (dns-query-cached): Rename from query-dns-cached.
3599
3600 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3603         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3604         to check if those variables exist (first appeared in Emacs 18.50).
3605
3606 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * mm-util.el (mm-line-number-at-pos): New function.
3609
3610         * spam-report.el (spam-report-process-queue): Use it.
3611
3612 2008-12-24  David Engster  <dengste@eml.cc>
3613
3614         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3615         parameters that haven't existed as variables as buffer-local variables.
3616
3617 2008-12-23  Dave Love  <fx@gnu.org>
3618
3619         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3620         cadar.
3621
3622         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3623         imap-starttls-p.
3624         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3625
3626 2008-12-22  Dave Love  <fx@gnu.org>
3627
3628         * imap.el: Fix author email.  Doc fixes.
3629         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3630         reply.
3631
3632 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3633
3634         * spam-report.el (spam-report-gmane-max-requests): New constant.
3635         (spam-report-gmane-wait): New variable.
3636         (spam-report-gmane-ham, spam-report-gmane-spam)
3637         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3638         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3639         the server.
3640
3641         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3642         Add explanations.
3643
3644         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3645         nnheader-accept-process-output and nnheader-read-timeout if available.
3646         (pop3-movemail): Use it.
3647
3648         * message.el (message-check-news-body-syntax): Fix signature check if
3649         there's an attachment.
3650
3651 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * mm-util.el: Add comments to the mm- emulating functions.
3654
3655 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3656
3657         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3658         by Stephen Berman <stephen.berman@gmx.net>.
3659
3660 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * mm-util.el (mm-substring-no-properties): New function.
3663         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3664         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3665         (mm-string-to-multibyte): Doc fix.
3666
3667         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3668
3669 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * mml.el (mml-attach-file): Strip text properties from file name.
3672         (Bug#1574)
3673
3674 2008-12-16  Glenn Morris  <rgm@gnu.org>
3675
3676         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3677
3678 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3681         knows since the charset specified might be a bogus alias that
3682         mm-charset-synonym-alist provides.
3683
3684 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3685
3686         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3687         "ISO_8859-1".
3688
3689         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3690
3691 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * mm-util.el (mm-charset-eval-alist):
3694         Define it before mm-charset-to-coding-system.
3695         (mm-charset-to-coding-system): Add optional argument `silent';
3696         define it before mm-charset-override-alist.
3697         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3698         default value if it can be used in Emacs currently running;
3699         silence mm-charset-to-coding-system.
3700
3701 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3704         `allow-override' which says whether to use `mm-charset-override-alist'.
3705         (rfc2047-decode-encoded-words): Use it.
3706
3707         * mm-util.el (mm-charset-override-alist): Fix custom type;
3708         add `(gb2312 . gbk)' to choices.
3709
3710 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3713         fast.
3714
3715         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3716
3717         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3718
3719 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3720
3721         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3722         on links.
3723
3724         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3725
3726 2008-12-03  Lute Kamstra  <lute@gnu.org>
3727
3728         * sha1.el: Remove leading * from docstrings of defcustoms,
3729         deffaces, defconsts and defuns.
3730
3731 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3734         users' addresses that don't have domain parts.
3735         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3736         rather than message-narrow-to-head since there will be the message
3737         header separator.
3738
3739 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3740
3741         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3742         since the result is inserted in a unibyte buffer anyway.
3743         (nnimap-demule-use-string-to-multibyte): Remove.
3744         (nnimap-demule): Alias it to mm-string-to-multibyte.
3745
3746 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3749         variable for debugging bug#464 and bug#1174.
3750         (nnimap-demule): Use it.
3751
3752 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3755         score calculation correctly.
3756
3757 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3758
3759         * message.el (message-send-mail): Just set the buffer to unibyte
3760         rather than use mm-with-unibyte-current-buffer which does a lot more.
3761         (message-send-mail-partially): Don't bother with
3762         mm-with-unibyte-current-buffer since it's already been made unibyte by
3763         message-send-mail.
3764
3765 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3768
3769 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3770
3771         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3772
3773 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3776         require itself and to remove `with-no-warnings'.
3777
3778 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3779
3780         * starttls.el (starttls-any-program-available): Get the name of the
3781         available TLS layer program.
3782         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3783         well as the host name in the "opening" message.
3784
3785         * auth-source.el (auth-source-cache, auth-source-do-cache)
3786         (auth-source-user-or-password): Cache passwords and logins by default,
3787         allow override with `auth-source-do-cache'.
3788         (auth-source-forget-user-or-password): Allow users to remove cache
3789         entries if needed.
3790
3791 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3792
3793         * md4.el (md4-buffer): Fix typo in docstring.
3794         (md4, md4-64): Doc fixes.
3795         (md4-pack-int32): Reflow docstring.
3796
3797 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3798
3799         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3800         condition-case to only the forward-sexp call.
3801
3802 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3805         quotes contained.  Make it more robust regardless by an extra
3806         condition-case wrapper.
3807
3808 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3811
3812 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * nnml.el (nnml-request-expire-articles): Check if the function set to
3815         `nnmail-expiry-target' returns the symbol `delete'.
3816
3817         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3818
3819         * nnmail.el (nnmail-expiry-target): Fix custom type.
3820
3821 2008-10-02  Glenn Morris  <rgm@gnu.org>
3822
3823         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3824         Silence compiler warning.
3825
3826 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3827
3828         * tls.el (open-tls-stream): Show the actual command being
3829         executed, instead of the format string.
3830
3831 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * lpath.el: Fbind codepage-setup for Emacs 23.
3834
3835 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3836
3837         * mml.el (mml-menu): Don't assume mml2015 is bound.
3838
3839 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3842         exists.
3843
3844 2008-09-27  Glenn Morris  <rgm@gnu.org>
3845
3846         * gnus-util.el (mail-header-remove-comments): Autoload it.
3847
3848 2008-09-27  Andreas Schwab  <schwab@suse.de>
3849
3850         * gnus-util.el (gnus-split-references): Strip comments.
3851         (gnus-parent-id): Likewise.
3852
3853 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3854
3855         * message.el (message-confirm-send): Fix version.
3856
3857 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * message.el (message-idna-to-ascii-rhs-1): Use
3860         mail-extract-address-components rather than mail-header-parse-addresses
3861         that is an alias by default to ietf-drums-parse-addresses that does not
3862         support non-ASCII names in headers' contents.
3863
3864 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * message.el (message-confirm-send): Fixed variable documentation to
3867         avoid the "y/n" wording.
3868
3869 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3870
3871         * message.el (message-set-auto-save-file-name): Save to a different
3872         filename so multiple messages (especially drafts) can be recovered.
3873
3874 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3875
3876         * message.el (message-confirm-send): Add appropriate version.
3877
3878 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3879
3880         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3881         defvar.
3882
3883 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3884
3885         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3886         (mm-pkcs7-enveloped-magic): Ditto.
3887
3888 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3889
3890         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3891         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3892
3893 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3894
3895         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3896         default, it's better.
3897
3898 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3899
3900         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3901         summary line gnus-number property and ignore them (with a warning
3902         message).
3903
3904 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3907         macro caddr in the interactive form since it won't be expanded.
3908
3909 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3912         `charset'; fix name of function called recursively.
3913         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3914
3915 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3918         (gnus-mime-set-charset-parameters): New function.
3919         (gnus-mime-view-part-as-charset): Use it to correctly display part
3920         specifying wrong charset.
3921
3922 2008-09-08  David Engster  <dengste@eml.cc>
3923
3924         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3925         in completing-read for back end server.
3926
3927 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3928
3929         * message.el (message-confirm-send): New variable to confirm sending a
3930         message.
3931         (message-send): Use it.
3932
3933 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3936
3937 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3940
3941 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3942
3943         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3944         prevent tracking too many groups.
3945         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3946         Use it.
3947
3948 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3949
3950         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3951         moving point to the bottom of the window in order to avoid recentering.
3952
3953 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3956
3957         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3958         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3959         (gnus-article-beginning-of-window): Fix calculation.
3960
3961 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-msg.el (gnus-summary-supersede-article)
3964         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3965         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3966         message header.
3967
3968 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3969
3970         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3971         pending output coming after the status change.
3972
3973 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3974
3975         * message.el:
3976         * gnus-start.el:
3977         * gnus-registry.el: Remove VMS support.
3978
3979 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3982         macro.
3983         (rfc2104-hash): Use it.
3984
3985 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3988         (gnus-summary-sort-by-most-recent-date): New commands.
3989         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3990         and menu entries.
3991
3992 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3995         don't redisplay article for raw contents; remove plural articles stuff.
3996
3997         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3998         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3999         on gnus-summary-save-article; display results properly.
4000
4001 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * lpath.el: No need to fbind ns-focus-frame.
4004
4005 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4008
4009 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4012         gnus-save-all-headers.
4013
4014 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4015
4016         * gnus-util.el (ns-focus-frame): Remove declaration.
4017         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4018         like x.
4019
4020 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4021
4022         * rfc2104.el (rfc2104-zero): Delete defconst.
4023         (rfc2104-hex-alist): Likewise.
4024         (rfc2104-hex-to-int): Delete func.
4025         (rfc2104-hexstring-to-bitstring): Likewise.
4026         (rfc2104-nybbles): New defconst.
4027         (rfc2104-hash): Rewrite for speed.
4028
4029 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * tls.el (open-tls-stream): Make it work with the 2nd argument
4032         BUFFER that is a string but does not exist as a buffer object, as
4033         mentioned in the doc-string.
4034
4035 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4038         SXEmacs.
4039
4040 2008-07-16  Glenn Morris  <rgm@gnu.org>
4041
4042         * gnus-util.el (ns-focus-frame): Declare for compiler.
4043
4044 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4047         set as a group parameter.
4048         (gnus-summary-save-in-pipe): Work when it is called independently.
4049         (gnus-summary-pipe-to-muttprint): Don't modify
4050         gnus-summary-pipe-output-default-command.
4051
4052 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4053
4054         * message.el (message-send-mail-with-sendmail):
4055         Display the error message.
4056
4057 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gnus-art.el (gnus-default-article-saver):
4060         Add gnus-summary-save-in-pipe to choices.
4061         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4062         gnus-summary-pipe-output-default-command as the default command.
4063         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4064         instead of gnus-last-shell-command.
4065
4066         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4067         New user option.
4068         (gnus-summary-muttprint-program): Mention the value will be changed.
4069         (gnus-summary-save-article): Force showing of all headers.
4070         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4071
4072 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4073
4074         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4075
4076 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4077
4078         * nnimap.el (nnimap-id):
4079         * sieve-manage.el (sieve-manage-open): Doc fixes.
4080
4081 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4082
4083         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4084         if available.
4085
4086 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4087
4088         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4089
4090         * nnkiboze.el (nnkiboze-generate-group):
4091         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4092
4093         * nnmairix.el: Require CL.
4094
4095 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * dgnushack.el: Autoload get-display-table and put-display-table for
4098         XEmacs 21.5.
4099
4100         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4101         21.4 and SXEmacs.
4102
4103 2008-06-15  David Engster  <dengste@eml.cc>
4104
4105         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4106
4107 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4108
4109         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4110         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4111         runtime choice under XEmacs.
4112
4113         * gnus-sum.el (gnus-summary-set-display-table):
4114         Use `gnus-put-display-table', `gnus-get-display-table',
4115         `gnus-set-display-table' for the display table, instead of `aset'.
4116
4117         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4118         Use `gnus-put-display-table', `gnus-get-display-table',
4119         `gnus-set-display-table' for the display table.
4120
4121 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4122
4123         * nnmairix.el: Add autoloads.
4124
4125 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4126
4127         * nnmairix.el (nnmairix-delete-recreate-group)
4128         (nnmairix-update-and-clear-marks): Fix error messages.
4129
4130 2008-06-14  David Engster  <dengste@eml.cc>
4131
4132         * nnmairix.el: Upgrade to version 0.6.
4133         (nnmairix-group-toggle-propmarks-this-group)
4134         (nnmairix-group-toggle-readmarks-this-group)
4135         (nnmairix-group-delete-recreate-this-group)
4136         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4137         (nnmairix-remove-tick-mark-original-article): New commands.
4138         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4139         (nnmairix-propagate-marks-to-nnmairix-groups)
4140         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4141         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4142         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4143         functions needed for marks propagation and manipulation of read marks.
4144         (nnmairix-update-groups): New function.
4145         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4146         (nnmairix-determine-original-group-from-registry)
4147         (nnmairix-determine-original-group-from-path)
4148         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4149         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4150         New helper functions.
4151         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4152         keystrokes for new commands.
4153         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4154         (nnmairix-request-group): Check allow-fast group parameter.
4155         (nnmairix-request-create-group): Set allow-fast group parameter if
4156         nnmairix-allowfast-default is set.
4157         (nnmairix-close-group): Propagate marks upon closing if needed.
4158         (nnmairix-group-toggle-threads-this-group): Use new.
4159         nnmairix-group-toggle-parameter helper function.
4160         (nnmairix-search): Better check for empty search result.
4161         (nnmairix-goto-original-article): Use new helper functions for
4162         determining original article.
4163         (nnmairix-show-original-article): Make sure message-id is in brackets.
4164         (nnmairix-call-mairix-binary): Change variable name.
4165         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4166         helper function.
4167         (nnmairix-widget-toggle-activate): Fix doc string.
4168
4169 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * nnir.el: Require edmacro when compiling with XEmacs.
4172         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4173         available in Emacs 21.
4174
4175 2008-06-11  Glenn Morris  <rgm@gnu.org>
4176
4177         * gnus-util.el (x-focus-frame):
4178         * gnus.el (image-size):
4179         * mm-decode.el (image-size): Declare.
4180
4181         * gnus-picon.el (declare-function): Add compat definition.
4182         (image-size): Declare.
4183
4184         * gnus-group.el (tool-bar-map):
4185         * gnus-sum.el (tool-bar-map): Define for compiler.
4186
4187         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4188
4189         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4190
4191         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4192         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4193         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4194         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4195         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4196         * sieve-manage.el, spam-report.el, spam.el:
4197         Remove unnecessary eval-and-compile of autoloads.
4198
4199 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4200
4201         * auth-source.el: Precise Tramp doc.
4202
4203 2008-06-07  Glenn Morris  <rgm@gnu.org>
4204
4205         * nnmairix.el: Remove unnecessary eval-when-compile.
4206
4207 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * lpath.el: Fbind propertize for XEmacs 21.4.
4210
4211 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4212
4213         * nnir.el: Move here from ../contrib.
4214
4215 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4216
4217         * gnus-util.el (gnus-read-shell-command): New function.
4218         * mm-decode.el (mm-pipe-part):
4219         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4220
4221 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4224
4225 2008-06-03  Glenn Morris  <rgm@gnu.org>
4226
4227         * pop3.el (nnheader-accept-process-output): Autoload it.
4228
4229 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4232         are not 2-digit hexadecimal characters that follow `%'s.
4233
4234 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4235
4236         * message.el (message-bogus-recipient-p): Fix type in doc string.
4237         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4238         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4239         Improve custom options.
4240         (message-bogus-recipient-p): Adjust accordingly.
4241
4242 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4243
4244         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4245         long-form month and day names.
4246
4247 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * dgnushack.el: Autoload debug, eudc-expand-inline and
4250         pgg-snarf-keys-region for XEmacs.
4251
4252         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4253
4254         * nnmairix.el: Require edmacro when compiling with XEmacs.
4255
4256 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4257
4258         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4259         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4260
4261 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4262
4263         * auth-source.el: Add more docs.
4264
4265         * netrc.el (netrc-machine): Always match if the port is not given.
4266
4267 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4270         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4271         retrieval faster in some cases, but might make CPU usage larger.  If
4272         this has any bad side effects, we might revert this change.
4273
4274         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4275         seems to make mail retrieval much, much faster.
4276         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4277         unconditionally.
4278
4279         * gnus-draft.el (gnus-group-send-queue): Bind
4280         message-send-mail-partially-limit to nil to avoid being prompted.
4281
4282 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4283
4284         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4285
4286         * message.el (message-bogus-address-regexp): Fix and improve custom
4287         type.
4288         (message-setup-hook): Add message-check-recipients as custom option.
4289
4290 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * message.el (message-cite-function): Remove bogus autoload which crept
4293         in during merge from v5-10.
4294
4295 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4296
4297         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4298
4299         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4300
4301         * auth-source.el: Preliminary Tramp docs.
4302         (auth-sources): Change the default auth-sources to use
4303         EPA .gpg files.
4304
4305 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * nntp.el: Autoload `auth-source-user-or-password'.
4308         (nntp-send-authinfo): Use it.
4309
4310         * nnimap.el: Autoload `auth-source-user-or-password'.
4311         (nnimap-open-connection): Use it.
4312
4313         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4314         for the gnus-message function.
4315         (auth-source-user-or-password): Use it.
4316
4317 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4318
4319         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4320         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4321         (rfc2104-hash): Use it.
4322
4323 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4324
4325         * gnus-art.el (gnus-article-toggle-truncate-lines):
4326         Don't use `iff' in docstring.
4327
4328 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4331
4332         * gnus-util.el (gnus-extract-address-component-name)
4333         (gnus-extract-address-component-email): Convenience functions around
4334         `gnus-extract-address-components'.
4335
4336         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4337         Use `gnus-extract-address-component-email' to fix bug of comparing full
4338         sender name to `user-mail-address'.
4339
4340 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4343         catch/throw to optimize.
4344         (gnus-registry-find-keywords): Just use member to find a keyword.
4345
4346 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4347
4348         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4349         is current before calling gnus-server-prepare.
4350         (gnus-server-setup-buffer, gnus-server-update-server)
4351         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4352
4353 2008-05-04  Juri Linkov  <juri@jurta.org>
4354
4355         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4356         (mailcap-file-default-commands): Use mailcap-replace-in-string
4357         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4358         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4359
4360 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4361
4362         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4363
4364 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4365
4366         * gnus.el: Bump version to 0.11.
4367
4368 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4369
4370         * gnus.el: No Gnus v0.10 is released.
4371
4372 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4375         hooks.
4376         (gnus-update-read-articles): Speed up non-marks-using users.
4377         (gnus-use-marks): Define gnus-use-marks.
4378         (gnus-propagate-marks): Rename variable to something more sensible.
4379
4380 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4381
4382         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4383         (gmm-image-load-path-for-library): Fix typos in docstrings.
4384         (gmm-message): Reflow docstring.
4385
4386 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * mail-source.el (mail-source-set-1, mail-source-bind):
4389         Move auth-source code out of the macro to clean it up and fix bugs.
4390
4391 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4394         by sender if it's equal to user-mail-address, it's likely to be
4395         useless.
4396
4397         * mail-source.el (mail-source-bind): Don't use user or password if they
4398         are not bound.  Unintern them if they are nil.  Don't use server unless
4399         it's bound, and default it to empty string otherwise.
4400
4401 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         * mail-source.el: Load auth-source.el.
4404         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4405         get user name or password, if auth-sources is set up.
4406
4407         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4408         strategy of splitting with parent.
4409         (gnus-registry-split-fancy-with-parent)
4410         (gnus-registry-post-process-groups): Use it and fix prior
4411         bug (returning a list as the split result).
4412
4413         * auth-source.el (auth-sources): Remove server parameter.
4414         (auth-source-pick, auth-source-user-or-password)
4415         (auth-source-user-or-password-imap)
4416         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4417         (auth-source-user-or-password-sftp)
4418         (auth-source-user-or-password-smtp): Remove server parameter.
4419
4420 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4421
4422         * smime.el (smime-sign-region, smime-encrypt-region)
4423         (smime-decrypt-region):
4424         Remove redundant calls to `generate-new-buffer-name'.
4425
4426 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4427
4428         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4429         Don't use QP for message/rfc822.
4430         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4431
4432 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4433
4434         * sieve-manage.el (sieve-string-bytes): Remove.
4435         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4436         correct byte-length only if the process's coding-system is the same as
4437         the one used internally by Emacs to represent strings.
4438
4439 2008-04-22  Juri Linkov  <juri@jurta.org>
4440
4441         * mailcap.el (mailcap-file-default-commands): New function.
4442
4443 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4444
4445         * message.el (message-signature-separator, message-cite-function):
4446         Change custom version.
4447
4448 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4449
4450         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4451         commands.
4452         (tls-checktrust): Ditto.
4453
4454 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4455
4456         * mm-decode.el (mm-display-external): Make temp file read-only.
4457
4458 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4461         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4462         `C-c C-f d'.
4463
4464 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4465
4466         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4467
4468 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4469
4470         * gnus.el: Bump version to 0.9.
4471
4472 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4473
4474         * gnus.el: No Gnus v0.8 is released.
4475
4476 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4477
4478         * mail-source.el (mail-source-value):
4479         Prefer fboundp to functionp so it works with macros as well.
4480
4481 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4482
4483         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4484         Fix last change in case the element is not even a symbol.
4485
4486 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4487
4488         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4489         Prefer fboundp to functionp so it works with macros as well.
4490
4491 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         * auth-source.el: Added docs.
4494         (auth-sources): Modify format to support server.
4495         (auth-source-pick, auth-source-user-or-password)
4496         (auth-source-user-or-password-imap)
4497         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4498         (auth-source-user-or-password-sftp)
4499         (auth-source-user-or-password-smtp): Add server parameter.
4500
4501 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * gnus-registry.el: Initialize the registry when gnus-registry-install
4504         is t.
4505
4506 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * compface.el (uncompface): Make buffer unibyte.
4509
4510 2008-04-05  Glenn Morris  <rgm@gnu.org>
4511
4512         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4513
4514 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4515
4516         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4517         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4518
4519         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4520         multibyteness after rather than before erasing it.
4521
4522         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4523         mm-with-multibyte.
4524         (gnus-request-article-this-buffer): Make sure the proper decoding is
4525         used if gnus-original-article-buffer happens to be unibyte.
4526
4527         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4528         default-enable-multibyte-characters.
4529
4530         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4531         default-enable-multibyte-characters.
4532
4533         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4534
4535         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4536
4537 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4538
4539         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4540         (imap-message-copyuid-1): Use it.
4541         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4542         J. Williams in
4543         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4544
4545         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4546         imap-enable-exchange-bug-workaround.
4547         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4548
4549 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4550
4551         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4552         a 100 byte status-checks into a 2-3MB transfer for each group.
4553         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4554         to enable bug workaround or not.
4555         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4556
4557 2008-03-31  Glenn Morris  <rgm@gnu.org>
4558
4559         * message.el (mml2015-use): Declare for compiler.
4560         (message-info): Require mml2015 when appropriate.
4561
4562 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4565         whitespace.
4566
4567 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4568
4569         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4570         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4571         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4572         (nntp-service-to-port): New function.
4573         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4574         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4575         (nntp-open-netcat-stream): New function.
4576         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4577
4578 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4579
4580         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4581
4582 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4583
4584         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4585
4586 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4587
4588         * dns.el (dns-write): Use set-buffer-multibyte.
4589
4590 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4591
4592         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4593
4594 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4595
4596         * message.el (message-signature-separator): Change default.
4597         Improve custom type.
4598         (message-cite-function): Change default to
4599         message-cite-original-without-signature.
4600
4601         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4602         toggle.
4603
4604         * message.el (message-check-news-body-syntax): Fix signature check.
4605         (message-setup-1): Mark buffer as unmodified _after_ running
4606         message-setup-hook and handling message-alternative-emails.
4607         (message-shorten-references): Be more strict when building list of
4608         valid references to comply with GNKSA.
4609
4610         * gnus-group.el (gnus-read-ephemeral-bug-group)
4611         (gnus-read-ephemeral-debian-bug-group)
4612         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4613
4614         * message.el (message-info): Don't use booleanp which isn't supported
4615         in Emacs 21 and XEmacs.
4616
4617 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4618
4619         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4620         gnus-group-gmane-group-download-format.
4621         (gnus-group-read-ephemeral-gmane-group): Rename from
4622         gnus-group-read-ephemeral-gmane-group.
4623         (gnus-read-ephemeral-gmane-group-url): Rename from
4624         gnus-group-read-ephemeral-gmane-group-url.
4625         (gnus-bug-group-download-format-alist): New variable.
4626         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4627         (gnus-read-ephemeral-emacs-bug-group): New commands.
4628
4629 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4632         (gnus-visible-headers): Improve custom type.
4633
4634 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4635
4636         * mml.el (mml-menu): Add workarounds for XEmacs.
4637
4638         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4639         X-Boundary header.
4640
4641         * message.el (message-simplify-recipients): Fix previous commit.
4642
4643 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4644
4645         * mm-util.el (mm-set-buffer-multibyte): New function.
4646         * mm-decode.el (mm-copy-to-buffer): Use it.
4647
4648 2008-03-19  Glenn Morris  <rgm@gnu.org>
4649
4650         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4651         Accidentally removed in the sync process with Emacs.
4652
4653 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * message.el (message-alter-recipients-discard-bogus-full-name):
4656         New function.
4657         (message-alter-recipients-function): New variable.
4658         (message-get-reply-headers): Use it.
4659         (message-replace-header): New helper function.
4660         (message-recipients-without-full-name): New variable.
4661         (message-simplify-recipients): New command.
4662
4663         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4664
4665         * message.el (message-info): Handle EasyPG manual.
4666
4667         * mml.el (mml-menu): Add entry for EasyPG.
4668
4669 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4670
4671         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4672         parameter.
4673
4674         * message.el (message-disassociate-draft): Specify drafts group name
4675         fully.
4676
4677 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4680         unnecessary duplicates from the match list.
4681
4682 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4685
4686         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4687
4688         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4689         args of `how-many' of which the XEmacs version doesn't take; declare
4690         Info-index-next as function.
4691
4692 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * gnus-score.el (gnus-score-headers): Fix handling of
4695         gnus-inhibit-slow-scoring.
4696
4697         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4698         string.
4699         (gnus-button-url-regexp): Improve handling of parenthesis.
4700         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4701         (gnus-button-handle-info-keystrokes): Handle index entries.
4702
4703 2008-03-15  Glenn Morris  <rgm@gnu.org>
4704
4705         * parse-time.el (parse-time-string): Simplify.
4706
4707 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4710         Incoming* files.
4711
4712 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4713
4714         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4715         (auth-source-pick): Use it.
4716
4717 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4718
4719         * binhex.el (binhex-decode-region-internal):
4720         * uudecode.el (uudecode-decode-region-internal):
4721         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4722         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4723         setting default-enable-multibyte-characters.
4724
4725 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4726
4727         * auth-source.el (auth-source-protocols)
4728         (auth-source-protocols-customize, auth-source-choices): Added and
4729         modified variable customizations and defaults.
4730         (auth-source-pick, auth-source-user-or-password)
4731         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4732         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4733         (auth-source-user-or-password-sftp)
4734         (auth-source-user-or-password-smtp): Use new variables and provide an
4735         interface to netrc.el.
4736
4737 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4740         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4741         Make sure the nntp port to specify is a string.
4742
4743 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4744
4745         * nntp.el: Use with-current-buffer.
4746         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4747         dubious mm-with-unibyte-current-buffer.
4748         (nntp-with-open-group-function): New function extracted from
4749         nntp-with-open-group macro.
4750         (nntp-with-open-group): Use the function, so it's easier to debug.
4751         Add indentation and debugging info.
4752         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4753         the use of the netcat alternatives.
4754
4755         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4756         Avoid mm-string-as-multibyte as well.
4757
4758         * nnweb.el (nnweb-insert-html):
4759         Remove use of nnheader-string-as-multibyte.
4760
4761         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4762         (nnheader-string-as-multibyte): Remove.
4763
4764         * mm-view.el: Use inhibit-read-only.
4765         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4766         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4767         or unibyte-string.
4768
4769         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4770         (mm-uu-yenc-extract): Use with-current-buffer.
4771
4772         * gnus-soup.el (gnus-soup-send-packet): Don't use
4773         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4774
4775         * nnmh.el: Use with-current-buffer.
4776         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4777         mm-string-as-multibyte on the output of mm-encode-coding-string.
4778
4779         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4780         (nnimap-request-move-article): Use with-current-buffer.
4781
4782         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4783         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4784         conversion uses string-make-unibyte rather than string-as-unibyte.
4785
4786         * gnus-msg.el: Use with-current-buffer.
4787
4788         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4789
4790 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4791
4792         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4793         string for caching if it is 'PIN.
4794
4795 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * lpath.el: Consider the case without Emacs/W3.
4798
4799 2008-03-08  Glenn Morris  <rgm@gnu.org>
4800
4801         * time-date.el (date-to-time, time-subtract, time-add)
4802         (safe-date-to-time): Doc fixes.
4803
4804 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * mail-source.el (mail-source-delete-old-incoming-confirm):
4807         Change default to nil.
4808         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4809
4810 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * lpath.el: Rearrange.
4813
4814         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4815         (gnus-article-goto-prev-page): Work for articles having ^L's.
4816
4817         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4818
4819         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4820
4821 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4822
4823         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4824         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4825         (gnus-bookmark-jump): Adjust some variable names.
4826
4827 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4828
4829         * auth-source.el: New package.
4830         (auth-source-choices): Add customization entry point variable.
4831
4832         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4833         bug.
4834
4835 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4836
4837         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4838         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4839         (gnus-registry-install-shortcuts): Rename from
4840         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4841         the `gnus-registry-mark-map' keymap dynamically from
4842         `gnus-registry-marks'.  The generated functions update the summary line
4843         when a registry mark is added or deleted, and will call
4844         `gnus-registry-install-p' (see the comments in the code).
4845         (gnus-registry-user-format-function-M): Use concat intelligently.
4846
4847         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4848         the registry mark functions.
4849
4850 2008-03-05  Glenn Morris  <rgm@gnu.org>
4851
4852         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4853         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4854         gnus-art.
4855         (top-level): No need to load own source when compiling.
4856
4857 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4860         Suggested by <chris.anderton@zetnet.co.uk>.
4861
4862 2008-03-04  Glenn Morris  <rgm@gnu.org>
4863
4864         * gnus-sum.el (top-level): No need to require gnus when compiling,
4865         since unconditionally required near start of file.
4866         (gnus-summary-display-while-building): Move definition before use.
4867
4868 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4869
4870         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4871         formatting function.
4872
4873 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4874
4875         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4876         with plists.
4877         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4878         Use new format.
4879
4880 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4883         `where-is-internal' that returns a range of key sequences.
4884
4885 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4886
4887         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4888
4889         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4890         (gnus-summary-jump-to-group): Consider windows on other displayed
4891         frames as well.  Similar changes might be needed elsewhere, but that's
4892         the one I've bumped into during my use.
4893
4894         * nndoc.el (nndoc-oe-dbx-type-p):
4895         * gnus-msg.el (gnus-debug):
4896         * gnus-group.el (gnus-update-group-mark-positions):
4897         Use mm-string-to-multibyte.
4898
4899 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4902         doesn't handle NotDashEscaped.
4903
4904         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4905         (mml-dnd-attach-options): Fix typo in custom choice.
4906
4907         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4908         nndoc-article-type to mbox.
4909         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4910
4911         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4912         to nil, instead of html2text.
4913
4914         * imap.el (imap-debug): Add `imap-ping-server'.
4915
4916         * gnus-bookmark.el: Add FIXMEs.
4917
4918         * message.el (message-form-letter-separator)
4919         (message-send-form-letter-delay): New variables.
4920         (message-send-form-letter): Use them.  New command to send form
4921         letters.  Requested by Uwe Siart.
4922         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4923
4924 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4925
4926         * Update copyright years.
4927
4928 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4929
4930         Sync from EMACS_22_BASE.
4931
4932         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4933
4934 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4935
4936         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4937         empty author.
4938
4939 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * gnus-registry.el (gnus-registry-marks): Add variable for
4942         customization of marks and their appearance.
4943         (gnus-registry-read-mark): Use it.
4944         (gnus-registry-do-marks): Add utility function to loop through
4945         `gnus-registry-marks'.
4946         (gnus-registry-install-shortcuts-and-menus): Add function to install
4947         shortcuts and menus.
4948         (gnus-registry-initialize): Use it.
4949         (gnus-registry-default-mark): Clarify documentation.
4950
4951 2008-02-29  Glenn Morris  <rgm@gnu.org>
4952
4953         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4954         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4955         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4956         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4957         Change defcustom :version from 23.0 to 23.1.
4958
4959 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         * gnus-registry.el (gnus-registry-follow-group-p)
4962         (gnus-registry-post-process-groups): Add functions to aid registry
4963         splitting and improve logging.  Clarify behavior in function
4964         documentation.
4965         (gnus-registry-split-fancy-with-parent): Use them.
4966
4967 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4968
4969         * gnus-art.el: Use with-current-buffer.
4970
4971 2008-02-27  David Engster  <dengste@eml.cc>
4972
4973         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4974         Express real group name in the response.
4975
4976 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4979         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4980         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4981         autoload gnus-registry-fetch-group when compiling.
4982         (nnmairix-request-group-with-article-number-correction): Remove
4983         unreferenced argument passed to nnmairix-call-backend.
4984
4985 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4986
4987         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4988         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4989         Wilde.
4990
4991 2008-02-27  Glenn Morris  <rgm@gnu.org>
4992
4993         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4994         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4995         variables to defconsts.  Convert comments to doc-strings.
4996         (nnmairix-last-server, nnmairix-current-server): Convert from free
4997         variables to defvars.  Convert comments to doc-strings.
4998         (gnus-registry-fetch-group): Autoload.
4999         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5000         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5001         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5002         caddr.
5003         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5004         nnmairix-request-group-with-article-number-correction call.
5005         (nnmairix-fast, nnmairix-group): New, less general names, for free
5006         variables passed from nnmairix-request-group to
5007         nnmairix-request-group-with-article-number-correction.  Declare.
5008         (nnmairix-request-group-with-article-number-correction):
5009         Use nnmairix-fast, nnmairix-group rather than fast, group.
5010
5011 2008-02-26  David Engster  <dengste@eml.cc>
5012
5013         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5014         version 0.5.
5015
5016 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5017
5018         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5019         instead of making an extra function call.  Don't add the current group
5020         to articles only when they have the group.  Use
5021         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5022         Reported by David <de_bb@arcor.de>.
5023
5024 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5027         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5028
5029 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * mail-source.el (mail-source-delete-incoming): Change default.
5032         Supplement doc string.
5033
5034         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5035
5036 2008-02-14  Glenn Morris  <rgm@gnu.org>
5037
5038         * time-date.el (format-seconds): New function.
5039
5040 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * nnmail.el (nnmail-message-id-cache-file): Derive from
5043         `gnus-home-directory'.
5044
5045 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5046
5047         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5048         Document negative prefix.
5049
5050         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5051
5052 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * message.el (message-unsent-separator): Add the Exim bounce
5055         separator.
5056
5057 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5058
5059         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5060         list.
5061         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5062         recipient/signer list.
5063
5064 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * Makefile.in (datarootdir): Define.
5067         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5068         name that might contain whitespace.
5069
5070 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5071
5072         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5073         fbound (Emacs 23 unicode), signal an error.
5074
5075 2008-02-08  Glenn Morris  <rgm@gnu.org>
5076
5077         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5078
5079 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5080
5081         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5082         ports to the calls to `netrc-machine-user-or-password' in addition to
5083         "imap" and "imaps".
5084
5085 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5086
5087         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5088
5089         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5090
5091 2008-02-01  Kenichi Handa  <handa@m17n.org>
5092
5093         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5094         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5095         (rfc2104-hash): Convert the result of concat to unibyte string.
5096
5097 2008-02-01  Dave Love  <fx@gnu.org>
5098
5099         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5100         coding-system-for-read.
5101         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5102
5103 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5106         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5107         <hanche@math.ntnu.no>.
5108
5109 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5112
5113         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5114
5115 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5116
5117         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5118         * message.el (message-beginning-of-line): Use featurep instead of bound
5119         tests in order to resolve conditionals at compile time.
5120
5121 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5122
5123         * mail-source.el (mail-sources): Add `group' choice.
5124
5125         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5126         parameter `in-group' to control into which group the articles go.
5127         Add treatment of `group' mail-source.
5128
5129 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5132
5133         * mm-decode.el (mm-dissect-buffer): Decode description.
5134
5135         * mml.el (mml-to-mime): Encode message header first.
5136
5137 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5140         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5141
5142         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5143         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5144
5145 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5146
5147         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5148
5149 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5152         prefix keys.
5153         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5154         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5155         gnus-xmas.el.
5156
5157         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5158         (gnus-xmas-article-describe-bindings): New function.
5159         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5160         gnus-xmas-article-describe-bindings.
5161
5162         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5163
5164 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5165
5166         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5167         Add new variables for article mark management.
5168         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5169         list of extra data entries which, when present, will indicate that the
5170         article ID should not be trimmed from the registry.
5171         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5172         functions.
5173         (gnus-registry-read-mark): New function to read a mark name from the
5174         user.
5175         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5176         (gnus-registry-set-article-mark-internal): New functions to add and
5177         remove marks.
5178         (gnus-registry-get-article-marks): New function to show the marks for
5179         an article, or retrieve them for further use.
5180
5181 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5184         keys when no argument is given.
5185
5186 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5187
5188         * imap.el (imap-ping-server): New variable.
5189         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5190         (imap-ping-server): Minor doc string fixes.
5191
5192 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5193
5194         * imap.el (imap-ping-server): New function.
5195         (imap-opened): Call imap-ping-server.
5196
5197 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * gnus-sum.el (gnus-article-sort-by-random)
5200         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5201         jidanni@jidanni.org.
5202
5203 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * gnus-art.el (gnus-article-describe-bindings): New function.
5206         (gnus-article-read-summary-keys): Use it.
5207         (gnus-article-mode-map): Bind `C-h b' to it.
5208
5209 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5212         XEmacs.
5213         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5214         against non-character events.
5215
5216         * lpath.el: Fbind map-keymap for Emacs 21.
5217
5218 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5221         command.
5222         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5223         instead of END.  Change name of the temp file.
5224         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5225         customizable.
5226
5227 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5230         bind `S W' to gnus-article-wide-reply-with-original; set default
5231         binding to gnus-article-read-summary-send-keys.
5232         (gnus-article-read-summary-keys): Fix the order of keys; display
5233         continuation keys correctly in the echo area; describe bindings
5234         correctly when keys end with `C-h'.
5235         (gnus-article-read-summary-send-keys): New function.
5236         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5237         for gnus-article-read-summary-send-keys; display continuation keys
5238         correctly in the echo area.
5239         (gnus-article-reply-with-original): Ignore prefix argument.
5240         (gnus-article-wide-reply-with-original): New function.
5241
5242         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5243         Emacs 21.
5244
5245 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5248         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5249
5250 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5251
5252         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5253         (gnus-group-read-ephemeral-gmane-group): New command.
5254
5255 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5256
5257         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5258
5259 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * message.el (message-send-mail-function): Increase custom version.
5262
5263         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5264         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5265
5266 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5269         for the cases where imap-authenticate is called with a nil buffer
5270         parameter.
5271
5272 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5275         html parts correctly; support forwarded messages.
5276         (gnus-article-browse-html-article): Remove work buffers.
5277
5278         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5279         compiling.
5280         (netrc-bound-and-true-p): New macro.
5281         (netrc-parse): Use it instead of bound-and-true-p that is not available
5282         in XEmacs 21.4.
5283
5284 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * gnus-registry.el (gnus-registry-mark-article)
5287         (gnus-registry-article-marks): Add functionality to mark articles
5288         through the Gnus registry.
5289
5290         * encrypt.el: Clarify documentation for the new pgg method.
5291         (encrypt-file-alist): Add PGG option.
5292         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5293         functionality.  Abstract password key and messaging to external
5294         functions.
5295         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5296         (encrypt-message-method-and-cipher): Add new convenience external
5297         functions.
5298         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5299         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5300
5301         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5302         (netrc-parse): Use encrypt-file-alist to determine if
5303         encrypt-find-model or encrypt-insert-file-contents should be used.
5304
5305         * encrypt.el: Clarify documentation.  Load password-cache or
5306         password, whichever one is found first, instead of autoloading.
5307
5308 2007-12-19  Glenn Morris  <rgm@gnu.org>
5309
5310         * mml.el (message-options-set, message-narrow-to-head)
5311         (message-in-body-p, message-mail-p, message-encode-message-body):
5312         Autoload.
5313         (message-remove-header, message-narrow-to-headers-or-head)
5314         (message-subscribed-p, message-make-mail-followup-to)
5315         (message-position-on-field, message-news-p)
5316         (message-options-set-recipient, message-generate-headers)
5317         (message-sort-headers): Declare as functions.
5318
5319 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5322         convention in doc string.
5323
5324 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5327         title to html parts.
5328         (gnus-article-browse-html-article): Pass message header to it.
5329
5330         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5331
5332 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5333
5334         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5335         or password compatible with XEmacs.
5336
5337 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5340         format document.
5341         (gnus-mime-delete-part): Don't write description line if empty.
5342         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5343
5344 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5345
5346         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5347         (gnus-summary-mark-read-and-unread-as-read)
5348         (gnus-summary-mark-current-read-and-unread-as-read)
5349         (gnus-summary-mark-unread-as-ticked): Doc fix.
5350         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5351
5352 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5355         Christoph Conrad <christoph.conrad@gmx.de>.
5356
5357 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5358
5359         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5360         yes-or-no-p.
5361
5362 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * mm-decode.el (mm-add-meta-html-tag): New function.
5365         (mm-save-part-to-file, mm-pipe-part): Use it.
5366
5367         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5368         gnus-y-or-n-p instead of y-or-n-p.
5369         (gnus-article-browse-html-parts): Work with message/external-body; use
5370         mm-add-meta-html-tag.
5371
5372 2007-12-11  Glenn Morris  <rgm@gnu.org>
5373
5374         * gnus-cache.el: Require gnus-sum not just when compiling.
5375
5376         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5377
5378         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5379         definitions before use.
5380
5381         * mm-decode.el: Require gnus-util.
5382         (mm-remove-part): Only call delete-annotation on XEmacs.
5383
5384         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5385
5386         * nnmail.el: Require gnus-int.
5387
5388         * spam.el: Move `require's before `eval-when-compile's.
5389
5390         * gnus-ems.el (gnus-alive-p):
5391         * gnus-fun.el (message-goto-eoh):
5392         * gnus-util.el (gnus-group-name-decode):
5393         * mail-source.el (gnus-compress-sequence):
5394         * message.el (Info-goto-node, format-spec):
5395         * mm-bodies.el (message-options-get):
5396         * mm-decode.el (mm-view-pkcs7):
5397         * mm-util.el (gmm-write-region):
5398         * mml-smime.el (mml-compute-boundary)
5399         (gnus-completing-read-with-default):
5400         * mml.el (widget-button-press, gnus-make-hashtable):
5401         * mml1991.el (mm-decode-content-transfer-encoding)
5402         (mm-encode-content-transfer-encoding)
5403         (message-options-get, message-options-set):
5404         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5405         * nnfolder.el (gnus-request-group):
5406         * nnheader.el (ietf-drums-unfold-fws):
5407         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5408         * smime.el (gnus-run-mode-hooks):
5409         * spam-stat.el (gnus-message): Autoload.
5410
5411         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5412         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5413         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5414         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5415         Add declare-function compatibility definition.
5416
5417         * gnus-cache.el (nnvirtual-find-group-art):
5418         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5419         (gnus-add-image, gnus-add-wash-type):
5420         * gnus-group.el (nnkiboze-score-file):
5421         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5422         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5423         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5424         (message-tokenize-header, gnus-get-buffer-create)
5425         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5426         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5427         * gnus.el (gnus-group-decoded-name):
5428         * mail-source.el (imap-capability):
5429         * mm-bodies.el (message-options-set):
5430         * mm-decode.el (gnus-configure-windows):
5431         * mm-extern.el (message-goto-body):
5432         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5433         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5434         (epg-sub-key-validity, message-options-set):
5435         * mml.el (widget-event-point, gnus-configure-windows):
5436         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5437         * mml2015.el (epg-check-configuration, epg-configuration)
5438         (message-options-set):
5439         * nndb.el (nndb-request-article):
5440         * nnfolder.el (gnus-request-create-group):
5441         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5442         * nnmaildir.el (gnus-group-mark-article-read):
5443         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5444         * rfc1843.el (message-fetch-field):
5445         * spam.el (gnus-extract-address-components):
5446         Declare as functions.
5447
5448 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5451
5452         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5453
5454         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5455         bind show-trailing-whitespace for XEmacs.
5456
5457 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5460         new no-op macro for backward compatibility.
5461
5462         * imap.el (imap-string-to-integer): New function.
5463
5464 2007-12-09  Glenn Morris  <rgm@gnu.org>
5465
5466         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5467
5468         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5469         * message.el, mm-view.el, sieve-manage.el, smime.el:
5470         Add declare-function compatibility definition.
5471
5472         * gnus-art.el (w3-region, w3m-region, Info-menu):
5473         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5474         * gnus-sum.el (gnus-get-predicate):
5475         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5476         * message.el (mail-abbrev-in-expansion-header-p):
5477         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5478         (w3m-detect-meta-charset, w3m-region):
5479         * sieve-manage.el (password-read, password-cache-add)
5480         (password-cache-remove):
5481         * smime.el (password-read-and-add): Declare as functions.
5482
5483 2007-12-08  David Kastrup  <dak@gnu.org>
5484
5485         * gnus-sum.el (gnus-summary-simplify-subject-query):
5486         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5487         `message'.
5488
5489 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5492         it to bind idna-program, installation-directory, defined-colors, and
5493         face-attribute for XEmacs of the version that compiles defcustom forms.
5494
5495 2007-12-07  Glenn Morris  <rgm@gnu.org>
5496
5497         * gnus-art.el (article-make-date-line): Revert previous change.
5498
5499 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5502
5503 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5504
5505         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5506         Call gnus-add-to-range ranges only once with a prepared article-list.
5507
5508 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5509
5510         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5511         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5512         group names with backslashes.  Reported by Tassilo Horn
5513         <tassilo@member.fsf.org>.
5514
5515 2007-12-06  Deepak Goel  <deego3@gmail.com>
5516
5517         * gnus-art.el (article-make-date-line):
5518         * gnus-start.el (gnus-load):
5519         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5520
5521 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-art.el (gnus-use-idna)
5524         * gnus-start.el (gnus-site-init-file)
5525         * message.el (message-use-idna)
5526         * mm-uu.el (mm-uu-hide-markers)
5527         * smiley.el (smiley-style): Revert changes that suppress warnings.
5528
5529 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5532         specify charset to html source.  Reported by Christoph Conrad
5533         <christoph.conrad@gmx.de>.
5534
5535 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5538         idna-program in order to suppress byte compile warning issued by XEmacs
5539         that came to byte compile the default value section of defcustom forms
5540         recently.
5541
5542         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5543         value of installation-directory.
5544
5545         * message.el (message-use-idna): Don't directly refer to the value of
5546         idna-program.
5547
5548         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5549
5550         * smiley.el (smiley-style): Don't directly call face-attribute.
5551
5552 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5555
5556         * gnus-dired.el: Reduce Gnus dependencies.
5557         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5558         require.  Use autoloads instead.
5559         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5560         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5561         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5562         (gnus-dired-mode): Adjust doc string.
5563         (gnus-dired-mail-mode): New variable.
5564         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5565         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5566         (gnus-dired-mail-buffers): New function.  Return mail or message
5567         composition buffers.
5568         (gnus-dired-attach): Use it.
5569         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5570         NO-DECODE.
5571         (gnus-dired-print): Use `gnus-print-buffer' depending on
5572         `gnus-dired-mail-mode'.
5573
5574 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * rfc2047.el (rfc2047-encoded-word-regexp)
5577         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5578         explaining what regexp patterns are for.
5579
5580 2007-12-04  Glenn Morris  <rgm@gnu.org>
5581
5582         * password.el: Move to password-cache.el.
5583
5584         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5585         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5586         * mml-smime.el (password-read, password-cache-add)
5587         (password-cache-remove):
5588         No need to autoload, since mml-sec requires password.
5589
5590         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5591         * message.el (gnus-extract-address-components):
5592         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5593
5594         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5595         password.
5596
5597 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * mailcap.el: Reduce dependencies.
5600         (mail-header-parse-content-type): Autoload.
5601         (mailcap-delete-duplicates): New alias.
5602         (mailcap-mime-info): Add optional argument NO-DECODE.
5603         (mailcap-mime-types): Use mailcap-delete-duplicates.
5604
5605         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5606
5607 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5608
5609         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5610         (imap-parse-status): Upcase status-att for servers that sends them
5611         lower-case (e.g., MS Exchange 2007).
5612
5613 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5616         function.
5617
5618         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5619         (gnus-uu-yenc-article): New function.
5620
5621         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5622
5623         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5624         buffer.
5625
5626 2007-12-02  Glenn Morris  <rgm@gnu.org>
5627
5628         * binhex.el (binhex): New custom group.
5629         (binhex-decoder-program, binhex-decoder-switches)
5630         (binhex-use-external): Move to the binhex custom group.
5631
5632         * uudecode.el (uudecode): New custom group.
5633         (uudecode-decoder-program, uudecode-decoder-switches)
5634         (uudecode-use-external): Move to the uudecode custom group.
5635
5636         * netrc.el (top-level): Don't load `encrypt' features.
5637         (netrc-parse): Don't use encrypt.
5638         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5639
5640         * encrypt.el: Remove file.
5641
5642 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5645         matches on patches.
5646
5647         * gnus-art.el (gnus-article-browse-html-article): Mention
5648         `mm-text-html-renderer' in the doc string.
5649
5650         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5651         string.  Add comments.
5652
5653         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5654         if rhs is ASCII.
5655
5656 2007-12-01  Glenn Morris  <rgm@gnu.org>
5657
5658         * mail-source.el (top-level): Require format-spec before
5659         eval-when-compile.
5660
5661 2007-11-30  Glenn Morris  <rgm@gnu.org>
5662
5663         * encrypt.el: Require password, rather than autoloading password-read.
5664
5665 2007-11-29  Glenn Morris  <rgm@gnu.org>
5666
5667         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5668         (sasl-make-client, sasl-next-step, sasl-step-data)
5669         (sasl-step-set-data): Declare as functions.
5670
5671 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5674
5675 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5676
5677         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5678         certs should be verified and what is to be done in the event of a
5679         verification failure.
5680
5681         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5682         caller can indicate whether the cache should be disregarded for this
5683         call.  This way the result of the call is reproducible at all times and
5684         can be considered a canonical server name for the supplied method.
5685         (gnus-agent-method-p): Canonicalize server names by pushing their
5686         method through `gnus-method-to-server' using the no-cache argument.
5687
5688         * gnus-srvr.el (gnus-server-insert-server-line): Call
5689         `gnus-method-to-server' with `no-cache' argument.
5690
5691         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5692         gnus-agent-possibly-synchronize-flags as this should be called when the
5693         server is actually being opened.
5694         (gnus-agent-possibly-synchronize-flags)
5695         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5696         flags file of an agentized server to the latter function.
5697
5698         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5699         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5700         after a connection has been established successfully.
5701
5702 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (article-display-face): Force to display face if called
5705         interactively; check if gnus-article-x-face-too-ugly matches author.
5706         (article-display-x-face): Display face even if From header is missing
5707         as article-display-face does.
5708
5709 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5710
5711         * hashcash.el (message-narrow-to-headers-or-head)
5712         (message-fetch-field, message-goto-eoh)
5713         (message-narrow-to-headers): Declare as functions.
5714
5715 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * mail-source.el (mail-sources): Default to fetch from file for
5718         compatibility with default of nnmail-spool-file.
5719
5720 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5723         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5724         to look for encoded word that should be encoded again.
5725         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5726         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5727         encoding pattern.
5728         (rfc2047-decode-region): Switch strict regexp and loose one according
5729         to rfc2047-allow-irregular-q-encoded-words.
5730
5731 2007-11-25  Romain Francoise  <romain@orebokech.com>
5732
5733         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5734
5735 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * tls.el (tls-program): Provide more custom choices from
5738         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5739         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5740
5741 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5744         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5745
5746         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5747         `nnmail-spool-file'.
5748
5749         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5750         `nnmail-spool-file'.
5751
5752         * gnus-move.el (gnus-change-server): Ditto.
5753
5754         * gnus-kill.el (gnus-batch-score): Ditto.
5755
5756         * gnus-cache.el (gnus-jog-cache): Ditto.
5757
5758         * gnus-msg.el (gnus-summary-reply):
5759         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5760
5761 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5764         version.  Minor improvement to doc strings.
5765         (tls-program): Add comment.
5766
5767 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5768
5769         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5770         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5771         mismatch between the hostname provided in the certificate and the name
5772         of the host connnecting to.
5773         (open-tls-stream): Use them.  Check certificates against trusted root
5774         certificates.
5775
5776 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * gnus-cache.el (gnus-cache-generate-nov-databases):
5779         Use nnml-generate-nov-databases-directory instead of
5780         nnml-generate-nov-databases-1.
5781
5782 2007-11-24  Glenn Morris  <rgm@gnu.org>
5783
5784         * message.el (message-tool-bar-retro): Update for rename
5785         mail_send.xpm->mail-send.xpm.
5786
5787 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5790         `smime-ldap-search' for Emacs 22 and up.
5791
5792 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5793
5794         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5795
5796         * message.el (message-send-mail-function): Fix error convention.
5797         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5798         (message-widen-reply, message-send-mail, message-talkative-question)
5799         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5800         (message-clone-locals, message-send-news): Use with-current-buffer.
5801         (message-insert-or-toggle-importance): Remove unused var `valid'.
5802         (message-make-references): Remove unused var `new-references'.
5803         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5804
5805 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5806
5807         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5808         (spam-split-symbolic-return-positive): Reflow docstring.
5809         (spam-backends, spam-summary-exit-behavior)
5810         (spam-mark-ham-unread-before-move-from-spam-group)
5811         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5812         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5813         (spam-clear-cache, spam-backend-check, spam-install-backend)
5814         (spam-install-statistical-backend, spam-list-of-processors)
5815         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5816         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5817         (spam-check-crm114, spam-initialize, spam-unload-hook):
5818         Fix typos in docstrings.
5819
5820 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5823         been checked if they have never been read and those group levels are
5824         higher than the one that a user specified.
5825
5826 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5829         foreign groups unless a group level is specified by a user.
5830         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5831
5832 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * message.el (message-send-mail-function): Require sendmail.
5835
5836 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5837
5838         * message.el (message-send-mail-function): Check for smtpmail too.
5839
5840         * utf7.el (utf7-encode, utf7-decode): Use coding system
5841         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5842
5843         * message.el (message-send-mail-function): New function.
5844         (message-send-mail-function): Set default using
5845         message-send-mail-function.  Adjust doc string.
5846         (message-send-mail-with-mailclient): New function.
5847
5848 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5849
5850         * smime.el (from):
5851         * rfc2047.el (message-posting-charset):
5852         * qp.el (mm-use-ultra-safe-encoding):
5853         * pop3.el (parse-time-months):
5854         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5855         * nnml.el (files):
5856         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5857         (jka-compr-compression-info-list, ange-ftp-path-format)
5858         (efs-path-regexp):
5859         * nndiary.el (files):
5860         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5861         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5862         (epg-digest-algorithm-alist, inhibit-redisplay)
5863         (password-cache-expiry):
5864         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5865         (pgg-output-buffer, password-cache-expiry):
5866         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5867         (efs-path-regexp):
5868         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5869         (inhibit-redisplay):
5870         * mm-uu.el (file-name, start-point, end-point, entry)
5871         (gnus-newsgroup-name, gnus-newsgroup-charset):
5872         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5873         (latin-unity-ucs-list):
5874         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5875         (mm-uu-binhex-decode-function):
5876         * message.el (gnus-message-group-art, gnus-list-identifiers)
5877         (rmail-enable-mime-composing, gnus-local-organization)
5878         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5879         (gnus-read-active-file, facemenu-add-face-function)
5880         (facemenu-remove-face-function, gnus-article-decoded-p)
5881         (tool-bar-mode):
5882         * mail-source.el (display-time-mail-function):
5883         * gnus-util.el (nnmail-pathname-coding-system)
5884         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5885         (gnus-original-article-buffer, gnus-user-agent)
5886         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5887         (xemacs-codename, sxemacs-codename, emacs-program-version):
5888         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5889         * gnus-start.el (gnus-agent-covered-methods)
5890         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5891         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5892         (gnus-newsgroup-headers, gnus-group-list-mode)
5893         (gnus-group-mark-positions, gnus-newsgroup-data)
5894         (gnus-newsgroup-unreads, nnoo-state-alist)
5895         (gnus-current-select-method, mail-sources)
5896         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5897         (nnmail-spool-file, gnus-cache-active-hashtb):
5898         * gnus-mh.el (mh-lib-progs):
5899         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5900         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5901         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5902         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5903         (gnus-group-buffer):
5904         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5905         (font-lock-set-defaults):
5906         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5907         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5908         (gnus-summary-post-menu, total-parts, type, condition, length):
5909         * gnus-agent.el (gnus-agent-read-agentview):
5910         * flow-fill.el (show-trailing-whitespace):
5911         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5912         eval-and-compile wrappers for byte compiler pacifiers.
5913
5914         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5915         (mm-display-inline-fontify): Check for featurep 'xemacs not
5916         extent-list.
5917
5918         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5919         itimer-list.
5920         (mm-create-image-xemacs): Only do something for XEmacs.
5921         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5922
5923         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5924
5925         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5926         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5927
5928 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5929
5930         * nnimap.el (nnimap-split-download-body):
5931         * gnus-demon.el (gnus-demon):
5932         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5933
5934 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5937         macros.
5938         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5939         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5940         copy data from unibyte buffer to multibyte current buffer.
5941         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5942         to copy data from unibyte current buffer to multibyte buffer.
5943         (nntp-make-process-buffer): Make process buffer unibyte.
5944
5945         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5946
5947 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5948
5949         * pop3.el (pop3-open-server): Accept and process data more robustly at
5950         connexion start to avoid spurious "POP SSL connexion failed" errors.
5951
5952 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5955         read group names.
5956
5957 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5960
5961 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5964         (nnmail-save-active): Use a unibyte buffer when saving active file,
5965         which may contain non-ASCII group names.
5966
5967         * nnml.el (nnml-request-group): Decode group names in messages.
5968
5969 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * message.el (message-citation-line-function)
5972         (message-insert-formatted-citation-line): Fix spelling of
5973         `message-insert-formated-citation-line'.
5974
5975 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5976
5977         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5978
5979 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5982         nnmail-pathname-coding-system.
5983
5984         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5985         that a user enters; decode group names in messages.
5986
5987         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5988
5989 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5990
5991         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5992
5993         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5994
5995         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5996         risky local variable.
5997
5998         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5999
6000 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         * encrypt.el: Improve documentation to fix function name typo.
6003         Reported by Daiki Ueno <ueno@unixuser.org>.
6004
6005 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6008         even if the point is not in the last page of an article.
6009         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6010         back to the previous page.
6011
6012 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6015
6016 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6019
6020 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6021
6022         * message.el (message-check-news-body-syntax): Avoid
6023         mm-string-as-multibyte.
6024         (message-hide-headers): Don't assume (point-min)==1.
6025
6026 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * message.el (message-remove-blank-cited-lines): Fix if remove is
6029         given.
6030         (message-bogus-address-regexp): New variable.
6031         (message-bogus-recipient-p): New function.
6032         (message-check-recipients): New command.
6033         (message-syntax-checks): Add `bogus-recipient'.
6034         (message-fix-before-sending): Add `bogus-recipient'.
6035
6036         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6037         (gnus-treat-body-boundary): Don't test window-system.
6038
6039 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6040
6041         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6042
6043 2007-10-28  Miles Bader  <miles@gnu.org>
6044
6045         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6046         at compile-time too.
6047
6048 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * gnus-msg.el (gnus-message-setup-hook): Add
6051         `message-remove-blank-cited-lines' to options.
6052
6053 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6054
6055         * message.el (message-remove-blank-cited-lines): New function.
6056         Suggested by Karl Plästerer.
6057
6058 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6061         mapc.
6062
6063         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6064         (top-level): Use mapc to set functions to be traced for debugging.
6065
6066         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6067         called for effect with while loop.
6068
6069         * message.el (message-talkative-question): Replace mapcar called for
6070         effect with mapc.
6071
6072         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6073         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6074         called for effect with dolist.
6075
6076         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6077
6078         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6079         gnus-extra-headers and nnmail-extra-headers.
6080
6081         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6082         called for effect with dolist.
6083         (top-level): Use mapc to set functions to be traced for debugging.
6084
6085         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6086         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6087         dolist.
6088
6089         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6090         Replace mapcar called for effect with mapc.
6091         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6092         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6093         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6094         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6095
6096         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6097         remove-if that's a cl function.
6098
6099         * webmail.el (webmail-debug): Replace mapcar called for effect with
6100         dolist.
6101
6102         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6103         with mapc.
6104
6105 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6108         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6109         with while loop.
6110
6111         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6112         functions from article-* functions.
6113         (gnus-multi-decode-header): Replace mapcar called for effect with
6114         dolist.
6115
6116         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6117         (gnus-bookmark-show-details): Replace mapcar called for effect with
6118         while loop.
6119
6120         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6121         called for effect with while loop.
6122
6123         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6124         with dolist.
6125
6126         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6127         mapcar called for effect with dolist.
6128
6129         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6130
6131         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6132         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6133         Replace mapcar called for effect with dolist.
6134         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6135         mapc.
6136
6137         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6138         Replace mapcar called for effect with dolist.
6139         (gnus-topic-list): Replace mapcar called for effect with mapc.
6140
6141         * gnus.el: Use mapc instead of mapcar to add autoloads.
6142
6143 2007-10-23  Richard Stallman  <rms@gnu.org>
6144
6145         * gnus-group.el (gnus-group-highlight): Mark as risky.
6146
6147 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus.el (gnus-server-to-method): Return method found first in
6150         gnus-newsrc-alist.
6151
6152         * gnus-art.el (gnus-article-highlight-signature)
6153         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6154         button overlay without the front stickiness.
6155
6156 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6157
6158         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6159         overview buffer needed a catch to receive its throw.
6160         (gnus-agent-flush-cache): Declared as interactive to make this function
6161         easier to use.
6162
6163 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6166         `next-line'.
6167
6168 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6171         exclude address matching message-dont-reply-to-names.
6172
6173 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-util.el (gnus-string<): New function.
6176
6177         * gnus-sum.el (gnus-article-sort-by-author)
6178         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6179
6180 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6183         the frame-focus tag is set in gnus-buffer-configuration.
6184
6185 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6188         the front stickiness.
6189
6190 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6193         url pattern; remove duplicate one.
6194         (gnus-article-extend-url-button): New function.
6195         (gnus-article-add-buttons): Use it.
6196         (gnus-button-push): Use concatenated url that it makes.
6197
6198 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6199
6200         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6201
6202 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6203
6204         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6205         Don't hardcode point-min==1.
6206
6207 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6210         Fix comment about "iso8859-1".
6211
6212 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6213
6214         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6215         ones returned from the verify-function.
6216
6217         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6218         mml2015-extract-cleartext-signature if extraction failed.
6219
6220 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6221
6222         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6223         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6224         failed.
6225
6226 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6229
6230 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6233         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6234         recommends to use EasyPG instead of PGG.
6235
6236         * pgg.el: Revert to revision 6.23.2.16.
6237
6238         * pgg-def.el: Revert to revision 6.6.2.14.
6239
6240         * pgg-gpg.el: Revert to revision 6.23.2.34.
6241
6242 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6245         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6246         thread for both the null and zero (kill/expire thread) universal prefix
6247         cases.
6248         (gnus-summary-expire-thread): Add new function to expire a thread,
6249         using gnus-summary-kill-thread.
6250         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6251         shortcuts for gnus-summary-expire-thread.
6252         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6253         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6254
6255 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6256
6257         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6258         extras value, so an extras entry can be deleted.
6259         (gnus-registry-delete-extra-entry): Use it.
6260         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6261         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6262         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6263         storage through the gnus-registry, and provide an appropriate API for
6264         it.
6265
6266 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6269         Suggested by Leo <sdl.web@gmail.com>.
6270
6271         * gnus.el: Do.
6272
6273 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6276         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6277
6278         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6279
6280         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6281         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6282
6283 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6286         newline.
6287         (nnmbox-request-accept-article): Don't change article in source buffer;
6288         narrow to header to use message-fetch-field rather than
6289         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6290         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6291         as delimiters; make sure article ends with newline.
6292         (nnmbox-delete-mail): Correct last position of article to be deleted;
6293         ignore X-Gnus-Newsgroup header in article body.
6294         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6295         positions; make sure article ends with newline.
6296
6297         * message.el (message-display-abbrev): Don't infloop when a user
6298         inserts SPC in the beginning of header.
6299
6300         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6301         coding-system-for-read and coding-system-for-write for XEmacs having no
6302         file-coding feature.
6303
6304         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6305
6306 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6307
6308         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6309         list of groups not followed by default.  Fix type to be regexp.
6310         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6311
6312 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6313
6314         * hmac-def.el (define-hmac-function): Switch from old-style to
6315         new-style backquotes.
6316
6317         * md4.el (md4-make-step): Likewise.
6318
6319 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6322         raw-text coding system when saving .newsrc file, which may contain
6323         non-ASCII group names.
6324
6325 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-cus.el (gnus-score-extra): New widget.
6328         (gnus-score-extra-convert): New function.
6329         (gnus-score-customize): Use it for Extra.
6330
6331 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6332
6333         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6334         (mml2015-mailcrypt-clear-verify): Use it.
6335         (mml2015-gpg-clear-verify): Use it.
6336         (mml2015-pgg-clear-verify): Use it.
6337         (mml2015-epg-clear-verify): Replace the current part with the output
6338         from GnuPG; don't extract the plaintext by itself.
6339
6340         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6341         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6342         mml2015-clear-verify-function; don't touch the armor headers or
6343         dash-escaped text here.
6344
6345 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6348         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6349         parts, or application/octet-stream as a last resort.
6350         (gnus-mime-view-part-as-type): Don't toggle display.
6351         (gnus-mime-view-part-as-charset): Don't turn off display before
6352         querying charset.
6353
6354         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6355         stuff to undisplayer function in Emacs.
6356         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6357
6358         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6359         text/calendar parts.
6360
6361 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6364         decoding text/calendar parts.
6365
6366         * message.el (message-forward-make-body-mime): Always mark body as
6367         having no illegible text; remove signed-or-encrypted argument.
6368         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6369
6370         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6371         (mml-generate-mime-1): Don't encode body if it is specified to be in
6372         raw form; don't make buffer be unibyte when inserting multibyte string.
6373
6374 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6375
6376         * sha1.el: Fix up comment style.
6377         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6378         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6379
6380         * hex-util.el: Fix up comment style.
6381         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6382
6383         * gnus-salt.el: Use with-current-buffer.
6384         (gnus-pick-setup-message): Fix long-standing typo.
6385
6386 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * imap.el (imap-logout-timeout): New variable.
6389         (imap-logout, imap-logout-wait): New functions.
6390         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6391
6392         * nnimap.el (nnimap-logout-timeout): New server variable.
6393         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6394         nnimap-logout-timeout.
6395
6396         * gnus-art.el (gnus-article-summary-command-nosave)
6397         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6398
6399 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus.el (gnus-maximum-newsgroup): New variable.
6402
6403         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6404         according to gnus-maximum-newsgroup.
6405
6406         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6407         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6408         Limit the range of articles according to gnus-maximum-newsgroup.
6409
6410 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6411
6412         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6413         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6414         Don't perform gnus-configure-windows here; reuse existing sticky
6415         article buffer.
6416
6417         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6418         it doesn't exist in gnus-article-mode.
6419
6420 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6423         (gnus-agent-decoded-group-name): New function.
6424         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6425         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6426
6427 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6428
6429         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6430         Add binding for gnus-sticky-article.
6431         (gnus-summary-exit): Don't kill sticky article buffers.
6432
6433         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6434         article buffer.
6435         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6436         (gnus-kill-sticky-article-buffers): New commands.
6437
6438 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * nntp.el (nntp-xref-number-is-evil): New server variable.
6441         (nntp-find-group-and-number): If it is non-nil, don't trust article
6442         numbers in the Xref header.
6443
6444 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-agent.el (gnus-agent-read-group): New function.
6447         (gnus-agent-flush-group, gnus-agent-expire-group)
6448         (gnus-agent-regenerate-group): Use it.
6449         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6450         nnmail-pathname-coding-system.
6451
6452 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6455
6456         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6457         that are unread as unread, and also as selected so that information of
6458         marks having been changed by a user may be updated when exiting group.
6459
6460 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6463         calculated ignoring signature parts to gnus-treat-article.
6464
6465 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6468         a point here in order to keep the window start.
6469         (gnus-insert-mime-security-button): Make a button overlay without the
6470         front stickiness.
6471         (gnus-mime-display-security): Goto the end of a button.
6472
6473         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6474
6475 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6478         group-name-at-point.
6479         (gnus-group-completing-read): New function that offers decoded
6480         non-ASCII group names for completion.
6481         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6482         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6483         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6484         (gnus-group-fetch-control): Use it.
6485         (gnus-fetch-group): Use group-name-at-point for the initial value
6486         rather than the default value; use gnus-alive-p.
6487
6488         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6489         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6490         (gnus-summary-post-news): Use gnus-group-completing-read.
6491
6492         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6493         (gnus-read-move-group-name): Decode group name for completion.
6494
6495 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6496
6497         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6498         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6499         Yamaoka slightly modified the code).
6500
6501 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6504         (nnmail-split-incoming): Bind it.
6505
6506         * nnml.el (nnml-group-name-charset): New function.
6507         (nnml-decoded-group-name): Use it; don't decode group name if
6508         nnmail-group-names-not-encoded-p is non-nil.
6509         (nnml-encoded-group-name): New function.
6510         (nnml-group-pathname): Inline nnml-decoded-group-name.
6511         (nnml-request-expire-articles): Decode group name in message.
6512         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6513         nnmail-pathname-coding-system.
6514         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6515         not decoded ones according to nnmail-group-names-not-encoded-p.
6516         (nnml-generate-active-info): Use nnml-encoded-group-name.
6517
6518 2007-08-08  Glenn Morris  <rgm@gnu.org>
6519
6520         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6521         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6522         doc-strings and comments.
6523
6524 2007-07-25  Glenn Morris  <rgm@gnu.org>
6525
6526         * Relicense all FSF files to GPLv3 or later.
6527
6528 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-sum.el (gnus-summary-move-article): Make
6531         gnus-summary-respool-article work.
6532
6533 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6536         string.
6537
6538 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6539
6540         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6541         that should be ignored when comparing distant RSS articles with local
6542         ones.
6543         (nnrss-make-hash-index): New function.  Create a hash index according
6544         to the ignored fields.
6545         (nnrss-check-group): Use it.
6546
6547 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6550
6551         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6552
6553         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6554         the new optional argument ENCODED is non-nil.
6555         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6556         coding system for encoding group name.
6557         (gnus-group-make-rss-group): Pass un-encoded group name to
6558         gnus-group-make-group.
6559         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6560         encoded.
6561
6562         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6563         Encode group name to which articles are moved or copied.
6564         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6565         coding system for encoding Newsgroup, Followup-To and Xref headers.
6566
6567         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6568         marks; use nnheader-file-coding-system to write a file.
6569         (nnagent-retrieve-headers): Bind file-name-coding-system to
6570         nnmail-pathname-coding-system.
6571
6572         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6573
6574         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6575         (nnml-request-article, nnml-request-create-group)
6576         (nnml-request-rename-group, nnml-find-id)
6577         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6578         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6579         (nnml-save-marks): Use nnml-group-pathname instead of
6580         nnmail-group-pathname.
6581
6582         (nnml-request-create-group, nnml-request-expire-articles)
6583         (nnml-request-move-article, nnml-request-delete-group)
6584         (nnml-deletable-article-p, nnml-possibly-create-directory)
6585         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6586         (nnml-open-marks): Bind file-name-coding-system to
6587         nnmail-pathname-coding-system.
6588
6589         (nnml-request-article): Pass server argument to nnml-find-group-number.
6590         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6591         server argument to nnml-possibly-create-directory.
6592         (nnml-request-accept-article): Pass server argument to
6593         nnml-active-number and nnml-save-mail.
6594         (nnml-find-group-number): Pass server argument to nnml-find-id.
6595         (nnml-request-update-info): Pass server argument to
6596         nnml-marks-changed-p.
6597
6598         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6599         (nnml-save-mail, nnml-active-number): Add server argument.
6600
6601         (nnml-request-delete-group): Warn if group is missing.
6602         (nnml-get-nov-buffer): Decode group name.
6603         (nnml-generate-active-info): Encode group name.
6604         (nnml-open-marks): Decode group name in messages.
6605
6606 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6609         if it is not specified.
6610         (gnus-article-pipe-part, gnus-article-save-part)
6611         (gnus-article-interactively-view-part, gnus-article-copy-part)
6612         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6613         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6614         (gnus-article-replace-part, gnus-article-delete-part)
6615         (gnus-article-view-part-as-type): Pass raw prefix argument to
6616         gnus-article-part-wrapper.
6617
6618 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-agent.el (gnus-agent-save-active): Bind
6621         nnheader-file-coding-system to gnus-agent-file-coding-system.
6622
6623         * gnus-cache.el (gnus-cache-save-buffers)
6624         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6625         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6626         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6627         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6628         (gnus-cache-generate-active, gnus-cache-rename-group)
6629         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6630         (gnus-cache-update-overview-total-fetched-for): Bind
6631         file-name-coding-system to nnmail-pathname-coding-system.
6632         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6633         variables.
6634         (gnus-cache-decoded-group-name): New function.
6635         (gnus-cache-file-name): Use it.
6636         (gnus-cache-generate-active): Use non-decoded group name for active.
6637
6638         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6639         right place.
6640         (gnus-write-active-file): Don't break non-ASCII group names.
6641
6642         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6643         nnmail-pathname-coding-system.
6644
6645         * lpath.el: Bind default-file-name-coding-system,
6646         file-name-coding-system and language-info-alist for XEmacs.
6647
6648         * gnus-uu.el (gnus-uu-decode-save): Typo.
6649
6650 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6653
6654 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6657         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6658         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6659         (gnus-agent-flush-group, gnus-agent-flush-cache)
6660         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6661         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6662         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6663         (gnus-agent-regenerate-group)
6664         (gnus-agent-update-files-total-fetched-for)
6665         (gnus-agent-update-view-total-fetched-for): Bind
6666         file-name-coding-system to nnmail-pathname-coding-system.
6667         (gnus-agent-group-pathname): Don't encode file names by
6668         nnmail-pathname-coding-system.
6669         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6670         coding-system-for-write instead of buffer-file-coding-system to
6671         gnus-agent-file-coding-system.
6672
6673         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6674         Decode group name.
6675
6676         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6677
6678         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6679         (gnus-read-newsrc-el-file): Make group names unibyte.
6680
6681         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6682         nnmail-pathname-coding-system.
6683
6684         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6685         (nnrss-request-delete-group): Bind file-name-coding-system to
6686         nnmail-pathname-coding-system.
6687         (nnrss-read-server-data, nnrss-read-group-data): Bind
6688         file-name-coding-system correctly.
6689         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6690
6691         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6692         (nntp-server-to-method-cache): New variable.
6693         (nntp-group-pathname): New function that decodes non-ASCII group names.
6694         (nntp-possibly-create-directory, nntp-marks-changed-p)
6695         (nntp-save-marks, nntp-open-marks): Use it.
6696         (nntp-possibly-create-directory, nntp-open-marks):
6697         Bind file-name-coding-system to nnmail-pathname-coding-system.
6698         (nntp-open-marks): Decode group names when bootstrapping marks.
6699
6700         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6701         Newsgroups and Folowup-To headers.
6702
6703 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6706         (gnus-server-closed-face, gnus-server-denied-face)
6707         (gnus-server-offline-face): Remove variable.
6708         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6709
6710         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6711         of modifying message-stack directly for XEmacs.
6712
6713         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6714         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6715         if the coding-system argument is nil for XEmacs.
6716
6717         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6718         mm-charset-override-alist.
6719
6720         * rfc2047.el: Don't require base64; require rfc2045 for the function
6721         rfc2045-encode-string.
6722         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6723         to quote the parameter value.
6724
6725 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6728         form in gnus-group-name-charset-method-alist.
6729
6730         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6731         overrides the default layout edit-form.
6732
6733         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6734
6735         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6736
6737 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6740         as unfetched articles.
6741
6742 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6745
6746 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6749         original back end that keeps marks in the local system.
6750
6751 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6754         arg of pop-to-buffer for XEmacs.
6755         (gnus-article-read-summary-keys): Ditto; don't restore window
6756         configuration if summary command ends up with neither article buffer
6757         nor summary buffer; describe bindings if summary keys end with C-h.
6758
6759 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * message.el (message-fix-before-sending): Skip raw message part to be
6762         forwarded while checking illegible text.
6763         (message-forward-make-body-mime, message-forward-make-body): Mark
6764         signed or encrypted raw message as having no illegible text.
6765
6766 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6769         (gnus-message-with-timestamp-1): New macro.
6770         (gnus-message-with-timestamp): New function.
6771         (gnus-message): Use them.
6772
6773         * nnheader.el (nnheader-message): Use them.
6774
6775 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6778         .newsrc.eld file.
6779
6780 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-agent.el (gnus-agent-fetch-headers)
6783         (gnus-agent-retrieve-headers): Bind
6784         gnus-decode-encoded-address-function to identity.
6785
6786         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6787         available also when the server returns simply a dot.
6788
6789         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6790
6791 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6794
6795 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-ems.el (gnus-x-splash): Make it work.
6798
6799         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6800         from being used.
6801
6802         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6803
6804 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6807         4th and the 5th arguments.
6808
6809         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6810         the front stickiness.
6811         (gnus-article-summary-command-nosave): Correct the order of the
6812         arguments passed to pop-to-buffer.
6813         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6814         summary command ends up with the article buffer.
6815
6816         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6817         the same faces.
6818
6819 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6820
6821         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6822
6823 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6824
6825         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6826         * gnus-sum.el (gnus-summary-highlight):
6827         * pgg.el (pgg-sign-region, pgg-sign):
6828         * mail-source.el (mail-source-delete-old-incoming-confirm):
6829         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6830
6831 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-art.el (gnus-mime-view-part-externally)
6834         (gnus-mime-view-part-internally): Fix predicate function passed to
6835         completing-read.
6836
6837         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6838
6839         * gnus.el (gnus-update-message-archive-method): Add :version.
6840
6841 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus.el (gnus-update-message-archive-method): New variable.
6844
6845         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6846         according to gnus-message-archive-method if
6847         gnus-update-message-archive-method is non-nil.
6848
6849 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6852         by Loic Dachary <loic@dachary.org>.
6853         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6854
6855 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * message.el (message-pop-to-buffer): Add switch-function argument.
6858         (message-mail): Pass switch-function argument to it.
6859
6860 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6863         Improve doc string.
6864
6865 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6868         (gnus-header-content)
6869         * gnus-cite.el (gnus-cite-10)
6870         * gnus-srvr.el (gnus-server-closed)
6871         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6872         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6873         (gnus-group-mail-3-empty, gnus-group-mail-low)
6874         (gnus-group-mail-low-empty, gnus-splash)
6875         * message.el (message-header-to, message-header-cc)
6876         (message-header-subject, message-header-other, message-header-name)
6877         (message-header-xheader, message-separator, message-cited-text)
6878         (message-mml): Lighten colors of faces used for dark background.
6879
6880 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6881
6882         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6883         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6884
6885 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * message.el (message-narrow-to-headers-or-head):
6888         Ignore mail-header-separator in the body.
6889
6890 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6893         same as window size.
6894
6895 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6896
6897         * message.el (message-font-lock-keywords): Use message-header-xheader
6898         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6899         ahead of the anything pattern, to get it recognised.
6900
6901 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6904         spam.el loads uses it in the compiled defadvice form.
6905
6906 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6907
6908         * gnus-sum.el (gnus-articles-to-read)
6909         (gnus-summary-insert-old-articles): Don't truncate group name for
6910         `read-string'.
6911
6912         * gnus-util.el (gnus-limit-string): Delete this function.
6913
6914         * gnus-sum.el (gnus-simplify-subject-fully): Use
6915         `truncate-string-to-width' instead.
6916
6917 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6918
6919         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6920         if, on summary exit, the next group has to be selected.
6921         (gnus-summary-exit): Use it.
6922
6923 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6926         non-break space.
6927
6928 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6931         Check if group is not a directory.
6932         (nnfolder-request-expire-articles): Don't delete articles if the target
6933         group is not available.
6934
6935         * nnml.el (nnml-request-create-group): Properly check if group is not a
6936         file.
6937         (nnml-request-expire-articles): Don't delete articles if the target
6938         group is not available.
6939
6940         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6941         Don't quote characters that are within parentheses.
6942
6943 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6946         (gnus-handle-ephemeral-exit): Select article according to it.
6947
6948 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * message.el (message-insert-formated-citation-line): Remove newline.
6951         (message-citation-line-format): Add final \n here so that the user can
6952         avoid a blank line.
6953
6954 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6955
6956         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6957         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6958         Update lanl/arXiv support.
6959
6960 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * gnus.el: Bump version number.
6963
6964 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * gnus.el (gnus-version-number): Bump version.
6967
6968 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6969
6970         * gnus.el: No Gnus v0.6 is released.
6971
6972 2007-04-27  Didier Verna  <didier@xemacs.org>
6973
6974         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6975         * gmm-utils.el (gmm-regexp-concat): here.
6976         * message.el: Don't require 'gnus-util.
6977         (message-dont-reply-to-names): Handle name change above.
6978         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6979
6980 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6983         since the initial value varies according to the system.
6984
6985 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6988
6989 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6990
6991         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6992
6993 2007-04-24  Didier Verna  <didier@xemacs.org>
6994
6995         Improve the type of gnus-ignored-from-addresses.
6996         * gnus-util.el (gnus-orify-regexp): New function.
6997         * message.el (gnus-util): Require it.
6998         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6999         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7000         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7001
7002 2007-04-24  Didier Verna  <didier@xemacs.org>
7003
7004         * gnus-sum.el:
7005         * gnus-utils.el: Fix some trailing whitespaces.
7006
7007 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7010         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7011         article's Message-ID; refer parent article in summary buffer.
7012
7013         * message.el (message-bounce): Call mime-to-mml.
7014
7015         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7016         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7017         optimize and/or forms properly.
7018
7019 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7022         URL.
7023
7024 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7027
7028 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7031         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7032         displayed of multipart/alternative part if it is invoked from summary
7033         buffer.
7034
7035         * mm-view.el (mm-inline-text-html-render-with-w3m)
7036         (mm-inline-text-html-render-with-w3m-standalone)
7037         (mm-inline-render-with-function): Use mail-parse-charset by default.
7038
7039 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7040
7041         * parse-time.el (parse-time-string-chars): Check if CHAR
7042         is less than the length of parse-time-syntax.
7043
7044 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7047         from gnus-newsgroup-processable.
7048
7049 2007-04-16  Didier Verna  <didier@xemacs.org>
7050
7051         * gnus-msg.el (gnus-configure-posting-styles): Handle
7052         message-signature-directory properly with :file syntax.  Reported by
7053         "Leo".
7054
7055 2007-04-11  Didier Verna  <didier@xemacs.org>
7056
7057         New user option: message-signature-directory.
7058         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7059         * message.el (message-insert-signature): Ditto.
7060         * message.el (message-signature-file): Doc update.
7061         * message.el (message-signature-directory): New.
7062
7063 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-msg.el (gnus-inews-yank-articles): Use
7066         message-exchange-point-and-mark instead of exchange-point-and-mark.
7067
7068 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * message.el (message-yank-original): Make sure cited text ends with
7071         newline; don't exchange point and mark.
7072
7073 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7074
7075         * tls.el (open-tls-stream): Properly handle case where there
7076         is no associated buffer.
7077
7078 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7079
7080         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7081         message-yank-original, make sure (< mark TEXT point).
7082
7083 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * message.el (message-fill-column): New variable.
7086         (message-mode): Use it.  Add comment on a possible new hook.
7087
7088         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7089         (nnmail-get-new-mail): Reformat.
7090
7091         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7092
7093         * gmm-utils.el: Fix Commentary.
7094         (gmm-tool-bar-from-list): Fix typo in doc string.
7095
7096 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7097
7098         * message.el (message-yank-original): Don't switch point and mark
7099         unnecessarily to put point and mark as documented.
7100
7101 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7104         from the message heads.
7105
7106 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7107
7108         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7109         article buffer does not have a window.  This may not be the best
7110         solution but is certainly better than setting the start of the null,
7111         that is the current, window.
7112
7113 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7116         (gnus-draft-setup): Run it.
7117
7118         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7119         gnus-score-fast-scoring.  Allow regexp.
7120         (gnus-score-headers): Use it.
7121
7122         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7123         XEmacs.
7124
7125         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7126         string.
7127         (gnus-button-alist): Also catch `<f1> k ...'.
7128         (gnus-treat-display-x-face): Fix doc string.
7129
7130 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7131
7132         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7133         evaluation of gnus-extended-version to ensure correct generation of the
7134         User-Agent header when message-generate-headers-first is used.
7135
7136 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7137
7138         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7139         hashcash-path is nil.  Don't call callback with incorrect number of
7140         parameters if val is 0.
7141
7142 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7143
7144         * message.el (message-required-news-headers):
7145         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7146
7147 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7148
7149         * tls.el (open-tls-stream): In handshake-waiting loop,
7150         don't wait more if there is output available to process.
7151
7152 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7153
7154         * tls.el (tls-program): Doc fix.
7155
7156 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * message.el (message-generate-new-buffers): Change the meaning of the
7159         nil value; add `standard' to the choices; treat t as `unique'; improve
7160         doc string.
7161         (gnus-select-frame-set-input-focus): Autoload.
7162         (message-buffer-name): Search for the existing message buffer if
7163         message-generate-new-buffers is nil or `standard'; treat the value t of
7164         message-generate-new-buffers as `unique'.
7165         (message-pop-to-buffer): Raise the frame already displaying the message
7166         buffer; clear the echo area after querying.
7167         (message-setup): Pass the `continue' argument to compose-mail.
7168         (message-mail): Prefer `switch-function' if it is given; search for the
7169         existing message buffer if the `continue' argument is non-nil; pass
7170         continue and switch-function arguments to compose-mail by way of
7171         message-setup.
7172         (message-mail-other-window): Adjust argument of message-setup.
7173         (message-mail-other-frame): Ditto.
7174
7175 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7178         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7179         to turn font-lock on when turning gnus-message-citation-mode on.
7180
7181 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7182
7183         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7184         (mml-smime-function-alist): New variable; add epg as the backend.
7185         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7186         mml-smime- functions instead.
7187         * mm-view.el: Require smime.
7188
7189 2007-03-05  Didier Verna  <didier@xemacs.org>
7190
7191         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7192         instead of just inheritance for posting styles.
7193         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7194
7195 2007-02-24  Chris Moore  <dooglus@gmail.com>
7196
7197         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7198         * pgg-pgp.el (pgg-pgp-encrypt-region):
7199         * pgg-gpg.el (pgg-gpg-encrypt-region):
7200         Check pgg-encrypt-for-me if no other recipients.
7201
7202 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7203
7204         * tls.el (tls-certtool-program): Fix custom type.
7205
7206 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7209         and point-at-eol instead of line-(beginning|end)-position.
7210
7211         * assistant.el (assistant-parse-buffer): Ditto.
7212
7213         * netrc.el (netrc-parse-services): Ditto.
7214
7215 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7216
7217         * mml2015.el (mml2015-epg-find-usable-key): New function.
7218         (mml2015-epg-sign): Use it.
7219         (mml2015-epg-encrypt): Use it.
7220
7221 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * message.el (message-make-in-reply-to): Quote name containing
7224         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7225         if there are special characters.  Reported by NAKAJI Hiroyuki
7226         <nakaji@jp.freebsd.org>.
7227
7228 2007-02-27  Didier Verna  <didier@xemacs.org>
7229
7230         Include the group parameters as well as the topic ones in the
7231         inheritance filter process.
7232         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7233         argument GROUP-PARAMS-LIST.
7234         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7235
7236 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * nntp.el (nntp-never-echoes-commands)
7239         (nntp-open-connection-functions-never-echo-commands): New variables.
7240         (nntp-send-command): Use them.
7241
7242 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7243
7244         * mml2015.el (mml2015-epg-verify): Simplified.
7245
7246 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * mml.el (mml-content-disposition-alist): New user option.
7249         (mml-content-disposition): New function.
7250         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7251         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7252
7253 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7254
7255         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7256         verification.
7257
7258 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7259
7260         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7261         articles posted in the last 24 hours.
7262
7263 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7264
7265         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7266
7267 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7268
7269         * nntp.el (nntp-send-command): Don't wait for echoes when
7270         nntp-open-ssl-stream is used.
7271
7272 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7275         (gnus-message-add-citation-keywords)
7276         (gnus-message-remove-citation-keywords): Remove.
7277         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7278         directly, make the variables in font-lock-defaults buffer-local, add
7279         gnus-message-citation-keywords to them and then update the value of
7280         font-lock-keywords.
7281
7282 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * message.el (message-cite-original-1): Don't call
7285         gnus-article-highlight-citation.
7286
7287         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7288         citations; fix line count.
7289
7290 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7293         (gnus-message-add-citation-keywords)
7294         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7295         versions of font-lock-add-keywords and font-lock-remove-keywords to
7296         work with XEmacs correctly.
7297
7298 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-cite.el (gnus-cite-face-list): Set the values of
7301         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7302         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7303         (gnus-message-cite-prefix-regexp): New variable.
7304         (gnus-message-search-citation-line): Use it; protect against long
7305         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7306         the 0th match data for Emacs.
7307         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7308         (gnus-message-add-citation-keywords): Append keywords rather than
7309         prepending; emulate font-lock-add-keywords if it is not available.
7310         (gnus-message-remove-citation-keywords): Emulate
7311         font-lock-remove-keywords if it is not available.
7312
7313         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7314
7315         * message.el (message-cite-prefix-regexp): Set the value of
7316         gnus-message-cite-prefix-regexp.
7317
7318 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7319
7320         * nnweb.el (nnweb-google-parse-1): Update parser.
7321
7322 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7323
7324         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7325
7326 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7327
7328         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7329         regexp.
7330
7331 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7334         string-to-multibyte.
7335         (uudecode-decode-region-internal): Use it.
7336
7337         * lpath.el: Fbind string-as-multibyte for XEmacs.
7338
7339 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7342         custom choice.
7343
7344         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7345
7346 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7347
7348         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7349
7350         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7351         `write-region' to respect `mm-inhibit-file-name-handlers'.
7352
7353 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7356         Use gnus-home-directory instead of "~/" or "$HOME".
7357
7358 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7361         to mention filename.
7362         Add comments at beginning regarding usage.
7363         (encrypt-write-file-contents): Change interactive so a string is
7364         acceptable.  If the file has no associated model, show an error instead
7365         of a nonsense prompt.
7366
7367 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7368
7369         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7370         Thanks to Yoshihiko Yamada for kind notification of this typo.
7371
7372 2007-01-12  Kenichi Handa  <handa@m17n.org>
7373
7374         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7375         multibyte buffer.
7376
7377 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * gnus-score.el (gnus-score-fast-scoring): New variable.
7380         (gnus-score-headers): Use it.
7381
7382         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7383
7384         * message.el (message-cite-original-1): Call
7385         gnus-article-highlight-citation if requested.
7386         (message-make-from): Allow name and address as optional arguments.
7387
7388         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7389
7390         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7391         bugs to doc string.
7392         (gnus-button-alist): Add mid\\|message-id.
7393         (gnus-button-fetch-group): Extend for use in
7394         `browse-url-browser-function'.
7395         (gnus-button-url-regexp): Try to catch paired parentheses like in
7396         Wikipedia URLs.
7397
7398         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7399         Suggested by Simon Krahnke <overlord@gmx.li>.
7400
7401 2007-01-13  Romain Francoise  <romain@orebokech.com>
7402
7403         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7404         Update copyright.
7405
7406 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7407
7408         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7409
7410 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * gnus-registry.el (gnus-registry-unfollowed-groups)
7413         (gnus-registry-split-fancy-with-parent): Fix documentation.
7414
7415 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7418         from nnweb groups.
7419
7420 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7423         Xref urls.  Erase buffer before requesting head.
7424
7425 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7428         customizable.
7429
7430 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7431
7432         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7433         no signing key is found.
7434         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7435         no encrypting and/or signing key is found.
7436
7437 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7440
7441 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7442
7443         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7444         headers read from disk with the ones newly found in the current search.
7445         This should no longer cause problems, because the article numbers in
7446         Gmane's `nov.php' output are ignored since the previous change.
7447
7448 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7449
7450         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7451
7452 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7455         replace-regexp-in-string; bind url-version; fbind display-images-p and
7456         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7457         find-face and set-itimer-function for Emacs; bind itimer-list for
7458         Emacs.
7459
7460         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7461
7462 2007-01-01  Romain Francoise  <romain@orebokech.com>
7463
7464         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7465
7466 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7467
7468         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7469         `define-minor-mode' macro definition expanded properly.
7470         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7471         exclude it there.
7472
7473         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7474         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7475         `fboundp' test.
7476         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7477         This is OK to autoload in (S)XEmacs now.
7478
7479 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7480
7481         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7482         keystroke.
7483         (gnus-summary-limit-to-singletons): Fix typo.
7484
7485         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7486         else fails.
7487
7488 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7489
7490         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7491         docstring.
7492
7493         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7494         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7495         (gnus-summary-insert-dormant-articles): Fix typo in message.
7496
7497 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7500         nil for XEmacs.
7501         (gnus-message-citation-mode): Don't autoload in XEmacs.
7502
7503         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7504
7505 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7506
7507         * nnimap.el (nnimap-expunge-search-string): Mention
7508         nnimap-search-uids-not-since-is-evil in docstring.
7509
7510 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7511
7512         * spam.el: Revert to make-obsolete-variable because
7513         define-obsolete-variable-alias is not supported in Emacs 21.
7514
7515         * spam.el (spam-ifile-path, spam-ifile-database-path)
7516         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7517         make-obsolete-variable.
7518         (spam-bsfilter-path, spam-bsfilter-program)
7519         (spam-spamassassin-path, spam-spamassassin-program)
7520         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7521         use "path" inappropriately.
7522         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7523         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7524         variable names.
7525
7526 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7527
7528         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7529         summary buffer.
7530
7531         * password.el (password-cache-remove): Use clear-string to burn
7532         password, if available.
7533
7534 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7537
7538         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7539
7540         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7541         (gnus-message-highlight-citation): Move defcustom here from
7542         gnus-cite.el.
7543         (gnus-message-citation-mode): Autoload.
7544
7545         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7546         checks to make it compile with XEmacs.
7547         (gnus-message-citation-mode): New minor mode.
7548         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7549         (gnus-message-highlight-citation): New variables.
7550         (gnus-message-search-citation-line)
7551         (gnus-message-add-citation-keywords)
7552         (gnus-message-remove-citation-keywords)
7553         (turn-on-gnus-message-citation-mode)
7554         (turn-off-gnus-message-citation-mode): New functions.
7555
7556 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7557
7558         * gnus-cite.el: Enable highlighting of different citation levels in
7559         message-mode.
7560
7561 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * message.el (message-make-fqdn): Fix comment.
7564         (message-bogus-system-names): Add ".local".
7565
7566         * spam.el (spam-ifile-path, spam-ifile-program)
7567         (spam-ifile-database-path, spam-ifile-database)
7568         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7569         Don't use "path" inappropriately.
7570         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7571         strings.
7572         (spam-check-ifile, spam-ifile-register-with-ifile)
7573         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7574         new variable names.
7575
7576         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7577         (gnus-treat-display-smileys): Simplify using
7578         gnus-image-type-available-p.
7579
7580         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7581         available.
7582
7583         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7584         `display-images-p' if available.
7585
7586 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7589         one after turning on the buffer's multibyteness instead of decoding
7590         them directly in the unibyte buffer that causes unexpected conversion
7591         in Emacs 23 (unicode).
7592
7593 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7594
7595         * message.el (message-generate-hashcash): Fix custom type.
7596
7597 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7600
7601 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7604         disconnect icons.  Add help text.
7605
7606 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7607
7608         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7609         negated to be consistent with the others we handle.
7610
7611 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7614         version of gnus-summary-buffer to something, so that we can use two
7615         article buffers at the same time.
7616
7617 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7618
7619         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7620         trigger all the extra headers.
7621         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7622         sorting.
7623
7624 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7625
7626         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7627         solid groups.
7628
7629 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7630
7631         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7632
7633 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * legacy-gnus-agent.el: Add Copyright notice.
7636
7637 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7638
7639         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7640
7641 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7642
7643         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7644
7645         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7646         to make it work reliably in CVS Emacs.
7647         (gnus-summary-limit-strange-charsets-predicate)
7648         (gnus-summary-limit-to-predicate): New functions.
7649
7650 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7651
7652         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7653         specifying array size.
7654         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7655         array if it is too small.
7656         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7657         (gnus-sort-threads-loop): New function.
7658
7659 2006-12-06  Chris Moore  <dooglus@gmail.com>
7660
7661         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7662         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7663
7664 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7665
7666         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7667         options.
7668
7669 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7672         DOS-ing the recipient.
7673
7674         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7675         the headers when creating the mapping to avoid mismappings.
7676         (nnweb-gmane-create-mapping): Always nix out old mapping.
7677
7678 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7681         and mm-verify-option to never.
7682
7683 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * message.el (message-signed-or-encrypted-p): New function.
7686         (message-forward-make-body): Use it.
7687
7688         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7689         Replace encode-coding-string with mm-encode-coding-string.
7690
7691 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * nneething.el (nneething-decode-file-name): Replace
7694         decode-coding-string with mm-decode-coding-string.
7695
7696         * gnus-int.el (gnus-open-server): Say failed server's name.
7697
7698 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7699
7700         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7701         strings to a single string.  Quote `errors-file-name'.
7702         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7703         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7704         Adjust calls.  Use `shell-quote-argument'.
7705
7706 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7707
7708         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7709         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7710
7711         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7712         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7713         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7714         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7715         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7716         (gnus-subscribe-newsgroup, gnus-1):
7717         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7718         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7719         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7720         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7721
7722 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7723
7724         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7725         keystroke.
7726         (gnus-summary-limit-to-bodies): Implement headersp.
7727
7728 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7731
7732 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7735
7736 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7737
7738         * message.el (message-generate-hashcash): Expand range of values to
7739         include `opportunistic'.
7740         (message-send-mail): Use it.
7741
7742 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7743
7744         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7745         and comment it.
7746
7747         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7748
7749 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * gnus-util.el (gnus-extract-address-components): Improve comment.
7752
7753 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-util.el (gnus-extract-address-components): Work with address in
7756         which the name portion contains @.
7757
7758         * lpath.el: Fbind custom-autoload.
7759
7760 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus.el (gnus-start): Move custom group up.
7763         (gnus-select-method): Don't autoload, but make it available for
7764         `customize-variable'.
7765         (gnus-getenv-nntpserver): Don't autoload.
7766
7767 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7768
7769         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7770
7771 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * message.el (message-sendmail-extra-arguments): New variable.
7774         (message-send-mail-with-sendmail): Use it.
7775
7776 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7779         mm-with-unibyte-current-buffer to make string unibyte.
7780
7781         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7782         mm-string-as-multibyte.
7783
7784 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7785
7786         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7787         Reported by Werner Koch <wk@gnupg.org>.
7788
7789 2006-11-14  Daiki Ueno  <ueno@p360>
7790
7791         * mml2015.el: Autoload epa-select-keys when compiling.
7792
7793 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7794
7795         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7796         message-options.
7797         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7798
7799 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7800
7801         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7802         EasyPG (< 0.0.6).
7803         (mml2015-always-trust): New user option.
7804         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7805         prompt.
7806
7807 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * nntp.el (nntp-authinfo-force): New variable.
7810         (nntp-send-authinfo): Use it.
7811
7812 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7815         decode encoded words.  Improve prompt.  Add comment about forwarding.
7816         (message-replacement-char): Move up.
7817
7818 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7819
7820         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7821         instead of gnus-intersection because arguments of gnus-sorted-nunion
7822         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7823
7824 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7827         (message-simplify-subject-functions): Enable
7828         message-strip-subject-encoded-words by default.
7829
7830 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * message.el (message-strip-subject-encoded-words): New function.
7833         (message-simplify-subject-functions): New variable.
7834         (message-simplify-subject): Use it.  Fix typo in doc string.
7835         Support message-strip-subject-encoded-words.
7836
7837 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7838
7839         * gnus-diary.el (gnus-diary-delay-format-function):
7840         * nndiary.el (nndiary-reminders):
7841         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7842
7843 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * gnus-art.el (article-hide-boring-headers): Fetch date from
7846         gnus-original-article-buffer to avoid problems with localized date
7847         strings.
7848
7849 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7852
7853 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7856         New variables.
7857         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7858         (mm-charset-synonym-alist): Move some entries to
7859         mm-codepage-iso-8859-list.
7860         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7861         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7862
7863 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7866
7867 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7870         with Emacs 21 and XEmacs.
7871
7872 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7873
7874         * spam.el (spam-parse-address): New function for better parsing,
7875         catching errors, etc.
7876         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7877
7878 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * mm-view.el: Add interactive arg to html2text autoload.
7881
7882 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7885
7886 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7889         variables.
7890         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7891         (mm-charset-synonym-alist): Move some entries to
7892         mm-codepage-iso-8859-list.
7893
7894         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7895
7896 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * message.el (message-citation-line-format)
7899         (message-insert-formated-citation-line): Fix implementation of %E, %N
7900         and %n according to the doc string.
7901
7902 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7903
7904         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7905         car-safe to avoid bad parses.
7906
7907 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7910         names.
7911
7912         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7913
7914 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7917         header.
7918
7919         * message.el (message-draft-headers): Add Date.
7920         (message-headers-to-generate): Fix typo in docstring.
7921
7922         * nndraft.el (nndraft-required-headers): New variable.
7923         (nndraft-generate-headers): Use it.
7924
7925         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7926
7927 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7928
7929         * gnus-registry.el (gnus-registry-wash-for-keywords)
7930         (gnus-registry-find-keywords): New functions to allow easy searching of
7931         articles that are in the registry.
7932
7933 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7934
7935         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7936         ietf-drums-parse-address instead of gnus-extract-address-components.
7937         Reported by Damien Elmes <damien@repose.cx>.
7938
7939 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus.el (gnus-mime): Remove unused custom group.
7942
7943 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7944
7945         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7946         "blank line" when searching for end of armor headers.
7947
7948 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gmm-utils.el (gmm-write-region): Fix variable name.
7951
7952 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * gmm-utils.el (gmm-write-region): New function based on compatibility
7955         code from `mm-make-temp-file'.
7956
7957         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7958
7959         * nnmaildir.el (nnmaildir--update-nov)
7960         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7961         Use `gmm-write-region'.
7962
7963 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7966         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7967
7968         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7969
7970         * message.el (message-replacement-char): New variable.
7971         (message-fix-before-sending): Use it.
7972         (message-simplify-subject): New function to remove duplicate code.
7973         (message-reply, message-followup): Use it.
7974
7975         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7976         gnus-summary-limit-to-articles.
7977
7978 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-util.el (gnus-with-local-quit): New macro.
7981
7982         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7983
7984 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7985
7986         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7987         ignore non-string data.
7988
7989 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7990
7991         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7992         non-string data (needs to be done in the registry too).
7993
7994 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7995
7996         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7997         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7998         (gnus-registry-split-fancy-with-parent)
7999         (gnus-registry-fetch-simplified-message-subject-fast)
8000         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8001         Remove text properties on ingress into the registry and when it's saved.
8002         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8003         registry from entries with no groups.
8004
8005 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8006
8007         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8008         function to remove string properties.
8009
8010 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8011
8012         * gmm-utils.el (gmm): Adjust custom version.
8013
8014         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8015         custom version.
8016
8017         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8018
8019 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * gnus-art.el (gnus-insert-prev-page-button)
8022         (gnus-insert-next-page-button): Simplify.  Reformat.
8023
8024 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8025
8026         * gnus-art.el (gnus-insert-prev-page-button)
8027         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8028
8029 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8030
8031         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8032
8033 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8034
8035         * gnus-art.el (gnus-insert-mime-button)
8036         (gnus-insert-mime-security-button):
8037         Apply gnus-article-button-face to MIME and security buttons.
8038
8039 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8042         readable.
8043
8044 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8047
8048 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8049
8050         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8051         `browse-url-of-file' instead of `browse-url'.
8052
8053 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8054
8055         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8056         regexp.  Articles containing quotation were cut prematurely.
8057
8058 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * message.el (message-cite-original-1): Use nobody by default for the
8061         value of From header.
8062         (message-reply): Ditto.
8063
8064 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8065
8066         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8067         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8068         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8069
8070 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8073         mails in the doc string.  Add some URLs in comment.
8074         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8075
8076 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8079         backslashes handling and the way to find boundaries of quoted strings.
8080
8081 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8082
8083         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8084         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8085         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8086         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8087
8088 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8091         doc string.
8092         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8093
8094 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * lpath.el: Fbind epg-check-configuration.
8097
8098 2006-09-06  Simon Josefsson  <jas@extundo.com>
8099
8100         * mml2015.el (mml2015-use): Doc fix, mention epg.
8101
8102 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8103
8104         * mml2015.el (mml2015-use): Default to epg, if available.
8105
8106 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8107
8108         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8109         message-sender.
8110         (mml1991-epg-encrypt): Ditto.
8111         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8112         message-sender.
8113         (mml2015-epg-encrypt): Ditto.
8114
8115 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8116
8117         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8118         several common directories.
8119
8120 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8121
8122         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8123         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8124
8125 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * gnus-art.el (article-decode-encoded-words): Make it fast.
8128
8129 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8132
8133         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8134         in quoted string into `\'.
8135
8136 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8139         Use standard-syntax-table.
8140
8141 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-art.el (gnus-decode-address-function): New variable.
8144         (article-decode-encoded-words): Use it to decode headers which are
8145         assumed to contain addresses.
8146         (gnus-mime-delete-part): Remove useless `or'.
8147
8148         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8149         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8150         (gnus-nov-parse-line): Use it to decode From header.
8151         (gnus-get-newsgroup-headers): Ditto.
8152         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8153
8154         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8155         (mail-decode-encoded-address-string): New alias.
8156
8157         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8158         New function.
8159         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8160         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8161         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8162         (rfc2047-decode-string): Ditto.
8163         (rfc2047-decode-address-region): New function.
8164         (rfc2047-decode-address-string): New function.
8165
8166 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * message.el (message-caesar-buffer-body): Allow rotating headers.
8169
8170         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8171
8172         * message.el (message-insert-formated-citation-line): Fix %f.
8173         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8174
8175 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8178         (gnus-bookmark-mouse-available-p): New macro.
8179         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8180         (gnus-bookmark-bmenu-show-infos): Use it.
8181         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8182         (gnus-bookmark-bmenu-hide-infos): Ditto.
8183         (gnus-bookmark-remove-properties): New function.
8184         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8185         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8186         (gnus-bookmark-write-file): Bind coding-system-for-write.
8187         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8188         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8189         group before selecting it.
8190         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8191         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8192         quit-window if it is not available; use gnus-mouse-2 and bind it to
8193         gnus-bookmark-bmenu-select-by-mouse.
8194         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8195         (gnus-bookmark-bmenu-select-by-mouse): New function.
8196
8197 2006-08-13  Romain Francoise  <romain@orebokech.com>
8198
8199         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8200         space.
8201
8202 2006-08-10  Romain Francoise  <romain@orebokech.com>
8203
8204         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8205         (dns-mode-soa-auto-increment-serial): New user option.
8206         (dns-mode-soa-maybe-increment-serial): New function.
8207         (dns-mode): Add the latter to `write-contents-functions'.
8208
8209 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * compface.el (uncompface): Use binary rather than raw-text-unix.
8212
8213 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * compface.el (uncompface): Make sure the eol conversion doesn't take
8216         place when communicating with the external programs.  Reported by
8217         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8218
8219 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8222
8223 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8224
8225         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8226         Make it more robust by parsing author and date independently.
8227
8228 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8231
8232 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8233
8234         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8235         first matching secret key.
8236         (mml2015-epg-encrypt): Ditto.
8237
8238         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8239         first matching secret key.
8240         (mml1991-epg-encrypt): Ditto.
8241
8242         * mml2015.el (mml2015-encrypt-to-self): New user option.
8243         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8244         mml2015-epg-encrypt-to-self is set.
8245
8246         * mml1991.el (mml1991-encrypt-to-self): New variable.
8247         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8248         mml1991-epg-encrypt-to-self is set.
8249
8250         * mml2015.el (mml2015-signers): New user option.
8251         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8252         (mml2015-epg-encrypt): Allow to select signing keys.
8253
8254         * mml1991.el (mml1991-signers): New variable.
8255         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8256         (mml1991-epg-encrypt): Allow to select signing keys.
8257
8258 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * nnheader.el (nnheader-insert-head): Make it work even if the file
8261         uses CRLF for the line-break code.
8262
8263 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8264
8265         * mml2015.el: Require mml-sec instead of password.
8266         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8267         (mml2015-cache-passphrase): Inherit the default value from
8268         mml-secure-cache-passphrase.
8269         (mml2015-passphrase-cache-expiry): Inherit the default value from
8270         mml-secure-passphrase-cache-expiry.
8271
8272         * mml1991.el: Require mml-sec instead of password.
8273         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8274         (mml1991-cache-passphrase): Inherit the default value from
8275         mml-secure-cache-passphrase.
8276         (mml1991-passphrase-cache-expiry): Inherit the default value from
8277         mml-secure-passphrase-cache-expiry.
8278
8279         * mml-sec.el: Require password.
8280         (mml-secure-verbose): New user option.
8281         (mml-secure-cache-passphrase): New user option.
8282         (mml-secure-passphrase-cache-expiry): New user option.
8283
8284 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8285
8286         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8287         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8288         andreas@altroot.de (Andreas Vögele).
8289
8290         FIXME: Use `tiny change'?
8291
8292 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8293
8294         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8295         workaround for the url package included with Emacs.
8296
8297         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8298
8299 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8302         correctly.  This fixes a bug caused by the 2006-05-12 change.
8303
8304 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8305
8306         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8307         some information about the error when saying that the `bogus' mail
8308         group will be used.
8309
8310 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8313         string.
8314
8315 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8316
8317         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8318
8319 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8320
8321         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8322
8323 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8324
8325         * mml1991.el (mml1991-function-alist): Add epg.
8326         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8327         (mml1991-epg-encrypt): New functions.
8328
8329 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8330
8331         * mml2015.el (mml2015-verbose): New variable.
8332         (mml2015-cache-passphrase): Ditto.
8333         (mml2015-passphrase-cache-expiry): Ditto.
8334         (mml2015-function-alist): Add epg.
8335         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8336         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8337         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8338         functions.
8339
8340 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8341
8342         * message.el (message-cite-original-1): Preserve region when removing
8343         quoted text due to X-No-Archive in order to avoid bogus attribution
8344         when citing multiple messages.
8345
8346 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8347
8348         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8349         Kenneth Jacker <khj@be.cs.appstate.edu>.
8350
8351 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * gnus-diary.el (gnus-user-format-function-d)
8354         (gnus-user-format-function-D): Autoload.
8355
8356         * imap.el (Commentary): Fix typo.
8357
8358         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8359         2006-04-22 contribution.
8360
8361 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8362
8363         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8364         It didn't really fix the bogosity I'm seeing with solid web groups.
8365
8366 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8367
8368         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8369         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8370         created using server names.  If we use the feature without declaring
8371         it, Gnus does not properly manage server and group state.
8372
8373         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8374         bound.
8375
8376 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8377
8378         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8379         looking up the method using GROUP's prefix before inventing a new one.
8380         It is used on killed/unknown groups in various places where returning
8381         an all-new method isn't expected by the caller.
8382
8383         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8384         and match semantics of gnus-group-real-prefix.
8385
8386 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * nnmail.el (nnmail-broken-references-mailers): New variable.
8389         (nnmail-ignore-broken-references): New function generalizing
8390         nnmail-fix-eudora-headers.
8391         (nnmail-fix-eudora-headers): Now obsolete.
8392
8393         * gnus-art.el (gnus-button-handle-custom): Support
8394         `customize-apropos*'.
8395
8396 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397
8398         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8399
8400         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8401         articles.
8402
8403 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * message.el (message-cite-reply-above): New variable.
8406         (message-yank-original): Use it.
8407
8408 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8411
8412 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8415         as read.
8416
8417         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8418
8419 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8422         (gnus-bookmark-default-file): Use gnus-directory.
8423         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8424         Remove "*" in doc string.
8425         (gnus-bookmark-write-file): Simplify.
8426         (gnus-bookmark-maybe-sort-alist): Use `when'.
8427         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8428         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8429         FIXME about Emacs 21 and XEmacs compatibility.
8430         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8431         compatibility.
8432         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8433         compatibility.
8434         (gnus-bookmark-menu-heading): Fix version.
8435
8436 2006-06-19  Bastien Guerry  <bzg@altern.org>
8437
8438         * gnus-bookmark.el: New file.
8439
8440 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * message.el (message-syntax-checks): Doc fix.
8443
8444 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8445
8446         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8447         unsubscribed groups as if they were killed ones.  It causes duplicate
8448         entries in gnus-newsrc-alist.
8449
8450 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * message.el (message-syntax-checks): Doc fix.
8453         (message-send-mail): Add check for continuation headers.
8454         (message-check-news-header-syntax): Fix regexp used to check for
8455         continuation headers.
8456
8457 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8460
8461 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8464
8465 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8468         default-truncate-lines.
8469
8470 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8473         to fill the utf-8 entry.
8474
8475         * lpath.el: Fbind unicode-precedence-list.
8476
8477 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8478
8479         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8480
8481 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8482
8483         * gnus-agent.el (directory-files-and-attributes): Move all the way
8484         forward (the third and final move).
8485         (gnus-agent-read-agentview): Trap reconstruction errors due to
8486         nonexistant directory.  Handle by returning nil.
8487
8488 2006-05-30  Didier Verna  <didier@xemacs.org>
8489
8490         * message.el (message-dont-reply-to-names): Update the custom type.
8491         * message.el (message-dont-reply-to-names): New defsubst: potentially
8492         convert a list of regexps into a single one.
8493         * message.el (message-get-reply-headers): Use it.
8494         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8495
8496 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-agent.el (directory-files-and-attributes): Move forward.
8499
8500 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * gnus-ml.el (gnus-mailing-list-subscribe)
8503         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8504         (gnus-mailing-list-message): Fix doc strings.
8505
8506 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8507
8508         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8509         of doing it manually.
8510
8511 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8514         comment.
8515
8516 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8517
8518         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8519         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8520         (gnus-agent-read-local): All symbols allocated in my-obarray.
8521         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8522         (gnus-agent-regenerate-group): Check numeric names to see if they are
8523         messages or groups.
8524         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8525         better way of do this...)
8526
8527         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8528         'dummy.group' (there should be a better way of do this...)
8529
8530 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8533         (gnus-saved-headers): Ditto.
8534         (gnus-default-article-saver): Mention functions may have properties.
8535         (gnus-article-save): Override gnus-save-all-headers and
8536         gnus-saved-headers by :headers property which saver function may have.
8537         (gnus-summary-save-in-file): Add :headers property.
8538         (gnus-summary-write-to-file): Ditto.
8539
8540         * gnus-sum.el (gnus-summary-save-article): Bind
8541         gnus-prompt-before-saving to t when saving many articles in a file;
8542         always show all headers.
8543
8544         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8545
8546 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8549         marks.
8550
8551         * message.el (message-indent-citation): Add optional arguments to allow
8552         using it outside of message buffers.
8553
8554         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8555         (gnus-article-treat-unfold-headers): Use it.
8556         (gnus-article-truncate-lines): New variable.
8557         (gnus-article-mode): Use it.
8558         (gnus-article-toggle-truncate-lines): New function.
8559
8560         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8561         gnus-article-toggle-truncate-lines.
8562
8563         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8564         coding system in XEmacs, use binary.
8565
8566 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8569         after-load-alist.
8570
8571         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8572         this function should save decoded articles.
8573         (gnus-summary-write-to-file): Use property to specify this function
8574         should save decoded articles and specify gnus-summary-save-in-file
8575         should be used to save articles other than the first one when saving
8576         many articles.
8577         (gnus-summary-save-body-in-file): Use property to specify this
8578         function should save decoded articles.
8579         (gnus-summary-write-body-to-file): Use property to specify this
8580         function should save decoded articles and specify
8581         gnus-summary-save-body-in-file should be used to save articles other
8582         than the first one when saving many articles.
8583
8584         * gnus-sum.el (gnus-summary-save-article): Simplify.
8585
8586 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-art.el (gnus-default-article-saver): Add
8589         gnus-summary-write-body-to-file.
8590         (gnus-article-save-coding-system): Don't use coding system object
8591         in XEmacs.
8592         (gnus-read-save-file-name): Add optional `dir-var' argument which
8593         specifies directory in which files are saved; work even if optional
8594         `variable' argument is not specified.
8595         (gnus-summary-write-to-file): Read file name.
8596         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8597         (gnus-summary-write-body-to-file): New function.
8598
8599         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8600         (gnus-summary-local-variables): Add it.
8601         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8602         (gnus-summary-save-article): Remove optional `decode' argument;
8603         determine whether to decode articles by the value of
8604         gnus-default-article-saver; when saving many files using
8605         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8606         it first and use gnus-summary-save-in-file or
8607         gnus-summary-save-body-in-file thereafter unless
8608         gnus-prompt-before-saving is always; move point to article which
8609         will be saved.
8610         (gnus-summary-save-article-file): Revert.
8611         (gnus-summary-write-article-file): Revert.
8612         (gnus-summary-save-article-body-file): Revert.
8613         (gnus-summary-write-article-body-file): New function.
8614
8615 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-default-article-saver): Doc fix.
8618         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8619         from gnus-summary-save-article-coding-system, and default to a
8620         certain coding system.
8621         (gnus-output-to-file): Add coding cookie and encode text according
8622         to gnus-article-save-coding-system; don't use mm-append-to-file.
8623
8624         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8625         gnus-art.el and rename to gnus-article-save-coding-system.
8626         (gnus-summary-save-article): Require gnus-art; don't show all
8627         headers if it decodes articles; don't add coding cookie here;
8628         don't bind mm-text-coding-system-for-write.
8629         (gnus-summary-save-article-file): Save decoded articles.
8630         (gnus-summary-write-article-file): When saving many files, use
8631         gnus-summary-write-to-file first and gnus-summary-save-in-file
8632         thereafter unless gnus-prompt-before-saving is always.
8633         (gnus-summary-save-article-body-file): Save decoded articles.
8634
8635         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8636
8637 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * nnrss.el (nnrss-check-group): Bind hash-index.
8640
8641 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8642
8643         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8644         its hash index.  Store this hash in `nnrss-group-data'.
8645         (nnrss-read-group-data): Update accordingly.
8646
8647 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8650         entry.
8651
8652         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8653         gnus-article-browse-html-article.
8654
8655 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8656
8657         * gnus-sum.el (gnus-summary-mime-map): Add
8658         gnus-article-browse-html-article.
8659
8660         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8661
8662 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8665         suitable coding systems in customize.
8666
8667 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * mail-source.el (mail-sources): Fix custom type.
8670
8671 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8672
8673         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8674         (gnus-summary-expire-articles-now): Shorten prompt.
8675
8676         * gmm-utils.el (wid-edit): Require.
8677         (defun-gmm): Renamed from `gmm-defun-compat'.
8678         (gmm-image-search-load-path): Use it.
8679         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8680
8681 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8684         variable.
8685         (gnus-summary-save-article): Add optional `decode' argument.  If
8686         it is set and gnus-summary-save-article-coding-system is non-nil,
8687         save decoded article.
8688         (gnus-summary-write-article-file): Save decoded article if
8689         gnus-summary-save-article-coding-system is non-nil.
8690
8691         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8692         type.
8693
8694 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8697
8698 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8701         first to test gnus-single-article-buffer which may be buffer-local.
8702
8703         * gnus-sum.el (gnus-summary-setup-buffer): Make
8704         gnus-single-article-buffer buffer-local and nil in ephemeral
8705         group; make gnus-article-buffer, gnus-article-current, and
8706         gnus-original-article-buffer always buffer-local.
8707         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8708         group.
8709         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8710
8711 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * nnml.el (nnml-request-compact-group): Compressed files might not
8714         have .gz extension.
8715
8716 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8717
8718         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8719         (mm-copy-to-buffer): Use with-current-buffer.
8720         (mm-display-part): Simplify.
8721         (mm-inlinable-p): Add optional arg `type'.
8722
8723 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8724
8725         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8726         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8727         Try harder to show the attachment internally or externally using
8728         gnus-mime-view-part-as-type.
8729
8730 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * message.el (message-from-style, message-signature-separator)
8733         (message-user-organization-file, message-send-mail-function)
8734         (message-citation-line-function, message-yank-prefix)
8735         (message-indent-citation-function, message-signature)
8736         (message-signature-file, message-signature-insert-empty-line):
8737         Remove autoloads.
8738
8739         * gnus-art.el (gnus-buttonized-mime-types): Remove
8740         "multipart/signed".  Revert 2006-04-26 change.
8741
8742 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * gnus.el (gnus-version-number): Bump version.
8745
8746 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8747
8748         * gnus.el: No Gnus v0.5 is released.
8749
8750 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8751
8752         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8753         fetching articles by message-id.
8754
8755 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * message.el (hashcash): Require hashcash as normal.
8758
8759         * ecomplete.el (ecomplete-highlight-match-line): Use
8760         point-at-eol.
8761         (ecomplete-highlight-match-line): Use `highlight', because that
8762         face exists in both Emacs and XEmacs.
8763
8764         * message.el (message-display-abbrev): Use point-at-bol.
8765
8766         * mail-source.el: Don't require timer/timer-funcs.
8767
8768         * gnus-async.el: Ditto.
8769
8770         * password.el: Ditto.
8771
8772         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8773
8774         * mm-url.el: Ditto.
8775
8776         * gnus-xmas.el: Don't require timer-funcs.
8777
8778         * mm-util.el: Require timer/timer-funcs.
8779
8780 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8781
8782         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8783         Close.
8784
8785 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8788         unibyte after clear-decrypt function runs.
8789
8790         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8791         returns as a unibyte string.
8792
8793 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * lpath.el: Revert.
8796
8797         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8798         (pgg-gpg-process-sentinel): Revert.
8799
8800         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8801         (pgg-pgp-lookup-key): Revert.
8802
8803         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8804         (pgg-pgp5-lookup-key): Revert.
8805
8806         * pgg.el (pgg-fetch-key): Revert.
8807
8808 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * lpath.el: Fbind string-as-multibyte for XEmacs.
8811
8812         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8813         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8814         (mml1991-pgg-encrypt): Ditto.
8815
8816         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8817         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8818         a multibyte buffer.
8819
8820         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8821         (pgg-pgp-lookup-key): Ditto.
8822
8823         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8824         (pgg-pgp5-lookup-key): Ditto.
8825
8826         * pgg.el (pgg-fetch-key): Ditto.
8827
8828 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * message.el (message-user-organization-file): Check several
8831         locations of the organization file.
8832
8833         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8834         Add gnus-article-view-part-as-type.
8835
8836         * gnus-art.el (gnus-article-view-part-as-type): New function.
8837
8838         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8839         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8840
8841         * mml.el: Simplify autoload.
8842         (mml-mode): defvar dnd-protocol-alist instead of using
8843         symbol-value.
8844         (mml-default-directory): New variable.
8845         (mml-minibuffer-read-file): Use it.
8846         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8847
8848         * message.el (message-citation-line-format): New variable.
8849         (message-insert-formated-citation-line): New function.
8850         (message-citation-line-function): Add
8851         `message-insert-formated-citation-line' to custom type.
8852
8853         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8854         to doc string.
8855
8856         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8857         depending on mm-verify-option.
8858
8859 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8862         binding pgg-* variables; reimplement the section which prevents
8863         MIME header from being signed.
8864         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8865         pgg-text-mode; remove a blank line at the top of body.
8866
8867         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8868         lines at the top of body; use gnus-newsgroup-charset if there's no
8869         Charset header.
8870
8871 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * message.el (message-self-insert-commands): Doc fix.
8874
8875         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8876         (mm-uu-pgp-encrypted-test): Ditto.
8877         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8878         between header and body; return application/pgp-encrypted handle
8879         if decryption failed; decode decrypted body by charset.
8880
8881         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8882         element match to application/pgp-*.
8883
8884 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8885
8886         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8887         HTML.
8888
8889 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * mail-source.el (mail-source-call-script): Message the error
8892         string.
8893
8894 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8895
8896         * gnus-util.el (gnus-byte-compile): Use it.
8897
8898 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8899
8900         * gnus-util.el (kill-empty-logs): New function.
8901
8902 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * message.el (message-mail-alias-type): Doc fix.
8905         (message-mail-alias-type-p): New function.
8906         (message-send): Use it.
8907         (message-mode): Ditto.
8908         (message-strip-forbidden-properties): Ditto.
8909
8910         * ecomplete.el (ecomplete-database-file-coding-system): New
8911         variable.
8912         (ecomplete-save): Use it.
8913         (ecomplete-setup): Use it.
8914
8915 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * message.el (message-self-insert-commands): New variable.
8918         (message-strip-forbidden-properties): Use it.
8919
8920 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8923         that doesn't make XEmacs choke.
8924
8925 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gnus-util.el (gnus-replace-in-string):
8928         Prefer replace-regexp-in-string over of replace-in-string.
8929
8930 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-util.el (gnus-select-frame-set-input-focus):
8933         Use select-frame-set-input-focus if it is available in XEmacs; use
8934         definition defined in Emacs 22 for old Emacsen.
8935
8936         * dgnushack.el: Autoload unmorse-region for XEmacs.
8937
8938         * lpath.el: Bind cursor-in-non-selected-windows and
8939         select-frame-set-input-focus for XEmacs.
8940
8941 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8944
8945 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8946
8947         * gnus-registry.el (gnus-registry-cache-save): Remove text
8948         properties when saving via the temp buffer.
8949
8950 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * message.el (message-generate-hashcash): Honor custom type.
8953
8954 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * message.el (message-generate-hashcash): Default to non-nil when
8957         hashcash is found.
8958
8959         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8960         (gnus-refer-thread-limit): Increase default to 500.
8961
8962         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8963
8964         * flow-fill.el (fill-flowed): Allow delete-space.
8965
8966 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8969         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8970         Remove autoloads.
8971
8972 2006-04-18  Simon Josefsson  <jas@extundo.com>
8973
8974         * message.el (message-generate-hashcash): Default to.
8975
8976 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8979         concatenating segments rather than before concatenating them.
8980
8981 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8984
8985 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8988
8989         * message.el (message-forward-make-body-plain): Allow
8990         message-forward-ignored-headers to be a list.
8991         (message-remove-ignored-headers): Factor out into function.
8992         (message-forward-make-body-mml): Use it.
8993
8994         * imap.el (imap-quote-specials): New function.
8995         (imap-login-auth): Quote specials.
8996
8997         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8998         (rfc2231-parse-string): Allow concatanation of parameters that
8999         aren't contiguous.  The test case is
9000           (mail-header-parse-content-type "message/external-body;
9001             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9002             access-type=LOCAL-FILE;
9003             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9004
9005 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9006
9007         * nntp.el (nntp-accept-process-output): Return the value of
9008         `nnheader-accept-process-output'.
9009
9010 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9011
9012         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9013         (gnus-button-alist): Recognize more diff formats.
9014         (gnus-button-patch): Strip directory.
9015
9016 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9019         Emacs 22 when setting focus.
9020
9021 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * gnus-art.el (gnus-article-treat-types): Do treatment of
9024         text/x-verbatim parts.
9025         (gnus-button-patch): New command.
9026
9027         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9028         addresses that contain invalid characters.
9029
9030 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * message.el (message-put-addresses-in-ecomplete): Use
9033         gnus-replace-in-string.
9034         (message-is-yours-p): Use the more correct
9035         mail-header-parse-address instead of
9036         mail-extract-address-components.
9037         (message-put-addresses-in-ecomplete): Fix typo.
9038
9039         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9040         keystroke.
9041
9042         * gnus-art.el (gnus-treatment-function-alist): Change order of
9043         newsgroups/generic header folding to avoid double-folding.
9044
9045         * message.el (message-hidden-headers): Add X-Draft-From.
9046
9047         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9048         command.
9049         (gnus-summary-repeat-search-article-backward): New command.
9050
9051         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9052         groups in the parent topic.
9053
9054 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9055
9056         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9057         (spam-extra-header-to-number): Return the CRM114 number as a
9058         number instead of a string.
9059
9060 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * gnus-art.el (gnus-face-properties-alist): Moved here from
9063         gnus-fun.
9064
9065         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9066
9067 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * message.el (message-strip-forbidden-properties): Only display on
9070         self-insert-command.
9071
9072         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9073         reindent.
9074         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9075
9076 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9077
9078         * smiley.el (smiley-style): Fix typo.
9079
9080 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081
9082         * hashcash.el (hashcash-insert-payment-async-2): Use
9083         message-goto-eoh instead of doing it manually.
9084         (mail-add-payment): Use message-narrow-to-header instead of trying
9085         to do the same itself.
9086
9087         * message.el (message-hidden-headers): Add Face.
9088
9089         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9090         reparenting code.
9091         (gnus-summary-reparent-children): Refactored out code.
9092         (gnus-summary-thread-map): New keystroke.
9093         (gnus-summary-reparent-children): Make into command.
9094
9095         * smiley.el (smiley-style): Default to `medium' if using a large
9096         font.
9097
9098         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9099         does it itself.
9100
9101         * message.el (message-point-in-header-p): Simplify definition.
9102
9103 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * nnagent.el (nnagent-request-set-mark): Silence log file
9106         writing.
9107         (nnagent-request-set-mark): Use write-region instead of
9108         append-to-file.
9109
9110         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9111         strange select method.
9112
9113         * ecomplete.el (ecomplete-display-matches): Get highlightling
9114         right.
9115         (ecomplete-display-matches): Use literals.
9116         (ecomplete-display-matches): Disable message logging.
9117
9118         * message.el (message-display-abbrev): Small optimization.
9119
9120         * ecomplete.el (ecomplete-display-matches): Allow automatic
9121         display.
9122
9123         * message.el (message-strip-forbidden-properties): Display
9124         abbrevs.
9125         (message-display-abbrev): Get automatic display right.
9126
9127         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9128         keystrokes.
9129
9130 2006-04-13  Romain Francoise  <romain@orebokech.com>
9131
9132         TODO: Backport to v5-10!
9133
9134         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9135         Moved here (and renamed) from gnus-registry.el.
9136
9137         * gnus-registry.el: Require gnus-util.
9138         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9139
9140 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * gnus-group.el (gnus-group-catchup-current): Change
9143         if-then-else-if-then-else into cond.
9144         (gnus-group-catchup): Indent.
9145         (group-name-at-point): New function.
9146         (gnus-fetch-group): Provide default from thing at point.
9147
9148 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * message.el (message-display-abbrev): Fix regexp.
9151
9152         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9153         choosing.
9154         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9155         dead variables.
9156
9157         * message.el (message-newline-and-indent): Remove debugging.
9158         (message-display-abbrev): Use new implementation.
9159
9160 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * gnus-art.el (gnus-article-mode): Set
9163         cursor-in-non-selected-windows to nil.
9164
9165         * smiley.el: Revert previous change.
9166         (smiley-data-directory): defvar it before using it in the
9167         defcustom of `smiley-style'.
9168
9169 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * message.el (message-newline-and-indent): New function.
9172
9173         * ecomplete.el: Implement more bits.
9174
9175         * message.el (message-put-addresses-in-ecomplete): Clean up the
9176         string.
9177
9178         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9179
9180         * gnus-sum.el (gnus-summary-save-parts): Bind
9181         gnus-summary-save-parts-counter and use it to make unique file
9182         names.
9183
9184         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9185
9186         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9187         parameter to say whether to actually parse the individual
9188         addresses.
9189
9190         * message.el (message-put-addresses-in-ecomplete): New function.
9191         (ecomplete): Require.
9192         (message-mail-alias-type): Add ecomplete as an option.
9193
9194 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9195
9196         * flow-fill.el (fill-flowed): Remove trailing space from blank
9197         quoted lines.
9198
9199 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * smiley.el (smiley-style): Move definition later to avoid a
9202         compilation warning.
9203
9204 2006-04-12  Kenichi Handa  <handa@m17n.org>
9205
9206         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9207         buffer and then decode the buffer text if necessary.
9208         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9209         first, and after mm-encode-body, change the buffer to unibyte.
9210         Use mm-disable-multibyte instead of set-buffer-multibyte.
9211
9212 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9215         Content-Type header instead of Content-Disposition header.
9216         (gnus-mime-inline-part): Ditto.
9217         (gnus-mime-view-part-as-charset): Ignore charset that the part
9218         specifies.
9219
9220         * mm-decode.el (mm-display-part): Work with external parts and
9221         usual parts similarly.
9222
9223         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9224         instead of gnus-display-mime.
9225
9226         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9227         instead of with-temp-buffer.
9228
9229         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9230         tag to summarized topics part in order to encode non-ASCII text.
9231
9232 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * smiley.el (smiley-style): New variable.
9235         (smiley-directory): New function.
9236         (smiley-data-directory): Derive from `smiley-style' using
9237         `smiley-directory'.
9238         (smiley-regexp-alist): Add new entries.
9239
9240         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9241         (gnus-article-browse-delete-temp): Add :version.
9242
9243 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9244
9245         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9246         the sieve region.
9247
9248 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * gnus.el (gnus-version-number): Bump version.
9251
9252 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * gnus.el: No Gnus v0.4 is released.
9255
9256 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9259         layout.
9260
9261         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9262         unknown charset.
9263
9264         * message.el (message-header-synonyms): Add Original-To to the
9265         default.
9266
9267         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9268         optional parameter.
9269
9270 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * gnus-fun.el (gnus): Require it for gnus-directory.
9273
9274 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9277
9278 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9279
9280         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9281
9282 2006-04-05  Simon Josefsson  <jas@extundo.com>
9283
9284         * password.el (password-reset): New function.
9285
9286 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9287
9288         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9289         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9290
9291 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9292
9293         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9294         Some whitespace was matched into the url, which broke browsing hits
9295         > 100 when mm-url-use-external was nil.
9296
9297 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9300         gnus-extra-headers for 'Newsgroups.
9301
9302         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9303         bound.
9304
9305 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9306
9307         * pgg-gpg.el: Clean up process buffers every time gpg processes
9308         complete.
9309
9310 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9313         doc string.
9314
9315 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9316
9317         * pgg-gpg.el (pgg-gpg-process-filter)
9318         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9319
9320         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9321         lines, temporary fix.
9322
9323 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9326
9327 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9328
9329         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9330         default-enable-multibyte-characters.  This reverts the change from
9331         revision 6.17 which is no longer necessary because the passphrase
9332         is sent separately now.  GnuPG messages are unreadable under
9333         multibyte locales with default-enable-multibyte-characters set to
9334         nil.
9335
9336 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * message.el (message-tool-bar-gnome): Move "spell".
9339
9340 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9343         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9344         instead.
9345
9346 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9347
9348         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9349         newsgroups handling for NNTP overviews which don't include
9350         Newsgroups.
9351
9352 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9353
9354         * message.el (message-resend): Bind message-generate-hashcash to nil.
9355
9356 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9357
9358         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9359         when searching for already-paid recipients.
9360
9361 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9362
9363         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9364         passphrases when it is not needed.
9365         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9366         passphrase stuff from gpg, should only be necessary when you use
9367         gpg with a smartcard.
9368
9369 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * mml.el (mml-insert-mime): Ignore cached contents of
9372         message/external-body part.
9373
9374         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9375         (mm-insert-part): Ditto.
9376
9377 2006-03-23  Simon Josefsson  <jas@extundo.com>
9378
9379         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9380         Reiner.
9381         (pgg-gpg-use-agent-p): Use it again.
9382
9383 2006-03-23  Simon Josefsson  <jas@extundo.com>
9384
9385         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9386         older emacsen.
9387         (pgg-gpg-use-agent-p): Don't use it.
9388
9389 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9392         if we can.
9393
9394 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9395
9396         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9397         (pgg-gpg-update-agent): New function.
9398         (pgg-gpg-use-agent-p): New function.
9399         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9400         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9401         (pgg-gpg-sign-region): Use it.
9402
9403 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9406         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9407
9408 2006-03-21  Simon Josefsson  <jas@extundo.com>
9409
9410         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9411         <wilde@sha-bang.de>.
9412         (pgg-gpg-use-agent): New variable.
9413         (pgg-gpg-process-region): Use it.
9414         (pgg-gpg-encrypt-region): Likewise.
9415         (pgg-gpg-encrypt-symmetric-region): Likewise.
9416         (pgg-gpg-decrypt-region): Likewise.
9417         (pgg-gpg-sign-region): Likewise.
9418         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9419
9420 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9423
9424         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9425         Add comment on version.
9426
9427 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * smiley.el: Add missing test smiley.
9430
9431 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * mm-decode.el (mm-with-part): New macro.
9434         (mm-get-part): Use it; work with message/external-body as well.
9435         (mm-save-part): Treat name and filename equally.
9436
9437         * mm-extern.el (mm-extern-cache-contents): New function.
9438         (mm-inline-external-body): Use it; force the part to be displayed;
9439         move undisplayer added to the cached handle to the parent.
9440
9441         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9442         (gnus-mime-view-part-as-type): Work with message/external-body.
9443
9444         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9445
9446 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9449         images in image-load-path.  [Sync with image.el, revision 1.60, in
9450         Emacs.]
9451
9452 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9455         path rather than symbol.  Always return list of directories.
9456         Guarantee that image directory comes first.  [Sync with image.el,
9457         revision 1.59, in Emacs.]
9458
9459         * message.el (message-make-tool-bar): Adjust to new API of
9460         `gmm-image-load-path-for-library'.
9461
9462         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9463
9464         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9465
9466 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9467
9468         * gnus-art.el (gnus-article-only-boring-p):
9469         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9470         intangible text.
9471         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9472
9473 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9476         `defun' instead of `gmm-defun-compat'.
9477
9478 2006-03-14  Simon Josefsson  <jas@extundo.com>
9479
9480         * message.el (message-unique-id): Don't use message-number-base36
9481         if (user-uid) is a float.
9482         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9483
9484 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9487
9488         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9489         empty line between a part and a message part.
9490
9491 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * smiley.el: Add more test smileys.
9494         (smiley-data-directory, smiley-regexp-alist)
9495         (gnus-smiley-file-types): Fix doc strings.
9496         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9497         adding new elements.
9498         (smiley-mouse-map): Unused code.  Make it a comment.
9499
9500 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9503         scan latest NoCeM messages instead of old ones.
9504         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9505         delimiters that are recently used.
9506         (gnus-nocem-load-cache): Add autoload cookie.
9507
9508         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9509
9510         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9511         level which is larger than gnus-use-nocem is specified.
9512
9513         * gnus-group.el (gnus-group-get-new-news): Ditto.
9514
9515 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gnus-util.el (gnus-tool-bar-update): New function.
9518
9519         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9520         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9521
9522         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9523
9524         * gnus-group.el (gnus-group-redraw-when-idle)
9525         (gnus-group-redraw-check): Remove.
9526         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9527
9528 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9531         if optional last element is specified in splits (FIELD VALUE...).
9532
9533 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9536         to gmm-image-load-path-for-library.  Call with no-error argument.
9537         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9538
9539         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9540
9541         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9542
9543         * gmm-utils.el (gmm-image-load-path): Remove alias.
9544
9545 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * gmm-utils.el (gmm-image-load-path): Add alias.
9548
9549         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9550         nnml-generate-nov-databases-1.
9551         (nnml-generate-nov-databases): Use it.
9552         (nnml-generate-nov-databases-directory): Document no-active
9553         argument.
9554
9555         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9556         directory if path is t.  Add no-error.
9557
9558         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9559         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9560
9561         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9562         resetting gnus-article-browse-html-temp-list.
9563
9564         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9565         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9566         Add example to docstring.  Rename local variables.  Move error
9567         checks to default case in cond and simplify.
9568
9569 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9572         handle is multipart when calling it recursively.
9573         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9574
9575 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9576
9577         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9578         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9579
9580 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9583         is loaded.
9584
9585         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9586         loaded.
9587
9588 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9591         to "Emacs 23 (unicode)" in doc string.
9592
9593         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9594         "Emacs 23 (unicode)" in comment.
9595
9596 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9599
9600         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9601         characters 160 through 255 in Emacs 23.
9602
9603 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9606         gnus-article-browse-html-temp.
9607         (gnus-article-browse-delete-temp): Make it customizable.  Add
9608         `file'.  Adjust doc string.
9609         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9610         query for each file.  Adjust doc string.
9611         (gnus-article-browse-html-parts): Add
9612         `gnus-article-browse-delete-temp-files' to
9613         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9614
9615 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9616
9617         * gnus-art.el (gnus-article-browse-html-temp)
9618         (gnus-article-browse-delete-temp): New variables.
9619         (gnus-article-browse-delete-temp-files): New function.
9620         (gnus-article-browse-html-parts): Use it.
9621
9622 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9625
9626         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9627         string.
9628
9629         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9630         gnus-summary-insert-new-articles when unplugged.  Remove
9631         gnus-summary-search-article-forward.
9632
9633         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9634         display-visual-class instead of display-color-cells.
9635
9636 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * dgnushack.el: Autoload customize-group for XEmacs.
9639
9640         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9641         message/* containing non-ASCII text properly.
9642
9643 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * message.el: Require gmm-utils, remove autoloads.
9646         (message-tool-bar): Set default based on
9647         gmm-tool-bar-style.
9648         (message-tool-bar-gnome): Add gmm-customize-mode.
9649
9650         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9651         gmm-tool-bar-style.
9652         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9653
9654         * gnus-group.el (gnus-group-tool-bar): Set default based on
9655         gmm-tool-bar-style.
9656         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9657
9658         * gmm-utils.el (gmm-image-directory): Rename variable from
9659         gmm-image-load-path.
9660         (gmm-image-load-path): Use gmm-image-directory.
9661         (gmm-customize-mode): New function.
9662         (gmm-tool-bar-style): New variable.
9663
9664         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9665         gnus-group-redraw-line-number.
9666         (gnus-group-redraw-check): Simplify.
9667         (gnus-group-tool-bar-update): Remove redraw check.
9668         (gnus-group-make-tool-bar): Add redraw check.
9669
9670 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9671
9672         * gnus-art.el (gnus-button): Add missing parentheses.
9673
9674 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * lpath.el: Fbind line-number-at-pos.
9677
9678 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9681
9682 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * gnus-art.el (gnus-button): New face.
9685         (gnus-article-button-face): Use it.
9686
9687         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9688         gnus-summary-next-page.  Re-order.
9689
9690         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9691         next-node are now included.
9692         (gnus-group-redraw-line-number): New internal variable.
9693         (gnus-group-redraw-check): Helper function for updating the tool
9694         bar.
9695         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9696
9697         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9698
9699         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9700         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9701         Use it to match format of Spamassassin 3.0 and later.  Reported by
9702         IRIE Tetsuya <irie@t.email.ne.jp>.
9703         (spam-check-bogofilter)
9704         (spam-bogofilter-register-with-bogofilter): Fix args of
9705         `gnus-error' calls.
9706
9707 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9710         unnecessary interaction when sending queued mails.  Reported by
9711         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9712
9713 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9716         first or last are nil.
9717
9718 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9719
9720         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9721
9722 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723
9724         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9725
9726 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * dns.el (query-dns): Protect more against buggy tcp output.
9729
9730 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9733         nov.php.
9734
9735 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9736
9737         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9738         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9739         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9740         output on the server side.
9741         (nnweb-google-create-mapping): Update regexps and add some
9742         progress indication.
9743
9744 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9747         gnus-agent-toggle-plugged.  Re-order icons.
9748         (gnus-group-tool-bar-gnome): Add
9749         gnus-group-{prev,next}-unread-group.
9750         (gnus-group-tool-bar-gnome): Re-order icons.
9751
9752         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9753         gnus-summary-insert-new-articles.
9754
9755         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9756         comments.
9757
9758         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9759         also available in Emacs 21.3.
9760
9761         * message.el (message-fix-before-sending): Change "Emacs 22" to
9762         "Emacs 23 (unicode)" in comment.
9763
9764         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9765         "Emacs 23 (unicode)" in comment.
9766
9767         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9768         comment.
9769         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9770
9771         * mm-view.el (mm-fill-flowed): Add :version.
9772
9773 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9776         and load-path.
9777
9778 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * message.el: Autoload gmm-image-load-path.
9781         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9782         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9783         consitency.
9784
9785         * gmm-utils.el (gmm-image-load-path): Also search in
9786         "../etc/images".  Don't set gmm-image-load-path if we don't find
9787         the image.
9788
9789 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gmm-utils.el (gmm-image-load-path): Don't make
9792         `gmm-image-load-path' include subdirectories which the second arg
9793         `image' might specify.
9794
9795         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9796         subdirectory to icon file names.
9797
9798         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9799
9800 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9803         gmm-image-load-path calls.
9804
9805         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9806
9807         * message.el (message-make-tool-bar): Ditto.
9808
9809         * mml.el (mml-preview): Added comment concerning tool bar icons.
9810
9811         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9812         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9813
9814         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9815         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9816
9817         * message.el (message-tool-bar-gnome): Use new icon names.
9818         (message-make-tool-bar): Use `gmm-image-load-path'.
9819
9820         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9821         functions from MH-E.
9822         (gmm-image-load-path): New variable from MH-E.
9823         (gmm-image-load-path): New function from MH-E.  Added arguments
9824         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9825         *-image-load-path-called-flag.
9826
9827 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9828
9829         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9830
9831 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9832
9833         * nnimap.el (nnimap-request-move-article): Change folder back to
9834         source group before deleting.
9835
9836 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9839
9840         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9841         mm-url.
9842
9843         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9844
9845 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9848         coding system which mm-charset-to-coding-system returns for a
9849         given charset is valid.
9850
9851 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9852
9853         * html2text.el (html2text-remove-tag-list):
9854         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9855
9856 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9857
9858         * gnus-cus.el: Revert 2005-10-17 change.
9859
9860 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-art.el (article-strip-banner): Call
9863         article-really-strip-banner only when the regexp match is made.
9864
9865 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-art.el (article-strip-banner): Use
9868         gnus-extract-address-components instead of
9869         mail-header-parse-addresses to make it work with non-ASCII text;
9870         remove mail-encode-encoded-word-string.
9871
9872         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9873         values which are surrounded with \"...\"; make it never cause a
9874         Lisp error; give up parsing of parameters if it failed in
9875         extracting type.
9876
9877 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9878
9879         * smime.el (smime-cert-by-ldap-1): Fix bug where
9880         `smime-ldap-search' returns results without userCertificates.
9881
9882 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9885
9886 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * spam.el (spam-check-spamassassin-headers): Adapt format for
9889         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9890         <ari@mbf.ocn.ne.jp>.
9891         (spam-list-of-processors): Add spam-use-gmane.
9892
9893 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9896         make-temp-file; make it work with XEmacs as well.
9897
9898         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9899         mm-make-temp-file.
9900
9901         * mm-decode.el (mm-display-external): Use the 3rd arg of
9902         mm-make-temp-file.
9903         (mm-create-image-xemacs): Ditto.
9904
9905 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9908         with message-narrow-to-headers.
9909         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9910         (gnus-draft-check-draft-articles): New function.
9911         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9912
9913 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * gnus-art.el (gnus-article-browse-html-parts):
9916         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9917         Don't use suffix argument for mm-make-temp-file for Emacs 21
9918         compatibility.  Remove useless `format'.
9919
9920 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9921
9922         * nnweb.el (nnweb-google-wash-article): Update regexps.
9923         (nnweb-group-alist): Use defvoo instead of defvar.
9924
9925 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9928         re-loading nn* modules.
9929
9930 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9933         for `tool-bar-mode' and don't check it's default-value.
9934
9935         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9936
9937         * message.el (message-make-tool-bar): Ditto.
9938
9939         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9940         `substring'.  Shorten tmp-file name.
9941
9942         * gnus.el: Remove bogus comment.
9943
9944 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9945
9946         * gnus-art.el (gnus-article-browse-html-parts): New function.
9947         (gnus-article-browse-html-article): New function for viewing html
9948         articles with a browser.
9949
9950 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9951
9952         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9953         in elisp.
9954         (pgg-gpg-encrypt-symmetric-region): Ditto.
9955         (pgg-gpg-sign-region): Ditto.
9956
9957         * pgg-def.el (pgg-text-mode): New variable.
9958
9959         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9960         (mml2015-pgg-encrypt): Ditto.
9961
9962         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9963         (mml1991-pgg-encrypt): Ditto.
9964
9965 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9968         message-make-date instead of current-time-string.
9969
9970         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9971         to gnus-decoded which mm-uu might set.
9972
9973 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9976         don't decode quoted parameters; remove misimported Emacs code.
9977         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9978         (rfc2231-decode-encoded-string): Don't use split-string which
9979         behaves differently according to Emacs version; use
9980         mm-decode-coding-region to convert charset to coding-system.
9981         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9982         (rfc2231-encode-string): Remove misimported Emacs code.
9983
9984 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9987         when calling mail-header-parse-content-type.
9988         (article-de-quoted-unreadable): Ditto.
9989         (article-de-base64-unreadable): Ditto.
9990         (article-wash-html): Ditto.
9991
9992         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9993         calling mail-header-parse-content-type and
9994         mail-header-parse-content-disposition.
9995         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9996         mail-header-parse-content-type.
9997
9998         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9999         insert charset and format parameters; encode description after
10000         inserting it to buffer.
10001         (mml-insert-parameter): Fold lines properly even if a parameter is
10002         segmented into two or more lines; change the max column to 76.
10003
10004         * rfc1843.el (rfc1843-decode-article-body): Don't use
10005         ignore-errors when calling mail-header-parse-content-type.
10006
10007         * rfc2231.el (rfc2231-parse-string): Return at least type if
10008         possible; don't cause an error even if it fails in parsing of
10009         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10010         (rfc2231-encode-string): Don't break lines at the beginning, leave
10011         it to mml-insert-parameter.
10012
10013         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10014         calling mail-header-parse-content-type.
10015
10016 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * spam-report.el (spam-report-gmane-use-article-number):
10019         Improve doc string.
10020         (spam-report-gmane-internal): Check if a suitable header was found
10021         in the article.
10022
10023 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10026         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10027
10028 2006-02-05  Romain Francoise  <romain@orebokech.com>
10029
10030         Update copyright notices of all files in the gnus directory.
10031
10032 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10033
10034         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10035
10036 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10039         segmented lines of parameter value to cope with Thunderbird 1.5
10040         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10041         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10042         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10043
10044 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10045
10046         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10047         parts.
10048
10049 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10050
10051         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10052         there's only one active file for all servers.
10053         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10054         solid groups.  Gnus might have used a FAST request to select the group.
10055         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10056         and nnweb-search redundantly in the active file.
10057         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10058         (nnweb-request-create-group): Don't use ARGS.
10059         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10060         initialisations.  Let nnoo do the work.
10061
10062 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10065         Say the part has been decoded.
10066
10067         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10068
10069 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10070
10071         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10072         mailcap-viewer-test-cache when there's no 'test clause, since that
10073         will invert the meaning of a "nil" test previously determined by
10074         mailcap-mailcap-entry-passes-test.
10075
10076 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10079         compiling.
10080
10081         * gnus-sum.el: Ditto.
10082
10083         * message.el: Don't bind tool-bar-map when compiling.
10084
10085 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10086
10087         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10088
10089 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10090
10091         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10092         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10093         current Google Groups.
10094
10095 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10098         and tool-bar-mode.
10099
10100         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10101         and tool-bar-mode.
10102
10103         * message.el (message-tool-bar-update): Simplify.
10104         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10105
10106         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10107         gnus-summary-buffer.
10108         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10109         gnus-summary-reply.
10110
10111         * gmm-utils.el (gmm): Add :version.
10112
10113 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * Makefile.in (clean): New rule.
10116         (distclean): Use it.
10117
10118 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10119
10120         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10121         autoload.
10122
10123 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gmm-utils.el (gmm-verbose): Add :group.
10126
10127 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * message.el: Change some comments WRT tool-bars.
10130
10131         * gnus-sum.el (gnus-summary-tool-bar)
10132         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10133         (gnus-summary-tool-bar-zap-list): New variables.
10134         (gnus-summary-make-tool-bar): Complete rewrite using
10135         `gmm-tool-bar-from-list'.
10136
10137         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10138         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10139         variables.
10140         (gnus-group-make-tool-bar): Complete rewrite using
10141         `gmm-tool-bar-from-list'.
10142         (gnus-group-tool-bar-update): New function.
10143
10144         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10145
10146 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10149         is dissected into a single part of which the type is the same as
10150         the given one; decode charset.
10151
10152 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10153
10154         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10155         into alists as symbol not string, since that's what
10156         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10157         look for.
10158
10159 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10162         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10163
10164         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10165
10166 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10169         (gnus-xmas-mime-security-button-menu): New function.
10170
10171         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10172         (gnus-mime-security-button-menu): New definition.
10173         (gnus-mime-security-button-map): Use them.
10174         (gnus-mime-security-button-menu): New function.
10175         (gnus-insert-mime-security-button): Addition to help echo.
10176         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10177         (gnus-mime-security-pipe-part): New functions.
10178
10179         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10180         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10181
10182         * mm-decode.el (mm-handle-set-disposition): Remove.
10183         (mm-handle-set-description): Remove.
10184
10185 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10188         (mm-w3m-standalone-supports-m17n-p): New function.
10189         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10190         w3m usage.
10191
10192         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10193         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10194
10195 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * message.el (message-tool-bar-zap-list): Use
10198         gmm-tool-bar-zap-list as custom type.
10199         (message-tool-bar-update): New function.
10200         (message-tool-bar, message-tool-bar-gnome)
10201         (message-tool-bar-retro): Add message-tool-bar-update.
10202         (message-tool-bar-gnome): Add flyspell-buffer.
10203
10204         * gnus-util.el (gnus-error): Describe `args'.
10205
10206         * gmm-utils.el (gmm-error): Describe `args'.
10207         (gmm-tool-bar-zap-list): New widget.
10208         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10209
10210 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10213         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10214         the number of recursive calls.
10215
10216         * mm-decode.el (mm-handle-set-disposition): New macro.
10217         (mm-handle-set-description): New macro.
10218
10219 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10222         encoding.
10223
10224 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * message.el (message-tool-bar-zap-list, message-tool-bar)
10227         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10228         (message-tool-bar-local-item-from-menu): Remove.
10229         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10230         (message-make-tool-bar): New function.
10231         (message-mode): Use `message-make-tool-bar'.
10232
10233         * gmm-utils.el: New file.
10234         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10235         (gmm-lazy): New widget copied from `nnmail.el'.
10236         (gmm-tool-bar-from-list): New function for creating customizable
10237         tool bars.
10238         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10239         output.
10240         (gmm): Add :prefix to defgroup.
10241
10242 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10243
10244         * gmm-utils.el (gmm-widget-p): New function.
10245
10246 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10247
10248         * mml.el (mml-attach-file): Describe `description' in doc string.
10249         (mml-menu): Add Emacs MIME manual and PGG manual.
10250
10251 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10252
10253         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10254
10255 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10256
10257         * nntp.el (nntp-end-of-line): Doc fix.
10258
10259 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10260
10261         * imap.el (imap-open): Handle case where buffer is a buffer
10262         object.
10263
10264 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10265
10266         * gnus-delay.el (gnus-delay): Don't autoload.
10267         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10268         to be re-loaded when customizing the `gnus-delay' group.
10269
10270 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10271
10272         * message.el (message-insert-citation-line): Use newlines.
10273
10274 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10275
10276         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10277         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10278         these routines, so the passphrase can be managed externally and
10279         passed in to the system.
10280         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10281         pgg-add-passphrase-to-cache function.
10282
10283         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10284         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10285         these routines, so the passphrase can be managed externally and
10286         passed in to the system.
10287         (pgg-pgp5-sign-region): Use new name of
10288         pgg-add-passphrase-to-cache function.
10289
10290 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10291
10292         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10293         part of the decoded armor to find the key-identifier.
10294         (pgg-gpg-lookup-key-owner): New function to return the
10295         human-readable identifier of a key owner.
10296         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10297         itself.
10298         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10299         the key value) if we have a key and can match it against a secret
10300         key.  Also, added a note pointing out fact that the prompt only
10301         indicates the first matching key.
10302
10303         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10304         pgg-decrypt-region.
10305         (pgg-add-passphrase-to-cache): Rename from
10306         `pgg-add-passphrase-cache' to reduce confusion (all callers
10307         changed).
10308         (pgg-remove-passphrase-from-cache): Rename from
10309         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10310         changed).
10311         (pgg-read-passphrase, pgg-add-passphrase-cache)
10312         (pgg-remove-passphrase-cache): Add informative docstrings.
10313         (pgg-decrypt): Convey provided passphrase in subordinate call to
10314         pgg-decrypt-region.
10315
10316 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10317
10318         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10319         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10320         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10321         'passphrase' argument, so the passphrase can be managed externally
10322         and then passed in to the system.
10323
10324         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10325         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10326         so the passphrase cache can be used reliably with identifiers
10327         besides a pgp packet's key id.
10328
10329         * pgg-gpg.el (pgg-gpg-encrypt-region)
10330         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10331         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10332         these routines, so the passphrase can be managed externally and
10333         passed in to the system.
10334
10335         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10336         'notruncate' argument, so the passphrase cache can be used
10337         reliably with identifiers besides a pgp packet's key id.
10338
10339 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10340
10341         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10342         symmetric encryption.
10343         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10344         encrypted session key.
10345         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10346         message ask for the passphrase in a proper way.
10347
10348         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10349         New user commands for symmetric encryption.
10350
10351 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10354
10355         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10356
10357 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10358
10359         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10360
10361 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * mm-decode.el (mm-inlined-types): Add application/pgp.
10364         (mm-automatic-display): Ditto.
10365
10366         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10367         part as text.
10368
10369 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * nnrss.el: Update copyright.
10372         (nnrss-opml-import): Query whether to subscribe to each entry.
10373
10374         * gnus-art.el:
10375         * gnus-sum.el:
10376         * gnus-xmas.el:
10377         * messagexmas.el:
10378         * mm-uu.el:
10379         * mm-view.el: Update copyright.
10380
10381 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * message.el (message-info): New function.
10384         (message-mode-menu): Add it.
10385         Update copyright.
10386
10387         * ChangeLog: Fix and update copyright.
10388
10389 2006-01-13  Romain Francoise  <romain@orebokech.com>
10390
10391         * message.el (message-forward-subject-name-subject): Prefer the
10392         address to 'nowhere' if the sender has no name.
10393         Fix typo.  Update copyright year.
10394
10395 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-art.el (article-wash-html): Use
10398         gnus-summary-show-article-charset-alist if a numeric arg is given.
10399         (gnus-article-wash-html-with-w3m-standalone): New function.
10400
10401         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10402         mm-inline-text-html-render-with-w3m-standalone.
10403         (mm-text-html-washer-alist): Map w3m-standalone to
10404         gnus-article-wash-html-with-w3m-standalone.
10405         (mm-inline-text-html-render-with-w3m-standalone): New function.
10406
10407 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10410         Improve LaTeX.
10411
10412 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10415         (nnrss-request-article): Render text/plain parts as HTML.
10416
10417         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10418         the buffer.
10419
10420 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10423         custom definition of `gnus-posting-styles'.
10424
10425         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10426         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10427
10428 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10431         Use nntp for bug archive.
10432
10433 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10436         parts.
10437         (nnrss-normalize-date): New function converts ISO 8601 date into
10438         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10439         (nnrss-check-group): Use it.
10440
10441 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10444
10445         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10446         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10447         (nnrss-insert-w3): Ditto.
10448
10449 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10452         the articles to be forwarded including the case where neither a
10453         number of articles nor a region is specified.
10454
10455 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * nnrss.el (nnrss-request-article): Fix last change; fill
10458         text/plain parts.
10459
10460 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10463         in text/plain part.
10464         (nnrss-check-group): Don't add excessive newline to dc:subject.
10465
10466 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10467
10468         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10469         article.
10470
10471 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10474         (nnml-use-compressed-files, nnml-save-mail): Support other
10475         comression programs such as bzip2.
10476
10477 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10478
10479         * dns.el (query-dns): Make sure we check the buffer size before
10480         removing tcp headers.
10481
10482 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10485         remove MIME buttons associated with multipart/alternative parts.
10486         (gnus-mime-display-alternative): Tag buttons using `article-type'
10487         text property.
10488
10489         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10490         associated with multipart/alternative parts.
10491
10492         * gnus-art.el (gnus-signature-separator): Fix custom type.
10493
10494         * mm-decode.el (mm-inlined-types): Fix custom type.
10495         (mm-keep-viewer-alive-types): Ditto.
10496         (mm-automatic-display): Ditto.
10497         (mm-attachment-override-types): Ditto.
10498         (mm-inline-override-types): Ditto.
10499         (mm-automatic-external-display): Ditto.
10500
10501 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * spam-report.el (spam-report-user-mail-address)
10504         (spam-report-user-agent): New variables.
10505         (spam-report-url-ping-plain): Use spam-report-user-agent.
10506
10507 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10508
10509         * gnus-art.el (gnus-button-handle-custom): Do not just use
10510         `customize-apropos' for any "M-x customize-*" button but the
10511         function called for.  Accept both the function name and its
10512         argument in order to achieve this.
10513         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10514         function name to `gnus-button-handle-custom' in case of "M-x
10515         customize-*" buttons.
10516
10517 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10520         multipart/alternative and add xref to mm-discouraged-alternatives
10521         in doc string.
10522
10523         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10524         gnus-buttonized-mime-types in doc string.
10525
10526 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10529         Suggest image/.* in the doc string.
10530
10531 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10534         message-marks (Debian bug #342521).
10535
10536 2005-12-12  Simon Josefsson  <jas@extundo.com>
10537
10538         * password.el (password-read-from-cache): Add.
10539         (password-read): Use it.
10540
10541 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10544         us-ascii as a MIME charset.
10545
10546         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10547         against the case where the 2nd arg TYPE is nil.
10548
10549 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * pop3.el (pop3-stream-type): Fix custom version.
10552
10553         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10554
10555 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10556
10557         * mm-decode.el (mm-display-external): Add missing cdr.
10558
10559 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10562         RFC1524) if it is in mailcap or add a suffix according to
10563         mailcap-mime-extensions when generating a temp filename; postpone
10564         deleting a temp file for 2 seconds for some wrappers, shell
10565         scripts, and so on, which might exit right after having started a
10566         viewer command as a background job.
10567
10568 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * nntp.el (nntp-marks-directory): Fix custom group.
10571
10572         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10573         steps when < 10.
10574
10575         * gnus-start.el (gnus-no-server-1): Mention
10576         `gnus-level-default-subscribed' in doc string.
10577
10578 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10579
10580         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10581         parens.
10582
10583 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus-xmas.el (gnus-use-toolbar): Revert.
10586         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10587         gnus-use-toolbar is default.
10588
10589         * messagexmas.el (message-use-toolbar): Revert.
10590         (message-setup-toolbar): Use global default-toolbar if
10591         message-use-toolbar is default.
10592
10593 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10596         according to default-toolbar-visible-p.
10597
10598         * messagexmas.el (message-use-toolbar): Ditto.
10599
10600 2005-11-26  Dave Love  <fx@gnu.org>
10601
10602         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10603         (tls-program, tls-success): Provide openssl alternative.
10604
10605         * starttls.el: Doc fixes.
10606         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10607         SERVICE to PORT.
10608
10609         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10610         port null or service name.
10611         (starttls-negotiate): Autoload.
10612
10613 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * message.el (message-kill-to-signature): Fix interactive spec.
10616
10617 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * pop3.el (pop3-open-server): Recognize a string as a service name.
10620
10621 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10622
10623         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10624
10625 2005-11-23  Dave Love  <fx@gnu.org>
10626
10627         Add pop3s, pop3/starttls.
10628
10629         * pop3.el (pop3-authentication-scheme): Clarify doc.
10630         (open-tls-stream, starttls-open-stream): Autoload.
10631         (pop3-stream-type): New.
10632         (pop3-open-server): Use it.
10633
10634         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10635         for POP.
10636         (mail-source-keyword-map): Add :stream for POP.
10637         (mail-source-fetch-pop): Use pop3-stream-type.
10638
10639 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10642         of current-time-string.
10643
10644 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10645
10646         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10647         date header.
10648
10649 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10650
10651         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10652         it can seriously impact performance as it bypasses the agent's
10653         local caches.
10654
10655 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10656
10657         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10658         must be explicitly online rather than "not explicitly offline" for
10659         its flags to be synchronized.
10660
10661         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10662         that gnus-uu-unmark-thread will function correctly.
10663
10664         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10665         1024K is instead displayed as 1M.
10666
10667 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668
10669         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10670
10671 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10672
10673         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10674
10675 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10676
10677         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10678         error message to display actual error condition.
10679         (gnus-agent-save-local): Avoid saving symbols that are bound to
10680         nil as they simply result in a warning message in
10681         gnus-agent-read-local.
10682
10683 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10686         rather than make-variable-buffer-local for file-precious-flag.
10687
10688 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10689
10690         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10691         for duplicates which are removed.  The invalid sort check then
10692         triggers a rescan after the sort as sorting may have moved
10693         duplicate entries such that they can be cheaply detected.
10694
10695 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10698
10699 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10700
10701         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10702         internal variable to a custom variable.  Changed default value
10703         from compressed(2) to uncompressed(1).
10704         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10705         support for uncompressed agentview files.  Taken together, reading
10706         the agentview file should now be 6-7 times faster.
10707
10708 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10709
10710         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10711         as a buffer-local variable.  This avoids creating truncated
10712         dribble files as a result of a hang up, eg.
10713
10714 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10715
10716         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10717         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10718         XEmacs.
10719
10720 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * gnus-start.el (gnus-start-draft-setup): Enforce
10723         `gnus-draft-mode' for nndraft:drafts at startup.
10724
10725         * gnus.el (gnus-splash): Change custom group.
10726         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10727         allow-list argument.
10728
10729         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10730         string.
10731
10732 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * gnus-art.el (gnus-default-article-saver): Add user-defined
10735         `function' to custom type.
10736
10737 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10738
10739         * imap.el (imap-open): Handle case where buffer is a buffer
10740         object.
10741
10742 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10745         long lines.
10746         (gnus-cache-delete-group): Wrap doc strings.
10747
10748         * gnus-agent.el (gnus-agent-rename-group)
10749         (gnus-agent-delete-group): Wrap doc strings.
10750
10751 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * messagexmas.el (message-use-toolbar): Change the valid values
10754         into default, top, bottom, left, and right.
10755         (message-toolbar-thickness): New variable.
10756         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10757         well.
10758         (message-setup-toolbar): Make it work.
10759
10760         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10761         (gnus-use-toolbar): Change the valid values into default, top,
10762         bottom, left, and right.
10763         (gnus-toolbar-thickness): New variable.
10764         (gnus-xmas-setup-toolbar): New function.
10765         (gnus-xmas-setup-group-toolbar): Use it.
10766         (gnus-xmas-setup-summary-toolbar): Use it.
10767
10768 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10769
10770         * gnus-start.el (gnus-1): Add "native" to
10771         gnus-predefined-server-alist.
10772
10773         * gnus.el (gnus-method-to-server): Don't add "native" to the
10774         lists here, because that leads to problems when
10775         gnus-select-method is bound.
10776
10777 2005-11-09  Simon Josefsson  <jas@extundo.com>
10778
10779         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10780         use (not sort-by-date) instead.
10781
10782 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10783
10784         * gnus-delay.el (gnus-delay-group): Don't autoload.
10785         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10786         to be re-loaded when customizing the `gnus-delay' group.
10787
10788 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10789
10790         * message.el: Revert last changes.
10791         (message-insert-citation-line): Use newlines.
10792
10793 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10794
10795         * message.el (message-courtesy-message)
10796         (message-mark-insert-begin, message-mark-insert-end)
10797         (message-elide-ellipsis, message-cancel-message)
10798         (message-add-header, message-change-subject)
10799         (message-cross-post-followup-to-header)
10800         (message-cross-post-insert-note, message-reduce-to-to-cc)
10801         (message-widen-reply, message-delete-not-region)
10802         (message-kill-to-signature, message-insert-signature)
10803         (message-insert-importance-high, message-insert-importance-low)
10804         (message-insert-or-toggle-importance)
10805         (message-insert-disposition-notification-to)
10806         (message-indent-citation, message-yank-original)
10807         (message-cite-original-without-signature, message-cite-original)
10808         (message-insert-citation-line, message-position-on-field)
10809         (message-fix-before-sending, message-send-mail-partially)
10810         (message-send-mail, message-send-mail-with-sendmail)
10811         (message-send-mail-with-qmail, message-send-news)
10812         (message-check-news-header-syntax, message-generate-headers)
10813         (message-insert-courtesy-copy, message-fill-address)
10814         (message-fill-header, message-shorten-references)
10815         (message-setup-1, message-cancel-news)
10816         (message-forward-make-body-plain, message-forward-make-body-mime)
10817         (message-forward-make-body-mml, message-encode-message-body)
10818         (message-forward-make-body-digest-plain)
10819         (message-forward-make-body-digest-mime)
10820         (message-use-alternative-email-as-from): Insert `hard-newline'
10821         instead of ordinary newlines.
10822
10823 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * message.el (message-generate-headers): Downcase the argument
10826         given to message-check-element.
10827
10828 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10829
10830         * nntp.el (nntp-authinfo-rejected): New error condition.
10831         (nntp-wait-for): Use new error condition to signal authentication
10832         error.
10833         (nntp-retrieve-data): Rethrow new error condition to break out of
10834         recursive call to nntp-send-authinfo.
10835
10836 2005-11-08  Romain Francoise  <romain@orebokech.com>
10837
10838         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10839         (gnus-summary-exit-map): Bind to `Z p'.
10840         (gnus-summary-make-menu-bar): Add menu item.
10841
10842 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10845         (gnus-treat-*): Add `first' in all doc strings.
10846
10847         * gnus-group.el (gnus-group-compact-group): Fix typo.
10848
10849 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus.el (gnus-parameters-case-fold-search): New variable.
10852         (gnus-parameters-get-parameter): Use it.
10853
10854         * gnus-score.el (gnus-home-score-file): Doc fix.
10855
10856 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10857
10858         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10859
10860 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * mm-util.el (mm-special-display-p): New function.
10863
10864         * mml.el (mml-preview): Use it; doc fix.
10865
10866 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10867
10868         * imap.el (imap-open): Handle case where buffer is a buffer object.
10869
10870 2005-10-29  Romain Francoise  <romain@orebokech.com>
10871
10872         * message.el (message-fix-before-sending): Fix comment.
10873
10874 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10875
10876         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10877
10878 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10879
10880         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10881         Used in gnus-score.el.
10882
10883 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10886
10887 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10890         whitespace removed in revision 7.8.  Use concatenated string to
10891         protect trailing whitespace.
10892
10893 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10894
10895         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10896         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10897         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10898         Courier IMAP ("some version from 2004").  Mostly based on similar
10899         code in the same function.
10900
10901 2005-10-26  Didier Verna  <didier@xemacs.org>
10902
10903         * gnus-group.el (gnus-group-compact-group): Invalidate original
10904         article buffer.
10905         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10906         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10907         NOV database and in article itself.
10908         Invalidate article backlog.
10909
10910 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10913
10914 2005-10-26  Simon Josefsson  <jas@extundo.com>
10915
10916         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10917         part of 2004-07-25 change.
10918
10919 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * message.el (message-display-completion-list): New function.
10922         (message-expand-group): Use it; make sure the Completions buffer
10923         is modifiable.
10924 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10925
10926         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10927         user-mail-name is an empty string.
10928
10929 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10932         depending on gnus-score-decay-constant.
10933
10934         * encrypt.el (encrypt-insert-file-contents)
10935         (encrypt-write-file-contents): Don't use `gnus-message'.
10936
10937         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10938         arguments.
10939         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10940         arguments to mm-uu-verbatim-marks-extract.
10941         (mm-uu-hide-markers): New variable.
10942         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10943
10944         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10945         (gnus-convert-image-to-face-command): Use "convert" by default to
10946         allow other input image formats.
10947         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10948         accordingly.
10949
10950 2005-10-23  Simon Josefsson  <jas@extundo.com>
10951
10952         * imap.el (imap-gssapi-program): Align command line parameters
10953         with latest GNU SASL.
10954         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10955
10956 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957
10958         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10959         HTML.
10960         (nnslashdot-request-article): Ditto.
10961
10962         * lpath.el (featurep): Add nobreak-char-display.
10963
10964 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10965
10966         * mail-source.el (mail-source-fetch-pop): Require pop3.
10967         (mail-source-check-pop): Ditto.
10968
10969 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10972         errors.
10973
10974 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10977         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10978
10979         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10980
10981         * mm-bodies.el (mm-decode-string): Call
10982         `mm-charset-to-coding-system' with allow-override argument.
10983
10984 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10987         (rfc2047-charset-to-coding-system): New function.
10988         (rfc2047-decode-encoded-words): New function.
10989         (rfc2047-decode-region): Use them.
10990         (rfc2047-decode-cte): Remove.
10991         (rfc2047-parse-and-decode): Remove.
10992         (rfc2047-decode): Remove.
10993
10994 2005-10-15  Kenichi Handa  <handa@m17n.org>
10995
10996         * rfc2047.el (rfc2047-decode-cte): New function.
10997         (rfc2047-decode-region): Change the way to decode successive
10998         encoded-words: decode B- or Q-encoding in each encoded-word,
10999         concatenate them, and decode it as charset.
11000
11001 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * lpath.el: Fbind codepage-setup for XEmacs.
11004
11005 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11006
11007         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11008         widget-move-and-invoke.
11009         (gnus-custom-mode): Use gnus-custom-map.
11010
11011 2005-10-15  Bill Wohler  <wohler@newt.com>
11012
11013         * message.el (message-tool-bar-map): Renamed image file from
11014         mail_send to mail/send.
11015
11016 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11017
11018         * message.el (message-expand-group): Pass the common
11019         prefix substring of completion to `display-completion-list'.
11020
11021 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11022
11023         * mml-sec.el (mml-secure-method): New internal variable.
11024         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11025         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11026         functions using mml-secure-method.
11027
11028         * mml.el (mml-mode-map): Add key bindings for those functions.
11029         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11030         Harder <harder@myrealbox.com>.
11031         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11032         end of message if point is the headers of the message.
11033
11034         * message.el (message-in-body-p): New function.
11035
11036         * assistant.el: Autoload gnus-util and netrc.
11037
11038         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11039         Use `mm-charset-override-alist' only when decoding.
11040
11041         * mm-bodies.el (mm-decode-body): Call
11042         `mm-charset-to-coding-system' with allow-override argument.
11043
11044         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11045         `filename' from Content-Disposition if Content-Type doesn't
11046         provide `name'.
11047         (gnus-mime-view-part-as-type): Set default instead of
11048         initial-input.
11049
11050 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11051
11052         * format-spec.el (format-spec): Propagate text properties of % spec.
11053
11054 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * gnus-art.el (gnus-treat-predicate): Add `first'.
11057
11058 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11061         (mm-charset-override-alist): New variable.
11062         (mm-charset-to-coding-system): Use it.
11063         (mm-codepage-setup): New helper function.
11064         (mm-charset-eval-alist): New variable.
11065         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11066         about unknown charsets.
11067
11068         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11069
11070 2005-10-04  David Hansen  <david.hansen@gmx.net>
11071
11072         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11073         (nnrss-check-group): Ditto.
11074
11075 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11078         Rename x-gnus-verbatim to x-verbatim.
11079         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11080
11081         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11082         x-verbatim.
11083
11084         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11085
11086         * gnus-util.el (gnus-remove-duplicates): Remove.
11087
11088         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11089         instead of gnus-remove-duplicates.
11090
11091         * message.el (message-remove-duplicates): Remove.
11092         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11093         message-remove-duplicates.
11094
11095         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11096         available, else use implementation from `delete-dups'.
11097
11098         * message.el (message-insert-expires): New function.
11099         (message-mode-map): Add key binding.
11100         (message-mode-field-menu): Add menu entry.
11101         (message-mode): Document it.
11102         (message-make-expires-date): Use `message-make-date'.
11103
11104 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11105
11106         * message.el (message-make-expires-date): New function.
11107
11108 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * Makefile.in (list-installed-shadows): New entry.
11111         (install): Use it.
11112         (remove-installed-shadows): New entry.
11113
11114         * dgnushack.el (dgnushack-default-load-path): New variable.
11115         (dgnushack-find-lisp-shadows): New function.
11116         (dgnushack-remove-lisp-shadows): New function.
11117
11118 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * Makefile.in (install-el-elc): New entry.
11121         (install): Use it so that .el files are necessarily installed.
11122
11123 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11126
11127 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11128
11129         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11130         function rather than the diff-mode.el package.
11131         (mm-display-external): Use with-current-buffer.
11132         (mm-viewer-completion-map, mm-viewer-completion-map):
11133         Move initialization inside declaration.
11134
11135 2005-09-29  Simon Josefsson  <jas@extundo.com>
11136
11137         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11138         autoload mail-check-payment.
11139         (spam-check-hashcash): Define unconditionally, since hashcash.el
11140         is part of Gnus now.  Ignore errors from payment checking.
11141
11142 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * message.el (message-bold-region, message-unbold-region): Rename
11145         from `bold-region' and `unbold-region'.
11146
11147         * message.el: Remove useless autoloads.
11148
11149 2005-09-28  Simon Josefsson  <jas@extundo.com>
11150
11151         * message.el (message-use-idna): Default to t.
11152         (message-use-idna): Test whether encoding works too.  Doc fix.
11153
11154 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * nntp.el (nntp-warn-about-losing-connection): Remove.
11157
11158 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11161         customizable.  Change default value.
11162         (mm-uu-diff-groups-regexp): Change default value.
11163         (mm-uu-type-alist): Add doc string.
11164         (mm-uu-configure): Add doc string.  Make it interactive.
11165         (mm-uu-tex-groups-regexp): New variable.
11166         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11167         (mm-uu-type-alist): Add LaTeX documents.
11168         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11169         of "text/verbatim".
11170         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11171
11172         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11173         instead of "text/verbatim".
11174
11175         * message.el (message-mark-inserted-region)
11176         (message-mark-insert-file): Use slrn style marks when called with
11177         prefix argument.
11178
11179 2005-09-27  Simon Josefsson  <jas@extundo.com>
11180
11181         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11182
11183 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11184
11185         * message.el (message-remove-duplicates): New function.
11186         Implementation borrowed from `gnus-remove-duplicates'.
11187         (message-idna-to-ascii-rhs): Also encode idna addresses in
11188         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11189         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11190         only ask about the same idna domain once per header and also tell
11191         in what header to replace the idna domain.
11192
11193         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11194         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11195         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11196         a header is decoded and not just the last one.
11197
11198 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11201         has been decoded.
11202
11203         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11204         (mm-insert-part): Don't modify text if it has been decoded.
11205
11206         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11207         decoded.
11208
11209         * mm-view.el (mm-inline-text): Don't strip text props unless
11210         decoding enriched or richtext parts.
11211
11212 2005-09-25  Romain Francoise  <romain@orebokech.com>
11213
11214         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11215         * gnus-start.el (gnus-subscribe-interactively):
11216         * gnus-uu.el (gnus-uu-grab-articles):
11217         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11218         space.
11219
11220 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11221
11222         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11223         * mm-view.el (mm-view-pkcs7-decrypt):
11224         * gnus-sum.el (gnus-summary-limit-to-extra)
11225         (gnus-summary-respool-article, gnus-read-move-group-name):
11226         * gnus-score.el (gnus-summary-increase-score):
11227         * gnus-util.el (gnus-completing-read-with-default):
11228         * gnus-art.el (gnus-read-save-file-name)
11229         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11230         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11231         * message.el (message-check-news-header-syntax):
11232         Follow convention for reading with the minibuffer.
11233
11234 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * spam-report.el (spam-report-url-ping-plain):
11237         Use gnus-extended-version as User-Agent.
11238
11239         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11240         default value is nil.
11241
11242         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11243         (mm-uu-verbatim-marks-extract): New function.
11244         (mm-uu-extract): New face.
11245         (mm-uu-copy-to-buffer): Use it.
11246
11247         * spam-report.el (spam-report-gmane-ham): Renamed from
11248         `spam-report-gmane-unspam'.
11249         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11250         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11251
11252         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11253         Autoload.
11254         (spam-report-gmane-unregister-routine): Renamed
11255         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11256
11257 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11258
11259         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11260         (spam-report-gmane-unregister-routine): Add support for gmane
11261         unregistration.
11262
11263         * spam-report.el (spam-report-gmane-unspam)
11264         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11265         (spam-report-gmane): Change to take a single article and do unspam
11266         registration.
11267
11268 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * mm-url.el (mm-url-decode-entities): Fix regexp.
11271
11272 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11275         default to nil, to be able to use Gnus at all.  If the default
11276         switches to something else, then the function should be fixed not
11277         be exceedingly slow.
11278
11279 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11280
11281         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11282         fail hard.
11283
11284         * spam-report.el: Add better Keywords line.
11285
11286         * spam.el: Add Maintainer and better Keywords line.
11287
11288 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gnus-art.el (gnus-article-replace-part)
11291         (gnus-mime-replace-part): New functions.
11292         (gnus-mime-action-alist, gnus-mime-button-commands)
11293         (gnus-mime-save-part-and-strip): Added file argument.
11294         (gnus-article-part-wrapper): Added interactive argument.
11295
11296         * gnus-sum.el (gnus-summary-mime-map): Add
11297         `gnus-article-replace-part'.
11298
11299 2005-09-19  Didier Verna  <didier@xemacs.org>
11300
11301         The nnml compaction feature:
11302         * nnml.el (nnml-request-compact-group): New function.
11303         * nnml.el (nnml-request-compact): New function.
11304         * gnus-int.el (gnus-request-compact-group): New function.
11305         * gnus-int.el (gnus-request-compact): New function.
11306         * gnus-group.el (gnus-group-compact-group): New function.
11307         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11308         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11309         * gnus-srvr.el (gnus-server-compact-server): New function.
11310         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11311         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11312
11313 2005-09-18  Deepak Goel  <deego@gnufans.org>
11314
11315         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11316         format spec.
11317
11318 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11321
11322 2005-09-15  Romain Francoise  <romain@orebokech.com>
11323
11324         * message.el (message-fill-paragraph): Clarify docstring.
11325
11326 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-art.el (gnus-mime-display-part): Protect against broken
11329         MIME messages.
11330
11331 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11334         before parsing header.
11335
11336 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11337
11338         * html2text.el (html2text-replace-list): Add new entities.
11339
11340 2005-09-11  Romain Francoise  <romain@orebokech.com>
11341
11342         * message.el (message-alternative-emails): Improve docstring.
11343         (message-setup-1): Call `message-use-alternative-email-as-from'
11344         after `message-setup-hook' to give it precedence over posting
11345         styles, etc.
11346         (message-use-alternative-email-as-from): Add docstring.  Remove
11347         the original From header if present.
11348
11349         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11350         (nnml-save-mail): Use it.
11351
11352         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11353         articles.  Add new argument `silent'.
11354         (gnus-uu-mark-all): Report the total number of marked articles.
11355
11356 2005-09-10  Romain Francoise  <romain@orebokech.com>
11357
11358         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11359         (gnus-uu-mark-series): Likewise.
11360
11361 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11362
11363         * spam-report.el (spam-report-gmane): Fix generation of spam
11364         report URL.
11365
11366 2005-09-10  Simon Josefsson  <jas@extundo.com>
11367
11368         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11369         t, based on discussion on the ding list with Robert Epprecht
11370         <epprecht@solnet.ch>.
11371
11372 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * spam-report.el (spam-report-gmane): Make it work without
11375         X-Report-Spam header.  Gmane now only provides Archived-At.
11376         This is only used if `spam-report-gmane-use-article-number' is nil.
11377         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11378
11379         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11380         make `gnus-summary-sort-by-recipient' work with threading.
11381
11382         * nnweb.el (nnweb-google-wash-article): Print a message if article
11383         is not available.
11384
11385 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11386
11387         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11388         change.  Decode text/* parts content before displaying.
11389
11390 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11393
11394 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11397
11398         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11399         url-package-name, url-package-version,
11400         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11401         w3m-display-inline-images, and w3m-minor-mode-map.
11402
11403 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * message.el (message-tab-body-function): Fix mismatched custom type.
11406
11407         * gnus.el (gnus-group-change-level-function): Ditto.
11408
11409         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11410
11411         * gnus-art.el (gnus-signature-limit)
11412         (gnus-article-mime-part-function): Ditto.
11413
11414 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * mml.el (mml-mode): Silence the byte compiler.
11417
11418         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11419         using `(sit-for 0)' before moving the point to the specified part;
11420         skip unbuttonized parts.
11421         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11422         return to the summary window if gnus-auto-select-part is non-nil.
11423
11424 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11427         variables.
11428         (mml-dnd-attach-file, mml-mode): Use them.
11429
11430         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11431         Make fetching article by MID work again for Google Groups.  Added
11432         FIXME concerning gnus-group-make-web-group.
11433
11434         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11435         Don't depend on Gnus by using mail-extract-address-components if
11436         gnus-extract-address-components is not bound.
11437
11438 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * gnus-art.el (gnus-mime-display-security): Don't display the
11441         signature, but only the signed part.
11442
11443 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11446
11447         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11448         list, not listp.
11449
11450 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11451
11452         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11453         when encoding.
11454
11455         * mm-bodies.el (mm-decode-content-transfer-encoding):
11456         De-canonicalize CRLF for all text content types, not just
11457         text/plain.
11458
11459 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11462         valid article; point arrow and cursor at the MIME button.
11463
11464 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11467         Suggested by Dan Christensen <jdc@uwo.ca>.
11468
11469         * mm-decode.el (mm-save-part): Enable change of prompt.
11470
11471 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11472
11473         * gnus-msg.el (gnus-inews-add-send-actions): Made
11474         `message-post-method' lambda parameter ARG `&optional'.
11475
11476 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gnus-sum.el (gnus-summary-mime-map): Added
11479         gnus-article-save-part-and-strip, gnus-article-delete-part and
11480         gnus-article-jump-to-part.
11481
11482         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11483         (gnus-article-edit-part): Use it.
11484         (gnus-article-part-wrapper): Added no-handle argument.
11485         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11486         functions.
11487
11488 2005-08-29  Romain Francoise  <romain@orebokech.com>
11489
11490         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11491         docstring.
11492         (gnus-face-from-file): Likewise.
11493
11494 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11497         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11498         non-nil.
11499         (gnus-auto-select-part): New variable.
11500         (gnus-article-jump-to-part): New function.
11501         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11502         (gnus-mime-delete-part): Allow selecting specified part after
11503         deleting or stripping parts.
11504         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11505         part if argument is bogus.
11506
11507 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11508
11509         * gnus-art.el (w3m-minor-mode-map):
11510         * gnus-spec.el (gnus-newsrc-file-version):
11511         * gnus-util.el (nnmail-active-file-coding-system)
11512         (gnus-original-article-buffer, gnus-user-agent):
11513         * gnus.el (gnus-ham-process-destinations)
11514         (gnus-parameter-ham-marks-alist)
11515         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11516         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11517         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11518         * mm-decode.el (gnus-current-window-configuration):
11519         * mm-extern.el (gnus-article-mime-handles):
11520         * mm-url.el (url-current-object, url-package-name)
11521         (url-package-version):
11522         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11523         (smime-keys, w3m-cid-retrieve-function-alist)
11524         (w3m-current-buffer, w3m-display-inline-images)
11525         (w3m-minor-mode-map):
11526         * mml-smime.el (gnus-extract-address-components):
11527         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11528         (gnus-newsrc-hashtb, message-default-charset)
11529         (message-deletable-headers, message-options)
11530         (message-posting-charset, message-required-mail-headers)
11531         (message-required-news-headers):
11532         * mml1991.el (mc-pgp-always-sign):
11533         * mml2015.el (mc-pgp-always-sign):
11534         * nnheader.el (nnmail-extra-headers):
11535         * rfc1843.el (gnus-decode-encoded-word-function)
11536         (gnus-decode-header-function, gnus-newsgroup-name):
11537         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11538
11539 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11540
11541         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11542         the end of the date treatments.
11543
11544 2005-08-15  Simon Josefsson  <jas@extundo.com>
11545
11546         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11547         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11548         Capello and Romain Francoise.
11549         (pgg-fetch-key-function): Removed, not used?
11550         (pgg-insert-url-with-w3): Require url, to get
11551         url-insert-file-contents regardless of where it is defined.
11552
11553 2005-08-13  Romain Francoise  <romain@orebokech.com>
11554
11555         * message.el (message-cite-original-1): New function.
11556         (message-cite-original): Use it.
11557         (message-cite-original-without-signature): Ditto.
11558
11559 2005-08-08  Romain Francoise  <romain@orebokech.com>
11560
11561         * message.el (message-yank-empty-prefix): New variable.
11562         (message-indent-citation): Use it.
11563         (message-cite-original-without-signature): Respect X-No-Archive.
11564
11565 2005-08-08  Simon Josefsson  <jas@extundo.com>
11566
11567         * pgg.el: Autoload url-insert-file-contents instead of loading
11568         w3/url.
11569         (pgg-insert-url-with-w3): Don't load url here.
11570
11571 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11572
11573         * message.el (message-kill-to-signature): Don't insert newline at
11574         bol.
11575         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11576
11577 2005-08-06  Romain Francoise  <romain@orebokech.com>
11578
11579         * message.el (message-user-fqdn): Fix typo in docstring.
11580
11581 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11582
11583         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11584
11585         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11586
11587 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * mm-bodies.el (mm-encode-body): Use coding system rather than
11590         charset to encode text.
11591
11592         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11593         number of charsets if utf-8 is available (XEmacs).
11594
11595 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11598         taken from `gnus-button-mid-or-mail-regexp'.
11599         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11600         (gnus-button-alist): Improve regexp for domain part of the MIDs
11601         for news:localpart@domain buttons.
11602         (gnus-button-ctan-directory-regexp): Update.
11603
11604 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * sieve-manage.el (sieve-manage-interactive-login): Use
11607         make-local-variable rather than make-variable-buffer-local.
11608         (sieve-manage-open): Ditto.
11609         (sieve-manage-authenticate): Ditto.
11610
11611         * mml.el (mml-generate-mime-1): Make the content type default to
11612         text/plain if the filename is not specified.
11613
11614 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11617         instead of insert-buffer.
11618
11619         * message.el (message-yank-original): Ditto; set the mark at the
11620         end of the yanked message.
11621
11622 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11625         lines to scroll rather than to stop it.
11626
11627         * mml.el (mml-generate-default-type): Add doc string.
11628         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11629         default to application/octet-stream when determining the content
11630         type if it is not specified for the part or the mml contents; add
11631         a comment about mml-generate-default-type.
11632
11633 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11636         make it default to application/octet-stream when determining the
11637         content type if it is not specified for the external contents.
11638
11639 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11642         segmented parameter but also other parameters might be there.
11643
11644 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * mm-decode.el (mm-display-external): Delete temp file, directory
11647         and buffer immediately if the external process is exited.
11648
11649 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11652         fewer lines than that of scroll-margin.
11653         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11654
11655 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * gnus-art.el (gnus-article-next-page): Revert.
11658         (gnus-article-beginning-of-window): New macro.
11659         (gnus-article-next-page-1): Use it.
11660         (gnus-article-prev-page): Ditto.
11661         (gnus-article-edit-part): Use insert-buffer-substring instead of
11662         insert-buffer.
11663         (gnus-article-edit-exit): Ditto.
11664
11665         * gnus-util.el (gnus-beginning-of-window): Remove.
11666         (gnus-end-of-window): Remove.
11667
11668         * lpath.el: Don't bind header-line-format and scroll-margin.
11669
11670 2005-07-25  Simon Josefsson  <jas@extundo.com>
11671
11672         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11673         to have the url package without w3.  Reported by Daiki Ueno
11674         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11675
11676 2005-07-20  Didier Verna  <didier@xemacs.org>
11677
11678         * gnus-diary.el: Remove the description comment (nndiary is now
11679         properly documented in the Gnus manual).
11680         Fix the spelling of "Back End".
11681         * nndiary.el: Ditto.
11682         Fix the copyright notice.
11683
11684 2005-07-18  Romain Francoise  <romain@orebokech.com>
11685
11686         * gnus-sum.el (gnus-summary-to-prefix)
11687         (gnus-summary-newsgroup-prefix): New variables.
11688         (gnus-summary-from-or-to-or-newsgroups): Use them.
11689
11690 2005-07-17  Romain Francoise  <romain@orebokech.com>
11691
11692         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11693         space as it's generally not especially interesting to the user.
11694
11695 2005-07-16  Romain Francoise  <romain@orebokech.com>
11696
11697         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11698         nil to avoid prompting and file modification if one of the
11699         messages at the top of the nnfolder file contains a copyright
11700         notice.
11701         Update copyright notice.
11702
11703         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11704         instead of `current-time-string' as the latter creates a time
11705         string that is not RFC 2822 compliant (it lacks the zone).
11706         Update copyright notice.
11707
11708 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11709
11710         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11711         for text/rtf.  Display default in prompt.  Pass default for M-n.
11712
11713         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11714
11715 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11716
11717         * gnus-msg.el (gnus-button-mailto): Remove
11718         save-selected-window-window hackery because it relies on
11719         save-selected-window internals.
11720
11721 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11724         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11725         (gnus-article-prev-page): Ditto.
11726
11727         * gnus-util.el (gnus-beginning-of-window): New function.
11728         (gnus-end-of-window): New function.
11729
11730         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11731
11732 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11733
11734         * gnus-score.el (gnus-score-edit-all-score): Set
11735         gnus-score-edit-exit-function to gnus-score-edit-done and call
11736         gnus-message.
11737
11738 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11739
11740         * gnus-msg.el (gnus-button-mailto): Remove
11741         save-selected-window-window hackery because it relies on
11742         save-selected-window internals.
11743
11744 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11747         add-minor-mode.
11748         (gnus-binary-mode): Ditto.
11749
11750         * gnus-topic.el (gnus-topic-mode): Ditto.
11751
11752 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11753
11754         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11755         (gnus-article-prev-page): Take scroll-margin into consideration.
11756
11757 2005-07-04  Lute Kamstra  <lute@gnu.org>
11758
11759         Update FSF's address in GPL notices.
11760
11761 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11762
11763         * gnus.el (gnus-exit):
11764         * gnus-group.el (gnus-group-icons):
11765         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11766
11767         * gnus-nocem.el (gnus-nocem):
11768         * message.el (message-various, message-buffers, message-sending)
11769         (message-interface, message-forwarding, message-insertion)
11770         (message-headers, message-news, message-mail):
11771         * pgg-gpg.el (pgg-gpg):
11772         * pgg-parse.el (pgg-parse):
11773         * pgg-pgp.el (pgg-pgp):
11774         * pgg-pgp5.el (pgg-pgp5):
11775         * pop3.el (pop3): Finish `defgroup' description with period.
11776
11777 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gnus-art.el (article-display-face): Improve the efficiency.
11780         (article-display-x-face): Ditto; remove grey x-face stuff.
11781
11782 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-art.el (article-display-face): Correct the position in
11785         which Faces are inserted.
11786
11787 2005-06-29  Didier Verna  <didier@xemacs.org>
11788
11789         * gnus-art.el (article-display-face): Display faces in correct
11790         order.
11791
11792 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11795         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11796         (gnus-nocem-check-article): Fetch the Type header.
11797         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11798         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11799         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11800         make sure gnus-nocem-hashtb is initialized.
11801         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11802         (gnus-nocem-unwanted-article-p): Ditto.
11803
11804         * pgg.el (pgg-verify): Return the verification result.
11805
11806 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11807
11808         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11809         is ascii.
11810
11811 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11812
11813         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11814         `show-nonbreak-escape'.
11815
11816 2005-06-23  Lute Kamstra  <lute@gnu.org>
11817
11818         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11819
11820         * dig.el (dig-mode):
11821         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11822
11823 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11824
11825         * nnimap.el (nnimap-split-download-body): Fix spellings.
11826
11827 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11828
11829         * gnus-art.el (gnus-article-encrypt-body):
11830         * gnus-cus.el (gnus-score-customize):
11831         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11832         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11833
11834 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11835
11836         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11837         header by looking for magic "MII" at the beginnig.
11838
11839 2005-06-16  Miles Bader  <miles@gnu.org>
11840
11841         * gnus-xmas.el (gnus-xmas-group-startup-message):
11842         Use renamed gnus-splash face.
11843
11844         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11845         (assistant-field-face): New backward-compatibility alias for renamed
11846         face.
11847         (assistant-render-text): Use renamed assistant-field face.
11848
11849         * spam.el (spam): Remove "-face" suffix from face name.
11850         (spam-face): New backward-compatibility alias for renamed face.
11851         (spam-face, spam-initialize): Use renamed spam face.
11852
11853         * message.el (message-header-to, message-header-cc)
11854         (message-header-subject, message-header-newsgroups)
11855         (message-header-other, message-header-name)
11856         (message-header-xheader, message-separator, message-cited-text)
11857         (message-mml): Remove "-face" suffix from face names.
11858         (message-header-to-face, message-header-cc-face)
11859         (message-header-subject-face, message-header-newsgroups-face)
11860         (message-header-other-face, message-header-name-face)
11861         (message-header-xheader-face, message-separator-face)
11862         (message-cited-text-face, message-mml-face):
11863         New backward-compatibility aliases for renamed faces.
11864         (message-font-lock-keywords): Use renamed message faces.
11865
11866         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11867         (sieve-test-commands, sieve-tagged-arguments):
11868         Remove "-face" suffix from face names.
11869         (sieve-control-commands-face, sieve-action-commands-face)
11870         (sieve-test-commands-face, sieve-tagged-arguments-face):
11871         New backward-compatibility aliases for renamed faces.
11872         (sieve-control-commands-face, sieve-action-commands-face)
11873         (sieve-test-commands-face, sieve-tagged-arguments-face):
11874         Use renamed sieve faces.
11875
11876         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11877         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11878         (gnus-group-news-3-empty, gnus-group-news-4)
11879         (gnus-group-news-4-empty, gnus-group-news-5)
11880         (gnus-group-news-5-empty, gnus-group-news-6)
11881         (gnus-group-news-6-empty, gnus-group-news-low)
11882         (gnus-group-news-low-empty, gnus-group-mail-1)
11883         (gnus-group-mail-1-empty, gnus-group-mail-2)
11884         (gnus-group-mail-2-empty, gnus-group-mail-3)
11885         (gnus-group-mail-3-empty, gnus-group-mail-low)
11886         (gnus-group-mail-low-empty, gnus-summary-selected)
11887         (gnus-summary-cancelled, gnus-summary-high-ticked)
11888         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11889         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11890         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11891         (gnus-summary-low-undownloaded)
11892         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11893         (gnus-summary-low-unread, gnus-summary-normal-unread)
11894         (gnus-summary-high-read, gnus-summary-low-read)
11895         (gnus-summary-normal-read, gnus-splash):
11896         Remove "-face" suffix from face names.
11897         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11898         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11899         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11900         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11901         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11902         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11903         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11904         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11905         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11906         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11907         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11908         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11909         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11910         (gnus-summary-normal-ticked-face)
11911         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11912         (gnus-summary-normal-ancient-face)
11913         (gnus-summary-high-undownloaded-face)
11914         (gnus-summary-low-undownloaded-face)
11915         (gnus-summary-normal-undownloaded-face)
11916         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11917         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11918         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11919         (gnus-splash-face):
11920         New backward-compatibility aliases for renamed faces.
11921         (gnus-group-startup-message): Use renamed gnus faces.
11922
11923         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11924         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11925         (gnus-server-agent): Remove "-face" suffix from face names.
11926         (gnus-server-agent-face, gnus-server-opened-face)
11927         (gnus-server-closed-face, gnus-server-denied-face)
11928         (gnus-server-offline-face):
11929         New backward-compatibility aliases for renamed faces.
11930         (gnus-server-agent-face, gnus-server-opened-face)
11931         (gnus-server-closed-face, gnus-server-denied-face)
11932         (gnus-server-offline-face): Use renamed gnus faces.
11933
11934         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11935         Remove "-face" suffix from face names.
11936         (gnus-picon-xbm-face, gnus-picon-face):
11937         New backward-compatibility aliases for renamed faces.
11938
11939         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11940         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11941         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11942         (gnus-cite-11): Remove "-face" suffix from face names.
11943         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11944         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11945         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11946         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11947         New backward-compatibility aliases for renamed faces.
11948         (gnus-cite-attribution-face, gnus-cite-face-list)
11949         (gnus-article-boring-faces): Use renamed gnus faces.
11950
11951         * gnus-art.el (gnus-signature, gnus-header-from)
11952         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11953         (gnus-header-content): Remove "-face" suffix from face names.
11954         (gnus-signature-face, gnus-header-from-face)
11955         (gnus-header-subject-face, gnus-header-newsgroups-face)
11956         (gnus-header-name-face, gnus-header-content-face):
11957         New backward-compatibility aliases for renamed faces.
11958         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11959
11960         * gnus-sum.el (gnus-summary-selected-face)
11961         (gnus-summary-highlight): Use renamed gnus faces.
11962         * gnus-group.el (gnus-group-highlight): Likewise.
11963
11964 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11965
11966         * gnus-sieve.el (gnus-sieve-article-add-rule):
11967         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11968         * spam-stat.el (spam-stat-buffer-change-to-spam)
11969         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11970
11971         * message.el (message-is-yours-p):
11972         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11973
11974 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * mm-view.el (mm-inline-text): Withdraw the last change.
11977
11978 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11981         executing enriched-decode.
11982
11983 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11986         charset of tar files.
11987
11988 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11989
11990         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11991
11992 2005-06-04  Lute Kamstra  <lute@gnu.org>
11993
11994         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11995         information is never recorded.
11996
11997 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11998
11999         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12000
12001 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * pop3.el (pop3-apop): Run md5 in the binary mode.
12004
12005         * starttls.el (starttls-set-process-query-on-exit-flag):
12006         Use eval-and-compile.
12007
12008 2005-05-31  Simon Josefsson  <jas@extundo.com>
12009
12010         * smime.el (smime-replace-in-string): Define.
12011         (smime-cert-by-ldap-1): Use it.
12012
12013 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-art.el (article-display-x-face): Replace
12016         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12017
12018         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12019         set-process-query-on-exit-flag or process-kill-without-query.
12020
12021         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12022         loop instead of replace-regexp.
12023
12024         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12025         instead of process-kill-without-query if it is available.
12026
12027         * lpath.el: Fbind ldap-search-entries.
12028
12029         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12030         instead of find-file-hooks if it is available.
12031
12032         * mml1991.el: Bind pgg-default-user-id when compiling.
12033
12034         * mml2015.el: Bind pgg-default-user-id when compiling.
12035
12036         * nndraft.el (nndraft-request-associate-buffer):
12037         Use write-contents-functions instead of write-contents-hooks if it is
12038         available.
12039
12040         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12041         instead of find-file-hooks if it is available.
12042
12043         * nntp.el (nntp-open-connection): Replace
12044         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12045         (nntp-open-ssl-stream): Ditto.
12046         (nntp-open-tls-stream): Ditto.
12047
12048         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12049         set-process-query-on-exit-flag or process-kill-without-query.
12050         (starttls-open-stream-gnutls): Use it instead of
12051         process-kill-without-query.
12052         (starttls-open-stream): Ditto.
12053
12054 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12055
12056         * smime.el (smime-cert-by-ldap-1): Don't use
12057         replace-regexp-in-string.
12058
12059 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12060
12061         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12062
12063         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12064         in PEM format.  Adjust to the XEmacs compability.
12065
12066 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12069         by `string-to-number'.
12070         * gnus-agent.el (gnus-agent-regenerate-group)
12071         (gnus-agent-fetch-articles): Ditto.
12072         * gnus-art.el (gnus-button-fetch-group): Ditto.
12073         * gnus-cache.el (gnus-cache-generate-active)
12074         (gnus-cache-articles-in-group): Ditto.
12075         * gnus-group.el (gnus-group-set-current-level)
12076         (gnus-group-insert-group-line): Ditto.
12077         * gnus-score.el (gnus-score-set-expunge-below)
12078         (gnus-score-set-mark-below, gnus-summary-score-effect)
12079         (gnus-summary-score-entry): Ditto.
12080         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12081         (gnus-soup-pack): Ditto.
12082         * gnus-spec.el (gnus-xmas-format): Ditto.
12083         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12084         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12085         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12086         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12087         * nndb.el (nndb-get-remote-expire-response): Ditto.
12088         * nndiary.el (nndiary-parse-schedule-value)
12089         (nndiary-string-to-number, nndiary-request-replace-article)
12090         (nndiary-request-article): Ditto.
12091         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12092         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12093         * nneething.el (nneething-make-head): Ditto.
12094         * nnfolder.el (nnfolder-request-article)
12095         (nnfolder-retrieve-headers): Ditto.
12096         * nnheader.el (nnheader-file-to-number): Ditto.
12097         * nnkiboze.el (nnkiboze-request-article): Ditto.
12098         * nnmail.el (nnmail-process-unix-mail-format)
12099         (nnmail-process-babyl-mail-format): Ditto.
12100         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12101         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12102         (nnmh-request-create-group, nnmh-request-list-1)
12103         (nnmh-request-group, nnmh-request-article): Ditto.
12104         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12105         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12106         * nnsoup.el (nnsoup-make-active): Ditto.
12107         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12108         * nntp.el (nntp-find-group-and-number)
12109         (nntp-retrieve-headers-with-xover): Ditto.
12110         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12111         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12112         (pgg-format-key-identifier): Ditto.
12113         * pop3.el (pop3-last, pop3-stat): Ditto.
12114         * qp.el (quoted-printable-decode-region): Ditto.
12115
12116         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12117         of concat.
12118
12119 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12122
12123         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12124
12125         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12126
12127         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12128
12129         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12130
12131         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12132
12133         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12134         (gnus-carpal-mode): Ditto.
12135
12136         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12137         (gnus-browse-mode): Ditto.
12138
12139         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12140
12141         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12142
12143 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12144
12145         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12146
12147 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * gnus-util.el (gnus-run-mode-hooks): New function.
12150
12151         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12152
12153         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12154         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12155
12156 2005-05-27  Lute Kamstra  <lute@gnu.org>
12157
12158         * dns-mode.el (dns-mode): Specify customization group.
12159
12160 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12161
12162         * gnus-agent.el (gnus-agent-make-mode-line-string):
12163         Use mode-line-highlight as mouse-face.
12164
12165 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * canlock.el (canlock): Change the parent group to news.
12168
12169         * deuglify.el (gnus-outlook-deuglify): Add :group.
12170
12171         * dig.el (dig): Add :group.
12172
12173         * dns-mode.el (dns-mode): Add :group.
12174
12175         * encrypt.el (encrypt): Add :group.
12176
12177         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12178         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12179         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12180         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12181         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12182
12183         * gnus-diary.el (gnus-diary): Add :group.
12184
12185         * gnus.el (gnus-group-news-1-face): Add :group.
12186         (gnus-group-news-1-empty-face): Ditto.
12187         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12188         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12189         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12190         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12191         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12192         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12193         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12194         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12195         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12196         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12197         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12198         (gnus-summary-high-ticked-face): Ditto.
12199         (gnus-summary-low-ticked-face): Ditto.
12200         (gnus-summary-normal-ticked-face): Ditto.
12201         (gnus-summary-high-ancient-face): Ditto.
12202         (gnus-summary-low-ancient-face): Ditto.
12203         (gnus-summary-normal-ancient-face): Ditto.
12204         (gnus-summary-high-undownloaded-face): Ditto.
12205         (gnus-summary-low-undownloaded-face): Ditto.
12206         (gnus-summary-normal-undownloaded-face): Ditto.
12207         (gnus-summary-high-unread-face): Ditto.
12208         (gnus-summary-low-unread-face): Ditto.
12209         (gnus-summary-normal-unread-face): Ditto.
12210         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12211         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12212
12213         * hashcash.el (hashcash): New custom group.
12214         (hashcash-default-payment): Add :group.
12215         (hashcash-payment-alist): Ditto.
12216         (hashcash-default-accept-payment): Ditto.
12217         (hashcash-accept-resources): Ditto.
12218         (hashcash-path): Ditto.
12219         (hashcash-extra-generate-parameters): Ditto.
12220         (hashcash-double-spend-database): Ditto.
12221         (hashcash-in-news): Ditto.
12222
12223         * message.el (message-minibuffer-local-map): Add :group.
12224
12225         * netrc.el (netrc): Add :group.
12226
12227         * sieve-manage.el (sieve-manage-log): Add :group.
12228         (sieve-manage-default-user): Diito.
12229         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12230         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12231         (sieve-manage-authenticators): Ditto.
12232         (sieve-manage-authenticator-alist): Ditto.
12233         (sieve-manage-default-port): Ditto.
12234
12235         * sieve-mode.el (sieve-control-commands-face): Add :group.
12236         (sieve-action-commands-face): Ditto.
12237         (sieve-test-commands-face): Ditto.
12238         (sieve-tagged-arguments-face): Ditto.
12239
12240         * smime.el (smime): Add :group.
12241
12242         * spam-report.el (spam-report): Add :group.
12243
12244         * spam.el (spam, spam-face): Add :group.
12245
12246 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12247
12248         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12249         return \n.\n.\n at the end of articles.  Protect against that.
12250         (nntp-with-open-group): Allow debugging.
12251
12252         * nnheader.el (mail-header-set-extra): Make into a function
12253         because I just could't understand how to quote the list properly.
12254
12255         * dns.el (query-dns-cached): New function.
12256
12257 2005-05-26  Lute Kamstra  <lute@gnu.org>
12258
12259         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12260
12261 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12264
12265         * gnus-art.el: Don't autoload mail-extract-address-components.
12266
12267         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12268         eval-and-compile to evaluate it.
12269
12270         * hashcash.el: Don't autoload executable-find.
12271
12272         * nndb.el: Don't declare the nndb back end two or more times; don't
12273         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12274
12275         * nntp.el: Autoload format-spec instead of format; use
12276         eval-and-compile to evaluate autoload forms.
12277
12278 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12279
12280         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12281
12282 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12283
12284         * gnus.el (gnus-version-number): Bump version.
12285
12286 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12287
12288         * gnus.el: No Gnus v0.3 is released.
12289
12290 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * lpath.el (featurep): Bind show-nonbreak-escape.
12293
12294 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-art.el (gnus-article-edit-part): Disable undo.
12297
12298 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12301         gnus-article-date-lapsed-new-header is t if date timer is active;
12302         skip headers in which the original date value is empty.
12303         (gnus-article-save-original-date): Redefine it as a macro.
12304         (gnus-display-mime): Use it.
12305
12306 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * gnus-art.el (article-date-ut): Support converting date in
12309         forwarded parts as well.
12310         (gnus-article-save-original-date): New function.
12311         (gnus-display-mime): Use it.
12312
12313 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12314
12315         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12316         enclosure element of <item>.
12317
12318 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * message.el (message-kill-buffer-query): Renamed from
12321         `message-kill-buffer-query-if-modified'.  Added :version.
12322
12323 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12326         window layout.
12327
12328 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * mml.el: Autoload dnd when compiling.
12331
12332 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12335         x-dnd-*.
12336
12337 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * qp.el (quoted-printable-encode-region): Save excursion.
12340
12341 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12342
12343         * message.el (message-kill-buffer-query-if-modified): Add new variable
12344         so the user can kill a modified message buffer quickly.
12345         (message-kill-buffer): Use it.
12346
12347 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * lpath.el: Fbind display-time-event-handler; don't fbind
12350         string-to-multibyte.
12351
12352         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12353
12354 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12357         contained in text because xml.el decodes entities) with LFs.
12358
12359 2005-04-11  Lute Kamstra  <lute@gnu.org>
12360
12361         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12362         differently.
12363
12364 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12365
12366         * mm-util.el (mm-detect-coding-region): Typo.
12367
12368 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12371
12372 2005-04-06  Deepak Goel  <deego@gnufans.org>
12373
12374         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12375         user-function allow user modifications of the scores.
12376         (spam-stat-score-buffer-user): New function, to allow
12377         user-computed modifications to the score.
12378         (spam-stat-score-buffer-user-functions): List of additional
12379         scoring functions.
12380         (spam-stat-error-holder): Global temporary error holder.
12381         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12382         variable.
12383
12384 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12385
12386         * gnus-registry.el (gnus-registry-clean-empty-function)
12387         (gnus-registry-trim, gnus-registry-fetch-groups)
12388         (gnus-registry-delete-group): Groups that match
12389         `gnus-registry-ignored-groups' are removed from the registry
12390         entries, not just ignored for splitting.  This helps clean up the
12391         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12392         to get all the groups a message ID is in.
12393
12394         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12395         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12396         (spam-stat-score-buffer-user-functions): Add :number custom type.
12397
12398 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12401         argument in XEmacs.
12402
12403         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12404         (nnrss-request-group): Decode group name first.
12405         (nnrss-request-article): Make a text/plain article if mml-to-mime
12406         failed.
12407         (nnrss-get-encoding): Return a compatible encoding according to
12408         nnrss-compatible-encoding-alist.
12409         (nnrss-find-el): Use consp instead of listp.
12410         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12411
12412 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12415         which Emacs 20 doesn't support.
12416         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12417
12418 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12421         silence the byte compiler inside the defun.
12422
12423         * gnus-demon.el (parse-time-string): Add autoload.
12424
12425         * gnus-delay.el (parse-time-string): Add autoload.
12426
12427         * gnus-art.el (parse-time-string): Add autoload.
12428
12429         * nnultimate.el (parse-time): Require for `parse-time-string'.
12430
12431 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12434
12435         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12436
12437         * smime.el (smime-ldap-host-list): Add :version.
12438
12439 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12442         pass it to `gnus-browse-read-group'.
12443         (gnus-browse-read-group): Add NUMBER argument and pass it to
12444         `gnus-group-read-ephemeral-group'.
12445
12446         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12447         argument and pass it to `gnus-group-read-group'.
12448
12449 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12450
12451         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12452         mm-xemacs-find-mime-charset-1 if we have the mule feature
12453         available at runtime.
12454
12455 2005-03-25  Werner Lemberg  <wl@gnu.org>
12456
12457         * nnmaildir.el: Replace `illegal' with `invalid'.
12458
12459 2005-03-23  Lute Kamstra  <lute@gnu.org>
12460
12461         * time-date.el: Add comment on time value formats.
12462         Don't require parse-time.
12463         (with-decoded-time-value): New macro.
12464         (encode-time-value): New function.
12465         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12466         (days-to-time): Return a valid time value when arg is huge.
12467         (time-since): Use time-subtract.
12468         (time-to-number-of-days): Use time-to-seconds.
12469
12470 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12471
12472         * gnus-start.el (gnus-display-time-event-handler):
12473         Check display-time-timer at runtime rather than only at load time
12474         in case display-time-mode is turned off in the mean time.
12475
12476 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12479         used.
12480
12481         * nneething.el (nneething-map-file-directory): Derive from
12482         `gnus-directory'.
12483
12484         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12485         the To/Cc button.
12486
12487 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * nnmaildir.el (nnmaildir-request-accept-article):
12490         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12491
12492 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12493
12494         * gnus-async.el: Require timer-funcs at compile time when in
12495         XEmacs for `run-with-idle-timer'.
12496
12497 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12498
12499         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12500         autoloaded function.
12501
12502 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12503
12504         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12505
12506 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12507
12508         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12509
12510 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511
12512         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12513         gnus-expert-user to default.
12514
12515 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12516
12517         * nnimap.el (nnimap-open-server): Ditto.
12518
12519         * imap.el (imap-authenticate): Fix typo.
12520
12521 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12522
12523         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12524         buffer (since IMAP server might return FETCH response out of
12525         order, and the nntp buffer must be sorted).
12526
12527 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12528
12529         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12530         comparison on string.
12531
12532         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12533         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12534         (gnus-agent-summary-fetch-series): Modified to protect against
12535         gnus-agent-summary-fetch-group clearing processable flags.
12536         (gnus-agent-synchronize-group-flags): Update live group buffer as
12537         synchronization may occur due to the user toggle the plugged
12538         status.
12539         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12540         successfully downloaded.
12541         (gnus-agent-expire-group-1): Avoid using markers when the overview
12542         is in ascending order; greatly improves performance.
12543         (gnus-agent-regenerate-group): Use
12544         gnus-agent-synchronize-group-flags to reset read status in both
12545         gnus and server.
12546         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12547
12548 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * message.el: Don't autoload former message-utils variables.
12551         (message-strip-subject-trailing-was): Change doc string.
12552
12553         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12554         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12555         (nnweb-google-search): Add "hl=en" here.
12556         (nnweb-google-parse-1, nnweb-google-create-mapping):
12557         Don't hardcode URL.
12558
12559 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * message.el (message-get-reply-headers, message-followup):
12562         Mention related variables `message-use-followup-to' and
12563         `message-use-mail-followup-to', in the information buffer.
12564
12565         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12566         of broken groups(-beta).google.com.
12567
12568 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12569
12570         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12571         parameter to invoked gnus-request-move-article; remove the
12572         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12573         all at once instead of once per article.
12574         (gnus-summary-remove-process-mark): Accept a list of articles as
12575         well as a single article for processing.
12576
12577         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12578         parameter.
12579
12580         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12581
12582         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12583
12584         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12585         parameter.
12586
12587         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12588         parameter.
12589
12590         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12591         parameter and remove the gnus-sum-hint-move-is-internal variable.
12592
12593         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12594         parameter.
12595
12596         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12597         parameter.
12598
12599         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12600         parameter.
12601
12602         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12603
12604         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12605         parameter.
12606
12607         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12608         parameter.
12609
12610 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12611
12612         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12613         a more conservative way.
12614
12615 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12616
12617         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12618         buffer, so it moves the window's cursor.
12619
12620 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12621
12622         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12623         `mm-dissect-multipart' and receive the from field as an (optional)
12624         argument from `mm-dissect-multipart'.
12625         (mm-dissect-multipart): Receive the from field as an argument and
12626         pass it on when we call `mm-dissect-buffer' on MIME parts.
12627         Fixes verification/decryption of signed/encrypted MIME parts.
12628
12629 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12630
12631         * gnus-sum.el (gnus-summary-move-article): Set
12632         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12633         whatever it calls (right now, only nnimap-request-move article
12634         respects it).
12635
12636         * nnimap.el (nnimap-request-move-article): When
12637         gnus-sum-hint-move-is-internal is set, don't do the extra
12638         nnimap-request-article.
12639
12640 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12641
12642         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12643
12644         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12645         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12646
12647         * gnus-sum.el (gnus-summary-caesar-message):
12648         Apply `gnus-treat-article' after rotation.
12649
12650         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12651         doc string.
12652
12653 2005-02-22  Simon Josefsson  <jas@extundo.com>
12654
12655         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12656         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12657         <arne@arnested.dk>.
12658         (encrypt): Add password-cache and password-cache-expiry as group
12659         members.
12660
12661 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12662
12663         * smime.el (smime-ldap-host-list): Doc fix.
12664         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12665         cache) password.
12666         (smime-sign-region): Use it.
12667         (smime-decrypt-region): Use it.
12668         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12669         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12670         fails.
12671         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12672         certificate from DER to PEM format rather than calling openssl.
12673
12674         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12675
12676         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12677         for signing/encryption.
12678
12679         * mml.el (mml-parse-1): Use them.
12680
12681 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12682
12683         * nnrss.el (nnrss-verbose): Removed.
12684         (nnrss-request-group): Use `nnheader-message' instead.
12685
12686 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12687
12688         * nnrss.el (nnrss-verbose): New variable.
12689         (nnrss-request-group): Make it say nnrss is requesting a group.
12690
12691 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12694         Handle news URL with given port correctly.
12695
12696 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12699         containing special characters.
12700
12701         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12702
12703         * mml.el (mime-to-mml): Ditto.
12704
12705         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12706         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12707         (rfc2047-decode-region): Quote decoded words containing special
12708         characters when rfc2047-quote-decoded-words-containing-tspecials
12709         is non-nil.
12710
12711 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12712
12713         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12714
12715         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12716
12717 2005-02-15  Simon Josefsson  <jas@extundo.com>
12718
12719         * nnimap.el (nnimap-debug): Doc fix.
12720
12721         * imap.el (imap-debug): Doc fix.
12722
12723 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12726
12727 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12728
12729         * gnus.el (spam-contents): Improve docs for spam-contents
12730         parameter in its variable incarnation.
12731
12732 2005-02-14  Simon Josefsson  <jas@extundo.com>
12733
12734         * smime-ldap.el: Use require instead of load-library for ldap.
12735         (smime-ldap-search): Indent.
12736         (smime-ldap-search-internal): Shorten line.
12737
12738         * smime.el (smime-cert-by-dns): Add doc-string.
12739         (smime-cert-by-ldap-1): Indent.
12740
12741         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12742         mml-smime-get-dns-ldap.
12743         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12744
12745 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12746
12747         * smime.el: Require smime-ldap.
12748         (smime-ldap-host-list): New variable.
12749         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12750
12751         * mml-smime.el (mml-smime-encrypt-query): New function.
12752         (mml-smime-encrypt-query): Use it.
12753
12754         * smime-ldap.el: New file.
12755
12756 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12759
12760 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12763         argument in doc string.  Make query for type more clear.
12764
12765 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * gnus.el (gnus-group-startup-message): Search for gnus images in
12768         etc/images/gnus.
12769         * mm-util.el (mm-image-load-path): Likewise.
12770         * smiley.el (smiley-data-directory): Search for smilies in
12771         etc/images/smilies.
12772
12773 2005-02-09  Kim F. Storm  <storm@cua.dk>
12774
12775         Change Emacs release version from 21.4 to 22.1 throughout.
12776         Change Emacs development version from 21.3.50 to 22.0.50.
12777
12778 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12781
12782         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12783         non-Mule XEmacs as well.
12784         (mm-decompress-buffer): Signal an error intentionally if it does
12785         not decompress compressed data because auto-compression-mode is
12786         disabled.
12787
12788 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12789
12790         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12791         an ID in the registry even if it has no groups.
12792
12793 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12796         merge it into mm-decompress-buffer.
12797         (gnus-mime-copy-part): Use the MIME part charset, the value which
12798         a user specified or gnus-newsgroup-charset for decoding, like
12799         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12800         save-buffer what was used.  Suggested by Kevin Ryde
12801         <user42@zip.com.au>.
12802         (gnus-mime-inline-part): Allow the name parameter as well as the
12803         filename parameter; force decompressing of compressed data; always
12804         display contents being not decoded as unibyte.
12805
12806         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12807         as well as the filename parameter.
12808
12809         * mm-util.el (mm-decompress-buffer): Merge
12810         gnus-mime-jka-compr-maybe-uncompress.
12811         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12812         of compressed data.
12813
12814 2005-02-08  Simon Josefsson  <jas@extundo.com>
12815
12816         * imap.el (imap-log): Doc fix.
12817
12818 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12821         the coding cookies; decompress compressed parts.
12822
12823         * mml.el (mml-generate-mime-1): Add the charset parameter according
12824         to the value which a user specified manually or the coding cookie.
12825
12826         * mm-util.el (mm-string-to-multibyte): New function.
12827         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12828         (mm-coding-system-to-mime-charset): New function.
12829         (mm-decompress-buffer): New function.
12830         (mm-find-buffer-file-coding-system): New function.
12831
12832         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12833         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12834         parts.
12835
12836 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12837
12838         * mm-view.el (mm-display-inline-fontify): Decode a part according
12839         to the charset parameter.
12840
12841 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12844         prefix arg is neither nil nor a number, as info specifies.
12845
12846 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12849         timestamps.
12850
12851 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12852
12853         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12854         groups error checking and notify user.
12855
12856 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12857
12858         * message.el (message-send-mail-function): Check existence of
12859         sendmail-program first before using default value
12860         `message-send-mail-with-sendmail'.  Otherwise use more generic
12861         `smtpmail-send-it'.
12862
12863 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * nntp.el (nntp-request-update-info): Always return nil.
12866
12867 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12868
12869         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12870
12871 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12872
12873         * message.el (message-beginning-of-line): Change the behavior when
12874         invoked between BOL and : so that it first moves backward.
12875
12876 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12879         article buffer when editing of the article is discarded.
12880         (gnus-article-prepare): Revert.
12881
12882 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-art.el (gnus-article-prepare):
12885         Remove message-strip-forbidden-properties from the local hook.
12886
12887 2005-01-27  Simon Josefsson  <jas@extundo.com>
12888
12889         * password.el (password-cache-add): Only start one timer per key.
12890         Reported by Derek Atkins <warlord@MIT.EDU>.
12891
12892 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12893
12894         * run-at-time.el: Removed.  It is no longer needed as
12895         timer-funcs.el in the xemacs-base package has a working version of
12896         `run-at-time'.
12897
12898         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12899
12900         * password.el: Require timer-funcs instead of run-at-time in
12901         XEmacs.
12902         Remove `password-run-at-time' macro.
12903         (password-cache-add): Use `run-at-time' instead of
12904         `password-run-at-time'.
12905
12906         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12907         Remove `nnheader-cancel-function-timers' alias,
12908         `cancel-function-timers' exists in XEmacs in timer-funcs.
12909
12910         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12911         for `run-with-idle-timer'.
12912
12913         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12914         for `run-at-time'.
12915
12916         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12917         for `with-timeout'.
12918
12919         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12920         the same as for XEmacs 21.4.
12921         No need to ignore `run-with-idle-timer', this function exists in
12922         XEmacs now in timer-funcs.el in the xemacs-base package.
12923         (dgnushack-compile): No need to delete
12924         run-at-time.el from the list of files to compile because it
12925         doesn't exist anymore.
12926
12927 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12930         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12931
12932 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12933
12934         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12935         sensitively.
12936
12937 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12938
12939         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12940
12941 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12944         which will be inserted according to the multibyteness of a buffer
12945         rather than the type of contents.  Suggested by ARISAWA Akihiro
12946         <ari@mbf.ocn.ne.jp>.
12947
12948         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12949         of string which old xml.el may return rather than a string.
12950
12951 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12954
12955 2005-01-16  Simon Josefsson  <jas@extundo.com>
12956
12957         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12958         idn/idna.el isn't available.
12959         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12960         <michael@waxrat.com>.
12961
12962         * hashcash.el: Remove non-FSF copyright header.
12963
12964         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12965         (hashcash-generate-payment): Use it.
12966         (hashcash-generate-payment-async): Use it.
12967
12968 2005-01-15  Simon Josefsson  <jas@extundo.com>
12969
12970         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12971         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12972
12973         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12974         gnus-summary-idna-message.
12975         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12976         (gnus-summary-idna-message): New function.
12977
12978 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12979
12980         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12981         gnus-novice-user.
12982
12983 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * nnrss.el (nnrss-request-delete-group): Delete entries in
12986         nnrss-group-alist as well.
12987         (nnrss-save-server-data): Insert newline.
12988
12989 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * gnus.el (gnus-user-agent): Use list of symbols instead of
12992         symbols.  Display full version number for (S)XEmacs.  Optionally
12993         display (S)XEmacs codename.
12994
12995         * gnus-util.el (gnus-emacs-version): Update for new
12996         `gnus-user-agent'.
12997
12998         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12999         Gnus version.
13000
13001 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13004         which is unreadable in some setups.
13005
13006 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-spec.el (gnus-update-format-specifications): Flush the
13009         group format spec cache if it doesn't support decoded group names.
13010
13011 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13014         Allow to apply decay on score files matching a regexp.
13015
13016 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13019         compatibility in %g and %c.
13020
13021 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13024         name for only %g and %c.
13025         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13026         of gnus-tmp-group to decoded group name.
13027         (gnus-group-make-rss-group): Exclude `/'s from group names.
13028
13029 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * nnrss.el (nnrss-get-encoding): Fix regexp.
13032
13033 2004-12-27  Simon Josefsson  <jas@extundo.com>
13034
13035         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13036         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13037         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13038
13039 2004-12-17  Kim F. Storm  <storm@cua.dk>
13040
13041         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13042
13043         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13044
13045 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13046
13047         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13048
13049 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * nnrss.el: Require rfc2047 and mml.
13052         (nnrss-file-coding-system): New variable.
13053         (nnrss-format-string): Redefine it as an inline function.
13054         (nnrss-decode-group-name): New function.
13055         (nnrss-string-as-multibyte): Remove.
13056         (nnrss-retrieve-headers): Decode group name; don't use
13057         nnrss-format-string.
13058         (nnrss-request-group): Decode group name.
13059         (nnrss-request-article): Decode group name; allow a Message-ID as
13060         well as an article number; don't use nnrss-format-string; encode a
13061         Message-ID string which may contain non-ASCII characters; use
13062         mml-to-mime to compose a MIME article.
13063         (nnrss-request-expire-articles): Decode group name.
13064         (nnrss-request-delete-group): Decode group name.
13065         (nnrss-fetch): Clarify error message.
13066         (nnrss-read-server-data): Use insert-file-contents instead of load;
13067         bind file-name-coding-system; use multibyte buffer.
13068         (nnrss-save-server-data): Bind coding-system-for-write to the
13069         value of nnrss-file-coding-system; bind file-name-coding-system;
13070         add coding cookie.
13071         (nnrss-read-group-data): Use insert-file-contents instead of load;
13072         bind file-name-coding-system; use multibyte buffer.
13073         (nnrss-save-group-data): Bind coding-system-for-write to the
13074         value of nnrss-file-coding-system; bind file-name-coding-system.
13075         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13076         make it work with non-ASCII text.
13077         (nnrss-find-el): Make it work with old xml.el as well.
13078
13079 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13080
13081         * nnrss.el (nnrss-get-encoding): New function.
13082         (nnrss-fetch): Use unibyte buffer initially; bind
13083         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13084         decode contents according to the encoding attribute.
13085         (nnrss-save-group-data): Add coding cookie.
13086         (nnrss-mime-encode-string): New function.
13087         (nnrss-check-group): Use it to encode subject and author.
13088
13089 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13092         imaginary variable.
13093
13094 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13097         correctly even if there are wide characters.
13098
13099 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13100
13101         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13102         downcased symbol names; make a new cache instead of reusing
13103         bbdb-hashtable.
13104
13105 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13108         concatenating segments rather than before concatenating them.
13109         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13110
13111         * message.el (message-get-reply-headers): Bind `extra'.
13112
13113 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13114
13115         * message.el (message-extra-wide-headers): New variable.
13116         (message-get-reply-headers): Use it.
13117
13118 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13121         (gnus-agent-group-pathname): Ditto.
13122
13123         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13124
13125         * gnus-group.el (gnus-group-make-group): Decode group name.
13126         (gnus-group-make-rss-group): Register the group data after opening
13127         the nnrss group.
13128
13129 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13130
13131         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13132         by expiry now get marked as read.
13133
13134 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13137
13138 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13139
13140         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13141         unify Latin characters in XEmacs.
13142         (mm-find-mime-charset-region): Use it.
13143
13144 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-util.el (gnus-delete-directory): New function.
13147
13148         * gnus-agent.el (gnus-agent-delete-group): Use it.
13149
13150         * gnus-cache.el (gnus-cache-delete-group): Use it.
13151
13152 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13155         names.
13156
13157 2004-12-16  Simon Josefsson  <jas@extundo.com>
13158
13159         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13160
13161 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13164
13165         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13166         (gnus-group-set-current-level): Decode group name.
13167
13168 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13169
13170         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13171         failed.
13172
13173 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-group.el (gnus-group-delete-group): Decode group name.
13176         (gnus-group-make-rss-group): Encode group name.
13177         (gnus-group-catchup-current): Decode group name.
13178         (gnus-group-kill-group): Decode group name.
13179
13180 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13181
13182         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13183
13184 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-group.el (gnus-group-make-rss-group):
13187         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13188
13189         * gnus-start.el (gnus-setup-news): Honor user's setting to
13190         gnus-message-archive-method.  Suggested by Lute Kamstra
13191         <lute@gnu.org>.
13192
13193 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13194
13195         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13196         global counterparts of the buffer-local variables.
13197
13198 2004-11-16  Romain Francoise  <romain@orebokech.com>
13199
13200         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13201         counterparts of the buffer-local variables.
13202
13203 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * message.el (message-forbidden-properties): Fixed typo in doc
13206         string.
13207
13208 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gnus-util.el (gnus-replace-in-string): Added doc string.
13211
13212         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13213         to avoid problems when splitting mails with many recipients.
13214
13215 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13216
13217         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13218         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13219
13220 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13221
13222         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13223         if there is no hashtable in memory or file modification time is
13224         newer than cached timestamp.
13225
13226 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13229         not-matching option.
13230
13231 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13234         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13235         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13236         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13237         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13238         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13239
13240 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * message.el (message-forward-make-body-mml): Remove headers
13243         according to message-forward-ignored-headers if a message is decoded.
13244
13245 2004-12-02  Romain Francoise  <romain@orebokech.com>
13246
13247         * message.el (message-forward-make-body-plain): Always remove
13248         headers according to message-forward-ignored-headers.
13249
13250 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         * spam.el (spam-summary-prepare-exit): Remove the
13253         gnus-summary-limit pop for now, it has problems with ham marks for
13254         me.
13255
13256 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13257
13258         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13259         correctly.
13260
13261 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13262
13263         * format-spec.el (format-spec): Message the char.
13264
13265 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13266
13267         * gnus-art.el (gnus-split-methods): Reformat comments.
13268
13269         * spam.el (spam-summary-prepare-exit): Remove article limits
13270         before exiting the summary buffer.
13271
13272 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13275         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13276
13277         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13278         order to silence the byte compiler.
13279
13280         * spam.el: Fix the way to silence the byte compiler, which
13281         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13282         bbdb-search-simple, spam-BBDB-register-routine,
13283         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13284         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13285         spam-stat-buffer-is-spam, spam-stat-load,
13286         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13287         spam-stat-save and spam-stat-split-fancy.
13288
13289 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13292         which may confuse users.
13293         (canlock-password-for-verify): Ditto.
13294
13295         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13296
13297         * gnus-art.el (gnus-emphasis-alist): Ditto.
13298
13299         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13300
13301         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13302
13303         * gnus-start.el (gnus-save-killed-list): Ditto.
13304
13305         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13306         (gnus-sum-thread-tree-root): Ditto.
13307         (gnus-sum-thread-tree-false-root): Ditto.
13308         (gnus-sum-thread-tree-single-indent): Ditto.
13309
13310         * message.el (message-courtesy-message): Ditto.
13311         (message-archive-note): Ditto.
13312         (message-subscribed-address-file): Ditto.
13313         (message-user-fqdn): Ditto.
13314
13315         * spam-report.el (spam-report-gmane-regex): Ditto.
13316
13317         * spam.el (spam-blackhole-good-server-regex): Ditto.
13318
13319 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * mml.el (mml-preview): Widen the message buffer before copying
13322         the contents to the preview buffer; sort headers before previewing.
13323
13324         * message.el (message-hidden-headers): Fix the way to avoid a bug
13325         in the `repeat' widget in Emacs 21.3 or earlier.
13326
13327 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * message.el (message-hidden-headers): Default to "^References:".
13330         Improve customization type.  Suggested by Reiner Steib
13331         <Reiner.Steib@gmx.de>.
13332
13333 2004-11-25  Romain Francoise  <romain@orebokech.com>
13334
13335         * message.el (message-strip-forbidden-properties): Remove check for
13336         obsolete `message-hidden' text property, hidden headers are not
13337         accessible in the buffer anymore.
13338
13339 2004-11-22  Romain Francoise  <romain@orebokech.com>
13340
13341         * message.el (message-header-format-alist): Add `From' in list
13342         so that it can be sorted.
13343         (message-fix-before-sending): Widen and sort headers before
13344         sending.
13345         (message-hide-headers): Use narrowing to hide headers by moving
13346         them to the top of the buffer and narrowing to the region
13347         underneath.
13348
13349 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350
13351         * message.el (message-strip-forbidden-properties): Bind
13352         buffer-read-only (etc) to nil.
13353
13354 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13357         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13358
13359 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13360
13361         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13362
13363 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13364
13365         * dns.el (query-dns): Use sit-for to time instead of
13366         accept-process-output, since that doesn't seem to work on udp
13367         sockets.
13368
13369 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13372
13373 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13374
13375         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13376         doc string.  Improve doc string.
13377
13378 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * nntp.el (nntp-request-update-info): Return nil if
13381         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13382         may not call gnus-activate-group which uselessly issues the GROUP
13383         commands for all nntp groups and wastes time.  Reported by Romain
13384         Francoise <romain@orebokech.com>.
13385
13386         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13387
13388 2004-11-15  Simon Josefsson  <jas@extundo.com>
13389
13390         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13391         headers separately.
13392         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13393         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13394
13395 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * gnus-start.el (gnus-convert-old-newsrc):
13398         Assign legacy-gnus-agent to 5.10.7.
13399
13400 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13401
13402         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13403         start of the lines.
13404
13405 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13406
13407         * hashcash.el (hashcash-default-payment): Change default to 20.
13408         (hashcash-default-accept-payment): Change default to 20.
13409         (hashcash-process-alist): New variable.
13410         (hashcash-generate-payment-async): Add.
13411         (hashcash-already-paid-p): Add.
13412         (hashcash-insert-payment): Don't generate payments twice.
13413         (hashcash-insert-payment-async): Add.
13414         (hashcash-insert-payment-async-2): Add.
13415         (hashcash-cancel-async): Add.
13416         (hashcash-wait-async): Add.
13417         (hashcash-processes-running-p): Add.
13418         (hashcash-wait-or-cancel): Add.
13419         (mail-add-payment): New optional argument.  Conditionally start
13420         asynchronous calculation.
13421         (mail-add-payment-async): Add.
13422
13423         * message.el (message-send-mail): Wait for asynchronous hashcash
13424         results.  Don't clobber existing X-Hashcash headers.
13425         (message-setup-1): Call mail-add-payment-async when
13426         message-generate-hashcash is non-nil.
13427
13428 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13429
13430         * message.el (message-use-alternative-email-as-from): Examine the
13431         From header as well; use message-make-from in order to include a
13432         user's full name.
13433
13434 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13437         default; improve customization type.
13438         (gnus-emphasis-custom-with-format): New macro.
13439         (gnus-emphasis-custom-value-to-external): New function.
13440         (gnus-emphasis-custom-value-to-internal): New function.
13441
13442 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13443
13444         * dns.el (query-dns): Resolve reverse addresses.
13445
13446 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13447
13448         * gnus-group.el (gnus-group-get-new-news): Use it.
13449
13450         * gnus-start.el (gnus-check-reasonable-setup): New function.
13451
13452 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13455         "Args out of range" error.  Reported by Arnaud Giersch
13456         <arnaud.giersch@free.fr>.
13457
13458 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13459
13460         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13461
13462 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13463
13464         * spam.el (spam group): Add :version.
13465
13466         * pgg-def.el (pgg group): Add :version.
13467
13468 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-art.el (gnus-article-edit-article): Don't associate the
13471         article buffer with a draft file.  This is a temporary measure
13472         against the 2004-08-22 change to gnus-article-edit-mode.
13473
13474 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13477         (html2text-format-tags): Remove unused variable `attr'.
13478
13479 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13482
13483         * tls.el (tls-process-connection-type, tls-success)
13484         (tls-certtool-program): Add :version.
13485
13486         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13487         (starttls-extra-arguments, starttls-process-connection-type)
13488         (starttls-connect, starttls-failure, starttls-success): Add :version.
13489
13490         * spam-stat.el (spam-stat): Add :version.
13491
13492         * sieve.el (sieve): Add :version.
13493
13494         * sha1.el (sha1): Add :version.
13495         (sha1-use-external): Remove redundant version.
13496
13497         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13498         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13499         (nnmail-split-fancy-match-partial-words)
13500         (nnmail-split-lowercase-expanded): Add :version.
13501
13502         * nndiary.el (nndiary): Add :version.
13503
13504         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13505
13506         * mml-sec.el (mml-default-sign-method)
13507         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13508         Add :version.
13509
13510         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13511
13512         * mm-url.el (mm-url-use-external, mm-url-program)
13513         (mm-url-arguments): Add :version.
13514
13515         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13516         (mm-attachment-file-modes, mm-decrypt-option)
13517         (mm-w3m-safe-url-regexp): Add :version.
13518
13519         * message.el (message-cite-prefix-regexp)
13520         (message-sendmail-envelope-from, message-minibuffer-local-map)
13521         (message-user-fqdn, message-completion-alist): Add :version.
13522
13523         * gnus-win.el (gnus-configure-windows-hook)
13524         (gnus-use-frames-on-any-display): Add :version.
13525
13526         * gnus-art.el (gnus-article-address-banner-alist)
13527         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13528         (gnus-treat-from-picon, gnus-treat-mail-picon)
13529         (gnus-treat-x-pgp-sig): Add :version.
13530
13531         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13532         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13533         (gnus-summary-article-delete-hook)
13534         (gnus-summary-display-while-building): Add :version.
13535
13536         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13537         (gnus-get-top-new-news-hook): Add :version.
13538
13539         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13540         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13541
13542         * gnus-registry.el (gnus-registry): Add :version.
13543
13544         * gnus-spec.el (gnus-use-correct-string-widths)
13545         (gnus-make-format-preserve-properties): Add :version.
13546
13547         * gnus.el (gnus-group-charter-alist)
13548         (gnus-group-fetch-control-use-browse-url)
13549         (gnus-install-group-spam-parameters): Add :version.
13550
13551         * gnus-diary.el (gnus-diary): Add :version.
13552
13553         * gnus-delay.el (gnus-delay): Add :version.
13554
13555         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13556         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13557         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13558         Add :version.
13559
13560         * gnus-agent.el (gnus-agent-max-fetch-size)
13561         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13562         (gnus-agent-prompt-send-queue): Add :version.
13563
13564         * deuglify.el (gnus-outlook-deuglify): Add :version.
13565
13566         * html2text.el: Beautify code.  Improve doc strings.  Some
13567         checkdoc cleanup.
13568         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13569
13570 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13571
13572         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13573
13574 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13575
13576         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13577         when package is loaded.
13578
13579         * spam.el (spam-summary-score-preferred-header): Add global preference
13580         for people who want to override the default SpamAssassin over
13581         Bogofilter preference (when both are set).
13582         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13583         (spam-user-format-function-S): Check
13584         spam-summary-score-preferred-header.
13585         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13586         (spam-user-format-function-S): Format the score correctly.
13587
13588 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13591         signature file.  Suggested by Manoj Srivastava
13592         <srivasta@golden-gryphon.com>.
13593
13594         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13595         iso-2022-jp even in the Japanese language environment.
13596         Suggested by Jason Rumney <jasonr@gnu.org>.
13597
13598 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13601         use the same characters as the dummy marks; make it free from
13602         getting affected by the language environment.
13603         (gnus-summary-read-group-1): Update mark positions only when the
13604         format spec is updated.
13605
13606         * gnus-spec.el (gnus-update-format-specifications): Return a list
13607         of updated types.
13608
13609 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13612         of boundp to check if display-warning is available.
13613
13614 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13615
13616         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13617
13618 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * nnspool.el (nnspool-spool-directory): Use news-path if the
13621         news-directory variable is not bound.
13622
13623         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13624         function instead of display-warning if it is not available.
13625
13626 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13629         v5-10: Use `point-at-bol'.
13630
13631 2004-10-26  Simon Josefsson  <jas@extundo.com>
13632
13633         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13634         <chenggao@gmail.com>.
13635
13636 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13639         instead.
13640
13641 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13642
13643         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13644         to remove a server from the nnimap-server-buffer-alist.
13645         (nnimap-open-connection, nnimap-close-server): Use it.
13646
13647         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13648
13649 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13652         running the major-mode function.
13653
13654 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13657         dummy marks in the right way.
13658
13659 2004-10-18  David Edmondson  <dme@dme.org>
13660
13661         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13662         excessively.
13663
13664 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13665
13666         * gnus-util.el (gnus-split-references): Accept a nil references
13667         string and go on blissfully.
13668
13669         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13670         cases where the references string is non-nil but has no references.
13671
13672         * encrypt.el: Add autoload tags.
13673
13674         * spam.el (spam-resolve-registrations-routine): Remove article
13675         from unregistration list too.  Reported by David Hanak
13676         <dhanak@isis.vanderbilt.edu>
13677
13678 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13681         nil.  Changed custom type.
13682
13683 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13686
13687         * gnus-sum.el (gnus-summary-move-article): Use it.
13688
13689 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13690
13691         * encrypt.el: Add autoload cookies.
13692
13693         * spam.el (spam-backend-article-list-property)
13694         (spam-backend-get-article-todo-list)
13695         (spam-backend-put-article-todo-list)
13696         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13697         Resolve registrations separately.
13698         (spam-register-routine): Format comments.
13699         (spam-unregister-routine, spam-register-routine): Always call with
13700         specific-articles, no default list.
13701         (spam-summary-prepare-exit): Use the spam-classifications function.
13702
13703         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13704         gnus-encrypt.el.
13705
13706         * encrypt.el: Copied from gnus-encrypt.el.
13707
13708         * gnus-encrypt.el: Commented that it's obsolete.
13709
13710 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13713         (gnus-score-save): Use it.
13714
13715         * message.el (message-bury): Use `window-dedicated-p'.
13716
13717 2004-10-15  Simon Josefsson  <jas@extundo.com>
13718
13719         * pop3.el (top-level): Don't require nnheader.
13720         (pop3-read-timeout): Add.
13721         (pop3-accept-process-output): Add.
13722         (pop3-read-response, pop3-retr): Use it.
13723
13724 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13725
13726         * spam.el (spam-register-routine): Move comment.
13727         (spam-verify-bogofilter): Use 'unknown for the initial
13728         spam-bogofilter-valid state, not 'never.
13729
13730         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13731         for netrc-machine.
13732
13733         * nnimap.el (nnimap-open-connection): Use
13734         netrc-machine-user-or-password.
13735
13736 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13737
13738         * gnus-registry.el (gnus-registry-unload-hook):
13739         Set as a variable with add-hook.
13740
13741         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13742         of news-path.
13743
13744         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13745
13746         * spam.el: Delete duplicate `provide'.
13747         (spam-unload-hook): Set as a variable with add-hook.
13748
13749 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13752         in the doc string.
13753
13754         * message.el (message-ignored-news-headers)
13755         (message-ignored-supersedes-headers)
13756         (message-ignored-resent-headers)
13757         (message-forward-ignored-headers): Improve custom type.
13758
13759 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * message.el (message-tokenize-header): Fix 2004-09-06 change
13762         which used point-min in the wrong place.
13763
13764 2004-10-12  Simon Josefsson  <jas@extundo.com>
13765
13766         * tls.el (tls-certtool-program): New variable.
13767         (tls-certificate-information): New function, based on
13768         ssl-certificate-information.
13769
13770 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * compface.el: Move the version of ELisp-based uncompface program
13773         to the contrib directory because of the copyright problem.
13774
13775 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * message.el (message-kill-buffer): Raise the current frame.
13778
13779 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13782
13783         * gnus.el (message-y-or-n-p): Autoload.
13784
13785         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13786         (pop3-password-required, pop3-authentication-scheme)
13787         (pop3-leave-mail-on-server): Made customizable.
13788         (pop3): New custom group.
13789         (pop3-retr): Remove `sleep-for' statements.
13790         Suggested by Dave Love <fx@gnu.org>.
13791
13792         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13793         Windows/DOS.
13794
13795         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13796         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13797         Dave Love <fx@gnu.org>.
13798
13799         * mml.el (mml-minibuffer-read-disposition): Require match.
13800         Suggested by Dave Love <fx@gnu.org>.
13801
13802 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13805         doc string.
13806
13807 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13810
13811 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13812
13813         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13814         instead of calling `mm-insert-inline', to decode text/* parts
13815         before displaying them.
13816
13817 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * mm-uu.el (mm-uu-text-plain-type): New variable.
13820         (mm-uu-pgp-signed-extract-1): Use it.
13821         (mm-uu-pgp-encrypted-extract-1): Use it.
13822         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13823         bind mm-uu-text-plain-type with that value.
13824         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13825         mm-uu-dissect.
13826
13827 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * gnus-group.el (gnus-update-group-mark-positions):
13830         * gnus-sum.el (gnus-update-summary-mark-positions):
13831         * message.el (message-check-news-body-syntax):
13832         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13833         of string-as-multibyte.
13834
13835 2004-10-05  Juri Linkov  <juri@jurta.org>
13836
13837         * gnus-group.el (gnus-update-group-mark-positions):
13838         * gnus-sum.el (gnus-update-summary-mark-positions):
13839         * message.el (message-check-news-body-syntax):
13840         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13841         8-bit unibyte values to a multibyte string for search functions.
13842
13843 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13846         (mm-uu-dissect-text-parts): New function.
13847
13848         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13849         dissect text parts.
13850
13851         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13852         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13853
13854         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13855
13856         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13857         gnus-current-topics instead of gnus-current-topic.
13858
13859 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13860
13861         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13862
13863 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13864
13865         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13866         where approriate.
13867
13868         * nnml.el (nnml-generate-active-info): do.
13869
13870         * nndiary.el (nndiary-generate-active-info): do.
13871
13872         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13873         (gnus-topic-move): do.
13874
13875         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13876         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13877
13878         * gnus-srvr.el (gnus-server-prepare)
13879         (gnus-server-open-all-servers): do.
13880
13881         * gnus-msg.el (gnus-summary-cancel-article)
13882         (gnus-summary-resend-message)
13883         (gnus-summary-mail-crosspost-complaint): do.
13884
13885         * gnus-move.el (gnus-change-server): do.
13886
13887         * gnus-group.el (gnus-group-unmark-all-groups)
13888         (gnus-group-set-current-level): do.
13889
13890 2004-10-04  Simon Josefsson  <jas@extundo.com>
13891
13892         * message.el (message-generate-hashcash): Doc fix.
13893
13894 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13895
13896         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13897         avoid infinite recursion via gnus-get-function.
13898
13899 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13900
13901         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13902
13903         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13904
13905         * nnmail.el (nnmail-split-history): do.
13906
13907         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13908         (nnml-request-delete-group): do.
13909
13910         * nnslashdot.el (nnslashdot-read-groups): do.
13911
13912         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13913         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13914
13915         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13916         (nnspool-sift-nov-with-sed): Use last.
13917         (nnspool-retrieve-headers-with-nov): Use mapc.
13918         (nnspool-request-newgroups): Use dolist.
13919         (nnspool-request-group): Use last.
13920
13921         * nntp.el (nntp-read-server-type): Use dolist.
13922
13923         * nnvirtual.el (nnvirtual-create-mapping)
13924         (nnvirtual-update-read-and-marked): Use dolist.
13925         (nnvirtual-convert-headers): Simplify.
13926
13927 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13928
13929         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13930         support for sync'ing tick marks.
13931
13932 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13935         there's no visible header.
13936
13937 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13938
13939         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13940         necessary, pass full group name to gnus-request-set-marks.
13941
13942 2004-10-01  Simon Josefsson  <jas@extundo.com>
13943
13944         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13945         acroread.
13946
13947 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13948
13949         * spam-report.el (spam-report-gmane): Fix interactive.
13950
13951         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13952
13953         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13954         when writing file.
13955         (gnus-agent-synchronize-flags): Don't default to being
13956         interactive.
13957
13958 2004-09-30  Simon Josefsson  <jas@extundo.com>
13959
13960         * message.el (message-generate-hashcash): Add.
13961         (message-send-mail): Use it, call mail-add-payment.
13962
13963 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13966
13967 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13968
13969         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13970         gnus-requst-update-info with explicit code to sync the in-memory
13971         info read flags with the marks being sync'd to the backend.
13972
13973         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13974
13975 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13976
13977         * spam.el (spam-verify-bogofilter): Add new function.
13978         (spam-check-bogofilter)
13979         (spam-bogofilter-register-with-bogofilter): Use it.
13980         (spam-verify-bogofilter): Add small fixes.
13981
13982 2004-09-28  Simon Josefsson  <jas@extundo.com>
13983
13984         * hashcash.el (hashcash-generate-payment): Revert.
13985
13986 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13987
13988         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13989         gnus-extract-references instead of gnus-split-references.
13990
13991         * gnus-util.el (gnus-extract-references): Add new function, analogous
13992         to gnus-split-references but extracts only the message-ID without
13993         anything extra.
13994
13995         * hashcash.el (hashcash-generate-payment)
13996         (hashcash-check-payment): Do the right thing if hashcash-path is
13997         nil (because the hashcash program could not be found).
13998
13999         * spam.el (spam-use-hashcash): Remove comment.
14000
14001 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14002
14003         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14004         (gnus-cache-enter-article, gnus-cache-remove-article)
14005         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14006
14007         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14008
14009         * gnus-art.el (article-hide-boring-headers)
14010         (article-translate-strings, article-display-face)
14011         (gnus-article-mime-match-handle-first)
14012         (gnus-article-highlight-headers)
14013         (gnus-article-add-buttons-to-head): do.
14014
14015 2004-09-27  Simon Josefsson  <jas@extundo.com>
14016
14017         * hashcash.el: New version, from
14018         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14019         ../contrib/.
14020
14021 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14024
14025 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14026
14027         * gnus-dup.el (gnus-dup-open): Use mapc.
14028         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14029
14030         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14031         Reported by Stefan Wiens <s.wi@gmx.net>.
14032
14033         * gnus.el (gnus-shutdown): Use dolist.
14034
14035         * gnus-undo.el (gnus-undo): Use mapc.
14036
14037         * nnrss.el (nnrss-generate-active): do.
14038
14039         * message.el (message-cite-original-without-signature)
14040         (message-cite-original): Use mapc.
14041         (message-do-actions, message-make-forward-subject): Use dolist.
14042
14043 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14044
14045         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14046         deletion to remove entire duplicate line.  Fixes merged article
14047         number bug.
14048
14049 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14050
14051         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14052         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14053         first ask if you want to open a server and then, even when you
14054         responded with no, asking if you want to synchronize the server's
14055         flags.
14056         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14057         multi-line expressions.
14058         (gnus-agent-synchronize-group-flags): New internal function.
14059         Updates marks in memory (in the info structure) AND in the
14060         backend.
14061
14062         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14063
14064         * nnagent.el (nnagent-request-set-mark): Use
14065         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14066         method, to ensure that synchronization updates marks in the
14067         backend and in the info (in memory) structure.
14068
14069 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14072         convention fully; don't miss the root article of a thread; make
14073         the X-Draft-From header with correct article numbers.
14074
14075 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14076
14077         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14078         unless plugged.  Disable the agent so that an open failure causes
14079         an error.
14080
14081         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14082         Reverted 2004-09-21 change.  The backend must be opened while
14083         synchronizing flags even when the backend stores the flags
14084         locally.
14085
14086 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14089         in `header' match.  Reported by Svend Tollak Munkejord.
14090
14091         * message.el (message-cite-original): Fix use of
14092         `message-cite-articles-with-x-no-archive'.
14093
14094 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14097         (gnus-window-to-buffer): Ditto.
14098
14099         * mml.el (mml-preview-buffer): New variable.
14100         (mml-preview): Manage window layout with gnus-buffer-configuration.
14101
14102         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14103         X-Draft-From header even if those articles aren't quoted.
14104
14105 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14106
14107         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14108         (gnus-request-set-mark, gnus-request-update-mark): Use new
14109         g-s-t-u-l-m to decide to use backend even when unplugged.
14110
14111 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14114         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14115
14116 2004-09-20  Simon Josefsson  <jas@extundo.com>
14117
14118         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14119         "utf-16-le".
14120
14121 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14122
14123         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14124
14125 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * uudecode.el (uudecode-use-external): Add :version.
14128
14129         * smime.el (smime-CA-file, smime-encrypt-cipher)
14130         (smime-dns-server): Add :version.
14131
14132         * smiley.el (gnus-smiley-file-types): Add :version.
14133
14134         * sha1.el (sha1-use-external): Add :version.
14135
14136         * pgg-def.el (pgg-query-keyserver): Add :version.
14137
14138         * nnmail.el (nnmail-fancy-expiry-targets)
14139         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14140         Add :version.
14141
14142         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14143         (nnimap-retrieve-groups-asynchronous): Add :version.
14144         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14145
14146         * mml.el (mml-content-disposition-parameters)
14147         (mml-insert-mime-headers-always): Add :version.
14148
14149         * mm-util.el (mm-coding-system-priorities): Add :version.
14150
14151         * mm-decode.el (mm-inline-text-html-with-images)
14152         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14153         (mm-verify-option): Add :version.
14154         (mm-text-html-renderer): Change :version.
14155
14156         * message.el (message-fcc-externalize-attachments)
14157         (message-required-headers, message-draft-headers)
14158         (message-subject-trailing-was-query)
14159         (message-subject-trailing-was-ask-regexp)
14160         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14161         (message-mark-insert-end, message-archive-header)
14162         (message-archive-note, message-cross-post-default)
14163         (message-cross-post-note, message-followup-to-note)
14164         (message-cross-post-note-function, message-use-mail-followup-to)
14165         (message-subscribed-address-functions)
14166         (message-subscribed-address-file, message-subscribed-addresses)
14167         (message-subscribed-regexps, message-allow-no-recipients)
14168         (message-yank-cited-prefix, message-signature-insert-empty-line)
14169         (message-hidden-headers, message-hierarchical-addresses)
14170         (message-mail-user-agent, message-use-idna)
14171         (message-valid-fqdn-regexp)
14172         (message-strip-special-text-properties, message-header-synonyms)
14173         (message-beginning-of-line, message-tab-body-function): Add :version.
14174         (message-insert-canlock, message-wide-reply-confirm-recipients):
14175         Change :version.
14176
14177         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14178         and :version.
14179         (mail-source-delete-old-incoming-confirm)
14180         (mail-source-movemail-program): Add :version.
14181
14182         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14183         (gnus-agent-cache, gnus-agent): Change :version.
14184
14185         * gnus-util.el (gnus-use-byte-compile): Change :version.
14186
14187         * gnus-sum.el (gnus-summary-make-false-root-always)
14188         (gnus-summary-default-high-score)
14189         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14190         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14191         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14192         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14193         (gnus-sum-thread-tree-single-indent)
14194         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14195         (gnus-sum-thread-tree-leaf-with-other)
14196         (gnus-sum-thread-tree-single-leaf): Add :version.
14197         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14198         (gnus-article-loose-mime): Change :version.
14199
14200         * gnus-start.el (gnus-backup-startup-file)
14201         (gnus-save-startup-file-via-temp-buffer): Add :version.
14202
14203         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14204         (gnus-server-offline-face): Add :version.
14205
14206         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14207
14208         * gnus-msg.el (gnus-gcc-externalize-attachments)
14209         (gnus-debug-files, gnus-debug-exclude-variables)
14210         (gnus-discouraged-post-methods): Change :version.
14211         (gnus-confirm-mail-reply-to-news)
14212         (gnus-confirm-treat-mail-like-news): Add :version.
14213
14214         * gnus-int.el (gnus-server-unopen-status): Add :version.
14215
14216         * gnus-group.el (gnus-group-jump-to-group-prompt)
14217         (gnus-large-ephemeral-newsgroup)
14218         (gnus-fetch-old-ephemeral-headers): Add :version.
14219
14220         * gnus-fun.el (gnus-x-face-directory)
14221         (gnus-convert-pbm-to-x-face-command)
14222         (gnus-convert-image-to-x-face-command)
14223         (gnus-convert-image-to-face-command): Add :version.
14224
14225         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14226
14227         * gnus-cite.el (gnus-cite-blank-line-after-header)
14228         (gnus-article-boring-faces): Add :version.
14229
14230         * gnus-art.el (gnus-buttonized-mime-types)
14231         (gnus-inhibit-mime-unbuttonizing)
14232         (gnus-treat-display-face)
14233         (gnus-treat-body-boundary): Change :version.
14234         (gnus-body-boundary-delimiter, gnus-picon-databases)
14235         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14236         (gnus-treat-date-english, gnus-treat-fold-headers)
14237         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14238         (gnus-treat-mail-picon, gnus-treat-wash-html)
14239         (gnus-article-encrypt-protocol)
14240         (gnus-use-idna, gnus-article-over-scroll)
14241         (gnus-mime-display-multipart-alternative-as-mixed)
14242         (gnus-mime-display-multipart-related-as-mixed)
14243         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14244         (gnus-ctan-url, gnus-button-ctan-handler)
14245         (gnus-button-handle-ctan-bogus-regexp)
14246         (gnus-button-ctan-directory-regexp)
14247         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14248         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14249         (gnus-button-man-level, gnus-button-emacs-level)
14250         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14251
14252         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14253         (gnus-agent-go-online): Change :version.
14254         (gnus-agent-expire-unagentized-dirs)
14255         (gnus-agent-auto-agentize-methods): Add :version.
14256
14257         * flow-fill.el (fill-flowed-display-column)
14258         (fill-flowed-encode-column): Add :version.
14259
14260         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14261         (gnus-outlook-deuglify-unwrap-max)
14262         (gnus-outlook-deuglify-cite-marks)
14263         (gnus-outlook-deuglify-unwrap-stop-chars)
14264         (gnus-outlook-deuglify-no-wrap-chars)
14265         (gnus-outlook-deuglify-attrib-cut-regexp)
14266         (gnus-outlook-deuglify-attrib-verb-regexp)
14267         (gnus-outlook-deuglify-attrib-end-regexp)
14268         (gnus-outlook-display-hook): Add :version.
14269
14270         * binhex.el (binhex-use-external): Add :version.
14271
14272 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14273
14274         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14275         and `invisible'.
14276
14277 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14278
14279         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14280         in gnus-registry-trim.
14281
14282 2004-09-13  Simon Josefsson  <jas@extundo.com>
14283
14284         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14285
14286         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14287
14288         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14289         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14290         <yamaoka@jpl.org>.
14291         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14292         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14293         <yamaoka@jpl.org>.
14294
14295         * sieve.el (sieve-manage-mode): Ditto.
14296
14297 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14298
14299         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14300
14301 2004-09-11  Simon Josefsson  <jas@extundo.com>
14302
14303         * dns-mode.el: Add.
14304
14305         * mm-view.el (mm-display-dns-inline): Add.
14306
14307         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14308         (mm-automatic-display): Ditto.
14309
14310         * mailcap.el (mailcap-mime-data): Add text/dns.
14311         (mailcap-mime-extensions): Map .soa to text/dns.
14312
14313 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14314
14315         * gnus-art.el (article-decode-mime-words, article-babel)
14316         (gnus-article-highlight-signature, gnus-article-add-buttons)
14317         (gnus-signature-toggle): Remove unnecessary bindings of
14318         `inhibit-read-only' inherited from v5.10 merge.
14319
14320 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * nntp.el (nntp): New customization group.
14323         (nntp-authinfo-file): Add customization group.
14324
14325         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14326
14327         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14328
14329         * gnus.el (to-address, to-list, subscribed)
14330         (large-newsgroup-initial): Ditto.
14331
14332         * flow-fill.el (fill-flowed-display-column)
14333         (fill-flowed-encode-column): Ditto.
14334
14335 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14336
14337         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14338         Use point-min rather than 1.
14339         (message-send-mail): Use buffer-size rather than point-max.
14340
14341         * gnus-sum.el (gnus-summary-search-article-forward):
14342         Signal a specific `search-failed' rather than a generic `error'.
14343
14344         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14345         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14346         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14347
14348 2004-09-10  Simon Josefsson  <jas@extundo.com>
14349
14350         * nndb.el (require): Remove tcp and duplicate cl.
14351
14352 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-agent.el (directory-files-and-attributes): Move forward.
14355
14356 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14357
14358         * gnus-agent.el (directory-files-and-attributes): Optionally
14359         defined to support XEmacs.
14360
14361 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14362
14363         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14364         to avoid run-time CL dependencies.
14365         (gnus-agent-unfetch-articles): New function.
14366         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14367         article numbers even when local .overview file is missing.
14368         (gnus-agent-read-article-number): New function.  Only accepts
14369         27-bit article numbers.
14370         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14371         gnus-agent-read-article-number.
14372         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14373         from backend while recognizing that article numbers in .overview
14374         must be valid.
14375         (gnus-agent-update-files-total-fetched-for): Use
14376         directory-files-and-attributes to improve performance.
14377         * gnus-int.el (gnus-request-move-article): Use
14378         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14379         improve performance.
14380
14381         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14382         some users confused by references to .newsrc when they only have a
14383         .newsrc.eld file.
14384         (gnus-convert-mark-converter-prompt)
14385         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14386         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14387         New function.  Used internally to only display 'gnus converting
14388         files' message when actually necessary.
14389
14390         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14391         methods now autoloaded.
14392
14393 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14396         identifiers.
14397
14398 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gnus-picon.el: Fix indentation and closing parenthesis.
14401
14402 2004-09-01  Simon Josefsson  <jas@extundo.com>
14403
14404         * message.el (message-canlock-generate): Require sha1, not
14405         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14406         to require within a function.  Sadly, if sha1.el isn't loaded, the
14407         let binding in m-c-g will hide the defcustom definition, which is
14408         bad.)
14409
14410         * canlock.el: Require sha1, not sha1-el.
14411
14412         * message.el: Don't autoload sha1 (there is a autoload cookie in
14413         sha1.el).
14414
14415         * sha1-el.el: Renamed to sha1.el.
14416
14417 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14418
14419         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14420
14421 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14422
14423         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14424
14425 2004-08-30  Kim F. Storm  <storm@cua.dk>
14426
14427         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14428
14429         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14430         Add :group 'nnimap.
14431
14432 2004-08-30  Andreas Schwab  <schwab@suse.de>
14433
14434         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14435         ?* and ?\;.
14436
14437         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14438         and ?\' to symbol instead of whitespace.
14439
14440 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14443
14444         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14445         instead of re-search-forward.
14446
14447         * gnus-uu.el (gnus-uu-save-article): Ditto.
14448         (gnus-uu-post-encode-uuencode): Ditto.
14449
14450         * html2text.el (html2text-clean-list-items): Ditto.
14451         (html2text-clean-dtdd): Ditto.
14452         (html2text-format-tags): Ditto.
14453
14454         * message.el (message-send-mail-with-sendmail): Fix regexp.
14455         (message-fill-field-general): Use search-forward instead of
14456         re-search-forward.
14457         (unbold-region): Ditto.
14458
14459         * nnrss.el (nnrss-request-article): Ditto.
14460
14461         * nnslashdot.el (nnslashdot-request-article): Ditto.
14462
14463         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14464
14465         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14466         "Unrecognized menu descriptor" error in XEmacs.
14467
14468 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14469
14470         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14471         parent article of a sparse article in the thread hashtb.
14472
14473 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14474
14475         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14476         (nnmail-expand-newtext): Lowercase expanded entries if
14477         nnmail-split-lowercase-expanded is non-nil.
14478
14479 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14482
14483         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14484         of gnus-tmp-news-method into string under XEmacs.  It will be
14485         passed to gnus-correct-length which takes only a string argument.
14486
14487 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-util.el (gnus-bind-print-variables): New macro.
14490         (gnus-prin1): Use it.
14491         (gnus-prin1-to-string): Use it.
14492         (gnus-pp): New function.
14493         (gnus-pp-to-string): New function.
14494
14495         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14496         Replace pp-to-string with gnus-pp-to-string.
14497         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14498         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14499         * gnus-msg.el (gnus-debug): Ditto.
14500         * gnus-score.el (gnus-score-save): Ditto.
14501         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14502         gnus-pp-to-string.
14503         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14504         with gnus-pp.
14505         * score-mode.el (gnus-score-pretty-print): Ditto.
14506         * webmail.el (webmail-debug): Ditto.
14507
14508 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * gnus-art.el (article-display-face, article-display-x-face):
14511         Use buffer-read-only.
14512
14513 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-art.el (article-hide-list-identifiers):
14516         Bind inhibit-read-only as t.
14517
14518 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14521
14522 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14523
14524         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14525         (gnus-narrow-to-page): Don't assume point-min == 1.
14526         (gnus-article-edit-mode): Derive from message-mode.
14527
14528         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14529         point-min == 1.
14530
14531         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14532         Disable incorrect use of `assert'.
14533
14534         * message.el (message-mode): Set comment-start-skip.
14535
14536
14537 2004-08-22  Sam Steingold  <sds@gnu.org>
14538
14539         * pop3.el (pop3-leave-mail-on-server): New user variable.
14540         (pop3-movemail): Delete mail only when it is nil.
14541
14542 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14545
14546         * mml.el (mml-preview): Use `pop-to-buffer'.
14547
14548         * message.el (message-goto-mail-followup-to): Insert after "To".
14549         (message-carefully-insert-headers): Add comment.
14550
14551         * gnus.el: Remove unused variable `gnus-article-check-size'.
14552
14553         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14554
14555         * gnus-art.el (gnus-button-alist): Improve
14556         `gnus-button-handle-library' entry.
14557
14558 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14559
14560         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14561         downcase, since XEmacs capitalizes error messages differently.
14562
14563 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14564
14565         * nntp.el: Add (require 'gnus) due to reference to
14566         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14567
14568 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14569
14570         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14571         `mm-fill-flowed'.
14572
14573         * mm-decode.el (mm-dissect-singlepart): Check it.
14574
14575 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14576
14577         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14578         'imap' for netrc parsing.
14579
14580 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * mailcap.el (mailcap-mime-data): Mark as risky.
14583
14584 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14587         may be included in the encoded word.
14588         (rfc2047-encode): Don't append a space if the encoded word
14589         includes close parenthesis.
14590
14591 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14594         of text within parentheses.
14595
14596 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14597
14598         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14599         (gnus-encrypt-write-file-contents): Make the password key the file
14600         name PLUS the cipher, not just the cipher.  Also remove failed
14601         passwords from the cache.
14602
14603 2004-08-06  Simon Josefsson  <jas@extundo.com>
14604
14605         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14606         fix.
14607
14608 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14611         LWSP.
14612
14613 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14614
14615         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14616         to append in-reply-to: data to the references: header.
14617
14618         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14619         (netrc-parse): Use gnus-encrypt.el functions.
14620
14621         * gnus-encrypt.el: Add new file for encryption support; currently
14622         does only a few GPG ciphers and an internal XOR cipher.
14623
14624         * password.el: Add comments on using password-read-and-add.
14625         (password-read-and-add): Add function to read and add the
14626         password to the cache at once.
14627
14628 2004-07-28  Simon Josefsson  <jas@extundo.com>
14629
14630         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14631         parameter (but don't use it, for now).
14632
14633         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14634         instead of hard coding to nil.
14635
14636 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14639         as mm-inline-image-xemacs does.
14640
14641 2004-07-26  Simon Josefsson  <jas@extundo.com>
14642
14643         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14644         Revert part of 2004-07-17 change below.
14645
14646 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14649         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14650
14651 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14654         quotes that actually start with ">" at the beginning of the
14655         lines.
14656
14657 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * rfc2047.el (rfc2047-encode-region): Fix last change.
14660         (rfc2047-encode-parameter): Remove useless concat.
14661
14662 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14665         encode special characters; fix some kind of misconfigured headers;
14666         signal a real error if debug-on-quit or debug-on-error is non-nil.
14667         (rfc2047-encode-max-chars): New variable.
14668         (rfc2047-encode-1): Use it.
14669         (rfc2047-encode-parameter): New function.
14670
14671         * mml.el (mml-insert-parameter): Remove an excessive space.
14672
14673 2004-07-17  Simon Josefsson  <jas@extundo.com>
14674
14675         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14676         Kai Grossjohann <kai@emptydomain.de>.
14677         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14678         (gnus-group-make-menu-bar): Ditto.
14679
14680         * gnus-util.el (gnus-group-server): Add.
14681
14682 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14683
14684         * message.el (message-clone-locals): Clone sendmail and smtp
14685         variables.
14686
14687 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * rfc2047.el (rfc2047-encode-region): Fix last change.
14690
14691 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14694         characters as non-special.
14695
14696 2004-07-09  Simon Josefsson  <jas@extundo.com>
14697
14698         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14699         Users will lose all flag changes made while unplugged with
14700         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14701         good default.  See numerous reports on ding mailing list.
14702
14703 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14706         add generate-head-function and generate-article-function to the
14707         rfc822-forward entry.
14708         (nndoc-rfc822-forward-generate-article): New function.
14709         (nndoc-rfc822-forward-generate-head): New function.
14710
14711         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14712
14713 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14714
14715         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14716         respect display group parameter and gnus-summary-expunge-below.
14717         (gnus-articles-to-read): Remove unused reference to display group
14718         parameter.
14719
14720 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14721
14722         * nnheader.el (nnheader-uniquify-message-id): New experimental
14723         variable.
14724         (nnheader-nov-read-message-id): Use it.
14725
14726         * spam-report.el (spam-report-gmane): Add interactive.
14727
14728 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14731         qp-or-base64 for the application/* types.
14732
14733 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14734
14735         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14736
14737 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14738
14739         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14740         trim value.
14741
14742 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14743
14744         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14745         New macro and function.
14746         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14747
14748 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14751         after-load-alist.
14752
14753 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14754
14755         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14756         update info that isn't there.
14757
14758 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14759
14760         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14761         entry.
14762
14763 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * mm-view.el (mm-inline-render-with-function): Use multibyte
14766         buffer; decode html source by charset.
14767
14768         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14769
14770         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14771         Mule-UCS is loaded under XEmacs.
14772         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14773
14774 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14775
14776         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14777
14778 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * mm-util.el (mm-coding-system-p): Return a coding-system.
14781         (mm-mime-mule-charset-alist): Use shift_jis instead of
14782         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14783         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14784         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14785         instead of japanese-shift-jis and iso-latin-1 respectively in
14786         order to share the default value with both Emacs and XEmacs-mule.
14787         (mm-mule-charset-to-mime-charset): Make
14788         mm-coding-system-priorities effective.
14789         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14790         while predicating of candidates upon the priorities.
14791
14792 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14793
14794         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14795         gnus-uu-invert-processable.
14796
14797         * gnus.el: Autoload gnus-uu-invert-processable.
14798
14799 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * mm-util.el (mm-with-multibyte-buffer): New macro.
14802
14803         * rfc2047.el (rfc2047-encode-string): Use it.
14804         (rfc2047-encode-region): Move point to the end of the region after
14805         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14806
14807 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14810         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14811
14812 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14815         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14816         Karl Chen <quarl@nospam.quarl.org>.
14817
14818 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14819
14820         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14821         invalid addresses.
14822
14823 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14824
14825         * spam.el: Change section markers, revise TODO list.
14826         (spam-backends): Make new master list of all installed backends.
14827         (spam-summary-exit-behavior): Add new variable to determine how
14828         messages moves are done at summary exit.
14829         (spam-move-spam-nonspam-groups-only)
14830         (spam-process-ham-in-nonham-groups)
14831         (spam-process-ham-in-spam-groups): Remove variables, the
14832         spam-summary-exit-behavior variable should be used to manage this
14833         behavior.
14834         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14835         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14836         and spam-old-spam-articles.
14837         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14838         Add empty variables, placeholders for the backends they represent.
14839         (spam-set-difference): Move, unchanged.
14840         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14841         unless the user has a processor variable.
14842         (spam-classifications, spam-classification-valid-p)
14843         (spam-backend-properties, spam-backend-property-valid-p)
14844         (spam-backend-function-type-valid-p)
14845         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14846         (spam-report-articles-gmane, spam-report-articles-resend):
14847         Remove functions, they are not needed.
14848         (spam-install-backend-super, spam-backend-list)
14849         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14850         (spam-backend-function, spam-backend-ham-registration-function)
14851         (spam-backend-spam-registration-function)
14852         (spam-backend-ham-unregistration-function)
14853         (spam-backend-spam-unregistration-function)
14854         (spam-backend-statistical-p, spam-backend-mover-p)
14855         (spam-install-backend-alias, spam-install-checkonly-backend)
14856         (spam-install-mover-backend, spam-install-nocheck-backend)
14857         (spam-install-backend, spam-install-statistical-backend)
14858         (spam-install-statistical-checkonly-backend): Add backend installation
14859         support.
14860         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14861         (spam-group-processor-p): Use the new backend code and respect the
14862         summary exit behavior.
14863         (spam-mark-spam-as-expired-and-move-routine): Remove.
14864         (spam-summary-prepare): Change to use the new spam-old-articles
14865         variable.
14866         (spam-copy-or-move-routine, spam-copy-spam-routine)
14867         (spam-move-spam-routine, spam-copy-ham-routine)
14868         (spam-move-ham-routine): Add code to copy/move ham or spam.
14869         (spam-fetch-field-fast): Improve doc and code, plus allow the
14870         'number request.
14871         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14872         variables.
14873         (spam-split, spam-find-spam): Use the new backend code.
14874         (spam-registration-functions): Remove variable.
14875         (spam-unregister-routine): Add convenience wrapper.
14876         (spam-log-undo-registration, spam-register-routine)
14877         (spam-log-processing-to-registry)
14878         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14879         where possible.
14880         (spam-check-gmane-xref, spam-check-regex-headers)
14881         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14882         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14883         (spam-check-bogofilter-headers, spam-check-spamoracle)
14884         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14885         (spam-check-crm114-headers): Use the spam-split-group that
14886         spam-split prepares, no need to determine it every time.
14887
14888         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14889         to the nnheader-parse-naked-head call.
14890
14891         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14892
14893         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14894         the nnheader-nov-read-message-id call.
14895
14896 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14899         gnus-activate-group twice.  Suggested by Markus Peter
14900         <warp@spin.de>.
14901
14902 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-art.el (gnus-article-time-format): Exchange the order of
14905         day and month in the default value; fix customization type.
14906         (article-date-ut): Use add-text-properties.
14907         (article-make-date-line): Use message-make-date instead of
14908         current-time-string.
14909
14910         * message.el (message-fetch-field): Don't use set-text-properties.
14911         (message-make-date): Simplify.
14912
14913         * messagexmas.el (message-xmas-make-date): New function.
14914         (message-xmas-redefine): Defalias message-make-date to it.
14915
14916 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14919         (rfc2047-encode-region): Treat text within parentheses as special;
14920         show the original text when error has occurred.
14921
14922         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14923         already-computed method to gnus-activate-group.
14924
14925         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14926         same select-methods identical Lisp objects.
14927
14928         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14929         object when modifying the info.
14930
14931 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14934         gnus-opened-servers since it has never been opened with the new
14935         configuration yet.
14936
14937 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14940         arg to nnheader-generate-fake-message-id.
14941
14942 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14943
14944         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14945         number and build a fake message ID localized to a group and
14946         article number (so it's repeatable from that point on).
14947         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14948         ID format.
14949
14950         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14951         nnheader-generate-fake-message-id with the article number.
14952
14953 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14954
14955         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14956         end-of-buffer.
14957
14958 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14959
14960         * message.el (message-ignored-supersedes-headers): Add Approved.
14961
14962 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14965         goto-char.
14966         (rfc2047-encode): Fold the line before encoding.
14967
14968 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14969
14970         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14971         folding -- not all headers can be folded, and this should be done
14972         by the message composition mode.  Probably.  I think.
14973
14974 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14977         fast.
14978
14979         * gnus-ems.el (gnus-remove-image): Don't use
14980         message-text-with-property; remove only the image found first.
14981
14982         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14983         found first.
14984
14985 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14986
14987         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14988
14989 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * message.el (message-text-with-property): Make it fast and accept
14992         optional arguments.
14993         (message-strip-forbidden-properties): Use it.
14994         (message-fix-before-sending): Follow the m-t-w-p change.
14995
14996         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14997
14998 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * gnus-art.el (article-hide-headers): Don't change the buffer
15001         mistakenly when performing mml-preview even if
15002         gnus-single-article-buffer is nil.
15003
15004 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15005
15006         * message.el (message-expand-name-databases): New user option.
15007         (message-expand-name): Use it.
15008
15009 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * spam.el (spam-report-articles-resend)
15012         (spam-report-resend-register-routine): Allow ham reporting.
15013         (spam-report-resend-register-ham-routine): Add wrapper.
15014         (spam-registration-functions): Add ham resending functions.
15015         (spam-list-of-processors): Add ham resend processor.
15016
15017         * gnus.el (ham-resend-to): Add new group parameter.
15018         (spam-process): Add ham resend option.
15019
15020         * spam-report.el (spam-report-resend): Allow reporting ham.
15021         (spam-report-resend-ham): Add wrapper.
15022
15023 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15024
15025         * message.el (message-cite-articles-with-x-no-archive): New
15026         variable.
15027         (message-cite-original): Use it.
15028
15029 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15030
15031         * message.el (message-cite-original): Respect X-No-Archive.
15032
15033 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * gnus-art.el (article-hide-headers): Refer to the values for
15036         gnus-ignored-headers and gnus-visible-headers in the summary
15037         buffer since a user may have set them as group parameters.
15038
15039 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15040
15041         * assistant.el (assistant-node-name): Add convenience function.
15042         (assistant-render-text, assistant-render-node): Add error handling,
15043         plus handle multiple next nodes.
15044         (assistant-find-next-node): Comment out for now.
15045         (assistant-find-next-nodes): Add function, returns list of next
15046         nodes.
15047
15048 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * mail-source.el (mail-source-directory): Fix doc-string.
15051
15052 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15053
15054         * assistant.el (assistant-render-text, assistant-eval): Add :set
15055         widget type, which is different because it takes and returns a
15056         list.  Much hilarity ensues.
15057
15058 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15059
15060         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15061
15062         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15063         doc-string.
15064
15065         * gnus-start.el (gnus-activate-group): Added doc-string.
15066
15067 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15070
15071 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15072
15073         * assistant.el (assistant-render-text): Try to add a :set
15074         widget, more to come.
15075
15076         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15077         strings.
15078         (spam-report-articles-resend)
15079         (spam-register-routine): Do registration iff any articles warrant
15080         it.
15081         (spam-summary-prepare-exit): Change log message for nil group
15082         destinations.
15083
15084 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15085
15086         * spam.el (spam-report-resend-register-routine): Allow
15087         spam-report-resend-to to be a group parameter or a global value.
15088
15089 2004-05-26  Simon Josefsson  <jas@extundo.com>
15090
15091         * starttls.el: Merge with my GNUTLS based starttls.el.
15092         (starttls-gnutls-program, starttls-use-gnutls)
15093         (starttls-extra-arguments, starttls-process-connection-type)
15094         (starttls-connect, starttls-failure, starttls-success): New
15095         variables.
15096         (starttls-program, starttls-extra-args): Doc fix.
15097         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15098         functions.
15099         (starttls-negotiate, starttls-open-stream): Check
15100         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15101         function if it is set.
15102
15103 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15106         structured fields.
15107
15108 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15111
15112 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15115         variable.
15116         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15117         assigning the spam-mark to new messages.
15118
15119 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15120
15121         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15122
15123 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15126
15127         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15128         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15129         default.
15130
15131 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15132
15133         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15134         correct data.
15135
15136 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15137
15138         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15139         (spam-group-processor-p): Fix function.
15140         (spam-group-processor-multiple-p)
15141         (spam-group-spam-processor-report-gmane-p)
15142         (spam-group-spam-processor-report-resend-p)
15143         (spam-group-spam-processor-bogofilter-p)
15144         (spam-group-spam-processor-blacklist-p)
15145         (spam-group-spam-processor-ifile-p)
15146         (spam-group-ham-processor-ifile-p)
15147         (spam-group-spam-processor-spamoracle-p)
15148         (spam-group-spam-processor-crm114-p)
15149         (spam-group-ham-processor-bogofilter-p)
15150         (spam-group-spam-processor-stat-p)
15151         (spam-group-ham-processor-stat-p)
15152         (spam-group-ham-processor-whitelist-p)
15153         (spam-group-ham-processor-BBDB-p)
15154         (spam-group-ham-processor-spamoracle-p)
15155         (spam-group-ham-processor-copy-p): Remove functions with some
15156         prejudice against unneeded code.
15157         (spam-report-articles-resend)
15158         (spam-report-resend-register-routine): Allow the group/topic
15159         spam-resend-to value to override spam-report-resend-to.
15160         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15161         properly now.
15162
15163         * gnus.el (spam-resend-to): Add group/topic parameter.
15164         (spam-process): Move the OBSOLETE processors to the end of the
15165         choices.
15166
15167 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15168
15169         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15170         with resend-to set to nil, and then ask the user if necessary.
15171         (spam-report-resend): spam-report-resend takes a list of articles, not
15172         separate article numbers.
15173
15174 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15177         addition to emacs-w3m.
15178
15179 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15180
15181         * assistant.el (assistant-authinfo-data): New function.
15182         (assistant-eval): Eval for entire assistant.
15183
15184         * netrc.el (netrc-services-file): New variable.
15185         (netrc-parse-services): New function.
15186         (netrc-find-service-name): New function.
15187         (netrc-find-service-number): New function.
15188         (netrc-port-equal): New function.
15189         (netrc-machine): Use it.
15190
15191         * nnimap.el (nnimap-open-connection): Use netrc.
15192
15193         * gnus-util.el (gnus-netrc-get): Remove aliases.
15194
15195         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15196
15197         * assistant.el (wid-edit): Fix compilation.
15198
15199         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15200
15201 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15202
15203         * gnus-util.el (gnus-set-file-modes): New function.  (small
15204         patch).
15205
15206 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15207
15208         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15209
15210         * assistant.el (assistant-render-node): Fix up rendering and
15211         read-only text.
15212         (assistant-render-node): Reset.
15213         (assistant-make-read-only): Not sticky.
15214
15215 2004-05-20  Danny Siu  <dsiu@adobe.com>
15216
15217         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15218         centered even when gnus-auto-center-summary is t.
15219
15220 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15221
15222         * dns.el (dns-get-txt-answer): New function.
15223         (dns-read-txt): Ditto.
15224         (query-dns): Use it.
15225
15226 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15229         active for foreign groups even if the group level is higher than
15230         the specified value.
15231
15232 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15233
15234         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15235         non-active groups.
15236
15237         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15238
15239 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15240
15241         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15242
15243 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15244
15245         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15246         (spam-crm114-header, spam-crm114-spam-switch)
15247         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15248         (spam-crm114-positive-spam-header)
15249         (spam-crm114-database-directory, spam-list-of-processors)
15250         (spam-group-spam-processor-crm114-p)
15251         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15252         (spam-generic-score, spam-list-of-checks)
15253         (spam-list-of-statistical-checks, spam-registration-functions)
15254         (spam-check-crm114-headers, spam-crm114-score)
15255         (spam-check-crm114, spam-crm114-register-with-crm114)
15256         (spam-crm114-register-spam-routine)
15257         (spam-crm114-unregister-spam-routine)
15258         (spam-crm114-register-ham-routine)
15259         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15260         asjo@koldfront.dk (Adam Sjøgren).
15261
15262         * gnus.el: Add spam-use-crm114.
15263
15264         * spam.el (spam-list-of-processors, spam-registration-functions):
15265         Add spam-use-resend.
15266         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15267         (spam-report-articles-gmane): Add doc fix.
15268         (spam-report-articles-resend, spam-report-resend-register-routine):
15269         Add wrappers around spam-report-resend-to.
15270
15271         * spam-report.el (spam-report-resend-to, spam-report-resend):
15272         Add support for resending spam.
15273         (spam-report-gmane): Fix line length >80.
15274
15275         * gnus.el (spam-process): Add spam-use-resend.
15276
15277 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15278
15279         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15280         number of processed spam messages.
15281         (spam-ham-copy-or-move-routine): Return the number of processed
15282         ham messages.
15283         (spam-summary-prepare-exit): Use the above values to decide
15284         whether status messages shouled be displayed.
15285
15286 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15289         `rfc2047-encoding-function-alist' in order to avoid conflicting
15290         with the old version.
15291         (rfc2047-encode-region): Concatenate words containing non-ASCII
15292         characters in structured fields; don't encode space-delimited
15293         ASCII words even in unstructured fields; don't break words at
15294         char-category boundaries.
15295         (rfc2047-encode-1): New function.
15296         (rfc2047-encode): Use it; encode text so that it occupies the
15297         maximum width within 76-column; work correctly on Q encoding for
15298         iso-2022-* charsets.
15299         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15300         sure not to break a line just after the header name.
15301         (rfc2047-b-encode-region): Removed.
15302         (rfc2047-b-encode-string): New function.
15303         (rfc2047-q-encode-region): Removed.
15304         (rfc2047-q-encode-string): New function.
15305
15306         * mm-util.el (mm-replace-in-string): New function.
15307
15308 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15309
15310         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15311         get it right.
15312         (gnus-inews-make-draft): Really.
15313
15314 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15315
15316         * nnmh.el (nnmh-request-list-1): Don't check the link count
15317         before descending.  (small patch)
15318
15319 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15320
15321         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15322         stuff.
15323
15324         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15325         on real group name.
15326
15327         * gnus-art.el (gnus-signature-limit): Doc fix.
15328
15329         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15330
15331         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15332
15333 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15334
15335         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15336         isn't a string.
15337
15338 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15339
15340         * gnus-draft.el (gnus-draft-send): Bind
15341         rfc2047-encode-encoded-words.
15342
15343         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15344         (rfc2047-encodable-p): Say that =? needs encoding.
15345         (rfc2047-encode-encoded-words): New variable.
15346
15347         * gnus-group.el (gnus-group-select-group): Doc fix.
15348
15349         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15350
15351         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15352         to nil.
15353
15354         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15355
15356         * nnheader.el (nnheader-get-lines-and-char): New function.
15357
15358 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15359
15360         * gnus-msg.el (gnus-summary-followup-with-original): Document
15361         yanking of region when active.
15362
15363 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15366         groups if the group level is higher than the specified value.
15367
15368 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15369
15370         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15371         (gnus-group-jump-to-group): Added prefix argument using
15372         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15373         non-active group.
15374
15375         * compface.el (uncompface): Be verbose when changing
15376         `uncompface-use-external'.
15377
15378         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15379         handle manual section.
15380
15381 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15382
15383         * gnus-art.el (gnus-button-alist): Revert previous change.
15384
15385 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15388
15389 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15390
15391         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15392         whether backend can accept message.
15393
15394         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15395
15396 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15397
15398         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15399         Avoid creating directory when nntp-marks-is-evil is true.
15400         Reported by Reiner Steib.
15401
15402 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15403
15404         * gnus-picon.el (gnus-picon-style): New variable.
15405         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15406         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15407         Jesper Harder <harder@ifa.au.dk>.
15408
15409 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15410
15411         * message.el (message-fill-field): Return point.
15412         (message-generate-headers): Go to end of field.
15413
15414         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15415         stuff for non-living groups.
15416
15417 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15418
15419         * gnus-art.el (gnus-article-followup-with-original)
15420         (gnus-article-reply-with-original): gnus-mark-active-p ->
15421         gnus-region-active-p.
15422
15423 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15426         only when there is spam or ham to be processed.
15427
15428 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15429
15430         * mail-source.el (mail-source-delete-crash-box): Refactor.
15431         (mail-source-fetch): Use it.
15432         (mail-source-fetch-file): Ditto.
15433         (mail-source-fetch-directory): Run postscript in loop.
15434         (mail-source-fetch-pop): Delete.
15435         (mail-source-fetch-maildir): Ditto.
15436         (mail-source-fetch-imap): Ditto.
15437
15438         * imap.el (imap-authenticators): Comment out sasl.
15439
15440         * message.el (message-skip-to-next-address): New function.
15441         (message-fill-header-address): Refactor.
15442         (message-fill-address): Use it.
15443         (message-delete-address): Use it.
15444         (message-fill-header-general): Refactor.
15445         (message-fill-field-address): Rename.
15446         (message-narrow-to-field): Find the start of the header.
15447         (message-header-format-alist): Don't pre-fill.
15448         (message-fill-header): Removed.
15449         (message-insert-header): New function.
15450         (message-shorten-references): Use it.
15451
15452         * rfc2047.el (rfc2047-field-value): Strip props.
15453
15454         * mail-parse.el (mail-header-make-address): New alias.
15455
15456         * ietf-drums.el (ietf-drums-make-address): New function.
15457
15458         * imap.el: Add compiler directives.
15459
15460         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15461
15462         * gnus-art.el (article-decode-idna-rhs): Don't use
15463         message-idna-inside-rhs-p.
15464
15465 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15466
15467         * message.el (message-idna-inside-rhs-p): Removed.
15468         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15469
15470         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15471         false positives.
15472
15473 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15474
15475         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15476
15477 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15478
15479         * nneething.el (nneething-file-name): Don't create spurious
15480         files.
15481
15482         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15483         (gnus-inews-do-gcc): Remove sleep.
15484
15485         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15486         part under point.
15487
15488         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15489         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15490
15491 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15492
15493         * spam.el (spam-summary-prepare-exit): Fixed (length).
15494
15495 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15496
15497         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15498         as expired without moving it" message when there are spam
15499         messages left.
15500
15501 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15502
15503         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15504         header is not nil.
15505
15506 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15507
15508         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15509         nntp-possibly-create-directory, not nntp-possibly-change-group.
15510         (nntp-marks-changed-p): New arg SERVER.
15511         (nntp-request-update-info): Adjust caller.
15512
15513 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15514
15515         * nntp.el (nntp-save-marks): Pass missing arg.
15516
15517 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15518
15519         * nntp.el: Support marks.
15520         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15521         (nntp-marks-modtime, nntp-marks-directory): New variables.
15522         (nntp-request-set-mark, nntp-request-update-info)
15523         (nntp-possibly-create-directory, nntp-marks-changed-p)
15524         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15525         functions.
15526
15527 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15528
15529         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15530         (gnus-xmas-redefine): Rename.
15531
15532         * gnus-score.el (gnus-score-insert-help): Use
15533         gnus-select-lowest-window.
15534
15535         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15536         appt-select-lowest-window and rename to gnus-select-lowest-window.
15537
15538         * gnus.el: do.
15539
15540 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15541
15542         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15543         encodings of MIME-encoded words, in order to improve
15544         interoperability with several broken MUAs.
15545
15546 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15547
15548         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15549         tags, only when charsets are not specified in headers.
15550         (mm-inline-text-html-render-with-w3m): Ditto.
15551
15552         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15553         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15554
15555 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15556
15557         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15558         instead of MIME-decoded from fields when checking
15559         `gnus-article-address-banner-alist'.
15560
15561 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15562
15563         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15564         description rather than subject.
15565
15566 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15567
15568         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15569
15570 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15571
15572         * gnus.el (gnus-version-number): Bump.
15573
15574 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15575
15576         * gnus.el: No Gnus v0.2 is released.
15577
15578 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15579
15580         * gnus-agent.el (gnus-agent-read-agentview): Inline
15581         gnus-uncompress-range.
15582
15583 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15584
15585         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15586         `exec-installed-p'.
15587
15588 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15589
15590         * gnus.el (spam-process, spam-autodetect-methods): Add
15591         bsfilter and bsfilter-headers.
15592
15593         * spam.el (spam-bsfilter): New customize group.
15594         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15595         (spam-bsfilter-header, spam-bsfilter-probability-header)
15596         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15597         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15598         (spam-bsfilter-database-directory): New options.
15599         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15600         (spam-list-of-statistical-checks, spam-registration-functions):
15601         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15602         (spam-bsfilter-score): New command.
15603         (spam-check-bsfilter-headers, spam-check-bsfilter)
15604         (spam-bsfilter-register-with-bsfilter)
15605         (spam-bsfilter-register-spam-routine)
15606         (spam-bsfilter-unregister-spam-routine)
15607         (spam-bsfilter-register-ham-routine)
15608         (spam-bsfilter-unregister-ham-routine): New functions.
15609         (spam-generic-score): Support bsfilter; Accept an optional argument
15610         to recalcurate spam score even if scoring header has already been
15611         added.
15612         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15613         optional argument to recalcurate spam score even if scoring header
15614         has already been added.
15615
15616 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15617
15618         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15619         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15620         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15621         link is missing.
15622
15623 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15624
15625         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15626         (html2text-get-attr): Rewrite.
15627
15628         * message.el (message-setup-1): Remove redundant put-text-property
15629         on mail-header-separator.
15630
15631 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * gnus-registry.el (gnus-registry-cache-whitespace)
15634         (gnus-registry-action, gnus-registry-spool-action)
15635         (gnus-registry-split-fancy-with-parent): Change message levels
15636         from 5 to 3 or 7, as needed.
15637
15638         * spam.el (spam-summary-prepare-exit)
15639         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15640         (spam-split, spam-find-spam, spam-log-undo-registration)
15641         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15642         level from 5 to 6.
15643
15644 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15647         2004-03-04 change).
15648
15649 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15650
15651         * sieve-manage.el (sieve-manage-open):
15652         * nnweb.el (nnweb-insert-html):
15653         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15654         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15655         * nnspool.el (nnspool-request-group):
15656         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15657         * nnml.el (nnml-request-update-info):
15658         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15659         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15660         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15661         (nnimap-request-set-mark):
15662         * nnfolder.el (nnfolder-request-update-info):
15663         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15664         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15665         * gnus-uu.el (gnus-uu-find-articles-matching):
15666         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15667         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15668         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15669         * gnus-nocem.el (gnus-nocem-scan-groups):
15670         * gnus-int.el (gnus-start-news-server):
15671         * gnus-group.el (gnus-group-make-kiboze-group)
15672         (gnus-group-browse-foreign-server):
15673         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15674         Use mapc when appropriate.
15675
15676 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15677
15678         FIXME: Make separate entries for each person.
15679
15680         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15681         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15682         <shields@msrl.com>:
15683
15684         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15685         may need for spam sorting and scoring.
15686         (spam-user-format-function-S): Add user format function suitable for
15687         general use.
15688         (spam-article-sort-by-spam-status): Add sorting function for summary
15689         sorting.
15690         (spam-extra-header-to-number): Add function to get a score from a
15691         header.
15692         (spam-summary-score): Add function to get a numeric score from the
15693         headers.
15694         (spam-generic-score): Fix function doc, was in wrong place.
15695         (spam-initialize): Take symbols when it's run, and install the
15696         extra headers that spam-necessary-extra-headers thinks we need.
15697
15698 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15699
15700         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15701         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15702
15703 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15704
15705         * gnus-sum.el (gnus-set-global-variables)
15706         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15707         (gnus-article-get-xrefs, gnus-summary-best-group)
15708         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15709         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15710         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15711         Use with-current-buffer.
15712
15713 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15714
15715         * spam.el (spam-summary-prepare-exit): Simplify logic.
15716         (spam-fetch-article-header): Read the article header if it's not
15717         available.
15718         (spam-list-articles): Simplify logic.
15719         (spam-filelist-register-routine): Fix bug with unregister-list.
15720
15721         * gnus-registry.el: Fix comments at beginning.
15722
15723 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15724
15725         * message.el (message-cater-to-broken-inn): Remove.
15726         (message-shorten-references): Make sure the total folded length of
15727         References is shorter than 998 characters to cater to a bug in INN
15728         2.3.  Also, don't pretend that references aren't folded -- this
15729         hasn't worked for a while.
15730
15731 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15732
15733         * gnus-agent.el (gnus-agentize):
15734         gnus-agent-send-mail-real-function no longer set to current value
15735         of message-send-mail-function but rather a lambda that calls
15736         message-send-mail-function.  The change makes the agent real-time
15737         responsive to user changes to message-send-mail-function.
15738
15739 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15740
15741         * legacy-gnus-agent.el
15742         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15743         help from Florian Weimer <fw@deneb.enyo.de>
15744
15745 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * nnmail.el (nnmail-cache-insert): Revert last change.
15748
15749 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * nnmail.el (nnmail-cache-insert): Always check whether
15752         nnmail-cache-ignore-groups matches a group name.
15753
15754 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15755
15756         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15757         (spam-find-spam, spam-log-processing-to-registry)
15758         (spam-log-registered-p, spam-log-unregistration-needed-p)
15759         (spam-log-undo-registration): Use gnus-message instead of
15760         gnus-error, none of these errors are fatal.
15761
15762         * gnus-registry.el (gnus-registry-clean-empty-function)
15763         (gnus-registry-clean-empty): Remove only empty entries without
15764         extra data.
15765
15766 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15767
15768         * spam-stat.el (spam-stat-buffer-change-to-spam)
15769         (spam-stat-buffer-change-to-non-spam): Change (error) to
15770         (gnus-message 8) invocation.
15771
15772 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * nntp.el (nntp-via-netcat-command): New variable.
15775         (nntp-via-netcat-switches): New variable.
15776         (nntp-open-via-rlogin-and-netcat): New function.
15777         (nntp-open-connection-function): Doc fix.
15778         (nntp-telnet-command): Doc fix.
15779         (nntp-end-of-line): Doc fix.
15780         (nntp-via-rlogin-command): Doc fix.
15781         (nntp-via-user-name): Doc fix.
15782         (nntp-via-address): Doc fix.
15783
15784 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15787         error in Emacs 21.1.
15788
15789 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15790
15791         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15792
15793 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15794
15795         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15796         (gnus-agent-with-refreshed-group): New macro.
15797         (gnus-agent-rename-group): New function.
15798         (gnus-agent-delete-group): New function.
15799         (gnus-agent-save-group-info): Use gnus-command-method when
15800         `method' parameter is nil.  Don't write nil entries into the
15801         active file.
15802         (gnus-agent-get-group-info): New function.
15803         (gnus-agent-fetch-articles): Use
15804         gnus-agent-update-files-total-fetched-for to increment disk space
15805         used.
15806         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15807         gnus-agent-update-view-total-fetched-for to increment disk space
15808         used.
15809         (gnus-agent-get-local): Added optional parameters to avoid calling
15810         gnus-group-real-name and gnus-find-method-for-group.
15811         (gnus-agent-set-local): Delete stored entry if either min, or max,
15812         are nil.
15813         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15814         quit, use gnus-agent-regenerate-group to record existance of any
15815         articles fetched to disk before the quit occurred.
15816         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15817         gnus-agent-update-view-total-fetched-for, and
15818         gnus-agent-update-files-total-fetched-for to decrement disk space
15819         used.
15820         (gnus-agent-retrieve-headers): Use
15821         gnus-agent-update-view-total-fetched-for to increment disk space
15822         used.
15823         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15824         with gnus-agent-update-files-total-fetched-for to decrement disk
15825         space and fresh group buffer.
15826         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15827         (gnus-agent-need-update-total-fetched-for): New variable.
15828         (gnus-agent-update-files-total-fetched-for): New function.
15829         (gnus-agent-update-view-total-fetched-for): New function.
15830         (gnus-agent-total-fetched-for): New function.
15831
15832         * gnus-cache.el (gnus-cache-save-buffers): Use
15833         gnus-cache-update-overview-total-fetched-for to change disk space
15834         used by this group.
15835         (gnus-cache-possibly-enter-article): Use
15836         gnus-cache-update-file-total-fetched-for to increment disk space
15837         used by this group.
15838         (gnus-cache-possibly-remove-article): Use
15839         gnus-cache-update-file-total-fetched-for to decrement disk space
15840         used by this group.
15841         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15842         (gnus-cache-rename-group): New function.
15843         (gnus-cache-delete-group): New function.
15844         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15845         (gnus-cache-need-update-total-fetched-for): New variable.
15846         (gnus-cache-with-refreshed-group): New macro.
15847         (gnus-cache-update-file-total-fetched-for): New function.
15848         (gnus-cache-update-overview-total-fetched-for): New function.
15849         (gnus-cache-rename-group-total-fetched-for): New function.
15850         (gnus-cache-delete-group-total-fetched-for): New function.
15851         (gnus-cache-total-fetched-for): New function.
15852
15853         * gnus-group.el: Require gnus-sum and autoload functions to
15854         resolve warnings when gnus-group.el compiled alone.
15855         (gnus-group-line-format): Documented new %F.
15856         (size of Fetched data) group line format; identifies disk space
15857         used by agent and cache.
15858         (gnus-group-line-format-alist): Defined new F format.
15859         (gnus-total-fetched-for): New function.
15860         (gnus-group-delete-group): No longer update
15861         gnus-cache-active-altered as gnus-request-delete-group now keeps
15862         the cache in sync.
15863         (gnus-group-list-active): Let the agent store a server's active
15864         list if currently plugged.
15865
15866         * gnus-int.el (gnus-request-delete-group):
15867         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15868         local disk in sync with the server.
15869         (gnus-request-rename-group):
15870         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15871         local disk in sync with the server.
15872
15873         * gnus-start.el (gnus-get-unread-articles):
15874         Cosmetic simplification to logic.
15875
15876         * gnus-util.el (gnus-rename-file): New function.
15877
15878 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15879
15880         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15881
15882 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15883
15884         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15885         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15886
15887 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15888
15889         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15890         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15891
15892 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15893
15894         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15895
15896 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15897
15898         * spam.el (spam-set-difference): Add function to replace
15899         gnus-set-difference in spam.el.
15900         (spam-summary-prepare-exit): Use spam-set-difference.
15901
15902 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15903
15904         * gnus-registry.el (gnus-registry-cache-file): Update to use
15905         gnus-dribble-directory OR gnus-home-directory OR ~.
15906         (gnus-registry-split-fancy-with-parent): Fix doc.
15907
15908 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * message.el (message-exchange-point-and-mark): Use
15911         message-mark-active-p.  Suggested by Jesper Harder
15912         <harder@ifa.au.dk>.
15913
15914 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * message.el (message-exchange-point-and-mark): Don't activate
15917         region if it was inactive.  Suggested by Hiroshi Fujishima
15918         <pooh@nature.tsukuba.ac.jp>.
15919
15920 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * gnus-art.el (article-display-face): Display Faces in the same
15923         order as X-Faces.
15924
15925 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15928
15929 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15932         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15933         (gnus-article-mime-hierarchy): Remove.
15934         (gnus-article-mime-hierarchy-next): Remove.
15935         (gnus-article-mode): Revert 2004-03-19 change.
15936         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15937         (gnus-insert-mime-button): Revert 2004-03-19 change.
15938         (gnus-mime-accumulate-hierarchy): Remove.
15939         (gnus-mime-enter-multipart): Remove.
15940         (gnus-mime-leave-multipart): Remove.
15941         (gnus-mime-display-part): Revert 2004-03-19 change.
15942         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15943
15944         * mml.el (mml-preview): Revert 2004-03-19 change.
15945
15946 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15947
15948         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15949
15950 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15953         t while entering a file name using the mm-with-multibyte macro.
15954         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15955
15956         * mm-util.el (mm-with-multibyte): New macro.
15957
15958 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15961         user option.
15962         (gnus-mime-multipart-functions): Doc and customization fix.
15963         (gnus-article-mime-hierarchy): New variable.
15964         (gnus-article-mime-hierarchy-next): New variable.
15965         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15966         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15967         gnus-article-mime-hierarchy-next to nil.
15968         (gnus-insert-mime-button): Show hierarchy numbers.
15969         (gnus-mime-accumulate-hierarchy): New function.
15970         (gnus-mime-enter-multipart): New function.
15971         (gnus-mime-leave-multipart): New function.
15972         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15973         (gnus-mime-display-alternative): Show hierarchy numbers.
15974
15975         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15976         gnus-article-mime-hierarchy-next to nil.
15977
15978 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15979
15980         * dns.el: Don't require gnus-xmas.
15981
15982 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15983
15984         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15985         inline PGP.
15986         (mml-menu): Disable mml-quote-region if mark is inactive.
15987
15988 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15991         when the group's active is not available.
15992
15993 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15996         error.
15997
15998 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15999
16000         * imap.el (imap-store-password): New variable.
16001         (imap-interactive-login): Use it.
16002         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16003
16004 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16007         window-start and hscroll to summary window.
16008
16009 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16010
16011         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16012         conversion message to newsrc-dribble when an actual conversion is
16013         performed.
16014
16015 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16016
16017         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16018
16019 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * mm-decode.el (mm-complicated-handles): New function reviving
16022         former definition of mm-multiple-handles.
16023
16024         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16025         (gnus-mime-delete-part): Use it.
16026
16027 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16028
16029         * gnus-agent.el (gnus-agent-read-local): Bind
16030         nnheader-file-coding-system to gnus-agent-file-coding-system to
16031         avoid the implicit assumption that they will always be equal.
16032         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16033         coding-system-for-write, as the with-temp-file macro first prints
16034         to a buffer then saves the buffer.
16035
16036 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-art.el (gnus-article-edit-part): New function.
16039         (gnus-mime-save-part-and-strip): Use it; do query instead of
16040         signaling an error; don't use mm-multiple-handles.
16041         (gnus-mime-delete-part): Ditto.
16042
16043 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16044
16045         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16046         old file versions.
16047         (gnus-group-prepare-hook): Removed function that converted list
16048         form of gnus-agent-expire-days to group properties.
16049
16050         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16051         (gnus-request-accept-article): Re-indented.
16052
16053         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16054         converters to handle old agent file formats.  Added logic for a
16055         "backup before upgrading warning".
16056         (gnus-convert-mark-converter-prompt): Developers can mark
16057         functions as needing (default), or not needing,
16058         gnus-convert-old-newsrc's "backup before upgrading warning".
16059         (gnus-convert-converter-needs-prompt): Tests whether the user
16060         should be protected from potentially irreversable changes by the
16061         function.
16062
16063         * legacy-gnus-agent.el: New.  Provides converters that are only
16064         loaded when gnus-convert-old-newsrc needs to call them.
16065
16066 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * mail-source.el (mail-source-touch-pop): Doc fix.
16069
16070         * message.el (message-smtpmail-send-it): Doc fix.
16071
16072 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16073
16074         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16075
16076         * nnmail.el (nnmail-split-fancy): do.
16077
16078         * gnus-kill.el (gnus-kill, gnus-execute): do.
16079
16080 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16081
16082         * gnus-sum.el (gnus-widget-reversible-match)
16083         (gnus-widget-reversible-to-internal)
16084         (gnus-widget-reversible-to-external): New functions.
16085         (gnus-widget-reversible): New widget.
16086         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16087
16088 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16089
16090         * gnus-sum.el (gnus-thread-sort-functions)
16091         (gnus-article-sort-functions): Document `(not F)' items.
16092
16093 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16094
16095         * spam.el (spam-use-gmane-xref): Add new backend.
16096         (spam-gmane-xref-spam-group): Add variable to control the name of the
16097         Gmane spam group.
16098         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16099         (spam-regex-headers-spam, spam-regex-headers-ham)
16100         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16101         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16102         backends and checks.
16103         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16104
16105         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16106         an autodetect method.
16107
16108 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16109
16110         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16111         articles are being added to a group.
16112         (gnus-request-replace-article): Inform the agent that articles
16113         need to be uncached as the cached contents are no longer valid.
16114
16115 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * binhex.el: Don't autoload executable-find.
16118
16119         * canlock.el: Don't autoload mail-fetch-field.
16120
16121         * dgnushack.el: Autoload c-mode for XEmacs.
16122
16123         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16124
16125         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16126         rmail-dont-reply-to and rmail-output.
16127
16128         * gnus-score.el: Don't autoload ffap-string-at-point.
16129
16130         * gnus-setup.el: Don't autoload sc-cite-original.
16131
16132         * imap.el: Don't autoload base64-decode-string,
16133         base64-encode-string and md5.
16134
16135         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16136         and rmail-msg-restore-non-pruned-header.
16137
16138         * mm-decode.el: Don't autoload executable-find.
16139
16140         * mm-url.el: Don't autoload executable-find.
16141
16142         * mm-view.el: Don't autoload diff-mode.
16143
16144         * nndb.el: Don't autoload news-reply-mode, news-setup,
16145         cancel-timer and telnet.
16146
16147         * password.el: Don't autoload run-at-time for Emacs.
16148
16149         * sha1-el.el: Don't autoload executable-find.
16150
16151         * sieve-mode.el: Don't autoload c-mode.
16152
16153         * uudecode.el: Don't autoload executable-find.
16154
16155 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16156
16157         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16158         (gnus-agent-possibly-alter-active): Avoid null in numeric
16159         comparison.
16160         (gnus-agent-set-local): Refuse to save null in local object table.
16161         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16162         list of articles that will be marked as unread.
16163
16164 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16165
16166         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16167
16168 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16169
16170         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16171         language tags.
16172
16173 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16174
16175         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16176         Don't bind "obarray".
16177
16178         * gnus-sum.el (gnus-thread-sort-functions): Added
16179         `gnus-thread-sort-by-most-recent-number' and
16180         `gnus-thread-sort-by-most-recent-date'.
16181         Reported by Kai Grossjohann <kai@emptydomain.de>.
16182
16183 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16186
16187 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16188
16189         * gnus-cus.el (gnus-agent-customize-category): Removed
16190         ignore-errors macro reference that required cl to be loaded at
16191         run-time.
16192
16193         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16194         single-interval range of the form (min . max).  Previously the
16195         range had to look like ((min . max)).  Likewise, return
16196         (min . max) rather than ((min . max)).
16197         (gnus-range-map): Use gnus-range-normalize to accept
16198         single-interval range.
16199
16200         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16201         the cache, but not the agent, now appear with their usual face.
16202
16203         * dgnushack.el (loaddir): New variable that is bound to the
16204         directory containing the dgnushack.el file. Use loaddir, rather
16205         than srcdir, to update load-path. Change lets dgnushack compile
16206         code in directories other than GNUS/lisp.
16207
16208 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * lpath.el: Don't bind w3m-safe-url-regexp.
16211
16212         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16213         w3m-safe-url-regexp variable buffer-local.
16214
16215         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16216
16217 2004-02-27  Simon Josefsson  <jas@extundo.com>
16218
16219         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16220         gnus-group-real-prefix.
16221         (gnus-summary-move-article): Use it, instead of
16222         gnus-group-real-prefix.
16223
16224 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * lpath.el: Bind w3m-safe-url-regexp.
16227
16228         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16229         w3m-safe-url-regexp variable buffer-local and set it as the value
16230         of mm-w3m-safe-url-regexp.
16231
16232         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16233
16234         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16235         parsing gnus-posting-styles when the message is not for replying.
16236
16237         * dgnushack.el: Autoload sgml-mode for XEmacs.
16238
16239         * nnrss.el (nnrss-opml-export): Use
16240         mm-set-buffer-file-coding-system instead of
16241         set-buffer-file-coding-system.
16242
16243 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16244
16245         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16246         of checkdoc.el).
16247         * nnrss.el: do.
16248         * gnus-mlspl.el: do.
16249         * gnus-ml.el: do.
16250         * gnus-srvr.el: do.
16251
16252         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16253
16254 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16255
16256         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16257         Corrections to custom-manual links.
16258
16259         * gnus-art.el (gnus-article): Ditto.
16260
16261         * mm-decode.el (mime-display, mime-security): Ditto.
16262
16263 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16264
16265         * flow-fill.el: Typo.
16266
16267 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16268
16269         * spam-wash.el: New file.
16270
16271 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16272
16273         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16274
16275 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16276
16277         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16278         to be run with new-articles as LIST1, not LIST2.
16279         (spam-registration-functions): Add spam-use-ham-copy as a nil
16280         registration backend.
16281
16282 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16283
16284         * spam-stat.el (spam-stat-washing-hook): New option.
16285         (spam-stat-buffer-words): Use it.
16286         (spam-stat-process-directory, spam-stat-test-directory): Use
16287         insert-file-contents-literally.
16288         (spam-stat-coding-system): New variable.
16289         (spam-stat-load, spam-stat-save): Use it.
16290
16291 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * spam-report.el (spam-report-plug-agent): Quote
16294         spam-report-url-to-file and spam-report-url-ping-plain.
16295
16296 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16297
16298         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16299         / in mailto URLs.
16300
16301 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * spam-report.el (spam-report-process-queue): Fix interactive use.
16304         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16305         (spam-report-unplug-agent): Doc fixes.
16306         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16307         (spam-report-agentize, spam-report-deagentize): Autoload.
16308
16309 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16312
16313         * message.el (message-setup-fill-variables): Add mml tags to
16314         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16315         <ajk@iu.edu>.
16316         (message-mode): Don't modify paragraph-separate there.
16317
16318 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * compface.el (uncompface-use-external): Default to undecided.
16321         (uncompface-use-external-threshold): New variable.
16322         (uncompface-float-time): New macro.
16323         (uncompface): Determine whether to use the external decoder if
16324         uncompface-use-external is undecided.
16325
16326 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16327
16328         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16329         after images.
16330
16331         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16332
16333 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16334
16335         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16336
16337         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16338
16339         * gnus-sum.el (gnus-summary-limit-to-age)
16340         (gnus-summary-limit-children): do.
16341
16342         * gnus-int.el (gnus-request-scan): do.
16343
16344         * gnus-group.el (gnus-group-suspend): do.
16345
16346         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16347
16348         * gnus-cite.el (gnus-cite-parse-attributions): do.
16349
16350         * gnus-agent.el (gnus-summary-set-agent-mark)
16351         (gnus-agent-regenerate-group): do.
16352
16353         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16354
16355         * binhex.el (binhex-decode-region-internal): do.
16356
16357 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-fun.el (gnus-face-properties-alist): New user option.
16360         (gnus-display-x-face-in-from): Use it.
16361
16362         * gnus-art.el (article-display-face): Ditto.
16363
16364         * compface.el (uncompface-use-external): Default to nil.
16365
16366 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16367
16368         * nntp.el (nntp-erase-buffer): New function.
16369         (nntp-retrieve-data, nntp-send-command)
16370         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16371         (nntp-possibly-change-group): Use it.
16372
16373         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16374         with-current-buffer.
16375
16376 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16377
16378         * compface.el: Merge the ELisp-based uncompface program.
16379         (compface): New customization group.
16380         (uncompface-use-external): New user option.
16381         (uncompface): Call uncompface-internal if uncompface-use-external
16382         is nil.
16383         (uncompface-internal): New function.  Note that there are also
16384         some other functions and variables added for this function.
16385
16386 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16387
16388         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16389         if necessary.
16390
16391 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16392
16393         * spam-report.el (spam-report-unplug-agent)
16394         (spam-report-plug-agent, spam-report-deagentize)
16395         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16396         Add support for the Agent in spam-report: when unplugged, report to a
16397         file; when plugged, submit all the requests.
16398
16399         * spam.el (spam-register-routine): Fix message about
16400         registration.
16401
16402 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16403
16404         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16405         dependencies.
16406         (rfc2047-encode): Use it.
16407
16408         * gnus-art.el (gnus-button-marker-list): Move before first
16409         reference.
16410
16411         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16412         (imap-parse-body): Fix format string mismatch.
16413
16414         * gnus-score.el (gnus-summary-increase-score): do.
16415
16416         * nnrss.el (nnrss-close): New function.
16417
16418 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16419
16420         * nnrss.el (nnrss-make-filename): New function.
16421         (nnrss-request-delete-group, nnrss-read-server-data)
16422         (nnrss-save-server-data, nnrss-read-group-data)
16423         (nnrss-save-group-data): Use it.
16424         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16425         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16426         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16427
16428 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16429
16430         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16431
16432 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16433
16434         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16435         files.
16436
16437         * message.el (message-generate-headers-first): Don't quote nil
16438         and t in docstrings.
16439
16440         * imap.el (imap-id): do.
16441
16442         * gnus-agent.el (gnus-agent-consider-all-articles)
16443         (gnus-agent-queue-mail): do.
16444
16445 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16446
16447         * spam-report.el (spam-report-process-queue): New function.
16448         Process requests from `spam-report-requests-file'.
16449         (spam-report-process-queue): Doc fix.
16450
16451 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16452
16453         * spam.el (spam-register-routine)
16454         (spam-log-processing-to-registry, spam-log-registered-p)
16455         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16456         Change "check" to "spam-check" for semi-clarity.
16457
16458 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16459
16460         * pop3.el: Require nnheader.
16461
16462         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16463
16464         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16465
16466         * gnus-picon.el: Require cl.
16467
16468         * gnus-fun.el: Require gnus-ems and gnus-util.
16469
16470         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16471
16472         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16473
16474         * gnus-art.el (gnus-article-edit-mode): Define before first
16475         reference.
16476
16477 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16478
16479         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16480         (gnus-uu-post-encoded): Use point-at-bol.
16481
16482         * gnus-topic.el (gnus-group-active-topic-p): do.
16483
16484         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16485
16486         * gnus-group.el (gnus-group-kill-region): do.
16487
16488         * gnus-art.el (article-date-ut): do.
16489
16490         * message.el (message-fetch-field): Remove redundant
16491         case-fold-search binding.
16492         (message-narrow-to-field): Simplify.
16493
16494 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16495
16496         * spam.el (spam-directory): Derive from `gnus-directory'.
16497
16498         * spam-report.el (spam-report-url-to-file)
16499         (spam-report-requests-file): New function and variable for offline
16500         reporting.
16501         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16502         and user defined function.
16503         (spam-report-url-ping-mm-url): Remove doubled slash.
16504
16505 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16506
16507         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16508
16509 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16510
16511         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16512         format string mismatch.
16513
16514         * sieve.el (sieve-deactivate-all): do.
16515
16516         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16517
16518         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16519
16520         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16521
16522         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16523
16524 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16525
16526         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16527         the list of checks.
16528
16529 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16530
16531         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16532         padding.
16533
16534 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16535
16536         * mm-view.el (mm-fill-flowed): New variable.
16537         (mm-inline-text): Use it.
16538
16539 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16540
16541         * spam.el (spam-spamassassin-register-ham-routine)
16542         (spam-spamassassin-register-spam-routine): Fix function names.
16543
16544 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus.el (gnus-tmp-grouplens): Remove.
16547         (gnus-summary-line-format): Remove grouplens.
16548
16549         * gnus-group.el (gnus-group-line-format): Ditto.
16550
16551         * gnus-spec.el (gnus-format-specs): Ditto.
16552         (gnus-update-format-specifications): Flush the group format spec
16553         cache if there's the grouplens stuff.
16554         (gnus-parse-simple-format): Replace %l with the empty string.
16555
16556 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16557
16558         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16559         omission.
16560
16561 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16564         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16565
16566 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16567
16568         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16569         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16570         New macros and functions.
16571         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16572         Handle > NLINK_MAX messages.
16573         * nnmaildir.el (nnmaildir-request-set-mark): Use
16574         nnmaildir--emlink-p and nnmaildir--eexist-p.
16575
16576 2004-01-25  Alex Schroeder  <alex@gnu.org>
16577
16578         * spam-stat.el (spam-stat-process-directory-age): New option.
16579         (spam-stat-process-directory): Use it.
16580
16581 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16582
16583         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16584         (spam-stat-save): Accept prefix argument.
16585
16586 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16587
16588         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16589         links" error.
16590
16591 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16594         the rest of the and/or forms.
16595
16596 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16597
16598         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16599         compatibility with old .newsrc.eld files.
16600
16601         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16602
16603         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16604
16605         * gnus-start.el (gnus-1): do.
16606
16607         * gnus-group.el (gnus-group-line-format-alist): do.
16608
16609         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16610
16611         * gnus-gl.el: Remove.
16612
16613 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16614
16615         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16616         marks consisting of a single range {for example, (3 . 5)} rather
16617         than a list of a single range { ((3 . 5)) }.
16618
16619 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16620
16621         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16622         with-current-buffer.
16623         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16624         avoid consing a string.
16625
16626         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16627         Remove obsolete entries for big5 and gb2312.
16628
16629 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16630
16631         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16632         uncompressed list.
16633
16634 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16635
16636         * spam-stat.el (spam-stat-strip-xref): New function.
16637         (spam-stat-process-directory): Use it.
16638
16639         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16640         here -- it's done in message-fetch-field.
16641
16642 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16643
16644         * gnus-agent.el (gnus-agent-queue-mail)
16645         (gnus-agent-prompt-send-queue): New variables.
16646         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16647         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16648         "nndraft:queue" along to gnus-draft-send.  Use
16649         gnus-agent-prompt-send-queue.
16650         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16651         is "nndraft:queue".  Suggested by Gaute Strokkenes
16652         <gs234@srcf.ucam.org>
16653
16654         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16655         (agent-enable-undownloaded-faces): Added.
16656         (gnus-agent-cat-groups): Use eval-and-compile, not
16657         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16658         method of gnus-agent-cat-groups even when the buffer has been
16659         evaled.
16660         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16661         delete gnus-agent-save-active-1.
16662         (gnus-agent-save-groups): Deleted.  Identical to
16663         gnus-agent-save-active.
16664         (gnus-agent-write-active): No longer adjust agent's copy of active
16665         file as agent's adjustments are now stored in their own
16666         file.  Removed optional parameter.
16667         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16668         servers.  Add use of min/max range limits from server's local
16669         file.
16670         (gnus-agent-save-alist): Removed unused optional argument.
16671         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16672         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16673         (gnus-agent-set-local): A per-server file that keeps min/max range
16674         limits for articles known to the agent.  Provides a fast mechanism
16675         for altering many active ranges.
16676         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16677         active file (local makes it unnecessary).
16678         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16679
16680         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16681         (agent-enable-undownloaded-faces): Added.
16682
16683         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16684         disable it when sending to "nndraft:queue".
16685         (gnus-group-send-queue): Add safety check to avoid sending queue
16686         when unplugged.
16687
16688         * gnus-group.el (gnus-group-catchup): Use new
16689         gnus-sequence-of-unread-articles, not
16690         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16691         numbers of articles.  Use gnus-range-map to avoid having to
16692         uncompress the unread list.
16693         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16694         Fixed invalid ange-ftp reference.
16695
16696         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16697         (gnus-sorted-range-intersection): Intersection of two ranges
16698         without requiring that they first be uncompressed.
16699
16700         * gnus-start.el (gnus-activate-group): Unless blocked by the
16701         caller, possibly expand the active range to include both cached
16702         and agentized articles.
16703         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16704         multiple version-dependent converters.
16705         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16706         gnus-agent-save-active.
16707         (gnus-save-newsrc-file): Save dirty agent range limits.
16708
16709         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16710         gnus-agent-possibly-alter-active.
16711         (gnus-adjust-marked-articles): Faster handling of simple lists.
16712
16713 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16714
16715         * spam-stat.el (spam-stat-test-directory): New optional argument
16716         displays a list of files detected.  Suggested by Andrew Cohen
16717         <cohen@andy.bu.edu>.
16718         (spam-stat-buffer-words-with-scores): Don't narrow and change
16719         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16720
16721 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16722
16723         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16724         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16725         (spam-spamassassin-arguments)
16726         (spam-spamassassin-spam-flag-header)
16727         (spam-spamassassin-positive-spam-flag-header)
16728         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16729         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16730         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16731         (spam-list-of-processors, spam-list-of-checks)
16732         (spam-list-of-statistical-checks, spam-registration-functions)
16733         (spam-check-spamassassin-headers, spam-check-spamassassin)
16734         (spam-spamassassin-score)
16735         (spam-spamassassin-register-with-sa-learn)
16736         (spam-spamassassin-register-spam-routine)
16737         (spam-spamassassin-register-ham-routine)
16738         (spam-assassin-register-spam-routine)
16739         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16740         (spam-bogofilter-score): Fix to show article before scoring.
16741
16742 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16743
16744         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16745         default scoring function.
16746         (spam-generic-score): Call spam-spamassassin-score if
16747         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16748         spam-bogofilter-score otherwise.
16749
16750         * gnus.el (spam-process, spam-autodetect-methods): Add
16751         spamassassin and spamassassin-headers.
16752
16753 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16754
16755         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16756         Suppress unnecessary messages.
16757
16758 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16759
16760         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16761         make-hash-table.
16762
16763 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * canlock.el (base64-encode-string): Don't autoload it.
16766
16767 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * run-at-time.el: Remove useless (require 'itimer),
16770         eval-and-compile and (featurep 'xemacs).
16771
16772 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16773
16774         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16775         GROUP is a virtual group.
16776
16777 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16778
16779         * gnus.el: Autoload `message-y-or-n-p'.
16780
16781 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16782
16783         * pgg-parse.el: Remove unnecessary (require 'custom).
16784
16785         * pgg-def.el: do.
16786
16787         * nnmail.el: do.
16788
16789         * gnus-undo.el: do.
16790
16791         * gnus-picon.el: do.
16792
16793         * gnus-util.el: do.
16794
16795 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16796
16797         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16798
16799 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16802         handle, as well as a list.
16803
16804         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16805         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16806         (mm-w3m-cid-retrieve): Simplify.
16807
16808 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16809
16810         * message.el (message-kill-to-signature): Allow prefix arg to
16811         specify number of lines to keep before signature.
16812
16813 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16814
16815         * message.el (message-kill-to-signature): Change docstring.
16816
16817 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * canlock.el: Always require sha1-el.
16820         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16821
16822         * message.el: Autoload sha1 only when compiling.
16823
16824         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16825         eudc-expand-inline for XEmacs.
16826
16827 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * message.el (message-canlock-generate): Require sha1-el.
16830
16831 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16832
16833         * message.el (message-expand-name): Silence the byte compiler.
16834
16835         * lpath.el: Add detect-coding-system.
16836
16837         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16838         cus-edit.
16839
16840 2004-01-13  Simon Josefsson  <jas@extundo.com>
16841
16842         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16843         Invoke gnus-score-mode.  Reported by
16844         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16845
16846         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16847         Jim Blandy <jimb@redhat.com> (tiny change).
16848
16849 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16850
16851         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16852
16853 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16854
16855         * spam.el (spam-get-article-as-string): Update to use
16856         gnus-request-article-this-buffer, much simpler.
16857         (spam-get-article-as-buffer): Remove.
16858
16859 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16860
16861         * message.el (message-expand-name): Use EUDC if the user uses that.
16862
16863 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16864
16865         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16866         character for the encoding to avoid consing a string.
16867
16868         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16869         unnecessarily.
16870
16871         * mm-util.el (mm-replace-chars-in-string): Remove.
16872
16873         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16874         of mm-replace-chars-in-string.
16875
16876 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16877
16878         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16879
16880         * mm-util.el (mm-subst-char-in-string): Support inplace.
16881
16882         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16883         a new string in every iteration.  Use shy groups.
16884
16885 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16886
16887         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16888         * gnus-soup.el (gnus-soup-group-brew):
16889         * gnus-msg.el (gnus-put-message):
16890         * gnus-move.el (gnus-group-move-group-to-server):
16891         * gnus-kill.el (gnus-batch-score):
16892         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16893         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16894         (gnus-group-update-group, gnus-group-read-group)
16895         (gnus-group-make-group, gnus-group-make-help-group)
16896         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16897         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16898         (gnus-group-sort-by-unread, gnus-group-catchup)
16899         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16900         (gnus-group-yank-group, gnus-group-set-info)
16901         (gnus-group-list-groups):
16902         * gnus.el (gnus-generate-new-group-name):
16903         * gnus-delay.el (gnus-delay-send-queue):
16904         * nnvirtual.el (nnvirtual-catchup-group):
16905         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16906         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16907         (gnus-group-prepare-topics, gnus-topic-check-topology):
16908         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16909         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16910         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16911         (gnus-group-make-articles-read):
16912         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16913         (gnus-group-change-level, gnus-kill-newsgroup)
16914         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16915         (gnus-get-unread-articles, gnus-make-articles-unread)
16916         (gnus-make-ascending-articles-unread): Use accessor
16917         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16918         to get group information for improved readability.
16919
16920
16921 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16922
16923         * gnus-art.el (article-decode-mime-words, article-babel)
16924         (gnus-article-highlight-signature, gnus-article-add-buttons)
16925         (gnus-signature-toggle): Use gnus-with-article-buffer.
16926
16927         * gnus-art.el (gnus-article-highlight-headers)
16928         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16929
16930         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16931         (gnus-article-set-globals, gnus-request-article-this-buffer)
16932         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16933         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16934         (gnus-mime-display-alternative): Use with-current-buffer.
16935
16936 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16937
16938         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16939         also under 80 char limit, and call gnus-error if needed.
16940         (spam-fetch-article-header): Fix - it was a
16941         buffer-local variable (gnus-newsgroup-data).
16942         (spam-find-spam): Use spam-generate-fake-headers, forget about
16943         spam-insert-fake-headers.
16944         (spam-insert-fake-headers): Remove.
16945
16946 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16947
16948         * deuglify.el (gnus-article-outlook-unwrap-lines)
16949         (gnus-outlook-rearrange-article)
16950         (gnus-outlook-repair-attribution-outlook)
16951         (gnus-outlook-repair-attribution-block)
16952         (gnus-outlook-repair-attribution-other): Remove redundant
16953         save-excursion.
16954
16955 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16956
16957         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16958         (spam-fetch-field-subject-fast)
16959         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16960         (spam-fetch-article-header): Add functions to deal with Gnus
16961         internals for fast retrieval of article header data.
16962         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16963
16964 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16965
16966         * pop3.el (pop3-md5): Remove.
16967         (pop3-apop): Replace pop3-md5 with md5.
16968
16969         * mm-bodies.el: base64 is always built-in.
16970
16971         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16972         with-current-buffer.
16973
16974 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * canlock.el (canlock-insert-header): Remove excessive grouping in
16977         regexp.
16978
16979         * gnus-sum.el (gnus-summary-read-document): Ditto.
16980
16981         * gnus-uu.el (gnus-uu-part-number): Ditto.
16982
16983         * html2text.el (html2text-remove-tags): Ditto.
16984         (html2text-format-tags): Ditto.
16985         (html2text-format-single-elements): Ditto.
16986
16987         * mml.el (mml-parse-1): Ditto.
16988
16989 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16990
16991         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16992
16993         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16994
16995         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16996
16997         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16998
16999 2003-11-15  Simon Josefsson  <jas@extundo.com>
17000
17001         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17002         (pgg-gpg-lookup-key): Use regexp match instead of
17003         split-string (split-string is different between emacs 21.2 and
17004         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17005
17006 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17007
17008         * gnus-art.el (gnus-mime-view-all-parts)
17009         (gnus-article-part-wrapper, gnus-article-view-part): Use
17010         with-current-buffer.
17011
17012 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17013
17014         * spam.el (spam-disable-spam-split-during-ham-respool)
17015         (spam-spamoracle-database, spam-cache-lookups)
17016         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17017         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17018         (spam-group-ham-marks, spam-group-spam-marks)
17019         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17020         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17021         also add spam-use-blackholes to the statistical checks.
17022         (spam-fetch-field-fast): Add interface to fetching fields, may
17023         become a macro.
17024         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17025         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17026         (spam-insert-fake-headers): Fake an article when needed.
17027         (spam-find-spam): Fake article when possible.
17028         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17029         (spam-check-bogofilter-headers): Use message-fetch-field instead
17030         of nnmail-fetch-field.
17031
17032 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17035
17036 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17037
17038         * spam.el (spam-split): Do not require spam-use-CHECK to be
17039         enabled if that check is passed to spam-split explicitly; also
17040         fix so 'spam doesn't get converted to spam-split-group when
17041         spam-split-symbolic-return is t.
17042         (spam-find-spam): Find registrations of the article and use those
17043         instead of re-running spam-split to find the spam/ham
17044         classification of the article.
17045         (spam-log-processing-to-registry, spam-log-registered-p)
17046         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17047         Use gnus-error instead of gnus-message.
17048         (spam-log-registration-type): Add function to determine the
17049         classification of a message based on registry entries; will
17050         return nil if both 'spam and 'ham are found.
17051         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17052         a reasonably fast local cache without the loading errors.
17053         (spam-cache-lookups): Set to t by default.
17054         (spam-find-spam): Don't try to guess spam-cache-lookups.
17055         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17056         spam-caches entry.
17057         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17058         caching of whitelist/blacklist entries.
17059         (spam-check-whitelist, spam-check-blacklist): Invoke
17060         spam-from-listed-p with a type, not a cache variable.
17061         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17062
17063 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17064
17065         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17066
17067         * nnmail.el (nnmail-split-fancy): do.
17068
17069         * mml.el (mml-parse): do.
17070
17071         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17072         (gnus-score-adaptive): do.
17073
17074 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17077         (gnus-mime-button-map): Don't set keymap parent.
17078         (gnus-button-ctan-directory-regexp): Use shy grouping.
17079         (gnus-prev-page-map): Don't set keymap parent.
17080         (gnus-prev-page-map): Remove duplicated one.
17081         (gnus-next-page-map): Don't set keymap parent.
17082         (gnus-mime-security-button-map): Ditto.
17083
17084         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17085         version number.
17086
17087         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17088
17089 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * canlock.el (canlock-sha1-function): Remove.
17092         (canlock-sha1-function-for-verify): Remove.
17093         (canlock-openssl-program): Remove.
17094         (canlock-openssl-args): Remove.
17095         (canlock-ignore-errors): Remove.
17096         (canlock-sha1-with-openssl): Remove.
17097         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17098         (canlock-verify): Don't use canlock-ignore-errors.
17099
17100         * sha1-el.el (sha1-string-external): Make it can return a string
17101         in binary form.
17102         (sha1-region-external): Ditto.
17103         (sha1-string-internal): Ditto.
17104         (sha1-region-internal): Ditto.
17105         (sha1-region): Ditto.
17106         (sha1-string): Ditto.
17107         (sha1): Ditto.
17108
17109 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17110
17111         * spam.el (spam-report-articles-gmane): New command.
17112
17113 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17116
17117         * run-at-time.el (run-at-time-saved): Remove.
17118         (run-at-time): Doc fix.
17119
17120 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17121
17122         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17123         (gnus-summary-limit-map): Add it.
17124         (gnus-summary-make-menu-bar): do.
17125
17126 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17127
17128         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17129         Make attempt at some caching support (done for BBDB only now).
17130         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17131         addresses to be checked.
17132         (spam-clear-cache-BBDB): Add function, to be invoked by
17133         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17134         (spam-check-BBDB): Check and use the caches, if
17135         spam-cache-lookups is on, remove superfluous (provide).
17136
17137 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17140
17141 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17142
17143         * run-at-time.el (run-at-time-saved): Move to after the definition
17144         of `run-at-time'.
17145
17146         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17147
17148 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17151         mm-w3m-local-map-property.
17152
17153         * mm-view.el (mm-w3m-mode-map): Remove.
17154         (mm-w3m-local-map-property): Remove.
17155         (mm-inline-text-html-render-with-w3m): Don't use
17156         mm-w3m-local-map-property.
17157
17158 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17159
17160         * run-at-time.el: New file.
17161
17162         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17163         under Emacs.
17164
17165         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17166         of gnus-set-text-properties.
17167
17168         * gnus-uu.el (gnus-uu-save-article): Ditto.
17169
17170         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17171
17172         * gnus-cite.el (gnus-cite-parse): Ditto.
17173
17174         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17175         of gnus-.
17176
17177         * gnus-xmas.el (run-at-time): Require run-at-time.
17178
17179         * gnus.el: Changed calls to nnheader-run-at-time and
17180         password-run-at-time throughout to use run-at-time directly.
17181
17182         * password.el: Removed definition of run-at-time.
17183
17184         * nnheaderxm.el: Remove definition of run-at-time.
17185
17186 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17187
17188         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17189         in prompt.
17190
17191 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17192
17193         * messagexmas.el (message-xmas-redefine): Alias
17194         `message-make-caesar-translation-table' to
17195         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17196         version.
17197
17198         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17199         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17200         `gnus-xmas-set-text-properties'.
17201         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17202         `gnus-xmas-completing-read'.
17203         (gnus-xmas-completing-read): Removed.
17204         (gnus-xmas-open-network-stream): Removed.
17205
17206         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17207         XEmacs version.
17208
17209         * dns.el (dns-make-network-process): Use `open-network-stream'
17210         instead of `gnus-xmas-open-network-stream'.
17211
17212         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17213
17214         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17215
17216 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17217
17218         * gnus-art.el (gnus-mime-display-alternative)
17219         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17220         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17221         Don't use gnus-local-map-property.
17222
17223         * gnus-util.el (gnus-local-map-property): Remove.
17224
17225         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17226         gnus-completing-read-maybe-default with completing-read.
17227
17228         * gnus-util.el (gnus-completing-read): do.
17229         (gnus-completing-read-maybe-default): Remove.
17230
17231 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17232
17233         * password.el: Only autoload `run-at-time' if not XEmacs.
17234         Only autoload the itimer functions if XEmacs.
17235
17236 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17239         XEmacsen.
17240
17241         * dgnushack.el: Autoload executable-find for XEmacs.
17242
17243 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17244
17245         * gnus-art.el (gnus-read-string): Remove.
17246         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17247         read-string.
17248
17249 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17250
17251         * netrc.el: Autoload password-read.
17252         (netrc): Add configuration group.
17253         (netrc-encoding-method, netrc-openssl-path): Add
17254         variables for encoding and decoding of files with symmetric
17255         ciphers.
17256         (netrc-encode): Add assistant function to encode a file with
17257         netrc-encoding-method.
17258         (netrc-parse): Add interactive parameter, added optional
17259         decoding if netrc-encoding-method is non-nil but otherwise
17260         behavior is standard.
17261         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17262         Do s/encode/encrypt/ everywhere.
17263
17264         * spam.el: Remove executable-find autoload.
17265
17266 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17267
17268         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17269
17270         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17271
17272 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * gnus-art.el (gnus-treat-ansi-sequences)
17275         (article-treat-ansi-sequences): New variable and function.
17276         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17277
17278         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17279         Use it.
17280
17281 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17282
17283         * mm-util.el (mm-quote-arg): Remove.
17284
17285         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17286         shell-quote-argument.
17287
17288         * gnus-uu.el (gnus-uu-command): do.
17289
17290         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17291
17292         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17293         with make-char.
17294
17295         * mm-util.el (mm-make-char): Remove.
17296
17297         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17298         add-minor-mode.
17299
17300         * gnus-undo.el (gnus-undo-mode): do.
17301
17302         * gnus-topic.el (gnus-topic-mode): do.
17303
17304         * gnus-sum.el (gnus-dead-summary-mode): do.
17305
17306         * gnus-start.el (gnus-slave-mode): do.
17307
17308         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17309
17310         * gnus-ml.el (gnus-mailing-list-mode): do.
17311
17312         * gnus-gl.el (gnus-grouplens-mode): do.
17313
17314         * gnus-draft.el (gnus-draft-mode): do.
17315
17316         * gnus-dired.el (gnus-dired-mode): do.
17317
17318         * gnus-ems.el (gnus-add-minor-mode): Remove.
17319
17320         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17321         Replace gnus-char-width with char-width.
17322
17323         * gnus-ems.el (gnus-char-width): Remove.
17324
17325         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17326         Replace gnus-char-width with char-width.
17327
17328         * gnus-ems.el (gnus-char-width): Remove.
17329
17330         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17331         definition.
17332         Remove Emacs 20 hash table compatibility code.
17333
17334         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17335         20 compatibility code.
17336
17337         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17338
17339         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17340
17341         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17342         with point-at-{eol,bol}.
17343
17344         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17345
17346         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17347
17348         * flow-fill.el (fill-flowed-point-at-bol)
17349         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17350
17351         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17352         Replace with point-at-{eol,bol} throughout all files.
17353
17354 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * ntlm.el (ntlm-string-as-unibyte): New macro.
17357         (ntlm-build-auth-response): Use it.
17358
17359         Remove Emacs 20 stuff:
17360         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17361         (butlast, mapc, remove): Remove the compiler macros.
17362         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17363         of delq and copy-sequence.
17364         * gnus-art.el (popup-menu): Remove the compiler macro.
17365         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17366         Emacs 20.
17367
17368 2004-01-05  Simon Josefsson  <jas@extundo.com>
17369
17370         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17371         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17372         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17373         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17374         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17375         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17376         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17377         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17378         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17379         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17380         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17381         string-xor into ntlm-string-xor.  Suggested by
17382         Jesper Harder <harder@myrealbox.com>.
17383
17384         * ntlm.el: Don't include poem.
17385
17386         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17387         Jesper Harder <harder@myrealbox.com>.
17388
17389         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17390
17391         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17392         probably breaks emacs with DL patch, but do we care? Is anyone
17393         still using the DL stuff?)
17394
17395         * sieve-manage.el: Use the password package.
17396         (sieve-manage-read-passwd): Remove.
17397         (sieve-manage-interactive-login): Use password.  Re-add
17398         condition-case around loop.
17399
17400         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17401         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17402         the password package.
17403
17404 2003-02-19  Simon Josefsson  <jas@extundo.com>
17405
17406         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17407         token.
17408
17409 2002-08-07  Simon Josefsson  <jas@extundo.com>
17410
17411         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17412         (sieve-manage-authenticators):
17413         (sieve-manage-authenticator-alist): Add some SASL mechs.
17414         (sieve-sasl-auth): New function.
17415         (sieve-manage-cram-md5-auth):
17416         (sieve-manage-plain-auth): Rewrite using SASL library.
17417         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17418         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17419         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17420         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17421
17422 2004-01-05  Simon Josefsson  <jas@extundo.com>
17423
17424         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17425         New files.
17426
17427 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17428
17429         * gnus-group.el (gnus-no-groups-message): Update.
17430
17431         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17432
17433 2003-11-09  Simon Josefsson  <jas@extundo.com>
17434
17435         * imap.el: Support for ID IMAP extension (RFC 2971).
17436         (imap-local-variables): Add imap-id.
17437         (imap-id): New variable.
17438         (imap-id): New function.
17439         (imap-parse-response): Parse untagged ID response.
17440         * nnimap.el (nnimap-id): New variable.
17441         (nnimap-open-connection): Use it.
17442
17443 2003-12-28  Simon Josefsson  <jas@extundo.com>
17444
17445         * gnus-score.el (gnus-score-edit-all-score): New.
17446         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17447
17448 2004-01-04  Simon Josefsson  <jas@extundo.com>
17449
17450         * password.el: Add.
17451
17452 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17453
17454         * dns.el (dns-query-types): Fix typo.
17455         (dns-query-types): New function.
17456         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17457         PTR and SOA replies, see RFC 1035.
17458
17459 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17460
17461         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17462
17463         * Moved to Changelog.2.
17464
17465 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17466
17467         * gnus.el (gnus-version-number): Bump version.
17468
17469 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17470
17471         * gnus.el: No Gnus v0.1 is released.
17472
17473 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17474
17475         * gnus.el: No Gnus v0.0 is released.
17476
17477 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17478
17479         * gnus.el (gnus-version-number): Bump.
17480         (gnus-version): No.
17481
17482 See ChangeLog.2 for earlier changes.
17483
17484     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17485       Free Software Foundation, Inc.
17486
17487   This file is part of GNU Emacs.
17488
17489   GNU Emacs is free software: you can redistribute it and/or modify
17490   it under the terms of the GNU General Public License as published by
17491   the Free Software Foundation, either version 3 of the License, or
17492   (at your option) any later version.
17493
17494   GNU Emacs is distributed in the hope that it will be useful,
17495   but WITHOUT ANY WARRANTY; without even the implied warranty of
17496   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17497   GNU General Public License for more details.
17498
17499   You should have received a copy of the GNU General Public License
17500   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17501
17502 ;; Local Variables:
17503 ;; coding: utf-8
17504 ;; fill-column: 79
17505 ;; add-log-time-zone-rule: t
17506 ;; End: