Don't error out on empty non-UIDNEXT groups.
[gnus] / lisp / ChangeLog
1 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4         messages in empty groups.
5
6 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7
8         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9         non-UIDNEXT group.
10
11 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
14         not the value from the collection.
15
16         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
17         values.  This sometimes happens on some groups that have no info.
18         (nnimap-request-newgroups): New function.
19
20 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
23         check into `gnus-registry-initialize'.
24         (gnus-registry-initialize): Ditto.
25         Fix and extend header docs.
26
27 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
30         regexp backtrace overflows.
31
32         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
33         for starttls that tls.el implements; i.e. openssl.
34
35         * tls.el (tls-starttls-switches): Give up on using starttls with
36         gnutls-cli.
37         (tls-program): Add --insecure to be consistent with the defaults from
38         openssl s_client.  Now all three commands are insecure.
39
40 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * lpath.el: Bind completion-styles-alist for XEmacs.
43
44         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
45         (gravatar-create-image): New function that's an alias to
46         gnus-xmas-create-image, gnus-create-image, or create-image.
47         (gravatar-data->image): Use it.
48
49 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
52         install the nnregistry refer method.
53         (gnus-registry-install-hooks): Use it.
54         (gnus-registry-unfollowed-groups): Add nnmairix to the default
55         unfollowed groups.
56
57 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
58
59         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
60         expanding threads.
61
62 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * nnir.el: Use the server names without suffixes (bug #7009).
65
66         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
67         unencrypted to STARTTLS, if possible.
68
69 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
70
71         * message.el (message-ignored-supersedes-headers): Strip Injection-*
72         headers before superseding.
73
74 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * nnrss.el (nnrss-use-local): Add documentation.
77
78         * nnimap.el (nnimap-extend-tls-programs): New function.
79         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
80         (nnimap-wait-for-connection): Accept the greeting from the stupid
81         output from openssl s_client -starttls, too.
82
83         * tls.el (tls-starttls-switches): New variable.
84         (tls-find-starttls-argument): Use it.
85         (open-tls-stream): Ditto.
86
87         * netrc.el (netrc-credentials): Return the value of the "default"
88         entry.
89         (netrc-machine): Ditto.
90
91         * nnimap.el (nnimap-find-article-by-message-id): Really return the
92         article number.
93         (nnimap-split-fancy): New variable.
94         (nnimap-split-incoming-mail): Use it.
95
96         * nntp.el (nntp-server-list-active-group): Document.
97
98         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
99         SELECT to get the message-id.
100
101         * mail-source.el (mail-sources): Removed webmail support.
102         (defvar): Ditto.
103         (mail-source-fetcher-alist): Ditto.
104         (mail-source-fetch-webmail): Removed.
105
106         * webmail.el: Removed -- doesn't seem relevant any more.
107
108         * gnus.el: Fix up make-obsolete-variable declarations throughout.
109
110         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
111         the \r.
112
113 2010-09-30  Julien Danjou  <julien@danjou.info>
114
115         * gnus-agent.el (gnus-agent-add-group): Fix call to
116         gnus-completing-read.
117
118 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * nndoc.el (nndoc-retrieve-groups): New function.
121
122         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
123         `default', use nnmail-split-methods.
124         (nnimap-request-article): Downcase the NILs so that they are nil.
125
126         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
127         symbol.
128
129         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
130         code, since if the user has requested network, that's what they ought
131         to get.
132         (nnimap-request-set-mark): Erase the buffer before issuing commands.
133         (nnimap-split-rule): Mark as obsolete.
134
135         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
136         variable.
137
138         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
139         correct slot, too.
140
141 2010-09-29  Julien Danjou  <julien@danjou.info>
142
143         * gnus.el (gnus-local-domain): Declare variable obsolete.
144
145         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
146         computing.
147         (gnus-ido-completing-read): Require ido.
148
149 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-registry.el: Don't prompt on load, which makes it impossible to
152         build Gnus.
153
154         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
155         when interpreting the structures.
156         (nnimap-request-accept-article): Add \r\n to the lines to make this
157         work with Cyrus.
158
159         * nndraft.el (nndraft-request-expire-articles): Use the group name
160         instead if "nndraft".  Fix found by Nils Ackermann.
161
162 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
163
164         * nnregistry.el: Added.
165
166 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
167
168         * nnmail.el (group, group-art-list, group-art):
169         Remove unneeded directives.
170
171 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
174         (mm-mime-charset)
175         * rfc2047.el (rfc2047-syntax-table)
176         * utf7.el (utf7-utf-16-coding-system): Comment fix.
177
178         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
179         rather than `insert-file-contents' and `eval-region'.
180
181         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
182         construction.
183
184         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
185
186         * time-date.el: No need to require cl for Emacs 21.
187
188 2010-09-29  Julien Danjou  <julien@danjou.info>
189
190         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
191         replacement of `gnus-gravatar-relief' to mimic
192         `gnus-faces-properties-alist'.
193         Add :version property.
194
195 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * mail-source.el (mail-source-report-new-mail)
198         * message.el (message-default-mail-headers)
199         * mm-decode.el (mm-valid-image-format-p): Comment fix.
200
201         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
202
203 2010-09-28  Julien Danjou  <julien@danjou.info>
204
205         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
206         mail-address contains the same string as real-name.
207
208         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
209         non-blank in header, otherwise it'll get stripped.
210
211         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
212         real-name, and then for mail address rather than doing : or , search.
213
214 2010-09-27  Julien Danjou  <julien@danjou.info>
215
216         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
217         (gnus-server-goto-server): Use gnus-completing-read.
218
219         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
220
221         * mm-util.el (defalias): Use gnus-completing-read.
222         (mm-codepage-setup): Use gnus-completing-read.
223
224         * smime.el (smime-sign-buffer): Use gnus-completing-read.
225         (smime-decrypt-buffer): Use gnus-completing-read.
226
227         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
228
229         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
230         (mml-minibuffer-read-disposition): Use gnus-completing-read.
231         (mml-insert-multipart): Use gnus-completing-read.
232
233         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
234
235         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
236
237         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
238
239         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
240
241         * gnus.el (gnus-read-method): Use gnus-completing-read.
242
243         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
244
245         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
246         (gnus-mime-action-on-part): Use gnus-completing-read.
247         (gnus-article-encrypt-body): Use gnus-completing-read.
248
249         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
250         (gnus-topic-move-matching): Use gnus-completing-read.
251         (gnus-topic-copy-matching): Use gnus-completing-read.
252         (gnus-topic-sort-topics): Use gnus-completing-read.
253         (gnus-topic-move): Use gnus-completing-read.
254
255         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
256         (gnus-agent-add-group): Use gnus-completing-read.
257
258         * nnmairix.el (nnmairix-create-server-and-default-group): Use
259         gnus-completing-read.
260         (nnmairix-update-groups): Use gnus-completing-read.
261         (nnmairix-get-server): Use gnus-completing-read.
262         (nnmairix-backend-to-server): Use gnus-completing-read.
263         (nnmairix-goto-original-article): Use gnus-completing-read.
264         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
265
266         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
267
268         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
269         (gnus-group-make-useful-group): Use gnus-completing-read.
270         (gnus-group-make-web-group): Use gnus-completing-read.
271         (gnus-group-add-to-virtual): Use gnus-completing-read.
272         (gnus-group-browse-foreign-server): Use gnus-completing-read.
273
274         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
275         (gnus-summary-limit-to-extra): Use gnus-completing-read.
276         (gnus-summary-execute-command): Use gnus-completing-read.
277         (gnus-summary-respool-article): Use gnus-completing-read.
278         (gnus-read-move-group-name): Use gnus-completing-read.
279
280         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
281         (gnus-summary-score-effect): Use gnus-completing-read.
282
283         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
284
285         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
286         right completing-read function.
287         (gnus-use-ido): New variable
288         (gnus-completing-read-with-default): Remove.
289
290 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
293         x-focus-frame.
294
295         * nnimap.el (auth-source-forget-user-or-password)
296         (auth-source-user-or-password): Autoload.
297
298         * message.el (message-from-style, message-interactive)
299         (message-cite-prefix-regexp, message-sendmail-envelope-from)
300         (message-yank-prefix, message-indentation-spaces, message-signature)
301         (message-signature-file): Add comment.
302
303 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
306         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
307         new articles.
308
309         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
310         parts.
311         (nnimap-request-article): Work with the t setting, too.
312
313         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
314         that you don't get flashes of other buffers.
315         (gnus-summary-show-complete-article): Intern before setting.
316
317 2010-09-27  David Engster  <dengste@eml.cc>
318
319         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
320         well as HEADERS.
321         (nnmairix-retrieve-headers): Provide new argument for the above.
322
323 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-sum.el (gnus-summary-move-article): Don't alter
326         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
327         group.
328
329         * nnimap.el (nnimap-update-info): Don't destructively alter active.
330
331         * message.el (message-cite-prefix-regexp): Revert my last edit.
332
333         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
334         variable instead of the Gnus variable.
335
336         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
337
338         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
339         again.
340
341         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
342         since some servers don't like it.
343         (nnimap-open-connection): Forget credentials if the server says the
344         password was wrong.
345         (nnimap-parse-line): Protect against invalid data.
346
347         * gnus-sum.el (gnus-summary-move-article): Add comment.
348         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
349         nothing alters it while scanning for new messages.
350
351         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
352         which may or may not help.
353         (nnimap-open-connection): If we're doing a stream connection, and then
354         discover we're on a STARTTLS-capable server, then open a STARTTLS
355         connection instead.
356
357 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * nnimap.el (utf7): Required.
360
361         * message.el (message-cite-prefix-regexp): Remove "}" from citation
362         prefix.
363
364 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
365
366         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
367
368 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * nnimap.el (nnimap-request-accept-article): Message the error on
371         error.
372
373 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
376
377 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * nndoc.el (nndoc-request-list): Return success always.
380
381         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
382         `fetch-old' -- we only want to fetch the articles we've requested.  The
383         rest are in the agent, probably.
384         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
385         disappeared server" to something low.  It's not important.
386
387         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
388         arrived before the FETCH data.
389
390         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
391         target here, because we don't know the Gnus name of the group.
392
393         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
394         for the correct group.
395
396         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
397
398         * gnus.el (gnus): Give a final warning after startup.
399
400         * gnus-util.el (gnus-action-message-log): New variable.
401         (gnus-message): Use it.
402         (gnus-final-warning): New function.
403
404         * nnimap.el (nnimap-open-connection): Record the greeting.
405         (nnimap): Add greeting.
406
407 2010-09-26  Julien Danjou  <julien@danjou.info>
408
409         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
410         arguments.
411         (gnus-html-wash-images): Fix spec computing to include start/end.
412
413         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
414
415 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
418         deletion.
419         (nnimap-retrieve-headers): Don't select the group, because that's
420         already done by nnimap-possibly-change-group.
421
422         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
423         (gnus-picon-transform-address): Use it.
424
425         * mail-source.el (mail-source-value): Revert previous patch.
426
427         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
428         on failure.
429         (nnimap-open-connection): Look up both virtual and physical server name
430         credentials.
431
432         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
433
434 2009-02-07  Dave Love  <fx@gnu.org>
435
436         * tls.el (open-tls-stream): Don't query killing process.
437
438 2009-02-08  Dave Love  <fx@gnu.org>
439
440         * gnus-win.el (gnus-window-to-buffer-helper,
441         gnus-all-windows-visible-p): Function needn't be a symbol.
442
443         * mail-source.el (mail-source-value): Function needn't be a symbol.
444
445 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * message.el (message-cite-prefix-regexp): Remove } from the cite
448         prefix.
449
450         * gnus-art.el (gnus-treatment-function-alist): Do picons before
451         highlight again, so that the highlight is correct.
452
453         * gnus-picon.el (gnus-picon): Remove again.
454         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
455
456         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
457         doing the header highlightling, so that the background colour of the
458         picon is correct.
459
460         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
461         (gnus-picon): Ditto.
462         (gnus-picon): Reinstate.  The background colour for picons is white.
463         (gnus-picon-insert-glyph): Make the background white.
464
465         * nnml.el (nnml-open-nov): Don't return dead buffers.
466
467         * auth-source.el (auth-source-create): Query the user for whether to
468         store the credentials.
469
470         * netrc.el (netrc-store-data): New function.
471
472         * auth-source.el (auth-source-user-or-password): Use the existing auth
473         sources, if any, for creation.
474
475         * gnus.el (gnus-group-fast-parameter): Return the last matching
476         parameter instead of the first matching parameter.
477
478 2010-09-26  Julien Danjou  <julien@danjou.info>
479
480         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
481
482 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * mml2015.el (mml2015-use): Remove gpg support.
485
486         * mml1991.el (mml1991-function-alist): Remove gpg function.
487         (mml1991-gpg-sign): Removed.
488
489 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
490
491         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
492         (gnus-browse-unsubscribe-current-group): Document it.
493         (gnus-browse-unsubscribe-group): Use it.
494
495 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
498         address to the To list for easier response.
499
500         * gnus.el (gnus-play-startup-jingle): Removed.
501         (gnus-splash): Don't play jingle.
502         (gnus): Silence gnus-load message.
503
504         * gnus-art.el (gnus-treat-play-sounds): Removed.
505
506         * gnus.el (gnus-play-jingle): Remove audio support.
507
508         * gnus-cus.el (gnus-score-customize): Remove audio reference.
509
510         * earcon.el: Removed -- no users.
511
512         * gnus-audio.el: Removed -- no users of this package.
513
514         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
515
516         * gnus-start.el (gnus-setup-news): Remove nocem support.
517
518         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
519
520         * gnus.el (gnus-use-nocem): Removed.
521
522         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
523         Removed.
524
525         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
526         uses NoCeM any more.
527
528         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
529         (gnus-button-ctan-handler): Ditto.
530         (gnus-button-handle-ctan-bogus-regexp): Ditto.
531         (gnus-button-ctan-directory-regexp): Ditto.
532         (gnus-button-handle-ctan): Ditto.
533         (gnus-button-tex-level): Ditto.
534         (gnus-button-alist): Removed CTAN stuff.
535
536 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
539         nnimap-streaming test.
540
541         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
542         servers twice.
543
544         * nnimap.el (nnimap-open-connection): Add more error reporting when
545         nnimap fails early.
546
547         * nnheader.el (nnheader-get-report-string): New function.
548         (nnheader-get-report): Use it.
549
550         * gnus-int.el (gnus-check-server): Say what the error was when opening
551         failed.
552
553         * nnimap.el (nnimap-wait-for-response): Search further when we're not
554         using streaming.
555
556 2010-09-25  Julien Danjou  <julien@danjou.info>
557
558         * gnus-html.el (gnus-html-rescale-image): Use our defalias
559         gnus-window-inside-pixel-edges.
560
561 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
564
565         * mm-decode.el (mm-save-part): Allow saving to other directories the
566         normal Emacs way.
567
568         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
569         by Jay Berkenbilt.
570
571         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
572         there isn't a single byte.
573
574         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
575         just do it.  It doesn't really seem to matter what the user responds
576         here, I think, so it's just a confusing question.
577
578         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
579         non-streaming case.
580
581         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
582         (gnus-article-encrypt-body): Use it.
583
584         * gnus-sum.el (gnus-summary-show-complete-article): New command and
585         keystroke.
586
587         * nnimap.el (nnimap-find-wanted-parts-1): Use
588         gnus-fetch-partial-articles.
589
590         * gnus-art.el (gnus-fetch-partial-articles): New variable.
591
592         * nnimap.el (nnimap-insert-partial-structure): New function.
593         (nnimap-get-partial-article): New function.
594         (nnimap-request-article): Use it.
595         (nnimap-wait-for-response): Return whether the wait was successful.
596         (nnimap-finish-retrieve-group-infos): Don't do anything if the
597         retrieval wasn't successful.
598         (nnimap-retrieve-group-data-early): Allow throttling servers.
599         (nnimap-streaming): New variable.
600         (nnimap-fetch-partial-articles): Removed.
601
602         * mm-decode.el (mm-with-part): Protect against killed buffers.
603
604         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
605         for prettier summary display.
606
607 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
608
609         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
610         directly.
611
612 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
615         apparently third-party libraries depend on it.
616
617         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
618         before starting negotiation.
619
620         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
621         privacy reasons.
622         (gnus-treat-mail-gravatar): Ditto.
623
624         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
625         buffer when inserting images.  Inserting text into the headers, for
626         instance, can make them invalid.
627
628 2010-09-25  Julien Danjou  <julien@danjou.info>
629
630         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
631         variables.
632
633         * nnheader.el: Remove useless variables news-reply-yank-from and
634         news-reply-yank-message-id.
635
636         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
637         variables.
638
639         * mml1991.el: Remove useless mml1991-verbose.
640
641         * gnus.el: Remove useless variable gnus-use-generic-from.
642         Remove obsolete variable gnus-topic-indentation.
643
644         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
645
646         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
647
648         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
649
650         * gnus-group.el: Remove useless gnus-group-icon-cache.
651         Remove useless gnus-ephemeral-group-server.
652
653         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
654
655         * mml2015.el: Remove useless mml2015-verbose.
656
657         * mml-smime.el: Remove useless mml-smime-verbose.
658
659         * gnus.el: Remove useless gnus-local-domain.
660
661         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
662         gnus-gravatar-size.
663
664         * gnus-art.el: Remove useless gnus-treat-translate.
665
666 2010-09-24  Julien Danjou  <julien@danjou.info>
667
668         * gnus-sum.el: Add support for Gravatars.
669
670         * gnus-art.el: Add support for Gravatars.
671
672         * gnus-gravatar.el: Add this file.
673
674         * gravatar.el: Add this file.
675
676 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
679
680         * gnus-group.el (gnus-group-fetch-faq): Removed.
681
682         * gnus.el (gnus-group-faq-directory): Removed.
683
684         * gnus-group.el (gnus-group-fetch-charter): Removed.
685
686         * gnus.el (gnus-group-charter-alist): Removed.
687
688         * gnus-group.el (gnus-group-archive-directory): Removed.
689         (gnus-group-recent-archive-directory): Ditto.
690         (gnus-group-make-archive-group): Removed.
691
692         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
693
694         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
695         use the same article number for all the cached articles.
696
697         * nnimap.el (nnimap-command): Register the last command time so
698         that we can use it for idling NOOPs.
699         (nnimap-open-connection): Start the keeplive timer.
700         (nnimap-make-process-buffer): Store all the process buffers.
701         (nnimap-keepalive): New function.
702
703         * starttls.el: (starttls-open-stream): Add autoload cookie.
704
705 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
706
707         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
708         handling.
709
710 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
713         its data structures.
714
715         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
716         instead of the cl.el copy-list.
717         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
718         equalp.
719
720 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
723         and tool-bar-local-item-from-menu.
724
725         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
726         mode-line-highlight face for Emacs.
727
728         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
729         loading gnus-sum.elc; fix comment for canlock-verify.
730         (gnus-article-jump-to-part): Use read-number.
731         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
732         Emacs pre-21 compatible code for help-echo.
733         (gnus-article-next-page-1): No need to adjust the number of lines.
734         (gnus-article-describe-bindings): Always use help-buffer.
735
736         * gnus-audio.el (gnus-audio-inline-sound)
737         * gnus-cus.el (gnus-custom-mode)
738         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
739
740         * gnus-sum.el (gnus-remove-overlays): Doc fix.
741
742         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
743         compatible code.
744
745 2010-09-24  Glenn Morris  <rgm@gnu.org>
746
747         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
748         visiting the fcc file in rmail-mode.
749
750         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
751
752 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * nnir.el: Silence the byte compiler.
755
756         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
757         alias to browse-url-url-encode-chars if any.
758         (gnus-html-encode-url): Use it.
759
760 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * gnus-start.el (gnus-use-backend-marks): New variable.
763         (gnus-get-unread-articles-in-group): Use it.
764
765         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
766         makeover.
767
768 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
769
770         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
771
772 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
775         Removed.
776         (gnus-setup-news-hook): Removed
777         gnus-fixup-nnimap-unread-after-getting-new-news.
778
779         * gnus-int.el (gnus-request-update-info): Protect against backends not
780         having the function.
781
782         * nnimap.el (nnimap-stream): Mention starttls.
783         (nnimap-open-connection): Add starttls support.
784
785 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
786
787         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
788
789 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
792         BODYSTRUCTUREs.
793         (nnimap-transform-headers): Unfold quoted {42} headers.
794
795         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
796         the info.
797         (gnus-get-unread-articles): Only call updatep on backends that support
798         it.
799
800         * nnweb.el (nnweb-request-update-info): NOOP.
801
802         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
803
804         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
805         since it only deals with marks.
806
807         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
808         gnus-request-marks, and make a new gnus-request-update-info.
809
810         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
811         the active instead of the high number, which is usually too low.
812
813 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
814
815         * netrc.el (netrc-parse): Remove encrypt.el mentions.
816         * encrypt.el: Removed.
817
818 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
821         server in symbolic form.
822
823         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
824         0.9.
825
826 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
829         (nnimap-update-info): Fix up code slightly.
830
831         * gnus-int.el (gnus-open-server): Add tracing for performance
832         debugging.
833
834         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
835         (gnus-group-insert-group-line): Pass the real group name so that it
836         gets the right data.
837
838         * gnus-start.el (gnus-get-unread-articles): Don't have
839         `gnus-get-unread-articles-in-group' update info, since that can be
840         really slow and doesn't seem to be needed?
841
842 2010-09-22  Dan Christensen  <jdc@uwo.ca>
843
844         * time-date.el (date-to-time): Try using parse-time-string first before
845         using the slower timezone-make-date-arpa-standard.
846
847 2010-09-22  Julien Danjou  <julien@danjou.info>
848
849         * gnus-group.el (gnus-group-insert-group-line): Call
850         gnus-group-highlight-line.
851         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
852         default hook list.
853         (gnus-group-update-eval-form): Add new function.
854         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
855         (gnus-group-get-icon): Use gnus-group-update-eval-form.
856
857 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
860         immediate, then expire all articles.
861         (nnimap-update-info): Fix off-by-one errors.
862         (nnimap-flags-to-marks): Would return no marks lists for group with no
863         flags.  Instead return the other data.
864
865 2010-09-22  Julien Danjou  <julien@danjou.info>
866
867         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
868         Only return an icon.
869         (gnus-group-insert-group-line): Compute icon to return.
870
871         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
872         variable.
873         (gnus-html-image-fetched): Only cache if
874         gnus-html-image-automatic-caching is set.
875         (gnus-html-image-fetched): Check for errors.
876
877 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
880         once per method on `g'.  This ensures that backends like nnfolder don't
881         open all their folders.
882
883         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
884         (nnimap-request-list): Nix out group in the correct buffer.
885         (nnimap-parse-flags): Implement by using `read' instead of
886         hand-parsing.
887         (nnimap-flags-to-marks): Pass on permanent-flags.
888         (nnimap-make-process-buffer): Record the server name.
889         (nnimap-parse-flags): Fix typo.
890         (nnimap-request-scan): Run split on the server in general, not just a
891         single group.
892
893         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
894         parameter, and propagate this downwards.
895
896         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
897         since EXAMINE changes it on the server.
898
899         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
900         this command might take a while.
901
902 2010-09-22  Julien Danjou  <julien@danjou.info>
903
904         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
905         harmful if you have 2 images side-by-side, they can't be properly
906         update on text deletion.  Using text-property is safer here.
907         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
908         data.
909
910 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnimap.el (nnimap-expunge-inbox): Removed.
913         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
914         (nnimap-expunge): Flip default to t.
915
916         * gnus.el (gnus-method-to-server): Don't push things to the cache
917         unless it's unique.
918         (gnus-server-to-method): Ditto.
919
920 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
921
922         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
923
924 2010-09-22  Julien Danjou  <julien@danjou.info>
925
926         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
927         get the start of data.
928         (gnus-html-encode-url): Add this function to encode special chars in
929         URL.
930         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
931         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
932
933         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
934         default.
935         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
936
937         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
938         images alt-text.
939         (gnus-html-put-image): Put alt-text as help-echo.
940
941 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
944         * mm-util.el (mm-decompress-buffer)
945         * nnir.el (nnir-run-find-grep)
946         * pop3.el (pop3-list): Use 3rd arg of split-string.
947
948         * time-date.el (format-seconds): Comment fix.
949
950         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
951         and byte-optimize-form-code-walker.
952         (dgnushack-make-auto-load): Don't advise make-autoload.
953
954         * lpath.el: Remove Emacs 21 stuff.
955
956 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
959         outside the active range.  Suggested by Dan Christensen.
960
961         * gnus-start.el (gnus-get-unread-articles): Get the extended method
962         slightly later to avoid double-getting it.
963
964         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
965         previous patch.
966
967         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
968
969 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
970
971         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
972
973 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * gnus-int.el (gnus-open-server): Give a better error message in the
976         "go offline" case.
977
978         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
979         marks for nnimap, which is seldom the right thing to do.
980
981         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
982         (gnus-same-method-different-name): New function.
983
984         * nnimap.el (parse-time): Require.
985
986         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
987         method in the presence of many similar methods.
988
989         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
990
991         * nnimap.el (nnimap-find-expired-articles): Don't refer to
992         nnml-inhibit-expiry.
993
994         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
995         find out whether methods are equal.
996
997         * nnimap.el (nnimap-find-expired-articles): New function.
998         (nnimap-process-expiry-targets): New function.
999         (nnimap-request-move-article): Request the article before looking at
1000         what the Message-ID is.  Fix found by Andrew Cohen.
1001         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1002
1003         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1004         for oldness in addition to being a predicate.
1005
1006         * nnimap.el (nnimap-request-group): When we have zero articles, return
1007         the right data to Gnus.
1008         (nnimap-request-expire-articles): Only delete articles immediately if
1009         the target is 'delete.
1010
1011         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1012         method, this would bug out.
1013
1014         * gnus-group.el (gnus-group-expunge-group): Renamed from
1015         gnus-group-nnimap-expunge, and implemented as a normal interface
1016         function.
1017
1018         * gnus-int.el (gnus-request-expunge-group): New function.
1019
1020         * nnimap.el (nnimap-request-create-group): Implement.
1021         (nnimap-request-expunge-group): New function.
1022
1023 2010-09-21  Julien Danjou  <julien@danjou.info>
1024
1025         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1026         (gnus-html-cache-expired): Add new function.
1027         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1028         wethever we should display image for fetch it.
1029         Compute alt-text earlier to pass it to the fetching function too.
1030         (gnus-html-schedule-image-fetching): Change function argument to only
1031         get one image at a time, not a list.
1032         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1033         cache.
1034         (gnus-html-get-image-data): New function to retrieve image data from
1035         cache.
1036         (gnus-html-put-image): Change buffer argument to use image data rather
1037         than file, and place image above region rather than inserting a new
1038         one. Do not take alt-text as argument, since it's useless now: we place
1039         the image above alt-text.
1040         (gnus-html-prune-cache): Remove.
1041         (gnus-html-show-images): Start to fetch image when we find one, do not
1042         push into a temporary list.
1043         (gnus-html-prefetch-images): Only fetch image if they have expired.
1044         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1045         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1046
1047 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1050
1051 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1054         spec inser "*" if the group isn't active instead of 0.
1055
1056         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1057         opening the server.
1058         (nnimap-request-delete-group): Implement group deletion.
1059         (nnimap-transform-headers): Return the size of the entire message in
1060         the Bytes header, not just the size of the first part.
1061         (nnimap-request-move-article): When moving an article from nnimap,
1062         request the article first so the accepting form has an article to
1063         accept.  Reported by Dan Christensen.
1064         (nnimap-command): Make sure that the error message doesn't error out.
1065
1066 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1067
1068         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1069         we haven't requested anything.
1070
1071 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1074         "".  Fix found by Andrew Cohen.
1075
1076         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1077         instead of -encode-string.
1078
1079 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1082
1083         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1084         by mm-subst-char-in-string.
1085
1086 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1089         waiting for the connection string.
1090
1091         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1092         arriving.
1093
1094         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1095         bogus characters.  This allows selecting certain Gmail groups.
1096
1097         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1098         (nnimap-fetch-partial-articles): New variable.
1099         (nnimap-open-connection): When looking for credentials, also use the
1100         nnimap-server-port.
1101         (nnimap-request-article): Return the group/article number, so that Gnus
1102         `^' works as expected.
1103         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1104         them.
1105
1106         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1107         comments.
1108         (gnus-methods-sloppily-equal): New function.
1109         (gnus): When using the development version of Gnus, load the gnus-load
1110         file.
1111
1112         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1113         `gnus-open-server' on each method before trying to scan them etc.  This
1114         ensures that all the backend parameters are set correctly.
1115
1116         * nnimap.el (nnimap-authenticator): New variable.
1117         (nnimap-open-connection): Allow anonymous login.
1118         (nnimap-transform-headers): The chars header is called Chars not
1119         Bytes.
1120         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1121         drops.
1122
1123         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1124         patch, found by Knut Anders Hatlen.
1125
1126 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1127
1128         * gnus-agent.el (gnus-agent-batch-confirmation)
1129         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1130         to gnus-message.
1131         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1132         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1133         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1134         * gnus-int.el (gnus-open-server): Likewise.
1135         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1136         (gnus-score-check-syntax): Likewise.
1137         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1138         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1139         Likewise.
1140         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1141
1142 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1145         calling conventions so that prefetch doesn't bug out.
1146
1147 2010-09-19  Julien Danjou  <julien@danjou.info>
1148
1149         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1150         rather than `subst-char-in-region' in order to be able to replace ASCII
1151         char by UTF-8 ones.
1152
1153         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1154         than curl.
1155         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1156         the right URL and ALT text on images.
1157         (gnus-html-wash-tags): Fix tag case.
1158         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1159         (gnus-article-html): Add -o display_ins_del=2 option.
1160         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1161
1162 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1165         the extra mail headers, which sometimes seem to happen for unknown
1166         reasons.
1167
1168         * mail-parse.el (mail-header-encode-parameter): Define as
1169         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1170         (or most, perhaps?) mail readers don't understand the latter, but do
1171         understand the former.
1172
1173         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1174         to nil, so that no methods are automatically agentized.  I think this
1175         is probably what most users want.
1176
1177         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1178         from url-retrieve, for instance about invalid URLs.
1179
1180         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1181         groups that have no articles.
1182         (nnimap-request-article): Check that we really got an article when we
1183         requested one.
1184
1185         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1186         doesn't exist.
1187
1188         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1189         nntp buffer so the agent can save it.
1190         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1191         that CRLF doesn't get translated to \n.
1192         (nnimap-open-connection): Don't make 'shell commands only send \n.
1193
1194 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1195
1196         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1197         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1198         Update var name.
1199         (nnml-generate-nov-file): Use dolist.
1200         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1201         Use with-current-buffer.
1202
1203 2010-09-18  Julien Danjou  <julien@danjou.info>
1204
1205         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1206         parallel.
1207
1208 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1211         the range update right.
1212         (nnimap-request-group): Don't make `M-g' bug out on group with no
1213         marks.
1214         (nnoo): Required, so that other packages can require nnimap.
1215         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1216         command we're looking for.  This helps when the server sends more
1217         responses after we've gotten everything we expected.
1218         (nnimap): Add a `newlinep' field to keep track of end-of-line
1219         conventions.
1220         Don't send CRLF to things that don't want it.
1221         (nnimap-request-accept-article): Ditto.
1222
1223 2010-09-18  Julien Danjou  <julien@danjou.info>
1224
1225         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1226         than curl to retrieve images.
1227
1228 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1231         the marks.
1232         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1233         (nnimap-wait-for-connection): New function.
1234         (nnimap-open-connection): If we have PREAUTH, don't query for login
1235         credentials.
1236         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1237         when doing a partial update.
1238
1239 2010-09-18  Julien Danjou  <julien@danjou.info>
1240
1241         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1242         tags.
1243
1244 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * nnimap.el (nnimap-credentials): New function.
1247         (nnimap-open-connection): Use the new function to look for credentials
1248         also on the numeric equivalents of "imap" and "imaps".
1249
1250         * gnus-start.el (gnus-activate-group): Send the info to
1251         gnus-request-group.
1252
1253         * nnimap.el (nnimap-request-group): Have the "check" version of the
1254         function parse flags and update the info, so that a `M-g' get a total
1255         resync of all flags from the group.
1256
1257         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1258         to allow backends to alter the info on group selection.  Also alter all
1259         the backend -request-group functions to take the parameter.
1260
1261         * nnimap.el (nnimap-store-info): New function.
1262         (nnimap-update-info): Store the info for later usage.
1263         (nnimap-request-group): Use the stored info for the dont-check case, so
1264         that we don't retrieve all marks when we enter a group.
1265
1266         * nnimap.el: Use deffoo instead of defun for interface functions.
1267
1268         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1269         update the group info.  This makes the nndraft groups, for instance, go
1270         back to their old behaviour.
1271
1272         * gnus-sum.el (gnus-select-newsgroup): Indent.
1273
1274         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1275         in.
1276         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1277         nothing.
1278
1279         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1280         from methods that are denied.
1281
1282         * gnus-int.el (gnus-method-denied-p): New function.
1283
1284         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1285         store the password instead of netrc.
1286         (nnimap-open-connection): Don't error out when we can't make a
1287         connections.
1288
1289         * auth-source.el (auth-source-create): In the password prompt, say what
1290         we're querying for.  Also prompt for user name if that hasn't been
1291         given.
1292
1293         * nnimap.el (nnimap-with-process-buffer): Removed.
1294
1295 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1298         method when we're reading from the agent.
1299
1300         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1301
1302         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1303         that's probably most useful for users.
1304
1305         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1306         "failed" all the time.
1307
1308         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1309         ...)) with (with-current-buffer ... ).
1310
1311         * nntp.el (nntp-open-server): Return whether the open was successful or
1312         not.
1313
1314         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1315         select an unread unseen article first.
1316
1317         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1318         /etc/services, supply some sensible port defaults.
1319
1320         * dgnushack.el: Define netrc-credentials.
1321
1322 2010-09-17  Julien Danjou  <julien@danjou.info>
1323
1324         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1325
1326 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1327
1328         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1329         doesn't have any parameters.
1330
1331 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1334         only upcased checks.
1335
1336         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1337
1338         * nnimap.el (nnimap-open-shell-stream): New function.
1339         (nnimap-open-connection): Use it.
1340         (nnimap-transform-headers): Get the number of lines in each message.
1341         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1342         number of lines.
1343         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1344         problem.
1345
1346         * utf7.el (utf7-encode): Autoload.
1347
1348         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1349         to allow the mail splitting to not return a default group.  This is
1350         useful for nnimap, which will leave unmatched mail in the inbox.
1351
1352         * nnimap.el: Rewritten.
1353
1354         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1355         nnimap usage.
1356
1357         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1358         if the move is internal, so that nnimap can do fast internal moves.
1359
1360         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1361         data.
1362         (gnus-read-active-for-groups): Support finishing the early retrieval of
1363         data.
1364
1365         * gnus-range.el (gnus-range-nconcat): New function.
1366
1367         * gnus-int.el (gnus-finish-retrieve-group-infos)
1368         (gnus-retrieve-group-data-early): New functions.
1369
1370 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1371
1372         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1373         (nnrss-retrieve-groups):
1374         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1375         (pop3-quit): Use with-current-buffer.
1376
1377 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1380         instead of nnheader-accept-process-output.
1381
1382         * dgnushack.el (dgnushack-compile): Add comment.
1383
1384         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1385
1386         * gnus-html.el (gnus-html-schedule-image-fetching)
1387         (gnus-html-prefetch-images): Replace process-kill-without-query by
1388         gnus-set-process-query-on-exit-flag.
1389
1390 2010-09-16  Romain Francoise  <romain@orebokech.com>
1391
1392         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1393
1394 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1397         parameter to unintern is mandatory-ish in Emacs 24.
1398
1399         * gnus-html.el (gnus-html-schedule-image-fetching)
1400         (gnus-html-prefetch-images): Check for curl before using it.
1401
1402         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1403         depend on curl, which isn't essential.
1404
1405         * imap.el: Revert back to version
1406         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1407         seem problematic.
1408
1409 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1410
1411         * gnus-registry.el (gnus-registry-install-shortcuts):
1412         Explicitly pass `obarray' to `unintern' to avoid a warning.
1413
1414 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1417         change.
1418
1419         * nnrss.el (nnrss-request-list): Removed this function and related
1420         functions, including the moreover stuff.
1421
1422 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * nnrss.el (nnrss-retrieve-groups): New function.
1425
1426 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1427
1428         * .dir-locals.el: Add no-byte-compile cookie.
1429
1430 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * time-date.el (format-seconds): Comment fix.
1433
1434         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1435         for back end that doesn't support request-scan.
1436
1437 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1440         then do request scans from the backends.
1441
1442         * netrc.el (netrc-credentials): New conveniency function.
1443
1444         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1445         avoid running a hook per line, since this takes a lot of time,
1446         profiling shows.
1447         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1448         directly if gnus-visual-p is true.
1449
1450 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1453         groups; replace mapcar with dolist which is a bit faster; pass groups
1454         info to gnus-read-active-file-1.
1455         (gnus-read-active-file-1): Scan only specified groups if the new
1456         optional arg `infos' is given.
1457
1458 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1461
1462         * pop3.el (pop3-movemail): Removed.
1463         (pop3-streaming-movemail): Renamed to pop3-movemail.
1464
1465         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1466         don't restrict end-tag searches to the end of the line.
1467
1468 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1471         articles of every unchecked group to t, which means unknown since the
1472         server has never been opened.
1473
1474 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * gnus-html.el (gnus-html-show-alt-text): New command.
1477         (gnus-html-browse-image): Ditto.
1478         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1479         to browse the image directly.
1480         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1481         better.
1482
1483         * gnus-async.el (gnus-async-article-callback): Call
1484         `gnus-html-prefetch-images' unconditionally.
1485
1486         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1487         before feeding URLs to curl.
1488
1489 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1492         internal images as deletable by `W D D'.
1493
1494         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1495         (gnus-async-article-callback): Fix typo.
1496
1497 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1500         current line to work around bugs in the output from w3m.
1501
1502         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1503         for groups that want that.
1504
1505         * nntp.el (nntp-wait-for-string): Supply a timeout for
1506         accept-process-output to ensure progress.
1507
1508         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1509         level to get unread articles from, then use that for foreign groups,
1510         too.
1511
1512         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1513         confuses the rest of the function.
1514
1515         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1516         for the methods that support -retrieve-groups, too.
1517
1518         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1519
1520 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1523         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1524
1525         * pop3.el: Require cl when compiling.
1526         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1527
1528 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1531         that aren't going to be activated.
1532         (gnus-get-unread-articles): Fix up the last commit.
1533
1534         * gnus-html.el (gnus-article-html): Allow calling without specifying
1535         the handle.  In that case, dissect the buffer first.
1536
1537         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1538
1539         * nnimap.el (nnimap-open-connection): Revert the change that would look
1540         into authinfo for imaps instead of imap.
1541
1542         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1543         say that you don't want to call gnus-request-group with don-check, but
1544         do check the reponse.  This is for virtual groups only.
1545         (gnus-get-unread-articles): Count the archive groups as secondary, so
1546         that they're activated the same way as before.
1547
1548         * imap.el (imap-message-map): Removed optional buffer parameter, since
1549         no callers use it.
1550         (imap-message-get): Ditto.
1551         (imap-message-put): Ditto.
1552         (imap-mailbox-map): Ditto.
1553         (imap-mailbox-put): Ditto.
1554         (imap-mailbox-get): Ditto.
1555         (imap-mailbox-get): Revert last change for this function.
1556
1557         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1558         case-insensitively.
1559         (nnimap-debug): Removed.
1560
1561         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1562         to use `imap-fetch' instead.  According to the comments, this should be
1563         safe, since all other IMAP clients use the 1:* syntax.
1564         (imap-enable-exchange-bug-workaround): Removed.
1565         (imap-debug): Removed -- doesn't seem very useful.
1566
1567         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1568         mail from a file, and the file doesn't exist.
1569
1570         * imap.el (imap-log): New convenience function used throughout instead
1571         of repeating the same code all over the place.
1572
1573         * pop3.el (pop3-streaming-movemail): Return t for success.
1574
1575         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1576         .authinfo if we're using ssl connection.
1577
1578         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1579         already have if we're in a main Gnus `g' run.
1580
1581         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1582
1583 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1586
1587         * nnmh.el (nnmh-request-list-1): Bind `file'.
1588
1589         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1590         alias to set-process-query-on-exit-flag or process-kill-without-query.
1591         (pop3-open-server): Use it.
1592
1593 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1596         box to the Incoming file.  Fixes mistake in previous checkin.
1597
1598         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1599         request loop (for debugging purposes) removed.
1600
1601         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1602         culprit is more visible.
1603         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1604         (nnml-add-incremental-nov): New functions to do "incremental" nov
1605         updates, where we just append to the end of the existing nov files
1606         without reading/writing them in full.
1607
1608         * mail-source.el (mail-source-delete-crash-box): Really only check the
1609         incoming files once in a while.
1610
1611         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1612
1613         * mail-source.el (mail-source-delete-crash-box): Only check the
1614         incoming files for deletion once per day to save a lot of file
1615         accesses.
1616
1617         * pop3.el (pop3-logon): Fix up unbound variable typo.
1618
1619         * mail-source.el (pop3-streaming-movemail): Autoload.
1620
1621         * pop3.el (pop3-streaming-movemail): Respect
1622         pop3-leave-mail-on-server.
1623
1624         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1625         retrieval.
1626
1627         * pop3.el (pop3-process-filter): Removed unused function.
1628         (pop3-streaming-movemail, pop3-send-streaming-command)
1629         (pop3-wait-for-messages, pop3-write-to-file)
1630         (pop3-number-of-responses): New functions for streaming pop3
1631         retrieval.
1632
1633         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1634         come from no known methods.
1635         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1636         list.
1637
1638         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1639         message sizes.
1640         (pop3-movemail): Use erase-buffer instead of looping and deleting
1641         regions, which seems rather odd.
1642
1643         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1644         file once per `g' run.
1645
1646         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1647         directories.  This makes the draft queue directory work.
1648
1649         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1650         data from the backends, so that we only request the list of groups from
1651         each method once.  This should speed things up considerably.
1652
1653         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1654         detect that it's not implemented.
1655
1656         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1657         we actually do recurse down into the tree, but don't stat all leaf
1658         nodes.
1659
1660         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1661         then say so instead of bugging out.
1662
1663         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1664         files exist before trying to read them.
1665
1666         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1667         around <pre_int>.
1668
1669         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1670
1671         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1672
1673 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * mm-util.el (mm-image-load-path): Just return the image directories,
1676         not all directories in the path in addition to the image directories.
1677         (mm-image-load-path): Maintain a cache of the image directories so that
1678         the `g' command in Gnus doesn't have to stat dozens of directories each
1679         time.
1680
1681         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1682         (gnus-html-wash-tags): Add a new `i' command to insert images.
1683         (gnus-html-insert-image): New command and keystroke.
1684         (gnus-html-redisplay-with-images): New command and keystroke.
1685         (gnus-html-show-images): Renamed command.
1686         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1687         spacers.
1688         (gnus-html-wash-tags): Decode entities at the end, so that entities
1689         inside the tags don't mess up the rest of the "parsing".
1690
1691         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1692         so that nnimap methods aren't agentized by default.  There's apparently
1693         many problems related to agent/imap behaviour.
1694
1695         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1696
1697         * gnus-html.el: Doc fix.
1698
1699 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1702         specifier-spec-list for Emacs 21.
1703
1704         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1705         glyph-width and glyph-height instead of display-graphic-p and
1706         image-size; make avoidance of displaying small images work for XEmacs.
1707
1708         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1709         for XEmacs.
1710
1711         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1712         of symbol that holds plist data.
1713         (gnus-process-plist): Remove plist of process after getting it.
1714
1715 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * message.el (message-generate-hashcash): Change default to
1718         'opportunistic if hashcash is installed.
1719
1720         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1721         (gnus-html-put-image): Only call image-size once, since it's somewhat
1722         time-consuming on remote X servers.
1723
1724 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1727         type on data, not a file name.
1728
1729         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1730         window-pixel-edges for Emacs 21.
1731
1732         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1733         decoded contents.
1734         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1735
1736 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1739         group line format, since it isn't very interesting.
1740
1741         * gnus-agent.el (gnus-agent-short-article),
1742         (gnus-agent-long-article): Increase values for these two variables,
1743         since most people are likely to have more network connection and
1744         storage than before.
1745
1746         * gnus.el (gnus-refer-article-method): Change default to 'current.
1747         When referring an article, the common behaviour is to refer it from the
1748         current select method, not the native select method.  The chances of
1749         the native select method having the message in question is rather slim
1750         these days.
1751
1752         * gnus-sum.el (gnus-auto-select-subject): Change default to
1753         `unseen-or-unread'.  I think it's likely that most people want to
1754         select an unseen article over a previously seen, but unread one.
1755
1756         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1757         means that in the article buffer none of the minor mode elements will
1758         be shown, usually, and this is not desirable in most cases.
1759
1760         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1761         that commands like `d' (and the like) go to the next line in the
1762         buffer, instead of the next unread article.  I think this is the
1763         behaviour that is most natural for most users.
1764         (gnus-single-article-buffer): Change default to nil, so that people can
1765         have as many article buffers open as they have summary buffer.  I think
1766         this is the most natural way for the groups to behave.
1767
1768         * message.el (message-generate-new-buffers): Change default to
1769         `unsent', so that all new message buffers start their names with the
1770         string "*unsent", and it's easier to find the buffers if you move from
1771         them.
1772
1773 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1776         small.  They're probably tracking images.
1777         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1778         (gnus-html-rescale-image): Yet another try at getting the image sizing
1779         right.
1780
1781         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1782         nntp-marks-file-name is nil.
1783
1784 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1785
1786         * gnus-html.el (gnus-html-wash-tags)
1787         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1788         Better logging.
1789
1790 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1793
1794         * gnus-html.el (gnus-html-wash-tags): Check the value of
1795         gnus-blocked-images in the summary buffer.
1796
1797 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1798
1799         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1800
1801 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1804         like "a", it seems like.
1805         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1806         since it needs to be picked from the correct buffer.
1807
1808         * nnwfm.el: Removed.
1809
1810         * nnlistserv.el: Removed.
1811
1812 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1813
1814         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1815         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1816
1817 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * nnkiboze.el: Removed.
1820
1821         * nndb.el: Removed.
1822
1823         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1824         alt text.
1825         (gnus-html-rescale-image): Try to get the rescaling logic right for
1826         images that are just wide and not tall.
1827
1828         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1829         overshadow variable bindings.
1830
1831 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1832
1833         * gnus-html.el (gnus-html-wash-tags)
1834         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1835         extra logging.
1836
1837 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1840         (gnus-max-image-proportion): New variable.
1841         (gnus-html-rescale-image): New function.
1842         (gnus-html-put-image): Rescale images.
1843
1844 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1845
1846         Fix up some byte-compiler warnings.
1847         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1848         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1849         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1850         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1851         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1852         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1853         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1854
1855 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-html.el (gnus-article-html): Decode contents by charset.
1858
1859 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1862         (gnus-html-frame-width, gnus-blocked-images)
1863         * message.el (message-prune-recipient-rules): Add custom version.
1864         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1865
1866         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1867         functions.
1868
1869         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1870         gnus-process-get.
1871
1872 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1873
1874         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1875         instead of lsub directly.
1876
1877 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * nnwarchive.el: Removed.
1880
1881         * gnus-soup.el: Removed.
1882
1883         * nnsoup.el: Removed.
1884
1885         * nnultimate.el: Removed.
1886
1887         * gnus-html.el (gnus-blocked-images): New variable.
1888
1889         * message.el (message-prune-recipients): New function.
1890         (message-prune-recipient-rules): New variable.
1891
1892         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1893         guess whether a long line is natural text or not.
1894
1895         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1896         gnus-process-plist and friends for compatibility.
1897
1898 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1899
1900         * gnus-html.el: Require packages that define macros used in this file.
1901         (gnus-article-mouse-face): Declare to silence byte-compiler.
1902         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1903         process-get.
1904         (gnus-html-put-image): Use plist-get to avoid getf.
1905         (gnus-html-prefetch-images): Use with-current-buffer.
1906
1907 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-ems.el: Provide compatibility functions for
1910         gnus-set-process-plist.
1911
1912         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1913         header-line-format for XEmacs 21.4.
1914
1915         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1916         * gnus.el (gnus-valid-select-methods)
1917         * message.el (message-send-mail-partially-limit)
1918         * mm-decode.el (mm-text-html-renderer)
1919         * mml.el (mml-insert-mime-headers-always)
1920         * smiley.el (smiley-regexp-alist): Bump custom version.
1921
1922 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * gnus-html.el: require mm-url.
1925         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1926         with the url to `url'.
1927         (gnus-html-wash-tags): Support cid: URLs/images.
1928
1929 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1932         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1933         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1934
1935         * gnus-move.el: Removed file, since it doesn't really work.
1936
1937         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1938         UTF-8.  This seems to fix problems with some German web feeds.
1939
1940         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1941         at the top so that the proper colours are applied.
1942
1943         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1944         don't have dots in their names.
1945
1946         * gnus-art.el (gnus-article-view-part): Doc fix.
1947
1948         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1949         XEmacs-compatible.
1950         (gnus-html-put-image): Don't do images on non-graphic displays.
1951
1952         * nnslashdot.el: Removed this unused backend.
1953
1954         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1955         actions.
1956         (gnus-undo-register-1): Revert last change.
1957
1958         * gnus-group.el (gnus-group-completing-read): Protect against not
1959         having completion-styles bound.
1960
1961         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1962         make broken recipients happier.
1963
1964         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1965
1966         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1967         point parameter.
1968
1969         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1970
1971         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1972         completion-styles for group selection.
1973
1974 2009-02-04  Andreas Schwab  <schwab@suse.de>
1975
1976         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1977         headers and regexp-quote the match if necessary.
1978
1979 2009-03-24  Miles Bader  <miles@gnu.org>
1980
1981         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1982         the blinking smiley.
1983
1984 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1985
1986         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1987         blink smiley.
1988
1989 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1992         where the dribbel file lives exists.
1993
1994         * message.el (message-send-mail-partially-limit): Change the default to
1995         nil, since most people don't want this.
1996
1997         * mm-url.el (mm-url-decode-entities): Also decode entities like
1998         &#x3212.
1999
2000 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2001
2002         * gnus-sum.el (gnus-summary-idna-message):
2003         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2004         Hyperlink urls in docstrings with URL `...'.
2005
2006 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2007
2008         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2009         functions.
2010
2011 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2014         say what the mouseover text should be.
2015
2016         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2017         version of the mm-w3m-safe-url-regexp variable to only download images
2018         in the groups where we want that to happen.
2019
2020         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2021
2022         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2023         easier debugging.
2024         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2025         big pictures in the article buffer.
2026
2027         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2028         gnus-article-html.
2029         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2030         w3m.
2031
2032         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2033
2034 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2037         which doesn't exist.
2038
2039         * message.el (message-inhibit-ecomplete): New variable to allow some
2040         function to inhibit ecomplete address storage.
2041         (message-resend): Disable ecomplete message storage when resending
2042         messages.
2043
2044         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2045
2046 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2049         Save excursion while copying, moving, and deleting articles in order to
2050         prevent the cursor from jumping to unforeseen place.
2051
2052 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * lpath.el: No need to bind bookmark-current-buffer,
2055         bookmark-yank-point and bookmark-make-record-function.
2056
2057 2010-08-17  Glenn Morris  <rgm@gnu.org>
2058
2059         * gnus-sync.el: Require gnus components whose functions are used.
2060
2061         * gnus-art.el (bookmark-make-record-function):
2062         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2063         Declare for compiler.
2064
2065         * mm-url.el (mml-compute-boundary): Autoload.
2066
2067 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2070
2071 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2072
2073         Typo fix "hoo4a" -> "hook".
2074
2075         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2076
2077 2010-08-14  Glenn Morris  <rgm@gnu.org>
2078
2079         * gnus-sync.el (gnus-sync): Fix defgroup version.
2080
2081 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2082
2083         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2084
2085         * gnus-sync.el: Fix docs.
2086         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2087         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2088
2089 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2090
2091         Optimizations for gnus-sync.el.
2092
2093         * gnus-sync.el: Add docs about gnus-sync-backend
2094         possibilities.
2095         (gnus-sync-save): Remove unnecessary message.
2096         (gnus-sync-read): Optimize and show what groups were skipped.
2097
2098 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2099
2100         Minor bug fixes for gnus-sync.el.
2101
2102         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2103         read the sync on get-new-news.
2104
2105         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2106         quiet.
2107
2108         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2109
2110 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2111
2112         Make saving and restoring of hidden threads work with overlays.
2113         Patch applied by Ted Zlatanov.
2114
2115         * gnus-sum.el (gnus-hidden-threads-configuration)
2116         (gnus-restore-hidden-threads-configuration): Update to deal with text
2117         properties, rather than searching for a magic character.
2118
2119 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2120
2121         New gnus-sync.el library for synchronization of marks.
2122
2123         * gnus-sync.el: New library for synchronization of marks.
2124
2125         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2126         renamed from `gnus-registry-grep-in-list'.
2127
2128         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2129
2130         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2131
2132 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2135         determining charset of text fails.
2136
2137 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * nnmail.el (nnmail-get-new-mail-1): Revert.
2140
2141         * nnml.el (nnml-active-number): Make sure names of newly created groups
2142         in nnml-group-alist are encoded.
2143
2144 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2147         containing non-ASCII characters in active file for nnml back end.
2148
2149 2010-07-24  David Engster  <dengste@eml.cc>
2150
2151         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2152         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2153
2154 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2155
2156         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2157         tag (Bug#6654).
2158
2159 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2162         the article buffer, not the summary buffer.
2163
2164 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2167         Emacs 23 as well.
2168
2169 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2172         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2173
2174 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2175
2176         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2177         Patch applied by Karl Fogel.
2178
2179         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2180         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2181
2182 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2183
2184         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2185         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2186         C-w still not working correctly from Article buffers; Thierry's
2187         patch to fix that will be applied after this.
2188
2189         * gnus-art.el (bookmark-make-record-function): New local variable.
2190
2191         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2192         article buffer.
2193         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2194
2195 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2196
2197         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2198         on changes in bookmark.el.
2199
2200 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2203         `no-log' instead of message not to log prompt string.
2204
2205 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2206
2207         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2208         the *other* type of HTML form submission.
2209
2210 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2211
2212         * auth-source.el (auth-source-pick): If choice does not contain a
2213         questioned keyword, set the check to t.
2214
2215 2010-06-12  Romain Francoise  <romain@orebokech.com>
2216
2217         * gnus-util.el (gnus-date-get-time): Move up before first use.
2218
2219 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2222         (gnus-article-edit-part): Bind it to make last part that is substituted
2223         or deleted visible.
2224         (gnus-mime-display-single): Buttonize part of which id equals to
2225         gnus-mime-buttonized-part-id.
2226
2227 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2228
2229         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2230         (gnus-dd-mmm): Use gnus-date-get-time.
2231         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2232         simplify logic.
2233         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2234         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2235
2236 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2237
2238         * auth-source.el (top): Autoload `secrets-list-collections',
2239         `secrets-create-item', `secrets-delete-item'.
2240         (auth-sources): Fix tag string.
2241         (auth-get-source, auth-source-retrieve, auth-source-create)
2242         (auth-source-delete): New defuns.
2243         (auth-source-pick): Rewrite in order to avoid 2 passes.
2244         (auth-source-forget-user-or-password): New parameter USERNAME.
2245         (auth-source-user-or-password): New parameters CREATE-MISSING and
2246         DELETE-EXISTING.  Retrieve password interactively, if needed.
2247
2248 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2249
2250         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2251         deleting unused directories when gnus-expert-user is t.
2252
2253 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2256         for each temp file when gnus-article-browse-delete-temp is ask.
2257
2258 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2259
2260         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2261         Lisp calls to delete-backward-char by calls to delete-char.
2262
2263 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2264
2265         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2266
2267 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2268
2269         * password-cache.el (password-cache-remove): Fix docstring.
2270
2271 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2274         article unless decoding article to be saved.
2275
2276 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2279         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2280         generated within the mm-with-unibyte-current-buffer macro.
2281
2282 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2285         to nil when we're in a mml-preview buffer and no group is selected.
2286
2287 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2288
2289         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2290         when catching the `C-g'.  Reported by "Leo".
2291
2292 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * message.el (message-forward-make-body-plain)
2295         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2296         multibyte-string-p.
2297
2298         * lpath.el: Revert.
2299
2300 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * message.el (message-forward-make-body-mml): Assume original message
2303         is multibyte string; error on unibyte.
2304         (message-forward-make-body-plain): Ditto; don't add excessive newline
2305         in body end.
2306
2307         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2308
2309 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2310
2311         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2312         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2313
2314 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * mm-extern.el (mm-extern-url): Don't use
2317         mm-with-unibyte-current-buffer.
2318         (mm-extern-cache-contents): Use with-current-buffer instead of
2319         save-excursion + set-buffer.
2320
2321 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * mm-util.el (mm-emacs-mule): Remove.
2324
2325 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2326
2327         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2328         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2329         change.
2330
2331 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2334         bind the default value of enable-multibyte-characters to nil.
2335
2336 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * message.el (message-forward-make-body-plain)
2339         (message-forward-make-body-mml):
2340         Don't use mm-with-unibyte-current-buffer.
2341
2342 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2343
2344         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2345
2346 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2347
2348         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2349         (Bug#5592).
2350
2351 2010-05-07  Julien Danjou  <julien@danjou.info>
2352
2353         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2354         it to mm-pipe-part.
2355
2356         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2357         it is given.
2358
2359 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * binhex.el (binhex-decode-region-internal)
2362         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2363         (dns-query)
2364         * nnweb.el (nnweb-gmane-search)
2365         * pgg-parse.el (pgg-parse-armor)
2366         * pgg.el (pgg-verify-region)
2367         * sha1.el (sha1-string-external)
2368         * uudecode.el (uudecode-decode-region-internal)
2369         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2370         XEmacs.
2371
2372         * gnus-art.el (gnus-article-browse-html-parts)
2373         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2374         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2375         make-temp-file.
2376
2377         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2378         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2379         compiling.
2380
2381         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2382         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2383         XEmacs when compiling.
2384
2385         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2386         gnus-pick-mode-off-hook for XEmacs when compiling.
2387         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2388         gnus-binary-mode-off-hook for XEmacs when compiling.
2389
2390         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2391         nil if char-charset is not available.
2392
2393         * imap.el (imap-disable-multibyte)
2394         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2395         macros.
2396
2397         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2398         instead of encode-coding-string.
2399
2400         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2401         'xemacs) instead of mm-emacs-mule to switch function definitions.
2402         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2403
2404         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2405         bind temporary-file-directory for XEmacs;
2406         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2407         timer-set-function for XEmacs 21.4 and SXEmacs;
2408         bind timer-list for XEmacs 21.4 and SXEmacs;
2409         fbind char-charset and find-charset-region for non-Mule XEmacs;
2410         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2411         encode-coding-region and encode-coding-string for XEmacs having no
2412         file-coding feature.
2413
2414 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2415
2416         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2417
2418 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2421         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2422
2423 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2424
2425         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2426         alias `jka-compr-delete-temp-file' no longer exists.
2427
2428 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2429
2430         Use define-minor-mode in Gnus where applicable.
2431         * mml.el (mml-mode): Use define-minor-mode.
2432         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2433         (gnus-undo-mode): Use define-minor-mode.
2434         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2435         (gnus-dead-summary-mode): Use define-minor-mode.
2436         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2437         Initialize in declaration.
2438         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2439         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2440         (gnus-mailing-list-mode): Use define-minor-mode.
2441         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2442         (gnus-draft-mode): Use define-minor-mode.
2443         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2444         (gnus-dired-mode): Use define-minor-mode.
2445
2446 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2447
2448         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2449         handles on recursive mml-to-mime translation and check them for
2450         boundary delimiter collisions.  Reported by Greg Troxel.
2451
2452 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2455
2456 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2457
2458         * mm-util.el (mm-find-buffer-file-coding-system):
2459         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2460
2461 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2462
2463         * message.el (message-generate-headers): Record insertion of optional
2464         headers as well.  Otherwise the check to prevent repeated insertion of
2465         optional headers is a no-op.
2466
2467 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2468
2469         * smime.el: Don't mention CVS.
2470
2471         * nnrss.el (nnrss-fetch): Don't mention CVS.
2472
2473         * nnir.el: Don't mention CVS.
2474
2475 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2476
2477         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2478
2479 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * lpath.el: Fbind bookmark-default-handler,
2482         bookmark-get-bookmark-record, bookmark-make-record-default,
2483         bookmark-prop-get for Emacs <23 and XEmacs.
2484
2485 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2486
2487         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2488         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2489         Use with-current-buffer to silence the byte-compiler.
2490         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2491         bother to require `gnus'.
2492         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2493
2494 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2495
2496         * gnus-sum.el (gnus-summary-bookmark-make-record)
2497         (gnus-summary-bookmark-jump): New functions.
2498         (gnus-summary-mode): Setup bookmark support.
2499
2500 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2501
2502         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2503         if set.
2504
2505 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2508         gnus-article-browse-html-save-cid-image; make it work recursively for
2509         forwarded messages as well.
2510         (gnus-article-browse-html-parts): Work when prefix arg is given.
2511         (gnus-article-browse-html-article): Doc fix.
2512
2513 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2514
2515         * message.el (message-default-mail-headers):
2516         (message-default-headers): Carry the value mail-default-headers over
2517         into message-default-mail-headers, rather than message-default-headers.
2518
2519 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2520
2521         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2522         charset.
2523
2524         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2525         charset into the <meta> tag when the article is encoded to utf-8.
2526
2527 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2530         directories as well.
2531         (gnus-article-browse-html-parts): Work for images that do not specify
2532         file names; delete temp directory when quitting; insert header at the
2533         right place; use file: scheme for image files.
2534
2535 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2536
2537         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2538         (gnus-article-browse-html-parts): Use it to make temporary cid image
2539         files in addition to html file so that browser may display them.
2540
2541 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2544
2545 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2546
2547         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2548
2549 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2550
2551         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2552         about Secret Service API sources.  Improve Customize options.
2553         (auth-source-pick): Change to accept any number of search parameters.
2554         Implement fallbacks iteratively, not recursively.  Add scoring on the
2555         second pass and sort by score.  Call Secret Service API when needed.
2556         (auth-source-user-or-password): Use it.  Call Secret Service API
2557         directly when needed to get the user name and the password.
2558
2559 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2560
2561         * message.el (message-interactive): Doc fix.
2562         (message-qmail-inject-args): Reflow.
2563         (message-kill-to-signature): Fix typo in docstring.
2564
2565         * smiley.el (smiley-buffer): Fix typo in docstring.
2566
2567 2010-03-24  Glenn Morris  <rgm@gnu.org>
2568
2569         * mail-source.el (gnus-message): Declare.
2570         (mail-source-delete-old-incoming): Require gnus-util.
2571
2572 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2575
2576         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2577
2578         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2579         password-cache's default if it is not bound.
2580         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2581         password-cache-expiry's default if it is not bound.
2582
2583         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2584         available in Emacs 21.
2585
2586         * lpath.el: Suppress compiler warnings for:
2587         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2588         XEmacs;
2589         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2590         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2591         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2592
2593 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2594
2595         * auth-source.el (auth-sources): Fix up definition so extra parameters
2596         are always inline.
2597
2598 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2599
2600         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2601         wasn't updated after mismatch.  Clear cached mailbox info correctly
2602         when uidvalidity changes.
2603         (nnimap-group-prefixed-name): New function to avoid some code
2604         duplication.
2605         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2606         (nnimap-request-group): Use it.
2607         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2608         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2609         with many imap folders.  This is done by caching the group status from
2610         the imap server persistently in a group parameter `imap-status'.  (This
2611         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2612         but not persistently, so every Gnus startup was still very slow.)
2613
2614 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2615
2616         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2617         delete the extra newline.  Otherwise editing of :string and :number
2618         types don't work.
2619
2620 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2621
2622         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2623         secrets.el dependency.
2624         (auth-sources): Add optional user name.  Add secrets.el configuration
2625         choice (unused right now).
2626
2627 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2630         `gnus-registry-install-shortcuts' fill in the functions.
2631
2632         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2633         warnings.
2634         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2635         (gnus-registry-install-shortcuts): Populate and use it in a
2636         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2637
2638 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2639
2640         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2641         In-place substitutions for the group name encoding/decoding.
2642         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2643         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2644         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2645         (nnimap-update-unseen, nnimap-request-list)
2646         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2647         (nnimap-request-set-mark, nnimap-split-to-groups)
2648         (nnimap-split-articles, nnimap-request-newgroups)
2649         (nnimap-request-create-group, nnimap-request-accept-article)
2650         (nnimap-request-delete-group, nnimap-request-rename-group)
2651         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2652         `encoded-mbx' for consistency.
2653         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2654         variable `imap-current-mailbox'.
2655
2656         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2657         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2658
2659 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2660
2661         * pop3.el (pop3-display-message-size-flag): Display message size byte
2662         counts during POP3 download.
2663         (pop3-movemail): Use it.
2664         (pop3-list): Implement listing of available messages.
2665
2666 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2667
2668         * nnir.el (nnir-get-article-nov-override-function): New function to
2669         override the normal NOV retrieval.
2670         (nnir-retrieve-headers): Use it.
2671
2672 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2673
2674         * auth-source.el (netrc-machine-user-or-password): Autoload.
2675
2676 2010-03-19  Glenn Morris  <rgm@gnu.org>
2677
2678         Stop message.el from loading about 40 libraries it doesn't always need.
2679         The general approach is to autoload rather than require, and to
2680         require in the specific functions rather than the file.  (Bug#5642)
2681
2682         * gmm-utils.el: Don't require wid-edit.
2683         (widget-create-child-value, widget-convert, widget-default-get):
2684         Autoload.
2685
2686         * gnus-util.el: Don't require time-date, netrc.
2687         (message-fetch-field, gnus-group-name-decode): Declare rather than
2688         autoloading.
2689         (gnus-fetch-field): Require message.
2690         (gnus-decode-newsgroups): Require gnus-group.
2691
2692         * ietf-drums.el: Don't require time-date.
2693
2694         * message.el: Don't require hashcash, canlock, ecomplete.
2695         Do require mail-utils.  Require nnheader only when compiling.
2696         (smtpmail-default-smtp-server): Remove declaration.
2697         (message-send-mail-function): Check smtpmail-default-smtp-server
2698         is bound rather than requiring smtpmail.
2699         (message-auto-save-directory, message-insert-signature): Use
2700         expand-file-name rather than nnheader-concat.
2701         (nnheader-insert-file-contents): Autoload.
2702         (hashcash-wait-async): Declare.
2703         (message-send-mail): Only call gnus-setup-posting-charset if
2704         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2705         (message-send-mail-with-sendmail): Require sendmail.
2706         (canlock-password, canlock-password-for-verify): Declare.
2707         (message-canlock-password): Require canlock.
2708         (nnheader-get-report): Autoload.
2709         (gnus-setup-posting-charset): Declare.
2710         (message-send-news): Require gnus-msg.
2711         (message-make-references, message-make-in-reply-to): Use mail-header-id
2712         rather than the alias mail-header-message-id.
2713         (ecomplete-add-item, ecomplete-save): Declare.
2714         (message-put-addresses-in-ecomplete): Require ecomplete.
2715         (ecomplete-display-matches): Autoload.
2716
2717         * mm-decode.el: Don't require mailcap, gnus-util.
2718         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2719         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2720         Autoload.
2721         (mailcap-mime-extensions): Declare.
2722
2723         * mm-encode.el: Don't require mailcap.
2724         (mailcap-extension-to-mime): Autoload.
2725
2726         * mml-sec.el: Don't require password-cache.
2727
2728         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2729         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2730         (mml-minibuffer-read-type): Require mailcap.
2731         (mml-preview): Require gnus-msg.
2732
2733         * mml1991.el: Require password-cache.
2734         (password-cache-expiry): Remove declaration.
2735
2736         * mml2015.el: Require password-cache.
2737         (password-cache-expiry): Remove declaration.
2738
2739         * nneething.el (mailcap): Require mailcap.
2740
2741         * nnheader.el (declare-function): Add compatibility stub.
2742         (message-remove-header): Declare rather than autoload.
2743         (nnheader-replace-header): Require message.
2744
2745         * nnimap.el (declare-function): Add compatibility stub.
2746         (netrc-parse, netrc-machine-user-or-password): Declare.
2747         (nnimap-open-connection): Require netrc.
2748
2749         * nntp.el (declare-function): Add compatibility stub.
2750         (netrc-parse, netrc-machine, netrc-get): Declare.
2751         (nntp-send-authinfo): Require netrc.
2752
2753         * rfc2047.el: Don't require qp.
2754         (quoted-printable-encode-region, quoted-printable-decode-string):
2755         Autoload.
2756
2757         * sieve-mode.el: Don't require easymenu.
2758         (easy-menu-add-item): Autoload it.
2759
2760         * spam-stat.el (time-to-number-of-days): Autoload it.
2761
2762 2010-03-19  Glenn Morris  <rgm@gnu.org>
2763
2764         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2765
2766 2010-03-18  Glenn Morris  <rgm@gnu.org>
2767
2768         * hashcash.el (declare-function): Remove duplicate definition.
2769
2770 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2771
2772         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2773         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2774         value if any backslash escapes).
2775
2776 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2779         if it is available.  (bug#5647)
2780
2781         * lpath.el: Suppress compiler warning for coding-system-from-name for
2782         Emacs 21 and XEmacs.
2783
2784 2010-03-14  Juri Linkov  <juri@jurta.org>
2785
2786         * hmac-def.el:
2787         * hmac-md5.el:
2788         * netrc.el: Fix keywords.
2789
2790 2010-02-26  Glenn Morris  <rgm@gnu.org>
2791
2792         * message.el (message-send-mail-function): Change the default, so that
2793         it inherits from a customized send-mail-function.  (Bug#5643)
2794
2795 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2796
2797         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2798         shell-command-to-string signals an error (bug#5299).
2799
2800 2010-02-24  Glenn Morris  <rgm@gnu.org>
2801
2802         * message.el (message-smtpmail-send-it)
2803         (message-send-mail-with-mailclient): Doc fixes.
2804
2805 2010-02-16  Glenn Morris  <rgm@gnu.org>
2806
2807         * message.el (message-default-mail-headers): Change the default value
2808         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2809
2810 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2813         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2814
2815 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2816
2817         * time-date.el (date-to-time): Doc fix (Bug#5408).
2818
2819 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2820
2821         * message.el (message-mail): Just pass yank-action on to message-setup.
2822         (message-setup): Handle (FUN . ARGS) form of yank-action.
2823         (message-with-reply-buffer, message-widen-reply)
2824         (message-yank-original): Handle non-buffer values of
2825         message-reply-buffer (Bug#4080).
2826         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2827
2828 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2829
2830         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2831         Fix typo in docstring.
2832
2833 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2834
2835         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2836         response.
2837
2838 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2841
2842         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2843
2844         * message.el (message-check-news-header-syntax): Protect against a
2845         string that `rfc822-addresses' returns when parsing fails.
2846
2847 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2850         (gnus-previous-char-property-change): New functions.
2851
2852         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2853
2854 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2855
2856         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2857         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2858
2859 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2860
2861         * message.el (message-exchange-point-and-mark): Rework last change to
2862         avoid using optional arg of exchange-point-and-mark, for backward
2863         compatibility.
2864
2865 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2866
2867         * message.el (message-exchange-point-and-mark): Call
2868         exchange-point-and-mark with an argument rather than setting
2869         mark-active by hand (Bug#5175).
2870
2871 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * nntp.el (nntp-service-to-port): Work for service expressed with
2874         numeric string; replace [:digit:] with [0-9] for XEmacs.
2875
2876 2009-12-17  Glenn Morris  <rgm@gnu.org>
2877
2878         * gnus-group.el (gnus-bug-group-download-format-alist):
2879         Change emacs entry to debbugs.gnu.org.  Bump :version.
2880
2881 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2882
2883         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2884
2885 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2886
2887         * message.el (message-info): Explain why we use `Info-goto-node'.
2888
2889 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2892
2893 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2894
2895         * message.el (message-completion-in-region): New compatibility function.
2896         (message-expand-group): Use it.
2897
2898 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2901         with no unread article should be listed if the 2nd arg `predicate' is
2902         given.
2903
2904 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2907
2908 2009-11-29  Juri Linkov  <juri@jurta.org>
2909
2910         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2911         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2912         on `gnus-recenter'. (Bug#4698, Bug#4981)
2913
2914 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2915
2916         * sha1.el (sha1-string-external): default-directory "/" in case
2917         otherwise non-existent.  process-connection-type pipe for touch of
2918         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2919
2920 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2921
2922         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2923         it's comms related and sgml-mode.el has "comm" on that basis too.
2924
2925 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2928         containing tspecial characters if they have been already quoted.
2929
2930 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2931
2932         * dns-mode.el (auto-mode-alist): Purecopy string.
2933
2934 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2935
2936         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2937
2938 2009-10-24  Glenn Morris  <rgm@gnu.org>
2939
2940         * gnus-art.el (help-xref-stack-item): Define for compiler.
2941
2942 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2943
2944         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2945
2946 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2949
2950 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2953         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2954
2955 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2958         (gnus-overlays-in): New alias to overlays-in.
2959
2960         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2961         gnus-overlay-get, and gnus-delete-overlay.
2962         (gnus-summary-show-thread): Make it work as well for systems in which
2963         next-single-char-property-change is not available.
2964         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2965
2966         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2967         (gnus-overlay-get): New alias to extent-property.
2968         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2969
2970         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2971         SXEmacs.
2972
2973         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2974         SXEmacs.
2975
2976 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2977
2978         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2979
2980 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2981
2982         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2983         and XEmacs that don't have `remove-overlays'.
2984
2985 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2986
2987         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2988         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2989         selective display.  Use overlays instead.
2990
2991 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2992
2993         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2994
2995 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2996
2997         * spam-stat.el (spam-stat-load): Fix typo in message.
2998
2999 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3000
3001         * dig.el (dig-invoke): Fix typo in docstring.
3002         (query-dig): Reflow docstring.
3003
3004 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3005
3006         * gnus-art.el (gnus-article-encrypt-body):
3007         * message.el (message-check-recipients):
3008         * mm-util.el (mm-codepage-setup):
3009         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3010         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3011
3012 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3013
3014         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3015         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3016         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3017         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3018         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3019
3020 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3021
3022         * dig.el: Add "Keywords: comm", as per net-utils.el.
3023
3024 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3025
3026         * dig.el (dig-mode): Use define-derived-mode.
3027
3028 2009-09-19  Glenn Morris  <rgm@gnu.org>
3029
3030         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3031
3032 2009-09-18  Glenn Morris  <rgm@gnu.org>
3033
3034         * gnus-diary.el (gnus-diary-check-message):
3035         * message.el (message-insert-formatted-citation-line):
3036         * nnbabyl.el (top-level):
3037         * nndiary.el (nndiary-schedule):
3038         Fix typos in condition-case handlers.
3039
3040 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3043         configuration that provides the sole article window in a frame;
3044         position point correctly after deleting a part.
3045
3046 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3047
3048         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3049         (spam-resolve-registrations-routine): Use it to unregister articles
3050         that change status.
3051
3052 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3055         with XEmacs.
3056         (parse-time-string-chars): Use it.
3057
3058 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3059
3060         * imap.el (imap-interactive-login): Better messages.
3061         (imap-open): Fix bug with renamed buffer on reconnect.
3062         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3063         for easier debugging and cleaner code.  On successful (guessed based on
3064         server capabilities) secondary authentication, set imap-state
3065         correctly.
3066         (imap-last-authenticator): Define imap-last-authenticator as a variable
3067         to avoid warnings.
3068
3069 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * nnrss.el (nnrss-request-article): Remove binding of
3072         default-enable-multibyte-characters that has gotten needless by
3073         the 2007-07-13 change in rfc2047-encode-message-header.
3074
3075         * mml.el (mml-insert-multipart): Error on the message header.
3076         (mml-insert-part): Error on the message header; position point at
3077         the end of a MIME tag.
3078
3079 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * time-date.el (autoload): Expand define-obsolete-function-alias into
3082         defalias and make-obsolete for old Emacsen that Gnus supports.
3083         (with-no-warnings): Define it for old Emacsen.
3084         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3085         is available.
3086         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3087         float-time is available; suppress compile warning for time-to-seconds.
3088
3089         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3090         (gnus-float-time): Alias to float-time if it exists.
3091
3092         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3093         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3094         float-time is available; suppress compile warning for time-to-seconds.
3095
3096         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3097         XEmacs.
3098
3099 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3100
3101         * imap.el (imap-message-map): Docstring fix.
3102
3103 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3106         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3107         Add the optional argument `encoding' that overrides the default.
3108
3109         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3110         mm-encode-buffer.
3111
3112 2009-09-04  Glenn Morris  <rgm@gnu.org>
3113
3114         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3115         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3116         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3117         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3118         * mm-util.el (mm-with-unibyte-current-buffer)
3119         (mm-find-buffer-file-coding-system):
3120         * yenc.el (yenc-decode-region): Use default-value rather than
3121         default-enable-multibyte-characters.
3122
3123 2009-09-03  Glenn Morris  <rgm@gnu.org>
3124
3125         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3126         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3127         than default-enable-multibyte-characters.
3128
3129 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3130
3131         * gnus-art.el (gnus-article-read-summary-keys):
3132         Fix gnus-buffer-configuration's value temporarily used.
3133
3134 2009-09-02  Glenn Morris  <rgm@gnu.org>
3135
3136         * gnus-util.el (gnus-float-time): New function.
3137         * gnus-delay.el (gnus-delay-article):
3138         * gnus-sum.el (gnus-thread-latest-date):
3139         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3140         * nnspool.el (nnspool-request-newgroups):
3141         Use gnus-float-time rather than time-to-seconds.
3142         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3143
3144         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3145         (gnus-header-subject-face, gnus-header-newsgroups-face)
3146         (gnus-header-name-face, gnus-header-content-face):
3147         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3148         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3149         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3150         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3151         (gnus-cite-face-11):
3152         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3153         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3154         (gnus-server-closed-face, gnus-server-denied-face)
3155         (gnus-server-offline-face):
3156         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3157         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3158         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3159         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3160         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3161         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3162         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3163         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3164         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3165         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3166         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3167         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3168         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3169         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3170         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3171         (gnus-summary-high-undownloaded-face)
3172         (gnus-summary-low-undownloaded-face)
3173         (gnus-summary-normal-undownloaded-face)
3174         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3175         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3176         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3177         (gnus-splash-face):
3178         * message.el (message-header-to-face, message-header-cc-face)
3179         (message-header-subject-face, message-header-newsgroups-face)
3180         (message-header-other-face, message-header-name-face)
3181         (message-header-xheader-face, message-separator-face)
3182         (message-cited-text-face, message-mml-face):
3183         * sieve-mode.el (sieve-control-commands-face)
3184         (sieve-action-commands-face, sieve-test-commands-face)
3185         (sieve-tagged-arguments-face):
3186         * spam.el (spam-face):
3187         Mark face aliases with "-face" in the name as obsolete.
3188
3189 2009-09-01  Glenn Morris  <rgm@gnu.org>
3190
3191         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3192         than goto-line.
3193
3194 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3197         Don't move point if the command is invoked inside the message header.
3198
3199 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3200
3201         * imap.el (imap-send-command): Simplify.
3202         (imap-wait-for-tag): point-max -> buffer-size.
3203
3204 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3205
3206         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3207         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3208         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3209         * nnir.el (nnir-swish-e-index-file):
3210         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3211         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3212         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3213         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3214         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3215         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3216
3217 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3220         Don't save excursion.
3221
3222 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3223
3224         * nnheader.el (nnheader-find-file-noselect):
3225         * mm-util.el (mm-insert-file-contents):
3226         Use (default-value 'major-mode) instead of default-major-mode.
3227
3228 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3229
3230         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3231
3232 2009-08-26  Glenn Morris  <rgm@gnu.org>
3233
3234         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3235         than placing in files.el.
3236
3237 2009-08-25  Glenn Morris  <rgm@gnu.org>
3238
3239         * nnir.el (top-level): Don't require cl at run-time.
3240         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3241         Replace cl-function substitute with gnus-replace-in-string.
3242         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3243         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3244         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3245         simplified expansions.
3246
3247 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3248
3249         * dig.el (dig): Add autoload cookie.
3250
3251 2009-08-22  Glenn Morris  <rgm@gnu.org>
3252
3253         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3254         goto-line.
3255
3256 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3257
3258         * parse-time.el (parse-time-string-chars): Save match data.
3259
3260 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3261
3262         * parse-time.el (parse-time-string-chars): Compute using character
3263         classes, to handle non-ascii characters (Bug#3190).
3264
3265 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3268
3269         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3270         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3271         (gnus-mm-display-part, gnus-mime-display-single)
3272         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3273         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3274
3275         * gnus-sum.el
3276         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3277         (gnus-summary-move-article): Add expirable mark to articles copied or
3278         moved to group that has auto-expire turned on if the option is non-nil.
3279
3280 2009-07-24  Glenn Morris  <rgm@gnu.org>
3281
3282         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3283         Fix typo.  (Bug#3903)
3284
3285 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3288         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3289         that should not be used for draft articles.
3290         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3291         that has no concern in minor mode keys.
3292         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3293         Abolish.
3294
3295 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3298         article without making inquiry to a user for unknown encoding.
3299
3300         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3301         (nnmaildir--scan): Assume i-node and device number that file-attributes
3302         returns might be cons-cell.
3303
3304         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3305
3306         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3307
3308 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3309
3310         * auth-source.el: Remove docs now in auth.texi.  Don't use
3311         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3312         `auth-source-hide-passwords' and use them.
3313
3314 2009-07-15  Glenn Morris  <rgm@gnu.org>
3315
3316         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3317
3318 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3321         excessive whitespace from the default values of title and description.
3322
3323 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3326         mail-fetch-field to fetch Content-Description header in order to
3327         exclude newlines.
3328
3329 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3330
3331         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3332         format used by GnuPG 2.0.11.
3333
3334 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3337         to deleted part.
3338
3339 2009-05-30  David Engster  <dengste@eml.cc>
3340
3341         * nnmairix.el: Remove old documentation in the commentary block.
3342         (nnmairix-request-group): Do not update active file for nnml back ends.
3343         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3344         end so that overview files are ignored.
3345         (nnmairix-update-groups): Make updating the groups more robust by using
3346         marks.
3347         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3348         with dollar characters in message-id.
3349
3350 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3353         2008-12-25 in dns.el.
3354
3355 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3356
3357         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3358         could happen if the text is only composed of spaces and/or tabs.
3359
3360 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3361
3362         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3363         when sending a queued message to avoid extra mml tags.
3364
3365 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3368
3369 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3372         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3373         rmail-toggle-header for XEmacs;
3374         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3375
3376 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-dired.el: Remove autoload for gnus-setup-message.
3379         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3380         displaying Gnus logo; always use compose-mail.
3381
3382 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3385
3386 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3389         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3390         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3391         available.
3392         (gnus-nocem-epg-verify): New function.
3393
3394 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3395
3396         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3397
3398 2009-02-15  Glenn Morris  <rgm@gnu.org>
3399
3400         * gnus-util.el (rmail-insert-rmail-file-header)
3401         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3402         autoloads.
3403         (rmail-default-rmail-file): Remove unnecessary declaration.
3404         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3405
3406 2009-02-14  Glenn Morris  <rgm@gnu.org>
3407
3408         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3409         variable (only used in gnus-util, which declares it anyway).
3410         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3411         which was only needed by gnus-art (changed to not use it any more).
3412         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3413         only used in gnus-util, which autoloads it itself.
3414         (rmail-update-summary): Fix autoload.
3415
3416         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3417         rather than rmail-output-to-rmail-file.
3418
3419 2009-02-07  Glenn Morris  <rgm@gnu.org>
3420
3421         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3422         autoload of function that no longer exists.
3423         (rmail-toggle-header): Declare.
3424         (message-forward-rmail-make-body): Handle mbox Rmail.
3425
3426 2009-01-31  Glenn Morris  <rgm@gnu.org>
3427
3428         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3429         2009-01-09 change.
3430
3431 2009-01-31  Dave Love  <fx@gnu.org>
3432
3433         * imap.el (imap-fetch-safe): Bind debug-on-error.
3434         (imap-debug): Add imap-fetch-safe.
3435
3436 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3437
3438         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3439         (auth-source-forget-all-cached): New convenience function.
3440         (auth-source-user-or-password): Accept list of modes or a single mode.
3441
3442         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3443         auth-source modes.
3444
3445         * netrc.el (netrc-machine-user-or-password): Use list of
3446         auth-source modes.
3447
3448         * nnimap.el (nnimap-open-connection): Use list of
3449         auth-source modes.
3450
3451         * nntp.el (nntp-send-authinfo): Use list of
3452         auth-source modes.
3453
3454 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3455
3456         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3457         now.
3458
3459 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3462         coding system in XEmacs; add a workaround for XEmacs.
3463
3464         * lpath.el: Fbind coding-system-aliasee.
3465
3466 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3469         of current-language-environment.
3470
3471 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3472
3473         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3474         available at runtime.
3475
3476 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3479
3480 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3481
3482         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3483         the greatest positive fixnum value doesn't work under an XEmacs with
3484         bignum support; use the most-positive-fixnum constant instead,
3485         available since Emacs 21.1 with cl and XEmacs 21.1.
3486
3487 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3490         XEmacs gets not to work.
3491
3492 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * mm-util.el (mm-coding-system-priorities): Allow the value like
3495         "Japanese (UTF-8)" of current-language-environment.
3496
3497 2009-01-09  Glenn Morris  <rgm@gnu.org>
3498
3499         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3500         with last-command-event.
3501
3502 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3503
3504         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3505         in the doc string.
3506
3507         * message.el (message-fix-before-sending): Amend comment.
3508
3509 2009-01-08  Dave Love  <fx@gnu.org>
3510
3511         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3512
3513 2009-01-07  David Engster  <dengste@eml.cc>
3514
3515         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3516         simplified server definitions by converting it via
3517         gnus-server-to-method.
3518
3519 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3522         parameter's operands.
3523
3524 2009-01-06  David Engster  <dengste@eml.cc>
3525
3526         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3527         primary select method (for gnus-group-mark-article-as-read).
3528
3529 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3530
3531         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3532         `(gnus)Face', not `(gnus)X-Face'.
3533
3534 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * mm-util.el (mm-ucs-to-char): New function.
3537
3538         * mm-url.el (mm-url-decode-entities): Use it.
3539
3540         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3541         unicode-to-char.
3542
3543 2009-01-05  Dave Love  <fx@gnu.org>
3544
3545         * time-date.el: Require cl for `declare'.
3546
3547 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3548
3549         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3550         Dave Love.
3551
3552 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3553
3554         * message.el (message-fix-before-sending): Add `eight-bit' to
3555         illegible-text check.
3556
3557 2009-01-03  Michael Olson  <mwolson@gnu.org>
3558
3559         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3560         `headers' is nil.  This can occur if the IMAP server does not have
3561         permissions to read messages from a folder, but can write new messages
3562         to the folder.
3563         (nnimap-request-article-part): Do not insert `data' if it is nil.
3564
3565         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3566         characters which will confuse `read', so skip past them.
3567
3568 2009-01-01  Dave Love  <fx@gnu.org>
3569
3570         * imap.el (imap-string-to-integer): Fix typo.
3571         (imap-fetch-safe): New function.
3572         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3573
3574         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3575
3576         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3577         (imap-parse-greeting): Fix doc strings.
3578         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3579         (imap-parse-flag-list): Make messages unique.
3580         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3581
3582         * nnimap.el: Fix author email.
3583         (nnimap-split-rule): Add FIXME comment.
3584         (nnimap-debug): Fix doc string.
3585
3586 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3589
3590 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3593         nslookup if resolv.conf isn't available.
3594         (dns-query): Rename from query-dns.
3595         (dns-query-cached): Rename from query-dns-cached.
3596
3597 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3600         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3601         to check if those variables exist (first appeared in Emacs 18.50).
3602
3603 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * mm-util.el (mm-line-number-at-pos): New function.
3606
3607         * spam-report.el (spam-report-process-queue): Use it.
3608
3609 2008-12-24  David Engster  <dengste@eml.cc>
3610
3611         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3612         parameters that haven't existed as variables as buffer-local variables.
3613
3614 2008-12-23  Dave Love  <fx@gnu.org>
3615
3616         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3617         cadar.
3618
3619         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3620         imap-starttls-p.
3621         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3622
3623 2008-12-22  Dave Love  <fx@gnu.org>
3624
3625         * imap.el: Fix author email.  Doc fixes.
3626         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3627         reply.
3628
3629 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * spam-report.el (spam-report-gmane-max-requests): New constant.
3632         (spam-report-gmane-wait): New variable.
3633         (spam-report-gmane-ham, spam-report-gmane-spam)
3634         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3635         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3636         the server.
3637
3638         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3639         Add explanations.
3640
3641         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3642         nnheader-accept-process-output and nnheader-read-timeout if available.
3643         (pop3-movemail): Use it.
3644
3645         * message.el (message-check-news-body-syntax): Fix signature check if
3646         there's an attachment.
3647
3648 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * mm-util.el: Add comments to the mm- emulating functions.
3651
3652 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3653
3654         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3655         by Stephen Berman <stephen.berman@gmx.net>.
3656
3657 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * mm-util.el (mm-substring-no-properties): New function.
3660         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3661         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3662         (mm-string-to-multibyte): Doc fix.
3663
3664         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3665
3666 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3667
3668         * mml.el (mml-attach-file): Strip text properties from file name.
3669         (Bug#1574)
3670
3671 2008-12-16  Glenn Morris  <rgm@gnu.org>
3672
3673         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3674
3675 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3678         knows since the charset specified might be a bogus alias that
3679         mm-charset-synonym-alist provides.
3680
3681 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3684         "ISO_8859-1".
3685
3686         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3687
3688 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * mm-util.el (mm-charset-eval-alist):
3691         Define it before mm-charset-to-coding-system.
3692         (mm-charset-to-coding-system): Add optional argument `silent';
3693         define it before mm-charset-override-alist.
3694         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3695         default value if it can be used in Emacs currently running;
3696         silence mm-charset-to-coding-system.
3697
3698 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3701         `allow-override' which says whether to use `mm-charset-override-alist'.
3702         (rfc2047-decode-encoded-words): Use it.
3703
3704         * mm-util.el (mm-charset-override-alist): Fix custom type;
3705         add `(gb2312 . gbk)' to choices.
3706
3707 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3710         fast.
3711
3712         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3713
3714         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3715
3716 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3717
3718         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3719         on links.
3720
3721         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3722
3723 2008-12-03  Lute Kamstra  <lute@gnu.org>
3724
3725         * sha1.el: Remove leading * from docstrings of defcustoms,
3726         deffaces, defconsts and defuns.
3727
3728 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3731         users' addresses that don't have domain parts.
3732         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3733         rather than message-narrow-to-head since there will be the message
3734         header separator.
3735
3736 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3737
3738         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3739         since the result is inserted in a unibyte buffer anyway.
3740         (nnimap-demule-use-string-to-multibyte): Remove.
3741         (nnimap-demule): Alias it to mm-string-to-multibyte.
3742
3743 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3744
3745         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3746         variable for debugging bug#464 and bug#1174.
3747         (nnimap-demule): Use it.
3748
3749 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3752         score calculation correctly.
3753
3754 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3755
3756         * message.el (message-send-mail): Just set the buffer to unibyte
3757         rather than use mm-with-unibyte-current-buffer which does a lot more.
3758         (message-send-mail-partially): Don't bother with
3759         mm-with-unibyte-current-buffer since it's already been made unibyte by
3760         message-send-mail.
3761
3762 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3765
3766 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3767
3768         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3769
3770 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3773         require itself and to remove `with-no-warnings'.
3774
3775 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * starttls.el (starttls-any-program-available): Get the name of the
3778         available TLS layer program.
3779         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3780         well as the host name in the "opening" message.
3781
3782         * auth-source.el (auth-source-cache, auth-source-do-cache)
3783         (auth-source-user-or-password): Cache passwords and logins by default,
3784         allow override with `auth-source-do-cache'.
3785         (auth-source-forget-user-or-password): Allow users to remove cache
3786         entries if needed.
3787
3788 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3789
3790         * md4.el (md4-buffer): Fix typo in docstring.
3791         (md4, md4-64): Doc fixes.
3792         (md4-pack-int32): Reflow docstring.
3793
3794 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3795
3796         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3797         condition-case to only the forward-sexp call.
3798
3799 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3800
3801         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3802         quotes contained.  Make it more robust regardless by an extra
3803         condition-case wrapper.
3804
3805 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3808
3809 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * nnml.el (nnml-request-expire-articles): Check if the function set to
3812         `nnmail-expiry-target' returns the symbol `delete'.
3813
3814         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3815
3816         * nnmail.el (nnmail-expiry-target): Fix custom type.
3817
3818 2008-10-02  Glenn Morris  <rgm@gnu.org>
3819
3820         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3821         Silence compiler warning.
3822
3823 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3824
3825         * tls.el (open-tls-stream): Show the actual command being
3826         executed, instead of the format string.
3827
3828 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * lpath.el: Fbind codepage-setup for Emacs 23.
3831
3832 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3833
3834         * mml.el (mml-menu): Don't assume mml2015 is bound.
3835
3836 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3839         exists.
3840
3841 2008-09-27  Glenn Morris  <rgm@gnu.org>
3842
3843         * gnus-util.el (mail-header-remove-comments): Autoload it.
3844
3845 2008-09-27  Andreas Schwab  <schwab@suse.de>
3846
3847         * gnus-util.el (gnus-split-references): Strip comments.
3848         (gnus-parent-id): Likewise.
3849
3850 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3851
3852         * message.el (message-confirm-send): Fix version.
3853
3854 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * message.el (message-idna-to-ascii-rhs-1): Use
3857         mail-extract-address-components rather than mail-header-parse-addresses
3858         that is an alias by default to ietf-drums-parse-addresses that does not
3859         support non-ASCII names in headers' contents.
3860
3861 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3862
3863         * message.el (message-confirm-send): Fixed variable documentation to
3864         avoid the "y/n" wording.
3865
3866 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3867
3868         * message.el (message-set-auto-save-file-name): Save to a different
3869         filename so multiple messages (especially drafts) can be recovered.
3870
3871 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         * message.el (message-confirm-send): Add appropriate version.
3874
3875 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3876
3877         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3878         defvar.
3879
3880 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3881
3882         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3883         (mm-pkcs7-enveloped-magic): Ditto.
3884
3885 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3886
3887         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3888         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3889
3890 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3893         default, it's better.
3894
3895 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3896
3897         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3898         summary line gnus-number property and ignore them (with a warning
3899         message).
3900
3901 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3904         macro caddr in the interactive form since it won't be expanded.
3905
3906 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3909         `charset'; fix name of function called recursively.
3910         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3911
3912 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3915         (gnus-mime-set-charset-parameters): New function.
3916         (gnus-mime-view-part-as-charset): Use it to correctly display part
3917         specifying wrong charset.
3918
3919 2008-09-08  David Engster  <dengste@eml.cc>
3920
3921         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3922         in completing-read for back end server.
3923
3924 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3925
3926         * message.el (message-confirm-send): New variable to confirm sending a
3927         message.
3928         (message-send): Use it.
3929
3930 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3933
3934 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3937
3938 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3941         prevent tracking too many groups.
3942         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3943         Use it.
3944
3945 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3946
3947         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3948         moving point to the bottom of the window in order to avoid recentering.
3949
3950 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3953
3954         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3955         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3956         (gnus-article-beginning-of-window): Fix calculation.
3957
3958 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * gnus-msg.el (gnus-summary-supersede-article)
3961         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3962         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3963         message header.
3964
3965 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3966
3967         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3968         pending output coming after the status change.
3969
3970 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3971
3972         * message.el:
3973         * gnus-start.el:
3974         * gnus-registry.el: Remove VMS support.
3975
3976 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3979         macro.
3980         (rfc2104-hash): Use it.
3981
3982 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3985         (gnus-summary-sort-by-most-recent-date): New commands.
3986         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3987         and menu entries.
3988
3989 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3992         don't redisplay article for raw contents; remove plural articles stuff.
3993
3994         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3995         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3996         on gnus-summary-save-article; display results properly.
3997
3998 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * lpath.el: No need to fbind ns-focus-frame.
4001
4002 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4005
4006 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4009         gnus-save-all-headers.
4010
4011 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4012
4013         * gnus-util.el (ns-focus-frame): Remove declaration.
4014         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4015         like x.
4016
4017 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4018
4019         * rfc2104.el (rfc2104-zero): Delete defconst.
4020         (rfc2104-hex-alist): Likewise.
4021         (rfc2104-hex-to-int): Delete func.
4022         (rfc2104-hexstring-to-bitstring): Likewise.
4023         (rfc2104-nybbles): New defconst.
4024         (rfc2104-hash): Rewrite for speed.
4025
4026 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * tls.el (open-tls-stream): Make it work with the 2nd argument
4029         BUFFER that is a string but does not exist as a buffer object, as
4030         mentioned in the doc-string.
4031
4032 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4035         SXEmacs.
4036
4037 2008-07-16  Glenn Morris  <rgm@gnu.org>
4038
4039         * gnus-util.el (ns-focus-frame): Declare for compiler.
4040
4041 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4044         set as a group parameter.
4045         (gnus-summary-save-in-pipe): Work when it is called independently.
4046         (gnus-summary-pipe-to-muttprint): Don't modify
4047         gnus-summary-pipe-output-default-command.
4048
4049 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4050
4051         * message.el (message-send-mail-with-sendmail):
4052         Display the error message.
4053
4054 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-art.el (gnus-default-article-saver):
4057         Add gnus-summary-save-in-pipe to choices.
4058         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4059         gnus-summary-pipe-output-default-command as the default command.
4060         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4061         instead of gnus-last-shell-command.
4062
4063         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4064         New user option.
4065         (gnus-summary-muttprint-program): Mention the value will be changed.
4066         (gnus-summary-save-article): Force showing of all headers.
4067         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4068
4069 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4070
4071         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4072
4073 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4074
4075         * nnimap.el (nnimap-id):
4076         * sieve-manage.el (sieve-manage-open): Doc fixes.
4077
4078 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4079
4080         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4081         if available.
4082
4083 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4084
4085         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4086
4087         * nnkiboze.el (nnkiboze-generate-group):
4088         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4089
4090         * nnmairix.el: Require CL.
4091
4092 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * dgnushack.el: Autoload get-display-table and put-display-table for
4095         XEmacs 21.5.
4096
4097         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4098         21.4 and SXEmacs.
4099
4100 2008-06-15  David Engster  <dengste@eml.cc>
4101
4102         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4103
4104 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4105
4106         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4107         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4108         runtime choice under XEmacs.
4109
4110         * gnus-sum.el (gnus-summary-set-display-table):
4111         Use `gnus-put-display-table', `gnus-get-display-table',
4112         `gnus-set-display-table' for the display table, instead of `aset'.
4113
4114         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4115         Use `gnus-put-display-table', `gnus-get-display-table',
4116         `gnus-set-display-table' for the display table.
4117
4118 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * nnmairix.el: Add autoloads.
4121
4122 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * nnmairix.el (nnmairix-delete-recreate-group)
4125         (nnmairix-update-and-clear-marks): Fix error messages.
4126
4127 2008-06-14  David Engster  <dengste@eml.cc>
4128
4129         * nnmairix.el: Upgrade to version 0.6.
4130         (nnmairix-group-toggle-propmarks-this-group)
4131         (nnmairix-group-toggle-readmarks-this-group)
4132         (nnmairix-group-delete-recreate-this-group)
4133         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4134         (nnmairix-remove-tick-mark-original-article): New commands.
4135         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4136         (nnmairix-propagate-marks-to-nnmairix-groups)
4137         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4138         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4139         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4140         functions needed for marks propagation and manipulation of read marks.
4141         (nnmairix-update-groups): New function.
4142         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4143         (nnmairix-determine-original-group-from-registry)
4144         (nnmairix-determine-original-group-from-path)
4145         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4146         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4147         New helper functions.
4148         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4149         keystrokes for new commands.
4150         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4151         (nnmairix-request-group): Check allow-fast group parameter.
4152         (nnmairix-request-create-group): Set allow-fast group parameter if
4153         nnmairix-allowfast-default is set.
4154         (nnmairix-close-group): Propagate marks upon closing if needed.
4155         (nnmairix-group-toggle-threads-this-group): Use new.
4156         nnmairix-group-toggle-parameter helper function.
4157         (nnmairix-search): Better check for empty search result.
4158         (nnmairix-goto-original-article): Use new helper functions for
4159         determining original article.
4160         (nnmairix-show-original-article): Make sure message-id is in brackets.
4161         (nnmairix-call-mairix-binary): Change variable name.
4162         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4163         helper function.
4164         (nnmairix-widget-toggle-activate): Fix doc string.
4165
4166 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * nnir.el: Require edmacro when compiling with XEmacs.
4169         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4170         available in Emacs 21.
4171
4172 2008-06-11  Glenn Morris  <rgm@gnu.org>
4173
4174         * gnus-util.el (x-focus-frame):
4175         * gnus.el (image-size):
4176         * mm-decode.el (image-size): Declare.
4177
4178         * gnus-picon.el (declare-function): Add compat definition.
4179         (image-size): Declare.
4180
4181         * gnus-group.el (tool-bar-map):
4182         * gnus-sum.el (tool-bar-map): Define for compiler.
4183
4184         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4185
4186         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4187
4188         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4189         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4190         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4191         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4192         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4193         * sieve-manage.el, spam-report.el, spam.el:
4194         Remove unnecessary eval-and-compile of autoloads.
4195
4196 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4197
4198         * auth-source.el: Precise Tramp doc.
4199
4200 2008-06-07  Glenn Morris  <rgm@gnu.org>
4201
4202         * nnmairix.el: Remove unnecessary eval-when-compile.
4203
4204 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * lpath.el: Fbind propertize for XEmacs 21.4.
4207
4208 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4209
4210         * nnir.el: Move here from ../contrib.
4211
4212 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4213
4214         * gnus-util.el (gnus-read-shell-command): New function.
4215         * mm-decode.el (mm-pipe-part):
4216         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4217
4218 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4221
4222 2008-06-03  Glenn Morris  <rgm@gnu.org>
4223
4224         * pop3.el (nnheader-accept-process-output): Autoload it.
4225
4226 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4229         are not 2-digit hexadecimal characters that follow `%'s.
4230
4231 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4232
4233         * message.el (message-bogus-recipient-p): Fix type in doc string.
4234         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4235         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4236         Improve custom options.
4237         (message-bogus-recipient-p): Adjust accordingly.
4238
4239 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4240
4241         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4242         long-form month and day names.
4243
4244 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * dgnushack.el: Autoload debug, eudc-expand-inline and
4247         pgg-snarf-keys-region for XEmacs.
4248
4249         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4250
4251         * nnmairix.el: Require edmacro when compiling with XEmacs.
4252
4253 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4254
4255         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4256         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4257
4258 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4259
4260         * auth-source.el: Add more docs.
4261
4262         * netrc.el (netrc-machine): Always match if the port is not given.
4263
4264 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4267         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4268         retrieval faster in some cases, but might make CPU usage larger.  If
4269         this has any bad side effects, we might revert this change.
4270
4271         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4272         seems to make mail retrieval much, much faster.
4273         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4274         unconditionally.
4275
4276         * gnus-draft.el (gnus-group-send-queue): Bind
4277         message-send-mail-partially-limit to nil to avoid being prompted.
4278
4279 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4282
4283         * message.el (message-bogus-address-regexp): Fix and improve custom
4284         type.
4285         (message-setup-hook): Add message-check-recipients as custom option.
4286
4287 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4288
4289         * message.el (message-cite-function): Remove bogus autoload which crept
4290         in during merge from v5-10.
4291
4292 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4293
4294         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4295
4296         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4297
4298         * auth-source.el: Preliminary Tramp docs.
4299         (auth-sources): Change the default auth-sources to use
4300         EPA .gpg files.
4301
4302 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * nntp.el: Autoload `auth-source-user-or-password'.
4305         (nntp-send-authinfo): Use it.
4306
4307         * nnimap.el: Autoload `auth-source-user-or-password'.
4308         (nnimap-open-connection): Use it.
4309
4310         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4311         for the gnus-message function.
4312         (auth-source-user-or-password): Use it.
4313
4314 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4315
4316         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4317         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4318         (rfc2104-hash): Use it.
4319
4320 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4321
4322         * gnus-art.el (gnus-article-toggle-truncate-lines):
4323         Don't use `iff' in docstring.
4324
4325 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4326
4327         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4328
4329         * gnus-util.el (gnus-extract-address-component-name)
4330         (gnus-extract-address-component-email): Convenience functions around
4331         `gnus-extract-address-components'.
4332
4333         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4334         Use `gnus-extract-address-component-email' to fix bug of comparing full
4335         sender name to `user-mail-address'.
4336
4337 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4340         catch/throw to optimize.
4341         (gnus-registry-find-keywords): Just use member to find a keyword.
4342
4343 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4344
4345         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4346         is current before calling gnus-server-prepare.
4347         (gnus-server-setup-buffer, gnus-server-update-server)
4348         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4349
4350 2008-05-04  Juri Linkov  <juri@jurta.org>
4351
4352         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4353         (mailcap-file-default-commands): Use mailcap-replace-in-string
4354         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4355         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4356
4357 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4358
4359         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4360
4361 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4362
4363         * gnus.el: Bump version to 0.11.
4364
4365 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4366
4367         * gnus.el: No Gnus v0.10 is released.
4368
4369 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4372         hooks.
4373         (gnus-update-read-articles): Speed up non-marks-using users.
4374         (gnus-use-marks): Define gnus-use-marks.
4375         (gnus-propagate-marks): Rename variable to something more sensible.
4376
4377 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4378
4379         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4380         (gmm-image-load-path-for-library): Fix typos in docstrings.
4381         (gmm-message): Reflow docstring.
4382
4383 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4384
4385         * mail-source.el (mail-source-set-1, mail-source-bind):
4386         Move auth-source code out of the macro to clean it up and fix bugs.
4387
4388 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4391         by sender if it's equal to user-mail-address, it's likely to be
4392         useless.
4393
4394         * mail-source.el (mail-source-bind): Don't use user or password if they
4395         are not bound.  Unintern them if they are nil.  Don't use server unless
4396         it's bound, and default it to empty string otherwise.
4397
4398 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4399
4400         * mail-source.el: Load auth-source.el.
4401         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4402         get user name or password, if auth-sources is set up.
4403
4404         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4405         strategy of splitting with parent.
4406         (gnus-registry-split-fancy-with-parent)
4407         (gnus-registry-post-process-groups): Use it and fix prior
4408         bug (returning a list as the split result).
4409
4410         * auth-source.el (auth-sources): Remove server parameter.
4411         (auth-source-pick, auth-source-user-or-password)
4412         (auth-source-user-or-password-imap)
4413         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4414         (auth-source-user-or-password-sftp)
4415         (auth-source-user-or-password-smtp): Remove server parameter.
4416
4417 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4418
4419         * smime.el (smime-sign-region, smime-encrypt-region)
4420         (smime-decrypt-region):
4421         Remove redundant calls to `generate-new-buffer-name'.
4422
4423 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4424
4425         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4426         Don't use QP for message/rfc822.
4427         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4428
4429 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4430
4431         * sieve-manage.el (sieve-string-bytes): Remove.
4432         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4433         correct byte-length only if the process's coding-system is the same as
4434         the one used internally by Emacs to represent strings.
4435
4436 2008-04-22  Juri Linkov  <juri@jurta.org>
4437
4438         * mailcap.el (mailcap-file-default-commands): New function.
4439
4440 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4441
4442         * message.el (message-signature-separator, message-cite-function):
4443         Change custom version.
4444
4445 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4446
4447         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4448         commands.
4449         (tls-checktrust): Ditto.
4450
4451 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4452
4453         * mm-decode.el (mm-display-external): Make temp file read-only.
4454
4455 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4456
4457         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4458         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4459         `C-c C-f d'.
4460
4461 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4462
4463         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4464
4465 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4466
4467         * gnus.el: Bump version to 0.9.
4468
4469 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4470
4471         * gnus.el: No Gnus v0.8 is released.
4472
4473 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4474
4475         * mail-source.el (mail-source-value):
4476         Prefer fboundp to functionp so it works with macros as well.
4477
4478 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4479
4480         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4481         Fix last change in case the element is not even a symbol.
4482
4483 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4484
4485         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4486         Prefer fboundp to functionp so it works with macros as well.
4487
4488 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4489
4490         * auth-source.el: Added docs.
4491         (auth-sources): Modify format to support server.
4492         (auth-source-pick, auth-source-user-or-password)
4493         (auth-source-user-or-password-imap)
4494         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4495         (auth-source-user-or-password-sftp)
4496         (auth-source-user-or-password-smtp): Add server parameter.
4497
4498 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * gnus-registry.el: Initialize the registry when gnus-registry-install
4501         is t.
4502
4503 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * compface.el (uncompface): Make buffer unibyte.
4506
4507 2008-04-05  Glenn Morris  <rgm@gnu.org>
4508
4509         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4510
4511 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4512
4513         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4514         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4515
4516         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4517         multibyteness after rather than before erasing it.
4518
4519         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4520         mm-with-multibyte.
4521         (gnus-request-article-this-buffer): Make sure the proper decoding is
4522         used if gnus-original-article-buffer happens to be unibyte.
4523
4524         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4525         default-enable-multibyte-characters.
4526
4527         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4528         default-enable-multibyte-characters.
4529
4530         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4531
4532         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4533
4534 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4535
4536         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4537         (imap-message-copyuid-1): Use it.
4538         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4539         J. Williams in
4540         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4541
4542         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4543         imap-enable-exchange-bug-workaround.
4544         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4545
4546 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4547
4548         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4549         a 100 byte status-checks into a 2-3MB transfer for each group.
4550         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4551         to enable bug workaround or not.
4552         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4553
4554 2008-03-31  Glenn Morris  <rgm@gnu.org>
4555
4556         * message.el (mml2015-use): Declare for compiler.
4557         (message-info): Require mml2015 when appropriate.
4558
4559 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4562         whitespace.
4563
4564 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4565
4566         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4567         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4568         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4569         (nntp-service-to-port): New function.
4570         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4571         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4572         (nntp-open-netcat-stream): New function.
4573         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4574
4575 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4576
4577         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4578
4579 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4580
4581         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4582
4583 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4584
4585         * dns.el (dns-write): Use set-buffer-multibyte.
4586
4587 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4588
4589         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4590
4591 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4592
4593         * message.el (message-signature-separator): Change default.
4594         Improve custom type.
4595         (message-cite-function): Change default to
4596         message-cite-original-without-signature.
4597
4598         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4599         toggle.
4600
4601         * message.el (message-check-news-body-syntax): Fix signature check.
4602         (message-setup-1): Mark buffer as unmodified _after_ running
4603         message-setup-hook and handling message-alternative-emails.
4604         (message-shorten-references): Be more strict when building list of
4605         valid references to comply with GNKSA.
4606
4607         * gnus-group.el (gnus-read-ephemeral-bug-group)
4608         (gnus-read-ephemeral-debian-bug-group)
4609         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4610
4611         * message.el (message-info): Don't use booleanp which isn't supported
4612         in Emacs 21 and XEmacs.
4613
4614 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4615
4616         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4617         gnus-group-gmane-group-download-format.
4618         (gnus-group-read-ephemeral-gmane-group): Rename from
4619         gnus-group-read-ephemeral-gmane-group.
4620         (gnus-read-ephemeral-gmane-group-url): Rename from
4621         gnus-group-read-ephemeral-gmane-group-url.
4622         (gnus-bug-group-download-format-alist): New variable.
4623         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4624         (gnus-read-ephemeral-emacs-bug-group): New commands.
4625
4626 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4629         (gnus-visible-headers): Improve custom type.
4630
4631 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4632
4633         * mml.el (mml-menu): Add workarounds for XEmacs.
4634
4635         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4636         X-Boundary header.
4637
4638         * message.el (message-simplify-recipients): Fix previous commit.
4639
4640 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4641
4642         * mm-util.el (mm-set-buffer-multibyte): New function.
4643         * mm-decode.el (mm-copy-to-buffer): Use it.
4644
4645 2008-03-19  Glenn Morris  <rgm@gnu.org>
4646
4647         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4648         Accidentally removed in the sync process with Emacs.
4649
4650 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * message.el (message-alter-recipients-discard-bogus-full-name):
4653         New function.
4654         (message-alter-recipients-function): New variable.
4655         (message-get-reply-headers): Use it.
4656         (message-replace-header): New helper function.
4657         (message-recipients-without-full-name): New variable.
4658         (message-simplify-recipients): New command.
4659
4660         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4661
4662         * message.el (message-info): Handle EasyPG manual.
4663
4664         * mml.el (mml-menu): Add entry for EasyPG.
4665
4666 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4667
4668         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4669         parameter.
4670
4671         * message.el (message-disassociate-draft): Specify drafts group name
4672         fully.
4673
4674 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4675
4676         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4677         unnecessary duplicates from the match list.
4678
4679 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4682
4683         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4684
4685         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4686         args of `how-many' of which the XEmacs version doesn't take; declare
4687         Info-index-next as function.
4688
4689 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * gnus-score.el (gnus-score-headers): Fix handling of
4692         gnus-inhibit-slow-scoring.
4693
4694         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4695         string.
4696         (gnus-button-url-regexp): Improve handling of parenthesis.
4697         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4698         (gnus-button-handle-info-keystrokes): Handle index entries.
4699
4700 2008-03-15  Glenn Morris  <rgm@gnu.org>
4701
4702         * parse-time.el (parse-time-string): Simplify.
4703
4704 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4707         Incoming* files.
4708
4709 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4712         (auth-source-pick): Use it.
4713
4714 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4715
4716         * binhex.el (binhex-decode-region-internal):
4717         * uudecode.el (uudecode-decode-region-internal):
4718         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4719         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4720         setting default-enable-multibyte-characters.
4721
4722 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4723
4724         * auth-source.el (auth-source-protocols)
4725         (auth-source-protocols-customize, auth-source-choices): Added and
4726         modified variable customizations and defaults.
4727         (auth-source-pick, auth-source-user-or-password)
4728         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4729         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4730         (auth-source-user-or-password-sftp)
4731         (auth-source-user-or-password-smtp): Use new variables and provide an
4732         interface to netrc.el.
4733
4734 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4737         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4738         Make sure the nntp port to specify is a string.
4739
4740 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4741
4742         * nntp.el: Use with-current-buffer.
4743         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4744         dubious mm-with-unibyte-current-buffer.
4745         (nntp-with-open-group-function): New function extracted from
4746         nntp-with-open-group macro.
4747         (nntp-with-open-group): Use the function, so it's easier to debug.
4748         Add indentation and debugging info.
4749         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4750         the use of the netcat alternatives.
4751
4752         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4753         Avoid mm-string-as-multibyte as well.
4754
4755         * nnweb.el (nnweb-insert-html):
4756         Remove use of nnheader-string-as-multibyte.
4757
4758         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4759         (nnheader-string-as-multibyte): Remove.
4760
4761         * mm-view.el: Use inhibit-read-only.
4762         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4763         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4764         or unibyte-string.
4765
4766         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4767         (mm-uu-yenc-extract): Use with-current-buffer.
4768
4769         * gnus-soup.el (gnus-soup-send-packet): Don't use
4770         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4771
4772         * nnmh.el: Use with-current-buffer.
4773         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4774         mm-string-as-multibyte on the output of mm-encode-coding-string.
4775
4776         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4777         (nnimap-request-move-article): Use with-current-buffer.
4778
4779         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4780         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4781         conversion uses string-make-unibyte rather than string-as-unibyte.
4782
4783         * gnus-msg.el: Use with-current-buffer.
4784
4785         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4786
4787 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4788
4789         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4790         string for caching if it is 'PIN.
4791
4792 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * lpath.el: Consider the case without Emacs/W3.
4795
4796 2008-03-08  Glenn Morris  <rgm@gnu.org>
4797
4798         * time-date.el (date-to-time, time-subtract, time-add)
4799         (safe-date-to-time): Doc fixes.
4800
4801 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4802
4803         * mail-source.el (mail-source-delete-old-incoming-confirm):
4804         Change default to nil.
4805         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4806
4807 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * lpath.el: Rearrange.
4810
4811         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4812         (gnus-article-goto-prev-page): Work for articles having ^L's.
4813
4814         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4815
4816         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4817
4818 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4819
4820         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4821         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4822         (gnus-bookmark-jump): Adjust some variable names.
4823
4824 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4825
4826         * auth-source.el: New package.
4827         (auth-source-choices): Add customization entry point variable.
4828
4829         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4830         bug.
4831
4832 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4835         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4836         (gnus-registry-install-shortcuts): Rename from
4837         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4838         the `gnus-registry-mark-map' keymap dynamically from
4839         `gnus-registry-marks'.  The generated functions update the summary line
4840         when a registry mark is added or deleted, and will call
4841         `gnus-registry-install-p' (see the comments in the code).
4842         (gnus-registry-user-format-function-M): Use concat intelligently.
4843
4844         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4845         the registry mark functions.
4846
4847 2008-03-05  Glenn Morris  <rgm@gnu.org>
4848
4849         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4850         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4851         gnus-art.
4852         (top-level): No need to load own source when compiling.
4853
4854 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4855
4856         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4857         Suggested by <chris.anderton@zetnet.co.uk>.
4858
4859 2008-03-04  Glenn Morris  <rgm@gnu.org>
4860
4861         * gnus-sum.el (top-level): No need to require gnus when compiling,
4862         since unconditionally required near start of file.
4863         (gnus-summary-display-while-building): Move definition before use.
4864
4865 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4866
4867         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4868         formatting function.
4869
4870 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4871
4872         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4873         with plists.
4874         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4875         Use new format.
4876
4877 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4880         `where-is-internal' that returns a range of key sequences.
4881
4882 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4883
4884         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4885
4886         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4887         (gnus-summary-jump-to-group): Consider windows on other displayed
4888         frames as well.  Similar changes might be needed elsewhere, but that's
4889         the one I've bumped into during my use.
4890
4891         * nndoc.el (nndoc-oe-dbx-type-p):
4892         * gnus-msg.el (gnus-debug):
4893         * gnus-group.el (gnus-update-group-mark-positions):
4894         Use mm-string-to-multibyte.
4895
4896 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4897
4898         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4899         doesn't handle NotDashEscaped.
4900
4901         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4902         (mml-dnd-attach-options): Fix typo in custom choice.
4903
4904         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4905         nndoc-article-type to mbox.
4906         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4907
4908         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4909         to nil, instead of html2text.
4910
4911         * imap.el (imap-debug): Add `imap-ping-server'.
4912
4913         * gnus-bookmark.el: Add FIXMEs.
4914
4915         * message.el (message-form-letter-separator)
4916         (message-send-form-letter-delay): New variables.
4917         (message-send-form-letter): Use them.  New command to send form
4918         letters.  Requested by Uwe Siart.
4919         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4920
4921 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4922
4923         * Update copyright years.
4924
4925 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4926
4927         Sync from EMACS_22_BASE.
4928
4929         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4930
4931 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4932
4933         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4934         empty author.
4935
4936 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4937
4938         * gnus-registry.el (gnus-registry-marks): Add variable for
4939         customization of marks and their appearance.
4940         (gnus-registry-read-mark): Use it.
4941         (gnus-registry-do-marks): Add utility function to loop through
4942         `gnus-registry-marks'.
4943         (gnus-registry-install-shortcuts-and-menus): Add function to install
4944         shortcuts and menus.
4945         (gnus-registry-initialize): Use it.
4946         (gnus-registry-default-mark): Clarify documentation.
4947
4948 2008-02-29  Glenn Morris  <rgm@gnu.org>
4949
4950         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4951         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4952         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4953         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4954         Change defcustom :version from 23.0 to 23.1.
4955
4956 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * gnus-registry.el (gnus-registry-follow-group-p)
4959         (gnus-registry-post-process-groups): Add functions to aid registry
4960         splitting and improve logging.  Clarify behavior in function
4961         documentation.
4962         (gnus-registry-split-fancy-with-parent): Use them.
4963
4964 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4965
4966         * gnus-art.el: Use with-current-buffer.
4967
4968 2008-02-27  David Engster  <dengste@eml.cc>
4969
4970         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4971         Express real group name in the response.
4972
4973 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4976         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4977         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4978         autoload gnus-registry-fetch-group when compiling.
4979         (nnmairix-request-group-with-article-number-correction): Remove
4980         unreferenced argument passed to nnmairix-call-backend.
4981
4982 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4985         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4986         Wilde.
4987
4988 2008-02-27  Glenn Morris  <rgm@gnu.org>
4989
4990         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4991         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4992         variables to defconsts.  Convert comments to doc-strings.
4993         (nnmairix-last-server, nnmairix-current-server): Convert from free
4994         variables to defvars.  Convert comments to doc-strings.
4995         (gnus-registry-fetch-group): Autoload.
4996         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4997         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4998         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4999         caddr.
5000         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5001         nnmairix-request-group-with-article-number-correction call.
5002         (nnmairix-fast, nnmairix-group): New, less general names, for free
5003         variables passed from nnmairix-request-group to
5004         nnmairix-request-group-with-article-number-correction.  Declare.
5005         (nnmairix-request-group-with-article-number-correction):
5006         Use nnmairix-fast, nnmairix-group rather than fast, group.
5007
5008 2008-02-26  David Engster  <dengste@eml.cc>
5009
5010         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5011         version 0.5.
5012
5013 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5014
5015         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5016         instead of making an extra function call.  Don't add the current group
5017         to articles only when they have the group.  Use
5018         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5019         Reported by David <de_bb@arcor.de>.
5020
5021 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5024         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5025
5026 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * mail-source.el (mail-source-delete-incoming): Change default.
5029         Supplement doc string.
5030
5031         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5032
5033 2008-02-14  Glenn Morris  <rgm@gnu.org>
5034
5035         * time-date.el (format-seconds): New function.
5036
5037 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * nnmail.el (nnmail-message-id-cache-file): Derive from
5040         `gnus-home-directory'.
5041
5042 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5045         Document negative prefix.
5046
5047         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5048
5049 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * message.el (message-unsent-separator): Add the Exim bounce
5052         separator.
5053
5054 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5055
5056         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5057         list.
5058         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5059         recipient/signer list.
5060
5061 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * Makefile.in (datarootdir): Define.
5064         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5065         name that might contain whitespace.
5066
5067 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5070         fbound (Emacs 23 unicode), signal an error.
5071
5072 2008-02-08  Glenn Morris  <rgm@gnu.org>
5073
5074         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5075
5076 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5077
5078         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5079         ports to the calls to `netrc-machine-user-or-password' in addition to
5080         "imap" and "imaps".
5081
5082 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5083
5084         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5085
5086         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5087
5088 2008-02-01  Kenichi Handa  <handa@m17n.org>
5089
5090         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5091         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5092         (rfc2104-hash): Convert the result of concat to unibyte string.
5093
5094 2008-02-01  Dave Love  <fx@gnu.org>
5095
5096         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5097         coding-system-for-read.
5098         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5099
5100 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5101
5102         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5103         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5104         <hanche@math.ntnu.no>.
5105
5106 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5109
5110         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5111
5112 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5113
5114         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5115         * message.el (message-beginning-of-line): Use featurep instead of bound
5116         tests in order to resolve conditionals at compile time.
5117
5118 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5119
5120         * mail-source.el (mail-sources): Add `group' choice.
5121
5122         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5123         parameter `in-group' to control into which group the articles go.
5124         Add treatment of `group' mail-source.
5125
5126 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5129
5130         * mm-decode.el (mm-dissect-buffer): Decode description.
5131
5132         * mml.el (mml-to-mime): Encode message header first.
5133
5134 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5137         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5138
5139         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5140         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5141
5142 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5143
5144         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5145
5146 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5149         prefix keys.
5150         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5151         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5152         gnus-xmas.el.
5153
5154         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5155         (gnus-xmas-article-describe-bindings): New function.
5156         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5157         gnus-xmas-article-describe-bindings.
5158
5159         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5160
5161 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5164         Add new variables for article mark management.
5165         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5166         list of extra data entries which, when present, will indicate that the
5167         article ID should not be trimmed from the registry.
5168         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5169         functions.
5170         (gnus-registry-read-mark): New function to read a mark name from the
5171         user.
5172         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5173         (gnus-registry-set-article-mark-internal): New functions to add and
5174         remove marks.
5175         (gnus-registry-get-article-marks): New function to show the marks for
5176         an article, or retrieve them for further use.
5177
5178 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5181         keys when no argument is given.
5182
5183 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5184
5185         * imap.el (imap-ping-server): New variable.
5186         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5187         (imap-ping-server): Minor doc string fixes.
5188
5189 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5190
5191         * imap.el (imap-ping-server): New function.
5192         (imap-opened): Call imap-ping-server.
5193
5194 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5195
5196         * gnus-sum.el (gnus-article-sort-by-random)
5197         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5198         jidanni@jidanni.org.
5199
5200 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-art.el (gnus-article-describe-bindings): New function.
5203         (gnus-article-read-summary-keys): Use it.
5204         (gnus-article-mode-map): Bind `C-h b' to it.
5205
5206 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5209         XEmacs.
5210         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5211         against non-character events.
5212
5213         * lpath.el: Fbind map-keymap for Emacs 21.
5214
5215 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5218         command.
5219         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5220         instead of END.  Change name of the temp file.
5221         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5222         customizable.
5223
5224 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5227         bind `S W' to gnus-article-wide-reply-with-original; set default
5228         binding to gnus-article-read-summary-send-keys.
5229         (gnus-article-read-summary-keys): Fix the order of keys; display
5230         continuation keys correctly in the echo area; describe bindings
5231         correctly when keys end with `C-h'.
5232         (gnus-article-read-summary-send-keys): New function.
5233         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5234         for gnus-article-read-summary-send-keys; display continuation keys
5235         correctly in the echo area.
5236         (gnus-article-reply-with-original): Ignore prefix argument.
5237         (gnus-article-wide-reply-with-original): New function.
5238
5239         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5240         Emacs 21.
5241
5242 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5245         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5246
5247 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5250         (gnus-group-read-ephemeral-gmane-group): New command.
5251
5252 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5253
5254         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5255
5256 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * message.el (message-send-mail-function): Increase custom version.
5259
5260         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5261         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5262
5263 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5266         for the cases where imap-authenticate is called with a nil buffer
5267         parameter.
5268
5269 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5272         html parts correctly; support forwarded messages.
5273         (gnus-article-browse-html-article): Remove work buffers.
5274
5275         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5276         compiling.
5277         (netrc-bound-and-true-p): New macro.
5278         (netrc-parse): Use it instead of bound-and-true-p that is not available
5279         in XEmacs 21.4.
5280
5281 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * gnus-registry.el (gnus-registry-mark-article)
5284         (gnus-registry-article-marks): Add functionality to mark articles
5285         through the Gnus registry.
5286
5287         * encrypt.el: Clarify documentation for the new pgg method.
5288         (encrypt-file-alist): Add PGG option.
5289         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5290         functionality.  Abstract password key and messaging to external
5291         functions.
5292         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5293         (encrypt-message-method-and-cipher): Add new convenience external
5294         functions.
5295         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5296         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5297
5298         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5299         (netrc-parse): Use encrypt-file-alist to determine if
5300         encrypt-find-model or encrypt-insert-file-contents should be used.
5301
5302         * encrypt.el: Clarify documentation.  Load password-cache or
5303         password, whichever one is found first, instead of autoloading.
5304
5305 2007-12-19  Glenn Morris  <rgm@gnu.org>
5306
5307         * mml.el (message-options-set, message-narrow-to-head)
5308         (message-in-body-p, message-mail-p, message-encode-message-body):
5309         Autoload.
5310         (message-remove-header, message-narrow-to-headers-or-head)
5311         (message-subscribed-p, message-make-mail-followup-to)
5312         (message-position-on-field, message-news-p)
5313         (message-options-set-recipient, message-generate-headers)
5314         (message-sort-headers): Declare as functions.
5315
5316 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5319         convention in doc string.
5320
5321 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5324         title to html parts.
5325         (gnus-article-browse-html-article): Pass message header to it.
5326
5327         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5328
5329 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5332         or password compatible with XEmacs.
5333
5334 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5337         format document.
5338         (gnus-mime-delete-part): Don't write description line if empty.
5339         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5340
5341 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5342
5343         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5344         (gnus-summary-mark-read-and-unread-as-read)
5345         (gnus-summary-mark-current-read-and-unread-as-read)
5346         (gnus-summary-mark-unread-as-ticked): Doc fix.
5347         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5348
5349 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5352         Christoph Conrad <christoph.conrad@gmx.de>.
5353
5354 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5357         yes-or-no-p.
5358
5359 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * mm-decode.el (mm-add-meta-html-tag): New function.
5362         (mm-save-part-to-file, mm-pipe-part): Use it.
5363
5364         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5365         gnus-y-or-n-p instead of y-or-n-p.
5366         (gnus-article-browse-html-parts): Work with message/external-body; use
5367         mm-add-meta-html-tag.
5368
5369 2007-12-11  Glenn Morris  <rgm@gnu.org>
5370
5371         * gnus-cache.el: Require gnus-sum not just when compiling.
5372
5373         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5374
5375         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5376         definitions before use.
5377
5378         * mm-decode.el: Require gnus-util.
5379         (mm-remove-part): Only call delete-annotation on XEmacs.
5380
5381         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5382
5383         * nnmail.el: Require gnus-int.
5384
5385         * spam.el: Move `require's before `eval-when-compile's.
5386
5387         * gnus-ems.el (gnus-alive-p):
5388         * gnus-fun.el (message-goto-eoh):
5389         * gnus-util.el (gnus-group-name-decode):
5390         * mail-source.el (gnus-compress-sequence):
5391         * message.el (Info-goto-node, format-spec):
5392         * mm-bodies.el (message-options-get):
5393         * mm-decode.el (mm-view-pkcs7):
5394         * mm-util.el (gmm-write-region):
5395         * mml-smime.el (mml-compute-boundary)
5396         (gnus-completing-read-with-default):
5397         * mml.el (widget-button-press, gnus-make-hashtable):
5398         * mml1991.el (mm-decode-content-transfer-encoding)
5399         (mm-encode-content-transfer-encoding)
5400         (message-options-get, message-options-set):
5401         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5402         * nnfolder.el (gnus-request-group):
5403         * nnheader.el (ietf-drums-unfold-fws):
5404         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5405         * smime.el (gnus-run-mode-hooks):
5406         * spam-stat.el (gnus-message): Autoload.
5407
5408         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5409         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5410         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5411         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5412         Add declare-function compatibility definition.
5413
5414         * gnus-cache.el (nnvirtual-find-group-art):
5415         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5416         (gnus-add-image, gnus-add-wash-type):
5417         * gnus-group.el (nnkiboze-score-file):
5418         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5419         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5420         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5421         (message-tokenize-header, gnus-get-buffer-create)
5422         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5423         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5424         * gnus.el (gnus-group-decoded-name):
5425         * mail-source.el (imap-capability):
5426         * mm-bodies.el (message-options-set):
5427         * mm-decode.el (gnus-configure-windows):
5428         * mm-extern.el (message-goto-body):
5429         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5430         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5431         (epg-sub-key-validity, message-options-set):
5432         * mml.el (widget-event-point, gnus-configure-windows):
5433         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5434         * mml2015.el (epg-check-configuration, epg-configuration)
5435         (message-options-set):
5436         * nndb.el (nndb-request-article):
5437         * nnfolder.el (gnus-request-create-group):
5438         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5439         * nnmaildir.el (gnus-group-mark-article-read):
5440         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5441         * rfc1843.el (message-fetch-field):
5442         * spam.el (gnus-extract-address-components):
5443         Declare as functions.
5444
5445 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5448
5449         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5450
5451         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5452         bind show-trailing-whitespace for XEmacs.
5453
5454 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5455
5456         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5457         new no-op macro for backward compatibility.
5458
5459         * imap.el (imap-string-to-integer): New function.
5460
5461 2007-12-09  Glenn Morris  <rgm@gnu.org>
5462
5463         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5464
5465         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5466         * message.el, mm-view.el, sieve-manage.el, smime.el:
5467         Add declare-function compatibility definition.
5468
5469         * gnus-art.el (w3-region, w3m-region, Info-menu):
5470         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5471         * gnus-sum.el (gnus-get-predicate):
5472         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5473         * message.el (mail-abbrev-in-expansion-header-p):
5474         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5475         (w3m-detect-meta-charset, w3m-region):
5476         * sieve-manage.el (password-read, password-cache-add)
5477         (password-cache-remove):
5478         * smime.el (password-read-and-add): Declare as functions.
5479
5480 2007-12-08  David Kastrup  <dak@gnu.org>
5481
5482         * gnus-sum.el (gnus-summary-simplify-subject-query):
5483         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5484         `message'.
5485
5486 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5489         it to bind idna-program, installation-directory, defined-colors, and
5490         face-attribute for XEmacs of the version that compiles defcustom forms.
5491
5492 2007-12-07  Glenn Morris  <rgm@gnu.org>
5493
5494         * gnus-art.el (article-make-date-line): Revert previous change.
5495
5496 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5499
5500 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5501
5502         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5503         Call gnus-add-to-range ranges only once with a prepared article-list.
5504
5505 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5506
5507         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5508         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5509         group names with backslashes.  Reported by Tassilo Horn
5510         <tassilo@member.fsf.org>.
5511
5512 2007-12-06  Deepak Goel  <deego3@gmail.com>
5513
5514         * gnus-art.el (article-make-date-line):
5515         * gnus-start.el (gnus-load):
5516         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5517
5518 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * gnus-art.el (gnus-use-idna)
5521         * gnus-start.el (gnus-site-init-file)
5522         * message.el (message-use-idna)
5523         * mm-uu.el (mm-uu-hide-markers)
5524         * smiley.el (smiley-style): Revert changes that suppress warnings.
5525
5526 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5529         specify charset to html source.  Reported by Christoph Conrad
5530         <christoph.conrad@gmx.de>.
5531
5532 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5535         idna-program in order to suppress byte compile warning issued by XEmacs
5536         that came to byte compile the default value section of defcustom forms
5537         recently.
5538
5539         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5540         value of installation-directory.
5541
5542         * message.el (message-use-idna): Don't directly refer to the value of
5543         idna-program.
5544
5545         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5546
5547         * smiley.el (smiley-style): Don't directly call face-attribute.
5548
5549 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5552
5553         * gnus-dired.el: Reduce Gnus dependencies.
5554         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5555         require.  Use autoloads instead.
5556         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5557         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5558         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5559         (gnus-dired-mode): Adjust doc string.
5560         (gnus-dired-mail-mode): New variable.
5561         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5562         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5563         (gnus-dired-mail-buffers): New function.  Return mail or message
5564         composition buffers.
5565         (gnus-dired-attach): Use it.
5566         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5567         NO-DECODE.
5568         (gnus-dired-print): Use `gnus-print-buffer' depending on
5569         `gnus-dired-mail-mode'.
5570
5571 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * rfc2047.el (rfc2047-encoded-word-regexp)
5574         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5575         explaining what regexp patterns are for.
5576
5577 2007-12-04  Glenn Morris  <rgm@gnu.org>
5578
5579         * password.el: Move to password-cache.el.
5580
5581         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5582         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5583         * mml-smime.el (password-read, password-cache-add)
5584         (password-cache-remove):
5585         No need to autoload, since mml-sec requires password.
5586
5587         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5588         * message.el (gnus-extract-address-components):
5589         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5590
5591         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5592         password.
5593
5594 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * mailcap.el: Reduce dependencies.
5597         (mail-header-parse-content-type): Autoload.
5598         (mailcap-delete-duplicates): New alias.
5599         (mailcap-mime-info): Add optional argument NO-DECODE.
5600         (mailcap-mime-types): Use mailcap-delete-duplicates.
5601
5602         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5603
5604 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5605
5606         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5607         (imap-parse-status): Upcase status-att for servers that sends them
5608         lower-case (e.g., MS Exchange 2007).
5609
5610 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611
5612         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5613         function.
5614
5615         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5616         (gnus-uu-yenc-article): New function.
5617
5618         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5619
5620         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5621         buffer.
5622
5623 2007-12-02  Glenn Morris  <rgm@gnu.org>
5624
5625         * binhex.el (binhex): New custom group.
5626         (binhex-decoder-program, binhex-decoder-switches)
5627         (binhex-use-external): Move to the binhex custom group.
5628
5629         * uudecode.el (uudecode): New custom group.
5630         (uudecode-decoder-program, uudecode-decoder-switches)
5631         (uudecode-use-external): Move to the uudecode custom group.
5632
5633         * netrc.el (top-level): Don't load `encrypt' features.
5634         (netrc-parse): Don't use encrypt.
5635         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5636
5637         * encrypt.el: Remove file.
5638
5639 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5640
5641         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5642         matches on patches.
5643
5644         * gnus-art.el (gnus-article-browse-html-article): Mention
5645         `mm-text-html-renderer' in the doc string.
5646
5647         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5648         string.  Add comments.
5649
5650         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5651         if rhs is ASCII.
5652
5653 2007-12-01  Glenn Morris  <rgm@gnu.org>
5654
5655         * mail-source.el (top-level): Require format-spec before
5656         eval-when-compile.
5657
5658 2007-11-30  Glenn Morris  <rgm@gnu.org>
5659
5660         * encrypt.el: Require password, rather than autoloading password-read.
5661
5662 2007-11-29  Glenn Morris  <rgm@gnu.org>
5663
5664         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5665         (sasl-make-client, sasl-next-step, sasl-step-data)
5666         (sasl-step-set-data): Declare as functions.
5667
5668 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5671
5672 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5673
5674         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5675         certs should be verified and what is to be done in the event of a
5676         verification failure.
5677
5678         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5679         caller can indicate whether the cache should be disregarded for this
5680         call.  This way the result of the call is reproducible at all times and
5681         can be considered a canonical server name for the supplied method.
5682         (gnus-agent-method-p): Canonicalize server names by pushing their
5683         method through `gnus-method-to-server' using the no-cache argument.
5684
5685         * gnus-srvr.el (gnus-server-insert-server-line): Call
5686         `gnus-method-to-server' with `no-cache' argument.
5687
5688         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5689         gnus-agent-possibly-synchronize-flags as this should be called when the
5690         server is actually being opened.
5691         (gnus-agent-possibly-synchronize-flags)
5692         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5693         flags file of an agentized server to the latter function.
5694
5695         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5696         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5697         after a connection has been established successfully.
5698
5699 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-art.el (article-display-face): Force to display face if called
5702         interactively; check if gnus-article-x-face-too-ugly matches author.
5703         (article-display-x-face): Display face even if From header is missing
5704         as article-display-face does.
5705
5706 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5707
5708         * hashcash.el (message-narrow-to-headers-or-head)
5709         (message-fetch-field, message-goto-eoh)
5710         (message-narrow-to-headers): Declare as functions.
5711
5712 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * mail-source.el (mail-sources): Default to fetch from file for
5715         compatibility with default of nnmail-spool-file.
5716
5717 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5720         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5721         to look for encoded word that should be encoded again.
5722         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5723         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5724         encoding pattern.
5725         (rfc2047-decode-region): Switch strict regexp and loose one according
5726         to rfc2047-allow-irregular-q-encoded-words.
5727
5728 2007-11-25  Romain Francoise  <romain@orebokech.com>
5729
5730         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5731
5732 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * tls.el (tls-program): Provide more custom choices from
5735         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5736         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5737
5738 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5741         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5742
5743         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5744         `nnmail-spool-file'.
5745
5746         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5747         `nnmail-spool-file'.
5748
5749         * gnus-move.el (gnus-change-server): Ditto.
5750
5751         * gnus-kill.el (gnus-batch-score): Ditto.
5752
5753         * gnus-cache.el (gnus-jog-cache): Ditto.
5754
5755         * gnus-msg.el (gnus-summary-reply):
5756         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5757
5758 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5759
5760         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5761         version.  Minor improvement to doc strings.
5762         (tls-program): Add comment.
5763
5764 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5765
5766         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5767         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5768         mismatch between the hostname provided in the certificate and the name
5769         of the host connnecting to.
5770         (open-tls-stream): Use them.  Check certificates against trusted root
5771         certificates.
5772
5773 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5774
5775         * gnus-cache.el (gnus-cache-generate-nov-databases):
5776         Use nnml-generate-nov-databases-directory instead of
5777         nnml-generate-nov-databases-1.
5778
5779 2007-11-24  Glenn Morris  <rgm@gnu.org>
5780
5781         * message.el (message-tool-bar-retro): Update for rename
5782         mail_send.xpm->mail-send.xpm.
5783
5784 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5785
5786         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5787         `smime-ldap-search' for Emacs 22 and up.
5788
5789 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5790
5791         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5792
5793         * message.el (message-send-mail-function): Fix error convention.
5794         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5795         (message-widen-reply, message-send-mail, message-talkative-question)
5796         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5797         (message-clone-locals, message-send-news): Use with-current-buffer.
5798         (message-insert-or-toggle-importance): Remove unused var `valid'.
5799         (message-make-references): Remove unused var `new-references'.
5800         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5801
5802 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5803
5804         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5805         (spam-split-symbolic-return-positive): Reflow docstring.
5806         (spam-backends, spam-summary-exit-behavior)
5807         (spam-mark-ham-unread-before-move-from-spam-group)
5808         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5809         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5810         (spam-clear-cache, spam-backend-check, spam-install-backend)
5811         (spam-install-statistical-backend, spam-list-of-processors)
5812         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5813         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5814         (spam-check-crm114, spam-initialize, spam-unload-hook):
5815         Fix typos in docstrings.
5816
5817 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5820         been checked if they have never been read and those group levels are
5821         higher than the one that a user specified.
5822
5823 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5826         foreign groups unless a group level is specified by a user.
5827         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5828
5829 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * message.el (message-send-mail-function): Require sendmail.
5832
5833 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * message.el (message-send-mail-function): Check for smtpmail too.
5836
5837         * utf7.el (utf7-encode, utf7-decode): Use coding system
5838         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5839
5840         * message.el (message-send-mail-function): New function.
5841         (message-send-mail-function): Set default using
5842         message-send-mail-function.  Adjust doc string.
5843         (message-send-mail-with-mailclient): New function.
5844
5845 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5846
5847         * smime.el (from):
5848         * rfc2047.el (message-posting-charset):
5849         * qp.el (mm-use-ultra-safe-encoding):
5850         * pop3.el (parse-time-months):
5851         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5852         * nnml.el (files):
5853         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5854         (jka-compr-compression-info-list, ange-ftp-path-format)
5855         (efs-path-regexp):
5856         * nndiary.el (files):
5857         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5858         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5859         (epg-digest-algorithm-alist, inhibit-redisplay)
5860         (password-cache-expiry):
5861         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5862         (pgg-output-buffer, password-cache-expiry):
5863         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5864         (efs-path-regexp):
5865         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5866         (inhibit-redisplay):
5867         * mm-uu.el (file-name, start-point, end-point, entry)
5868         (gnus-newsgroup-name, gnus-newsgroup-charset):
5869         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5870         (latin-unity-ucs-list):
5871         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5872         (mm-uu-binhex-decode-function):
5873         * message.el (gnus-message-group-art, gnus-list-identifiers)
5874         (rmail-enable-mime-composing, gnus-local-organization)
5875         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5876         (gnus-read-active-file, facemenu-add-face-function)
5877         (facemenu-remove-face-function, gnus-article-decoded-p)
5878         (tool-bar-mode):
5879         * mail-source.el (display-time-mail-function):
5880         * gnus-util.el (nnmail-pathname-coding-system)
5881         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5882         (gnus-original-article-buffer, gnus-user-agent)
5883         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5884         (xemacs-codename, sxemacs-codename, emacs-program-version):
5885         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5886         * gnus-start.el (gnus-agent-covered-methods)
5887         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5888         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5889         (gnus-newsgroup-headers, gnus-group-list-mode)
5890         (gnus-group-mark-positions, gnus-newsgroup-data)
5891         (gnus-newsgroup-unreads, nnoo-state-alist)
5892         (gnus-current-select-method, mail-sources)
5893         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5894         (nnmail-spool-file, gnus-cache-active-hashtb):
5895         * gnus-mh.el (mh-lib-progs):
5896         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5897         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5898         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5899         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5900         (gnus-group-buffer):
5901         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5902         (font-lock-set-defaults):
5903         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5904         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5905         (gnus-summary-post-menu, total-parts, type, condition, length):
5906         * gnus-agent.el (gnus-agent-read-agentview):
5907         * flow-fill.el (show-trailing-whitespace):
5908         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5909         eval-and-compile wrappers for byte compiler pacifiers.
5910
5911         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5912         (mm-display-inline-fontify): Check for featurep 'xemacs not
5913         extent-list.
5914
5915         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5916         itimer-list.
5917         (mm-create-image-xemacs): Only do something for XEmacs.
5918         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5919
5920         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5921
5922         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5923         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5924
5925 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5926
5927         * nnimap.el (nnimap-split-download-body):
5928         * gnus-demon.el (gnus-demon):
5929         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5930
5931 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5934         macros.
5935         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5936         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5937         copy data from unibyte buffer to multibyte current buffer.
5938         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5939         to copy data from unibyte current buffer to multibyte buffer.
5940         (nntp-make-process-buffer): Make process buffer unibyte.
5941
5942         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5943
5944 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5945
5946         * pop3.el (pop3-open-server): Accept and process data more robustly at
5947         connexion start to avoid spurious "POP SSL connexion failed" errors.
5948
5949 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5952         read group names.
5953
5954 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5955
5956         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5957
5958 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5961         (nnmail-save-active): Use a unibyte buffer when saving active file,
5962         which may contain non-ASCII group names.
5963
5964         * nnml.el (nnml-request-group): Decode group names in messages.
5965
5966 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * message.el (message-citation-line-function)
5969         (message-insert-formatted-citation-line): Fix spelling of
5970         `message-insert-formated-citation-line'.
5971
5972 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5975
5976 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5979         nnmail-pathname-coding-system.
5980
5981         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5982         that a user enters; decode group names in messages.
5983
5984         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5985
5986 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5989
5990         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5991
5992         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5993         risky local variable.
5994
5995         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5996
5997 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * encrypt.el: Improve documentation to fix function name typo.
6000         Reported by Daiki Ueno <ueno@unixuser.org>.
6001
6002 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6005         even if the point is not in the last page of an article.
6006         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6007         back to the previous page.
6008
6009 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6012
6013 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6016
6017 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6018
6019         * message.el (message-check-news-body-syntax): Avoid
6020         mm-string-as-multibyte.
6021         (message-hide-headers): Don't assume (point-min)==1.
6022
6023 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6024
6025         * message.el (message-remove-blank-cited-lines): Fix if remove is
6026         given.
6027         (message-bogus-address-regexp): New variable.
6028         (message-bogus-recipient-p): New function.
6029         (message-check-recipients): New command.
6030         (message-syntax-checks): Add `bogus-recipient'.
6031         (message-fix-before-sending): Add `bogus-recipient'.
6032
6033         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6034         (gnus-treat-body-boundary): Don't test window-system.
6035
6036 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6037
6038         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6039
6040 2007-10-28  Miles Bader  <miles@gnu.org>
6041
6042         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6043         at compile-time too.
6044
6045 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * gnus-msg.el (gnus-message-setup-hook): Add
6048         `message-remove-blank-cited-lines' to options.
6049
6050 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * message.el (message-remove-blank-cited-lines): New function.
6053         Suggested by Karl Plästerer.
6054
6055 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6058         mapc.
6059
6060         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6061         (top-level): Use mapc to set functions to be traced for debugging.
6062
6063         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6064         called for effect with while loop.
6065
6066         * message.el (message-talkative-question): Replace mapcar called for
6067         effect with mapc.
6068
6069         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6070         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6071         called for effect with dolist.
6072
6073         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6074
6075         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6076         gnus-extra-headers and nnmail-extra-headers.
6077
6078         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6079         called for effect with dolist.
6080         (top-level): Use mapc to set functions to be traced for debugging.
6081
6082         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6083         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6084         dolist.
6085
6086         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6087         Replace mapcar called for effect with mapc.
6088         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6089         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6090         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6091         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6092
6093         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6094         remove-if that's a cl function.
6095
6096         * webmail.el (webmail-debug): Replace mapcar called for effect with
6097         dolist.
6098
6099         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6100         with mapc.
6101
6102 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6105         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6106         with while loop.
6107
6108         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6109         functions from article-* functions.
6110         (gnus-multi-decode-header): Replace mapcar called for effect with
6111         dolist.
6112
6113         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6114         (gnus-bookmark-show-details): Replace mapcar called for effect with
6115         while loop.
6116
6117         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6118         called for effect with while loop.
6119
6120         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6121         with dolist.
6122
6123         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6124         mapcar called for effect with dolist.
6125
6126         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6127
6128         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6129         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6130         Replace mapcar called for effect with dolist.
6131         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6132         mapc.
6133
6134         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6135         Replace mapcar called for effect with dolist.
6136         (gnus-topic-list): Replace mapcar called for effect with mapc.
6137
6138         * gnus.el: Use mapc instead of mapcar to add autoloads.
6139
6140 2007-10-23  Richard Stallman  <rms@gnu.org>
6141
6142         * gnus-group.el (gnus-group-highlight): Mark as risky.
6143
6144 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * gnus.el (gnus-server-to-method): Return method found first in
6147         gnus-newsrc-alist.
6148
6149         * gnus-art.el (gnus-article-highlight-signature)
6150         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6151         button overlay without the front stickiness.
6152
6153 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6154
6155         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6156         overview buffer needed a catch to receive its throw.
6157         (gnus-agent-flush-cache): Declared as interactive to make this function
6158         easier to use.
6159
6160 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6163         `next-line'.
6164
6165 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6168         exclude address matching message-dont-reply-to-names.
6169
6170 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-util.el (gnus-string<): New function.
6173
6174         * gnus-sum.el (gnus-article-sort-by-author)
6175         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6176
6177 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6180         the frame-focus tag is set in gnus-buffer-configuration.
6181
6182 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6185         the front stickiness.
6186
6187 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6190         url pattern; remove duplicate one.
6191         (gnus-article-extend-url-button): New function.
6192         (gnus-article-add-buttons): Use it.
6193         (gnus-button-push): Use concatenated url that it makes.
6194
6195 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6196
6197         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6198
6199 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6200
6201         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6202         Don't hardcode point-min==1.
6203
6204 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6207         Fix comment about "iso8859-1".
6208
6209 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6210
6211         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6212         ones returned from the verify-function.
6213
6214         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6215         mml2015-extract-cleartext-signature if extraction failed.
6216
6217 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6218
6219         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6220         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6221         failed.
6222
6223 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6226
6227 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6230         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6231         recommends to use EasyPG instead of PGG.
6232
6233         * pgg.el: Revert to revision 6.23.2.16.
6234
6235         * pgg-def.el: Revert to revision 6.6.2.14.
6236
6237         * pgg-gpg.el: Revert to revision 6.23.2.34.
6238
6239 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6240
6241         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6242         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6243         thread for both the null and zero (kill/expire thread) universal prefix
6244         cases.
6245         (gnus-summary-expire-thread): Add new function to expire a thread,
6246         using gnus-summary-kill-thread.
6247         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6248         shortcuts for gnus-summary-expire-thread.
6249         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6250         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6251
6252 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6255         extras value, so an extras entry can be deleted.
6256         (gnus-registry-delete-extra-entry): Use it.
6257         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6258         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6259         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6260         storage through the gnus-registry, and provide an appropriate API for
6261         it.
6262
6263 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6266         Suggested by Leo <sdl.web@gmail.com>.
6267
6268         * gnus.el: Do.
6269
6270 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6273         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6274
6275         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6276
6277         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6278         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6279
6280 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6283         newline.
6284         (nnmbox-request-accept-article): Don't change article in source buffer;
6285         narrow to header to use message-fetch-field rather than
6286         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6287         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6288         as delimiters; make sure article ends with newline.
6289         (nnmbox-delete-mail): Correct last position of article to be deleted;
6290         ignore X-Gnus-Newsgroup header in article body.
6291         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6292         positions; make sure article ends with newline.
6293
6294         * message.el (message-display-abbrev): Don't infloop when a user
6295         inserts SPC in the beginning of header.
6296
6297         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6298         coding-system-for-read and coding-system-for-write for XEmacs having no
6299         file-coding feature.
6300
6301         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6302
6303 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6306         list of groups not followed by default.  Fix type to be regexp.
6307         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6308
6309 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6310
6311         * hmac-def.el (define-hmac-function): Switch from old-style to
6312         new-style backquotes.
6313
6314         * md4.el (md4-make-step): Likewise.
6315
6316 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6319         raw-text coding system when saving .newsrc file, which may contain
6320         non-ASCII group names.
6321
6322 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-cus.el (gnus-score-extra): New widget.
6325         (gnus-score-extra-convert): New function.
6326         (gnus-score-customize): Use it for Extra.
6327
6328 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6329
6330         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6331         (mml2015-mailcrypt-clear-verify): Use it.
6332         (mml2015-gpg-clear-verify): Use it.
6333         (mml2015-pgg-clear-verify): Use it.
6334         (mml2015-epg-clear-verify): Replace the current part with the output
6335         from GnuPG; don't extract the plaintext by itself.
6336
6337         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6338         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6339         mml2015-clear-verify-function; don't touch the armor headers or
6340         dash-escaped text here.
6341
6342 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6345         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6346         parts, or application/octet-stream as a last resort.
6347         (gnus-mime-view-part-as-type): Don't toggle display.
6348         (gnus-mime-view-part-as-charset): Don't turn off display before
6349         querying charset.
6350
6351         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6352         stuff to undisplayer function in Emacs.
6353         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6354
6355         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6356         text/calendar parts.
6357
6358 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6361         decoding text/calendar parts.
6362
6363         * message.el (message-forward-make-body-mime): Always mark body as
6364         having no illegible text; remove signed-or-encrypted argument.
6365         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6366
6367         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6368         (mml-generate-mime-1): Don't encode body if it is specified to be in
6369         raw form; don't make buffer be unibyte when inserting multibyte string.
6370
6371 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6372
6373         * sha1.el: Fix up comment style.
6374         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6375         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6376
6377         * hex-util.el: Fix up comment style.
6378         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6379
6380         * gnus-salt.el: Use with-current-buffer.
6381         (gnus-pick-setup-message): Fix long-standing typo.
6382
6383 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * imap.el (imap-logout-timeout): New variable.
6386         (imap-logout, imap-logout-wait): New functions.
6387         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6388
6389         * nnimap.el (nnimap-logout-timeout): New server variable.
6390         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6391         nnimap-logout-timeout.
6392
6393         * gnus-art.el (gnus-article-summary-command-nosave)
6394         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6395
6396 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus.el (gnus-maximum-newsgroup): New variable.
6399
6400         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6401         according to gnus-maximum-newsgroup.
6402
6403         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6404         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6405         Limit the range of articles according to gnus-maximum-newsgroup.
6406
6407 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6408
6409         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6410         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6411         Don't perform gnus-configure-windows here; reuse existing sticky
6412         article buffer.
6413
6414         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6415         it doesn't exist in gnus-article-mode.
6416
6417 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6420         (gnus-agent-decoded-group-name): New function.
6421         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6422         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6423
6424 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6425
6426         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6427         Add binding for gnus-sticky-article.
6428         (gnus-summary-exit): Don't kill sticky article buffers.
6429
6430         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6431         article buffer.
6432         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6433         (gnus-kill-sticky-article-buffers): New commands.
6434
6435 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * nntp.el (nntp-xref-number-is-evil): New server variable.
6438         (nntp-find-group-and-number): If it is non-nil, don't trust article
6439         numbers in the Xref header.
6440
6441 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * gnus-agent.el (gnus-agent-read-group): New function.
6444         (gnus-agent-flush-group, gnus-agent-expire-group)
6445         (gnus-agent-regenerate-group): Use it.
6446         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6447         nnmail-pathname-coding-system.
6448
6449 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6452
6453         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6454         that are unread as unread, and also as selected so that information of
6455         marks having been changed by a user may be updated when exiting group.
6456
6457 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6460         calculated ignoring signature parts to gnus-treat-article.
6461
6462 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6465         a point here in order to keep the window start.
6466         (gnus-insert-mime-security-button): Make a button overlay without the
6467         front stickiness.
6468         (gnus-mime-display-security): Goto the end of a button.
6469
6470         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6471
6472 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6475         group-name-at-point.
6476         (gnus-group-completing-read): New function that offers decoded
6477         non-ASCII group names for completion.
6478         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6479         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6480         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6481         (gnus-group-fetch-control): Use it.
6482         (gnus-fetch-group): Use group-name-at-point for the initial value
6483         rather than the default value; use gnus-alive-p.
6484
6485         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6486         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6487         (gnus-summary-post-news): Use gnus-group-completing-read.
6488
6489         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6490         (gnus-read-move-group-name): Decode group name for completion.
6491
6492 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6493
6494         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6495         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6496         Yamaoka slightly modified the code).
6497
6498 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6501         (nnmail-split-incoming): Bind it.
6502
6503         * nnml.el (nnml-group-name-charset): New function.
6504         (nnml-decoded-group-name): Use it; don't decode group name if
6505         nnmail-group-names-not-encoded-p is non-nil.
6506         (nnml-encoded-group-name): New function.
6507         (nnml-group-pathname): Inline nnml-decoded-group-name.
6508         (nnml-request-expire-articles): Decode group name in message.
6509         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6510         nnmail-pathname-coding-system.
6511         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6512         not decoded ones according to nnmail-group-names-not-encoded-p.
6513         (nnml-generate-active-info): Use nnml-encoded-group-name.
6514
6515 2007-08-08  Glenn Morris  <rgm@gnu.org>
6516
6517         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6518         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6519         doc-strings and comments.
6520
6521 2007-07-25  Glenn Morris  <rgm@gnu.org>
6522
6523         * Relicense all FSF files to GPLv3 or later.
6524
6525 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-sum.el (gnus-summary-move-article): Make
6528         gnus-summary-respool-article work.
6529
6530 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6533         string.
6534
6535 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6536
6537         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6538         that should be ignored when comparing distant RSS articles with local
6539         ones.
6540         (nnrss-make-hash-index): New function.  Create a hash index according
6541         to the ignored fields.
6542         (nnrss-check-group): Use it.
6543
6544 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6547
6548         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6549
6550         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6551         the new optional argument ENCODED is non-nil.
6552         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6553         coding system for encoding group name.
6554         (gnus-group-make-rss-group): Pass un-encoded group name to
6555         gnus-group-make-group.
6556         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6557         encoded.
6558
6559         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6560         Encode group name to which articles are moved or copied.
6561         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6562         coding system for encoding Newsgroup, Followup-To and Xref headers.
6563
6564         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6565         marks; use nnheader-file-coding-system to write a file.
6566         (nnagent-retrieve-headers): Bind file-name-coding-system to
6567         nnmail-pathname-coding-system.
6568
6569         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6570
6571         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6572         (nnml-request-article, nnml-request-create-group)
6573         (nnml-request-rename-group, nnml-find-id)
6574         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6575         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6576         (nnml-save-marks): Use nnml-group-pathname instead of
6577         nnmail-group-pathname.
6578
6579         (nnml-request-create-group, nnml-request-expire-articles)
6580         (nnml-request-move-article, nnml-request-delete-group)
6581         (nnml-deletable-article-p, nnml-possibly-create-directory)
6582         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6583         (nnml-open-marks): Bind file-name-coding-system to
6584         nnmail-pathname-coding-system.
6585
6586         (nnml-request-article): Pass server argument to nnml-find-group-number.
6587         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6588         server argument to nnml-possibly-create-directory.
6589         (nnml-request-accept-article): Pass server argument to
6590         nnml-active-number and nnml-save-mail.
6591         (nnml-find-group-number): Pass server argument to nnml-find-id.
6592         (nnml-request-update-info): Pass server argument to
6593         nnml-marks-changed-p.
6594
6595         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6596         (nnml-save-mail, nnml-active-number): Add server argument.
6597
6598         (nnml-request-delete-group): Warn if group is missing.
6599         (nnml-get-nov-buffer): Decode group name.
6600         (nnml-generate-active-info): Encode group name.
6601         (nnml-open-marks): Decode group name in messages.
6602
6603 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6606         if it is not specified.
6607         (gnus-article-pipe-part, gnus-article-save-part)
6608         (gnus-article-interactively-view-part, gnus-article-copy-part)
6609         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6610         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6611         (gnus-article-replace-part, gnus-article-delete-part)
6612         (gnus-article-view-part-as-type): Pass raw prefix argument to
6613         gnus-article-part-wrapper.
6614
6615 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-agent.el (gnus-agent-save-active): Bind
6618         nnheader-file-coding-system to gnus-agent-file-coding-system.
6619
6620         * gnus-cache.el (gnus-cache-save-buffers)
6621         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6622         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6623         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6624         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6625         (gnus-cache-generate-active, gnus-cache-rename-group)
6626         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6627         (gnus-cache-update-overview-total-fetched-for): Bind
6628         file-name-coding-system to nnmail-pathname-coding-system.
6629         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6630         variables.
6631         (gnus-cache-decoded-group-name): New function.
6632         (gnus-cache-file-name): Use it.
6633         (gnus-cache-generate-active): Use non-decoded group name for active.
6634
6635         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6636         right place.
6637         (gnus-write-active-file): Don't break non-ASCII group names.
6638
6639         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6640         nnmail-pathname-coding-system.
6641
6642         * lpath.el: Bind default-file-name-coding-system,
6643         file-name-coding-system and language-info-alist for XEmacs.
6644
6645         * gnus-uu.el (gnus-uu-decode-save): Typo.
6646
6647 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6650
6651 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6654         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6655         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6656         (gnus-agent-flush-group, gnus-agent-flush-cache)
6657         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6658         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6659         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6660         (gnus-agent-regenerate-group)
6661         (gnus-agent-update-files-total-fetched-for)
6662         (gnus-agent-update-view-total-fetched-for): Bind
6663         file-name-coding-system to nnmail-pathname-coding-system.
6664         (gnus-agent-group-pathname): Don't encode file names by
6665         nnmail-pathname-coding-system.
6666         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6667         coding-system-for-write instead of buffer-file-coding-system to
6668         gnus-agent-file-coding-system.
6669
6670         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6671         Decode group name.
6672
6673         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6674
6675         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6676         (gnus-read-newsrc-el-file): Make group names unibyte.
6677
6678         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6679         nnmail-pathname-coding-system.
6680
6681         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6682         (nnrss-request-delete-group): Bind file-name-coding-system to
6683         nnmail-pathname-coding-system.
6684         (nnrss-read-server-data, nnrss-read-group-data): Bind
6685         file-name-coding-system correctly.
6686         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6687
6688         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6689         (nntp-server-to-method-cache): New variable.
6690         (nntp-group-pathname): New function that decodes non-ASCII group names.
6691         (nntp-possibly-create-directory, nntp-marks-changed-p)
6692         (nntp-save-marks, nntp-open-marks): Use it.
6693         (nntp-possibly-create-directory, nntp-open-marks):
6694         Bind file-name-coding-system to nnmail-pathname-coding-system.
6695         (nntp-open-marks): Decode group names when bootstrapping marks.
6696
6697         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6698         Newsgroups and Folowup-To headers.
6699
6700 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6703         (gnus-server-closed-face, gnus-server-denied-face)
6704         (gnus-server-offline-face): Remove variable.
6705         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6706
6707         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6708         of modifying message-stack directly for XEmacs.
6709
6710         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6711         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6712         if the coding-system argument is nil for XEmacs.
6713
6714         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6715         mm-charset-override-alist.
6716
6717         * rfc2047.el: Don't require base64; require rfc2045 for the function
6718         rfc2045-encode-string.
6719         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6720         to quote the parameter value.
6721
6722 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6725         form in gnus-group-name-charset-method-alist.
6726
6727         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6728         overrides the default layout edit-form.
6729
6730         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6731
6732         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6733
6734 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6737         as unfetched articles.
6738
6739 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6742
6743 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6746         original back end that keeps marks in the local system.
6747
6748 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6751         arg of pop-to-buffer for XEmacs.
6752         (gnus-article-read-summary-keys): Ditto; don't restore window
6753         configuration if summary command ends up with neither article buffer
6754         nor summary buffer; describe bindings if summary keys end with C-h.
6755
6756 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * message.el (message-fix-before-sending): Skip raw message part to be
6759         forwarded while checking illegible text.
6760         (message-forward-make-body-mime, message-forward-make-body): Mark
6761         signed or encrypted raw message as having no illegible text.
6762
6763 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6766         (gnus-message-with-timestamp-1): New macro.
6767         (gnus-message-with-timestamp): New function.
6768         (gnus-message): Use them.
6769
6770         * nnheader.el (nnheader-message): Use them.
6771
6772 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6775         .newsrc.eld file.
6776
6777 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-agent.el (gnus-agent-fetch-headers)
6780         (gnus-agent-retrieve-headers): Bind
6781         gnus-decode-encoded-address-function to identity.
6782
6783         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6784         available also when the server returns simply a dot.
6785
6786         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6787
6788 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6791
6792 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-ems.el (gnus-x-splash): Make it work.
6795
6796         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6797         from being used.
6798
6799         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6800
6801 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6804         4th and the 5th arguments.
6805
6806         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6807         the front stickiness.
6808         (gnus-article-summary-command-nosave): Correct the order of the
6809         arguments passed to pop-to-buffer.
6810         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6811         summary command ends up with the article buffer.
6812
6813         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6814         the same faces.
6815
6816 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6817
6818         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6819
6820 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6821
6822         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6823         * gnus-sum.el (gnus-summary-highlight):
6824         * pgg.el (pgg-sign-region, pgg-sign):
6825         * mail-source.el (mail-source-delete-old-incoming-confirm):
6826         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6827
6828 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * gnus-art.el (gnus-mime-view-part-externally)
6831         (gnus-mime-view-part-internally): Fix predicate function passed to
6832         completing-read.
6833
6834         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6835
6836         * gnus.el (gnus-update-message-archive-method): Add :version.
6837
6838 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus.el (gnus-update-message-archive-method): New variable.
6841
6842         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6843         according to gnus-message-archive-method if
6844         gnus-update-message-archive-method is non-nil.
6845
6846 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6849         by Loic Dachary <loic@dachary.org>.
6850         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6851
6852 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * message.el (message-pop-to-buffer): Add switch-function argument.
6855         (message-mail): Pass switch-function argument to it.
6856
6857 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6860         Improve doc string.
6861
6862 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6865         (gnus-header-content)
6866         * gnus-cite.el (gnus-cite-10)
6867         * gnus-srvr.el (gnus-server-closed)
6868         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6869         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6870         (gnus-group-mail-3-empty, gnus-group-mail-low)
6871         (gnus-group-mail-low-empty, gnus-splash)
6872         * message.el (message-header-to, message-header-cc)
6873         (message-header-subject, message-header-other, message-header-name)
6874         (message-header-xheader, message-separator, message-cited-text)
6875         (message-mml): Lighten colors of faces used for dark background.
6876
6877 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6878
6879         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6880         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6881
6882 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * message.el (message-narrow-to-headers-or-head):
6885         Ignore mail-header-separator in the body.
6886
6887 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6890         same as window size.
6891
6892 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6893
6894         * message.el (message-font-lock-keywords): Use message-header-xheader
6895         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6896         ahead of the anything pattern, to get it recognised.
6897
6898 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6901         spam.el loads uses it in the compiled defadvice form.
6902
6903 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6904
6905         * gnus-sum.el (gnus-articles-to-read)
6906         (gnus-summary-insert-old-articles): Don't truncate group name for
6907         `read-string'.
6908
6909         * gnus-util.el (gnus-limit-string): Delete this function.
6910
6911         * gnus-sum.el (gnus-simplify-subject-fully): Use
6912         `truncate-string-to-width' instead.
6913
6914 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6915
6916         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6917         if, on summary exit, the next group has to be selected.
6918         (gnus-summary-exit): Use it.
6919
6920 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6923         non-break space.
6924
6925 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6928         Check if group is not a directory.
6929         (nnfolder-request-expire-articles): Don't delete articles if the target
6930         group is not available.
6931
6932         * nnml.el (nnml-request-create-group): Properly check if group is not a
6933         file.
6934         (nnml-request-expire-articles): Don't delete articles if the target
6935         group is not available.
6936
6937         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6938         Don't quote characters that are within parentheses.
6939
6940 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6943         (gnus-handle-ephemeral-exit): Select article according to it.
6944
6945 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * message.el (message-insert-formated-citation-line): Remove newline.
6948         (message-citation-line-format): Add final \n here so that the user can
6949         avoid a blank line.
6950
6951 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6952
6953         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6954         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6955         Update lanl/arXiv support.
6956
6957 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * gnus.el: Bump version number.
6960
6961 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6962
6963         * gnus.el (gnus-version-number): Bump version.
6964
6965 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6966
6967         * gnus.el: No Gnus v0.6 is released.
6968
6969 2007-04-27  Didier Verna  <didier@xemacs.org>
6970
6971         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6972         * gmm-utils.el (gmm-regexp-concat): here.
6973         * message.el: Don't require 'gnus-util.
6974         (message-dont-reply-to-names): Handle name change above.
6975         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6976
6977 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6980         since the initial value varies according to the system.
6981
6982 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6985
6986 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6987
6988         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6989
6990 2007-04-24  Didier Verna  <didier@xemacs.org>
6991
6992         Improve the type of gnus-ignored-from-addresses.
6993         * gnus-util.el (gnus-orify-regexp): New function.
6994         * message.el (gnus-util): Require it.
6995         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6996         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6998
6999 2007-04-24  Didier Verna  <didier@xemacs.org>
7000
7001         * gnus-sum.el:
7002         * gnus-utils.el: Fix some trailing whitespaces.
7003
7004 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7007         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7008         article's Message-ID; refer parent article in summary buffer.
7009
7010         * message.el (message-bounce): Call mime-to-mml.
7011
7012         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7013         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7014         optimize and/or forms properly.
7015
7016 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7019         URL.
7020
7021 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7024
7025 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7028         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7029         displayed of multipart/alternative part if it is invoked from summary
7030         buffer.
7031
7032         * mm-view.el (mm-inline-text-html-render-with-w3m)
7033         (mm-inline-text-html-render-with-w3m-standalone)
7034         (mm-inline-render-with-function): Use mail-parse-charset by default.
7035
7036 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7037
7038         * parse-time.el (parse-time-string-chars): Check if CHAR
7039         is less than the length of parse-time-syntax.
7040
7041 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7044         from gnus-newsgroup-processable.
7045
7046 2007-04-16  Didier Verna  <didier@xemacs.org>
7047
7048         * gnus-msg.el (gnus-configure-posting-styles): Handle
7049         message-signature-directory properly with :file syntax.  Reported by
7050         "Leo".
7051
7052 2007-04-11  Didier Verna  <didier@xemacs.org>
7053
7054         New user option: message-signature-directory.
7055         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7056         * message.el (message-insert-signature): Ditto.
7057         * message.el (message-signature-file): Doc update.
7058         * message.el (message-signature-directory): New.
7059
7060 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-msg.el (gnus-inews-yank-articles): Use
7063         message-exchange-point-and-mark instead of exchange-point-and-mark.
7064
7065 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * message.el (message-yank-original): Make sure cited text ends with
7068         newline; don't exchange point and mark.
7069
7070 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7071
7072         * tls.el (open-tls-stream): Properly handle case where there
7073         is no associated buffer.
7074
7075 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7076
7077         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7078         message-yank-original, make sure (< mark TEXT point).
7079
7080 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * message.el (message-fill-column): New variable.
7083         (message-mode): Use it.  Add comment on a possible new hook.
7084
7085         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7086         (nnmail-get-new-mail): Reformat.
7087
7088         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7089
7090         * gmm-utils.el: Fix Commentary.
7091         (gmm-tool-bar-from-list): Fix typo in doc string.
7092
7093 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7094
7095         * message.el (message-yank-original): Don't switch point and mark
7096         unnecessarily to put point and mark as documented.
7097
7098 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7101         from the message heads.
7102
7103 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7104
7105         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7106         article buffer does not have a window.  This may not be the best
7107         solution but is certainly better than setting the start of the null,
7108         that is the current, window.
7109
7110 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7113         (gnus-draft-setup): Run it.
7114
7115         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7116         gnus-score-fast-scoring.  Allow regexp.
7117         (gnus-score-headers): Use it.
7118
7119         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7120         XEmacs.
7121
7122         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7123         string.
7124         (gnus-button-alist): Also catch `<f1> k ...'.
7125         (gnus-treat-display-x-face): Fix doc string.
7126
7127 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7128
7129         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7130         evaluation of gnus-extended-version to ensure correct generation of the
7131         User-Agent header when message-generate-headers-first is used.
7132
7133 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7134
7135         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7136         hashcash-path is nil.  Don't call callback with incorrect number of
7137         parameters if val is 0.
7138
7139 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7140
7141         * message.el (message-required-news-headers):
7142         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7143
7144 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7145
7146         * tls.el (open-tls-stream): In handshake-waiting loop,
7147         don't wait more if there is output available to process.
7148
7149 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7150
7151         * tls.el (tls-program): Doc fix.
7152
7153 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * message.el (message-generate-new-buffers): Change the meaning of the
7156         nil value; add `standard' to the choices; treat t as `unique'; improve
7157         doc string.
7158         (gnus-select-frame-set-input-focus): Autoload.
7159         (message-buffer-name): Search for the existing message buffer if
7160         message-generate-new-buffers is nil or `standard'; treat the value t of
7161         message-generate-new-buffers as `unique'.
7162         (message-pop-to-buffer): Raise the frame already displaying the message
7163         buffer; clear the echo area after querying.
7164         (message-setup): Pass the `continue' argument to compose-mail.
7165         (message-mail): Prefer `switch-function' if it is given; search for the
7166         existing message buffer if the `continue' argument is non-nil; pass
7167         continue and switch-function arguments to compose-mail by way of
7168         message-setup.
7169         (message-mail-other-window): Adjust argument of message-setup.
7170         (message-mail-other-frame): Ditto.
7171
7172 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7175         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7176         to turn font-lock on when turning gnus-message-citation-mode on.
7177
7178 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7179
7180         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7181         (mml-smime-function-alist): New variable; add epg as the backend.
7182         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7183         mml-smime- functions instead.
7184         * mm-view.el: Require smime.
7185
7186 2007-03-05  Didier Verna  <didier@xemacs.org>
7187
7188         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7189         instead of just inheritance for posting styles.
7190         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7191
7192 2007-02-24  Chris Moore  <dooglus@gmail.com>
7193
7194         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7195         * pgg-pgp.el (pgg-pgp-encrypt-region):
7196         * pgg-gpg.el (pgg-gpg-encrypt-region):
7197         Check pgg-encrypt-for-me if no other recipients.
7198
7199 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7200
7201         * tls.el (tls-certtool-program): Fix custom type.
7202
7203 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7206         and point-at-eol instead of line-(beginning|end)-position.
7207
7208         * assistant.el (assistant-parse-buffer): Ditto.
7209
7210         * netrc.el (netrc-parse-services): Ditto.
7211
7212 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7213
7214         * mml2015.el (mml2015-epg-find-usable-key): New function.
7215         (mml2015-epg-sign): Use it.
7216         (mml2015-epg-encrypt): Use it.
7217
7218 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * message.el (message-make-in-reply-to): Quote name containing
7221         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7222         if there are special characters.  Reported by NAKAJI Hiroyuki
7223         <nakaji@jp.freebsd.org>.
7224
7225 2007-02-27  Didier Verna  <didier@xemacs.org>
7226
7227         Include the group parameters as well as the topic ones in the
7228         inheritance filter process.
7229         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7230         argument GROUP-PARAMS-LIST.
7231         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7232
7233 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * nntp.el (nntp-never-echoes-commands)
7236         (nntp-open-connection-functions-never-echo-commands): New variables.
7237         (nntp-send-command): Use them.
7238
7239 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7240
7241         * mml2015.el (mml2015-epg-verify): Simplified.
7242
7243 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * mml.el (mml-content-disposition-alist): New user option.
7246         (mml-content-disposition): New function.
7247         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7248         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7249
7250 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7251
7252         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7253         verification.
7254
7255 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7256
7257         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7258         articles posted in the last 24 hours.
7259
7260 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7261
7262         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7263
7264 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7265
7266         * nntp.el (nntp-send-command): Don't wait for echoes when
7267         nntp-open-ssl-stream is used.
7268
7269 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7272         (gnus-message-add-citation-keywords)
7273         (gnus-message-remove-citation-keywords): Remove.
7274         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7275         directly, make the variables in font-lock-defaults buffer-local, add
7276         gnus-message-citation-keywords to them and then update the value of
7277         font-lock-keywords.
7278
7279 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * message.el (message-cite-original-1): Don't call
7282         gnus-article-highlight-citation.
7283
7284         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7285         citations; fix line count.
7286
7287 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7290         (gnus-message-add-citation-keywords)
7291         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7292         versions of font-lock-add-keywords and font-lock-remove-keywords to
7293         work with XEmacs correctly.
7294
7295 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-cite.el (gnus-cite-face-list): Set the values of
7298         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7299         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7300         (gnus-message-cite-prefix-regexp): New variable.
7301         (gnus-message-search-citation-line): Use it; protect against long
7302         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7303         the 0th match data for Emacs.
7304         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7305         (gnus-message-add-citation-keywords): Append keywords rather than
7306         prepending; emulate font-lock-add-keywords if it is not available.
7307         (gnus-message-remove-citation-keywords): Emulate
7308         font-lock-remove-keywords if it is not available.
7309
7310         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7311
7312         * message.el (message-cite-prefix-regexp): Set the value of
7313         gnus-message-cite-prefix-regexp.
7314
7315 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7316
7317         * nnweb.el (nnweb-google-parse-1): Update parser.
7318
7319 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7320
7321         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7322
7323 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7324
7325         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7326         regexp.
7327
7328 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7331         string-to-multibyte.
7332         (uudecode-decode-region-internal): Use it.
7333
7334         * lpath.el: Fbind string-as-multibyte for XEmacs.
7335
7336 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7339         custom choice.
7340
7341         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7342
7343 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7344
7345         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7346
7347         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7348         `write-region' to respect `mm-inhibit-file-name-handlers'.
7349
7350 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7353         Use gnus-home-directory instead of "~/" or "$HOME".
7354
7355 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7356
7357         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7358         to mention filename.
7359         Add comments at beginning regarding usage.
7360         (encrypt-write-file-contents): Change interactive so a string is
7361         acceptable.  If the file has no associated model, show an error instead
7362         of a nonsense prompt.
7363
7364 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7365
7366         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7367         Thanks to Yoshihiko Yamada for kind notification of this typo.
7368
7369 2007-01-12  Kenichi Handa  <handa@m17n.org>
7370
7371         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7372         multibyte buffer.
7373
7374 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * gnus-score.el (gnus-score-fast-scoring): New variable.
7377         (gnus-score-headers): Use it.
7378
7379         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7380
7381         * message.el (message-cite-original-1): Call
7382         gnus-article-highlight-citation if requested.
7383         (message-make-from): Allow name and address as optional arguments.
7384
7385         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7386
7387         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7388         bugs to doc string.
7389         (gnus-button-alist): Add mid\\|message-id.
7390         (gnus-button-fetch-group): Extend for use in
7391         `browse-url-browser-function'.
7392         (gnus-button-url-regexp): Try to catch paired parentheses like in
7393         Wikipedia URLs.
7394
7395         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7396         Suggested by Simon Krahnke <overlord@gmx.li>.
7397
7398 2007-01-13  Romain Francoise  <romain@orebokech.com>
7399
7400         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7401         Update copyright.
7402
7403 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7404
7405         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7406
7407 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7408
7409         * gnus-registry.el (gnus-registry-unfollowed-groups)
7410         (gnus-registry-split-fancy-with-parent): Fix documentation.
7411
7412 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413
7414         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7415         from nnweb groups.
7416
7417 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7418
7419         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7420         Xref urls.  Erase buffer before requesting head.
7421
7422 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7425         customizable.
7426
7427 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7428
7429         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7430         no signing key is found.
7431         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7432         no encrypting and/or signing key is found.
7433
7434 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7437
7438 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7439
7440         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7441         headers read from disk with the ones newly found in the current search.
7442         This should no longer cause problems, because the article numbers in
7443         Gmane's `nov.php' output are ignored since the previous change.
7444
7445 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7446
7447         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7448
7449 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7452         replace-regexp-in-string; bind url-version; fbind display-images-p and
7453         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7454         find-face and set-itimer-function for Emacs; bind itimer-list for
7455         Emacs.
7456
7457         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7458
7459 2007-01-01  Romain Francoise  <romain@orebokech.com>
7460
7461         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7462
7463 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7464
7465         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7466         `define-minor-mode' macro definition expanded properly.
7467         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7468         exclude it there.
7469
7470         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7471         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7472         `fboundp' test.
7473         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7474         This is OK to autoload in (S)XEmacs now.
7475
7476 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7479         keystroke.
7480         (gnus-summary-limit-to-singletons): Fix typo.
7481
7482         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7483         else fails.
7484
7485 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7486
7487         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7488         docstring.
7489
7490         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7491         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7492         (gnus-summary-insert-dormant-articles): Fix typo in message.
7493
7494 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7497         nil for XEmacs.
7498         (gnus-message-citation-mode): Don't autoload in XEmacs.
7499
7500         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7501
7502 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7503
7504         * nnimap.el (nnimap-expunge-search-string): Mention
7505         nnimap-search-uids-not-since-is-evil in docstring.
7506
7507 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * spam.el: Revert to make-obsolete-variable because
7510         define-obsolete-variable-alias is not supported in Emacs 21.
7511
7512         * spam.el (spam-ifile-path, spam-ifile-database-path)
7513         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7514         make-obsolete-variable.
7515         (spam-bsfilter-path, spam-bsfilter-program)
7516         (spam-spamassassin-path, spam-spamassassin-program)
7517         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7518         use "path" inappropriately.
7519         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7520         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7521         variable names.
7522
7523 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7524
7525         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7526         summary buffer.
7527
7528         * password.el (password-cache-remove): Use clear-string to burn
7529         password, if available.
7530
7531 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7534
7535         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7536
7537         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7538         (gnus-message-highlight-citation): Move defcustom here from
7539         gnus-cite.el.
7540         (gnus-message-citation-mode): Autoload.
7541
7542         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7543         checks to make it compile with XEmacs.
7544         (gnus-message-citation-mode): New minor mode.
7545         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7546         (gnus-message-highlight-citation): New variables.
7547         (gnus-message-search-citation-line)
7548         (gnus-message-add-citation-keywords)
7549         (gnus-message-remove-citation-keywords)
7550         (turn-on-gnus-message-citation-mode)
7551         (turn-off-gnus-message-citation-mode): New functions.
7552
7553 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7554
7555         * gnus-cite.el: Enable highlighting of different citation levels in
7556         message-mode.
7557
7558 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * message.el (message-make-fqdn): Fix comment.
7561         (message-bogus-system-names): Add ".local".
7562
7563         * spam.el (spam-ifile-path, spam-ifile-program)
7564         (spam-ifile-database-path, spam-ifile-database)
7565         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7566         Don't use "path" inappropriately.
7567         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7568         strings.
7569         (spam-check-ifile, spam-ifile-register-with-ifile)
7570         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7571         new variable names.
7572
7573         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7574         (gnus-treat-display-smileys): Simplify using
7575         gnus-image-type-available-p.
7576
7577         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7578         available.
7579
7580         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7581         `display-images-p' if available.
7582
7583 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7586         one after turning on the buffer's multibyteness instead of decoding
7587         them directly in the unibyte buffer that causes unexpected conversion
7588         in Emacs 23 (unicode).
7589
7590 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7591
7592         * message.el (message-generate-hashcash): Fix custom type.
7593
7594 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7597
7598 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7601         disconnect icons.  Add help text.
7602
7603 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7604
7605         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7606         negated to be consistent with the others we handle.
7607
7608 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609
7610         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7611         version of gnus-summary-buffer to something, so that we can use two
7612         article buffers at the same time.
7613
7614 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7615
7616         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7617         trigger all the extra headers.
7618         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7619         sorting.
7620
7621 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7622
7623         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7624         solid groups.
7625
7626 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7627
7628         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7629
7630 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * legacy-gnus-agent.el: Add Copyright notice.
7633
7634 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7635
7636         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7637
7638 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7639
7640         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7641
7642         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7643         to make it work reliably in CVS Emacs.
7644         (gnus-summary-limit-strange-charsets-predicate)
7645         (gnus-summary-limit-to-predicate): New functions.
7646
7647 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7648
7649         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7650         specifying array size.
7651         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7652         array if it is too small.
7653         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7654         (gnus-sort-threads-loop): New function.
7655
7656 2006-12-06  Chris Moore  <dooglus@gmail.com>
7657
7658         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7659         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7660
7661 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7662
7663         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7664         options.
7665
7666 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667
7668         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7669         DOS-ing the recipient.
7670
7671         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7672         the headers when creating the mapping to avoid mismappings.
7673         (nnweb-gmane-create-mapping): Always nix out old mapping.
7674
7675 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7678         and mm-verify-option to never.
7679
7680 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * message.el (message-signed-or-encrypted-p): New function.
7683         (message-forward-make-body): Use it.
7684
7685         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7686         Replace encode-coding-string with mm-encode-coding-string.
7687
7688 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * nneething.el (nneething-decode-file-name): Replace
7691         decode-coding-string with mm-decode-coding-string.
7692
7693         * gnus-int.el (gnus-open-server): Say failed server's name.
7694
7695 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7696
7697         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7698         strings to a single string.  Quote `errors-file-name'.
7699         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7700         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7701         Adjust calls.  Use `shell-quote-argument'.
7702
7703 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7704
7705         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7706         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7707
7708         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7709         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7710         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7711         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7712         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7713         (gnus-subscribe-newsgroup, gnus-1):
7714         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7715         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7716         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7717         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7718
7719 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7722         keystroke.
7723         (gnus-summary-limit-to-bodies): Implement headersp.
7724
7725 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7728
7729 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7732
7733 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * message.el (message-generate-hashcash): Expand range of values to
7736         include `opportunistic'.
7737         (message-send-mail): Use it.
7738
7739 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7740
7741         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7742         and comment it.
7743
7744         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7745
7746 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * gnus-util.el (gnus-extract-address-components): Improve comment.
7749
7750 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * gnus-util.el (gnus-extract-address-components): Work with address in
7753         which the name portion contains @.
7754
7755         * lpath.el: Fbind custom-autoload.
7756
7757 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus.el (gnus-start): Move custom group up.
7760         (gnus-select-method): Don't autoload, but make it available for
7761         `customize-variable'.
7762         (gnus-getenv-nntpserver): Don't autoload.
7763
7764 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7765
7766         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7767
7768 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * message.el (message-sendmail-extra-arguments): New variable.
7771         (message-send-mail-with-sendmail): Use it.
7772
7773 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7776         mm-with-unibyte-current-buffer to make string unibyte.
7777
7778         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7779         mm-string-as-multibyte.
7780
7781 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7782
7783         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7784         Reported by Werner Koch <wk@gnupg.org>.
7785
7786 2006-11-14  Daiki Ueno  <ueno@p360>
7787
7788         * mml2015.el: Autoload epa-select-keys when compiling.
7789
7790 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7791
7792         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7793         message-options.
7794         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7795
7796 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7797
7798         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7799         EasyPG (< 0.0.6).
7800         (mml2015-always-trust): New user option.
7801         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7802         prompt.
7803
7804 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * nntp.el (nntp-authinfo-force): New variable.
7807         (nntp-send-authinfo): Use it.
7808
7809 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7812         decode encoded words.  Improve prompt.  Add comment about forwarding.
7813         (message-replacement-char): Move up.
7814
7815 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7816
7817         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7818         instead of gnus-intersection because arguments of gnus-sorted-nunion
7819         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7820
7821 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7824         (message-simplify-subject-functions): Enable
7825         message-strip-subject-encoded-words by default.
7826
7827 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * message.el (message-strip-subject-encoded-words): New function.
7830         (message-simplify-subject-functions): New variable.
7831         (message-simplify-subject): Use it.  Fix typo in doc string.
7832         Support message-strip-subject-encoded-words.
7833
7834 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7835
7836         * gnus-diary.el (gnus-diary-delay-format-function):
7837         * nndiary.el (nndiary-reminders):
7838         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7839
7840 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * gnus-art.el (article-hide-boring-headers): Fetch date from
7843         gnus-original-article-buffer to avoid problems with localized date
7844         strings.
7845
7846 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7849
7850 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7853         New variables.
7854         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7855         (mm-charset-synonym-alist): Move some entries to
7856         mm-codepage-iso-8859-list.
7857         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7858         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7859
7860 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7863
7864 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7867         with Emacs 21 and XEmacs.
7868
7869 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * spam.el (spam-parse-address): New function for better parsing,
7872         catching errors, etc.
7873         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7874
7875 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * mm-view.el: Add interactive arg to html2text autoload.
7878
7879 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7882
7883 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7886         variables.
7887         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7888         (mm-charset-synonym-alist): Move some entries to
7889         mm-codepage-iso-8859-list.
7890
7891         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7892
7893 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7894
7895         * message.el (message-citation-line-format)
7896         (message-insert-formated-citation-line): Fix implementation of %E, %N
7897         and %n according to the doc string.
7898
7899 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7900
7901         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7902         car-safe to avoid bad parses.
7903
7904 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7907         names.
7908
7909         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7910
7911 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7914         header.
7915
7916         * message.el (message-draft-headers): Add Date.
7917         (message-headers-to-generate): Fix typo in docstring.
7918
7919         * nndraft.el (nndraft-required-headers): New variable.
7920         (nndraft-generate-headers): Use it.
7921
7922         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7923
7924 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7925
7926         * gnus-registry.el (gnus-registry-wash-for-keywords)
7927         (gnus-registry-find-keywords): New functions to allow easy searching of
7928         articles that are in the registry.
7929
7930 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7931
7932         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7933         ietf-drums-parse-address instead of gnus-extract-address-components.
7934         Reported by Damien Elmes <damien@repose.cx>.
7935
7936 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * gnus.el (gnus-mime): Remove unused custom group.
7939
7940 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7941
7942         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7943         "blank line" when searching for end of armor headers.
7944
7945 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gmm-utils.el (gmm-write-region): Fix variable name.
7948
7949 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * gmm-utils.el (gmm-write-region): New function based on compatibility
7952         code from `mm-make-temp-file'.
7953
7954         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7955
7956         * nnmaildir.el (nnmaildir--update-nov)
7957         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7958         Use `gmm-write-region'.
7959
7960 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7963         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7964
7965         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7966
7967         * message.el (message-replacement-char): New variable.
7968         (message-fix-before-sending): Use it.
7969         (message-simplify-subject): New function to remove duplicate code.
7970         (message-reply, message-followup): Use it.
7971
7972         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7973         gnus-summary-limit-to-articles.
7974
7975 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-util.el (gnus-with-local-quit): New macro.
7978
7979         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7980
7981 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7982
7983         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7984         ignore non-string data.
7985
7986 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7987
7988         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7989         non-string data (needs to be done in the registry too).
7990
7991 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7992
7993         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7994         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7995         (gnus-registry-split-fancy-with-parent)
7996         (gnus-registry-fetch-simplified-message-subject-fast)
7997         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7998         Remove text properties on ingress into the registry and when it's saved.
7999         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8000         registry from entries with no groups.
8001
8002 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8003
8004         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8005         function to remove string properties.
8006
8007 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * gmm-utils.el (gmm): Adjust custom version.
8010
8011         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8012         custom version.
8013
8014         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8015
8016 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * gnus-art.el (gnus-insert-prev-page-button)
8019         (gnus-insert-next-page-button): Simplify.  Reformat.
8020
8021 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8022
8023         * gnus-art.el (gnus-insert-prev-page-button)
8024         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8025
8026 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8027
8028         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8029
8030 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8031
8032         * gnus-art.el (gnus-insert-mime-button)
8033         (gnus-insert-mime-security-button):
8034         Apply gnus-article-button-face to MIME and security buttons.
8035
8036 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8039         readable.
8040
8041 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8044
8045 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8046
8047         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8048         `browse-url-of-file' instead of `browse-url'.
8049
8050 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8051
8052         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8053         regexp.  Articles containing quotation were cut prematurely.
8054
8055 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * message.el (message-cite-original-1): Use nobody by default for the
8058         value of From header.
8059         (message-reply): Ditto.
8060
8061 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8062
8063         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8064         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8065         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8066
8067 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8070         mails in the doc string.  Add some URLs in comment.
8071         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8072
8073 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8076         backslashes handling and the way to find boundaries of quoted strings.
8077
8078 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8079
8080         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8081         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8082         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8083         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8084
8085 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8088         doc string.
8089         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8090
8091 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * lpath.el: Fbind epg-check-configuration.
8094
8095 2006-09-06  Simon Josefsson  <jas@extundo.com>
8096
8097         * mml2015.el (mml2015-use): Doc fix, mention epg.
8098
8099 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8100
8101         * mml2015.el (mml2015-use): Default to epg, if available.
8102
8103 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8104
8105         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8106         message-sender.
8107         (mml1991-epg-encrypt): Ditto.
8108         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8109         message-sender.
8110         (mml2015-epg-encrypt): Ditto.
8111
8112 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8113
8114         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8115         several common directories.
8116
8117 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8118
8119         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8120         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8121
8122 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-art.el (article-decode-encoded-words): Make it fast.
8125
8126 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8129
8130         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8131         in quoted string into `\'.
8132
8133 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8136         Use standard-syntax-table.
8137
8138 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus-art.el (gnus-decode-address-function): New variable.
8141         (article-decode-encoded-words): Use it to decode headers which are
8142         assumed to contain addresses.
8143         (gnus-mime-delete-part): Remove useless `or'.
8144
8145         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8146         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8147         (gnus-nov-parse-line): Use it to decode From header.
8148         (gnus-get-newsgroup-headers): Ditto.
8149         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8150
8151         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8152         (mail-decode-encoded-address-string): New alias.
8153
8154         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8155         New function.
8156         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8157         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8158         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8159         (rfc2047-decode-string): Ditto.
8160         (rfc2047-decode-address-region): New function.
8161         (rfc2047-decode-address-string): New function.
8162
8163 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * message.el (message-caesar-buffer-body): Allow rotating headers.
8166
8167         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8168
8169         * message.el (message-insert-formated-citation-line): Fix %f.
8170         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8171
8172 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8175         (gnus-bookmark-mouse-available-p): New macro.
8176         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8177         (gnus-bookmark-bmenu-show-infos): Use it.
8178         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8179         (gnus-bookmark-bmenu-hide-infos): Ditto.
8180         (gnus-bookmark-remove-properties): New function.
8181         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8182         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8183         (gnus-bookmark-write-file): Bind coding-system-for-write.
8184         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8185         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8186         group before selecting it.
8187         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8188         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8189         quit-window if it is not available; use gnus-mouse-2 and bind it to
8190         gnus-bookmark-bmenu-select-by-mouse.
8191         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8192         (gnus-bookmark-bmenu-select-by-mouse): New function.
8193
8194 2006-08-13  Romain Francoise  <romain@orebokech.com>
8195
8196         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8197         space.
8198
8199 2006-08-10  Romain Francoise  <romain@orebokech.com>
8200
8201         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8202         (dns-mode-soa-auto-increment-serial): New user option.
8203         (dns-mode-soa-maybe-increment-serial): New function.
8204         (dns-mode): Add the latter to `write-contents-functions'.
8205
8206 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * compface.el (uncompface): Use binary rather than raw-text-unix.
8209
8210 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * compface.el (uncompface): Make sure the eol conversion doesn't take
8213         place when communicating with the external programs.  Reported by
8214         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8215
8216 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8219
8220 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8221
8222         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8223         Make it more robust by parsing author and date independently.
8224
8225 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8228
8229 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8230
8231         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8232         first matching secret key.
8233         (mml2015-epg-encrypt): Ditto.
8234
8235         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8236         first matching secret key.
8237         (mml1991-epg-encrypt): Ditto.
8238
8239         * mml2015.el (mml2015-encrypt-to-self): New user option.
8240         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8241         mml2015-epg-encrypt-to-self is set.
8242
8243         * mml1991.el (mml1991-encrypt-to-self): New variable.
8244         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8245         mml1991-epg-encrypt-to-self is set.
8246
8247         * mml2015.el (mml2015-signers): New user option.
8248         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8249         (mml2015-epg-encrypt): Allow to select signing keys.
8250
8251         * mml1991.el (mml1991-signers): New variable.
8252         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8253         (mml1991-epg-encrypt): Allow to select signing keys.
8254
8255 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * nnheader.el (nnheader-insert-head): Make it work even if the file
8258         uses CRLF for the line-break code.
8259
8260 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8261
8262         * mml2015.el: Require mml-sec instead of password.
8263         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8264         (mml2015-cache-passphrase): Inherit the default value from
8265         mml-secure-cache-passphrase.
8266         (mml2015-passphrase-cache-expiry): Inherit the default value from
8267         mml-secure-passphrase-cache-expiry.
8268
8269         * mml1991.el: Require mml-sec instead of password.
8270         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8271         (mml1991-cache-passphrase): Inherit the default value from
8272         mml-secure-cache-passphrase.
8273         (mml1991-passphrase-cache-expiry): Inherit the default value from
8274         mml-secure-passphrase-cache-expiry.
8275
8276         * mml-sec.el: Require password.
8277         (mml-secure-verbose): New user option.
8278         (mml-secure-cache-passphrase): New user option.
8279         (mml-secure-passphrase-cache-expiry): New user option.
8280
8281 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8282
8283         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8284         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8285         andreas@altroot.de (Andreas Vögele).
8286
8287         FIXME: Use `tiny change'?
8288
8289 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8290
8291         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8292         workaround for the url package included with Emacs.
8293
8294         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8295
8296 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8299         correctly.  This fixes a bug caused by the 2006-05-12 change.
8300
8301 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8302
8303         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8304         some information about the error when saying that the `bogus' mail
8305         group will be used.
8306
8307 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8310         string.
8311
8312 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8313
8314         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8315
8316 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8317
8318         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8319
8320 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8321
8322         * mml1991.el (mml1991-function-alist): Add epg.
8323         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8324         (mml1991-epg-encrypt): New functions.
8325
8326 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8327
8328         * mml2015.el (mml2015-verbose): New variable.
8329         (mml2015-cache-passphrase): Ditto.
8330         (mml2015-passphrase-cache-expiry): Ditto.
8331         (mml2015-function-alist): Add epg.
8332         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8333         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8334         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8335         functions.
8336
8337 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8338
8339         * message.el (message-cite-original-1): Preserve region when removing
8340         quoted text due to X-No-Archive in order to avoid bogus attribution
8341         when citing multiple messages.
8342
8343 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8344
8345         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8346         Kenneth Jacker <khj@be.cs.appstate.edu>.
8347
8348 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-diary.el (gnus-user-format-function-d)
8351         (gnus-user-format-function-D): Autoload.
8352
8353         * imap.el (Commentary): Fix typo.
8354
8355         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8356         2006-04-22 contribution.
8357
8358 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8359
8360         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8361         It didn't really fix the bogosity I'm seeing with solid web groups.
8362
8363 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8364
8365         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8366         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8367         created using server names.  If we use the feature without declaring
8368         it, Gnus does not properly manage server and group state.
8369
8370         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8371         bound.
8372
8373 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8374
8375         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8376         looking up the method using GROUP's prefix before inventing a new one.
8377         It is used on killed/unknown groups in various places where returning
8378         an all-new method isn't expected by the caller.
8379
8380         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8381         and match semantics of gnus-group-real-prefix.
8382
8383 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * nnmail.el (nnmail-broken-references-mailers): New variable.
8386         (nnmail-ignore-broken-references): New function generalizing
8387         nnmail-fix-eudora-headers.
8388         (nnmail-fix-eudora-headers): Now obsolete.
8389
8390         * gnus-art.el (gnus-button-handle-custom): Support
8391         `customize-apropos*'.
8392
8393 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8396
8397         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8398         articles.
8399
8400 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * message.el (message-cite-reply-above): New variable.
8403         (message-yank-original): Use it.
8404
8405 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8408
8409 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8412         as read.
8413
8414         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8415
8416 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8419         (gnus-bookmark-default-file): Use gnus-directory.
8420         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8421         Remove "*" in doc string.
8422         (gnus-bookmark-write-file): Simplify.
8423         (gnus-bookmark-maybe-sort-alist): Use `when'.
8424         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8425         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8426         FIXME about Emacs 21 and XEmacs compatibility.
8427         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8428         compatibility.
8429         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8430         compatibility.
8431         (gnus-bookmark-menu-heading): Fix version.
8432
8433 2006-06-19  Bastien Guerry  <bzg@altern.org>
8434
8435         * gnus-bookmark.el: New file.
8436
8437 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * message.el (message-syntax-checks): Doc fix.
8440
8441 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8442
8443         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8444         unsubscribed groups as if they were killed ones.  It causes duplicate
8445         entries in gnus-newsrc-alist.
8446
8447 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * message.el (message-syntax-checks): Doc fix.
8450         (message-send-mail): Add check for continuation headers.
8451         (message-check-news-header-syntax): Fix regexp used to check for
8452         continuation headers.
8453
8454 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8457
8458 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8461
8462 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8465         default-truncate-lines.
8466
8467 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8470         to fill the utf-8 entry.
8471
8472         * lpath.el: Fbind unicode-precedence-list.
8473
8474 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8475
8476         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8477
8478 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8479
8480         * gnus-agent.el (directory-files-and-attributes): Move all the way
8481         forward (the third and final move).
8482         (gnus-agent-read-agentview): Trap reconstruction errors due to
8483         nonexistant directory.  Handle by returning nil.
8484
8485 2006-05-30  Didier Verna  <didier@xemacs.org>
8486
8487         * message.el (message-dont-reply-to-names): Update the custom type.
8488         * message.el (message-dont-reply-to-names): New defsubst: potentially
8489         convert a list of regexps into a single one.
8490         * message.el (message-get-reply-headers): Use it.
8491         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8492
8493 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * gnus-agent.el (directory-files-and-attributes): Move forward.
8496
8497 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * gnus-ml.el (gnus-mailing-list-subscribe)
8500         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8501         (gnus-mailing-list-message): Fix doc strings.
8502
8503 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8504
8505         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8506         of doing it manually.
8507
8508 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8511         comment.
8512
8513 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8514
8515         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8516         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8517         (gnus-agent-read-local): All symbols allocated in my-obarray.
8518         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8519         (gnus-agent-regenerate-group): Check numeric names to see if they are
8520         messages or groups.
8521         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8522         better way of do this...)
8523
8524         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8525         'dummy.group' (there should be a better way of do this...)
8526
8527 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8530         (gnus-saved-headers): Ditto.
8531         (gnus-default-article-saver): Mention functions may have properties.
8532         (gnus-article-save): Override gnus-save-all-headers and
8533         gnus-saved-headers by :headers property which saver function may have.
8534         (gnus-summary-save-in-file): Add :headers property.
8535         (gnus-summary-write-to-file): Ditto.
8536
8537         * gnus-sum.el (gnus-summary-save-article): Bind
8538         gnus-prompt-before-saving to t when saving many articles in a file;
8539         always show all headers.
8540
8541         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8542
8543 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8546         marks.
8547
8548         * message.el (message-indent-citation): Add optional arguments to allow
8549         using it outside of message buffers.
8550
8551         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8552         (gnus-article-treat-unfold-headers): Use it.
8553         (gnus-article-truncate-lines): New variable.
8554         (gnus-article-mode): Use it.
8555         (gnus-article-toggle-truncate-lines): New function.
8556
8557         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8558         gnus-article-toggle-truncate-lines.
8559
8560         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8561         coding system in XEmacs, use binary.
8562
8563 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8566         after-load-alist.
8567
8568         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8569         this function should save decoded articles.
8570         (gnus-summary-write-to-file): Use property to specify this function
8571         should save decoded articles and specify gnus-summary-save-in-file
8572         should be used to save articles other than the first one when saving
8573         many articles.
8574         (gnus-summary-save-body-in-file): Use property to specify this
8575         function should save decoded articles.
8576         (gnus-summary-write-body-to-file): Use property to specify this
8577         function should save decoded articles and specify
8578         gnus-summary-save-body-in-file should be used to save articles other
8579         than the first one when saving many articles.
8580
8581         * gnus-sum.el (gnus-summary-save-article): Simplify.
8582
8583 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-art.el (gnus-default-article-saver): Add
8586         gnus-summary-write-body-to-file.
8587         (gnus-article-save-coding-system): Don't use coding system object
8588         in XEmacs.
8589         (gnus-read-save-file-name): Add optional `dir-var' argument which
8590         specifies directory in which files are saved; work even if optional
8591         `variable' argument is not specified.
8592         (gnus-summary-write-to-file): Read file name.
8593         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8594         (gnus-summary-write-body-to-file): New function.
8595
8596         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8597         (gnus-summary-local-variables): Add it.
8598         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8599         (gnus-summary-save-article): Remove optional `decode' argument;
8600         determine whether to decode articles by the value of
8601         gnus-default-article-saver; when saving many files using
8602         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8603         it first and use gnus-summary-save-in-file or
8604         gnus-summary-save-body-in-file thereafter unless
8605         gnus-prompt-before-saving is always; move point to article which
8606         will be saved.
8607         (gnus-summary-save-article-file): Revert.
8608         (gnus-summary-write-article-file): Revert.
8609         (gnus-summary-save-article-body-file): Revert.
8610         (gnus-summary-write-article-body-file): New function.
8611
8612 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * gnus-art.el (gnus-default-article-saver): Doc fix.
8615         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8616         from gnus-summary-save-article-coding-system, and default to a
8617         certain coding system.
8618         (gnus-output-to-file): Add coding cookie and encode text according
8619         to gnus-article-save-coding-system; don't use mm-append-to-file.
8620
8621         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8622         gnus-art.el and rename to gnus-article-save-coding-system.
8623         (gnus-summary-save-article): Require gnus-art; don't show all
8624         headers if it decodes articles; don't add coding cookie here;
8625         don't bind mm-text-coding-system-for-write.
8626         (gnus-summary-save-article-file): Save decoded articles.
8627         (gnus-summary-write-article-file): When saving many files, use
8628         gnus-summary-write-to-file first and gnus-summary-save-in-file
8629         thereafter unless gnus-prompt-before-saving is always.
8630         (gnus-summary-save-article-body-file): Save decoded articles.
8631
8632         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8633
8634 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * nnrss.el (nnrss-check-group): Bind hash-index.
8637
8638 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8639
8640         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8641         its hash index.  Store this hash in `nnrss-group-data'.
8642         (nnrss-read-group-data): Update accordingly.
8643
8644 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8647         entry.
8648
8649         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8650         gnus-article-browse-html-article.
8651
8652 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8653
8654         * gnus-sum.el (gnus-summary-mime-map): Add
8655         gnus-article-browse-html-article.
8656
8657         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8658
8659 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8662         suitable coding systems in customize.
8663
8664 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * mail-source.el (mail-sources): Fix custom type.
8667
8668 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8671         (gnus-summary-expire-articles-now): Shorten prompt.
8672
8673         * gmm-utils.el (wid-edit): Require.
8674         (defun-gmm): Renamed from `gmm-defun-compat'.
8675         (gmm-image-search-load-path): Use it.
8676         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8677
8678 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8681         variable.
8682         (gnus-summary-save-article): Add optional `decode' argument.  If
8683         it is set and gnus-summary-save-article-coding-system is non-nil,
8684         save decoded article.
8685         (gnus-summary-write-article-file): Save decoded article if
8686         gnus-summary-save-article-coding-system is non-nil.
8687
8688         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8689         type.
8690
8691 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8694
8695 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8698         first to test gnus-single-article-buffer which may be buffer-local.
8699
8700         * gnus-sum.el (gnus-summary-setup-buffer): Make
8701         gnus-single-article-buffer buffer-local and nil in ephemeral
8702         group; make gnus-article-buffer, gnus-article-current, and
8703         gnus-original-article-buffer always buffer-local.
8704         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8705         group.
8706         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8707
8708 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8709
8710         * nnml.el (nnml-request-compact-group): Compressed files might not
8711         have .gz extension.
8712
8713 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8714
8715         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8716         (mm-copy-to-buffer): Use with-current-buffer.
8717         (mm-display-part): Simplify.
8718         (mm-inlinable-p): Add optional arg `type'.
8719
8720 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8721
8722         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8723         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8724         Try harder to show the attachment internally or externally using
8725         gnus-mime-view-part-as-type.
8726
8727 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * message.el (message-from-style, message-signature-separator)
8730         (message-user-organization-file, message-send-mail-function)
8731         (message-citation-line-function, message-yank-prefix)
8732         (message-indent-citation-function, message-signature)
8733         (message-signature-file, message-signature-insert-empty-line):
8734         Remove autoloads.
8735
8736         * gnus-art.el (gnus-buttonized-mime-types): Remove
8737         "multipart/signed".  Revert 2006-04-26 change.
8738
8739 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740
8741         * gnus.el (gnus-version-number): Bump version.
8742
8743 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8744
8745         * gnus.el: No Gnus v0.5 is released.
8746
8747 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8748
8749         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8750         fetching articles by message-id.
8751
8752 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * message.el (hashcash): Require hashcash as normal.
8755
8756         * ecomplete.el (ecomplete-highlight-match-line): Use
8757         point-at-eol.
8758         (ecomplete-highlight-match-line): Use `highlight', because that
8759         face exists in both Emacs and XEmacs.
8760
8761         * message.el (message-display-abbrev): Use point-at-bol.
8762
8763         * mail-source.el: Don't require timer/timer-funcs.
8764
8765         * gnus-async.el: Ditto.
8766
8767         * password.el: Ditto.
8768
8769         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8770
8771         * mm-url.el: Ditto.
8772
8773         * gnus-xmas.el: Don't require timer-funcs.
8774
8775         * mm-util.el: Require timer/timer-funcs.
8776
8777 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8778
8779         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8780         Close.
8781
8782 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8785         unibyte after clear-decrypt function runs.
8786
8787         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8788         returns as a unibyte string.
8789
8790 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * lpath.el: Revert.
8793
8794         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8795         (pgg-gpg-process-sentinel): Revert.
8796
8797         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8798         (pgg-pgp-lookup-key): Revert.
8799
8800         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8801         (pgg-pgp5-lookup-key): Revert.
8802
8803         * pgg.el (pgg-fetch-key): Revert.
8804
8805 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * lpath.el: Fbind string-as-multibyte for XEmacs.
8808
8809         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8810         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8811         (mml1991-pgg-encrypt): Ditto.
8812
8813         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8814         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8815         a multibyte buffer.
8816
8817         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8818         (pgg-pgp-lookup-key): Ditto.
8819
8820         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8821         (pgg-pgp5-lookup-key): Ditto.
8822
8823         * pgg.el (pgg-fetch-key): Ditto.
8824
8825 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * message.el (message-user-organization-file): Check several
8828         locations of the organization file.
8829
8830         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8831         Add gnus-article-view-part-as-type.
8832
8833         * gnus-art.el (gnus-article-view-part-as-type): New function.
8834
8835         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8836         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8837
8838         * mml.el: Simplify autoload.
8839         (mml-mode): defvar dnd-protocol-alist instead of using
8840         symbol-value.
8841         (mml-default-directory): New variable.
8842         (mml-minibuffer-read-file): Use it.
8843         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8844
8845         * message.el (message-citation-line-format): New variable.
8846         (message-insert-formated-citation-line): New function.
8847         (message-citation-line-function): Add
8848         `message-insert-formated-citation-line' to custom type.
8849
8850         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8851         to doc string.
8852
8853         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8854         depending on mm-verify-option.
8855
8856 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8859         binding pgg-* variables; reimplement the section which prevents
8860         MIME header from being signed.
8861         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8862         pgg-text-mode; remove a blank line at the top of body.
8863
8864         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8865         lines at the top of body; use gnus-newsgroup-charset if there's no
8866         Charset header.
8867
8868 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * message.el (message-self-insert-commands): Doc fix.
8871
8872         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8873         (mm-uu-pgp-encrypted-test): Ditto.
8874         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8875         between header and body; return application/pgp-encrypted handle
8876         if decryption failed; decode decrypted body by charset.
8877
8878         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8879         element match to application/pgp-*.
8880
8881 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8882
8883         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8884         HTML.
8885
8886 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887
8888         * mail-source.el (mail-source-call-script): Message the error
8889         string.
8890
8891 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * gnus-util.el (gnus-byte-compile): Use it.
8894
8895 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8896
8897         * gnus-util.el (kill-empty-logs): New function.
8898
8899 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * message.el (message-mail-alias-type): Doc fix.
8902         (message-mail-alias-type-p): New function.
8903         (message-send): Use it.
8904         (message-mode): Ditto.
8905         (message-strip-forbidden-properties): Ditto.
8906
8907         * ecomplete.el (ecomplete-database-file-coding-system): New
8908         variable.
8909         (ecomplete-save): Use it.
8910         (ecomplete-setup): Use it.
8911
8912 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * message.el (message-self-insert-commands): New variable.
8915         (message-strip-forbidden-properties): Use it.
8916
8917 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8920         that doesn't make XEmacs choke.
8921
8922 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * gnus-util.el (gnus-replace-in-string):
8925         Prefer replace-regexp-in-string over of replace-in-string.
8926
8927 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-util.el (gnus-select-frame-set-input-focus):
8930         Use select-frame-set-input-focus if it is available in XEmacs; use
8931         definition defined in Emacs 22 for old Emacsen.
8932
8933         * dgnushack.el: Autoload unmorse-region for XEmacs.
8934
8935         * lpath.el: Bind cursor-in-non-selected-windows and
8936         select-frame-set-input-focus for XEmacs.
8937
8938 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8941
8942 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8943
8944         * gnus-registry.el (gnus-registry-cache-save): Remove text
8945         properties when saving via the temp buffer.
8946
8947 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * message.el (message-generate-hashcash): Honor custom type.
8950
8951 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952
8953         * message.el (message-generate-hashcash): Default to non-nil when
8954         hashcash is found.
8955
8956         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8957         (gnus-refer-thread-limit): Increase default to 500.
8958
8959         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8960
8961         * flow-fill.el (fill-flowed): Allow delete-space.
8962
8963 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8966         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8967         Remove autoloads.
8968
8969 2006-04-18  Simon Josefsson  <jas@extundo.com>
8970
8971         * message.el (message-generate-hashcash): Default to.
8972
8973 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8976         concatenating segments rather than before concatenating them.
8977
8978 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8981
8982 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983
8984         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8985
8986         * message.el (message-forward-make-body-plain): Allow
8987         message-forward-ignored-headers to be a list.
8988         (message-remove-ignored-headers): Factor out into function.
8989         (message-forward-make-body-mml): Use it.
8990
8991         * imap.el (imap-quote-specials): New function.
8992         (imap-login-auth): Quote specials.
8993
8994         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8995         (rfc2231-parse-string): Allow concatanation of parameters that
8996         aren't contiguous.  The test case is
8997           (mail-header-parse-content-type "message/external-body;
8998             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8999             access-type=LOCAL-FILE;
9000             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9001
9002 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9003
9004         * nntp.el (nntp-accept-process-output): Return the value of
9005         `nnheader-accept-process-output'.
9006
9007 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9010         (gnus-button-alist): Recognize more diff formats.
9011         (gnus-button-patch): Strip directory.
9012
9013 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9016         Emacs 22 when setting focus.
9017
9018 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9019
9020         * gnus-art.el (gnus-article-treat-types): Do treatment of
9021         text/x-verbatim parts.
9022         (gnus-button-patch): New command.
9023
9024         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9025         addresses that contain invalid characters.
9026
9027 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * message.el (message-put-addresses-in-ecomplete): Use
9030         gnus-replace-in-string.
9031         (message-is-yours-p): Use the more correct
9032         mail-header-parse-address instead of
9033         mail-extract-address-components.
9034         (message-put-addresses-in-ecomplete): Fix typo.
9035
9036         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9037         keystroke.
9038
9039         * gnus-art.el (gnus-treatment-function-alist): Change order of
9040         newsgroups/generic header folding to avoid double-folding.
9041
9042         * message.el (message-hidden-headers): Add X-Draft-From.
9043
9044         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9045         command.
9046         (gnus-summary-repeat-search-article-backward): New command.
9047
9048         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9049         groups in the parent topic.
9050
9051 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9052
9053         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9054         (spam-extra-header-to-number): Return the CRM114 number as a
9055         number instead of a string.
9056
9057 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * gnus-art.el (gnus-face-properties-alist): Moved here from
9060         gnus-fun.
9061
9062         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9063
9064 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065
9066         * message.el (message-strip-forbidden-properties): Only display on
9067         self-insert-command.
9068
9069         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9070         reindent.
9071         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9072
9073 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9074
9075         * smiley.el (smiley-style): Fix typo.
9076
9077 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * hashcash.el (hashcash-insert-payment-async-2): Use
9080         message-goto-eoh instead of doing it manually.
9081         (mail-add-payment): Use message-narrow-to-header instead of trying
9082         to do the same itself.
9083
9084         * message.el (message-hidden-headers): Add Face.
9085
9086         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9087         reparenting code.
9088         (gnus-summary-reparent-children): Refactored out code.
9089         (gnus-summary-thread-map): New keystroke.
9090         (gnus-summary-reparent-children): Make into command.
9091
9092         * smiley.el (smiley-style): Default to `medium' if using a large
9093         font.
9094
9095         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9096         does it itself.
9097
9098         * message.el (message-point-in-header-p): Simplify definition.
9099
9100 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101
9102         * nnagent.el (nnagent-request-set-mark): Silence log file
9103         writing.
9104         (nnagent-request-set-mark): Use write-region instead of
9105         append-to-file.
9106
9107         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9108         strange select method.
9109
9110         * ecomplete.el (ecomplete-display-matches): Get highlightling
9111         right.
9112         (ecomplete-display-matches): Use literals.
9113         (ecomplete-display-matches): Disable message logging.
9114
9115         * message.el (message-display-abbrev): Small optimization.
9116
9117         * ecomplete.el (ecomplete-display-matches): Allow automatic
9118         display.
9119
9120         * message.el (message-strip-forbidden-properties): Display
9121         abbrevs.
9122         (message-display-abbrev): Get automatic display right.
9123
9124         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9125         keystrokes.
9126
9127 2006-04-13  Romain Francoise  <romain@orebokech.com>
9128
9129         TODO: Backport to v5-10!
9130
9131         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9132         Moved here (and renamed) from gnus-registry.el.
9133
9134         * gnus-registry.el: Require gnus-util.
9135         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9136
9137 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138
9139         * gnus-group.el (gnus-group-catchup-current): Change
9140         if-then-else-if-then-else into cond.
9141         (gnus-group-catchup): Indent.
9142         (group-name-at-point): New function.
9143         (gnus-fetch-group): Provide default from thing at point.
9144
9145 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9146
9147         * message.el (message-display-abbrev): Fix regexp.
9148
9149         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9150         choosing.
9151         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9152         dead variables.
9153
9154         * message.el (message-newline-and-indent): Remove debugging.
9155         (message-display-abbrev): Use new implementation.
9156
9157 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-art.el (gnus-article-mode): Set
9160         cursor-in-non-selected-windows to nil.
9161
9162         * smiley.el: Revert previous change.
9163         (smiley-data-directory): defvar it before using it in the
9164         defcustom of `smiley-style'.
9165
9166 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * message.el (message-newline-and-indent): New function.
9169
9170         * ecomplete.el: Implement more bits.
9171
9172         * message.el (message-put-addresses-in-ecomplete): Clean up the
9173         string.
9174
9175         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9176
9177         * gnus-sum.el (gnus-summary-save-parts): Bind
9178         gnus-summary-save-parts-counter and use it to make unique file
9179         names.
9180
9181         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9182
9183         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9184         parameter to say whether to actually parse the individual
9185         addresses.
9186
9187         * message.el (message-put-addresses-in-ecomplete): New function.
9188         (ecomplete): Require.
9189         (message-mail-alias-type): Add ecomplete as an option.
9190
9191 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9192
9193         * flow-fill.el (fill-flowed): Remove trailing space from blank
9194         quoted lines.
9195
9196 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * smiley.el (smiley-style): Move definition later to avoid a
9199         compilation warning.
9200
9201 2006-04-12  Kenichi Handa  <handa@m17n.org>
9202
9203         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9204         buffer and then decode the buffer text if necessary.
9205         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9206         first, and after mm-encode-body, change the buffer to unibyte.
9207         Use mm-disable-multibyte instead of set-buffer-multibyte.
9208
9209 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9212         Content-Type header instead of Content-Disposition header.
9213         (gnus-mime-inline-part): Ditto.
9214         (gnus-mime-view-part-as-charset): Ignore charset that the part
9215         specifies.
9216
9217         * mm-decode.el (mm-display-part): Work with external parts and
9218         usual parts similarly.
9219
9220         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9221         instead of gnus-display-mime.
9222
9223         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9224         instead of with-temp-buffer.
9225
9226         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9227         tag to summarized topics part in order to encode non-ASCII text.
9228
9229 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * smiley.el (smiley-style): New variable.
9232         (smiley-directory): New function.
9233         (smiley-data-directory): Derive from `smiley-style' using
9234         `smiley-directory'.
9235         (smiley-regexp-alist): Add new entries.
9236
9237         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9238         (gnus-article-browse-delete-temp): Add :version.
9239
9240 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9241
9242         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9243         the sieve region.
9244
9245 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9246
9247         * gnus.el (gnus-version-number): Bump version.
9248
9249 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * gnus.el: No Gnus v0.4 is released.
9252
9253 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9256         layout.
9257
9258         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9259         unknown charset.
9260
9261         * message.el (message-header-synonyms): Add Original-To to the
9262         default.
9263
9264         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9265         optional parameter.
9266
9267 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * gnus-fun.el (gnus): Require it for gnus-directory.
9270
9271 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9274
9275 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9276
9277         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9278
9279 2006-04-05  Simon Josefsson  <jas@extundo.com>
9280
9281         * password.el (password-reset): New function.
9282
9283 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9284
9285         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9286         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9287
9288 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9289
9290         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9291         Some whitespace was matched into the url, which broke browsing hits
9292         > 100 when mm-url-use-external was nil.
9293
9294 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9297         gnus-extra-headers for 'Newsgroups.
9298
9299         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9300         bound.
9301
9302 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9303
9304         * pgg-gpg.el: Clean up process buffers every time gpg processes
9305         complete.
9306
9307 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9310         doc string.
9311
9312 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9313
9314         * pgg-gpg.el (pgg-gpg-process-filter)
9315         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9316
9317         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9318         lines, temporary fix.
9319
9320 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9323
9324 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9325
9326         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9327         default-enable-multibyte-characters.  This reverts the change from
9328         revision 6.17 which is no longer necessary because the passphrase
9329         is sent separately now.  GnuPG messages are unreadable under
9330         multibyte locales with default-enable-multibyte-characters set to
9331         nil.
9332
9333 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * message.el (message-tool-bar-gnome): Move "spell".
9336
9337 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9340         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9341         instead.
9342
9343 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9344
9345         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9346         newsgroups handling for NNTP overviews which don't include
9347         Newsgroups.
9348
9349 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9350
9351         * message.el (message-resend): Bind message-generate-hashcash to nil.
9352
9353 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9354
9355         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9356         when searching for already-paid recipients.
9357
9358 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9359
9360         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9361         passphrases when it is not needed.
9362         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9363         passphrase stuff from gpg, should only be necessary when you use
9364         gpg with a smartcard.
9365
9366 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * mml.el (mml-insert-mime): Ignore cached contents of
9369         message/external-body part.
9370
9371         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9372         (mm-insert-part): Ditto.
9373
9374 2006-03-23  Simon Josefsson  <jas@extundo.com>
9375
9376         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9377         Reiner.
9378         (pgg-gpg-use-agent-p): Use it again.
9379
9380 2006-03-23  Simon Josefsson  <jas@extundo.com>
9381
9382         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9383         older emacsen.
9384         (pgg-gpg-use-agent-p): Don't use it.
9385
9386 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9389         if we can.
9390
9391 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9392
9393         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9394         (pgg-gpg-update-agent): New function.
9395         (pgg-gpg-use-agent-p): New function.
9396         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9397         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9398         (pgg-gpg-sign-region): Use it.
9399
9400 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9403         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9404
9405 2006-03-21  Simon Josefsson  <jas@extundo.com>
9406
9407         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9408         <wilde@sha-bang.de>.
9409         (pgg-gpg-use-agent): New variable.
9410         (pgg-gpg-process-region): Use it.
9411         (pgg-gpg-encrypt-region): Likewise.
9412         (pgg-gpg-encrypt-symmetric-region): Likewise.
9413         (pgg-gpg-decrypt-region): Likewise.
9414         (pgg-gpg-sign-region): Likewise.
9415         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9416
9417 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9420
9421         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9422         Add comment on version.
9423
9424 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * smiley.el: Add missing test smiley.
9427
9428 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * mm-decode.el (mm-with-part): New macro.
9431         (mm-get-part): Use it; work with message/external-body as well.
9432         (mm-save-part): Treat name and filename equally.
9433
9434         * mm-extern.el (mm-extern-cache-contents): New function.
9435         (mm-inline-external-body): Use it; force the part to be displayed;
9436         move undisplayer added to the cached handle to the parent.
9437
9438         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9439         (gnus-mime-view-part-as-type): Work with message/external-body.
9440
9441         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9442
9443 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9446         images in image-load-path.  [Sync with image.el, revision 1.60, in
9447         Emacs.]
9448
9449 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9452         path rather than symbol.  Always return list of directories.
9453         Guarantee that image directory comes first.  [Sync with image.el,
9454         revision 1.59, in Emacs.]
9455
9456         * message.el (message-make-tool-bar): Adjust to new API of
9457         `gmm-image-load-path-for-library'.
9458
9459         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9460
9461         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9462
9463 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9464
9465         * gnus-art.el (gnus-article-only-boring-p):
9466         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9467         intangible text.
9468         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9469
9470 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9473         `defun' instead of `gmm-defun-compat'.
9474
9475 2006-03-14  Simon Josefsson  <jas@extundo.com>
9476
9477         * message.el (message-unique-id): Don't use message-number-base36
9478         if (user-uid) is a float.
9479         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9480
9481 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9484
9485         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9486         empty line between a part and a message part.
9487
9488 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * smiley.el: Add more test smileys.
9491         (smiley-data-directory, smiley-regexp-alist)
9492         (gnus-smiley-file-types): Fix doc strings.
9493         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9494         adding new elements.
9495         (smiley-mouse-map): Unused code.  Make it a comment.
9496
9497 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9500         scan latest NoCeM messages instead of old ones.
9501         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9502         delimiters that are recently used.
9503         (gnus-nocem-load-cache): Add autoload cookie.
9504
9505         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9506
9507         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9508         level which is larger than gnus-use-nocem is specified.
9509
9510         * gnus-group.el (gnus-group-get-new-news): Ditto.
9511
9512 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * gnus-util.el (gnus-tool-bar-update): New function.
9515
9516         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9517         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9518
9519         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9520
9521         * gnus-group.el (gnus-group-redraw-when-idle)
9522         (gnus-group-redraw-check): Remove.
9523         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9524
9525 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9528         if optional last element is specified in splits (FIELD VALUE...).
9529
9530 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9533         to gmm-image-load-path-for-library.  Call with no-error argument.
9534         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9535
9536         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9537
9538         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9539
9540         * gmm-utils.el (gmm-image-load-path): Remove alias.
9541
9542 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gmm-utils.el (gmm-image-load-path): Add alias.
9545
9546         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9547         nnml-generate-nov-databases-1.
9548         (nnml-generate-nov-databases): Use it.
9549         (nnml-generate-nov-databases-directory): Document no-active
9550         argument.
9551
9552         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9553         directory if path is t.  Add no-error.
9554
9555         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9556         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9557
9558         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9559         resetting gnus-article-browse-html-temp-list.
9560
9561         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9562         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9563         Add example to docstring.  Rename local variables.  Move error
9564         checks to default case in cond and simplify.
9565
9566 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9569         handle is multipart when calling it recursively.
9570         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9571
9572 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9573
9574         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9575         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9576
9577 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9580         is loaded.
9581
9582         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9583         loaded.
9584
9585 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9588         to "Emacs 23 (unicode)" in doc string.
9589
9590         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9591         "Emacs 23 (unicode)" in comment.
9592
9593 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9596
9597         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9598         characters 160 through 255 in Emacs 23.
9599
9600 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9603         gnus-article-browse-html-temp.
9604         (gnus-article-browse-delete-temp): Make it customizable.  Add
9605         `file'.  Adjust doc string.
9606         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9607         query for each file.  Adjust doc string.
9608         (gnus-article-browse-html-parts): Add
9609         `gnus-article-browse-delete-temp-files' to
9610         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9611
9612 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9613
9614         * gnus-art.el (gnus-article-browse-html-temp)
9615         (gnus-article-browse-delete-temp): New variables.
9616         (gnus-article-browse-delete-temp-files): New function.
9617         (gnus-article-browse-html-parts): Use it.
9618
9619 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9622
9623         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9624         string.
9625
9626         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9627         gnus-summary-insert-new-articles when unplugged.  Remove
9628         gnus-summary-search-article-forward.
9629
9630         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9631         display-visual-class instead of display-color-cells.
9632
9633 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * dgnushack.el: Autoload customize-group for XEmacs.
9636
9637         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9638         message/* containing non-ASCII text properly.
9639
9640 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * message.el: Require gmm-utils, remove autoloads.
9643         (message-tool-bar): Set default based on
9644         gmm-tool-bar-style.
9645         (message-tool-bar-gnome): Add gmm-customize-mode.
9646
9647         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9648         gmm-tool-bar-style.
9649         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9650
9651         * gnus-group.el (gnus-group-tool-bar): Set default based on
9652         gmm-tool-bar-style.
9653         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9654
9655         * gmm-utils.el (gmm-image-directory): Rename variable from
9656         gmm-image-load-path.
9657         (gmm-image-load-path): Use gmm-image-directory.
9658         (gmm-customize-mode): New function.
9659         (gmm-tool-bar-style): New variable.
9660
9661         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9662         gnus-group-redraw-line-number.
9663         (gnus-group-redraw-check): Simplify.
9664         (gnus-group-tool-bar-update): Remove redraw check.
9665         (gnus-group-make-tool-bar): Add redraw check.
9666
9667 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9668
9669         * gnus-art.el (gnus-button): Add missing parentheses.
9670
9671 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * lpath.el: Fbind line-number-at-pos.
9674
9675 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9678
9679 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * gnus-art.el (gnus-button): New face.
9682         (gnus-article-button-face): Use it.
9683
9684         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9685         gnus-summary-next-page.  Re-order.
9686
9687         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9688         next-node are now included.
9689         (gnus-group-redraw-line-number): New internal variable.
9690         (gnus-group-redraw-check): Helper function for updating the tool
9691         bar.
9692         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9693
9694         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9695
9696         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9697         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9698         Use it to match format of Spamassassin 3.0 and later.  Reported by
9699         IRIE Tetsuya <irie@t.email.ne.jp>.
9700         (spam-check-bogofilter)
9701         (spam-bogofilter-register-with-bogofilter): Fix args of
9702         `gnus-error' calls.
9703
9704 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9707         unnecessary interaction when sending queued mails.  Reported by
9708         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9709
9710 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9713         first or last are nil.
9714
9715 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9716
9717         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9718
9719 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9722
9723 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * dns.el (query-dns): Protect more against buggy tcp output.
9726
9727 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9730         nov.php.
9731
9732 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9733
9734         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9735         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9736         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9737         output on the server side.
9738         (nnweb-google-create-mapping): Update regexps and add some
9739         progress indication.
9740
9741 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9744         gnus-agent-toggle-plugged.  Re-order icons.
9745         (gnus-group-tool-bar-gnome): Add
9746         gnus-group-{prev,next}-unread-group.
9747         (gnus-group-tool-bar-gnome): Re-order icons.
9748
9749         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9750         gnus-summary-insert-new-articles.
9751
9752         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9753         comments.
9754
9755         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9756         also available in Emacs 21.3.
9757
9758         * message.el (message-fix-before-sending): Change "Emacs 22" to
9759         "Emacs 23 (unicode)" in comment.
9760
9761         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9762         "Emacs 23 (unicode)" in comment.
9763
9764         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9765         comment.
9766         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9767
9768         * mm-view.el (mm-fill-flowed): Add :version.
9769
9770 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9773         and load-path.
9774
9775 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * message.el: Autoload gmm-image-load-path.
9778         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9779         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9780         consitency.
9781
9782         * gmm-utils.el (gmm-image-load-path): Also search in
9783         "../etc/images".  Don't set gmm-image-load-path if we don't find
9784         the image.
9785
9786 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gmm-utils.el (gmm-image-load-path): Don't make
9789         `gmm-image-load-path' include subdirectories which the second arg
9790         `image' might specify.
9791
9792         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9793         subdirectory to icon file names.
9794
9795         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9796
9797 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9800         gmm-image-load-path calls.
9801
9802         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9803
9804         * message.el (message-make-tool-bar): Ditto.
9805
9806         * mml.el (mml-preview): Added comment concerning tool bar icons.
9807
9808         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9809         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9810
9811         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9812         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9813
9814         * message.el (message-tool-bar-gnome): Use new icon names.
9815         (message-make-tool-bar): Use `gmm-image-load-path'.
9816
9817         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9818         functions from MH-E.
9819         (gmm-image-load-path): New variable from MH-E.
9820         (gmm-image-load-path): New function from MH-E.  Added arguments
9821         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9822         *-image-load-path-called-flag.
9823
9824 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9825
9826         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9827
9828 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9829
9830         * nnimap.el (nnimap-request-move-article): Change folder back to
9831         source group before deleting.
9832
9833 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9836
9837         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9838         mm-url.
9839
9840         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9841
9842 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9845         coding system which mm-charset-to-coding-system returns for a
9846         given charset is valid.
9847
9848 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9849
9850         * html2text.el (html2text-remove-tag-list):
9851         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9852
9853 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9854
9855         * gnus-cus.el: Revert 2005-10-17 change.
9856
9857 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-art.el (article-strip-banner): Call
9860         article-really-strip-banner only when the regexp match is made.
9861
9862 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-art.el (article-strip-banner): Use
9865         gnus-extract-address-components instead of
9866         mail-header-parse-addresses to make it work with non-ASCII text;
9867         remove mail-encode-encoded-word-string.
9868
9869         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9870         values which are surrounded with \"...\"; make it never cause a
9871         Lisp error; give up parsing of parameters if it failed in
9872         extracting type.
9873
9874 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9875
9876         * smime.el (smime-cert-by-ldap-1): Fix bug where
9877         `smime-ldap-search' returns results without userCertificates.
9878
9879 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9882
9883 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * spam.el (spam-check-spamassassin-headers): Adapt format for
9886         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9887         <ari@mbf.ocn.ne.jp>.
9888         (spam-list-of-processors): Add spam-use-gmane.
9889
9890 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9893         make-temp-file; make it work with XEmacs as well.
9894
9895         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9896         mm-make-temp-file.
9897
9898         * mm-decode.el (mm-display-external): Use the 3rd arg of
9899         mm-make-temp-file.
9900         (mm-create-image-xemacs): Ditto.
9901
9902 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9905         with message-narrow-to-headers.
9906         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9907         (gnus-draft-check-draft-articles): New function.
9908         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9909
9910 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * gnus-art.el (gnus-article-browse-html-parts):
9913         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9914         Don't use suffix argument for mm-make-temp-file for Emacs 21
9915         compatibility.  Remove useless `format'.
9916
9917 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9918
9919         * nnweb.el (nnweb-google-wash-article): Update regexps.
9920         (nnweb-group-alist): Use defvoo instead of defvar.
9921
9922 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9925         re-loading nn* modules.
9926
9927 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9930         for `tool-bar-mode' and don't check it's default-value.
9931
9932         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9933
9934         * message.el (message-make-tool-bar): Ditto.
9935
9936         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9937         `substring'.  Shorten tmp-file name.
9938
9939         * gnus.el: Remove bogus comment.
9940
9941 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9942
9943         * gnus-art.el (gnus-article-browse-html-parts): New function.
9944         (gnus-article-browse-html-article): New function for viewing html
9945         articles with a browser.
9946
9947 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9948
9949         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9950         in elisp.
9951         (pgg-gpg-encrypt-symmetric-region): Ditto.
9952         (pgg-gpg-sign-region): Ditto.
9953
9954         * pgg-def.el (pgg-text-mode): New variable.
9955
9956         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9957         (mml2015-pgg-encrypt): Ditto.
9958
9959         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9960         (mml1991-pgg-encrypt): Ditto.
9961
9962 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9965         message-make-date instead of current-time-string.
9966
9967         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9968         to gnus-decoded which mm-uu might set.
9969
9970 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9973         don't decode quoted parameters; remove misimported Emacs code.
9974         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9975         (rfc2231-decode-encoded-string): Don't use split-string which
9976         behaves differently according to Emacs version; use
9977         mm-decode-coding-region to convert charset to coding-system.
9978         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9979         (rfc2231-encode-string): Remove misimported Emacs code.
9980
9981 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9984         when calling mail-header-parse-content-type.
9985         (article-de-quoted-unreadable): Ditto.
9986         (article-de-base64-unreadable): Ditto.
9987         (article-wash-html): Ditto.
9988
9989         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9990         calling mail-header-parse-content-type and
9991         mail-header-parse-content-disposition.
9992         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9993         mail-header-parse-content-type.
9994
9995         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9996         insert charset and format parameters; encode description after
9997         inserting it to buffer.
9998         (mml-insert-parameter): Fold lines properly even if a parameter is
9999         segmented into two or more lines; change the max column to 76.
10000
10001         * rfc1843.el (rfc1843-decode-article-body): Don't use
10002         ignore-errors when calling mail-header-parse-content-type.
10003
10004         * rfc2231.el (rfc2231-parse-string): Return at least type if
10005         possible; don't cause an error even if it fails in parsing of
10006         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10007         (rfc2231-encode-string): Don't break lines at the beginning, leave
10008         it to mml-insert-parameter.
10009
10010         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10011         calling mail-header-parse-content-type.
10012
10013 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10014
10015         * spam-report.el (spam-report-gmane-use-article-number):
10016         Improve doc string.
10017         (spam-report-gmane-internal): Check if a suitable header was found
10018         in the article.
10019
10020 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10023         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10024
10025 2006-02-05  Romain Francoise  <romain@orebokech.com>
10026
10027         Update copyright notices of all files in the gnus directory.
10028
10029 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10030
10031         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10032
10033 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10036         segmented lines of parameter value to cope with Thunderbird 1.5
10037         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10038         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10039         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10040
10041 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10042
10043         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10044         parts.
10045
10046 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10047
10048         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10049         there's only one active file for all servers.
10050         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10051         solid groups.  Gnus might have used a FAST request to select the group.
10052         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10053         and nnweb-search redundantly in the active file.
10054         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10055         (nnweb-request-create-group): Don't use ARGS.
10056         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10057         initialisations.  Let nnoo do the work.
10058
10059 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10062         Say the part has been decoded.
10063
10064         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10065
10066 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10067
10068         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10069         mailcap-viewer-test-cache when there's no 'test clause, since that
10070         will invert the meaning of a "nil" test previously determined by
10071         mailcap-mailcap-entry-passes-test.
10072
10073 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10076         compiling.
10077
10078         * gnus-sum.el: Ditto.
10079
10080         * message.el: Don't bind tool-bar-map when compiling.
10081
10082 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10085
10086 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10087
10088         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10089         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10090         current Google Groups.
10091
10092 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10095         and tool-bar-mode.
10096
10097         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10098         and tool-bar-mode.
10099
10100         * message.el (message-tool-bar-update): Simplify.
10101         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10102
10103         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10104         gnus-summary-buffer.
10105         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10106         gnus-summary-reply.
10107
10108         * gmm-utils.el (gmm): Add :version.
10109
10110 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * Makefile.in (clean): New rule.
10113         (distclean): Use it.
10114
10115 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10116
10117         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10118         autoload.
10119
10120 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gmm-utils.el (gmm-verbose): Add :group.
10123
10124 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * message.el: Change some comments WRT tool-bars.
10127
10128         * gnus-sum.el (gnus-summary-tool-bar)
10129         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10130         (gnus-summary-tool-bar-zap-list): New variables.
10131         (gnus-summary-make-tool-bar): Complete rewrite using
10132         `gmm-tool-bar-from-list'.
10133
10134         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10135         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10136         variables.
10137         (gnus-group-make-tool-bar): Complete rewrite using
10138         `gmm-tool-bar-from-list'.
10139         (gnus-group-tool-bar-update): New function.
10140
10141         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10142
10143 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10146         is dissected into a single part of which the type is the same as
10147         the given one; decode charset.
10148
10149 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10150
10151         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10152         into alists as symbol not string, since that's what
10153         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10154         look for.
10155
10156 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10159         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10160
10161         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10162
10163 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10166         (gnus-xmas-mime-security-button-menu): New function.
10167
10168         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10169         (gnus-mime-security-button-menu): New definition.
10170         (gnus-mime-security-button-map): Use them.
10171         (gnus-mime-security-button-menu): New function.
10172         (gnus-insert-mime-security-button): Addition to help echo.
10173         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10174         (gnus-mime-security-pipe-part): New functions.
10175
10176         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10177         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10178
10179         * mm-decode.el (mm-handle-set-disposition): Remove.
10180         (mm-handle-set-description): Remove.
10181
10182 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10185         (mm-w3m-standalone-supports-m17n-p): New function.
10186         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10187         w3m usage.
10188
10189         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10190         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10191
10192 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * message.el (message-tool-bar-zap-list): Use
10195         gmm-tool-bar-zap-list as custom type.
10196         (message-tool-bar-update): New function.
10197         (message-tool-bar, message-tool-bar-gnome)
10198         (message-tool-bar-retro): Add message-tool-bar-update.
10199         (message-tool-bar-gnome): Add flyspell-buffer.
10200
10201         * gnus-util.el (gnus-error): Describe `args'.
10202
10203         * gmm-utils.el (gmm-error): Describe `args'.
10204         (gmm-tool-bar-zap-list): New widget.
10205         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10206
10207 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10210         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10211         the number of recursive calls.
10212
10213         * mm-decode.el (mm-handle-set-disposition): New macro.
10214         (mm-handle-set-description): New macro.
10215
10216 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10219         encoding.
10220
10221 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * message.el (message-tool-bar-zap-list, message-tool-bar)
10224         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10225         (message-tool-bar-local-item-from-menu): Remove.
10226         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10227         (message-make-tool-bar): New function.
10228         (message-mode): Use `message-make-tool-bar'.
10229
10230         * gmm-utils.el: New file.
10231         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10232         (gmm-lazy): New widget copied from `nnmail.el'.
10233         (gmm-tool-bar-from-list): New function for creating customizable
10234         tool bars.
10235         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10236         output.
10237         (gmm): Add :prefix to defgroup.
10238
10239 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10240
10241         * gmm-utils.el (gmm-widget-p): New function.
10242
10243 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * mml.el (mml-attach-file): Describe `description' in doc string.
10246         (mml-menu): Add Emacs MIME manual and PGG manual.
10247
10248 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10249
10250         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10251
10252 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10253
10254         * nntp.el (nntp-end-of-line): Doc fix.
10255
10256 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10257
10258         * imap.el (imap-open): Handle case where buffer is a buffer
10259         object.
10260
10261 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10262
10263         * gnus-delay.el (gnus-delay): Don't autoload.
10264         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10265         to be re-loaded when customizing the `gnus-delay' group.
10266
10267 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10268
10269         * message.el (message-insert-citation-line): Use newlines.
10270
10271 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10272
10273         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10274         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10275         these routines, so the passphrase can be managed externally and
10276         passed in to the system.
10277         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10278         pgg-add-passphrase-to-cache function.
10279
10280         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10281         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10282         these routines, so the passphrase can be managed externally and
10283         passed in to the system.
10284         (pgg-pgp5-sign-region): Use new name of
10285         pgg-add-passphrase-to-cache function.
10286
10287 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10288
10289         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10290         part of the decoded armor to find the key-identifier.
10291         (pgg-gpg-lookup-key-owner): New function to return the
10292         human-readable identifier of a key owner.
10293         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10294         itself.
10295         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10296         the key value) if we have a key and can match it against a secret
10297         key.  Also, added a note pointing out fact that the prompt only
10298         indicates the first matching key.
10299
10300         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10301         pgg-decrypt-region.
10302         (pgg-add-passphrase-to-cache): Rename from
10303         `pgg-add-passphrase-cache' to reduce confusion (all callers
10304         changed).
10305         (pgg-remove-passphrase-from-cache): Rename from
10306         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10307         changed).
10308         (pgg-read-passphrase, pgg-add-passphrase-cache)
10309         (pgg-remove-passphrase-cache): Add informative docstrings.
10310         (pgg-decrypt): Convey provided passphrase in subordinate call to
10311         pgg-decrypt-region.
10312
10313 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10314
10315         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10316         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10317         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10318         'passphrase' argument, so the passphrase can be managed externally
10319         and then passed in to the system.
10320
10321         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10322         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10323         so the passphrase cache can be used reliably with identifiers
10324         besides a pgp packet's key id.
10325
10326         * pgg-gpg.el (pgg-gpg-encrypt-region)
10327         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10328         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10329         these routines, so the passphrase can be managed externally and
10330         passed in to the system.
10331
10332         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10333         'notruncate' argument, so the passphrase cache can be used
10334         reliably with identifiers besides a pgp packet's key id.
10335
10336 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10337
10338         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10339         symmetric encryption.
10340         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10341         encrypted session key.
10342         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10343         message ask for the passphrase in a proper way.
10344
10345         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10346         New user commands for symmetric encryption.
10347
10348 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10351
10352         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10353
10354 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10355
10356         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10357
10358 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * mm-decode.el (mm-inlined-types): Add application/pgp.
10361         (mm-automatic-display): Ditto.
10362
10363         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10364         part as text.
10365
10366 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * nnrss.el: Update copyright.
10369         (nnrss-opml-import): Query whether to subscribe to each entry.
10370
10371         * gnus-art.el:
10372         * gnus-sum.el:
10373         * gnus-xmas.el:
10374         * messagexmas.el:
10375         * mm-uu.el:
10376         * mm-view.el: Update copyright.
10377
10378 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * message.el (message-info): New function.
10381         (message-mode-menu): Add it.
10382         Update copyright.
10383
10384         * ChangeLog: Fix and update copyright.
10385
10386 2006-01-13  Romain Francoise  <romain@orebokech.com>
10387
10388         * message.el (message-forward-subject-name-subject): Prefer the
10389         address to 'nowhere' if the sender has no name.
10390         Fix typo.  Update copyright year.
10391
10392 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * gnus-art.el (article-wash-html): Use
10395         gnus-summary-show-article-charset-alist if a numeric arg is given.
10396         (gnus-article-wash-html-with-w3m-standalone): New function.
10397
10398         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10399         mm-inline-text-html-render-with-w3m-standalone.
10400         (mm-text-html-washer-alist): Map w3m-standalone to
10401         gnus-article-wash-html-with-w3m-standalone.
10402         (mm-inline-text-html-render-with-w3m-standalone): New function.
10403
10404 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10407         Improve LaTeX.
10408
10409 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10412         (nnrss-request-article): Render text/plain parts as HTML.
10413
10414         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10415         the buffer.
10416
10417 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10420         custom definition of `gnus-posting-styles'.
10421
10422         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10423         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10424
10425 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10428         Use nntp for bug archive.
10429
10430 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10433         parts.
10434         (nnrss-normalize-date): New function converts ISO 8601 date into
10435         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10436         (nnrss-check-group): Use it.
10437
10438 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10441
10442         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10443         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10444         (nnrss-insert-w3): Ditto.
10445
10446 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10449         the articles to be forwarded including the case where neither a
10450         number of articles nor a region is specified.
10451
10452 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * nnrss.el (nnrss-request-article): Fix last change; fill
10455         text/plain parts.
10456
10457 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10460         in text/plain part.
10461         (nnrss-check-group): Don't add excessive newline to dc:subject.
10462
10463 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10464
10465         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10466         article.
10467
10468 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10471         (nnml-use-compressed-files, nnml-save-mail): Support other
10472         comression programs such as bzip2.
10473
10474 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * dns.el (query-dns): Make sure we check the buffer size before
10477         removing tcp headers.
10478
10479 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10482         remove MIME buttons associated with multipart/alternative parts.
10483         (gnus-mime-display-alternative): Tag buttons using `article-type'
10484         text property.
10485
10486         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10487         associated with multipart/alternative parts.
10488
10489         * gnus-art.el (gnus-signature-separator): Fix custom type.
10490
10491         * mm-decode.el (mm-inlined-types): Fix custom type.
10492         (mm-keep-viewer-alive-types): Ditto.
10493         (mm-automatic-display): Ditto.
10494         (mm-attachment-override-types): Ditto.
10495         (mm-inline-override-types): Ditto.
10496         (mm-automatic-external-display): Ditto.
10497
10498 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * spam-report.el (spam-report-user-mail-address)
10501         (spam-report-user-agent): New variables.
10502         (spam-report-url-ping-plain): Use spam-report-user-agent.
10503
10504 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10505
10506         * gnus-art.el (gnus-button-handle-custom): Do not just use
10507         `customize-apropos' for any "M-x customize-*" button but the
10508         function called for.  Accept both the function name and its
10509         argument in order to achieve this.
10510         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10511         function name to `gnus-button-handle-custom' in case of "M-x
10512         customize-*" buttons.
10513
10514 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10517         multipart/alternative and add xref to mm-discouraged-alternatives
10518         in doc string.
10519
10520         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10521         gnus-buttonized-mime-types in doc string.
10522
10523 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10526         Suggest image/.* in the doc string.
10527
10528 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10531         message-marks (Debian bug #342521).
10532
10533 2005-12-12  Simon Josefsson  <jas@extundo.com>
10534
10535         * password.el (password-read-from-cache): Add.
10536         (password-read): Use it.
10537
10538 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10541         us-ascii as a MIME charset.
10542
10543         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10544         against the case where the 2nd arg TYPE is nil.
10545
10546 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * pop3.el (pop3-stream-type): Fix custom version.
10549
10550         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10551
10552 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10553
10554         * mm-decode.el (mm-display-external): Add missing cdr.
10555
10556 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10559         RFC1524) if it is in mailcap or add a suffix according to
10560         mailcap-mime-extensions when generating a temp filename; postpone
10561         deleting a temp file for 2 seconds for some wrappers, shell
10562         scripts, and so on, which might exit right after having started a
10563         viewer command as a background job.
10564
10565 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * nntp.el (nntp-marks-directory): Fix custom group.
10568
10569         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10570         steps when < 10.
10571
10572         * gnus-start.el (gnus-no-server-1): Mention
10573         `gnus-level-default-subscribed' in doc string.
10574
10575 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10576
10577         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10578         parens.
10579
10580 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-xmas.el (gnus-use-toolbar): Revert.
10583         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10584         gnus-use-toolbar is default.
10585
10586         * messagexmas.el (message-use-toolbar): Revert.
10587         (message-setup-toolbar): Use global default-toolbar if
10588         message-use-toolbar is default.
10589
10590 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10593         according to default-toolbar-visible-p.
10594
10595         * messagexmas.el (message-use-toolbar): Ditto.
10596
10597 2005-11-26  Dave Love  <fx@gnu.org>
10598
10599         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10600         (tls-program, tls-success): Provide openssl alternative.
10601
10602         * starttls.el: Doc fixes.
10603         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10604         SERVICE to PORT.
10605
10606         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10607         port null or service name.
10608         (starttls-negotiate): Autoload.
10609
10610 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * message.el (message-kill-to-signature): Fix interactive spec.
10613
10614 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * pop3.el (pop3-open-server): Recognize a string as a service name.
10617
10618 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10619
10620         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10621
10622 2005-11-23  Dave Love  <fx@gnu.org>
10623
10624         Add pop3s, pop3/starttls.
10625
10626         * pop3.el (pop3-authentication-scheme): Clarify doc.
10627         (open-tls-stream, starttls-open-stream): Autoload.
10628         (pop3-stream-type): New.
10629         (pop3-open-server): Use it.
10630
10631         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10632         for POP.
10633         (mail-source-keyword-map): Add :stream for POP.
10634         (mail-source-fetch-pop): Use pop3-stream-type.
10635
10636 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10639         of current-time-string.
10640
10641 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10642
10643         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10644         date header.
10645
10646 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10647
10648         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10649         it can seriously impact performance as it bypasses the agent's
10650         local caches.
10651
10652 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10653
10654         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10655         must be explicitly online rather than "not explicitly offline" for
10656         its flags to be synchronized.
10657
10658         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10659         that gnus-uu-unmark-thread will function correctly.
10660
10661         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10662         1024K is instead displayed as 1M.
10663
10664 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10667
10668 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10669
10670         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10671
10672 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10673
10674         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10675         error message to display actual error condition.
10676         (gnus-agent-save-local): Avoid saving symbols that are bound to
10677         nil as they simply result in a warning message in
10678         gnus-agent-read-local.
10679
10680 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10683         rather than make-variable-buffer-local for file-precious-flag.
10684
10685 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10686
10687         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10688         for duplicates which are removed.  The invalid sort check then
10689         triggers a rescan after the sort as sorting may have moved
10690         duplicate entries such that they can be cheaply detected.
10691
10692 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10695
10696 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10697
10698         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10699         internal variable to a custom variable.  Changed default value
10700         from compressed(2) to uncompressed(1).
10701         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10702         support for uncompressed agentview files.  Taken together, reading
10703         the agentview file should now be 6-7 times faster.
10704
10705 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10706
10707         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10708         as a buffer-local variable.  This avoids creating truncated
10709         dribble files as a result of a hang up, eg.
10710
10711 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10712
10713         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10714         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10715         XEmacs.
10716
10717 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * gnus-start.el (gnus-start-draft-setup): Enforce
10720         `gnus-draft-mode' for nndraft:drafts at startup.
10721
10722         * gnus.el (gnus-splash): Change custom group.
10723         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10724         allow-list argument.
10725
10726         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10727         string.
10728
10729 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * gnus-art.el (gnus-default-article-saver): Add user-defined
10732         `function' to custom type.
10733
10734 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10735
10736         * imap.el (imap-open): Handle case where buffer is a buffer
10737         object.
10738
10739 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10740
10741         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10742         long lines.
10743         (gnus-cache-delete-group): Wrap doc strings.
10744
10745         * gnus-agent.el (gnus-agent-rename-group)
10746         (gnus-agent-delete-group): Wrap doc strings.
10747
10748 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * messagexmas.el (message-use-toolbar): Change the valid values
10751         into default, top, bottom, left, and right.
10752         (message-toolbar-thickness): New variable.
10753         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10754         well.
10755         (message-setup-toolbar): Make it work.
10756
10757         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10758         (gnus-use-toolbar): Change the valid values into default, top,
10759         bottom, left, and right.
10760         (gnus-toolbar-thickness): New variable.
10761         (gnus-xmas-setup-toolbar): New function.
10762         (gnus-xmas-setup-group-toolbar): Use it.
10763         (gnus-xmas-setup-summary-toolbar): Use it.
10764
10765 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * gnus-start.el (gnus-1): Add "native" to
10768         gnus-predefined-server-alist.
10769
10770         * gnus.el (gnus-method-to-server): Don't add "native" to the
10771         lists here, because that leads to problems when
10772         gnus-select-method is bound.
10773
10774 2005-11-09  Simon Josefsson  <jas@extundo.com>
10775
10776         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10777         use (not sort-by-date) instead.
10778
10779 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10780
10781         * gnus-delay.el (gnus-delay-group): Don't autoload.
10782         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10783         to be re-loaded when customizing the `gnus-delay' group.
10784
10785 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10786
10787         * message.el: Revert last changes.
10788         (message-insert-citation-line): Use newlines.
10789
10790 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10791
10792         * message.el (message-courtesy-message)
10793         (message-mark-insert-begin, message-mark-insert-end)
10794         (message-elide-ellipsis, message-cancel-message)
10795         (message-add-header, message-change-subject)
10796         (message-cross-post-followup-to-header)
10797         (message-cross-post-insert-note, message-reduce-to-to-cc)
10798         (message-widen-reply, message-delete-not-region)
10799         (message-kill-to-signature, message-insert-signature)
10800         (message-insert-importance-high, message-insert-importance-low)
10801         (message-insert-or-toggle-importance)
10802         (message-insert-disposition-notification-to)
10803         (message-indent-citation, message-yank-original)
10804         (message-cite-original-without-signature, message-cite-original)
10805         (message-insert-citation-line, message-position-on-field)
10806         (message-fix-before-sending, message-send-mail-partially)
10807         (message-send-mail, message-send-mail-with-sendmail)
10808         (message-send-mail-with-qmail, message-send-news)
10809         (message-check-news-header-syntax, message-generate-headers)
10810         (message-insert-courtesy-copy, message-fill-address)
10811         (message-fill-header, message-shorten-references)
10812         (message-setup-1, message-cancel-news)
10813         (message-forward-make-body-plain, message-forward-make-body-mime)
10814         (message-forward-make-body-mml, message-encode-message-body)
10815         (message-forward-make-body-digest-plain)
10816         (message-forward-make-body-digest-mime)
10817         (message-use-alternative-email-as-from): Insert `hard-newline'
10818         instead of ordinary newlines.
10819
10820 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * message.el (message-generate-headers): Downcase the argument
10823         given to message-check-element.
10824
10825 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10826
10827         * nntp.el (nntp-authinfo-rejected): New error condition.
10828         (nntp-wait-for): Use new error condition to signal authentication
10829         error.
10830         (nntp-retrieve-data): Rethrow new error condition to break out of
10831         recursive call to nntp-send-authinfo.
10832
10833 2005-11-08  Romain Francoise  <romain@orebokech.com>
10834
10835         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10836         (gnus-summary-exit-map): Bind to `Z p'.
10837         (gnus-summary-make-menu-bar): Add menu item.
10838
10839 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10842         (gnus-treat-*): Add `first' in all doc strings.
10843
10844         * gnus-group.el (gnus-group-compact-group): Fix typo.
10845
10846 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus.el (gnus-parameters-case-fold-search): New variable.
10849         (gnus-parameters-get-parameter): Use it.
10850
10851         * gnus-score.el (gnus-home-score-file): Doc fix.
10852
10853 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10854
10855         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10856
10857 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * mm-util.el (mm-special-display-p): New function.
10860
10861         * mml.el (mml-preview): Use it; doc fix.
10862
10863 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10864
10865         * imap.el (imap-open): Handle case where buffer is a buffer object.
10866
10867 2005-10-29  Romain Francoise  <romain@orebokech.com>
10868
10869         * message.el (message-fix-before-sending): Fix comment.
10870
10871 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10872
10873         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10874
10875 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10876
10877         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10878         Used in gnus-score.el.
10879
10880 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10883
10884 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10887         whitespace removed in revision 7.8.  Use concatenated string to
10888         protect trailing whitespace.
10889
10890 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10891
10892         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10893         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10894         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10895         Courier IMAP ("some version from 2004").  Mostly based on similar
10896         code in the same function.
10897
10898 2005-10-26  Didier Verna  <didier@xemacs.org>
10899
10900         * gnus-group.el (gnus-group-compact-group): Invalidate original
10901         article buffer.
10902         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10903         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10904         NOV database and in article itself.
10905         Invalidate article backlog.
10906
10907 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10910
10911 2005-10-26  Simon Josefsson  <jas@extundo.com>
10912
10913         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10914         part of 2004-07-25 change.
10915
10916 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * message.el (message-display-completion-list): New function.
10919         (message-expand-group): Use it; make sure the Completions buffer
10920         is modifiable.
10921 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10922
10923         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10924         user-mail-name is an empty string.
10925
10926 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10929         depending on gnus-score-decay-constant.
10930
10931         * encrypt.el (encrypt-insert-file-contents)
10932         (encrypt-write-file-contents): Don't use `gnus-message'.
10933
10934         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10935         arguments.
10936         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10937         arguments to mm-uu-verbatim-marks-extract.
10938         (mm-uu-hide-markers): New variable.
10939         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10940
10941         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10942         (gnus-convert-image-to-face-command): Use "convert" by default to
10943         allow other input image formats.
10944         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10945         accordingly.
10946
10947 2005-10-23  Simon Josefsson  <jas@extundo.com>
10948
10949         * imap.el (imap-gssapi-program): Align command line parameters
10950         with latest GNU SASL.
10951         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10952
10953 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10956         HTML.
10957         (nnslashdot-request-article): Ditto.
10958
10959         * lpath.el (featurep): Add nobreak-char-display.
10960
10961 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10962
10963         * mail-source.el (mail-source-fetch-pop): Require pop3.
10964         (mail-source-check-pop): Ditto.
10965
10966 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10969         errors.
10970
10971 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10974         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10975
10976         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10977
10978         * mm-bodies.el (mm-decode-string): Call
10979         `mm-charset-to-coding-system' with allow-override argument.
10980
10981 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10984         (rfc2047-charset-to-coding-system): New function.
10985         (rfc2047-decode-encoded-words): New function.
10986         (rfc2047-decode-region): Use them.
10987         (rfc2047-decode-cte): Remove.
10988         (rfc2047-parse-and-decode): Remove.
10989         (rfc2047-decode): Remove.
10990
10991 2005-10-15  Kenichi Handa  <handa@m17n.org>
10992
10993         * rfc2047.el (rfc2047-decode-cte): New function.
10994         (rfc2047-decode-region): Change the way to decode successive
10995         encoded-words: decode B- or Q-encoding in each encoded-word,
10996         concatenate them, and decode it as charset.
10997
10998 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * lpath.el: Fbind codepage-setup for XEmacs.
11001
11002 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11003
11004         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11005         widget-move-and-invoke.
11006         (gnus-custom-mode): Use gnus-custom-map.
11007
11008 2005-10-15  Bill Wohler  <wohler@newt.com>
11009
11010         * message.el (message-tool-bar-map): Renamed image file from
11011         mail_send to mail/send.
11012
11013 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11014
11015         * message.el (message-expand-group): Pass the common
11016         prefix substring of completion to `display-completion-list'.
11017
11018 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * mml-sec.el (mml-secure-method): New internal variable.
11021         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11022         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11023         functions using mml-secure-method.
11024
11025         * mml.el (mml-mode-map): Add key bindings for those functions.
11026         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11027         Harder <harder@myrealbox.com>.
11028         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11029         end of message if point is the headers of the message.
11030
11031         * message.el (message-in-body-p): New function.
11032
11033         * assistant.el: Autoload gnus-util and netrc.
11034
11035         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11036         Use `mm-charset-override-alist' only when decoding.
11037
11038         * mm-bodies.el (mm-decode-body): Call
11039         `mm-charset-to-coding-system' with allow-override argument.
11040
11041         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11042         `filename' from Content-Disposition if Content-Type doesn't
11043         provide `name'.
11044         (gnus-mime-view-part-as-type): Set default instead of
11045         initial-input.
11046
11047 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11048
11049         * format-spec.el (format-spec): Propagate text properties of % spec.
11050
11051 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-art.el (gnus-treat-predicate): Add `first'.
11054
11055 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11058         (mm-charset-override-alist): New variable.
11059         (mm-charset-to-coding-system): Use it.
11060         (mm-codepage-setup): New helper function.
11061         (mm-charset-eval-alist): New variable.
11062         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11063         about unknown charsets.
11064
11065         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11066
11067 2005-10-04  David Hansen  <david.hansen@gmx.net>
11068
11069         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11070         (nnrss-check-group): Ditto.
11071
11072 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11075         Rename x-gnus-verbatim to x-verbatim.
11076         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11077
11078         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11079         x-verbatim.
11080
11081         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11082
11083         * gnus-util.el (gnus-remove-duplicates): Remove.
11084
11085         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11086         instead of gnus-remove-duplicates.
11087
11088         * message.el (message-remove-duplicates): Remove.
11089         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11090         message-remove-duplicates.
11091
11092         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11093         available, else use implementation from `delete-dups'.
11094
11095         * message.el (message-insert-expires): New function.
11096         (message-mode-map): Add key binding.
11097         (message-mode-field-menu): Add menu entry.
11098         (message-mode): Document it.
11099         (message-make-expires-date): Use `message-make-date'.
11100
11101 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11102
11103         * message.el (message-make-expires-date): New function.
11104
11105 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * Makefile.in (list-installed-shadows): New entry.
11108         (install): Use it.
11109         (remove-installed-shadows): New entry.
11110
11111         * dgnushack.el (dgnushack-default-load-path): New variable.
11112         (dgnushack-find-lisp-shadows): New function.
11113         (dgnushack-remove-lisp-shadows): New function.
11114
11115 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * Makefile.in (install-el-elc): New entry.
11118         (install): Use it so that .el files are necessarily installed.
11119
11120 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11123
11124 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11125
11126         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11127         function rather than the diff-mode.el package.
11128         (mm-display-external): Use with-current-buffer.
11129         (mm-viewer-completion-map, mm-viewer-completion-map):
11130         Move initialization inside declaration.
11131
11132 2005-09-29  Simon Josefsson  <jas@extundo.com>
11133
11134         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11135         autoload mail-check-payment.
11136         (spam-check-hashcash): Define unconditionally, since hashcash.el
11137         is part of Gnus now.  Ignore errors from payment checking.
11138
11139 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * message.el (message-bold-region, message-unbold-region): Rename
11142         from `bold-region' and `unbold-region'.
11143
11144         * message.el: Remove useless autoloads.
11145
11146 2005-09-28  Simon Josefsson  <jas@extundo.com>
11147
11148         * message.el (message-use-idna): Default to t.
11149         (message-use-idna): Test whether encoding works too.  Doc fix.
11150
11151 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * nntp.el (nntp-warn-about-losing-connection): Remove.
11154
11155 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11158         customizable.  Change default value.
11159         (mm-uu-diff-groups-regexp): Change default value.
11160         (mm-uu-type-alist): Add doc string.
11161         (mm-uu-configure): Add doc string.  Make it interactive.
11162         (mm-uu-tex-groups-regexp): New variable.
11163         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11164         (mm-uu-type-alist): Add LaTeX documents.
11165         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11166         of "text/verbatim".
11167         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11168
11169         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11170         instead of "text/verbatim".
11171
11172         * message.el (message-mark-inserted-region)
11173         (message-mark-insert-file): Use slrn style marks when called with
11174         prefix argument.
11175
11176 2005-09-27  Simon Josefsson  <jas@extundo.com>
11177
11178         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11179
11180 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11181
11182         * message.el (message-remove-duplicates): New function.
11183         Implementation borrowed from `gnus-remove-duplicates'.
11184         (message-idna-to-ascii-rhs): Also encode idna addresses in
11185         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11186         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11187         only ask about the same idna domain once per header and also tell
11188         in what header to replace the idna domain.
11189
11190         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11191         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11192         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11193         a header is decoded and not just the last one.
11194
11195 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11198         has been decoded.
11199
11200         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11201         (mm-insert-part): Don't modify text if it has been decoded.
11202
11203         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11204         decoded.
11205
11206         * mm-view.el (mm-inline-text): Don't strip text props unless
11207         decoding enriched or richtext parts.
11208
11209 2005-09-25  Romain Francoise  <romain@orebokech.com>
11210
11211         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11212         * gnus-start.el (gnus-subscribe-interactively):
11213         * gnus-uu.el (gnus-uu-grab-articles):
11214         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11215         space.
11216
11217 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11218
11219         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11220         * mm-view.el (mm-view-pkcs7-decrypt):
11221         * gnus-sum.el (gnus-summary-limit-to-extra)
11222         (gnus-summary-respool-article, gnus-read-move-group-name):
11223         * gnus-score.el (gnus-summary-increase-score):
11224         * gnus-util.el (gnus-completing-read-with-default):
11225         * gnus-art.el (gnus-read-save-file-name)
11226         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11227         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11228         * message.el (message-check-news-header-syntax):
11229         Follow convention for reading with the minibuffer.
11230
11231 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * spam-report.el (spam-report-url-ping-plain):
11234         Use gnus-extended-version as User-Agent.
11235
11236         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11237         default value is nil.
11238
11239         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11240         (mm-uu-verbatim-marks-extract): New function.
11241         (mm-uu-extract): New face.
11242         (mm-uu-copy-to-buffer): Use it.
11243
11244         * spam-report.el (spam-report-gmane-ham): Renamed from
11245         `spam-report-gmane-unspam'.
11246         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11247         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11248
11249         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11250         Autoload.
11251         (spam-report-gmane-unregister-routine): Renamed
11252         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11253
11254 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11255
11256         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11257         (spam-report-gmane-unregister-routine): Add support for gmane
11258         unregistration.
11259
11260         * spam-report.el (spam-report-gmane-unspam)
11261         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11262         (spam-report-gmane): Change to take a single article and do unspam
11263         registration.
11264
11265 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * mm-url.el (mm-url-decode-entities): Fix regexp.
11268
11269 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11270
11271         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11272         default to nil, to be able to use Gnus at all.  If the default
11273         switches to something else, then the function should be fixed not
11274         be exceedingly slow.
11275
11276 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11277
11278         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11279         fail hard.
11280
11281         * spam-report.el: Add better Keywords line.
11282
11283         * spam.el: Add Maintainer and better Keywords line.
11284
11285 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-art.el (gnus-article-replace-part)
11288         (gnus-mime-replace-part): New functions.
11289         (gnus-mime-action-alist, gnus-mime-button-commands)
11290         (gnus-mime-save-part-and-strip): Added file argument.
11291         (gnus-article-part-wrapper): Added interactive argument.
11292
11293         * gnus-sum.el (gnus-summary-mime-map): Add
11294         `gnus-article-replace-part'.
11295
11296 2005-09-19  Didier Verna  <didier@xemacs.org>
11297
11298         The nnml compaction feature:
11299         * nnml.el (nnml-request-compact-group): New function.
11300         * nnml.el (nnml-request-compact): New function.
11301         * gnus-int.el (gnus-request-compact-group): New function.
11302         * gnus-int.el (gnus-request-compact): New function.
11303         * gnus-group.el (gnus-group-compact-group): New function.
11304         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11305         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11306         * gnus-srvr.el (gnus-server-compact-server): New function.
11307         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11308         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11309
11310 2005-09-18  Deepak Goel  <deego@gnufans.org>
11311
11312         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11313         format spec.
11314
11315 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11318
11319 2005-09-15  Romain Francoise  <romain@orebokech.com>
11320
11321         * message.el (message-fill-paragraph): Clarify docstring.
11322
11323 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * gnus-art.el (gnus-mime-display-part): Protect against broken
11326         MIME messages.
11327
11328 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11331         before parsing header.
11332
11333 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11334
11335         * html2text.el (html2text-replace-list): Add new entities.
11336
11337 2005-09-11  Romain Francoise  <romain@orebokech.com>
11338
11339         * message.el (message-alternative-emails): Improve docstring.
11340         (message-setup-1): Call `message-use-alternative-email-as-from'
11341         after `message-setup-hook' to give it precedence over posting
11342         styles, etc.
11343         (message-use-alternative-email-as-from): Add docstring.  Remove
11344         the original From header if present.
11345
11346         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11347         (nnml-save-mail): Use it.
11348
11349         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11350         articles.  Add new argument `silent'.
11351         (gnus-uu-mark-all): Report the total number of marked articles.
11352
11353 2005-09-10  Romain Francoise  <romain@orebokech.com>
11354
11355         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11356         (gnus-uu-mark-series): Likewise.
11357
11358 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * spam-report.el (spam-report-gmane): Fix generation of spam
11361         report URL.
11362
11363 2005-09-10  Simon Josefsson  <jas@extundo.com>
11364
11365         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11366         t, based on discussion on the ding list with Robert Epprecht
11367         <epprecht@solnet.ch>.
11368
11369 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * spam-report.el (spam-report-gmane): Make it work without
11372         X-Report-Spam header.  Gmane now only provides Archived-At.
11373         This is only used if `spam-report-gmane-use-article-number' is nil.
11374         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11375
11376         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11377         make `gnus-summary-sort-by-recipient' work with threading.
11378
11379         * nnweb.el (nnweb-google-wash-article): Print a message if article
11380         is not available.
11381
11382 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11383
11384         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11385         change.  Decode text/* parts content before displaying.
11386
11387 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11390
11391 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11394
11395         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11396         url-package-name, url-package-version,
11397         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11398         w3m-display-inline-images, and w3m-minor-mode-map.
11399
11400 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * message.el (message-tab-body-function): Fix mismatched custom type.
11403
11404         * gnus.el (gnus-group-change-level-function): Ditto.
11405
11406         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11407
11408         * gnus-art.el (gnus-signature-limit)
11409         (gnus-article-mime-part-function): Ditto.
11410
11411 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * mml.el (mml-mode): Silence the byte compiler.
11414
11415         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11416         using `(sit-for 0)' before moving the point to the specified part;
11417         skip unbuttonized parts.
11418         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11419         return to the summary window if gnus-auto-select-part is non-nil.
11420
11421 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11424         variables.
11425         (mml-dnd-attach-file, mml-mode): Use them.
11426
11427         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11428         Make fetching article by MID work again for Google Groups.  Added
11429         FIXME concerning gnus-group-make-web-group.
11430
11431         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11432         Don't depend on Gnus by using mail-extract-address-components if
11433         gnus-extract-address-components is not bound.
11434
11435 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11436
11437         * gnus-art.el (gnus-mime-display-security): Don't display the
11438         signature, but only the signed part.
11439
11440 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11443
11444         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11445         list, not listp.
11446
11447 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11448
11449         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11450         when encoding.
11451
11452         * mm-bodies.el (mm-decode-content-transfer-encoding):
11453         De-canonicalize CRLF for all text content types, not just
11454         text/plain.
11455
11456 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11459         valid article; point arrow and cursor at the MIME button.
11460
11461 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11464         Suggested by Dan Christensen <jdc@uwo.ca>.
11465
11466         * mm-decode.el (mm-save-part): Enable change of prompt.
11467
11468 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11469
11470         * gnus-msg.el (gnus-inews-add-send-actions): Made
11471         `message-post-method' lambda parameter ARG `&optional'.
11472
11473 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * gnus-sum.el (gnus-summary-mime-map): Added
11476         gnus-article-save-part-and-strip, gnus-article-delete-part and
11477         gnus-article-jump-to-part.
11478
11479         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11480         (gnus-article-edit-part): Use it.
11481         (gnus-article-part-wrapper): Added no-handle argument.
11482         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11483         functions.
11484
11485 2005-08-29  Romain Francoise  <romain@orebokech.com>
11486
11487         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11488         docstring.
11489         (gnus-face-from-file): Likewise.
11490
11491 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11494         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11495         non-nil.
11496         (gnus-auto-select-part): New variable.
11497         (gnus-article-jump-to-part): New function.
11498         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11499         (gnus-mime-delete-part): Allow selecting specified part after
11500         deleting or stripping parts.
11501         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11502         part if argument is bogus.
11503
11504 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11505
11506         * gnus-art.el (w3m-minor-mode-map):
11507         * gnus-spec.el (gnus-newsrc-file-version):
11508         * gnus-util.el (nnmail-active-file-coding-system)
11509         (gnus-original-article-buffer, gnus-user-agent):
11510         * gnus.el (gnus-ham-process-destinations)
11511         (gnus-parameter-ham-marks-alist)
11512         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11513         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11514         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11515         * mm-decode.el (gnus-current-window-configuration):
11516         * mm-extern.el (gnus-article-mime-handles):
11517         * mm-url.el (url-current-object, url-package-name)
11518         (url-package-version):
11519         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11520         (smime-keys, w3m-cid-retrieve-function-alist)
11521         (w3m-current-buffer, w3m-display-inline-images)
11522         (w3m-minor-mode-map):
11523         * mml-smime.el (gnus-extract-address-components):
11524         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11525         (gnus-newsrc-hashtb, message-default-charset)
11526         (message-deletable-headers, message-options)
11527         (message-posting-charset, message-required-mail-headers)
11528         (message-required-news-headers):
11529         * mml1991.el (mc-pgp-always-sign):
11530         * mml2015.el (mc-pgp-always-sign):
11531         * nnheader.el (nnmail-extra-headers):
11532         * rfc1843.el (gnus-decode-encoded-word-function)
11533         (gnus-decode-header-function, gnus-newsgroup-name):
11534         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11535
11536 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11537
11538         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11539         the end of the date treatments.
11540
11541 2005-08-15  Simon Josefsson  <jas@extundo.com>
11542
11543         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11544         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11545         Capello and Romain Francoise.
11546         (pgg-fetch-key-function): Removed, not used?
11547         (pgg-insert-url-with-w3): Require url, to get
11548         url-insert-file-contents regardless of where it is defined.
11549
11550 2005-08-13  Romain Francoise  <romain@orebokech.com>
11551
11552         * message.el (message-cite-original-1): New function.
11553         (message-cite-original): Use it.
11554         (message-cite-original-without-signature): Ditto.
11555
11556 2005-08-08  Romain Francoise  <romain@orebokech.com>
11557
11558         * message.el (message-yank-empty-prefix): New variable.
11559         (message-indent-citation): Use it.
11560         (message-cite-original-without-signature): Respect X-No-Archive.
11561
11562 2005-08-08  Simon Josefsson  <jas@extundo.com>
11563
11564         * pgg.el: Autoload url-insert-file-contents instead of loading
11565         w3/url.
11566         (pgg-insert-url-with-w3): Don't load url here.
11567
11568 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11569
11570         * message.el (message-kill-to-signature): Don't insert newline at
11571         bol.
11572         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11573
11574 2005-08-06  Romain Francoise  <romain@orebokech.com>
11575
11576         * message.el (message-user-fqdn): Fix typo in docstring.
11577
11578 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11579
11580         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11581
11582         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11583
11584 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * mm-bodies.el (mm-encode-body): Use coding system rather than
11587         charset to encode text.
11588
11589         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11590         number of charsets if utf-8 is available (XEmacs).
11591
11592 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11595         taken from `gnus-button-mid-or-mail-regexp'.
11596         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11597         (gnus-button-alist): Improve regexp for domain part of the MIDs
11598         for news:localpart@domain buttons.
11599         (gnus-button-ctan-directory-regexp): Update.
11600
11601 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * sieve-manage.el (sieve-manage-interactive-login): Use
11604         make-local-variable rather than make-variable-buffer-local.
11605         (sieve-manage-open): Ditto.
11606         (sieve-manage-authenticate): Ditto.
11607
11608         * mml.el (mml-generate-mime-1): Make the content type default to
11609         text/plain if the filename is not specified.
11610
11611 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11614         instead of insert-buffer.
11615
11616         * message.el (message-yank-original): Ditto; set the mark at the
11617         end of the yanked message.
11618
11619 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11622         lines to scroll rather than to stop it.
11623
11624         * mml.el (mml-generate-default-type): Add doc string.
11625         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11626         default to application/octet-stream when determining the content
11627         type if it is not specified for the part or the mml contents; add
11628         a comment about mml-generate-default-type.
11629
11630 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11633         make it default to application/octet-stream when determining the
11634         content type if it is not specified for the external contents.
11635
11636 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11639         segmented parameter but also other parameters might be there.
11640
11641 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * mm-decode.el (mm-display-external): Delete temp file, directory
11644         and buffer immediately if the external process is exited.
11645
11646 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11649         fewer lines than that of scroll-margin.
11650         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11651
11652 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-art.el (gnus-article-next-page): Revert.
11655         (gnus-article-beginning-of-window): New macro.
11656         (gnus-article-next-page-1): Use it.
11657         (gnus-article-prev-page): Ditto.
11658         (gnus-article-edit-part): Use insert-buffer-substring instead of
11659         insert-buffer.
11660         (gnus-article-edit-exit): Ditto.
11661
11662         * gnus-util.el (gnus-beginning-of-window): Remove.
11663         (gnus-end-of-window): Remove.
11664
11665         * lpath.el: Don't bind header-line-format and scroll-margin.
11666
11667 2005-07-25  Simon Josefsson  <jas@extundo.com>
11668
11669         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11670         to have the url package without w3.  Reported by Daiki Ueno
11671         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11672
11673 2005-07-20  Didier Verna  <didier@xemacs.org>
11674
11675         * gnus-diary.el: Remove the description comment (nndiary is now
11676         properly documented in the Gnus manual).
11677         Fix the spelling of "Back End".
11678         * nndiary.el: Ditto.
11679         Fix the copyright notice.
11680
11681 2005-07-18  Romain Francoise  <romain@orebokech.com>
11682
11683         * gnus-sum.el (gnus-summary-to-prefix)
11684         (gnus-summary-newsgroup-prefix): New variables.
11685         (gnus-summary-from-or-to-or-newsgroups): Use them.
11686
11687 2005-07-17  Romain Francoise  <romain@orebokech.com>
11688
11689         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11690         space as it's generally not especially interesting to the user.
11691
11692 2005-07-16  Romain Francoise  <romain@orebokech.com>
11693
11694         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11695         nil to avoid prompting and file modification if one of the
11696         messages at the top of the nnfolder file contains a copyright
11697         notice.
11698         Update copyright notice.
11699
11700         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11701         instead of `current-time-string' as the latter creates a time
11702         string that is not RFC 2822 compliant (it lacks the zone).
11703         Update copyright notice.
11704
11705 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11706
11707         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11708         for text/rtf.  Display default in prompt.  Pass default for M-n.
11709
11710         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11711
11712 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11713
11714         * gnus-msg.el (gnus-button-mailto): Remove
11715         save-selected-window-window hackery because it relies on
11716         save-selected-window internals.
11717
11718 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11721         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11722         (gnus-article-prev-page): Ditto.
11723
11724         * gnus-util.el (gnus-beginning-of-window): New function.
11725         (gnus-end-of-window): New function.
11726
11727         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11728
11729 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11730
11731         * gnus-score.el (gnus-score-edit-all-score): Set
11732         gnus-score-edit-exit-function to gnus-score-edit-done and call
11733         gnus-message.
11734
11735 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * gnus-msg.el (gnus-button-mailto): Remove
11738         save-selected-window-window hackery because it relies on
11739         save-selected-window internals.
11740
11741 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11744         add-minor-mode.
11745         (gnus-binary-mode): Ditto.
11746
11747         * gnus-topic.el (gnus-topic-mode): Ditto.
11748
11749 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11750
11751         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11752         (gnus-article-prev-page): Take scroll-margin into consideration.
11753
11754 2005-07-04  Lute Kamstra  <lute@gnu.org>
11755
11756         Update FSF's address in GPL notices.
11757
11758 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11759
11760         * gnus.el (gnus-exit):
11761         * gnus-group.el (gnus-group-icons):
11762         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11763
11764         * gnus-nocem.el (gnus-nocem):
11765         * message.el (message-various, message-buffers, message-sending)
11766         (message-interface, message-forwarding, message-insertion)
11767         (message-headers, message-news, message-mail):
11768         * pgg-gpg.el (pgg-gpg):
11769         * pgg-parse.el (pgg-parse):
11770         * pgg-pgp.el (pgg-pgp):
11771         * pgg-pgp5.el (pgg-pgp5):
11772         * pop3.el (pop3): Finish `defgroup' description with period.
11773
11774 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-art.el (article-display-face): Improve the efficiency.
11777         (article-display-x-face): Ditto; remove grey x-face stuff.
11778
11779 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * gnus-art.el (article-display-face): Correct the position in
11782         which Faces are inserted.
11783
11784 2005-06-29  Didier Verna  <didier@xemacs.org>
11785
11786         * gnus-art.el (article-display-face): Display faces in correct
11787         order.
11788
11789 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11792         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11793         (gnus-nocem-check-article): Fetch the Type header.
11794         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11795         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11796         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11797         make sure gnus-nocem-hashtb is initialized.
11798         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11799         (gnus-nocem-unwanted-article-p): Ditto.
11800
11801         * pgg.el (pgg-verify): Return the verification result.
11802
11803 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11804
11805         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11806         is ascii.
11807
11808 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11809
11810         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11811         `show-nonbreak-escape'.
11812
11813 2005-06-23  Lute Kamstra  <lute@gnu.org>
11814
11815         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11816
11817         * dig.el (dig-mode):
11818         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11819
11820 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11821
11822         * nnimap.el (nnimap-split-download-body): Fix spellings.
11823
11824 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11825
11826         * gnus-art.el (gnus-article-encrypt-body):
11827         * gnus-cus.el (gnus-score-customize):
11828         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11829         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11830
11831 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11832
11833         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11834         header by looking for magic "MII" at the beginnig.
11835
11836 2005-06-16  Miles Bader  <miles@gnu.org>
11837
11838         * gnus-xmas.el (gnus-xmas-group-startup-message):
11839         Use renamed gnus-splash face.
11840
11841         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11842         (assistant-field-face): New backward-compatibility alias for renamed
11843         face.
11844         (assistant-render-text): Use renamed assistant-field face.
11845
11846         * spam.el (spam): Remove "-face" suffix from face name.
11847         (spam-face): New backward-compatibility alias for renamed face.
11848         (spam-face, spam-initialize): Use renamed spam face.
11849
11850         * message.el (message-header-to, message-header-cc)
11851         (message-header-subject, message-header-newsgroups)
11852         (message-header-other, message-header-name)
11853         (message-header-xheader, message-separator, message-cited-text)
11854         (message-mml): Remove "-face" suffix from face names.
11855         (message-header-to-face, message-header-cc-face)
11856         (message-header-subject-face, message-header-newsgroups-face)
11857         (message-header-other-face, message-header-name-face)
11858         (message-header-xheader-face, message-separator-face)
11859         (message-cited-text-face, message-mml-face):
11860         New backward-compatibility aliases for renamed faces.
11861         (message-font-lock-keywords): Use renamed message faces.
11862
11863         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11864         (sieve-test-commands, sieve-tagged-arguments):
11865         Remove "-face" suffix from face names.
11866         (sieve-control-commands-face, sieve-action-commands-face)
11867         (sieve-test-commands-face, sieve-tagged-arguments-face):
11868         New backward-compatibility aliases for renamed faces.
11869         (sieve-control-commands-face, sieve-action-commands-face)
11870         (sieve-test-commands-face, sieve-tagged-arguments-face):
11871         Use renamed sieve faces.
11872
11873         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11874         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11875         (gnus-group-news-3-empty, gnus-group-news-4)
11876         (gnus-group-news-4-empty, gnus-group-news-5)
11877         (gnus-group-news-5-empty, gnus-group-news-6)
11878         (gnus-group-news-6-empty, gnus-group-news-low)
11879         (gnus-group-news-low-empty, gnus-group-mail-1)
11880         (gnus-group-mail-1-empty, gnus-group-mail-2)
11881         (gnus-group-mail-2-empty, gnus-group-mail-3)
11882         (gnus-group-mail-3-empty, gnus-group-mail-low)
11883         (gnus-group-mail-low-empty, gnus-summary-selected)
11884         (gnus-summary-cancelled, gnus-summary-high-ticked)
11885         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11886         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11887         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11888         (gnus-summary-low-undownloaded)
11889         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11890         (gnus-summary-low-unread, gnus-summary-normal-unread)
11891         (gnus-summary-high-read, gnus-summary-low-read)
11892         (gnus-summary-normal-read, gnus-splash):
11893         Remove "-face" suffix from face names.
11894         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11895         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11896         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11897         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11898         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11899         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11900         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11901         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11902         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11903         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11904         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11905         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11906         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11907         (gnus-summary-normal-ticked-face)
11908         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11909         (gnus-summary-normal-ancient-face)
11910         (gnus-summary-high-undownloaded-face)
11911         (gnus-summary-low-undownloaded-face)
11912         (gnus-summary-normal-undownloaded-face)
11913         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11914         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11915         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11916         (gnus-splash-face):
11917         New backward-compatibility aliases for renamed faces.
11918         (gnus-group-startup-message): Use renamed gnus faces.
11919
11920         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11921         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11922         (gnus-server-agent): Remove "-face" suffix from face names.
11923         (gnus-server-agent-face, gnus-server-opened-face)
11924         (gnus-server-closed-face, gnus-server-denied-face)
11925         (gnus-server-offline-face):
11926         New backward-compatibility aliases for renamed faces.
11927         (gnus-server-agent-face, gnus-server-opened-face)
11928         (gnus-server-closed-face, gnus-server-denied-face)
11929         (gnus-server-offline-face): Use renamed gnus faces.
11930
11931         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11932         Remove "-face" suffix from face names.
11933         (gnus-picon-xbm-face, gnus-picon-face):
11934         New backward-compatibility aliases for renamed faces.
11935
11936         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11937         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11938         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11939         (gnus-cite-11): Remove "-face" suffix from face names.
11940         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11941         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11942         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11943         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11944         New backward-compatibility aliases for renamed faces.
11945         (gnus-cite-attribution-face, gnus-cite-face-list)
11946         (gnus-article-boring-faces): Use renamed gnus faces.
11947
11948         * gnus-art.el (gnus-signature, gnus-header-from)
11949         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11950         (gnus-header-content): Remove "-face" suffix from face names.
11951         (gnus-signature-face, gnus-header-from-face)
11952         (gnus-header-subject-face, gnus-header-newsgroups-face)
11953         (gnus-header-name-face, gnus-header-content-face):
11954         New backward-compatibility aliases for renamed faces.
11955         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11956
11957         * gnus-sum.el (gnus-summary-selected-face)
11958         (gnus-summary-highlight): Use renamed gnus faces.
11959         * gnus-group.el (gnus-group-highlight): Likewise.
11960
11961 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11962
11963         * gnus-sieve.el (gnus-sieve-article-add-rule):
11964         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11965         * spam-stat.el (spam-stat-buffer-change-to-spam)
11966         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11967
11968         * message.el (message-is-yours-p):
11969         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11970
11971 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * mm-view.el (mm-inline-text): Withdraw the last change.
11974
11975 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11978         executing enriched-decode.
11979
11980 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11983         charset of tar files.
11984
11985 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11986
11987         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11988
11989 2005-06-04  Lute Kamstra  <lute@gnu.org>
11990
11991         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11992         information is never recorded.
11993
11994 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11995
11996         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11997
11998 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * pop3.el (pop3-apop): Run md5 in the binary mode.
12001
12002         * starttls.el (starttls-set-process-query-on-exit-flag):
12003         Use eval-and-compile.
12004
12005 2005-05-31  Simon Josefsson  <jas@extundo.com>
12006
12007         * smime.el (smime-replace-in-string): Define.
12008         (smime-cert-by-ldap-1): Use it.
12009
12010 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * gnus-art.el (article-display-x-face): Replace
12013         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12014
12015         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12016         set-process-query-on-exit-flag or process-kill-without-query.
12017
12018         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12019         loop instead of replace-regexp.
12020
12021         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12022         instead of process-kill-without-query if it is available.
12023
12024         * lpath.el: Fbind ldap-search-entries.
12025
12026         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12027         instead of find-file-hooks if it is available.
12028
12029         * mml1991.el: Bind pgg-default-user-id when compiling.
12030
12031         * mml2015.el: Bind pgg-default-user-id when compiling.
12032
12033         * nndraft.el (nndraft-request-associate-buffer):
12034         Use write-contents-functions instead of write-contents-hooks if it is
12035         available.
12036
12037         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12038         instead of find-file-hooks if it is available.
12039
12040         * nntp.el (nntp-open-connection): Replace
12041         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12042         (nntp-open-ssl-stream): Ditto.
12043         (nntp-open-tls-stream): Ditto.
12044
12045         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12046         set-process-query-on-exit-flag or process-kill-without-query.
12047         (starttls-open-stream-gnutls): Use it instead of
12048         process-kill-without-query.
12049         (starttls-open-stream): Ditto.
12050
12051 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12052
12053         * smime.el (smime-cert-by-ldap-1): Don't use
12054         replace-regexp-in-string.
12055
12056 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12057
12058         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12059
12060         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12061         in PEM format.  Adjust to the XEmacs compability.
12062
12063 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12066         by `string-to-number'.
12067         * gnus-agent.el (gnus-agent-regenerate-group)
12068         (gnus-agent-fetch-articles): Ditto.
12069         * gnus-art.el (gnus-button-fetch-group): Ditto.
12070         * gnus-cache.el (gnus-cache-generate-active)
12071         (gnus-cache-articles-in-group): Ditto.
12072         * gnus-group.el (gnus-group-set-current-level)
12073         (gnus-group-insert-group-line): Ditto.
12074         * gnus-score.el (gnus-score-set-expunge-below)
12075         (gnus-score-set-mark-below, gnus-summary-score-effect)
12076         (gnus-summary-score-entry): Ditto.
12077         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12078         (gnus-soup-pack): Ditto.
12079         * gnus-spec.el (gnus-xmas-format): Ditto.
12080         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12081         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12082         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12083         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12084         * nndb.el (nndb-get-remote-expire-response): Ditto.
12085         * nndiary.el (nndiary-parse-schedule-value)
12086         (nndiary-string-to-number, nndiary-request-replace-article)
12087         (nndiary-request-article): Ditto.
12088         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12089         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12090         * nneething.el (nneething-make-head): Ditto.
12091         * nnfolder.el (nnfolder-request-article)
12092         (nnfolder-retrieve-headers): Ditto.
12093         * nnheader.el (nnheader-file-to-number): Ditto.
12094         * nnkiboze.el (nnkiboze-request-article): Ditto.
12095         * nnmail.el (nnmail-process-unix-mail-format)
12096         (nnmail-process-babyl-mail-format): Ditto.
12097         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12098         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12099         (nnmh-request-create-group, nnmh-request-list-1)
12100         (nnmh-request-group, nnmh-request-article): Ditto.
12101         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12102         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12103         * nnsoup.el (nnsoup-make-active): Ditto.
12104         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12105         * nntp.el (nntp-find-group-and-number)
12106         (nntp-retrieve-headers-with-xover): Ditto.
12107         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12108         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12109         (pgg-format-key-identifier): Ditto.
12110         * pop3.el (pop3-last, pop3-stat): Ditto.
12111         * qp.el (quoted-printable-decode-region): Ditto.
12112
12113         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12114         of concat.
12115
12116 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12119
12120         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12121
12122         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12123
12124         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12125
12126         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12127
12128         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12129
12130         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12131         (gnus-carpal-mode): Ditto.
12132
12133         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12134         (gnus-browse-mode): Ditto.
12135
12136         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12137
12138         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12139
12140 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12141
12142         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12143
12144 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-util.el (gnus-run-mode-hooks): New function.
12147
12148         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12149
12150         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12151         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12152
12153 2005-05-27  Lute Kamstra  <lute@gnu.org>
12154
12155         * dns-mode.el (dns-mode): Specify customization group.
12156
12157 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12158
12159         * gnus-agent.el (gnus-agent-make-mode-line-string):
12160         Use mode-line-highlight as mouse-face.
12161
12162 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * canlock.el (canlock): Change the parent group to news.
12165
12166         * deuglify.el (gnus-outlook-deuglify): Add :group.
12167
12168         * dig.el (dig): Add :group.
12169
12170         * dns-mode.el (dns-mode): Add :group.
12171
12172         * encrypt.el (encrypt): Add :group.
12173
12174         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12175         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12176         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12177         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12178         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12179
12180         * gnus-diary.el (gnus-diary): Add :group.
12181
12182         * gnus.el (gnus-group-news-1-face): Add :group.
12183         (gnus-group-news-1-empty-face): Ditto.
12184         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12185         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12186         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12187         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12188         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12189         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12190         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12191         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12192         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12193         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12194         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12195         (gnus-summary-high-ticked-face): Ditto.
12196         (gnus-summary-low-ticked-face): Ditto.
12197         (gnus-summary-normal-ticked-face): Ditto.
12198         (gnus-summary-high-ancient-face): Ditto.
12199         (gnus-summary-low-ancient-face): Ditto.
12200         (gnus-summary-normal-ancient-face): Ditto.
12201         (gnus-summary-high-undownloaded-face): Ditto.
12202         (gnus-summary-low-undownloaded-face): Ditto.
12203         (gnus-summary-normal-undownloaded-face): Ditto.
12204         (gnus-summary-high-unread-face): Ditto.
12205         (gnus-summary-low-unread-face): Ditto.
12206         (gnus-summary-normal-unread-face): Ditto.
12207         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12208         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12209
12210         * hashcash.el (hashcash): New custom group.
12211         (hashcash-default-payment): Add :group.
12212         (hashcash-payment-alist): Ditto.
12213         (hashcash-default-accept-payment): Ditto.
12214         (hashcash-accept-resources): Ditto.
12215         (hashcash-path): Ditto.
12216         (hashcash-extra-generate-parameters): Ditto.
12217         (hashcash-double-spend-database): Ditto.
12218         (hashcash-in-news): Ditto.
12219
12220         * message.el (message-minibuffer-local-map): Add :group.
12221
12222         * netrc.el (netrc): Add :group.
12223
12224         * sieve-manage.el (sieve-manage-log): Add :group.
12225         (sieve-manage-default-user): Diito.
12226         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12227         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12228         (sieve-manage-authenticators): Ditto.
12229         (sieve-manage-authenticator-alist): Ditto.
12230         (sieve-manage-default-port): Ditto.
12231
12232         * sieve-mode.el (sieve-control-commands-face): Add :group.
12233         (sieve-action-commands-face): Ditto.
12234         (sieve-test-commands-face): Ditto.
12235         (sieve-tagged-arguments-face): Ditto.
12236
12237         * smime.el (smime): Add :group.
12238
12239         * spam-report.el (spam-report): Add :group.
12240
12241         * spam.el (spam, spam-face): Add :group.
12242
12243 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12244
12245         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12246         return \n.\n.\n at the end of articles.  Protect against that.
12247         (nntp-with-open-group): Allow debugging.
12248
12249         * nnheader.el (mail-header-set-extra): Make into a function
12250         because I just could't understand how to quote the list properly.
12251
12252         * dns.el (query-dns-cached): New function.
12253
12254 2005-05-26  Lute Kamstra  <lute@gnu.org>
12255
12256         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12257
12258 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12261
12262         * gnus-art.el: Don't autoload mail-extract-address-components.
12263
12264         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12265         eval-and-compile to evaluate it.
12266
12267         * hashcash.el: Don't autoload executable-find.
12268
12269         * nndb.el: Don't declare the nndb back end two or more times; don't
12270         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12271
12272         * nntp.el: Autoload format-spec instead of format; use
12273         eval-and-compile to evaluate autoload forms.
12274
12275 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12276
12277         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12278
12279 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12280
12281         * gnus.el (gnus-version-number): Bump version.
12282
12283 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12284
12285         * gnus.el: No Gnus v0.3 is released.
12286
12287 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12288
12289         * lpath.el (featurep): Bind show-nonbreak-escape.
12290
12291 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-art.el (gnus-article-edit-part): Disable undo.
12294
12295 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12298         gnus-article-date-lapsed-new-header is t if date timer is active;
12299         skip headers in which the original date value is empty.
12300         (gnus-article-save-original-date): Redefine it as a macro.
12301         (gnus-display-mime): Use it.
12302
12303 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-art.el (article-date-ut): Support converting date in
12306         forwarded parts as well.
12307         (gnus-article-save-original-date): New function.
12308         (gnus-display-mime): Use it.
12309
12310 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12311
12312         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12313         enclosure element of <item>.
12314
12315 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * message.el (message-kill-buffer-query): Renamed from
12318         `message-kill-buffer-query-if-modified'.  Added :version.
12319
12320 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12323         window layout.
12324
12325 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * mml.el: Autoload dnd when compiling.
12328
12329 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12332         x-dnd-*.
12333
12334 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * qp.el (quoted-printable-encode-region): Save excursion.
12337
12338 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12339
12340         * message.el (message-kill-buffer-query-if-modified): Add new variable
12341         so the user can kill a modified message buffer quickly.
12342         (message-kill-buffer): Use it.
12343
12344 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * lpath.el: Fbind display-time-event-handler; don't fbind
12347         string-to-multibyte.
12348
12349         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12350
12351 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12354         contained in text because xml.el decodes entities) with LFs.
12355
12356 2005-04-11  Lute Kamstra  <lute@gnu.org>
12357
12358         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12359         differently.
12360
12361 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12362
12363         * mm-util.el (mm-detect-coding-region): Typo.
12364
12365 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12368
12369 2005-04-06  Deepak Goel  <deego@gnufans.org>
12370
12371         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12372         user-function allow user modifications of the scores.
12373         (spam-stat-score-buffer-user): New function, to allow
12374         user-computed modifications to the score.
12375         (spam-stat-score-buffer-user-functions): List of additional
12376         scoring functions.
12377         (spam-stat-error-holder): Global temporary error holder.
12378         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12379         variable.
12380
12381 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12382
12383         * gnus-registry.el (gnus-registry-clean-empty-function)
12384         (gnus-registry-trim, gnus-registry-fetch-groups)
12385         (gnus-registry-delete-group): Groups that match
12386         `gnus-registry-ignored-groups' are removed from the registry
12387         entries, not just ignored for splitting.  This helps clean up the
12388         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12389         to get all the groups a message ID is in.
12390
12391         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12392         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12393         (spam-stat-score-buffer-user-functions): Add :number custom type.
12394
12395 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12398         argument in XEmacs.
12399
12400         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12401         (nnrss-request-group): Decode group name first.
12402         (nnrss-request-article): Make a text/plain article if mml-to-mime
12403         failed.
12404         (nnrss-get-encoding): Return a compatible encoding according to
12405         nnrss-compatible-encoding-alist.
12406         (nnrss-find-el): Use consp instead of listp.
12407         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12408
12409 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12412         which Emacs 20 doesn't support.
12413         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12414
12415 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12418         silence the byte compiler inside the defun.
12419
12420         * gnus-demon.el (parse-time-string): Add autoload.
12421
12422         * gnus-delay.el (parse-time-string): Add autoload.
12423
12424         * gnus-art.el (parse-time-string): Add autoload.
12425
12426         * nnultimate.el (parse-time): Require for `parse-time-string'.
12427
12428 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12431
12432         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12433
12434         * smime.el (smime-ldap-host-list): Add :version.
12435
12436 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12439         pass it to `gnus-browse-read-group'.
12440         (gnus-browse-read-group): Add NUMBER argument and pass it to
12441         `gnus-group-read-ephemeral-group'.
12442
12443         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12444         argument and pass it to `gnus-group-read-group'.
12445
12446 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12447
12448         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12449         mm-xemacs-find-mime-charset-1 if we have the mule feature
12450         available at runtime.
12451
12452 2005-03-25  Werner Lemberg  <wl@gnu.org>
12453
12454         * nnmaildir.el: Replace `illegal' with `invalid'.
12455
12456 2005-03-23  Lute Kamstra  <lute@gnu.org>
12457
12458         * time-date.el: Add comment on time value formats.
12459         Don't require parse-time.
12460         (with-decoded-time-value): New macro.
12461         (encode-time-value): New function.
12462         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12463         (days-to-time): Return a valid time value when arg is huge.
12464         (time-since): Use time-subtract.
12465         (time-to-number-of-days): Use time-to-seconds.
12466
12467 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12468
12469         * gnus-start.el (gnus-display-time-event-handler):
12470         Check display-time-timer at runtime rather than only at load time
12471         in case display-time-mode is turned off in the mean time.
12472
12473 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12476         used.
12477
12478         * nneething.el (nneething-map-file-directory): Derive from
12479         `gnus-directory'.
12480
12481         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12482         the To/Cc button.
12483
12484 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * nnmaildir.el (nnmaildir-request-accept-article):
12487         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12488
12489 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12490
12491         * gnus-async.el: Require timer-funcs at compile time when in
12492         XEmacs for `run-with-idle-timer'.
12493
12494 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12495
12496         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12497         autoloaded function.
12498
12499 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12500
12501         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12502
12503 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12504
12505         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12506
12507 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12508
12509         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12510         gnus-expert-user to default.
12511
12512 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12513
12514         * nnimap.el (nnimap-open-server): Ditto.
12515
12516         * imap.el (imap-authenticate): Fix typo.
12517
12518 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12519
12520         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12521         buffer (since IMAP server might return FETCH response out of
12522         order, and the nntp buffer must be sorted).
12523
12524 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12525
12526         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12527         comparison on string.
12528
12529         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12530         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12531         (gnus-agent-summary-fetch-series): Modified to protect against
12532         gnus-agent-summary-fetch-group clearing processable flags.
12533         (gnus-agent-synchronize-group-flags): Update live group buffer as
12534         synchronization may occur due to the user toggle the plugged
12535         status.
12536         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12537         successfully downloaded.
12538         (gnus-agent-expire-group-1): Avoid using markers when the overview
12539         is in ascending order; greatly improves performance.
12540         (gnus-agent-regenerate-group): Use
12541         gnus-agent-synchronize-group-flags to reset read status in both
12542         gnus and server.
12543         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12544
12545 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * message.el: Don't autoload former message-utils variables.
12548         (message-strip-subject-trailing-was): Change doc string.
12549
12550         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12551         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12552         (nnweb-google-search): Add "hl=en" here.
12553         (nnweb-google-parse-1, nnweb-google-create-mapping):
12554         Don't hardcode URL.
12555
12556 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * message.el (message-get-reply-headers, message-followup):
12559         Mention related variables `message-use-followup-to' and
12560         `message-use-mail-followup-to', in the information buffer.
12561
12562         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12563         of broken groups(-beta).google.com.
12564
12565 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12566
12567         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12568         parameter to invoked gnus-request-move-article; remove the
12569         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12570         all at once instead of once per article.
12571         (gnus-summary-remove-process-mark): Accept a list of articles as
12572         well as a single article for processing.
12573
12574         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12575         parameter.
12576
12577         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12578
12579         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12580
12581         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12582         parameter.
12583
12584         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12585         parameter.
12586
12587         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12588         parameter and remove the gnus-sum-hint-move-is-internal variable.
12589
12590         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12591         parameter.
12592
12593         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12594         parameter.
12595
12596         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12597         parameter.
12598
12599         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12600
12601         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12602         parameter.
12603
12604         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12605         parameter.
12606
12607 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12608
12609         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12610         a more conservative way.
12611
12612 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12613
12614         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12615         buffer, so it moves the window's cursor.
12616
12617 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12618
12619         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12620         `mm-dissect-multipart' and receive the from field as an (optional)
12621         argument from `mm-dissect-multipart'.
12622         (mm-dissect-multipart): Receive the from field as an argument and
12623         pass it on when we call `mm-dissect-buffer' on MIME parts.
12624         Fixes verification/decryption of signed/encrypted MIME parts.
12625
12626 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12627
12628         * gnus-sum.el (gnus-summary-move-article): Set
12629         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12630         whatever it calls (right now, only nnimap-request-move article
12631         respects it).
12632
12633         * nnimap.el (nnimap-request-move-article): When
12634         gnus-sum-hint-move-is-internal is set, don't do the extra
12635         nnimap-request-article.
12636
12637 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12640
12641         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12642         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12643
12644         * gnus-sum.el (gnus-summary-caesar-message):
12645         Apply `gnus-treat-article' after rotation.
12646
12647         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12648         doc string.
12649
12650 2005-02-22  Simon Josefsson  <jas@extundo.com>
12651
12652         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12653         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12654         <arne@arnested.dk>.
12655         (encrypt): Add password-cache and password-cache-expiry as group
12656         members.
12657
12658 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12659
12660         * smime.el (smime-ldap-host-list): Doc fix.
12661         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12662         cache) password.
12663         (smime-sign-region): Use it.
12664         (smime-decrypt-region): Use it.
12665         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12666         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12667         fails.
12668         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12669         certificate from DER to PEM format rather than calling openssl.
12670
12671         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12672
12673         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12674         for signing/encryption.
12675
12676         * mml.el (mml-parse-1): Use them.
12677
12678 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12679
12680         * nnrss.el (nnrss-verbose): Removed.
12681         (nnrss-request-group): Use `nnheader-message' instead.
12682
12683 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12684
12685         * nnrss.el (nnrss-verbose): New variable.
12686         (nnrss-request-group): Make it say nnrss is requesting a group.
12687
12688 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12691         Handle news URL with given port correctly.
12692
12693 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12696         containing special characters.
12697
12698         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12699
12700         * mml.el (mime-to-mml): Ditto.
12701
12702         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12703         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12704         (rfc2047-decode-region): Quote decoded words containing special
12705         characters when rfc2047-quote-decoded-words-containing-tspecials
12706         is non-nil.
12707
12708 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12709
12710         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12711
12712         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12713
12714 2005-02-15  Simon Josefsson  <jas@extundo.com>
12715
12716         * nnimap.el (nnimap-debug): Doc fix.
12717
12718         * imap.el (imap-debug): Doc fix.
12719
12720 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12723
12724 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12725
12726         * gnus.el (spam-contents): Improve docs for spam-contents
12727         parameter in its variable incarnation.
12728
12729 2005-02-14  Simon Josefsson  <jas@extundo.com>
12730
12731         * smime-ldap.el: Use require instead of load-library for ldap.
12732         (smime-ldap-search): Indent.
12733         (smime-ldap-search-internal): Shorten line.
12734
12735         * smime.el (smime-cert-by-dns): Add doc-string.
12736         (smime-cert-by-ldap-1): Indent.
12737
12738         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12739         mml-smime-get-dns-ldap.
12740         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12741
12742 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12743
12744         * smime.el: Require smime-ldap.
12745         (smime-ldap-host-list): New variable.
12746         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12747
12748         * mml-smime.el (mml-smime-encrypt-query): New function.
12749         (mml-smime-encrypt-query): Use it.
12750
12751         * smime-ldap.el: New file.
12752
12753 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12756
12757 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12760         argument in doc string.  Make query for type more clear.
12761
12762 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12763
12764         * gnus.el (gnus-group-startup-message): Search for gnus images in
12765         etc/images/gnus.
12766         * mm-util.el (mm-image-load-path): Likewise.
12767         * smiley.el (smiley-data-directory): Search for smilies in
12768         etc/images/smilies.
12769
12770 2005-02-09  Kim F. Storm  <storm@cua.dk>
12771
12772         Change Emacs release version from 21.4 to 22.1 throughout.
12773         Change Emacs development version from 21.3.50 to 22.0.50.
12774
12775 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12778
12779         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12780         non-Mule XEmacs as well.
12781         (mm-decompress-buffer): Signal an error intentionally if it does
12782         not decompress compressed data because auto-compression-mode is
12783         disabled.
12784
12785 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12786
12787         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12788         an ID in the registry even if it has no groups.
12789
12790 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12793         merge it into mm-decompress-buffer.
12794         (gnus-mime-copy-part): Use the MIME part charset, the value which
12795         a user specified or gnus-newsgroup-charset for decoding, like
12796         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12797         save-buffer what was used.  Suggested by Kevin Ryde
12798         <user42@zip.com.au>.
12799         (gnus-mime-inline-part): Allow the name parameter as well as the
12800         filename parameter; force decompressing of compressed data; always
12801         display contents being not decoded as unibyte.
12802
12803         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12804         as well as the filename parameter.
12805
12806         * mm-util.el (mm-decompress-buffer): Merge
12807         gnus-mime-jka-compr-maybe-uncompress.
12808         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12809         of compressed data.
12810
12811 2005-02-08  Simon Josefsson  <jas@extundo.com>
12812
12813         * imap.el (imap-log): Doc fix.
12814
12815 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12818         the coding cookies; decompress compressed parts.
12819
12820         * mml.el (mml-generate-mime-1): Add the charset parameter according
12821         to the value which a user specified manually or the coding cookie.
12822
12823         * mm-util.el (mm-string-to-multibyte): New function.
12824         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12825         (mm-coding-system-to-mime-charset): New function.
12826         (mm-decompress-buffer): New function.
12827         (mm-find-buffer-file-coding-system): New function.
12828
12829         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12830         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12831         parts.
12832
12833 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12834
12835         * mm-view.el (mm-display-inline-fontify): Decode a part according
12836         to the charset parameter.
12837
12838 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12841         prefix arg is neither nil nor a number, as info specifies.
12842
12843 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12846         timestamps.
12847
12848 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12849
12850         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12851         groups error checking and notify user.
12852
12853 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12854
12855         * message.el (message-send-mail-function): Check existence of
12856         sendmail-program first before using default value
12857         `message-send-mail-with-sendmail'.  Otherwise use more generic
12858         `smtpmail-send-it'.
12859
12860 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * nntp.el (nntp-request-update-info): Always return nil.
12863
12864 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12865
12866         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12867
12868 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12869
12870         * message.el (message-beginning-of-line): Change the behavior when
12871         invoked between BOL and : so that it first moves backward.
12872
12873 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12876         article buffer when editing of the article is discarded.
12877         (gnus-article-prepare): Revert.
12878
12879 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-art.el (gnus-article-prepare):
12882         Remove message-strip-forbidden-properties from the local hook.
12883
12884 2005-01-27  Simon Josefsson  <jas@extundo.com>
12885
12886         * password.el (password-cache-add): Only start one timer per key.
12887         Reported by Derek Atkins <warlord@MIT.EDU>.
12888
12889 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12890
12891         * run-at-time.el: Removed.  It is no longer needed as
12892         timer-funcs.el in the xemacs-base package has a working version of
12893         `run-at-time'.
12894
12895         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12896
12897         * password.el: Require timer-funcs instead of run-at-time in
12898         XEmacs.
12899         Remove `password-run-at-time' macro.
12900         (password-cache-add): Use `run-at-time' instead of
12901         `password-run-at-time'.
12902
12903         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12904         Remove `nnheader-cancel-function-timers' alias,
12905         `cancel-function-timers' exists in XEmacs in timer-funcs.
12906
12907         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12908         for `run-with-idle-timer'.
12909
12910         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12911         for `run-at-time'.
12912
12913         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12914         for `with-timeout'.
12915
12916         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12917         the same as for XEmacs 21.4.
12918         No need to ignore `run-with-idle-timer', this function exists in
12919         XEmacs now in timer-funcs.el in the xemacs-base package.
12920         (dgnushack-compile): No need to delete
12921         run-at-time.el from the list of files to compile because it
12922         doesn't exist anymore.
12923
12924 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12927         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12928
12929 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12930
12931         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12932         sensitively.
12933
12934 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12935
12936         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12937
12938 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12941         which will be inserted according to the multibyteness of a buffer
12942         rather than the type of contents.  Suggested by ARISAWA Akihiro
12943         <ari@mbf.ocn.ne.jp>.
12944
12945         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12946         of string which old xml.el may return rather than a string.
12947
12948 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12951
12952 2005-01-16  Simon Josefsson  <jas@extundo.com>
12953
12954         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12955         idn/idna.el isn't available.
12956         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12957         <michael@waxrat.com>.
12958
12959         * hashcash.el: Remove non-FSF copyright header.
12960
12961         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12962         (hashcash-generate-payment): Use it.
12963         (hashcash-generate-payment-async): Use it.
12964
12965 2005-01-15  Simon Josefsson  <jas@extundo.com>
12966
12967         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12968         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12969
12970         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12971         gnus-summary-idna-message.
12972         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12973         (gnus-summary-idna-message): New function.
12974
12975 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12978         gnus-novice-user.
12979
12980 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * nnrss.el (nnrss-request-delete-group): Delete entries in
12983         nnrss-group-alist as well.
12984         (nnrss-save-server-data): Insert newline.
12985
12986 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * gnus.el (gnus-user-agent): Use list of symbols instead of
12989         symbols.  Display full version number for (S)XEmacs.  Optionally
12990         display (S)XEmacs codename.
12991
12992         * gnus-util.el (gnus-emacs-version): Update for new
12993         `gnus-user-agent'.
12994
12995         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12996         Gnus version.
12997
12998 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13001         which is unreadable in some setups.
13002
13003 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-spec.el (gnus-update-format-specifications): Flush the
13006         group format spec cache if it doesn't support decoded group names.
13007
13008 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13011         Allow to apply decay on score files matching a regexp.
13012
13013 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13016         compatibility in %g and %c.
13017
13018 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13021         name for only %g and %c.
13022         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13023         of gnus-tmp-group to decoded group name.
13024         (gnus-group-make-rss-group): Exclude `/'s from group names.
13025
13026 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * nnrss.el (nnrss-get-encoding): Fix regexp.
13029
13030 2004-12-27  Simon Josefsson  <jas@extundo.com>
13031
13032         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13033         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13034         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13035
13036 2004-12-17  Kim F. Storm  <storm@cua.dk>
13037
13038         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13039
13040         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13041
13042 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13043
13044         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13045
13046 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * nnrss.el: Require rfc2047 and mml.
13049         (nnrss-file-coding-system): New variable.
13050         (nnrss-format-string): Redefine it as an inline function.
13051         (nnrss-decode-group-name): New function.
13052         (nnrss-string-as-multibyte): Remove.
13053         (nnrss-retrieve-headers): Decode group name; don't use
13054         nnrss-format-string.
13055         (nnrss-request-group): Decode group name.
13056         (nnrss-request-article): Decode group name; allow a Message-ID as
13057         well as an article number; don't use nnrss-format-string; encode a
13058         Message-ID string which may contain non-ASCII characters; use
13059         mml-to-mime to compose a MIME article.
13060         (nnrss-request-expire-articles): Decode group name.
13061         (nnrss-request-delete-group): Decode group name.
13062         (nnrss-fetch): Clarify error message.
13063         (nnrss-read-server-data): Use insert-file-contents instead of load;
13064         bind file-name-coding-system; use multibyte buffer.
13065         (nnrss-save-server-data): Bind coding-system-for-write to the
13066         value of nnrss-file-coding-system; bind file-name-coding-system;
13067         add coding cookie.
13068         (nnrss-read-group-data): Use insert-file-contents instead of load;
13069         bind file-name-coding-system; use multibyte buffer.
13070         (nnrss-save-group-data): Bind coding-system-for-write to the
13071         value of nnrss-file-coding-system; bind file-name-coding-system.
13072         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13073         make it work with non-ASCII text.
13074         (nnrss-find-el): Make it work with old xml.el as well.
13075
13076 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13077
13078         * nnrss.el (nnrss-get-encoding): New function.
13079         (nnrss-fetch): Use unibyte buffer initially; bind
13080         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13081         decode contents according to the encoding attribute.
13082         (nnrss-save-group-data): Add coding cookie.
13083         (nnrss-mime-encode-string): New function.
13084         (nnrss-check-group): Use it to encode subject and author.
13085
13086 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13087
13088         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13089         imaginary variable.
13090
13091 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13094         correctly even if there are wide characters.
13095
13096 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13097
13098         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13099         downcased symbol names; make a new cache instead of reusing
13100         bbdb-hashtable.
13101
13102 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13105         concatenating segments rather than before concatenating them.
13106         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13107
13108         * message.el (message-get-reply-headers): Bind `extra'.
13109
13110 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13111
13112         * message.el (message-extra-wide-headers): New variable.
13113         (message-get-reply-headers): Use it.
13114
13115 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13118         (gnus-agent-group-pathname): Ditto.
13119
13120         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13121
13122         * gnus-group.el (gnus-group-make-group): Decode group name.
13123         (gnus-group-make-rss-group): Register the group data after opening
13124         the nnrss group.
13125
13126 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13127
13128         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13129         by expiry now get marked as read.
13130
13131 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13134
13135 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13136
13137         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13138         unify Latin characters in XEmacs.
13139         (mm-find-mime-charset-region): Use it.
13140
13141 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-util.el (gnus-delete-directory): New function.
13144
13145         * gnus-agent.el (gnus-agent-delete-group): Use it.
13146
13147         * gnus-cache.el (gnus-cache-delete-group): Use it.
13148
13149 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13152         names.
13153
13154 2004-12-16  Simon Josefsson  <jas@extundo.com>
13155
13156         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13157
13158 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13161
13162         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13163         (gnus-group-set-current-level): Decode group name.
13164
13165 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13166
13167         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13168         failed.
13169
13170 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * gnus-group.el (gnus-group-delete-group): Decode group name.
13173         (gnus-group-make-rss-group): Encode group name.
13174         (gnus-group-catchup-current): Decode group name.
13175         (gnus-group-kill-group): Decode group name.
13176
13177 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13178
13179         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13180
13181 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-group.el (gnus-group-make-rss-group):
13184         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13185
13186         * gnus-start.el (gnus-setup-news): Honor user's setting to
13187         gnus-message-archive-method.  Suggested by Lute Kamstra
13188         <lute@gnu.org>.
13189
13190 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13191
13192         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13193         global counterparts of the buffer-local variables.
13194
13195 2004-11-16  Romain Francoise  <romain@orebokech.com>
13196
13197         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13198         counterparts of the buffer-local variables.
13199
13200 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * message.el (message-forbidden-properties): Fixed typo in doc
13203         string.
13204
13205 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * gnus-util.el (gnus-replace-in-string): Added doc string.
13208
13209         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13210         to avoid problems when splitting mails with many recipients.
13211
13212 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13213
13214         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13215         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13216
13217 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13218
13219         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13220         if there is no hashtable in memory or file modification time is
13221         newer than cached timestamp.
13222
13223 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13226         not-matching option.
13227
13228 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13231         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13232         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13233         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13234         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13235         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13236
13237 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * message.el (message-forward-make-body-mml): Remove headers
13240         according to message-forward-ignored-headers if a message is decoded.
13241
13242 2004-12-02  Romain Francoise  <romain@orebokech.com>
13243
13244         * message.el (message-forward-make-body-plain): Always remove
13245         headers according to message-forward-ignored-headers.
13246
13247 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13248
13249         * spam.el (spam-summary-prepare-exit): Remove the
13250         gnus-summary-limit pop for now, it has problems with ham marks for
13251         me.
13252
13253 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13254
13255         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13256         correctly.
13257
13258 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13259
13260         * format-spec.el (format-spec): Message the char.
13261
13262 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13263
13264         * gnus-art.el (gnus-split-methods): Reformat comments.
13265
13266         * spam.el (spam-summary-prepare-exit): Remove article limits
13267         before exiting the summary buffer.
13268
13269 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13272         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13273
13274         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13275         order to silence the byte compiler.
13276
13277         * spam.el: Fix the way to silence the byte compiler, which
13278         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13279         bbdb-search-simple, spam-BBDB-register-routine,
13280         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13281         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13282         spam-stat-buffer-is-spam, spam-stat-load,
13283         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13284         spam-stat-save and spam-stat-split-fancy.
13285
13286 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13289         which may confuse users.
13290         (canlock-password-for-verify): Ditto.
13291
13292         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13293
13294         * gnus-art.el (gnus-emphasis-alist): Ditto.
13295
13296         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13297
13298         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13299
13300         * gnus-start.el (gnus-save-killed-list): Ditto.
13301
13302         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13303         (gnus-sum-thread-tree-root): Ditto.
13304         (gnus-sum-thread-tree-false-root): Ditto.
13305         (gnus-sum-thread-tree-single-indent): Ditto.
13306
13307         * message.el (message-courtesy-message): Ditto.
13308         (message-archive-note): Ditto.
13309         (message-subscribed-address-file): Ditto.
13310         (message-user-fqdn): Ditto.
13311
13312         * spam-report.el (spam-report-gmane-regex): Ditto.
13313
13314         * spam.el (spam-blackhole-good-server-regex): Ditto.
13315
13316 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * mml.el (mml-preview): Widen the message buffer before copying
13319         the contents to the preview buffer; sort headers before previewing.
13320
13321         * message.el (message-hidden-headers): Fix the way to avoid a bug
13322         in the `repeat' widget in Emacs 21.3 or earlier.
13323
13324 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * message.el (message-hidden-headers): Default to "^References:".
13327         Improve customization type.  Suggested by Reiner Steib
13328         <Reiner.Steib@gmx.de>.
13329
13330 2004-11-25  Romain Francoise  <romain@orebokech.com>
13331
13332         * message.el (message-strip-forbidden-properties): Remove check for
13333         obsolete `message-hidden' text property, hidden headers are not
13334         accessible in the buffer anymore.
13335
13336 2004-11-22  Romain Francoise  <romain@orebokech.com>
13337
13338         * message.el (message-header-format-alist): Add `From' in list
13339         so that it can be sorted.
13340         (message-fix-before-sending): Widen and sort headers before
13341         sending.
13342         (message-hide-headers): Use narrowing to hide headers by moving
13343         them to the top of the buffer and narrowing to the region
13344         underneath.
13345
13346 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13347
13348         * message.el (message-strip-forbidden-properties): Bind
13349         buffer-read-only (etc) to nil.
13350
13351 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13354         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13355
13356 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13357
13358         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13359
13360 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13361
13362         * dns.el (query-dns): Use sit-for to time instead of
13363         accept-process-output, since that doesn't seem to work on udp
13364         sockets.
13365
13366 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13369
13370 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13371
13372         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13373         doc string.  Improve doc string.
13374
13375 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * nntp.el (nntp-request-update-info): Return nil if
13378         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13379         may not call gnus-activate-group which uselessly issues the GROUP
13380         commands for all nntp groups and wastes time.  Reported by Romain
13381         Francoise <romain@orebokech.com>.
13382
13383         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13384
13385 2004-11-15  Simon Josefsson  <jas@extundo.com>
13386
13387         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13388         headers separately.
13389         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13390         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13391
13392 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * gnus-start.el (gnus-convert-old-newsrc):
13395         Assign legacy-gnus-agent to 5.10.7.
13396
13397 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13398
13399         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13400         start of the lines.
13401
13402 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13403
13404         * hashcash.el (hashcash-default-payment): Change default to 20.
13405         (hashcash-default-accept-payment): Change default to 20.
13406         (hashcash-process-alist): New variable.
13407         (hashcash-generate-payment-async): Add.
13408         (hashcash-already-paid-p): Add.
13409         (hashcash-insert-payment): Don't generate payments twice.
13410         (hashcash-insert-payment-async): Add.
13411         (hashcash-insert-payment-async-2): Add.
13412         (hashcash-cancel-async): Add.
13413         (hashcash-wait-async): Add.
13414         (hashcash-processes-running-p): Add.
13415         (hashcash-wait-or-cancel): Add.
13416         (mail-add-payment): New optional argument.  Conditionally start
13417         asynchronous calculation.
13418         (mail-add-payment-async): Add.
13419
13420         * message.el (message-send-mail): Wait for asynchronous hashcash
13421         results.  Don't clobber existing X-Hashcash headers.
13422         (message-setup-1): Call mail-add-payment-async when
13423         message-generate-hashcash is non-nil.
13424
13425 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13426
13427         * message.el (message-use-alternative-email-as-from): Examine the
13428         From header as well; use message-make-from in order to include a
13429         user's full name.
13430
13431 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13434         default; improve customization type.
13435         (gnus-emphasis-custom-with-format): New macro.
13436         (gnus-emphasis-custom-value-to-external): New function.
13437         (gnus-emphasis-custom-value-to-internal): New function.
13438
13439 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13440
13441         * dns.el (query-dns): Resolve reverse addresses.
13442
13443 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13444
13445         * gnus-group.el (gnus-group-get-new-news): Use it.
13446
13447         * gnus-start.el (gnus-check-reasonable-setup): New function.
13448
13449 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13452         "Args out of range" error.  Reported by Arnaud Giersch
13453         <arnaud.giersch@free.fr>.
13454
13455 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13456
13457         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13458
13459 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13460
13461         * spam.el (spam group): Add :version.
13462
13463         * pgg-def.el (pgg group): Add :version.
13464
13465 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-art.el (gnus-article-edit-article): Don't associate the
13468         article buffer with a draft file.  This is a temporary measure
13469         against the 2004-08-22 change to gnus-article-edit-mode.
13470
13471 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13474         (html2text-format-tags): Remove unused variable `attr'.
13475
13476 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13479
13480         * tls.el (tls-process-connection-type, tls-success)
13481         (tls-certtool-program): Add :version.
13482
13483         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13484         (starttls-extra-arguments, starttls-process-connection-type)
13485         (starttls-connect, starttls-failure, starttls-success): Add :version.
13486
13487         * spam-stat.el (spam-stat): Add :version.
13488
13489         * sieve.el (sieve): Add :version.
13490
13491         * sha1.el (sha1): Add :version.
13492         (sha1-use-external): Remove redundant version.
13493
13494         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13495         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13496         (nnmail-split-fancy-match-partial-words)
13497         (nnmail-split-lowercase-expanded): Add :version.
13498
13499         * nndiary.el (nndiary): Add :version.
13500
13501         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13502
13503         * mml-sec.el (mml-default-sign-method)
13504         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13505         Add :version.
13506
13507         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13508
13509         * mm-url.el (mm-url-use-external, mm-url-program)
13510         (mm-url-arguments): Add :version.
13511
13512         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13513         (mm-attachment-file-modes, mm-decrypt-option)
13514         (mm-w3m-safe-url-regexp): Add :version.
13515
13516         * message.el (message-cite-prefix-regexp)
13517         (message-sendmail-envelope-from, message-minibuffer-local-map)
13518         (message-user-fqdn, message-completion-alist): Add :version.
13519
13520         * gnus-win.el (gnus-configure-windows-hook)
13521         (gnus-use-frames-on-any-display): Add :version.
13522
13523         * gnus-art.el (gnus-article-address-banner-alist)
13524         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13525         (gnus-treat-from-picon, gnus-treat-mail-picon)
13526         (gnus-treat-x-pgp-sig): Add :version.
13527
13528         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13529         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13530         (gnus-summary-article-delete-hook)
13531         (gnus-summary-display-while-building): Add :version.
13532
13533         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13534         (gnus-get-top-new-news-hook): Add :version.
13535
13536         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13537         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13538
13539         * gnus-registry.el (gnus-registry): Add :version.
13540
13541         * gnus-spec.el (gnus-use-correct-string-widths)
13542         (gnus-make-format-preserve-properties): Add :version.
13543
13544         * gnus.el (gnus-group-charter-alist)
13545         (gnus-group-fetch-control-use-browse-url)
13546         (gnus-install-group-spam-parameters): Add :version.
13547
13548         * gnus-diary.el (gnus-diary): Add :version.
13549
13550         * gnus-delay.el (gnus-delay): Add :version.
13551
13552         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13553         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13554         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13555         Add :version.
13556
13557         * gnus-agent.el (gnus-agent-max-fetch-size)
13558         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13559         (gnus-agent-prompt-send-queue): Add :version.
13560
13561         * deuglify.el (gnus-outlook-deuglify): Add :version.
13562
13563         * html2text.el: Beautify code.  Improve doc strings.  Some
13564         checkdoc cleanup.
13565         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13566
13567 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13568
13569         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13570
13571 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13572
13573         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13574         when package is loaded.
13575
13576         * spam.el (spam-summary-score-preferred-header): Add global preference
13577         for people who want to override the default SpamAssassin over
13578         Bogofilter preference (when both are set).
13579         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13580         (spam-user-format-function-S): Check
13581         spam-summary-score-preferred-header.
13582         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13583         (spam-user-format-function-S): Format the score correctly.
13584
13585 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13588         signature file.  Suggested by Manoj Srivastava
13589         <srivasta@golden-gryphon.com>.
13590
13591         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13592         iso-2022-jp even in the Japanese language environment.
13593         Suggested by Jason Rumney <jasonr@gnu.org>.
13594
13595 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13598         use the same characters as the dummy marks; make it free from
13599         getting affected by the language environment.
13600         (gnus-summary-read-group-1): Update mark positions only when the
13601         format spec is updated.
13602
13603         * gnus-spec.el (gnus-update-format-specifications): Return a list
13604         of updated types.
13605
13606 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13609         of boundp to check if display-warning is available.
13610
13611 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13612
13613         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13614
13615 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * nnspool.el (nnspool-spool-directory): Use news-path if the
13618         news-directory variable is not bound.
13619
13620         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13621         function instead of display-warning if it is not available.
13622
13623 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13626         v5-10: Use `point-at-bol'.
13627
13628 2004-10-26  Simon Josefsson  <jas@extundo.com>
13629
13630         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13631         <chenggao@gmail.com>.
13632
13633 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13636         instead.
13637
13638 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13641         to remove a server from the nnimap-server-buffer-alist.
13642         (nnimap-open-connection, nnimap-close-server): Use it.
13643
13644         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13645
13646 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13649         running the major-mode function.
13650
13651 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13654         dummy marks in the right way.
13655
13656 2004-10-18  David Edmondson  <dme@dme.org>
13657
13658         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13659         excessively.
13660
13661 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13662
13663         * gnus-util.el (gnus-split-references): Accept a nil references
13664         string and go on blissfully.
13665
13666         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13667         cases where the references string is non-nil but has no references.
13668
13669         * encrypt.el: Add autoload tags.
13670
13671         * spam.el (spam-resolve-registrations-routine): Remove article
13672         from unregistration list too.  Reported by David Hanak
13673         <dhanak@isis.vanderbilt.edu>
13674
13675 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13676
13677         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13678         nil.  Changed custom type.
13679
13680 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13683
13684         * gnus-sum.el (gnus-summary-move-article): Use it.
13685
13686 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13687
13688         * encrypt.el: Add autoload cookies.
13689
13690         * spam.el (spam-backend-article-list-property)
13691         (spam-backend-get-article-todo-list)
13692         (spam-backend-put-article-todo-list)
13693         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13694         Resolve registrations separately.
13695         (spam-register-routine): Format comments.
13696         (spam-unregister-routine, spam-register-routine): Always call with
13697         specific-articles, no default list.
13698         (spam-summary-prepare-exit): Use the spam-classifications function.
13699
13700         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13701         gnus-encrypt.el.
13702
13703         * encrypt.el: Copied from gnus-encrypt.el.
13704
13705         * gnus-encrypt.el: Commented that it's obsolete.
13706
13707 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13710         (gnus-score-save): Use it.
13711
13712         * message.el (message-bury): Use `window-dedicated-p'.
13713
13714 2004-10-15  Simon Josefsson  <jas@extundo.com>
13715
13716         * pop3.el (top-level): Don't require nnheader.
13717         (pop3-read-timeout): Add.
13718         (pop3-accept-process-output): Add.
13719         (pop3-read-response, pop3-retr): Use it.
13720
13721 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13722
13723         * spam.el (spam-register-routine): Move comment.
13724         (spam-verify-bogofilter): Use 'unknown for the initial
13725         spam-bogofilter-valid state, not 'never.
13726
13727         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13728         for netrc-machine.
13729
13730         * nnimap.el (nnimap-open-connection): Use
13731         netrc-machine-user-or-password.
13732
13733 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13734
13735         * gnus-registry.el (gnus-registry-unload-hook):
13736         Set as a variable with add-hook.
13737
13738         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13739         of news-path.
13740
13741         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13742
13743         * spam.el: Delete duplicate `provide'.
13744         (spam-unload-hook): Set as a variable with add-hook.
13745
13746 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13749         in the doc string.
13750
13751         * message.el (message-ignored-news-headers)
13752         (message-ignored-supersedes-headers)
13753         (message-ignored-resent-headers)
13754         (message-forward-ignored-headers): Improve custom type.
13755
13756 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * message.el (message-tokenize-header): Fix 2004-09-06 change
13759         which used point-min in the wrong place.
13760
13761 2004-10-12  Simon Josefsson  <jas@extundo.com>
13762
13763         * tls.el (tls-certtool-program): New variable.
13764         (tls-certificate-information): New function, based on
13765         ssl-certificate-information.
13766
13767 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * compface.el: Move the version of ELisp-based uncompface program
13770         to the contrib directory because of the copyright problem.
13771
13772 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * message.el (message-kill-buffer): Raise the current frame.
13775
13776 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13779
13780         * gnus.el (message-y-or-n-p): Autoload.
13781
13782         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13783         (pop3-password-required, pop3-authentication-scheme)
13784         (pop3-leave-mail-on-server): Made customizable.
13785         (pop3): New custom group.
13786         (pop3-retr): Remove `sleep-for' statements.
13787         Suggested by Dave Love <fx@gnu.org>.
13788
13789         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13790         Windows/DOS.
13791
13792         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13793         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13794         Dave Love <fx@gnu.org>.
13795
13796         * mml.el (mml-minibuffer-read-disposition): Require match.
13797         Suggested by Dave Love <fx@gnu.org>.
13798
13799 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13802         doc string.
13803
13804 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13807
13808 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13809
13810         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13811         instead of calling `mm-insert-inline', to decode text/* parts
13812         before displaying them.
13813
13814 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * mm-uu.el (mm-uu-text-plain-type): New variable.
13817         (mm-uu-pgp-signed-extract-1): Use it.
13818         (mm-uu-pgp-encrypted-extract-1): Use it.
13819         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13820         bind mm-uu-text-plain-type with that value.
13821         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13822         mm-uu-dissect.
13823
13824 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * gnus-group.el (gnus-update-group-mark-positions):
13827         * gnus-sum.el (gnus-update-summary-mark-positions):
13828         * message.el (message-check-news-body-syntax):
13829         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13830         of string-as-multibyte.
13831
13832 2004-10-05  Juri Linkov  <juri@jurta.org>
13833
13834         * gnus-group.el (gnus-update-group-mark-positions):
13835         * gnus-sum.el (gnus-update-summary-mark-positions):
13836         * message.el (message-check-news-body-syntax):
13837         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13838         8-bit unibyte values to a multibyte string for search functions.
13839
13840 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13843         (mm-uu-dissect-text-parts): New function.
13844
13845         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13846         dissect text parts.
13847
13848         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13849         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13850
13851         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13852
13853         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13854         gnus-current-topics instead of gnus-current-topic.
13855
13856 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13857
13858         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13859
13860 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13861
13862         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13863         where approriate.
13864
13865         * nnml.el (nnml-generate-active-info): do.
13866
13867         * nndiary.el (nndiary-generate-active-info): do.
13868
13869         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13870         (gnus-topic-move): do.
13871
13872         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13873         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13874
13875         * gnus-srvr.el (gnus-server-prepare)
13876         (gnus-server-open-all-servers): do.
13877
13878         * gnus-msg.el (gnus-summary-cancel-article)
13879         (gnus-summary-resend-message)
13880         (gnus-summary-mail-crosspost-complaint): do.
13881
13882         * gnus-move.el (gnus-change-server): do.
13883
13884         * gnus-group.el (gnus-group-unmark-all-groups)
13885         (gnus-group-set-current-level): do.
13886
13887 2004-10-04  Simon Josefsson  <jas@extundo.com>
13888
13889         * message.el (message-generate-hashcash): Doc fix.
13890
13891 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13892
13893         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13894         avoid infinite recursion via gnus-get-function.
13895
13896 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13897
13898         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13899
13900         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13901
13902         * nnmail.el (nnmail-split-history): do.
13903
13904         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13905         (nnml-request-delete-group): do.
13906
13907         * nnslashdot.el (nnslashdot-read-groups): do.
13908
13909         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13910         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13911
13912         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13913         (nnspool-sift-nov-with-sed): Use last.
13914         (nnspool-retrieve-headers-with-nov): Use mapc.
13915         (nnspool-request-newgroups): Use dolist.
13916         (nnspool-request-group): Use last.
13917
13918         * nntp.el (nntp-read-server-type): Use dolist.
13919
13920         * nnvirtual.el (nnvirtual-create-mapping)
13921         (nnvirtual-update-read-and-marked): Use dolist.
13922         (nnvirtual-convert-headers): Simplify.
13923
13924 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13925
13926         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13927         support for sync'ing tick marks.
13928
13929 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13932         there's no visible header.
13933
13934 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13935
13936         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13937         necessary, pass full group name to gnus-request-set-marks.
13938
13939 2004-10-01  Simon Josefsson  <jas@extundo.com>
13940
13941         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13942         acroread.
13943
13944 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13945
13946         * spam-report.el (spam-report-gmane): Fix interactive.
13947
13948         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13949
13950         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13951         when writing file.
13952         (gnus-agent-synchronize-flags): Don't default to being
13953         interactive.
13954
13955 2004-09-30  Simon Josefsson  <jas@extundo.com>
13956
13957         * message.el (message-generate-hashcash): Add.
13958         (message-send-mail): Use it, call mail-add-payment.
13959
13960 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13961
13962         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13963
13964 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13965
13966         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13967         gnus-requst-update-info with explicit code to sync the in-memory
13968         info read flags with the marks being sync'd to the backend.
13969
13970         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13971
13972 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13973
13974         * spam.el (spam-verify-bogofilter): Add new function.
13975         (spam-check-bogofilter)
13976         (spam-bogofilter-register-with-bogofilter): Use it.
13977         (spam-verify-bogofilter): Add small fixes.
13978
13979 2004-09-28  Simon Josefsson  <jas@extundo.com>
13980
13981         * hashcash.el (hashcash-generate-payment): Revert.
13982
13983 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13984
13985         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13986         gnus-extract-references instead of gnus-split-references.
13987
13988         * gnus-util.el (gnus-extract-references): Add new function, analogous
13989         to gnus-split-references but extracts only the message-ID without
13990         anything extra.
13991
13992         * hashcash.el (hashcash-generate-payment)
13993         (hashcash-check-payment): Do the right thing if hashcash-path is
13994         nil (because the hashcash program could not be found).
13995
13996         * spam.el (spam-use-hashcash): Remove comment.
13997
13998 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13999
14000         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14001         (gnus-cache-enter-article, gnus-cache-remove-article)
14002         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14003
14004         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14005
14006         * gnus-art.el (article-hide-boring-headers)
14007         (article-translate-strings, article-display-face)
14008         (gnus-article-mime-match-handle-first)
14009         (gnus-article-highlight-headers)
14010         (gnus-article-add-buttons-to-head): do.
14011
14012 2004-09-27  Simon Josefsson  <jas@extundo.com>
14013
14014         * hashcash.el: New version, from
14015         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14016         ../contrib/.
14017
14018 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14021
14022 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14023
14024         * gnus-dup.el (gnus-dup-open): Use mapc.
14025         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14026
14027         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14028         Reported by Stefan Wiens <s.wi@gmx.net>.
14029
14030         * gnus.el (gnus-shutdown): Use dolist.
14031
14032         * gnus-undo.el (gnus-undo): Use mapc.
14033
14034         * nnrss.el (nnrss-generate-active): do.
14035
14036         * message.el (message-cite-original-without-signature)
14037         (message-cite-original): Use mapc.
14038         (message-do-actions, message-make-forward-subject): Use dolist.
14039
14040 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14041
14042         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14043         deletion to remove entire duplicate line.  Fixes merged article
14044         number bug.
14045
14046 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14047
14048         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14049         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14050         first ask if you want to open a server and then, even when you
14051         responded with no, asking if you want to synchronize the server's
14052         flags.
14053         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14054         multi-line expressions.
14055         (gnus-agent-synchronize-group-flags): New internal function.
14056         Updates marks in memory (in the info structure) AND in the
14057         backend.
14058
14059         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14060
14061         * nnagent.el (nnagent-request-set-mark): Use
14062         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14063         method, to ensure that synchronization updates marks in the
14064         backend and in the info (in memory) structure.
14065
14066 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14069         convention fully; don't miss the root article of a thread; make
14070         the X-Draft-From header with correct article numbers.
14071
14072 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14073
14074         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14075         unless plugged.  Disable the agent so that an open failure causes
14076         an error.
14077
14078         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14079         Reverted 2004-09-21 change.  The backend must be opened while
14080         synchronizing flags even when the backend stores the flags
14081         locally.
14082
14083 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14086         in `header' match.  Reported by Svend Tollak Munkejord.
14087
14088         * message.el (message-cite-original): Fix use of
14089         `message-cite-articles-with-x-no-archive'.
14090
14091 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14094         (gnus-window-to-buffer): Ditto.
14095
14096         * mml.el (mml-preview-buffer): New variable.
14097         (mml-preview): Manage window layout with gnus-buffer-configuration.
14098
14099         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14100         X-Draft-From header even if those articles aren't quoted.
14101
14102 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14103
14104         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14105         (gnus-request-set-mark, gnus-request-update-mark): Use new
14106         g-s-t-u-l-m to decide to use backend even when unplugged.
14107
14108 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14111         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14112
14113 2004-09-20  Simon Josefsson  <jas@extundo.com>
14114
14115         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14116         "utf-16-le".
14117
14118 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14119
14120         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14121
14122 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * uudecode.el (uudecode-use-external): Add :version.
14125
14126         * smime.el (smime-CA-file, smime-encrypt-cipher)
14127         (smime-dns-server): Add :version.
14128
14129         * smiley.el (gnus-smiley-file-types): Add :version.
14130
14131         * sha1.el (sha1-use-external): Add :version.
14132
14133         * pgg-def.el (pgg-query-keyserver): Add :version.
14134
14135         * nnmail.el (nnmail-fancy-expiry-targets)
14136         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14137         Add :version.
14138
14139         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14140         (nnimap-retrieve-groups-asynchronous): Add :version.
14141         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14142
14143         * mml.el (mml-content-disposition-parameters)
14144         (mml-insert-mime-headers-always): Add :version.
14145
14146         * mm-util.el (mm-coding-system-priorities): Add :version.
14147
14148         * mm-decode.el (mm-inline-text-html-with-images)
14149         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14150         (mm-verify-option): Add :version.
14151         (mm-text-html-renderer): Change :version.
14152
14153         * message.el (message-fcc-externalize-attachments)
14154         (message-required-headers, message-draft-headers)
14155         (message-subject-trailing-was-query)
14156         (message-subject-trailing-was-ask-regexp)
14157         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14158         (message-mark-insert-end, message-archive-header)
14159         (message-archive-note, message-cross-post-default)
14160         (message-cross-post-note, message-followup-to-note)
14161         (message-cross-post-note-function, message-use-mail-followup-to)
14162         (message-subscribed-address-functions)
14163         (message-subscribed-address-file, message-subscribed-addresses)
14164         (message-subscribed-regexps, message-allow-no-recipients)
14165         (message-yank-cited-prefix, message-signature-insert-empty-line)
14166         (message-hidden-headers, message-hierarchical-addresses)
14167         (message-mail-user-agent, message-use-idna)
14168         (message-valid-fqdn-regexp)
14169         (message-strip-special-text-properties, message-header-synonyms)
14170         (message-beginning-of-line, message-tab-body-function): Add :version.
14171         (message-insert-canlock, message-wide-reply-confirm-recipients):
14172         Change :version.
14173
14174         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14175         and :version.
14176         (mail-source-delete-old-incoming-confirm)
14177         (mail-source-movemail-program): Add :version.
14178
14179         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14180         (gnus-agent-cache, gnus-agent): Change :version.
14181
14182         * gnus-util.el (gnus-use-byte-compile): Change :version.
14183
14184         * gnus-sum.el (gnus-summary-make-false-root-always)
14185         (gnus-summary-default-high-score)
14186         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14187         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14188         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14189         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14190         (gnus-sum-thread-tree-single-indent)
14191         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14192         (gnus-sum-thread-tree-leaf-with-other)
14193         (gnus-sum-thread-tree-single-leaf): Add :version.
14194         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14195         (gnus-article-loose-mime): Change :version.
14196
14197         * gnus-start.el (gnus-backup-startup-file)
14198         (gnus-save-startup-file-via-temp-buffer): Add :version.
14199
14200         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14201         (gnus-server-offline-face): Add :version.
14202
14203         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14204
14205         * gnus-msg.el (gnus-gcc-externalize-attachments)
14206         (gnus-debug-files, gnus-debug-exclude-variables)
14207         (gnus-discouraged-post-methods): Change :version.
14208         (gnus-confirm-mail-reply-to-news)
14209         (gnus-confirm-treat-mail-like-news): Add :version.
14210
14211         * gnus-int.el (gnus-server-unopen-status): Add :version.
14212
14213         * gnus-group.el (gnus-group-jump-to-group-prompt)
14214         (gnus-large-ephemeral-newsgroup)
14215         (gnus-fetch-old-ephemeral-headers): Add :version.
14216
14217         * gnus-fun.el (gnus-x-face-directory)
14218         (gnus-convert-pbm-to-x-face-command)
14219         (gnus-convert-image-to-x-face-command)
14220         (gnus-convert-image-to-face-command): Add :version.
14221
14222         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14223
14224         * gnus-cite.el (gnus-cite-blank-line-after-header)
14225         (gnus-article-boring-faces): Add :version.
14226
14227         * gnus-art.el (gnus-buttonized-mime-types)
14228         (gnus-inhibit-mime-unbuttonizing)
14229         (gnus-treat-display-face)
14230         (gnus-treat-body-boundary): Change :version.
14231         (gnus-body-boundary-delimiter, gnus-picon-databases)
14232         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14233         (gnus-treat-date-english, gnus-treat-fold-headers)
14234         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14235         (gnus-treat-mail-picon, gnus-treat-wash-html)
14236         (gnus-article-encrypt-protocol)
14237         (gnus-use-idna, gnus-article-over-scroll)
14238         (gnus-mime-display-multipart-alternative-as-mixed)
14239         (gnus-mime-display-multipart-related-as-mixed)
14240         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14241         (gnus-ctan-url, gnus-button-ctan-handler)
14242         (gnus-button-handle-ctan-bogus-regexp)
14243         (gnus-button-ctan-directory-regexp)
14244         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14245         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14246         (gnus-button-man-level, gnus-button-emacs-level)
14247         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14248
14249         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14250         (gnus-agent-go-online): Change :version.
14251         (gnus-agent-expire-unagentized-dirs)
14252         (gnus-agent-auto-agentize-methods): Add :version.
14253
14254         * flow-fill.el (fill-flowed-display-column)
14255         (fill-flowed-encode-column): Add :version.
14256
14257         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14258         (gnus-outlook-deuglify-unwrap-max)
14259         (gnus-outlook-deuglify-cite-marks)
14260         (gnus-outlook-deuglify-unwrap-stop-chars)
14261         (gnus-outlook-deuglify-no-wrap-chars)
14262         (gnus-outlook-deuglify-attrib-cut-regexp)
14263         (gnus-outlook-deuglify-attrib-verb-regexp)
14264         (gnus-outlook-deuglify-attrib-end-regexp)
14265         (gnus-outlook-display-hook): Add :version.
14266
14267         * binhex.el (binhex-use-external): Add :version.
14268
14269 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14272         and `invisible'.
14273
14274 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14275
14276         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14277         in gnus-registry-trim.
14278
14279 2004-09-13  Simon Josefsson  <jas@extundo.com>
14280
14281         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14282
14283         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14284
14285         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14286         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14287         <yamaoka@jpl.org>.
14288         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14289         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14290         <yamaoka@jpl.org>.
14291
14292         * sieve.el (sieve-manage-mode): Ditto.
14293
14294 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14297
14298 2004-09-11  Simon Josefsson  <jas@extundo.com>
14299
14300         * dns-mode.el: Add.
14301
14302         * mm-view.el (mm-display-dns-inline): Add.
14303
14304         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14305         (mm-automatic-display): Ditto.
14306
14307         * mailcap.el (mailcap-mime-data): Add text/dns.
14308         (mailcap-mime-extensions): Map .soa to text/dns.
14309
14310 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14311
14312         * gnus-art.el (article-decode-mime-words, article-babel)
14313         (gnus-article-highlight-signature, gnus-article-add-buttons)
14314         (gnus-signature-toggle): Remove unnecessary bindings of
14315         `inhibit-read-only' inherited from v5.10 merge.
14316
14317 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * nntp.el (nntp): New customization group.
14320         (nntp-authinfo-file): Add customization group.
14321
14322         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14323
14324         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14325
14326         * gnus.el (to-address, to-list, subscribed)
14327         (large-newsgroup-initial): Ditto.
14328
14329         * flow-fill.el (fill-flowed-display-column)
14330         (fill-flowed-encode-column): Ditto.
14331
14332 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14333
14334         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14335         Use point-min rather than 1.
14336         (message-send-mail): Use buffer-size rather than point-max.
14337
14338         * gnus-sum.el (gnus-summary-search-article-forward):
14339         Signal a specific `search-failed' rather than a generic `error'.
14340
14341         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14342         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14343         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14344
14345 2004-09-10  Simon Josefsson  <jas@extundo.com>
14346
14347         * nndb.el (require): Remove tcp and duplicate cl.
14348
14349 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-agent.el (directory-files-and-attributes): Move forward.
14352
14353 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14354
14355         * gnus-agent.el (directory-files-and-attributes): Optionally
14356         defined to support XEmacs.
14357
14358 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14359
14360         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14361         to avoid run-time CL dependencies.
14362         (gnus-agent-unfetch-articles): New function.
14363         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14364         article numbers even when local .overview file is missing.
14365         (gnus-agent-read-article-number): New function.  Only accepts
14366         27-bit article numbers.
14367         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14368         gnus-agent-read-article-number.
14369         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14370         from backend while recognizing that article numbers in .overview
14371         must be valid.
14372         (gnus-agent-update-files-total-fetched-for): Use
14373         directory-files-and-attributes to improve performance.
14374         * gnus-int.el (gnus-request-move-article): Use
14375         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14376         improve performance.
14377
14378         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14379         some users confused by references to .newsrc when they only have a
14380         .newsrc.eld file.
14381         (gnus-convert-mark-converter-prompt)
14382         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14383         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14384         New function.  Used internally to only display 'gnus converting
14385         files' message when actually necessary.
14386
14387         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14388         methods now autoloaded.
14389
14390 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14393         identifiers.
14394
14395 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * gnus-picon.el: Fix indentation and closing parenthesis.
14398
14399 2004-09-01  Simon Josefsson  <jas@extundo.com>
14400
14401         * message.el (message-canlock-generate): Require sha1, not
14402         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14403         to require within a function.  Sadly, if sha1.el isn't loaded, the
14404         let binding in m-c-g will hide the defcustom definition, which is
14405         bad.)
14406
14407         * canlock.el: Require sha1, not sha1-el.
14408
14409         * message.el: Don't autoload sha1 (there is a autoload cookie in
14410         sha1.el).
14411
14412         * sha1-el.el: Renamed to sha1.el.
14413
14414 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14415
14416         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14417
14418 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14419
14420         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14421
14422 2004-08-30  Kim F. Storm  <storm@cua.dk>
14423
14424         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14425
14426         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14427         Add :group 'nnimap.
14428
14429 2004-08-30  Andreas Schwab  <schwab@suse.de>
14430
14431         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14432         ?* and ?\;.
14433
14434         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14435         and ?\' to symbol instead of whitespace.
14436
14437 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14440
14441         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14442         instead of re-search-forward.
14443
14444         * gnus-uu.el (gnus-uu-save-article): Ditto.
14445         (gnus-uu-post-encode-uuencode): Ditto.
14446
14447         * html2text.el (html2text-clean-list-items): Ditto.
14448         (html2text-clean-dtdd): Ditto.
14449         (html2text-format-tags): Ditto.
14450
14451         * message.el (message-send-mail-with-sendmail): Fix regexp.
14452         (message-fill-field-general): Use search-forward instead of
14453         re-search-forward.
14454         (unbold-region): Ditto.
14455
14456         * nnrss.el (nnrss-request-article): Ditto.
14457
14458         * nnslashdot.el (nnslashdot-request-article): Ditto.
14459
14460         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14461
14462         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14463         "Unrecognized menu descriptor" error in XEmacs.
14464
14465 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14466
14467         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14468         parent article of a sparse article in the thread hashtb.
14469
14470 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14471
14472         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14473         (nnmail-expand-newtext): Lowercase expanded entries if
14474         nnmail-split-lowercase-expanded is non-nil.
14475
14476 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14479
14480         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14481         of gnus-tmp-news-method into string under XEmacs.  It will be
14482         passed to gnus-correct-length which takes only a string argument.
14483
14484 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * gnus-util.el (gnus-bind-print-variables): New macro.
14487         (gnus-prin1): Use it.
14488         (gnus-prin1-to-string): Use it.
14489         (gnus-pp): New function.
14490         (gnus-pp-to-string): New function.
14491
14492         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14493         Replace pp-to-string with gnus-pp-to-string.
14494         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14495         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14496         * gnus-msg.el (gnus-debug): Ditto.
14497         * gnus-score.el (gnus-score-save): Ditto.
14498         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14499         gnus-pp-to-string.
14500         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14501         with gnus-pp.
14502         * score-mode.el (gnus-score-pretty-print): Ditto.
14503         * webmail.el (webmail-debug): Ditto.
14504
14505 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-art.el (article-display-face, article-display-x-face):
14508         Use buffer-read-only.
14509
14510 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-art.el (article-hide-list-identifiers):
14513         Bind inhibit-read-only as t.
14514
14515 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14518
14519 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14520
14521         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14522         (gnus-narrow-to-page): Don't assume point-min == 1.
14523         (gnus-article-edit-mode): Derive from message-mode.
14524
14525         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14526         point-min == 1.
14527
14528         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14529         Disable incorrect use of `assert'.
14530
14531         * message.el (message-mode): Set comment-start-skip.
14532
14533
14534 2004-08-22  Sam Steingold  <sds@gnu.org>
14535
14536         * pop3.el (pop3-leave-mail-on-server): New user variable.
14537         (pop3-movemail): Delete mail only when it is nil.
14538
14539 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14542
14543         * mml.el (mml-preview): Use `pop-to-buffer'.
14544
14545         * message.el (message-goto-mail-followup-to): Insert after "To".
14546         (message-carefully-insert-headers): Add comment.
14547
14548         * gnus.el: Remove unused variable `gnus-article-check-size'.
14549
14550         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14551
14552         * gnus-art.el (gnus-button-alist): Improve
14553         `gnus-button-handle-library' entry.
14554
14555 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14556
14557         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14558         downcase, since XEmacs capitalizes error messages differently.
14559
14560 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14561
14562         * nntp.el: Add (require 'gnus) due to reference to
14563         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14564
14565 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14566
14567         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14568         `mm-fill-flowed'.
14569
14570         * mm-decode.el (mm-dissect-singlepart): Check it.
14571
14572 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14573
14574         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14575         'imap' for netrc parsing.
14576
14577 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * mailcap.el (mailcap-mime-data): Mark as risky.
14580
14581 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14584         may be included in the encoded word.
14585         (rfc2047-encode): Don't append a space if the encoded word
14586         includes close parenthesis.
14587
14588 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14591         of text within parentheses.
14592
14593 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14594
14595         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14596         (gnus-encrypt-write-file-contents): Make the password key the file
14597         name PLUS the cipher, not just the cipher.  Also remove failed
14598         passwords from the cache.
14599
14600 2004-08-06  Simon Josefsson  <jas@extundo.com>
14601
14602         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14603         fix.
14604
14605 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14608         LWSP.
14609
14610 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14611
14612         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14613         to append in-reply-to: data to the references: header.
14614
14615         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14616         (netrc-parse): Use gnus-encrypt.el functions.
14617
14618         * gnus-encrypt.el: Add new file for encryption support; currently
14619         does only a few GPG ciphers and an internal XOR cipher.
14620
14621         * password.el: Add comments on using password-read-and-add.
14622         (password-read-and-add): Add function to read and add the
14623         password to the cache at once.
14624
14625 2004-07-28  Simon Josefsson  <jas@extundo.com>
14626
14627         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14628         parameter (but don't use it, for now).
14629
14630         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14631         instead of hard coding to nil.
14632
14633 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14636         as mm-inline-image-xemacs does.
14637
14638 2004-07-26  Simon Josefsson  <jas@extundo.com>
14639
14640         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14641         Revert part of 2004-07-17 change below.
14642
14643 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14646         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14647
14648 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14649
14650         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14651         quotes that actually start with ">" at the beginning of the
14652         lines.
14653
14654 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * rfc2047.el (rfc2047-encode-region): Fix last change.
14657         (rfc2047-encode-parameter): Remove useless concat.
14658
14659 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14662         encode special characters; fix some kind of misconfigured headers;
14663         signal a real error if debug-on-quit or debug-on-error is non-nil.
14664         (rfc2047-encode-max-chars): New variable.
14665         (rfc2047-encode-1): Use it.
14666         (rfc2047-encode-parameter): New function.
14667
14668         * mml.el (mml-insert-parameter): Remove an excessive space.
14669
14670 2004-07-17  Simon Josefsson  <jas@extundo.com>
14671
14672         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14673         Kai Grossjohann <kai@emptydomain.de>.
14674         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14675         (gnus-group-make-menu-bar): Ditto.
14676
14677         * gnus-util.el (gnus-group-server): Add.
14678
14679 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14680
14681         * message.el (message-clone-locals): Clone sendmail and smtp
14682         variables.
14683
14684 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * rfc2047.el (rfc2047-encode-region): Fix last change.
14687
14688 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14691         characters as non-special.
14692
14693 2004-07-09  Simon Josefsson  <jas@extundo.com>
14694
14695         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14696         Users will lose all flag changes made while unplugged with
14697         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14698         good default.  See numerous reports on ding mailing list.
14699
14700 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14703         add generate-head-function and generate-article-function to the
14704         rfc822-forward entry.
14705         (nndoc-rfc822-forward-generate-article): New function.
14706         (nndoc-rfc822-forward-generate-head): New function.
14707
14708         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14709
14710 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14711
14712         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14713         respect display group parameter and gnus-summary-expunge-below.
14714         (gnus-articles-to-read): Remove unused reference to display group
14715         parameter.
14716
14717 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14718
14719         * nnheader.el (nnheader-uniquify-message-id): New experimental
14720         variable.
14721         (nnheader-nov-read-message-id): Use it.
14722
14723         * spam-report.el (spam-report-gmane): Add interactive.
14724
14725 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14728         qp-or-base64 for the application/* types.
14729
14730 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14731
14732         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14733
14734 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14735
14736         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14737         trim value.
14738
14739 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14740
14741         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14742         New macro and function.
14743         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14744
14745 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14748         after-load-alist.
14749
14750 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14751
14752         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14753         update info that isn't there.
14754
14755 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14756
14757         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14758         entry.
14759
14760 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * mm-view.el (mm-inline-render-with-function): Use multibyte
14763         buffer; decode html source by charset.
14764
14765         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14766
14767         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14768         Mule-UCS is loaded under XEmacs.
14769         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14770
14771 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14772
14773         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14774
14775 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * mm-util.el (mm-coding-system-p): Return a coding-system.
14778         (mm-mime-mule-charset-alist): Use shift_jis instead of
14779         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14780         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14781         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14782         instead of japanese-shift-jis and iso-latin-1 respectively in
14783         order to share the default value with both Emacs and XEmacs-mule.
14784         (mm-mule-charset-to-mime-charset): Make
14785         mm-coding-system-priorities effective.
14786         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14787         while predicating of candidates upon the priorities.
14788
14789 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14790
14791         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14792         gnus-uu-invert-processable.
14793
14794         * gnus.el: Autoload gnus-uu-invert-processable.
14795
14796 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * mm-util.el (mm-with-multibyte-buffer): New macro.
14799
14800         * rfc2047.el (rfc2047-encode-string): Use it.
14801         (rfc2047-encode-region): Move point to the end of the region after
14802         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14803
14804 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14807         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14808
14809 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14812         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14813         Karl Chen <quarl@nospam.quarl.org>.
14814
14815 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14816
14817         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14818         invalid addresses.
14819
14820 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14821
14822         * spam.el: Change section markers, revise TODO list.
14823         (spam-backends): Make new master list of all installed backends.
14824         (spam-summary-exit-behavior): Add new variable to determine how
14825         messages moves are done at summary exit.
14826         (spam-move-spam-nonspam-groups-only)
14827         (spam-process-ham-in-nonham-groups)
14828         (spam-process-ham-in-spam-groups): Remove variables, the
14829         spam-summary-exit-behavior variable should be used to manage this
14830         behavior.
14831         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14832         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14833         and spam-old-spam-articles.
14834         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14835         Add empty variables, placeholders for the backends they represent.
14836         (spam-set-difference): Move, unchanged.
14837         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14838         unless the user has a processor variable.
14839         (spam-classifications, spam-classification-valid-p)
14840         (spam-backend-properties, spam-backend-property-valid-p)
14841         (spam-backend-function-type-valid-p)
14842         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14843         (spam-report-articles-gmane, spam-report-articles-resend):
14844         Remove functions, they are not needed.
14845         (spam-install-backend-super, spam-backend-list)
14846         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14847         (spam-backend-function, spam-backend-ham-registration-function)
14848         (spam-backend-spam-registration-function)
14849         (spam-backend-ham-unregistration-function)
14850         (spam-backend-spam-unregistration-function)
14851         (spam-backend-statistical-p, spam-backend-mover-p)
14852         (spam-install-backend-alias, spam-install-checkonly-backend)
14853         (spam-install-mover-backend, spam-install-nocheck-backend)
14854         (spam-install-backend, spam-install-statistical-backend)
14855         (spam-install-statistical-checkonly-backend): Add backend installation
14856         support.
14857         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14858         (spam-group-processor-p): Use the new backend code and respect the
14859         summary exit behavior.
14860         (spam-mark-spam-as-expired-and-move-routine): Remove.
14861         (spam-summary-prepare): Change to use the new spam-old-articles
14862         variable.
14863         (spam-copy-or-move-routine, spam-copy-spam-routine)
14864         (spam-move-spam-routine, spam-copy-ham-routine)
14865         (spam-move-ham-routine): Add code to copy/move ham or spam.
14866         (spam-fetch-field-fast): Improve doc and code, plus allow the
14867         'number request.
14868         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14869         variables.
14870         (spam-split, spam-find-spam): Use the new backend code.
14871         (spam-registration-functions): Remove variable.
14872         (spam-unregister-routine): Add convenience wrapper.
14873         (spam-log-undo-registration, spam-register-routine)
14874         (spam-log-processing-to-registry)
14875         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14876         where possible.
14877         (spam-check-gmane-xref, spam-check-regex-headers)
14878         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14879         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14880         (spam-check-bogofilter-headers, spam-check-spamoracle)
14881         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14882         (spam-check-crm114-headers): Use the spam-split-group that
14883         spam-split prepares, no need to determine it every time.
14884
14885         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14886         to the nnheader-parse-naked-head call.
14887
14888         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14889
14890         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14891         the nnheader-nov-read-message-id call.
14892
14893 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14896         gnus-activate-group twice.  Suggested by Markus Peter
14897         <warp@spin.de>.
14898
14899 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-art.el (gnus-article-time-format): Exchange the order of
14902         day and month in the default value; fix customization type.
14903         (article-date-ut): Use add-text-properties.
14904         (article-make-date-line): Use message-make-date instead of
14905         current-time-string.
14906
14907         * message.el (message-fetch-field): Don't use set-text-properties.
14908         (message-make-date): Simplify.
14909
14910         * messagexmas.el (message-xmas-make-date): New function.
14911         (message-xmas-redefine): Defalias message-make-date to it.
14912
14913 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14916         (rfc2047-encode-region): Treat text within parentheses as special;
14917         show the original text when error has occurred.
14918
14919         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14920         already-computed method to gnus-activate-group.
14921
14922         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14923         same select-methods identical Lisp objects.
14924
14925         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14926         object when modifying the info.
14927
14928 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14931         gnus-opened-servers since it has never been opened with the new
14932         configuration yet.
14933
14934 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14937         arg to nnheader-generate-fake-message-id.
14938
14939 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14940
14941         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14942         number and build a fake message ID localized to a group and
14943         article number (so it's repeatable from that point on).
14944         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14945         ID format.
14946
14947         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14948         nnheader-generate-fake-message-id with the article number.
14949
14950 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14951
14952         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14953         end-of-buffer.
14954
14955 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14956
14957         * message.el (message-ignored-supersedes-headers): Add Approved.
14958
14959 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14962         goto-char.
14963         (rfc2047-encode): Fold the line before encoding.
14964
14965 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14966
14967         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14968         folding -- not all headers can be folded, and this should be done
14969         by the message composition mode.  Probably.  I think.
14970
14971 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14974         fast.
14975
14976         * gnus-ems.el (gnus-remove-image): Don't use
14977         message-text-with-property; remove only the image found first.
14978
14979         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14980         found first.
14981
14982 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14983
14984         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14985
14986 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * message.el (message-text-with-property): Make it fast and accept
14989         optional arguments.
14990         (message-strip-forbidden-properties): Use it.
14991         (message-fix-before-sending): Follow the m-t-w-p change.
14992
14993         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14994
14995 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * gnus-art.el (article-hide-headers): Don't change the buffer
14998         mistakenly when performing mml-preview even if
14999         gnus-single-article-buffer is nil.
15000
15001 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15002
15003         * message.el (message-expand-name-databases): New user option.
15004         (message-expand-name): Use it.
15005
15006 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15007
15008         * spam.el (spam-report-articles-resend)
15009         (spam-report-resend-register-routine): Allow ham reporting.
15010         (spam-report-resend-register-ham-routine): Add wrapper.
15011         (spam-registration-functions): Add ham resending functions.
15012         (spam-list-of-processors): Add ham resend processor.
15013
15014         * gnus.el (ham-resend-to): Add new group parameter.
15015         (spam-process): Add ham resend option.
15016
15017         * spam-report.el (spam-report-resend): Allow reporting ham.
15018         (spam-report-resend-ham): Add wrapper.
15019
15020 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15021
15022         * message.el (message-cite-articles-with-x-no-archive): New
15023         variable.
15024         (message-cite-original): Use it.
15025
15026 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15027
15028         * message.el (message-cite-original): Respect X-No-Archive.
15029
15030 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-art.el (article-hide-headers): Refer to the values for
15033         gnus-ignored-headers and gnus-visible-headers in the summary
15034         buffer since a user may have set them as group parameters.
15035
15036 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15037
15038         * assistant.el (assistant-node-name): Add convenience function.
15039         (assistant-render-text, assistant-render-node): Add error handling,
15040         plus handle multiple next nodes.
15041         (assistant-find-next-node): Comment out for now.
15042         (assistant-find-next-nodes): Add function, returns list of next
15043         nodes.
15044
15045 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * mail-source.el (mail-source-directory): Fix doc-string.
15048
15049 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15050
15051         * assistant.el (assistant-render-text, assistant-eval): Add :set
15052         widget type, which is different because it takes and returns a
15053         list.  Much hilarity ensues.
15054
15055 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15058
15059         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15060         doc-string.
15061
15062         * gnus-start.el (gnus-activate-group): Added doc-string.
15063
15064 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15067
15068 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15069
15070         * assistant.el (assistant-render-text): Try to add a :set
15071         widget, more to come.
15072
15073         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15074         strings.
15075         (spam-report-articles-resend)
15076         (spam-register-routine): Do registration iff any articles warrant
15077         it.
15078         (spam-summary-prepare-exit): Change log message for nil group
15079         destinations.
15080
15081 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15082
15083         * spam.el (spam-report-resend-register-routine): Allow
15084         spam-report-resend-to to be a group parameter or a global value.
15085
15086 2004-05-26  Simon Josefsson  <jas@extundo.com>
15087
15088         * starttls.el: Merge with my GNUTLS based starttls.el.
15089         (starttls-gnutls-program, starttls-use-gnutls)
15090         (starttls-extra-arguments, starttls-process-connection-type)
15091         (starttls-connect, starttls-failure, starttls-success): New
15092         variables.
15093         (starttls-program, starttls-extra-args): Doc fix.
15094         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15095         functions.
15096         (starttls-negotiate, starttls-open-stream): Check
15097         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15098         function if it is set.
15099
15100 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15103         structured fields.
15104
15105 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15108
15109 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15112         variable.
15113         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15114         assigning the spam-mark to new messages.
15115
15116 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15117
15118         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15119
15120 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15123
15124         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15125         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15126         default.
15127
15128 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15129
15130         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15131         correct data.
15132
15133 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15134
15135         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15136         (spam-group-processor-p): Fix function.
15137         (spam-group-processor-multiple-p)
15138         (spam-group-spam-processor-report-gmane-p)
15139         (spam-group-spam-processor-report-resend-p)
15140         (spam-group-spam-processor-bogofilter-p)
15141         (spam-group-spam-processor-blacklist-p)
15142         (spam-group-spam-processor-ifile-p)
15143         (spam-group-ham-processor-ifile-p)
15144         (spam-group-spam-processor-spamoracle-p)
15145         (spam-group-spam-processor-crm114-p)
15146         (spam-group-ham-processor-bogofilter-p)
15147         (spam-group-spam-processor-stat-p)
15148         (spam-group-ham-processor-stat-p)
15149         (spam-group-ham-processor-whitelist-p)
15150         (spam-group-ham-processor-BBDB-p)
15151         (spam-group-ham-processor-spamoracle-p)
15152         (spam-group-ham-processor-copy-p): Remove functions with some
15153         prejudice against unneeded code.
15154         (spam-report-articles-resend)
15155         (spam-report-resend-register-routine): Allow the group/topic
15156         spam-resend-to value to override spam-report-resend-to.
15157         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15158         properly now.
15159
15160         * gnus.el (spam-resend-to): Add group/topic parameter.
15161         (spam-process): Move the OBSOLETE processors to the end of the
15162         choices.
15163
15164 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15165
15166         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15167         with resend-to set to nil, and then ask the user if necessary.
15168         (spam-report-resend): spam-report-resend takes a list of articles, not
15169         separate article numbers.
15170
15171 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15174         addition to emacs-w3m.
15175
15176 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15177
15178         * assistant.el (assistant-authinfo-data): New function.
15179         (assistant-eval): Eval for entire assistant.
15180
15181         * netrc.el (netrc-services-file): New variable.
15182         (netrc-parse-services): New function.
15183         (netrc-find-service-name): New function.
15184         (netrc-find-service-number): New function.
15185         (netrc-port-equal): New function.
15186         (netrc-machine): Use it.
15187
15188         * nnimap.el (nnimap-open-connection): Use netrc.
15189
15190         * gnus-util.el (gnus-netrc-get): Remove aliases.
15191
15192         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15193
15194         * assistant.el (wid-edit): Fix compilation.
15195
15196         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15197
15198 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15199
15200         * gnus-util.el (gnus-set-file-modes): New function.  (small
15201         patch).
15202
15203 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15204
15205         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15206
15207         * assistant.el (assistant-render-node): Fix up rendering and
15208         read-only text.
15209         (assistant-render-node): Reset.
15210         (assistant-make-read-only): Not sticky.
15211
15212 2004-05-20  Danny Siu  <dsiu@adobe.com>
15213
15214         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15215         centered even when gnus-auto-center-summary is t.
15216
15217 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15218
15219         * dns.el (dns-get-txt-answer): New function.
15220         (dns-read-txt): Ditto.
15221         (query-dns): Use it.
15222
15223 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15226         active for foreign groups even if the group level is higher than
15227         the specified value.
15228
15229 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15230
15231         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15232         non-active groups.
15233
15234         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15235
15236 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15237
15238         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15239
15240 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15241
15242         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15243         (spam-crm114-header, spam-crm114-spam-switch)
15244         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15245         (spam-crm114-positive-spam-header)
15246         (spam-crm114-database-directory, spam-list-of-processors)
15247         (spam-group-spam-processor-crm114-p)
15248         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15249         (spam-generic-score, spam-list-of-checks)
15250         (spam-list-of-statistical-checks, spam-registration-functions)
15251         (spam-check-crm114-headers, spam-crm114-score)
15252         (spam-check-crm114, spam-crm114-register-with-crm114)
15253         (spam-crm114-register-spam-routine)
15254         (spam-crm114-unregister-spam-routine)
15255         (spam-crm114-register-ham-routine)
15256         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15257         asjo@koldfront.dk (Adam Sjøgren).
15258
15259         * gnus.el: Add spam-use-crm114.
15260
15261         * spam.el (spam-list-of-processors, spam-registration-functions):
15262         Add spam-use-resend.
15263         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15264         (spam-report-articles-gmane): Add doc fix.
15265         (spam-report-articles-resend, spam-report-resend-register-routine):
15266         Add wrappers around spam-report-resend-to.
15267
15268         * spam-report.el (spam-report-resend-to, spam-report-resend):
15269         Add support for resending spam.
15270         (spam-report-gmane): Fix line length >80.
15271
15272         * gnus.el (spam-process): Add spam-use-resend.
15273
15274 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15275
15276         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15277         number of processed spam messages.
15278         (spam-ham-copy-or-move-routine): Return the number of processed
15279         ham messages.
15280         (spam-summary-prepare-exit): Use the above values to decide
15281         whether status messages shouled be displayed.
15282
15283 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15286         `rfc2047-encoding-function-alist' in order to avoid conflicting
15287         with the old version.
15288         (rfc2047-encode-region): Concatenate words containing non-ASCII
15289         characters in structured fields; don't encode space-delimited
15290         ASCII words even in unstructured fields; don't break words at
15291         char-category boundaries.
15292         (rfc2047-encode-1): New function.
15293         (rfc2047-encode): Use it; encode text so that it occupies the
15294         maximum width within 76-column; work correctly on Q encoding for
15295         iso-2022-* charsets.
15296         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15297         sure not to break a line just after the header name.
15298         (rfc2047-b-encode-region): Removed.
15299         (rfc2047-b-encode-string): New function.
15300         (rfc2047-q-encode-region): Removed.
15301         (rfc2047-q-encode-string): New function.
15302
15303         * mm-util.el (mm-replace-in-string): New function.
15304
15305 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15306
15307         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15308         get it right.
15309         (gnus-inews-make-draft): Really.
15310
15311 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15312
15313         * nnmh.el (nnmh-request-list-1): Don't check the link count
15314         before descending.  (small patch)
15315
15316 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15317
15318         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15319         stuff.
15320
15321         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15322         on real group name.
15323
15324         * gnus-art.el (gnus-signature-limit): Doc fix.
15325
15326         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15327
15328         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15329
15330 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15331
15332         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15333         isn't a string.
15334
15335 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15336
15337         * gnus-draft.el (gnus-draft-send): Bind
15338         rfc2047-encode-encoded-words.
15339
15340         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15341         (rfc2047-encodable-p): Say that =? needs encoding.
15342         (rfc2047-encode-encoded-words): New variable.
15343
15344         * gnus-group.el (gnus-group-select-group): Doc fix.
15345
15346         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15347
15348         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15349         to nil.
15350
15351         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15352
15353         * nnheader.el (nnheader-get-lines-and-char): New function.
15354
15355 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15356
15357         * gnus-msg.el (gnus-summary-followup-with-original): Document
15358         yanking of region when active.
15359
15360 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15363         groups if the group level is higher than the specified value.
15364
15365 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15368         (gnus-group-jump-to-group): Added prefix argument using
15369         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15370         non-active group.
15371
15372         * compface.el (uncompface): Be verbose when changing
15373         `uncompface-use-external'.
15374
15375         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15376         handle manual section.
15377
15378 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15379
15380         * gnus-art.el (gnus-button-alist): Revert previous change.
15381
15382 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15385
15386 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15387
15388         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15389         whether backend can accept message.
15390
15391         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15392
15393 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15394
15395         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15396         Avoid creating directory when nntp-marks-is-evil is true.
15397         Reported by Reiner Steib.
15398
15399 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus-picon.el (gnus-picon-style): New variable.
15402         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15403         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15404         Jesper Harder <harder@ifa.au.dk>.
15405
15406 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15407
15408         * message.el (message-fill-field): Return point.
15409         (message-generate-headers): Go to end of field.
15410
15411         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15412         stuff for non-living groups.
15413
15414 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15415
15416         * gnus-art.el (gnus-article-followup-with-original)
15417         (gnus-article-reply-with-original): gnus-mark-active-p ->
15418         gnus-region-active-p.
15419
15420 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15421
15422         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15423         only when there is spam or ham to be processed.
15424
15425 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426
15427         * mail-source.el (mail-source-delete-crash-box): Refactor.
15428         (mail-source-fetch): Use it.
15429         (mail-source-fetch-file): Ditto.
15430         (mail-source-fetch-directory): Run postscript in loop.
15431         (mail-source-fetch-pop): Delete.
15432         (mail-source-fetch-maildir): Ditto.
15433         (mail-source-fetch-imap): Ditto.
15434
15435         * imap.el (imap-authenticators): Comment out sasl.
15436
15437         * message.el (message-skip-to-next-address): New function.
15438         (message-fill-header-address): Refactor.
15439         (message-fill-address): Use it.
15440         (message-delete-address): Use it.
15441         (message-fill-header-general): Refactor.
15442         (message-fill-field-address): Rename.
15443         (message-narrow-to-field): Find the start of the header.
15444         (message-header-format-alist): Don't pre-fill.
15445         (message-fill-header): Removed.
15446         (message-insert-header): New function.
15447         (message-shorten-references): Use it.
15448
15449         * rfc2047.el (rfc2047-field-value): Strip props.
15450
15451         * mail-parse.el (mail-header-make-address): New alias.
15452
15453         * ietf-drums.el (ietf-drums-make-address): New function.
15454
15455         * imap.el: Add compiler directives.
15456
15457         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15458
15459         * gnus-art.el (article-decode-idna-rhs): Don't use
15460         message-idna-inside-rhs-p.
15461
15462 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15463
15464         * message.el (message-idna-inside-rhs-p): Removed.
15465         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15466
15467         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15468         false positives.
15469
15470 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15471
15472         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15473
15474 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15475
15476         * nneething.el (nneething-file-name): Don't create spurious
15477         files.
15478
15479         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15480         (gnus-inews-do-gcc): Remove sleep.
15481
15482         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15483         part under point.
15484
15485         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15486         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15487
15488 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15489
15490         * spam.el (spam-summary-prepare-exit): Fixed (length).
15491
15492 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15495         as expired without moving it" message when there are spam
15496         messages left.
15497
15498 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15499
15500         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15501         header is not nil.
15502
15503 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15504
15505         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15506         nntp-possibly-create-directory, not nntp-possibly-change-group.
15507         (nntp-marks-changed-p): New arg SERVER.
15508         (nntp-request-update-info): Adjust caller.
15509
15510 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15511
15512         * nntp.el (nntp-save-marks): Pass missing arg.
15513
15514 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15515
15516         * nntp.el: Support marks.
15517         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15518         (nntp-marks-modtime, nntp-marks-directory): New variables.
15519         (nntp-request-set-mark, nntp-request-update-info)
15520         (nntp-possibly-create-directory, nntp-marks-changed-p)
15521         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15522         functions.
15523
15524 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15525
15526         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15527         (gnus-xmas-redefine): Rename.
15528
15529         * gnus-score.el (gnus-score-insert-help): Use
15530         gnus-select-lowest-window.
15531
15532         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15533         appt-select-lowest-window and rename to gnus-select-lowest-window.
15534
15535         * gnus.el: do.
15536
15537 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15538
15539         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15540         encodings of MIME-encoded words, in order to improve
15541         interoperability with several broken MUAs.
15542
15543 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15544
15545         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15546         tags, only when charsets are not specified in headers.
15547         (mm-inline-text-html-render-with-w3m): Ditto.
15548
15549         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15550         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15551
15552 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15553
15554         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15555         instead of MIME-decoded from fields when checking
15556         `gnus-article-address-banner-alist'.
15557
15558 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15559
15560         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15561         description rather than subject.
15562
15563 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15564
15565         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15566
15567 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15568
15569         * gnus.el (gnus-version-number): Bump.
15570
15571 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15572
15573         * gnus.el: No Gnus v0.2 is released.
15574
15575 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15576
15577         * gnus-agent.el (gnus-agent-read-agentview): Inline
15578         gnus-uncompress-range.
15579
15580 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15581
15582         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15583         `exec-installed-p'.
15584
15585 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15586
15587         * gnus.el (spam-process, spam-autodetect-methods): Add
15588         bsfilter and bsfilter-headers.
15589
15590         * spam.el (spam-bsfilter): New customize group.
15591         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15592         (spam-bsfilter-header, spam-bsfilter-probability-header)
15593         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15594         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15595         (spam-bsfilter-database-directory): New options.
15596         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15597         (spam-list-of-statistical-checks, spam-registration-functions):
15598         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15599         (spam-bsfilter-score): New command.
15600         (spam-check-bsfilter-headers, spam-check-bsfilter)
15601         (spam-bsfilter-register-with-bsfilter)
15602         (spam-bsfilter-register-spam-routine)
15603         (spam-bsfilter-unregister-spam-routine)
15604         (spam-bsfilter-register-ham-routine)
15605         (spam-bsfilter-unregister-ham-routine): New functions.
15606         (spam-generic-score): Support bsfilter; Accept an optional argument
15607         to recalcurate spam score even if scoring header has already been
15608         added.
15609         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15610         optional argument to recalcurate spam score even if scoring header
15611         has already been added.
15612
15613 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15614
15615         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15616         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15617         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15618         link is missing.
15619
15620 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15621
15622         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15623         (html2text-get-attr): Rewrite.
15624
15625         * message.el (message-setup-1): Remove redundant put-text-property
15626         on mail-header-separator.
15627
15628 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15629
15630         * gnus-registry.el (gnus-registry-cache-whitespace)
15631         (gnus-registry-action, gnus-registry-spool-action)
15632         (gnus-registry-split-fancy-with-parent): Change message levels
15633         from 5 to 3 or 7, as needed.
15634
15635         * spam.el (spam-summary-prepare-exit)
15636         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15637         (spam-split, spam-find-spam, spam-log-undo-registration)
15638         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15639         level from 5 to 6.
15640
15641 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15644         2004-03-04 change).
15645
15646 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15647
15648         * sieve-manage.el (sieve-manage-open):
15649         * nnweb.el (nnweb-insert-html):
15650         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15651         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15652         * nnspool.el (nnspool-request-group):
15653         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15654         * nnml.el (nnml-request-update-info):
15655         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15656         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15657         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15658         (nnimap-request-set-mark):
15659         * nnfolder.el (nnfolder-request-update-info):
15660         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15661         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15662         * gnus-uu.el (gnus-uu-find-articles-matching):
15663         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15664         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15665         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15666         * gnus-nocem.el (gnus-nocem-scan-groups):
15667         * gnus-int.el (gnus-start-news-server):
15668         * gnus-group.el (gnus-group-make-kiboze-group)
15669         (gnus-group-browse-foreign-server):
15670         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15671         Use mapc when appropriate.
15672
15673 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15674
15675         FIXME: Make separate entries for each person.
15676
15677         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15678         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15679         <shields@msrl.com>:
15680
15681         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15682         may need for spam sorting and scoring.
15683         (spam-user-format-function-S): Add user format function suitable for
15684         general use.
15685         (spam-article-sort-by-spam-status): Add sorting function for summary
15686         sorting.
15687         (spam-extra-header-to-number): Add function to get a score from a
15688         header.
15689         (spam-summary-score): Add function to get a numeric score from the
15690         headers.
15691         (spam-generic-score): Fix function doc, was in wrong place.
15692         (spam-initialize): Take symbols when it's run, and install the
15693         extra headers that spam-necessary-extra-headers thinks we need.
15694
15695 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15696
15697         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15698         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15699
15700 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15701
15702         * gnus-sum.el (gnus-set-global-variables)
15703         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15704         (gnus-article-get-xrefs, gnus-summary-best-group)
15705         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15706         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15707         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15708         Use with-current-buffer.
15709
15710 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15711
15712         * spam.el (spam-summary-prepare-exit): Simplify logic.
15713         (spam-fetch-article-header): Read the article header if it's not
15714         available.
15715         (spam-list-articles): Simplify logic.
15716         (spam-filelist-register-routine): Fix bug with unregister-list.
15717
15718         * gnus-registry.el: Fix comments at beginning.
15719
15720 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15721
15722         * message.el (message-cater-to-broken-inn): Remove.
15723         (message-shorten-references): Make sure the total folded length of
15724         References is shorter than 998 characters to cater to a bug in INN
15725         2.3.  Also, don't pretend that references aren't folded -- this
15726         hasn't worked for a while.
15727
15728 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15729
15730         * gnus-agent.el (gnus-agentize):
15731         gnus-agent-send-mail-real-function no longer set to current value
15732         of message-send-mail-function but rather a lambda that calls
15733         message-send-mail-function.  The change makes the agent real-time
15734         responsive to user changes to message-send-mail-function.
15735
15736 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15737
15738         * legacy-gnus-agent.el
15739         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15740         help from Florian Weimer <fw@deneb.enyo.de>
15741
15742 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * nnmail.el (nnmail-cache-insert): Revert last change.
15745
15746 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * nnmail.el (nnmail-cache-insert): Always check whether
15749         nnmail-cache-ignore-groups matches a group name.
15750
15751 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15752
15753         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15754         (spam-find-spam, spam-log-processing-to-registry)
15755         (spam-log-registered-p, spam-log-unregistration-needed-p)
15756         (spam-log-undo-registration): Use gnus-message instead of
15757         gnus-error, none of these errors are fatal.
15758
15759         * gnus-registry.el (gnus-registry-clean-empty-function)
15760         (gnus-registry-clean-empty): Remove only empty entries without
15761         extra data.
15762
15763 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15764
15765         * spam-stat.el (spam-stat-buffer-change-to-spam)
15766         (spam-stat-buffer-change-to-non-spam): Change (error) to
15767         (gnus-message 8) invocation.
15768
15769 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * nntp.el (nntp-via-netcat-command): New variable.
15772         (nntp-via-netcat-switches): New variable.
15773         (nntp-open-via-rlogin-and-netcat): New function.
15774         (nntp-open-connection-function): Doc fix.
15775         (nntp-telnet-command): Doc fix.
15776         (nntp-end-of-line): Doc fix.
15777         (nntp-via-rlogin-command): Doc fix.
15778         (nntp-via-user-name): Doc fix.
15779         (nntp-via-address): Doc fix.
15780
15781 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15784         error in Emacs 21.1.
15785
15786 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15789
15790 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15791
15792         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15793         (gnus-agent-with-refreshed-group): New macro.
15794         (gnus-agent-rename-group): New function.
15795         (gnus-agent-delete-group): New function.
15796         (gnus-agent-save-group-info): Use gnus-command-method when
15797         `method' parameter is nil.  Don't write nil entries into the
15798         active file.
15799         (gnus-agent-get-group-info): New function.
15800         (gnus-agent-fetch-articles): Use
15801         gnus-agent-update-files-total-fetched-for to increment disk space
15802         used.
15803         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15804         gnus-agent-update-view-total-fetched-for to increment disk space
15805         used.
15806         (gnus-agent-get-local): Added optional parameters to avoid calling
15807         gnus-group-real-name and gnus-find-method-for-group.
15808         (gnus-agent-set-local): Delete stored entry if either min, or max,
15809         are nil.
15810         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15811         quit, use gnus-agent-regenerate-group to record existance of any
15812         articles fetched to disk before the quit occurred.
15813         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15814         gnus-agent-update-view-total-fetched-for, and
15815         gnus-agent-update-files-total-fetched-for to decrement disk space
15816         used.
15817         (gnus-agent-retrieve-headers): Use
15818         gnus-agent-update-view-total-fetched-for to increment disk space
15819         used.
15820         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15821         with gnus-agent-update-files-total-fetched-for to decrement disk
15822         space and fresh group buffer.
15823         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15824         (gnus-agent-need-update-total-fetched-for): New variable.
15825         (gnus-agent-update-files-total-fetched-for): New function.
15826         (gnus-agent-update-view-total-fetched-for): New function.
15827         (gnus-agent-total-fetched-for): New function.
15828
15829         * gnus-cache.el (gnus-cache-save-buffers): Use
15830         gnus-cache-update-overview-total-fetched-for to change disk space
15831         used by this group.
15832         (gnus-cache-possibly-enter-article): Use
15833         gnus-cache-update-file-total-fetched-for to increment disk space
15834         used by this group.
15835         (gnus-cache-possibly-remove-article): Use
15836         gnus-cache-update-file-total-fetched-for to decrement disk space
15837         used by this group.
15838         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15839         (gnus-cache-rename-group): New function.
15840         (gnus-cache-delete-group): New function.
15841         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15842         (gnus-cache-need-update-total-fetched-for): New variable.
15843         (gnus-cache-with-refreshed-group): New macro.
15844         (gnus-cache-update-file-total-fetched-for): New function.
15845         (gnus-cache-update-overview-total-fetched-for): New function.
15846         (gnus-cache-rename-group-total-fetched-for): New function.
15847         (gnus-cache-delete-group-total-fetched-for): New function.
15848         (gnus-cache-total-fetched-for): New function.
15849
15850         * gnus-group.el: Require gnus-sum and autoload functions to
15851         resolve warnings when gnus-group.el compiled alone.
15852         (gnus-group-line-format): Documented new %F.
15853         (size of Fetched data) group line format; identifies disk space
15854         used by agent and cache.
15855         (gnus-group-line-format-alist): Defined new F format.
15856         (gnus-total-fetched-for): New function.
15857         (gnus-group-delete-group): No longer update
15858         gnus-cache-active-altered as gnus-request-delete-group now keeps
15859         the cache in sync.
15860         (gnus-group-list-active): Let the agent store a server's active
15861         list if currently plugged.
15862
15863         * gnus-int.el (gnus-request-delete-group):
15864         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15865         local disk in sync with the server.
15866         (gnus-request-rename-group):
15867         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15868         local disk in sync with the server.
15869
15870         * gnus-start.el (gnus-get-unread-articles):
15871         Cosmetic simplification to logic.
15872
15873         * gnus-util.el (gnus-rename-file): New function.
15874
15875 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15876
15877         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15878
15879 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15880
15881         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15882         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15883
15884 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15885
15886         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15887         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15888
15889 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15890
15891         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15892
15893 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15894
15895         * spam.el (spam-set-difference): Add function to replace
15896         gnus-set-difference in spam.el.
15897         (spam-summary-prepare-exit): Use spam-set-difference.
15898
15899 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15900
15901         * gnus-registry.el (gnus-registry-cache-file): Update to use
15902         gnus-dribble-directory OR gnus-home-directory OR ~.
15903         (gnus-registry-split-fancy-with-parent): Fix doc.
15904
15905 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * message.el (message-exchange-point-and-mark): Use
15908         message-mark-active-p.  Suggested by Jesper Harder
15909         <harder@ifa.au.dk>.
15910
15911 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * message.el (message-exchange-point-and-mark): Don't activate
15914         region if it was inactive.  Suggested by Hiroshi Fujishima
15915         <pooh@nature.tsukuba.ac.jp>.
15916
15917 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-art.el (article-display-face): Display Faces in the same
15920         order as X-Faces.
15921
15922 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15925
15926 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15929         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15930         (gnus-article-mime-hierarchy): Remove.
15931         (gnus-article-mime-hierarchy-next): Remove.
15932         (gnus-article-mode): Revert 2004-03-19 change.
15933         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15934         (gnus-insert-mime-button): Revert 2004-03-19 change.
15935         (gnus-mime-accumulate-hierarchy): Remove.
15936         (gnus-mime-enter-multipart): Remove.
15937         (gnus-mime-leave-multipart): Remove.
15938         (gnus-mime-display-part): Revert 2004-03-19 change.
15939         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15940
15941         * mml.el (mml-preview): Revert 2004-03-19 change.
15942
15943 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15944
15945         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15946
15947 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15950         t while entering a file name using the mm-with-multibyte macro.
15951         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15952
15953         * mm-util.el (mm-with-multibyte): New macro.
15954
15955 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15958         user option.
15959         (gnus-mime-multipart-functions): Doc and customization fix.
15960         (gnus-article-mime-hierarchy): New variable.
15961         (gnus-article-mime-hierarchy-next): New variable.
15962         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15963         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15964         gnus-article-mime-hierarchy-next to nil.
15965         (gnus-insert-mime-button): Show hierarchy numbers.
15966         (gnus-mime-accumulate-hierarchy): New function.
15967         (gnus-mime-enter-multipart): New function.
15968         (gnus-mime-leave-multipart): New function.
15969         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15970         (gnus-mime-display-alternative): Show hierarchy numbers.
15971
15972         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15973         gnus-article-mime-hierarchy-next to nil.
15974
15975 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15976
15977         * dns.el: Don't require gnus-xmas.
15978
15979 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15980
15981         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15982         inline PGP.
15983         (mml-menu): Disable mml-quote-region if mark is inactive.
15984
15985 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15988         when the group's active is not available.
15989
15990 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15993         error.
15994
15995 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15996
15997         * imap.el (imap-store-password): New variable.
15998         (imap-interactive-login): Use it.
15999         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16000
16001 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16004         window-start and hscroll to summary window.
16005
16006 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16007
16008         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16009         conversion message to newsrc-dribble when an actual conversion is
16010         performed.
16011
16012 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16013
16014         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16015
16016 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * mm-decode.el (mm-complicated-handles): New function reviving
16019         former definition of mm-multiple-handles.
16020
16021         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16022         (gnus-mime-delete-part): Use it.
16023
16024 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16025
16026         * gnus-agent.el (gnus-agent-read-local): Bind
16027         nnheader-file-coding-system to gnus-agent-file-coding-system to
16028         avoid the implicit assumption that they will always be equal.
16029         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16030         coding-system-for-write, as the with-temp-file macro first prints
16031         to a buffer then saves the buffer.
16032
16033 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * gnus-art.el (gnus-article-edit-part): New function.
16036         (gnus-mime-save-part-and-strip): Use it; do query instead of
16037         signaling an error; don't use mm-multiple-handles.
16038         (gnus-mime-delete-part): Ditto.
16039
16040 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16041
16042         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16043         old file versions.
16044         (gnus-group-prepare-hook): Removed function that converted list
16045         form of gnus-agent-expire-days to group properties.
16046
16047         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16048         (gnus-request-accept-article): Re-indented.
16049
16050         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16051         converters to handle old agent file formats.  Added logic for a
16052         "backup before upgrading warning".
16053         (gnus-convert-mark-converter-prompt): Developers can mark
16054         functions as needing (default), or not needing,
16055         gnus-convert-old-newsrc's "backup before upgrading warning".
16056         (gnus-convert-converter-needs-prompt): Tests whether the user
16057         should be protected from potentially irreversable changes by the
16058         function.
16059
16060         * legacy-gnus-agent.el: New.  Provides converters that are only
16061         loaded when gnus-convert-old-newsrc needs to call them.
16062
16063 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * mail-source.el (mail-source-touch-pop): Doc fix.
16066
16067         * message.el (message-smtpmail-send-it): Doc fix.
16068
16069 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16070
16071         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16072
16073         * nnmail.el (nnmail-split-fancy): do.
16074
16075         * gnus-kill.el (gnus-kill, gnus-execute): do.
16076
16077 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16078
16079         * gnus-sum.el (gnus-widget-reversible-match)
16080         (gnus-widget-reversible-to-internal)
16081         (gnus-widget-reversible-to-external): New functions.
16082         (gnus-widget-reversible): New widget.
16083         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16084
16085 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16086
16087         * gnus-sum.el (gnus-thread-sort-functions)
16088         (gnus-article-sort-functions): Document `(not F)' items.
16089
16090 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16091
16092         * spam.el (spam-use-gmane-xref): Add new backend.
16093         (spam-gmane-xref-spam-group): Add variable to control the name of the
16094         Gmane spam group.
16095         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16096         (spam-regex-headers-spam, spam-regex-headers-ham)
16097         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16098         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16099         backends and checks.
16100         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16101
16102         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16103         an autodetect method.
16104
16105 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16106
16107         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16108         articles are being added to a group.
16109         (gnus-request-replace-article): Inform the agent that articles
16110         need to be uncached as the cached contents are no longer valid.
16111
16112 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * binhex.el: Don't autoload executable-find.
16115
16116         * canlock.el: Don't autoload mail-fetch-field.
16117
16118         * dgnushack.el: Autoload c-mode for XEmacs.
16119
16120         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16121
16122         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16123         rmail-dont-reply-to and rmail-output.
16124
16125         * gnus-score.el: Don't autoload ffap-string-at-point.
16126
16127         * gnus-setup.el: Don't autoload sc-cite-original.
16128
16129         * imap.el: Don't autoload base64-decode-string,
16130         base64-encode-string and md5.
16131
16132         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16133         and rmail-msg-restore-non-pruned-header.
16134
16135         * mm-decode.el: Don't autoload executable-find.
16136
16137         * mm-url.el: Don't autoload executable-find.
16138
16139         * mm-view.el: Don't autoload diff-mode.
16140
16141         * nndb.el: Don't autoload news-reply-mode, news-setup,
16142         cancel-timer and telnet.
16143
16144         * password.el: Don't autoload run-at-time for Emacs.
16145
16146         * sha1-el.el: Don't autoload executable-find.
16147
16148         * sieve-mode.el: Don't autoload c-mode.
16149
16150         * uudecode.el: Don't autoload executable-find.
16151
16152 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16153
16154         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16155         (gnus-agent-possibly-alter-active): Avoid null in numeric
16156         comparison.
16157         (gnus-agent-set-local): Refuse to save null in local object table.
16158         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16159         list of articles that will be marked as unread.
16160
16161 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16164
16165 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16166
16167         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16168         language tags.
16169
16170 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16171
16172         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16173         Don't bind "obarray".
16174
16175         * gnus-sum.el (gnus-thread-sort-functions): Added
16176         `gnus-thread-sort-by-most-recent-number' and
16177         `gnus-thread-sort-by-most-recent-date'.
16178         Reported by Kai Grossjohann <kai@emptydomain.de>.
16179
16180 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16183
16184 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16185
16186         * gnus-cus.el (gnus-agent-customize-category): Removed
16187         ignore-errors macro reference that required cl to be loaded at
16188         run-time.
16189
16190         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16191         single-interval range of the form (min . max).  Previously the
16192         range had to look like ((min . max)).  Likewise, return
16193         (min . max) rather than ((min . max)).
16194         (gnus-range-map): Use gnus-range-normalize to accept
16195         single-interval range.
16196
16197         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16198         the cache, but not the agent, now appear with their usual face.
16199
16200         * dgnushack.el (loaddir): New variable that is bound to the
16201         directory containing the dgnushack.el file. Use loaddir, rather
16202         than srcdir, to update load-path. Change lets dgnushack compile
16203         code in directories other than GNUS/lisp.
16204
16205 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * lpath.el: Don't bind w3m-safe-url-regexp.
16208
16209         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16210         w3m-safe-url-regexp variable buffer-local.
16211
16212         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16213
16214 2004-02-27  Simon Josefsson  <jas@extundo.com>
16215
16216         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16217         gnus-group-real-prefix.
16218         (gnus-summary-move-article): Use it, instead of
16219         gnus-group-real-prefix.
16220
16221 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * lpath.el: Bind w3m-safe-url-regexp.
16224
16225         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16226         w3m-safe-url-regexp variable buffer-local and set it as the value
16227         of mm-w3m-safe-url-regexp.
16228
16229         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16230
16231         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16232         parsing gnus-posting-styles when the message is not for replying.
16233
16234         * dgnushack.el: Autoload sgml-mode for XEmacs.
16235
16236         * nnrss.el (nnrss-opml-export): Use
16237         mm-set-buffer-file-coding-system instead of
16238         set-buffer-file-coding-system.
16239
16240 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16241
16242         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16243         of checkdoc.el).
16244         * nnrss.el: do.
16245         * gnus-mlspl.el: do.
16246         * gnus-ml.el: do.
16247         * gnus-srvr.el: do.
16248
16249         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16250
16251 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16252
16253         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16254         Corrections to custom-manual links.
16255
16256         * gnus-art.el (gnus-article): Ditto.
16257
16258         * mm-decode.el (mime-display, mime-security): Ditto.
16259
16260 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16261
16262         * flow-fill.el: Typo.
16263
16264 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16265
16266         * spam-wash.el: New file.
16267
16268 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16269
16270         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16271
16272 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16273
16274         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16275         to be run with new-articles as LIST1, not LIST2.
16276         (spam-registration-functions): Add spam-use-ham-copy as a nil
16277         registration backend.
16278
16279 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16280
16281         * spam-stat.el (spam-stat-washing-hook): New option.
16282         (spam-stat-buffer-words): Use it.
16283         (spam-stat-process-directory, spam-stat-test-directory): Use
16284         insert-file-contents-literally.
16285         (spam-stat-coding-system): New variable.
16286         (spam-stat-load, spam-stat-save): Use it.
16287
16288 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * spam-report.el (spam-report-plug-agent): Quote
16291         spam-report-url-to-file and spam-report-url-ping-plain.
16292
16293 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16294
16295         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16296         / in mailto URLs.
16297
16298 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16299
16300         * spam-report.el (spam-report-process-queue): Fix interactive use.
16301         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16302         (spam-report-unplug-agent): Doc fixes.
16303         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16304         (spam-report-agentize, spam-report-deagentize): Autoload.
16305
16306 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16309
16310         * message.el (message-setup-fill-variables): Add mml tags to
16311         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16312         <ajk@iu.edu>.
16313         (message-mode): Don't modify paragraph-separate there.
16314
16315 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * compface.el (uncompface-use-external): Default to undecided.
16318         (uncompface-use-external-threshold): New variable.
16319         (uncompface-float-time): New macro.
16320         (uncompface): Determine whether to use the external decoder if
16321         uncompface-use-external is undecided.
16322
16323 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16324
16325         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16326         after images.
16327
16328         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16329
16330 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16331
16332         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16333
16334         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16335
16336         * gnus-sum.el (gnus-summary-limit-to-age)
16337         (gnus-summary-limit-children): do.
16338
16339         * gnus-int.el (gnus-request-scan): do.
16340
16341         * gnus-group.el (gnus-group-suspend): do.
16342
16343         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16344
16345         * gnus-cite.el (gnus-cite-parse-attributions): do.
16346
16347         * gnus-agent.el (gnus-summary-set-agent-mark)
16348         (gnus-agent-regenerate-group): do.
16349
16350         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16351
16352         * binhex.el (binhex-decode-region-internal): do.
16353
16354 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-fun.el (gnus-face-properties-alist): New user option.
16357         (gnus-display-x-face-in-from): Use it.
16358
16359         * gnus-art.el (article-display-face): Ditto.
16360
16361         * compface.el (uncompface-use-external): Default to nil.
16362
16363 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16364
16365         * nntp.el (nntp-erase-buffer): New function.
16366         (nntp-retrieve-data, nntp-send-command)
16367         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16368         (nntp-possibly-change-group): Use it.
16369
16370         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16371         with-current-buffer.
16372
16373 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16374
16375         * compface.el: Merge the ELisp-based uncompface program.
16376         (compface): New customization group.
16377         (uncompface-use-external): New user option.
16378         (uncompface): Call uncompface-internal if uncompface-use-external
16379         is nil.
16380         (uncompface-internal): New function.  Note that there are also
16381         some other functions and variables added for this function.
16382
16383 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16384
16385         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16386         if necessary.
16387
16388 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16389
16390         * spam-report.el (spam-report-unplug-agent)
16391         (spam-report-plug-agent, spam-report-deagentize)
16392         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16393         Add support for the Agent in spam-report: when unplugged, report to a
16394         file; when plugged, submit all the requests.
16395
16396         * spam.el (spam-register-routine): Fix message about
16397         registration.
16398
16399 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16400
16401         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16402         dependencies.
16403         (rfc2047-encode): Use it.
16404
16405         * gnus-art.el (gnus-button-marker-list): Move before first
16406         reference.
16407
16408         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16409         (imap-parse-body): Fix format string mismatch.
16410
16411         * gnus-score.el (gnus-summary-increase-score): do.
16412
16413         * nnrss.el (nnrss-close): New function.
16414
16415 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16416
16417         * nnrss.el (nnrss-make-filename): New function.
16418         (nnrss-request-delete-group, nnrss-read-server-data)
16419         (nnrss-save-server-data, nnrss-read-group-data)
16420         (nnrss-save-group-data): Use it.
16421         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16422         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16423         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16424
16425 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16426
16427         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16428
16429 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16432         files.
16433
16434         * message.el (message-generate-headers-first): Don't quote nil
16435         and t in docstrings.
16436
16437         * imap.el (imap-id): do.
16438
16439         * gnus-agent.el (gnus-agent-consider-all-articles)
16440         (gnus-agent-queue-mail): do.
16441
16442 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16443
16444         * spam-report.el (spam-report-process-queue): New function.
16445         Process requests from `spam-report-requests-file'.
16446         (spam-report-process-queue): Doc fix.
16447
16448 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16449
16450         * spam.el (spam-register-routine)
16451         (spam-log-processing-to-registry, spam-log-registered-p)
16452         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16453         Change "check" to "spam-check" for semi-clarity.
16454
16455 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16456
16457         * pop3.el: Require nnheader.
16458
16459         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16460
16461         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16462
16463         * gnus-picon.el: Require cl.
16464
16465         * gnus-fun.el: Require gnus-ems and gnus-util.
16466
16467         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16468
16469         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16470
16471         * gnus-art.el (gnus-article-edit-mode): Define before first
16472         reference.
16473
16474 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16475
16476         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16477         (gnus-uu-post-encoded): Use point-at-bol.
16478
16479         * gnus-topic.el (gnus-group-active-topic-p): do.
16480
16481         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16482
16483         * gnus-group.el (gnus-group-kill-region): do.
16484
16485         * gnus-art.el (article-date-ut): do.
16486
16487         * message.el (message-fetch-field): Remove redundant
16488         case-fold-search binding.
16489         (message-narrow-to-field): Simplify.
16490
16491 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * spam.el (spam-directory): Derive from `gnus-directory'.
16494
16495         * spam-report.el (spam-report-url-to-file)
16496         (spam-report-requests-file): New function and variable for offline
16497         reporting.
16498         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16499         and user defined function.
16500         (spam-report-url-ping-mm-url): Remove doubled slash.
16501
16502 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16503
16504         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16505
16506 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16507
16508         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16509         format string mismatch.
16510
16511         * sieve.el (sieve-deactivate-all): do.
16512
16513         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16514
16515         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16516
16517         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16518
16519         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16520
16521 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16522
16523         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16524         the list of checks.
16525
16526 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16527
16528         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16529         padding.
16530
16531 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16532
16533         * mm-view.el (mm-fill-flowed): New variable.
16534         (mm-inline-text): Use it.
16535
16536 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16537
16538         * spam.el (spam-spamassassin-register-ham-routine)
16539         (spam-spamassassin-register-spam-routine): Fix function names.
16540
16541 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * gnus.el (gnus-tmp-grouplens): Remove.
16544         (gnus-summary-line-format): Remove grouplens.
16545
16546         * gnus-group.el (gnus-group-line-format): Ditto.
16547
16548         * gnus-spec.el (gnus-format-specs): Ditto.
16549         (gnus-update-format-specifications): Flush the group format spec
16550         cache if there's the grouplens stuff.
16551         (gnus-parse-simple-format): Replace %l with the empty string.
16552
16553 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16554
16555         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16556         omission.
16557
16558 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16561         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16562
16563 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16564
16565         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16566         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16567         New macros and functions.
16568         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16569         Handle > NLINK_MAX messages.
16570         * nnmaildir.el (nnmaildir-request-set-mark): Use
16571         nnmaildir--emlink-p and nnmaildir--eexist-p.
16572
16573 2004-01-25  Alex Schroeder  <alex@gnu.org>
16574
16575         * spam-stat.el (spam-stat-process-directory-age): New option.
16576         (spam-stat-process-directory): Use it.
16577
16578 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16579
16580         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16581         (spam-stat-save): Accept prefix argument.
16582
16583 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16584
16585         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16586         links" error.
16587
16588 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16591         the rest of the and/or forms.
16592
16593 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16594
16595         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16596         compatibility with old .newsrc.eld files.
16597
16598         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16599
16600         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16601
16602         * gnus-start.el (gnus-1): do.
16603
16604         * gnus-group.el (gnus-group-line-format-alist): do.
16605
16606         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16607
16608         * gnus-gl.el: Remove.
16609
16610 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16611
16612         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16613         marks consisting of a single range {for example, (3 . 5)} rather
16614         than a list of a single range { ((3 . 5)) }.
16615
16616 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16617
16618         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16619         with-current-buffer.
16620         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16621         avoid consing a string.
16622
16623         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16624         Remove obsolete entries for big5 and gb2312.
16625
16626 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16627
16628         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16629         uncompressed list.
16630
16631 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16632
16633         * spam-stat.el (spam-stat-strip-xref): New function.
16634         (spam-stat-process-directory): Use it.
16635
16636         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16637         here -- it's done in message-fetch-field.
16638
16639 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16640
16641         * gnus-agent.el (gnus-agent-queue-mail)
16642         (gnus-agent-prompt-send-queue): New variables.
16643         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16644         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16645         "nndraft:queue" along to gnus-draft-send.  Use
16646         gnus-agent-prompt-send-queue.
16647         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16648         is "nndraft:queue".  Suggested by Gaute Strokkenes
16649         <gs234@srcf.ucam.org>
16650
16651         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16652         (agent-enable-undownloaded-faces): Added.
16653         (gnus-agent-cat-groups): Use eval-and-compile, not
16654         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16655         method of gnus-agent-cat-groups even when the buffer has been
16656         evaled.
16657         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16658         delete gnus-agent-save-active-1.
16659         (gnus-agent-save-groups): Deleted.  Identical to
16660         gnus-agent-save-active.
16661         (gnus-agent-write-active): No longer adjust agent's copy of active
16662         file as agent's adjustments are now stored in their own
16663         file.  Removed optional parameter.
16664         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16665         servers.  Add use of min/max range limits from server's local
16666         file.
16667         (gnus-agent-save-alist): Removed unused optional argument.
16668         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16669         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16670         (gnus-agent-set-local): A per-server file that keeps min/max range
16671         limits for articles known to the agent.  Provides a fast mechanism
16672         for altering many active ranges.
16673         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16674         active file (local makes it unnecessary).
16675         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16676
16677         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16678         (agent-enable-undownloaded-faces): Added.
16679
16680         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16681         disable it when sending to "nndraft:queue".
16682         (gnus-group-send-queue): Add safety check to avoid sending queue
16683         when unplugged.
16684
16685         * gnus-group.el (gnus-group-catchup): Use new
16686         gnus-sequence-of-unread-articles, not
16687         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16688         numbers of articles.  Use gnus-range-map to avoid having to
16689         uncompress the unread list.
16690         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16691         Fixed invalid ange-ftp reference.
16692
16693         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16694         (gnus-sorted-range-intersection): Intersection of two ranges
16695         without requiring that they first be uncompressed.
16696
16697         * gnus-start.el (gnus-activate-group): Unless blocked by the
16698         caller, possibly expand the active range to include both cached
16699         and agentized articles.
16700         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16701         multiple version-dependent converters.
16702         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16703         gnus-agent-save-active.
16704         (gnus-save-newsrc-file): Save dirty agent range limits.
16705
16706         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16707         gnus-agent-possibly-alter-active.
16708         (gnus-adjust-marked-articles): Faster handling of simple lists.
16709
16710 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16711
16712         * spam-stat.el (spam-stat-test-directory): New optional argument
16713         displays a list of files detected.  Suggested by Andrew Cohen
16714         <cohen@andy.bu.edu>.
16715         (spam-stat-buffer-words-with-scores): Don't narrow and change
16716         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16717
16718 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16719
16720         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16721         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16722         (spam-spamassassin-arguments)
16723         (spam-spamassassin-spam-flag-header)
16724         (spam-spamassassin-positive-spam-flag-header)
16725         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16726         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16727         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16728         (spam-list-of-processors, spam-list-of-checks)
16729         (spam-list-of-statistical-checks, spam-registration-functions)
16730         (spam-check-spamassassin-headers, spam-check-spamassassin)
16731         (spam-spamassassin-score)
16732         (spam-spamassassin-register-with-sa-learn)
16733         (spam-spamassassin-register-spam-routine)
16734         (spam-spamassassin-register-ham-routine)
16735         (spam-assassin-register-spam-routine)
16736         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16737         (spam-bogofilter-score): Fix to show article before scoring.
16738
16739 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16742         default scoring function.
16743         (spam-generic-score): Call spam-spamassassin-score if
16744         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16745         spam-bogofilter-score otherwise.
16746
16747         * gnus.el (spam-process, spam-autodetect-methods): Add
16748         spamassassin and spamassassin-headers.
16749
16750 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16751
16752         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16753         Suppress unnecessary messages.
16754
16755 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16756
16757         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16758         make-hash-table.
16759
16760 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * canlock.el (base64-encode-string): Don't autoload it.
16763
16764 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * run-at-time.el: Remove useless (require 'itimer),
16767         eval-and-compile and (featurep 'xemacs).
16768
16769 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16770
16771         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16772         GROUP is a virtual group.
16773
16774 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16775
16776         * gnus.el: Autoload `message-y-or-n-p'.
16777
16778 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16779
16780         * pgg-parse.el: Remove unnecessary (require 'custom).
16781
16782         * pgg-def.el: do.
16783
16784         * nnmail.el: do.
16785
16786         * gnus-undo.el: do.
16787
16788         * gnus-picon.el: do.
16789
16790         * gnus-util.el: do.
16791
16792 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16793
16794         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16795
16796 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16799         handle, as well as a list.
16800
16801         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16802         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16803         (mm-w3m-cid-retrieve): Simplify.
16804
16805 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16806
16807         * message.el (message-kill-to-signature): Allow prefix arg to
16808         specify number of lines to keep before signature.
16809
16810 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16811
16812         * message.el (message-kill-to-signature): Change docstring.
16813
16814 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * canlock.el: Always require sha1-el.
16817         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16818
16819         * message.el: Autoload sha1 only when compiling.
16820
16821         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16822         eudc-expand-inline for XEmacs.
16823
16824 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * message.el (message-canlock-generate): Require sha1-el.
16827
16828 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16829
16830         * message.el (message-expand-name): Silence the byte compiler.
16831
16832         * lpath.el: Add detect-coding-system.
16833
16834         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16835         cus-edit.
16836
16837 2004-01-13  Simon Josefsson  <jas@extundo.com>
16838
16839         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16840         Invoke gnus-score-mode.  Reported by
16841         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16842
16843         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16844         Jim Blandy <jimb@redhat.com> (tiny change).
16845
16846 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16847
16848         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16849
16850 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16851
16852         * spam.el (spam-get-article-as-string): Update to use
16853         gnus-request-article-this-buffer, much simpler.
16854         (spam-get-article-as-buffer): Remove.
16855
16856 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16857
16858         * message.el (message-expand-name): Use EUDC if the user uses that.
16859
16860 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16861
16862         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16863         character for the encoding to avoid consing a string.
16864
16865         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16866         unnecessarily.
16867
16868         * mm-util.el (mm-replace-chars-in-string): Remove.
16869
16870         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16871         of mm-replace-chars-in-string.
16872
16873 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16874
16875         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16876
16877         * mm-util.el (mm-subst-char-in-string): Support inplace.
16878
16879         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16880         a new string in every iteration.  Use shy groups.
16881
16882 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16883
16884         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16885         * gnus-soup.el (gnus-soup-group-brew):
16886         * gnus-msg.el (gnus-put-message):
16887         * gnus-move.el (gnus-group-move-group-to-server):
16888         * gnus-kill.el (gnus-batch-score):
16889         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16890         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16891         (gnus-group-update-group, gnus-group-read-group)
16892         (gnus-group-make-group, gnus-group-make-help-group)
16893         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16894         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16895         (gnus-group-sort-by-unread, gnus-group-catchup)
16896         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16897         (gnus-group-yank-group, gnus-group-set-info)
16898         (gnus-group-list-groups):
16899         * gnus.el (gnus-generate-new-group-name):
16900         * gnus-delay.el (gnus-delay-send-queue):
16901         * nnvirtual.el (nnvirtual-catchup-group):
16902         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16903         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16904         (gnus-group-prepare-topics, gnus-topic-check-topology):
16905         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16906         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16907         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16908         (gnus-group-make-articles-read):
16909         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16910         (gnus-group-change-level, gnus-kill-newsgroup)
16911         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16912         (gnus-get-unread-articles, gnus-make-articles-unread)
16913         (gnus-make-ascending-articles-unread): Use accessor
16914         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16915         to get group information for improved readability.
16916
16917
16918 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16919
16920         * gnus-art.el (article-decode-mime-words, article-babel)
16921         (gnus-article-highlight-signature, gnus-article-add-buttons)
16922         (gnus-signature-toggle): Use gnus-with-article-buffer.
16923
16924         * gnus-art.el (gnus-article-highlight-headers)
16925         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16926
16927         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16928         (gnus-article-set-globals, gnus-request-article-this-buffer)
16929         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16930         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16931         (gnus-mime-display-alternative): Use with-current-buffer.
16932
16933 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16934
16935         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16936         also under 80 char limit, and call gnus-error if needed.
16937         (spam-fetch-article-header): Fix - it was a
16938         buffer-local variable (gnus-newsgroup-data).
16939         (spam-find-spam): Use spam-generate-fake-headers, forget about
16940         spam-insert-fake-headers.
16941         (spam-insert-fake-headers): Remove.
16942
16943 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16944
16945         * deuglify.el (gnus-article-outlook-unwrap-lines)
16946         (gnus-outlook-rearrange-article)
16947         (gnus-outlook-repair-attribution-outlook)
16948         (gnus-outlook-repair-attribution-block)
16949         (gnus-outlook-repair-attribution-other): Remove redundant
16950         save-excursion.
16951
16952 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16955         (spam-fetch-field-subject-fast)
16956         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16957         (spam-fetch-article-header): Add functions to deal with Gnus
16958         internals for fast retrieval of article header data.
16959         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16960
16961 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16962
16963         * pop3.el (pop3-md5): Remove.
16964         (pop3-apop): Replace pop3-md5 with md5.
16965
16966         * mm-bodies.el: base64 is always built-in.
16967
16968         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16969         with-current-buffer.
16970
16971 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * canlock.el (canlock-insert-header): Remove excessive grouping in
16974         regexp.
16975
16976         * gnus-sum.el (gnus-summary-read-document): Ditto.
16977
16978         * gnus-uu.el (gnus-uu-part-number): Ditto.
16979
16980         * html2text.el (html2text-remove-tags): Ditto.
16981         (html2text-format-tags): Ditto.
16982         (html2text-format-single-elements): Ditto.
16983
16984         * mml.el (mml-parse-1): Ditto.
16985
16986 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16987
16988         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16989
16990         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16991
16992         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16993
16994         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16995
16996 2003-11-15  Simon Josefsson  <jas@extundo.com>
16997
16998         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16999         (pgg-gpg-lookup-key): Use regexp match instead of
17000         split-string (split-string is different between emacs 21.2 and
17001         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17002
17003 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * gnus-art.el (gnus-mime-view-all-parts)
17006         (gnus-article-part-wrapper, gnus-article-view-part): Use
17007         with-current-buffer.
17008
17009 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17010
17011         * spam.el (spam-disable-spam-split-during-ham-respool)
17012         (spam-spamoracle-database, spam-cache-lookups)
17013         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17014         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17015         (spam-group-ham-marks, spam-group-spam-marks)
17016         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17017         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17018         also add spam-use-blackholes to the statistical checks.
17019         (spam-fetch-field-fast): Add interface to fetching fields, may
17020         become a macro.
17021         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17022         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17023         (spam-insert-fake-headers): Fake an article when needed.
17024         (spam-find-spam): Fake article when possible.
17025         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17026         (spam-check-bogofilter-headers): Use message-fetch-field instead
17027         of nnmail-fetch-field.
17028
17029 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17032
17033 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17034
17035         * spam.el (spam-split): Do not require spam-use-CHECK to be
17036         enabled if that check is passed to spam-split explicitly; also
17037         fix so 'spam doesn't get converted to spam-split-group when
17038         spam-split-symbolic-return is t.
17039         (spam-find-spam): Find registrations of the article and use those
17040         instead of re-running spam-split to find the spam/ham
17041         classification of the article.
17042         (spam-log-processing-to-registry, spam-log-registered-p)
17043         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17044         Use gnus-error instead of gnus-message.
17045         (spam-log-registration-type): Add function to determine the
17046         classification of a message based on registry entries; will
17047         return nil if both 'spam and 'ham are found.
17048         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17049         a reasonably fast local cache without the loading errors.
17050         (spam-cache-lookups): Set to t by default.
17051         (spam-find-spam): Don't try to guess spam-cache-lookups.
17052         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17053         spam-caches entry.
17054         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17055         caching of whitelist/blacklist entries.
17056         (spam-check-whitelist, spam-check-blacklist): Invoke
17057         spam-from-listed-p with a type, not a cache variable.
17058         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17059
17060 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17061
17062         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17063
17064         * nnmail.el (nnmail-split-fancy): do.
17065
17066         * mml.el (mml-parse): do.
17067
17068         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17069         (gnus-score-adaptive): do.
17070
17071 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17074         (gnus-mime-button-map): Don't set keymap parent.
17075         (gnus-button-ctan-directory-regexp): Use shy grouping.
17076         (gnus-prev-page-map): Don't set keymap parent.
17077         (gnus-prev-page-map): Remove duplicated one.
17078         (gnus-next-page-map): Don't set keymap parent.
17079         (gnus-mime-security-button-map): Ditto.
17080
17081         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17082         version number.
17083
17084         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17085
17086 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * canlock.el (canlock-sha1-function): Remove.
17089         (canlock-sha1-function-for-verify): Remove.
17090         (canlock-openssl-program): Remove.
17091         (canlock-openssl-args): Remove.
17092         (canlock-ignore-errors): Remove.
17093         (canlock-sha1-with-openssl): Remove.
17094         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17095         (canlock-verify): Don't use canlock-ignore-errors.
17096
17097         * sha1-el.el (sha1-string-external): Make it can return a string
17098         in binary form.
17099         (sha1-region-external): Ditto.
17100         (sha1-string-internal): Ditto.
17101         (sha1-region-internal): Ditto.
17102         (sha1-region): Ditto.
17103         (sha1-string): Ditto.
17104         (sha1): Ditto.
17105
17106 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * spam.el (spam-report-articles-gmane): New command.
17109
17110 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17113
17114         * run-at-time.el (run-at-time-saved): Remove.
17115         (run-at-time): Doc fix.
17116
17117 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17118
17119         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17120         (gnus-summary-limit-map): Add it.
17121         (gnus-summary-make-menu-bar): do.
17122
17123 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17124
17125         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17126         Make attempt at some caching support (done for BBDB only now).
17127         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17128         addresses to be checked.
17129         (spam-clear-cache-BBDB): Add function, to be invoked by
17130         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17131         (spam-check-BBDB): Check and use the caches, if
17132         spam-cache-lookups is on, remove superfluous (provide).
17133
17134 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17135
17136         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17137
17138 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17139
17140         * run-at-time.el (run-at-time-saved): Move to after the definition
17141         of `run-at-time'.
17142
17143         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17144
17145 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17148         mm-w3m-local-map-property.
17149
17150         * mm-view.el (mm-w3m-mode-map): Remove.
17151         (mm-w3m-local-map-property): Remove.
17152         (mm-inline-text-html-render-with-w3m): Don't use
17153         mm-w3m-local-map-property.
17154
17155 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17156
17157         * run-at-time.el: New file.
17158
17159         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17160         under Emacs.
17161
17162         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17163         of gnus-set-text-properties.
17164
17165         * gnus-uu.el (gnus-uu-save-article): Ditto.
17166
17167         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17168
17169         * gnus-cite.el (gnus-cite-parse): Ditto.
17170
17171         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17172         of gnus-.
17173
17174         * gnus-xmas.el (run-at-time): Require run-at-time.
17175
17176         * gnus.el: Changed calls to nnheader-run-at-time and
17177         password-run-at-time throughout to use run-at-time directly.
17178
17179         * password.el: Removed definition of run-at-time.
17180
17181         * nnheaderxm.el: Remove definition of run-at-time.
17182
17183 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17184
17185         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17186         in prompt.
17187
17188 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17189
17190         * messagexmas.el (message-xmas-redefine): Alias
17191         `message-make-caesar-translation-table' to
17192         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17193         version.
17194
17195         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17196         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17197         `gnus-xmas-set-text-properties'.
17198         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17199         `gnus-xmas-completing-read'.
17200         (gnus-xmas-completing-read): Removed.
17201         (gnus-xmas-open-network-stream): Removed.
17202
17203         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17204         XEmacs version.
17205
17206         * dns.el (dns-make-network-process): Use `open-network-stream'
17207         instead of `gnus-xmas-open-network-stream'.
17208
17209         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17210
17211         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17212
17213 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17214
17215         * gnus-art.el (gnus-mime-display-alternative)
17216         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17217         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17218         Don't use gnus-local-map-property.
17219
17220         * gnus-util.el (gnus-local-map-property): Remove.
17221
17222         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17223         gnus-completing-read-maybe-default with completing-read.
17224
17225         * gnus-util.el (gnus-completing-read): do.
17226         (gnus-completing-read-maybe-default): Remove.
17227
17228 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17229
17230         * password.el: Only autoload `run-at-time' if not XEmacs.
17231         Only autoload the itimer functions if XEmacs.
17232
17233 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17236         XEmacsen.
17237
17238         * dgnushack.el: Autoload executable-find for XEmacs.
17239
17240 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17241
17242         * gnus-art.el (gnus-read-string): Remove.
17243         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17244         read-string.
17245
17246 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * netrc.el: Autoload password-read.
17249         (netrc): Add configuration group.
17250         (netrc-encoding-method, netrc-openssl-path): Add
17251         variables for encoding and decoding of files with symmetric
17252         ciphers.
17253         (netrc-encode): Add assistant function to encode a file with
17254         netrc-encoding-method.
17255         (netrc-parse): Add interactive parameter, added optional
17256         decoding if netrc-encoding-method is non-nil but otherwise
17257         behavior is standard.
17258         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17259         Do s/encode/encrypt/ everywhere.
17260
17261         * spam.el: Remove executable-find autoload.
17262
17263 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17264
17265         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17266
17267         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17268
17269 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * gnus-art.el (gnus-treat-ansi-sequences)
17272         (article-treat-ansi-sequences): New variable and function.
17273         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17274
17275         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17276         Use it.
17277
17278 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17279
17280         * mm-util.el (mm-quote-arg): Remove.
17281
17282         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17283         shell-quote-argument.
17284
17285         * gnus-uu.el (gnus-uu-command): do.
17286
17287         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17288
17289         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17290         with make-char.
17291
17292         * mm-util.el (mm-make-char): Remove.
17293
17294         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17295         add-minor-mode.
17296
17297         * gnus-undo.el (gnus-undo-mode): do.
17298
17299         * gnus-topic.el (gnus-topic-mode): do.
17300
17301         * gnus-sum.el (gnus-dead-summary-mode): do.
17302
17303         * gnus-start.el (gnus-slave-mode): do.
17304
17305         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17306
17307         * gnus-ml.el (gnus-mailing-list-mode): do.
17308
17309         * gnus-gl.el (gnus-grouplens-mode): do.
17310
17311         * gnus-draft.el (gnus-draft-mode): do.
17312
17313         * gnus-dired.el (gnus-dired-mode): do.
17314
17315         * gnus-ems.el (gnus-add-minor-mode): Remove.
17316
17317         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17318         Replace gnus-char-width with char-width.
17319
17320         * gnus-ems.el (gnus-char-width): Remove.
17321
17322         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17323         Replace gnus-char-width with char-width.
17324
17325         * gnus-ems.el (gnus-char-width): Remove.
17326
17327         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17328         definition.
17329         Remove Emacs 20 hash table compatibility code.
17330
17331         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17332         20 compatibility code.
17333
17334         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17335
17336         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17337
17338         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17339         with point-at-{eol,bol}.
17340
17341         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17342
17343         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17344
17345         * flow-fill.el (fill-flowed-point-at-bol)
17346         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17347
17348         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17349         Replace with point-at-{eol,bol} throughout all files.
17350
17351 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * ntlm.el (ntlm-string-as-unibyte): New macro.
17354         (ntlm-build-auth-response): Use it.
17355
17356         Remove Emacs 20 stuff:
17357         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17358         (butlast, mapc, remove): Remove the compiler macros.
17359         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17360         of delq and copy-sequence.
17361         * gnus-art.el (popup-menu): Remove the compiler macro.
17362         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17363         Emacs 20.
17364
17365 2004-01-05  Simon Josefsson  <jas@extundo.com>
17366
17367         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17368         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17369         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17370         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17371         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17372         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17373         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17374         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17375         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17376         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17377         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17378         string-xor into ntlm-string-xor.  Suggested by
17379         Jesper Harder <harder@myrealbox.com>.
17380
17381         * ntlm.el: Don't include poem.
17382
17383         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17384         Jesper Harder <harder@myrealbox.com>.
17385
17386         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17387
17388         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17389         probably breaks emacs with DL patch, but do we care? Is anyone
17390         still using the DL stuff?)
17391
17392         * sieve-manage.el: Use the password package.
17393         (sieve-manage-read-passwd): Remove.
17394         (sieve-manage-interactive-login): Use password.  Re-add
17395         condition-case around loop.
17396
17397         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17398         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17399         the password package.
17400
17401 2003-02-19  Simon Josefsson  <jas@extundo.com>
17402
17403         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17404         token.
17405
17406 2002-08-07  Simon Josefsson  <jas@extundo.com>
17407
17408         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17409         (sieve-manage-authenticators):
17410         (sieve-manage-authenticator-alist): Add some SASL mechs.
17411         (sieve-sasl-auth): New function.
17412         (sieve-manage-cram-md5-auth):
17413         (sieve-manage-plain-auth): Rewrite using SASL library.
17414         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17415         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17416         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17417         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17418
17419 2004-01-05  Simon Josefsson  <jas@extundo.com>
17420
17421         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17422         New files.
17423
17424 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17425
17426         * gnus-group.el (gnus-no-groups-message): Update.
17427
17428         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17429
17430 2003-11-09  Simon Josefsson  <jas@extundo.com>
17431
17432         * imap.el: Support for ID IMAP extension (RFC 2971).
17433         (imap-local-variables): Add imap-id.
17434         (imap-id): New variable.
17435         (imap-id): New function.
17436         (imap-parse-response): Parse untagged ID response.
17437         * nnimap.el (nnimap-id): New variable.
17438         (nnimap-open-connection): Use it.
17439
17440 2003-12-28  Simon Josefsson  <jas@extundo.com>
17441
17442         * gnus-score.el (gnus-score-edit-all-score): New.
17443         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17444
17445 2004-01-04  Simon Josefsson  <jas@extundo.com>
17446
17447         * password.el: Add.
17448
17449 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17450
17451         * dns.el (dns-query-types): Fix typo.
17452         (dns-query-types): New function.
17453         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17454         PTR and SOA replies, see RFC 1035.
17455
17456 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17457
17458         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17459
17460         * Moved to Changelog.2.
17461
17462 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17463
17464         * gnus.el (gnus-version-number): Bump version.
17465
17466 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17467
17468         * gnus.el: No Gnus v0.1 is released.
17469
17470 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17471
17472         * gnus.el: No Gnus v0.0 is released.
17473
17474 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17475
17476         * gnus.el (gnus-version-number): Bump.
17477         (gnus-version): No.
17478
17479 See ChangeLog.2 for earlier changes.
17480
17481     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17482       Free Software Foundation, Inc.
17483
17484   This file is part of GNU Emacs.
17485
17486   GNU Emacs is free software: you can redistribute it and/or modify
17487   it under the terms of the GNU General Public License as published by
17488   the Free Software Foundation, either version 3 of the License, or
17489   (at your option) any later version.
17490
17491   GNU Emacs is distributed in the hope that it will be useful,
17492   but WITHOUT ANY WARRANTY; without even the implied warranty of
17493   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17494   GNU General Public License for more details.
17495
17496   You should have received a copy of the GNU General Public License
17497   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17498
17499 ;; Local Variables:
17500 ;; coding: utf-8
17501 ;; fill-column: 79
17502 ;; add-log-time-zone-rule: t
17503 ;; End: