(gnus-continuum-version): Make inactive, since it doesn't really
[gnus] / lisp / ChangeLog
1 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4         really message anything to the user.
5
6         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7         directly.
8
9         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10         messages in empty groups.
11
12 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
13
14         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
15         non-UIDNEXT group.
16
17 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
20         not the value from the collection.
21
22         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
23         values.  This sometimes happens on some groups that have no info.
24         (nnimap-request-newgroups): New function.
25
26 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
27
28         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
29         check into `gnus-registry-initialize'.
30         (gnus-registry-initialize): Ditto.
31         Fix and extend header docs.
32
33 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
36         regexp backtrace overflows.
37
38         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
39         for starttls that tls.el implements; i.e. openssl.
40
41         * tls.el (tls-starttls-switches): Give up on using starttls with
42         gnutls-cli.
43         (tls-program): Add --insecure to be consistent with the defaults from
44         openssl s_client.  Now all three commands are insecure.
45
46 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * lpath.el: Bind completion-styles-alist for XEmacs.
49
50         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
51         (gravatar-create-image): New function that's an alias to
52         gnus-xmas-create-image, gnus-create-image, or create-image.
53         (gravatar-data->image): Use it.
54
55 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
58         install the nnregistry refer method.
59         (gnus-registry-install-hooks): Use it.
60         (gnus-registry-unfollowed-groups): Add nnmairix to the default
61         unfollowed groups.
62
63 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
64
65         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
66         expanding threads.
67
68 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
69
70         * nnir.el: Use the server names without suffixes (bug #7009).
71
72         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
73         unencrypted to STARTTLS, if possible.
74
75 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
76
77         * message.el (message-ignored-supersedes-headers): Strip Injection-*
78         headers before superseding.
79
80 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * nnrss.el (nnrss-use-local): Add documentation.
83
84         * nnimap.el (nnimap-extend-tls-programs): New function.
85         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
86         (nnimap-wait-for-connection): Accept the greeting from the stupid
87         output from openssl s_client -starttls, too.
88
89         * tls.el (tls-starttls-switches): New variable.
90         (tls-find-starttls-argument): Use it.
91         (open-tls-stream): Ditto.
92
93         * netrc.el (netrc-credentials): Return the value of the "default"
94         entry.
95         (netrc-machine): Ditto.
96
97         * nnimap.el (nnimap-find-article-by-message-id): Really return the
98         article number.
99         (nnimap-split-fancy): New variable.
100         (nnimap-split-incoming-mail): Use it.
101
102         * nntp.el (nntp-server-list-active-group): Document.
103
104         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
105         SELECT to get the message-id.
106
107         * mail-source.el (mail-sources): Removed webmail support.
108         (defvar): Ditto.
109         (mail-source-fetcher-alist): Ditto.
110         (mail-source-fetch-webmail): Removed.
111
112         * webmail.el: Removed -- doesn't seem relevant any more.
113
114         * gnus.el: Fix up make-obsolete-variable declarations throughout.
115
116         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
117         the \r.
118
119 2010-09-30  Julien Danjou  <julien@danjou.info>
120
121         * gnus-agent.el (gnus-agent-add-group): Fix call to
122         gnus-completing-read.
123
124 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * nndoc.el (nndoc-retrieve-groups): New function.
127
128         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
129         `default', use nnmail-split-methods.
130         (nnimap-request-article): Downcase the NILs so that they are nil.
131
132         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
133         symbol.
134
135         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
136         code, since if the user has requested network, that's what they ought
137         to get.
138         (nnimap-request-set-mark): Erase the buffer before issuing commands.
139         (nnimap-split-rule): Mark as obsolete.
140
141         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
142         variable.
143
144         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
145         correct slot, too.
146
147 2010-09-29  Julien Danjou  <julien@danjou.info>
148
149         * gnus.el (gnus-local-domain): Declare variable obsolete.
150
151         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
152         computing.
153         (gnus-ido-completing-read): Require ido.
154
155 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-registry.el: Don't prompt on load, which makes it impossible to
158         build Gnus.
159
160         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
161         when interpreting the structures.
162         (nnimap-request-accept-article): Add \r\n to the lines to make this
163         work with Cyrus.
164
165         * nndraft.el (nndraft-request-expire-articles): Use the group name
166         instead if "nndraft".  Fix found by Nils Ackermann.
167
168 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
169
170         * nnregistry.el: Added.
171
172 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
173
174         * nnmail.el (group, group-art-list, group-art):
175         Remove unneeded directives.
176
177 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
180         (mm-mime-charset)
181         * rfc2047.el (rfc2047-syntax-table)
182         * utf7.el (utf7-utf-16-coding-system): Comment fix.
183
184         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
185         rather than `insert-file-contents' and `eval-region'.
186
187         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
188         construction.
189
190         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
191
192         * time-date.el: No need to require cl for Emacs 21.
193
194 2010-09-29  Julien Danjou  <julien@danjou.info>
195
196         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
197         replacement of `gnus-gravatar-relief' to mimic
198         `gnus-faces-properties-alist'.
199         Add :version property.
200
201 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * mail-source.el (mail-source-report-new-mail)
204         * message.el (message-default-mail-headers)
205         * mm-decode.el (mm-valid-image-format-p): Comment fix.
206
207         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
208
209 2010-09-28  Julien Danjou  <julien@danjou.info>
210
211         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
212         mail-address contains the same string as real-name.
213
214         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
215         non-blank in header, otherwise it'll get stripped.
216
217         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
218         real-name, and then for mail address rather than doing : or , search.
219
220 2010-09-27  Julien Danjou  <julien@danjou.info>
221
222         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
223         (gnus-server-goto-server): Use gnus-completing-read.
224
225         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
226
227         * mm-util.el (defalias): Use gnus-completing-read.
228         (mm-codepage-setup): Use gnus-completing-read.
229
230         * smime.el (smime-sign-buffer): Use gnus-completing-read.
231         (smime-decrypt-buffer): Use gnus-completing-read.
232
233         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
234
235         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
236         (mml-minibuffer-read-disposition): Use gnus-completing-read.
237         (mml-insert-multipart): Use gnus-completing-read.
238
239         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
240
241         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
242
243         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
244
245         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
246
247         * gnus.el (gnus-read-method): Use gnus-completing-read.
248
249         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
250
251         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
252         (gnus-mime-action-on-part): Use gnus-completing-read.
253         (gnus-article-encrypt-body): Use gnus-completing-read.
254
255         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
256         (gnus-topic-move-matching): Use gnus-completing-read.
257         (gnus-topic-copy-matching): Use gnus-completing-read.
258         (gnus-topic-sort-topics): Use gnus-completing-read.
259         (gnus-topic-move): Use gnus-completing-read.
260
261         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
262         (gnus-agent-add-group): Use gnus-completing-read.
263
264         * nnmairix.el (nnmairix-create-server-and-default-group): Use
265         gnus-completing-read.
266         (nnmairix-update-groups): Use gnus-completing-read.
267         (nnmairix-get-server): Use gnus-completing-read.
268         (nnmairix-backend-to-server): Use gnus-completing-read.
269         (nnmairix-goto-original-article): Use gnus-completing-read.
270         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
271
272         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
273
274         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
275         (gnus-group-make-useful-group): Use gnus-completing-read.
276         (gnus-group-make-web-group): Use gnus-completing-read.
277         (gnus-group-add-to-virtual): Use gnus-completing-read.
278         (gnus-group-browse-foreign-server): Use gnus-completing-read.
279
280         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
281         (gnus-summary-limit-to-extra): Use gnus-completing-read.
282         (gnus-summary-execute-command): Use gnus-completing-read.
283         (gnus-summary-respool-article): Use gnus-completing-read.
284         (gnus-read-move-group-name): Use gnus-completing-read.
285
286         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
287         (gnus-summary-score-effect): Use gnus-completing-read.
288
289         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
290
291         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
292         right completing-read function.
293         (gnus-use-ido): New variable
294         (gnus-completing-read-with-default): Remove.
295
296 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
299         x-focus-frame.
300
301         * nnimap.el (auth-source-forget-user-or-password)
302         (auth-source-user-or-password): Autoload.
303
304         * message.el (message-from-style, message-interactive)
305         (message-cite-prefix-regexp, message-sendmail-envelope-from)
306         (message-yank-prefix, message-indentation-spaces, message-signature)
307         (message-signature-file): Add comment.
308
309 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
312         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
313         new articles.
314
315         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
316         parts.
317         (nnimap-request-article): Work with the t setting, too.
318
319         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
320         that you don't get flashes of other buffers.
321         (gnus-summary-show-complete-article): Intern before setting.
322
323 2010-09-27  David Engster  <dengste@eml.cc>
324
325         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
326         well as HEADERS.
327         (nnmairix-retrieve-headers): Provide new argument for the above.
328
329 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * gnus-sum.el (gnus-summary-move-article): Don't alter
332         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
333         group.
334
335         * nnimap.el (nnimap-update-info): Don't destructively alter active.
336
337         * message.el (message-cite-prefix-regexp): Revert my last edit.
338
339         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
340         variable instead of the Gnus variable.
341
342         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
343
344         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
345         again.
346
347         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
348         since some servers don't like it.
349         (nnimap-open-connection): Forget credentials if the server says the
350         password was wrong.
351         (nnimap-parse-line): Protect against invalid data.
352
353         * gnus-sum.el (gnus-summary-move-article): Add comment.
354         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
355         nothing alters it while scanning for new messages.
356
357         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
358         which may or may not help.
359         (nnimap-open-connection): If we're doing a stream connection, and then
360         discover we're on a STARTTLS-capable server, then open a STARTTLS
361         connection instead.
362
363 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * nnimap.el (utf7): Required.
366
367         * message.el (message-cite-prefix-regexp): Remove "}" from citation
368         prefix.
369
370 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
371
372         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
373
374 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * nnimap.el (nnimap-request-accept-article): Message the error on
377         error.
378
379 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
382
383 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * nndoc.el (nndoc-request-list): Return success always.
386
387         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
388         `fetch-old' -- we only want to fetch the articles we've requested.  The
389         rest are in the agent, probably.
390         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
391         disappeared server" to something low.  It's not important.
392
393         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
394         arrived before the FETCH data.
395
396         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
397         target here, because we don't know the Gnus name of the group.
398
399         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
400         for the correct group.
401
402         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
403
404         * gnus.el (gnus): Give a final warning after startup.
405
406         * gnus-util.el (gnus-action-message-log): New variable.
407         (gnus-message): Use it.
408         (gnus-final-warning): New function.
409
410         * nnimap.el (nnimap-open-connection): Record the greeting.
411         (nnimap): Add greeting.
412
413 2010-09-26  Julien Danjou  <julien@danjou.info>
414
415         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
416         arguments.
417         (gnus-html-wash-images): Fix spec computing to include start/end.
418
419         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
420
421 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
424         deletion.
425         (nnimap-retrieve-headers): Don't select the group, because that's
426         already done by nnimap-possibly-change-group.
427
428         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
429         (gnus-picon-transform-address): Use it.
430
431         * mail-source.el (mail-source-value): Revert previous patch.
432
433         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
434         on failure.
435         (nnimap-open-connection): Look up both virtual and physical server name
436         credentials.
437
438         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
439
440 2009-02-07  Dave Love  <fx@gnu.org>
441
442         * tls.el (open-tls-stream): Don't query killing process.
443
444 2009-02-08  Dave Love  <fx@gnu.org>
445
446         * gnus-win.el (gnus-window-to-buffer-helper,
447         gnus-all-windows-visible-p): Function needn't be a symbol.
448
449         * mail-source.el (mail-source-value): Function needn't be a symbol.
450
451 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * message.el (message-cite-prefix-regexp): Remove } from the cite
454         prefix.
455
456         * gnus-art.el (gnus-treatment-function-alist): Do picons before
457         highlight again, so that the highlight is correct.
458
459         * gnus-picon.el (gnus-picon): Remove again.
460         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
461
462         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
463         doing the header highlightling, so that the background colour of the
464         picon is correct.
465
466         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
467         (gnus-picon): Ditto.
468         (gnus-picon): Reinstate.  The background colour for picons is white.
469         (gnus-picon-insert-glyph): Make the background white.
470
471         * nnml.el (nnml-open-nov): Don't return dead buffers.
472
473         * auth-source.el (auth-source-create): Query the user for whether to
474         store the credentials.
475
476         * netrc.el (netrc-store-data): New function.
477
478         * auth-source.el (auth-source-user-or-password): Use the existing auth
479         sources, if any, for creation.
480
481         * gnus.el (gnus-group-fast-parameter): Return the last matching
482         parameter instead of the first matching parameter.
483
484 2010-09-26  Julien Danjou  <julien@danjou.info>
485
486         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
487
488 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * mml2015.el (mml2015-use): Remove gpg support.
491
492         * mml1991.el (mml1991-function-alist): Remove gpg function.
493         (mml1991-gpg-sign): Removed.
494
495 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
496
497         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
498         (gnus-browse-unsubscribe-current-group): Document it.
499         (gnus-browse-unsubscribe-group): Use it.
500
501 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
504         address to the To list for easier response.
505
506         * gnus.el (gnus-play-startup-jingle): Removed.
507         (gnus-splash): Don't play jingle.
508         (gnus): Silence gnus-load message.
509
510         * gnus-art.el (gnus-treat-play-sounds): Removed.
511
512         * gnus.el (gnus-play-jingle): Remove audio support.
513
514         * gnus-cus.el (gnus-score-customize): Remove audio reference.
515
516         * earcon.el: Removed -- no users.
517
518         * gnus-audio.el: Removed -- no users of this package.
519
520         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
521
522         * gnus-start.el (gnus-setup-news): Remove nocem support.
523
524         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
525
526         * gnus.el (gnus-use-nocem): Removed.
527
528         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
529         Removed.
530
531         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
532         uses NoCeM any more.
533
534         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
535         (gnus-button-ctan-handler): Ditto.
536         (gnus-button-handle-ctan-bogus-regexp): Ditto.
537         (gnus-button-ctan-directory-regexp): Ditto.
538         (gnus-button-handle-ctan): Ditto.
539         (gnus-button-tex-level): Ditto.
540         (gnus-button-alist): Removed CTAN stuff.
541
542 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
545         nnimap-streaming test.
546
547         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
548         servers twice.
549
550         * nnimap.el (nnimap-open-connection): Add more error reporting when
551         nnimap fails early.
552
553         * nnheader.el (nnheader-get-report-string): New function.
554         (nnheader-get-report): Use it.
555
556         * gnus-int.el (gnus-check-server): Say what the error was when opening
557         failed.
558
559         * nnimap.el (nnimap-wait-for-response): Search further when we're not
560         using streaming.
561
562 2010-09-25  Julien Danjou  <julien@danjou.info>
563
564         * gnus-html.el (gnus-html-rescale-image): Use our defalias
565         gnus-window-inside-pixel-edges.
566
567 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
570
571         * mm-decode.el (mm-save-part): Allow saving to other directories the
572         normal Emacs way.
573
574         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
575         by Jay Berkenbilt.
576
577         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
578         there isn't a single byte.
579
580         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
581         just do it.  It doesn't really seem to matter what the user responds
582         here, I think, so it's just a confusing question.
583
584         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
585         non-streaming case.
586
587         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
588         (gnus-article-encrypt-body): Use it.
589
590         * gnus-sum.el (gnus-summary-show-complete-article): New command and
591         keystroke.
592
593         * nnimap.el (nnimap-find-wanted-parts-1): Use
594         gnus-fetch-partial-articles.
595
596         * gnus-art.el (gnus-fetch-partial-articles): New variable.
597
598         * nnimap.el (nnimap-insert-partial-structure): New function.
599         (nnimap-get-partial-article): New function.
600         (nnimap-request-article): Use it.
601         (nnimap-wait-for-response): Return whether the wait was successful.
602         (nnimap-finish-retrieve-group-infos): Don't do anything if the
603         retrieval wasn't successful.
604         (nnimap-retrieve-group-data-early): Allow throttling servers.
605         (nnimap-streaming): New variable.
606         (nnimap-fetch-partial-articles): Removed.
607
608         * mm-decode.el (mm-with-part): Protect against killed buffers.
609
610         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
611         for prettier summary display.
612
613 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
614
615         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
616         directly.
617
618 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
621         apparently third-party libraries depend on it.
622
623         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
624         before starting negotiation.
625
626         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
627         privacy reasons.
628         (gnus-treat-mail-gravatar): Ditto.
629
630         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
631         buffer when inserting images.  Inserting text into the headers, for
632         instance, can make them invalid.
633
634 2010-09-25  Julien Danjou  <julien@danjou.info>
635
636         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
637         variables.
638
639         * nnheader.el: Remove useless variables news-reply-yank-from and
640         news-reply-yank-message-id.
641
642         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
643         variables.
644
645         * mml1991.el: Remove useless mml1991-verbose.
646
647         * gnus.el: Remove useless variable gnus-use-generic-from.
648         Remove obsolete variable gnus-topic-indentation.
649
650         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
651
652         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
653
654         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
655
656         * gnus-group.el: Remove useless gnus-group-icon-cache.
657         Remove useless gnus-ephemeral-group-server.
658
659         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
660
661         * mml2015.el: Remove useless mml2015-verbose.
662
663         * mml-smime.el: Remove useless mml-smime-verbose.
664
665         * gnus.el: Remove useless gnus-local-domain.
666
667         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
668         gnus-gravatar-size.
669
670         * gnus-art.el: Remove useless gnus-treat-translate.
671
672 2010-09-24  Julien Danjou  <julien@danjou.info>
673
674         * gnus-sum.el: Add support for Gravatars.
675
676         * gnus-art.el: Add support for Gravatars.
677
678         * gnus-gravatar.el: Add this file.
679
680         * gravatar.el: Add this file.
681
682 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
685
686         * gnus-group.el (gnus-group-fetch-faq): Removed.
687
688         * gnus.el (gnus-group-faq-directory): Removed.
689
690         * gnus-group.el (gnus-group-fetch-charter): Removed.
691
692         * gnus.el (gnus-group-charter-alist): Removed.
693
694         * gnus-group.el (gnus-group-archive-directory): Removed.
695         (gnus-group-recent-archive-directory): Ditto.
696         (gnus-group-make-archive-group): Removed.
697
698         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
699
700         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
701         use the same article number for all the cached articles.
702
703         * nnimap.el (nnimap-command): Register the last command time so
704         that we can use it for idling NOOPs.
705         (nnimap-open-connection): Start the keeplive timer.
706         (nnimap-make-process-buffer): Store all the process buffers.
707         (nnimap-keepalive): New function.
708
709         * starttls.el: (starttls-open-stream): Add autoload cookie.
710
711 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
712
713         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
714         handling.
715
716 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
719         its data structures.
720
721         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
722         instead of the cl.el copy-list.
723         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
724         equalp.
725
726 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
729         and tool-bar-local-item-from-menu.
730
731         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
732         mode-line-highlight face for Emacs.
733
734         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
735         loading gnus-sum.elc; fix comment for canlock-verify.
736         (gnus-article-jump-to-part): Use read-number.
737         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
738         Emacs pre-21 compatible code for help-echo.
739         (gnus-article-next-page-1): No need to adjust the number of lines.
740         (gnus-article-describe-bindings): Always use help-buffer.
741
742         * gnus-audio.el (gnus-audio-inline-sound)
743         * gnus-cus.el (gnus-custom-mode)
744         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
745
746         * gnus-sum.el (gnus-remove-overlays): Doc fix.
747
748         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
749         compatible code.
750
751 2010-09-24  Glenn Morris  <rgm@gnu.org>
752
753         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
754         visiting the fcc file in rmail-mode.
755
756         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
757
758 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * nnir.el: Silence the byte compiler.
761
762         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
763         alias to browse-url-url-encode-chars if any.
764         (gnus-html-encode-url): Use it.
765
766 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-start.el (gnus-use-backend-marks): New variable.
769         (gnus-get-unread-articles-in-group): Use it.
770
771         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
772         makeover.
773
774 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
775
776         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
777
778 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
781         Removed.
782         (gnus-setup-news-hook): Removed
783         gnus-fixup-nnimap-unread-after-getting-new-news.
784
785         * gnus-int.el (gnus-request-update-info): Protect against backends not
786         having the function.
787
788         * nnimap.el (nnimap-stream): Mention starttls.
789         (nnimap-open-connection): Add starttls support.
790
791 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
792
793         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
794
795 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
798         BODYSTRUCTUREs.
799         (nnimap-transform-headers): Unfold quoted {42} headers.
800
801         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
802         the info.
803         (gnus-get-unread-articles): Only call updatep on backends that support
804         it.
805
806         * nnweb.el (nnweb-request-update-info): NOOP.
807
808         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
809
810         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
811         since it only deals with marks.
812
813         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
814         gnus-request-marks, and make a new gnus-request-update-info.
815
816         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
817         the active instead of the high number, which is usually too low.
818
819 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
820
821         * netrc.el (netrc-parse): Remove encrypt.el mentions.
822         * encrypt.el: Removed.
823
824 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
827         server in symbolic form.
828
829         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
830         0.9.
831
832 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
835         (nnimap-update-info): Fix up code slightly.
836
837         * gnus-int.el (gnus-open-server): Add tracing for performance
838         debugging.
839
840         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
841         (gnus-group-insert-group-line): Pass the real group name so that it
842         gets the right data.
843
844         * gnus-start.el (gnus-get-unread-articles): Don't have
845         `gnus-get-unread-articles-in-group' update info, since that can be
846         really slow and doesn't seem to be needed?
847
848 2010-09-22  Dan Christensen  <jdc@uwo.ca>
849
850         * time-date.el (date-to-time): Try using parse-time-string first before
851         using the slower timezone-make-date-arpa-standard.
852
853 2010-09-22  Julien Danjou  <julien@danjou.info>
854
855         * gnus-group.el (gnus-group-insert-group-line): Call
856         gnus-group-highlight-line.
857         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
858         default hook list.
859         (gnus-group-update-eval-form): Add new function.
860         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
861         (gnus-group-get-icon): Use gnus-group-update-eval-form.
862
863 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
866         immediate, then expire all articles.
867         (nnimap-update-info): Fix off-by-one errors.
868         (nnimap-flags-to-marks): Would return no marks lists for group with no
869         flags.  Instead return the other data.
870
871 2010-09-22  Julien Danjou  <julien@danjou.info>
872
873         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
874         Only return an icon.
875         (gnus-group-insert-group-line): Compute icon to return.
876
877         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
878         variable.
879         (gnus-html-image-fetched): Only cache if
880         gnus-html-image-automatic-caching is set.
881         (gnus-html-image-fetched): Check for errors.
882
883 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
886         once per method on `g'.  This ensures that backends like nnfolder don't
887         open all their folders.
888
889         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
890         (nnimap-request-list): Nix out group in the correct buffer.
891         (nnimap-parse-flags): Implement by using `read' instead of
892         hand-parsing.
893         (nnimap-flags-to-marks): Pass on permanent-flags.
894         (nnimap-make-process-buffer): Record the server name.
895         (nnimap-parse-flags): Fix typo.
896         (nnimap-request-scan): Run split on the server in general, not just a
897         single group.
898
899         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
900         parameter, and propagate this downwards.
901
902         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
903         since EXAMINE changes it on the server.
904
905         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
906         this command might take a while.
907
908 2010-09-22  Julien Danjou  <julien@danjou.info>
909
910         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
911         harmful if you have 2 images side-by-side, they can't be properly
912         update on text deletion.  Using text-property is safer here.
913         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
914         data.
915
916 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * nnimap.el (nnimap-expunge-inbox): Removed.
919         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
920         (nnimap-expunge): Flip default to t.
921
922         * gnus.el (gnus-method-to-server): Don't push things to the cache
923         unless it's unique.
924         (gnus-server-to-method): Ditto.
925
926 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
929
930 2010-09-22  Julien Danjou  <julien@danjou.info>
931
932         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
933         get the start of data.
934         (gnus-html-encode-url): Add this function to encode special chars in
935         URL.
936         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
937         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
938
939         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
940         default.
941         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
942
943         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
944         images alt-text.
945         (gnus-html-put-image): Put alt-text as help-echo.
946
947 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
950         * mm-util.el (mm-decompress-buffer)
951         * nnir.el (nnir-run-find-grep)
952         * pop3.el (pop3-list): Use 3rd arg of split-string.
953
954         * time-date.el (format-seconds): Comment fix.
955
956         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
957         and byte-optimize-form-code-walker.
958         (dgnushack-make-auto-load): Don't advise make-autoload.
959
960         * lpath.el: Remove Emacs 21 stuff.
961
962 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
965         outside the active range.  Suggested by Dan Christensen.
966
967         * gnus-start.el (gnus-get-unread-articles): Get the extended method
968         slightly later to avoid double-getting it.
969
970         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
971         previous patch.
972
973         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
974
975 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
976
977         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
978
979 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * gnus-int.el (gnus-open-server): Give a better error message in the
982         "go offline" case.
983
984         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
985         marks for nnimap, which is seldom the right thing to do.
986
987         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
988         (gnus-same-method-different-name): New function.
989
990         * nnimap.el (parse-time): Require.
991
992         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
993         method in the presence of many similar methods.
994
995         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
996
997         * nnimap.el (nnimap-find-expired-articles): Don't refer to
998         nnml-inhibit-expiry.
999
1000         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1001         find out whether methods are equal.
1002
1003         * nnimap.el (nnimap-find-expired-articles): New function.
1004         (nnimap-process-expiry-targets): New function.
1005         (nnimap-request-move-article): Request the article before looking at
1006         what the Message-ID is.  Fix found by Andrew Cohen.
1007         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1008
1009         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1010         for oldness in addition to being a predicate.
1011
1012         * nnimap.el (nnimap-request-group): When we have zero articles, return
1013         the right data to Gnus.
1014         (nnimap-request-expire-articles): Only delete articles immediately if
1015         the target is 'delete.
1016
1017         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1018         method, this would bug out.
1019
1020         * gnus-group.el (gnus-group-expunge-group): Renamed from
1021         gnus-group-nnimap-expunge, and implemented as a normal interface
1022         function.
1023
1024         * gnus-int.el (gnus-request-expunge-group): New function.
1025
1026         * nnimap.el (nnimap-request-create-group): Implement.
1027         (nnimap-request-expunge-group): New function.
1028
1029 2010-09-21  Julien Danjou  <julien@danjou.info>
1030
1031         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1032         (gnus-html-cache-expired): Add new function.
1033         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1034         wethever we should display image for fetch it.
1035         Compute alt-text earlier to pass it to the fetching function too.
1036         (gnus-html-schedule-image-fetching): Change function argument to only
1037         get one image at a time, not a list.
1038         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1039         cache.
1040         (gnus-html-get-image-data): New function to retrieve image data from
1041         cache.
1042         (gnus-html-put-image): Change buffer argument to use image data rather
1043         than file, and place image above region rather than inserting a new
1044         one. Do not take alt-text as argument, since it's useless now: we place
1045         the image above alt-text.
1046         (gnus-html-prune-cache): Remove.
1047         (gnus-html-show-images): Start to fetch image when we find one, do not
1048         push into a temporary list.
1049         (gnus-html-prefetch-images): Only fetch image if they have expired.
1050         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1051         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1052
1053 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1056
1057 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1060         spec inser "*" if the group isn't active instead of 0.
1061
1062         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1063         opening the server.
1064         (nnimap-request-delete-group): Implement group deletion.
1065         (nnimap-transform-headers): Return the size of the entire message in
1066         the Bytes header, not just the size of the first part.
1067         (nnimap-request-move-article): When moving an article from nnimap,
1068         request the article first so the accepting form has an article to
1069         accept.  Reported by Dan Christensen.
1070         (nnimap-command): Make sure that the error message doesn't error out.
1071
1072 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1073
1074         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1075         we haven't requested anything.
1076
1077 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1080         "".  Fix found by Andrew Cohen.
1081
1082         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1083         instead of -encode-string.
1084
1085 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1088
1089         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1090         by mm-subst-char-in-string.
1091
1092 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1095         waiting for the connection string.
1096
1097         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1098         arriving.
1099
1100         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1101         bogus characters.  This allows selecting certain Gmail groups.
1102
1103         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1104         (nnimap-fetch-partial-articles): New variable.
1105         (nnimap-open-connection): When looking for credentials, also use the
1106         nnimap-server-port.
1107         (nnimap-request-article): Return the group/article number, so that Gnus
1108         `^' works as expected.
1109         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1110         them.
1111
1112         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1113         comments.
1114         (gnus-methods-sloppily-equal): New function.
1115         (gnus): When using the development version of Gnus, load the gnus-load
1116         file.
1117
1118         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1119         `gnus-open-server' on each method before trying to scan them etc.  This
1120         ensures that all the backend parameters are set correctly.
1121
1122         * nnimap.el (nnimap-authenticator): New variable.
1123         (nnimap-open-connection): Allow anonymous login.
1124         (nnimap-transform-headers): The chars header is called Chars not
1125         Bytes.
1126         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1127         drops.
1128
1129         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1130         patch, found by Knut Anders Hatlen.
1131
1132 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1133
1134         * gnus-agent.el (gnus-agent-batch-confirmation)
1135         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1136         to gnus-message.
1137         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1138         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1139         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1140         * gnus-int.el (gnus-open-server): Likewise.
1141         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1142         (gnus-score-check-syntax): Likewise.
1143         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1144         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1145         Likewise.
1146         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1147
1148 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1151         calling conventions so that prefetch doesn't bug out.
1152
1153 2010-09-19  Julien Danjou  <julien@danjou.info>
1154
1155         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1156         rather than `subst-char-in-region' in order to be able to replace ASCII
1157         char by UTF-8 ones.
1158
1159         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1160         than curl.
1161         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1162         the right URL and ALT text on images.
1163         (gnus-html-wash-tags): Fix tag case.
1164         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1165         (gnus-article-html): Add -o display_ins_del=2 option.
1166         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1167
1168 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1171         the extra mail headers, which sometimes seem to happen for unknown
1172         reasons.
1173
1174         * mail-parse.el (mail-header-encode-parameter): Define as
1175         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1176         (or most, perhaps?) mail readers don't understand the latter, but do
1177         understand the former.
1178
1179         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1180         to nil, so that no methods are automatically agentized.  I think this
1181         is probably what most users want.
1182
1183         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1184         from url-retrieve, for instance about invalid URLs.
1185
1186         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1187         groups that have no articles.
1188         (nnimap-request-article): Check that we really got an article when we
1189         requested one.
1190
1191         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1192         doesn't exist.
1193
1194         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1195         nntp buffer so the agent can save it.
1196         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1197         that CRLF doesn't get translated to \n.
1198         (nnimap-open-connection): Don't make 'shell commands only send \n.
1199
1200 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1201
1202         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1203         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1204         Update var name.
1205         (nnml-generate-nov-file): Use dolist.
1206         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1207         Use with-current-buffer.
1208
1209 2010-09-18  Julien Danjou  <julien@danjou.info>
1210
1211         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1212         parallel.
1213
1214 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215
1216         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1217         the range update right.
1218         (nnimap-request-group): Don't make `M-g' bug out on group with no
1219         marks.
1220         (nnoo): Required, so that other packages can require nnimap.
1221         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1222         command we're looking for.  This helps when the server sends more
1223         responses after we've gotten everything we expected.
1224         (nnimap): Add a `newlinep' field to keep track of end-of-line
1225         conventions.
1226         Don't send CRLF to things that don't want it.
1227         (nnimap-request-accept-article): Ditto.
1228
1229 2010-09-18  Julien Danjou  <julien@danjou.info>
1230
1231         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1232         than curl to retrieve images.
1233
1234 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1237         the marks.
1238         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1239         (nnimap-wait-for-connection): New function.
1240         (nnimap-open-connection): If we have PREAUTH, don't query for login
1241         credentials.
1242         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1243         when doing a partial update.
1244
1245 2010-09-18  Julien Danjou  <julien@danjou.info>
1246
1247         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1248         tags.
1249
1250 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * nnimap.el (nnimap-credentials): New function.
1253         (nnimap-open-connection): Use the new function to look for credentials
1254         also on the numeric equivalents of "imap" and "imaps".
1255
1256         * gnus-start.el (gnus-activate-group): Send the info to
1257         gnus-request-group.
1258
1259         * nnimap.el (nnimap-request-group): Have the "check" version of the
1260         function parse flags and update the info, so that a `M-g' get a total
1261         resync of all flags from the group.
1262
1263         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1264         to allow backends to alter the info on group selection.  Also alter all
1265         the backend -request-group functions to take the parameter.
1266
1267         * nnimap.el (nnimap-store-info): New function.
1268         (nnimap-update-info): Store the info for later usage.
1269         (nnimap-request-group): Use the stored info for the dont-check case, so
1270         that we don't retrieve all marks when we enter a group.
1271
1272         * nnimap.el: Use deffoo instead of defun for interface functions.
1273
1274         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1275         update the group info.  This makes the nndraft groups, for instance, go
1276         back to their old behaviour.
1277
1278         * gnus-sum.el (gnus-select-newsgroup): Indent.
1279
1280         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1281         in.
1282         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1283         nothing.
1284
1285         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1286         from methods that are denied.
1287
1288         * gnus-int.el (gnus-method-denied-p): New function.
1289
1290         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1291         store the password instead of netrc.
1292         (nnimap-open-connection): Don't error out when we can't make a
1293         connections.
1294
1295         * auth-source.el (auth-source-create): In the password prompt, say what
1296         we're querying for.  Also prompt for user name if that hasn't been
1297         given.
1298
1299         * nnimap.el (nnimap-with-process-buffer): Removed.
1300
1301 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1304         method when we're reading from the agent.
1305
1306         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1307
1308         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1309         that's probably most useful for users.
1310
1311         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1312         "failed" all the time.
1313
1314         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1315         ...)) with (with-current-buffer ... ).
1316
1317         * nntp.el (nntp-open-server): Return whether the open was successful or
1318         not.
1319
1320         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1321         select an unread unseen article first.
1322
1323         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1324         /etc/services, supply some sensible port defaults.
1325
1326         * dgnushack.el: Define netrc-credentials.
1327
1328 2010-09-17  Julien Danjou  <julien@danjou.info>
1329
1330         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1331
1332 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1333
1334         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1335         doesn't have any parameters.
1336
1337 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1340         only upcased checks.
1341
1342         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1343
1344         * nnimap.el (nnimap-open-shell-stream): New function.
1345         (nnimap-open-connection): Use it.
1346         (nnimap-transform-headers): Get the number of lines in each message.
1347         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1348         number of lines.
1349         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1350         problem.
1351
1352         * utf7.el (utf7-encode): Autoload.
1353
1354         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1355         to allow the mail splitting to not return a default group.  This is
1356         useful for nnimap, which will leave unmatched mail in the inbox.
1357
1358         * nnimap.el: Rewritten.
1359
1360         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1361         nnimap usage.
1362
1363         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1364         if the move is internal, so that nnimap can do fast internal moves.
1365
1366         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1367         data.
1368         (gnus-read-active-for-groups): Support finishing the early retrieval of
1369         data.
1370
1371         * gnus-range.el (gnus-range-nconcat): New function.
1372
1373         * gnus-int.el (gnus-finish-retrieve-group-infos)
1374         (gnus-retrieve-group-data-early): New functions.
1375
1376 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1377
1378         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1379         (nnrss-retrieve-groups):
1380         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1381         (pop3-quit): Use with-current-buffer.
1382
1383 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1386         instead of nnheader-accept-process-output.
1387
1388         * dgnushack.el (dgnushack-compile): Add comment.
1389
1390         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1391
1392         * gnus-html.el (gnus-html-schedule-image-fetching)
1393         (gnus-html-prefetch-images): Replace process-kill-without-query by
1394         gnus-set-process-query-on-exit-flag.
1395
1396 2010-09-16  Romain Francoise  <romain@orebokech.com>
1397
1398         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1399
1400 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1403         parameter to unintern is mandatory-ish in Emacs 24.
1404
1405         * gnus-html.el (gnus-html-schedule-image-fetching)
1406         (gnus-html-prefetch-images): Check for curl before using it.
1407
1408         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1409         depend on curl, which isn't essential.
1410
1411         * imap.el: Revert back to version
1412         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1413         seem problematic.
1414
1415 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1416
1417         * gnus-registry.el (gnus-registry-install-shortcuts):
1418         Explicitly pass `obarray' to `unintern' to avoid a warning.
1419
1420 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1423         change.
1424
1425         * nnrss.el (nnrss-request-list): Removed this function and related
1426         functions, including the moreover stuff.
1427
1428 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nnrss.el (nnrss-retrieve-groups): New function.
1431
1432 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1433
1434         * .dir-locals.el: Add no-byte-compile cookie.
1435
1436 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * time-date.el (format-seconds): Comment fix.
1439
1440         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1441         for back end that doesn't support request-scan.
1442
1443 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1446         then do request scans from the backends.
1447
1448         * netrc.el (netrc-credentials): New conveniency function.
1449
1450         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1451         avoid running a hook per line, since this takes a lot of time,
1452         profiling shows.
1453         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1454         directly if gnus-visual-p is true.
1455
1456 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1459         groups; replace mapcar with dolist which is a bit faster; pass groups
1460         info to gnus-read-active-file-1.
1461         (gnus-read-active-file-1): Scan only specified groups if the new
1462         optional arg `infos' is given.
1463
1464 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1467
1468         * pop3.el (pop3-movemail): Removed.
1469         (pop3-streaming-movemail): Renamed to pop3-movemail.
1470
1471         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1472         don't restrict end-tag searches to the end of the line.
1473
1474 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1477         articles of every unchecked group to t, which means unknown since the
1478         server has never been opened.
1479
1480 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * gnus-html.el (gnus-html-show-alt-text): New command.
1483         (gnus-html-browse-image): Ditto.
1484         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1485         to browse the image directly.
1486         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1487         better.
1488
1489         * gnus-async.el (gnus-async-article-callback): Call
1490         `gnus-html-prefetch-images' unconditionally.
1491
1492         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1493         before feeding URLs to curl.
1494
1495 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1498         internal images as deletable by `W D D'.
1499
1500         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1501         (gnus-async-article-callback): Fix typo.
1502
1503 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1506         current line to work around bugs in the output from w3m.
1507
1508         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1509         for groups that want that.
1510
1511         * nntp.el (nntp-wait-for-string): Supply a timeout for
1512         accept-process-output to ensure progress.
1513
1514         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1515         level to get unread articles from, then use that for foreign groups,
1516         too.
1517
1518         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1519         confuses the rest of the function.
1520
1521         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1522         for the methods that support -retrieve-groups, too.
1523
1524         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1525
1526 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1529         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1530
1531         * pop3.el: Require cl when compiling.
1532         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1533
1534 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1537         that aren't going to be activated.
1538         (gnus-get-unread-articles): Fix up the last commit.
1539
1540         * gnus-html.el (gnus-article-html): Allow calling without specifying
1541         the handle.  In that case, dissect the buffer first.
1542
1543         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1544
1545         * nnimap.el (nnimap-open-connection): Revert the change that would look
1546         into authinfo for imaps instead of imap.
1547
1548         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1549         say that you don't want to call gnus-request-group with don-check, but
1550         do check the reponse.  This is for virtual groups only.
1551         (gnus-get-unread-articles): Count the archive groups as secondary, so
1552         that they're activated the same way as before.
1553
1554         * imap.el (imap-message-map): Removed optional buffer parameter, since
1555         no callers use it.
1556         (imap-message-get): Ditto.
1557         (imap-message-put): Ditto.
1558         (imap-mailbox-map): Ditto.
1559         (imap-mailbox-put): Ditto.
1560         (imap-mailbox-get): Ditto.
1561         (imap-mailbox-get): Revert last change for this function.
1562
1563         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1564         case-insensitively.
1565         (nnimap-debug): Removed.
1566
1567         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1568         to use `imap-fetch' instead.  According to the comments, this should be
1569         safe, since all other IMAP clients use the 1:* syntax.
1570         (imap-enable-exchange-bug-workaround): Removed.
1571         (imap-debug): Removed -- doesn't seem very useful.
1572
1573         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1574         mail from a file, and the file doesn't exist.
1575
1576         * imap.el (imap-log): New convenience function used throughout instead
1577         of repeating the same code all over the place.
1578
1579         * pop3.el (pop3-streaming-movemail): Return t for success.
1580
1581         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1582         .authinfo if we're using ssl connection.
1583
1584         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1585         already have if we're in a main Gnus `g' run.
1586
1587         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1588
1589 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1592
1593         * nnmh.el (nnmh-request-list-1): Bind `file'.
1594
1595         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1596         alias to set-process-query-on-exit-flag or process-kill-without-query.
1597         (pop3-open-server): Use it.
1598
1599 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1602         box to the Incoming file.  Fixes mistake in previous checkin.
1603
1604         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1605         request loop (for debugging purposes) removed.
1606
1607         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1608         culprit is more visible.
1609         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1610         (nnml-add-incremental-nov): New functions to do "incremental" nov
1611         updates, where we just append to the end of the existing nov files
1612         without reading/writing them in full.
1613
1614         * mail-source.el (mail-source-delete-crash-box): Really only check the
1615         incoming files once in a while.
1616
1617         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1618
1619         * mail-source.el (mail-source-delete-crash-box): Only check the
1620         incoming files for deletion once per day to save a lot of file
1621         accesses.
1622
1623         * pop3.el (pop3-logon): Fix up unbound variable typo.
1624
1625         * mail-source.el (pop3-streaming-movemail): Autoload.
1626
1627         * pop3.el (pop3-streaming-movemail): Respect
1628         pop3-leave-mail-on-server.
1629
1630         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1631         retrieval.
1632
1633         * pop3.el (pop3-process-filter): Removed unused function.
1634         (pop3-streaming-movemail, pop3-send-streaming-command)
1635         (pop3-wait-for-messages, pop3-write-to-file)
1636         (pop3-number-of-responses): New functions for streaming pop3
1637         retrieval.
1638
1639         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1640         come from no known methods.
1641         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1642         list.
1643
1644         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1645         message sizes.
1646         (pop3-movemail): Use erase-buffer instead of looping and deleting
1647         regions, which seems rather odd.
1648
1649         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1650         file once per `g' run.
1651
1652         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1653         directories.  This makes the draft queue directory work.
1654
1655         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1656         data from the backends, so that we only request the list of groups from
1657         each method once.  This should speed things up considerably.
1658
1659         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1660         detect that it's not implemented.
1661
1662         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1663         we actually do recurse down into the tree, but don't stat all leaf
1664         nodes.
1665
1666         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1667         then say so instead of bugging out.
1668
1669         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1670         files exist before trying to read them.
1671
1672         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1673         around <pre_int>.
1674
1675         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1676
1677         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1678
1679 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * mm-util.el (mm-image-load-path): Just return the image directories,
1682         not all directories in the path in addition to the image directories.
1683         (mm-image-load-path): Maintain a cache of the image directories so that
1684         the `g' command in Gnus doesn't have to stat dozens of directories each
1685         time.
1686
1687         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1688         (gnus-html-wash-tags): Add a new `i' command to insert images.
1689         (gnus-html-insert-image): New command and keystroke.
1690         (gnus-html-redisplay-with-images): New command and keystroke.
1691         (gnus-html-show-images): Renamed command.
1692         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1693         spacers.
1694         (gnus-html-wash-tags): Decode entities at the end, so that entities
1695         inside the tags don't mess up the rest of the "parsing".
1696
1697         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1698         so that nnimap methods aren't agentized by default.  There's apparently
1699         many problems related to agent/imap behaviour.
1700
1701         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1702
1703         * gnus-html.el: Doc fix.
1704
1705 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1708         specifier-spec-list for Emacs 21.
1709
1710         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1711         glyph-width and glyph-height instead of display-graphic-p and
1712         image-size; make avoidance of displaying small images work for XEmacs.
1713
1714         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1715         for XEmacs.
1716
1717         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1718         of symbol that holds plist data.
1719         (gnus-process-plist): Remove plist of process after getting it.
1720
1721 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * message.el (message-generate-hashcash): Change default to
1724         'opportunistic if hashcash is installed.
1725
1726         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1727         (gnus-html-put-image): Only call image-size once, since it's somewhat
1728         time-consuming on remote X servers.
1729
1730 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1733         type on data, not a file name.
1734
1735         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1736         window-pixel-edges for Emacs 21.
1737
1738         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1739         decoded contents.
1740         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1741
1742 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1745         group line format, since it isn't very interesting.
1746
1747         * gnus-agent.el (gnus-agent-short-article),
1748         (gnus-agent-long-article): Increase values for these two variables,
1749         since most people are likely to have more network connection and
1750         storage than before.
1751
1752         * gnus.el (gnus-refer-article-method): Change default to 'current.
1753         When referring an article, the common behaviour is to refer it from the
1754         current select method, not the native select method.  The chances of
1755         the native select method having the message in question is rather slim
1756         these days.
1757
1758         * gnus-sum.el (gnus-auto-select-subject): Change default to
1759         `unseen-or-unread'.  I think it's likely that most people want to
1760         select an unseen article over a previously seen, but unread one.
1761
1762         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1763         means that in the article buffer none of the minor mode elements will
1764         be shown, usually, and this is not desirable in most cases.
1765
1766         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1767         that commands like `d' (and the like) go to the next line in the
1768         buffer, instead of the next unread article.  I think this is the
1769         behaviour that is most natural for most users.
1770         (gnus-single-article-buffer): Change default to nil, so that people can
1771         have as many article buffers open as they have summary buffer.  I think
1772         this is the most natural way for the groups to behave.
1773
1774         * message.el (message-generate-new-buffers): Change default to
1775         `unsent', so that all new message buffers start their names with the
1776         string "*unsent", and it's easier to find the buffers if you move from
1777         them.
1778
1779 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1782         small.  They're probably tracking images.
1783         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1784         (gnus-html-rescale-image): Yet another try at getting the image sizing
1785         right.
1786
1787         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1788         nntp-marks-file-name is nil.
1789
1790 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1791
1792         * gnus-html.el (gnus-html-wash-tags)
1793         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1794         Better logging.
1795
1796 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1799
1800         * gnus-html.el (gnus-html-wash-tags): Check the value of
1801         gnus-blocked-images in the summary buffer.
1802
1803 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1804
1805         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1806
1807 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1810         like "a", it seems like.
1811         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1812         since it needs to be picked from the correct buffer.
1813
1814         * nnwfm.el: Removed.
1815
1816         * nnlistserv.el: Removed.
1817
1818 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1819
1820         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1821         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1822
1823 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * nnkiboze.el: Removed.
1826
1827         * nndb.el: Removed.
1828
1829         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1830         alt text.
1831         (gnus-html-rescale-image): Try to get the rescaling logic right for
1832         images that are just wide and not tall.
1833
1834         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1835         overshadow variable bindings.
1836
1837 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1838
1839         * gnus-html.el (gnus-html-wash-tags)
1840         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1841         extra logging.
1842
1843 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1846         (gnus-max-image-proportion): New variable.
1847         (gnus-html-rescale-image): New function.
1848         (gnus-html-put-image): Rescale images.
1849
1850 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1851
1852         Fix up some byte-compiler warnings.
1853         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1854         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1855         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1856         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1857         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1858         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1859         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1860
1861 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gnus-html.el (gnus-article-html): Decode contents by charset.
1864
1865 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1868         (gnus-html-frame-width, gnus-blocked-images)
1869         * message.el (message-prune-recipient-rules): Add custom version.
1870         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1871
1872         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1873         functions.
1874
1875         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1876         gnus-process-get.
1877
1878 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1879
1880         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1881         instead of lsub directly.
1882
1883 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * nnwarchive.el: Removed.
1886
1887         * gnus-soup.el: Removed.
1888
1889         * nnsoup.el: Removed.
1890
1891         * nnultimate.el: Removed.
1892
1893         * gnus-html.el (gnus-blocked-images): New variable.
1894
1895         * message.el (message-prune-recipients): New function.
1896         (message-prune-recipient-rules): New variable.
1897
1898         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1899         guess whether a long line is natural text or not.
1900
1901         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1902         gnus-process-plist and friends for compatibility.
1903
1904 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1905
1906         * gnus-html.el: Require packages that define macros used in this file.
1907         (gnus-article-mouse-face): Declare to silence byte-compiler.
1908         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1909         process-get.
1910         (gnus-html-put-image): Use plist-get to avoid getf.
1911         (gnus-html-prefetch-images): Use with-current-buffer.
1912
1913 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-ems.el: Provide compatibility functions for
1916         gnus-set-process-plist.
1917
1918         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1919         header-line-format for XEmacs 21.4.
1920
1921         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1922         * gnus.el (gnus-valid-select-methods)
1923         * message.el (message-send-mail-partially-limit)
1924         * mm-decode.el (mm-text-html-renderer)
1925         * mml.el (mml-insert-mime-headers-always)
1926         * smiley.el (smiley-regexp-alist): Bump custom version.
1927
1928 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus-html.el: require mm-url.
1931         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1932         with the url to `url'.
1933         (gnus-html-wash-tags): Support cid: URLs/images.
1934
1935 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1938         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1939         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1940
1941         * gnus-move.el: Removed file, since it doesn't really work.
1942
1943         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1944         UTF-8.  This seems to fix problems with some German web feeds.
1945
1946         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1947         at the top so that the proper colours are applied.
1948
1949         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1950         don't have dots in their names.
1951
1952         * gnus-art.el (gnus-article-view-part): Doc fix.
1953
1954         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1955         XEmacs-compatible.
1956         (gnus-html-put-image): Don't do images on non-graphic displays.
1957
1958         * nnslashdot.el: Removed this unused backend.
1959
1960         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1961         actions.
1962         (gnus-undo-register-1): Revert last change.
1963
1964         * gnus-group.el (gnus-group-completing-read): Protect against not
1965         having completion-styles bound.
1966
1967         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1968         make broken recipients happier.
1969
1970         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1971
1972         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1973         point parameter.
1974
1975         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1976
1977         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1978         completion-styles for group selection.
1979
1980 2009-02-04  Andreas Schwab  <schwab@suse.de>
1981
1982         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1983         headers and regexp-quote the match if necessary.
1984
1985 2009-03-24  Miles Bader  <miles@gnu.org>
1986
1987         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1988         the blinking smiley.
1989
1990 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1991
1992         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1993         blink smiley.
1994
1995 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1998         where the dribbel file lives exists.
1999
2000         * message.el (message-send-mail-partially-limit): Change the default to
2001         nil, since most people don't want this.
2002
2003         * mm-url.el (mm-url-decode-entities): Also decode entities like
2004         &#x3212.
2005
2006 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2007
2008         * gnus-sum.el (gnus-summary-idna-message):
2009         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2010         Hyperlink urls in docstrings with URL `...'.
2011
2012 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2013
2014         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2015         functions.
2016
2017 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2020         say what the mouseover text should be.
2021
2022         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2023         version of the mm-w3m-safe-url-regexp variable to only download images
2024         in the groups where we want that to happen.
2025
2026         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2027
2028         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2029         easier debugging.
2030         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2031         big pictures in the article buffer.
2032
2033         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2034         gnus-article-html.
2035         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2036         w3m.
2037
2038         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2039
2040 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2043         which doesn't exist.
2044
2045         * message.el (message-inhibit-ecomplete): New variable to allow some
2046         function to inhibit ecomplete address storage.
2047         (message-resend): Disable ecomplete message storage when resending
2048         messages.
2049
2050         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2051
2052 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2055         Save excursion while copying, moving, and deleting articles in order to
2056         prevent the cursor from jumping to unforeseen place.
2057
2058 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * lpath.el: No need to bind bookmark-current-buffer,
2061         bookmark-yank-point and bookmark-make-record-function.
2062
2063 2010-08-17  Glenn Morris  <rgm@gnu.org>
2064
2065         * gnus-sync.el: Require gnus components whose functions are used.
2066
2067         * gnus-art.el (bookmark-make-record-function):
2068         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2069         Declare for compiler.
2070
2071         * mm-url.el (mml-compute-boundary): Autoload.
2072
2073 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2076
2077 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2078
2079         Typo fix "hoo4a" -> "hook".
2080
2081         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2082
2083 2010-08-14  Glenn Morris  <rgm@gnu.org>
2084
2085         * gnus-sync.el (gnus-sync): Fix defgroup version.
2086
2087 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2088
2089         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2090
2091         * gnus-sync.el: Fix docs.
2092         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2093         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2094
2095 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2096
2097         Optimizations for gnus-sync.el.
2098
2099         * gnus-sync.el: Add docs about gnus-sync-backend
2100         possibilities.
2101         (gnus-sync-save): Remove unnecessary message.
2102         (gnus-sync-read): Optimize and show what groups were skipped.
2103
2104 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2105
2106         Minor bug fixes for gnus-sync.el.
2107
2108         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2109         read the sync on get-new-news.
2110
2111         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2112         quiet.
2113
2114         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2115
2116 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2117
2118         Make saving and restoring of hidden threads work with overlays.
2119         Patch applied by Ted Zlatanov.
2120
2121         * gnus-sum.el (gnus-hidden-threads-configuration)
2122         (gnus-restore-hidden-threads-configuration): Update to deal with text
2123         properties, rather than searching for a magic character.
2124
2125 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2126
2127         New gnus-sync.el library for synchronization of marks.
2128
2129         * gnus-sync.el: New library for synchronization of marks.
2130
2131         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2132         renamed from `gnus-registry-grep-in-list'.
2133
2134         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2135
2136         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2137
2138 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2141         determining charset of text fails.
2142
2143 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * nnmail.el (nnmail-get-new-mail-1): Revert.
2146
2147         * nnml.el (nnml-active-number): Make sure names of newly created groups
2148         in nnml-group-alist are encoded.
2149
2150 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2153         containing non-ASCII characters in active file for nnml back end.
2154
2155 2010-07-24  David Engster  <dengste@eml.cc>
2156
2157         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2158         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2159
2160 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2161
2162         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2163         tag (Bug#6654).
2164
2165 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2168         the article buffer, not the summary buffer.
2169
2170 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2173         Emacs 23 as well.
2174
2175 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2178         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2179
2180 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2181
2182         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2183         Patch applied by Karl Fogel.
2184
2185         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2186         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2187
2188 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2189
2190         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2191         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2192         C-w still not working correctly from Article buffers; Thierry's
2193         patch to fix that will be applied after this.
2194
2195         * gnus-art.el (bookmark-make-record-function): New local variable.
2196
2197         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2198         article buffer.
2199         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2200
2201 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2202
2203         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2204         on changes in bookmark.el.
2205
2206 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2209         `no-log' instead of message not to log prompt string.
2210
2211 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2212
2213         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2214         the *other* type of HTML form submission.
2215
2216 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2217
2218         * auth-source.el (auth-source-pick): If choice does not contain a
2219         questioned keyword, set the check to t.
2220
2221 2010-06-12  Romain Francoise  <romain@orebokech.com>
2222
2223         * gnus-util.el (gnus-date-get-time): Move up before first use.
2224
2225 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2228         (gnus-article-edit-part): Bind it to make last part that is substituted
2229         or deleted visible.
2230         (gnus-mime-display-single): Buttonize part of which id equals to
2231         gnus-mime-buttonized-part-id.
2232
2233 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2234
2235         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2236         (gnus-dd-mmm): Use gnus-date-get-time.
2237         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2238         simplify logic.
2239         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2240         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2241
2242 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2243
2244         * auth-source.el (top): Autoload `secrets-list-collections',
2245         `secrets-create-item', `secrets-delete-item'.
2246         (auth-sources): Fix tag string.
2247         (auth-get-source, auth-source-retrieve, auth-source-create)
2248         (auth-source-delete): New defuns.
2249         (auth-source-pick): Rewrite in order to avoid 2 passes.
2250         (auth-source-forget-user-or-password): New parameter USERNAME.
2251         (auth-source-user-or-password): New parameters CREATE-MISSING and
2252         DELETE-EXISTING.  Retrieve password interactively, if needed.
2253
2254 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2255
2256         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2257         deleting unused directories when gnus-expert-user is t.
2258
2259 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2262         for each temp file when gnus-article-browse-delete-temp is ask.
2263
2264 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2265
2266         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2267         Lisp calls to delete-backward-char by calls to delete-char.
2268
2269 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2270
2271         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2272
2273 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2274
2275         * password-cache.el (password-cache-remove): Fix docstring.
2276
2277 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2280         article unless decoding article to be saved.
2281
2282 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2285         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2286         generated within the mm-with-unibyte-current-buffer macro.
2287
2288 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2291         to nil when we're in a mml-preview buffer and no group is selected.
2292
2293 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2294
2295         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2296         when catching the `C-g'.  Reported by "Leo".
2297
2298 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * message.el (message-forward-make-body-plain)
2301         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2302         multibyte-string-p.
2303
2304         * lpath.el: Revert.
2305
2306 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * message.el (message-forward-make-body-mml): Assume original message
2309         is multibyte string; error on unibyte.
2310         (message-forward-make-body-plain): Ditto; don't add excessive newline
2311         in body end.
2312
2313         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2314
2315 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2316
2317         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2318         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2319
2320 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * mm-extern.el (mm-extern-url): Don't use
2323         mm-with-unibyte-current-buffer.
2324         (mm-extern-cache-contents): Use with-current-buffer instead of
2325         save-excursion + set-buffer.
2326
2327 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * mm-util.el (mm-emacs-mule): Remove.
2330
2331 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2332
2333         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2334         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2335         change.
2336
2337 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2340         bind the default value of enable-multibyte-characters to nil.
2341
2342 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * message.el (message-forward-make-body-plain)
2345         (message-forward-make-body-mml):
2346         Don't use mm-with-unibyte-current-buffer.
2347
2348 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2349
2350         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2351
2352 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2353
2354         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2355         (Bug#5592).
2356
2357 2010-05-07  Julien Danjou  <julien@danjou.info>
2358
2359         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2360         it to mm-pipe-part.
2361
2362         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2363         it is given.
2364
2365 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * binhex.el (binhex-decode-region-internal)
2368         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2369         (dns-query)
2370         * nnweb.el (nnweb-gmane-search)
2371         * pgg-parse.el (pgg-parse-armor)
2372         * pgg.el (pgg-verify-region)
2373         * sha1.el (sha1-string-external)
2374         * uudecode.el (uudecode-decode-region-internal)
2375         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2376         XEmacs.
2377
2378         * gnus-art.el (gnus-article-browse-html-parts)
2379         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2380         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2381         make-temp-file.
2382
2383         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2384         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2385         compiling.
2386
2387         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2388         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2389         XEmacs when compiling.
2390
2391         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2392         gnus-pick-mode-off-hook for XEmacs when compiling.
2393         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2394         gnus-binary-mode-off-hook for XEmacs when compiling.
2395
2396         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2397         nil if char-charset is not available.
2398
2399         * imap.el (imap-disable-multibyte)
2400         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2401         macros.
2402
2403         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2404         instead of encode-coding-string.
2405
2406         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2407         'xemacs) instead of mm-emacs-mule to switch function definitions.
2408         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2409
2410         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2411         bind temporary-file-directory for XEmacs;
2412         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2413         timer-set-function for XEmacs 21.4 and SXEmacs;
2414         bind timer-list for XEmacs 21.4 and SXEmacs;
2415         fbind char-charset and find-charset-region for non-Mule XEmacs;
2416         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2417         encode-coding-region and encode-coding-string for XEmacs having no
2418         file-coding feature.
2419
2420 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2421
2422         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2423
2424 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2427         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2428
2429 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2430
2431         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2432         alias `jka-compr-delete-temp-file' no longer exists.
2433
2434 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2435
2436         Use define-minor-mode in Gnus where applicable.
2437         * mml.el (mml-mode): Use define-minor-mode.
2438         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2439         (gnus-undo-mode): Use define-minor-mode.
2440         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2441         (gnus-dead-summary-mode): Use define-minor-mode.
2442         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2443         Initialize in declaration.
2444         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2445         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2446         (gnus-mailing-list-mode): Use define-minor-mode.
2447         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2448         (gnus-draft-mode): Use define-minor-mode.
2449         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2450         (gnus-dired-mode): Use define-minor-mode.
2451
2452 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2453
2454         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2455         handles on recursive mml-to-mime translation and check them for
2456         boundary delimiter collisions.  Reported by Greg Troxel.
2457
2458 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2461
2462 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2463
2464         * mm-util.el (mm-find-buffer-file-coding-system):
2465         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2466
2467 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2468
2469         * message.el (message-generate-headers): Record insertion of optional
2470         headers as well.  Otherwise the check to prevent repeated insertion of
2471         optional headers is a no-op.
2472
2473 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2474
2475         * smime.el: Don't mention CVS.
2476
2477         * nnrss.el (nnrss-fetch): Don't mention CVS.
2478
2479         * nnir.el: Don't mention CVS.
2480
2481 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2482
2483         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2484
2485 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * lpath.el: Fbind bookmark-default-handler,
2488         bookmark-get-bookmark-record, bookmark-make-record-default,
2489         bookmark-prop-get for Emacs <23 and XEmacs.
2490
2491 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2492
2493         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2494         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2495         Use with-current-buffer to silence the byte-compiler.
2496         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2497         bother to require `gnus'.
2498         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2499
2500 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2501
2502         * gnus-sum.el (gnus-summary-bookmark-make-record)
2503         (gnus-summary-bookmark-jump): New functions.
2504         (gnus-summary-mode): Setup bookmark support.
2505
2506 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2507
2508         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2509         if set.
2510
2511 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2514         gnus-article-browse-html-save-cid-image; make it work recursively for
2515         forwarded messages as well.
2516         (gnus-article-browse-html-parts): Work when prefix arg is given.
2517         (gnus-article-browse-html-article): Doc fix.
2518
2519 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2520
2521         * message.el (message-default-mail-headers):
2522         (message-default-headers): Carry the value mail-default-headers over
2523         into message-default-mail-headers, rather than message-default-headers.
2524
2525 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2526
2527         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2528         charset.
2529
2530         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2531         charset into the <meta> tag when the article is encoded to utf-8.
2532
2533 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2536         directories as well.
2537         (gnus-article-browse-html-parts): Work for images that do not specify
2538         file names; delete temp directory when quitting; insert header at the
2539         right place; use file: scheme for image files.
2540
2541 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2542
2543         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2544         (gnus-article-browse-html-parts): Use it to make temporary cid image
2545         files in addition to html file so that browser may display them.
2546
2547 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2550
2551 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2552
2553         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2554
2555 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2558         about Secret Service API sources.  Improve Customize options.
2559         (auth-source-pick): Change to accept any number of search parameters.
2560         Implement fallbacks iteratively, not recursively.  Add scoring on the
2561         second pass and sort by score.  Call Secret Service API when needed.
2562         (auth-source-user-or-password): Use it.  Call Secret Service API
2563         directly when needed to get the user name and the password.
2564
2565 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2566
2567         * message.el (message-interactive): Doc fix.
2568         (message-qmail-inject-args): Reflow.
2569         (message-kill-to-signature): Fix typo in docstring.
2570
2571         * smiley.el (smiley-buffer): Fix typo in docstring.
2572
2573 2010-03-24  Glenn Morris  <rgm@gnu.org>
2574
2575         * mail-source.el (gnus-message): Declare.
2576         (mail-source-delete-old-incoming): Require gnus-util.
2577
2578 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2581
2582         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2583
2584         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2585         password-cache's default if it is not bound.
2586         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2587         password-cache-expiry's default if it is not bound.
2588
2589         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2590         available in Emacs 21.
2591
2592         * lpath.el: Suppress compiler warnings for:
2593         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2594         XEmacs;
2595         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2596         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2597         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2598
2599 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * auth-source.el (auth-sources): Fix up definition so extra parameters
2602         are always inline.
2603
2604 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2605
2606         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2607         wasn't updated after mismatch.  Clear cached mailbox info correctly
2608         when uidvalidity changes.
2609         (nnimap-group-prefixed-name): New function to avoid some code
2610         duplication.
2611         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2612         (nnimap-request-group): Use it.
2613         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2614         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2615         with many imap folders.  This is done by caching the group status from
2616         the imap server persistently in a group parameter `imap-status'.  (This
2617         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2618         but not persistently, so every Gnus startup was still very slow.)
2619
2620 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2621
2622         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2623         delete the extra newline.  Otherwise editing of :string and :number
2624         types don't work.
2625
2626 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2627
2628         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2629         secrets.el dependency.
2630         (auth-sources): Add optional user name.  Add secrets.el configuration
2631         choice (unused right now).
2632
2633 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2634
2635         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2636         `gnus-registry-install-shortcuts' fill in the functions.
2637
2638         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2639         warnings.
2640         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2641         (gnus-registry-install-shortcuts): Populate and use it in a
2642         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2643
2644 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2645
2646         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2647         In-place substitutions for the group name encoding/decoding.
2648         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2649         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2650         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2651         (nnimap-update-unseen, nnimap-request-list)
2652         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2653         (nnimap-request-set-mark, nnimap-split-to-groups)
2654         (nnimap-split-articles, nnimap-request-newgroups)
2655         (nnimap-request-create-group, nnimap-request-accept-article)
2656         (nnimap-request-delete-group, nnimap-request-rename-group)
2657         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2658         `encoded-mbx' for consistency.
2659         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2660         variable `imap-current-mailbox'.
2661
2662         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2663         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2664
2665 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2666
2667         * pop3.el (pop3-display-message-size-flag): Display message size byte
2668         counts during POP3 download.
2669         (pop3-movemail): Use it.
2670         (pop3-list): Implement listing of available messages.
2671
2672 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2673
2674         * nnir.el (nnir-get-article-nov-override-function): New function to
2675         override the normal NOV retrieval.
2676         (nnir-retrieve-headers): Use it.
2677
2678 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2679
2680         * auth-source.el (netrc-machine-user-or-password): Autoload.
2681
2682 2010-03-19  Glenn Morris  <rgm@gnu.org>
2683
2684         Stop message.el from loading about 40 libraries it doesn't always need.
2685         The general approach is to autoload rather than require, and to
2686         require in the specific functions rather than the file.  (Bug#5642)
2687
2688         * gmm-utils.el: Don't require wid-edit.
2689         (widget-create-child-value, widget-convert, widget-default-get):
2690         Autoload.
2691
2692         * gnus-util.el: Don't require time-date, netrc.
2693         (message-fetch-field, gnus-group-name-decode): Declare rather than
2694         autoloading.
2695         (gnus-fetch-field): Require message.
2696         (gnus-decode-newsgroups): Require gnus-group.
2697
2698         * ietf-drums.el: Don't require time-date.
2699
2700         * message.el: Don't require hashcash, canlock, ecomplete.
2701         Do require mail-utils.  Require nnheader only when compiling.
2702         (smtpmail-default-smtp-server): Remove declaration.
2703         (message-send-mail-function): Check smtpmail-default-smtp-server
2704         is bound rather than requiring smtpmail.
2705         (message-auto-save-directory, message-insert-signature): Use
2706         expand-file-name rather than nnheader-concat.
2707         (nnheader-insert-file-contents): Autoload.
2708         (hashcash-wait-async): Declare.
2709         (message-send-mail): Only call gnus-setup-posting-charset if
2710         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2711         (message-send-mail-with-sendmail): Require sendmail.
2712         (canlock-password, canlock-password-for-verify): Declare.
2713         (message-canlock-password): Require canlock.
2714         (nnheader-get-report): Autoload.
2715         (gnus-setup-posting-charset): Declare.
2716         (message-send-news): Require gnus-msg.
2717         (message-make-references, message-make-in-reply-to): Use mail-header-id
2718         rather than the alias mail-header-message-id.
2719         (ecomplete-add-item, ecomplete-save): Declare.
2720         (message-put-addresses-in-ecomplete): Require ecomplete.
2721         (ecomplete-display-matches): Autoload.
2722
2723         * mm-decode.el: Don't require mailcap, gnus-util.
2724         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2725         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2726         Autoload.
2727         (mailcap-mime-extensions): Declare.
2728
2729         * mm-encode.el: Don't require mailcap.
2730         (mailcap-extension-to-mime): Autoload.
2731
2732         * mml-sec.el: Don't require password-cache.
2733
2734         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2735         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2736         (mml-minibuffer-read-type): Require mailcap.
2737         (mml-preview): Require gnus-msg.
2738
2739         * mml1991.el: Require password-cache.
2740         (password-cache-expiry): Remove declaration.
2741
2742         * mml2015.el: Require password-cache.
2743         (password-cache-expiry): Remove declaration.
2744
2745         * nneething.el (mailcap): Require mailcap.
2746
2747         * nnheader.el (declare-function): Add compatibility stub.
2748         (message-remove-header): Declare rather than autoload.
2749         (nnheader-replace-header): Require message.
2750
2751         * nnimap.el (declare-function): Add compatibility stub.
2752         (netrc-parse, netrc-machine-user-or-password): Declare.
2753         (nnimap-open-connection): Require netrc.
2754
2755         * nntp.el (declare-function): Add compatibility stub.
2756         (netrc-parse, netrc-machine, netrc-get): Declare.
2757         (nntp-send-authinfo): Require netrc.
2758
2759         * rfc2047.el: Don't require qp.
2760         (quoted-printable-encode-region, quoted-printable-decode-string):
2761         Autoload.
2762
2763         * sieve-mode.el: Don't require easymenu.
2764         (easy-menu-add-item): Autoload it.
2765
2766         * spam-stat.el (time-to-number-of-days): Autoload it.
2767
2768 2010-03-19  Glenn Morris  <rgm@gnu.org>
2769
2770         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2771
2772 2010-03-18  Glenn Morris  <rgm@gnu.org>
2773
2774         * hashcash.el (declare-function): Remove duplicate definition.
2775
2776 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2777
2778         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2779         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2780         value if any backslash escapes).
2781
2782 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2785         if it is available.  (bug#5647)
2786
2787         * lpath.el: Suppress compiler warning for coding-system-from-name for
2788         Emacs 21 and XEmacs.
2789
2790 2010-03-14  Juri Linkov  <juri@jurta.org>
2791
2792         * hmac-def.el:
2793         * hmac-md5.el:
2794         * netrc.el: Fix keywords.
2795
2796 2010-02-26  Glenn Morris  <rgm@gnu.org>
2797
2798         * message.el (message-send-mail-function): Change the default, so that
2799         it inherits from a customized send-mail-function.  (Bug#5643)
2800
2801 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2802
2803         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2804         shell-command-to-string signals an error (bug#5299).
2805
2806 2010-02-24  Glenn Morris  <rgm@gnu.org>
2807
2808         * message.el (message-smtpmail-send-it)
2809         (message-send-mail-with-mailclient): Doc fixes.
2810
2811 2010-02-16  Glenn Morris  <rgm@gnu.org>
2812
2813         * message.el (message-default-mail-headers): Change the default value
2814         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2815
2816 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2819         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2820
2821 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2822
2823         * time-date.el (date-to-time): Doc fix (Bug#5408).
2824
2825 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2826
2827         * message.el (message-mail): Just pass yank-action on to message-setup.
2828         (message-setup): Handle (FUN . ARGS) form of yank-action.
2829         (message-with-reply-buffer, message-widen-reply)
2830         (message-yank-original): Handle non-buffer values of
2831         message-reply-buffer (Bug#4080).
2832         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2833
2834 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2835
2836         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2837         Fix typo in docstring.
2838
2839 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2840
2841         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2842         response.
2843
2844 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2847
2848         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2849
2850         * message.el (message-check-news-header-syntax): Protect against a
2851         string that `rfc822-addresses' returns when parsing fails.
2852
2853 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2856         (gnus-previous-char-property-change): New functions.
2857
2858         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2859
2860 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2861
2862         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2863         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2864
2865 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2866
2867         * message.el (message-exchange-point-and-mark): Rework last change to
2868         avoid using optional arg of exchange-point-and-mark, for backward
2869         compatibility.
2870
2871 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2872
2873         * message.el (message-exchange-point-and-mark): Call
2874         exchange-point-and-mark with an argument rather than setting
2875         mark-active by hand (Bug#5175).
2876
2877 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * nntp.el (nntp-service-to-port): Work for service expressed with
2880         numeric string; replace [:digit:] with [0-9] for XEmacs.
2881
2882 2009-12-17  Glenn Morris  <rgm@gnu.org>
2883
2884         * gnus-group.el (gnus-bug-group-download-format-alist):
2885         Change emacs entry to debbugs.gnu.org.  Bump :version.
2886
2887 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2888
2889         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2890
2891 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2892
2893         * message.el (message-info): Explain why we use `Info-goto-node'.
2894
2895 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2898
2899 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2900
2901         * message.el (message-completion-in-region): New compatibility function.
2902         (message-expand-group): Use it.
2903
2904 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2907         with no unread article should be listed if the 2nd arg `predicate' is
2908         given.
2909
2910 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2913
2914 2009-11-29  Juri Linkov  <juri@jurta.org>
2915
2916         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2917         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2918         on `gnus-recenter'. (Bug#4698, Bug#4981)
2919
2920 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2921
2922         * sha1.el (sha1-string-external): default-directory "/" in case
2923         otherwise non-existent.  process-connection-type pipe for touch of
2924         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2925
2926 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2927
2928         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2929         it's comms related and sgml-mode.el has "comm" on that basis too.
2930
2931 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2934         containing tspecial characters if they have been already quoted.
2935
2936 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2937
2938         * dns-mode.el (auto-mode-alist): Purecopy string.
2939
2940 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2941
2942         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2943
2944 2009-10-24  Glenn Morris  <rgm@gnu.org>
2945
2946         * gnus-art.el (help-xref-stack-item): Define for compiler.
2947
2948 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2949
2950         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2951
2952 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2955
2956 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2959         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2960
2961 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2964         (gnus-overlays-in): New alias to overlays-in.
2965
2966         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2967         gnus-overlay-get, and gnus-delete-overlay.
2968         (gnus-summary-show-thread): Make it work as well for systems in which
2969         next-single-char-property-change is not available.
2970         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2971
2972         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2973         (gnus-overlay-get): New alias to extent-property.
2974         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2975
2976         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2977         SXEmacs.
2978
2979         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2980         SXEmacs.
2981
2982 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2983
2984         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2985
2986 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2987
2988         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2989         and XEmacs that don't have `remove-overlays'.
2990
2991 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2992
2993         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2994         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2995         selective display.  Use overlays instead.
2996
2997 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2998
2999         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3000
3001 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3002
3003         * spam-stat.el (spam-stat-load): Fix typo in message.
3004
3005 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3006
3007         * dig.el (dig-invoke): Fix typo in docstring.
3008         (query-dig): Reflow docstring.
3009
3010 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3011
3012         * gnus-art.el (gnus-article-encrypt-body):
3013         * message.el (message-check-recipients):
3014         * mm-util.el (mm-codepage-setup):
3015         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3016         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3017
3018 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3019
3020         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3021         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3022         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3023         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3024         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3025
3026 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3027
3028         * dig.el: Add "Keywords: comm", as per net-utils.el.
3029
3030 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3031
3032         * dig.el (dig-mode): Use define-derived-mode.
3033
3034 2009-09-19  Glenn Morris  <rgm@gnu.org>
3035
3036         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3037
3038 2009-09-18  Glenn Morris  <rgm@gnu.org>
3039
3040         * gnus-diary.el (gnus-diary-check-message):
3041         * message.el (message-insert-formatted-citation-line):
3042         * nnbabyl.el (top-level):
3043         * nndiary.el (nndiary-schedule):
3044         Fix typos in condition-case handlers.
3045
3046 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3049         configuration that provides the sole article window in a frame;
3050         position point correctly after deleting a part.
3051
3052 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3053
3054         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3055         (spam-resolve-registrations-routine): Use it to unregister articles
3056         that change status.
3057
3058 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3061         with XEmacs.
3062         (parse-time-string-chars): Use it.
3063
3064 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3065
3066         * imap.el (imap-interactive-login): Better messages.
3067         (imap-open): Fix bug with renamed buffer on reconnect.
3068         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3069         for easier debugging and cleaner code.  On successful (guessed based on
3070         server capabilities) secondary authentication, set imap-state
3071         correctly.
3072         (imap-last-authenticator): Define imap-last-authenticator as a variable
3073         to avoid warnings.
3074
3075 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * nnrss.el (nnrss-request-article): Remove binding of
3078         default-enable-multibyte-characters that has gotten needless by
3079         the 2007-07-13 change in rfc2047-encode-message-header.
3080
3081         * mml.el (mml-insert-multipart): Error on the message header.
3082         (mml-insert-part): Error on the message header; position point at
3083         the end of a MIME tag.
3084
3085 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * time-date.el (autoload): Expand define-obsolete-function-alias into
3088         defalias and make-obsolete for old Emacsen that Gnus supports.
3089         (with-no-warnings): Define it for old Emacsen.
3090         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3091         is available.
3092         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3093         float-time is available; suppress compile warning for time-to-seconds.
3094
3095         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3096         (gnus-float-time): Alias to float-time if it exists.
3097
3098         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3099         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3100         float-time is available; suppress compile warning for time-to-seconds.
3101
3102         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3103         XEmacs.
3104
3105 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3106
3107         * imap.el (imap-message-map): Docstring fix.
3108
3109 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3112         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3113         Add the optional argument `encoding' that overrides the default.
3114
3115         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3116         mm-encode-buffer.
3117
3118 2009-09-04  Glenn Morris  <rgm@gnu.org>
3119
3120         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3121         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3122         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3123         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3124         * mm-util.el (mm-with-unibyte-current-buffer)
3125         (mm-find-buffer-file-coding-system):
3126         * yenc.el (yenc-decode-region): Use default-value rather than
3127         default-enable-multibyte-characters.
3128
3129 2009-09-03  Glenn Morris  <rgm@gnu.org>
3130
3131         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3132         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3133         than default-enable-multibyte-characters.
3134
3135 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3136
3137         * gnus-art.el (gnus-article-read-summary-keys):
3138         Fix gnus-buffer-configuration's value temporarily used.
3139
3140 2009-09-02  Glenn Morris  <rgm@gnu.org>
3141
3142         * gnus-util.el (gnus-float-time): New function.
3143         * gnus-delay.el (gnus-delay-article):
3144         * gnus-sum.el (gnus-thread-latest-date):
3145         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3146         * nnspool.el (nnspool-request-newgroups):
3147         Use gnus-float-time rather than time-to-seconds.
3148         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3149
3150         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3151         (gnus-header-subject-face, gnus-header-newsgroups-face)
3152         (gnus-header-name-face, gnus-header-content-face):
3153         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3154         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3155         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3156         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3157         (gnus-cite-face-11):
3158         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3159         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3160         (gnus-server-closed-face, gnus-server-denied-face)
3161         (gnus-server-offline-face):
3162         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3163         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3164         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3165         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3166         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3167         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3168         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3169         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3170         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3171         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3172         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3173         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3174         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3175         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3176         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3177         (gnus-summary-high-undownloaded-face)
3178         (gnus-summary-low-undownloaded-face)
3179         (gnus-summary-normal-undownloaded-face)
3180         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3181         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3182         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3183         (gnus-splash-face):
3184         * message.el (message-header-to-face, message-header-cc-face)
3185         (message-header-subject-face, message-header-newsgroups-face)
3186         (message-header-other-face, message-header-name-face)
3187         (message-header-xheader-face, message-separator-face)
3188         (message-cited-text-face, message-mml-face):
3189         * sieve-mode.el (sieve-control-commands-face)
3190         (sieve-action-commands-face, sieve-test-commands-face)
3191         (sieve-tagged-arguments-face):
3192         * spam.el (spam-face):
3193         Mark face aliases with "-face" in the name as obsolete.
3194
3195 2009-09-01  Glenn Morris  <rgm@gnu.org>
3196
3197         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3198         than goto-line.
3199
3200 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3203         Don't move point if the command is invoked inside the message header.
3204
3205 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3206
3207         * imap.el (imap-send-command): Simplify.
3208         (imap-wait-for-tag): point-max -> buffer-size.
3209
3210 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3211
3212         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3213         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3214         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3215         * nnir.el (nnir-swish-e-index-file):
3216         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3217         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3218         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3219         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3220         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3221         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3222
3223 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3226         Don't save excursion.
3227
3228 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3229
3230         * nnheader.el (nnheader-find-file-noselect):
3231         * mm-util.el (mm-insert-file-contents):
3232         Use (default-value 'major-mode) instead of default-major-mode.
3233
3234 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3235
3236         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3237
3238 2009-08-26  Glenn Morris  <rgm@gnu.org>
3239
3240         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3241         than placing in files.el.
3242
3243 2009-08-25  Glenn Morris  <rgm@gnu.org>
3244
3245         * nnir.el (top-level): Don't require cl at run-time.
3246         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3247         Replace cl-function substitute with gnus-replace-in-string.
3248         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3249         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3250         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3251         simplified expansions.
3252
3253 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3254
3255         * dig.el (dig): Add autoload cookie.
3256
3257 2009-08-22  Glenn Morris  <rgm@gnu.org>
3258
3259         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3260         goto-line.
3261
3262 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3263
3264         * parse-time.el (parse-time-string-chars): Save match data.
3265
3266 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3267
3268         * parse-time.el (parse-time-string-chars): Compute using character
3269         classes, to handle non-ascii characters (Bug#3190).
3270
3271 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3274
3275         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3276         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3277         (gnus-mm-display-part, gnus-mime-display-single)
3278         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3279         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3280
3281         * gnus-sum.el
3282         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3283         (gnus-summary-move-article): Add expirable mark to articles copied or
3284         moved to group that has auto-expire turned on if the option is non-nil.
3285
3286 2009-07-24  Glenn Morris  <rgm@gnu.org>
3287
3288         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3289         Fix typo.  (Bug#3903)
3290
3291 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3294         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3295         that should not be used for draft articles.
3296         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3297         that has no concern in minor mode keys.
3298         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3299         Abolish.
3300
3301 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3304         article without making inquiry to a user for unknown encoding.
3305
3306         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3307         (nnmaildir--scan): Assume i-node and device number that file-attributes
3308         returns might be cons-cell.
3309
3310         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3311
3312         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3313
3314 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3315
3316         * auth-source.el: Remove docs now in auth.texi.  Don't use
3317         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3318         `auth-source-hide-passwords' and use them.
3319
3320 2009-07-15  Glenn Morris  <rgm@gnu.org>
3321
3322         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3323
3324 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3327         excessive whitespace from the default values of title and description.
3328
3329 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3332         mail-fetch-field to fetch Content-Description header in order to
3333         exclude newlines.
3334
3335 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3336
3337         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3338         format used by GnuPG 2.0.11.
3339
3340 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3343         to deleted part.
3344
3345 2009-05-30  David Engster  <dengste@eml.cc>
3346
3347         * nnmairix.el: Remove old documentation in the commentary block.
3348         (nnmairix-request-group): Do not update active file for nnml back ends.
3349         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3350         end so that overview files are ignored.
3351         (nnmairix-update-groups): Make updating the groups more robust by using
3352         marks.
3353         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3354         with dollar characters in message-id.
3355
3356 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3357
3358         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3359         2008-12-25 in dns.el.
3360
3361 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3364         could happen if the text is only composed of spaces and/or tabs.
3365
3366 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3367
3368         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3369         when sending a queued message to avoid extra mml tags.
3370
3371 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3374
3375 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3378         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3379         rmail-toggle-header for XEmacs;
3380         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3381
3382 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-dired.el: Remove autoload for gnus-setup-message.
3385         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3386         displaying Gnus logo; always use compose-mail.
3387
3388 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3391
3392 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3395         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3396         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3397         available.
3398         (gnus-nocem-epg-verify): New function.
3399
3400 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3401
3402         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3403
3404 2009-02-15  Glenn Morris  <rgm@gnu.org>
3405
3406         * gnus-util.el (rmail-insert-rmail-file-header)
3407         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3408         autoloads.
3409         (rmail-default-rmail-file): Remove unnecessary declaration.
3410         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3411
3412 2009-02-14  Glenn Morris  <rgm@gnu.org>
3413
3414         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3415         variable (only used in gnus-util, which declares it anyway).
3416         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3417         which was only needed by gnus-art (changed to not use it any more).
3418         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3419         only used in gnus-util, which autoloads it itself.
3420         (rmail-update-summary): Fix autoload.
3421
3422         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3423         rather than rmail-output-to-rmail-file.
3424
3425 2009-02-07  Glenn Morris  <rgm@gnu.org>
3426
3427         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3428         autoload of function that no longer exists.
3429         (rmail-toggle-header): Declare.
3430         (message-forward-rmail-make-body): Handle mbox Rmail.
3431
3432 2009-01-31  Glenn Morris  <rgm@gnu.org>
3433
3434         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3435         2009-01-09 change.
3436
3437 2009-01-31  Dave Love  <fx@gnu.org>
3438
3439         * imap.el (imap-fetch-safe): Bind debug-on-error.
3440         (imap-debug): Add imap-fetch-safe.
3441
3442 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3445         (auth-source-forget-all-cached): New convenience function.
3446         (auth-source-user-or-password): Accept list of modes or a single mode.
3447
3448         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3449         auth-source modes.
3450
3451         * netrc.el (netrc-machine-user-or-password): Use list of
3452         auth-source modes.
3453
3454         * nnimap.el (nnimap-open-connection): Use list of
3455         auth-source modes.
3456
3457         * nntp.el (nntp-send-authinfo): Use list of
3458         auth-source modes.
3459
3460 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3463         now.
3464
3465 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3468         coding system in XEmacs; add a workaround for XEmacs.
3469
3470         * lpath.el: Fbind coding-system-aliasee.
3471
3472 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3475         of current-language-environment.
3476
3477 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3480         available at runtime.
3481
3482 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3485
3486 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3487
3488         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3489         the greatest positive fixnum value doesn't work under an XEmacs with
3490         bignum support; use the most-positive-fixnum constant instead,
3491         available since Emacs 21.1 with cl and XEmacs 21.1.
3492
3493 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3496         XEmacs gets not to work.
3497
3498 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * mm-util.el (mm-coding-system-priorities): Allow the value like
3501         "Japanese (UTF-8)" of current-language-environment.
3502
3503 2009-01-09  Glenn Morris  <rgm@gnu.org>
3504
3505         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3506         with last-command-event.
3507
3508 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3509
3510         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3511         in the doc string.
3512
3513         * message.el (message-fix-before-sending): Amend comment.
3514
3515 2009-01-08  Dave Love  <fx@gnu.org>
3516
3517         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3518
3519 2009-01-07  David Engster  <dengste@eml.cc>
3520
3521         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3522         simplified server definitions by converting it via
3523         gnus-server-to-method.
3524
3525 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3528         parameter's operands.
3529
3530 2009-01-06  David Engster  <dengste@eml.cc>
3531
3532         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3533         primary select method (for gnus-group-mark-article-as-read).
3534
3535 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3536
3537         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3538         `(gnus)Face', not `(gnus)X-Face'.
3539
3540 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * mm-util.el (mm-ucs-to-char): New function.
3543
3544         * mm-url.el (mm-url-decode-entities): Use it.
3545
3546         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3547         unicode-to-char.
3548
3549 2009-01-05  Dave Love  <fx@gnu.org>
3550
3551         * time-date.el: Require cl for `declare'.
3552
3553 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3554
3555         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3556         Dave Love.
3557
3558 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3559
3560         * message.el (message-fix-before-sending): Add `eight-bit' to
3561         illegible-text check.
3562
3563 2009-01-03  Michael Olson  <mwolson@gnu.org>
3564
3565         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3566         `headers' is nil.  This can occur if the IMAP server does not have
3567         permissions to read messages from a folder, but can write new messages
3568         to the folder.
3569         (nnimap-request-article-part): Do not insert `data' if it is nil.
3570
3571         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3572         characters which will confuse `read', so skip past them.
3573
3574 2009-01-01  Dave Love  <fx@gnu.org>
3575
3576         * imap.el (imap-string-to-integer): Fix typo.
3577         (imap-fetch-safe): New function.
3578         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3579
3580         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3581
3582         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3583         (imap-parse-greeting): Fix doc strings.
3584         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3585         (imap-parse-flag-list): Make messages unique.
3586         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3587
3588         * nnimap.el: Fix author email.
3589         (nnimap-split-rule): Add FIXME comment.
3590         (nnimap-debug): Fix doc string.
3591
3592 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3593
3594         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3595
3596 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3597
3598         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3599         nslookup if resolv.conf isn't available.
3600         (dns-query): Rename from query-dns.
3601         (dns-query-cached): Rename from query-dns-cached.
3602
3603 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3606         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3607         to check if those variables exist (first appeared in Emacs 18.50).
3608
3609 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * mm-util.el (mm-line-number-at-pos): New function.
3612
3613         * spam-report.el (spam-report-process-queue): Use it.
3614
3615 2008-12-24  David Engster  <dengste@eml.cc>
3616
3617         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3618         parameters that haven't existed as variables as buffer-local variables.
3619
3620 2008-12-23  Dave Love  <fx@gnu.org>
3621
3622         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3623         cadar.
3624
3625         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3626         imap-starttls-p.
3627         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3628
3629 2008-12-22  Dave Love  <fx@gnu.org>
3630
3631         * imap.el: Fix author email.  Doc fixes.
3632         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3633         reply.
3634
3635 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3636
3637         * spam-report.el (spam-report-gmane-max-requests): New constant.
3638         (spam-report-gmane-wait): New variable.
3639         (spam-report-gmane-ham, spam-report-gmane-spam)
3640         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3641         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3642         the server.
3643
3644         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3645         Add explanations.
3646
3647         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3648         nnheader-accept-process-output and nnheader-read-timeout if available.
3649         (pop3-movemail): Use it.
3650
3651         * message.el (message-check-news-body-syntax): Fix signature check if
3652         there's an attachment.
3653
3654 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * mm-util.el: Add comments to the mm- emulating functions.
3657
3658 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3659
3660         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3661         by Stephen Berman <stephen.berman@gmx.net>.
3662
3663 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * mm-util.el (mm-substring-no-properties): New function.
3666         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3667         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3668         (mm-string-to-multibyte): Doc fix.
3669
3670         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3671
3672 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * mml.el (mml-attach-file): Strip text properties from file name.
3675         (Bug#1574)
3676
3677 2008-12-16  Glenn Morris  <rgm@gnu.org>
3678
3679         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3680
3681 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3684         knows since the charset specified might be a bogus alias that
3685         mm-charset-synonym-alist provides.
3686
3687 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3690         "ISO_8859-1".
3691
3692         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3693
3694 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * mm-util.el (mm-charset-eval-alist):
3697         Define it before mm-charset-to-coding-system.
3698         (mm-charset-to-coding-system): Add optional argument `silent';
3699         define it before mm-charset-override-alist.
3700         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3701         default value if it can be used in Emacs currently running;
3702         silence mm-charset-to-coding-system.
3703
3704 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3707         `allow-override' which says whether to use `mm-charset-override-alist'.
3708         (rfc2047-decode-encoded-words): Use it.
3709
3710         * mm-util.el (mm-charset-override-alist): Fix custom type;
3711         add `(gb2312 . gbk)' to choices.
3712
3713 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3716         fast.
3717
3718         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3719
3720         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3721
3722 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3723
3724         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3725         on links.
3726
3727         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3728
3729 2008-12-03  Lute Kamstra  <lute@gnu.org>
3730
3731         * sha1.el: Remove leading * from docstrings of defcustoms,
3732         deffaces, defconsts and defuns.
3733
3734 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3737         users' addresses that don't have domain parts.
3738         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3739         rather than message-narrow-to-head since there will be the message
3740         header separator.
3741
3742 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3743
3744         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3745         since the result is inserted in a unibyte buffer anyway.
3746         (nnimap-demule-use-string-to-multibyte): Remove.
3747         (nnimap-demule): Alias it to mm-string-to-multibyte.
3748
3749 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3752         variable for debugging bug#464 and bug#1174.
3753         (nnimap-demule): Use it.
3754
3755 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3756
3757         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3758         score calculation correctly.
3759
3760 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3761
3762         * message.el (message-send-mail): Just set the buffer to unibyte
3763         rather than use mm-with-unibyte-current-buffer which does a lot more.
3764         (message-send-mail-partially): Don't bother with
3765         mm-with-unibyte-current-buffer since it's already been made unibyte by
3766         message-send-mail.
3767
3768 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3769
3770         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3771
3772 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3775
3776 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3779         require itself and to remove `with-no-warnings'.
3780
3781 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         * starttls.el (starttls-any-program-available): Get the name of the
3784         available TLS layer program.
3785         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3786         well as the host name in the "opening" message.
3787
3788         * auth-source.el (auth-source-cache, auth-source-do-cache)
3789         (auth-source-user-or-password): Cache passwords and logins by default,
3790         allow override with `auth-source-do-cache'.
3791         (auth-source-forget-user-or-password): Allow users to remove cache
3792         entries if needed.
3793
3794 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3795
3796         * md4.el (md4-buffer): Fix typo in docstring.
3797         (md4, md4-64): Doc fixes.
3798         (md4-pack-int32): Reflow docstring.
3799
3800 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3801
3802         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3803         condition-case to only the forward-sexp call.
3804
3805 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3808         quotes contained.  Make it more robust regardless by an extra
3809         condition-case wrapper.
3810
3811 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3814
3815 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * nnml.el (nnml-request-expire-articles): Check if the function set to
3818         `nnmail-expiry-target' returns the symbol `delete'.
3819
3820         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3821
3822         * nnmail.el (nnmail-expiry-target): Fix custom type.
3823
3824 2008-10-02  Glenn Morris  <rgm@gnu.org>
3825
3826         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3827         Silence compiler warning.
3828
3829 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3830
3831         * tls.el (open-tls-stream): Show the actual command being
3832         executed, instead of the format string.
3833
3834 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * lpath.el: Fbind codepage-setup for Emacs 23.
3837
3838 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3839
3840         * mml.el (mml-menu): Don't assume mml2015 is bound.
3841
3842 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3845         exists.
3846
3847 2008-09-27  Glenn Morris  <rgm@gnu.org>
3848
3849         * gnus-util.el (mail-header-remove-comments): Autoload it.
3850
3851 2008-09-27  Andreas Schwab  <schwab@suse.de>
3852
3853         * gnus-util.el (gnus-split-references): Strip comments.
3854         (gnus-parent-id): Likewise.
3855
3856 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3857
3858         * message.el (message-confirm-send): Fix version.
3859
3860 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * message.el (message-idna-to-ascii-rhs-1): Use
3863         mail-extract-address-components rather than mail-header-parse-addresses
3864         that is an alias by default to ietf-drums-parse-addresses that does not
3865         support non-ASCII names in headers' contents.
3866
3867 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3868
3869         * message.el (message-confirm-send): Fixed variable documentation to
3870         avoid the "y/n" wording.
3871
3872 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3873
3874         * message.el (message-set-auto-save-file-name): Save to a different
3875         filename so multiple messages (especially drafts) can be recovered.
3876
3877 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * message.el (message-confirm-send): Add appropriate version.
3880
3881 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3884         defvar.
3885
3886 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3887
3888         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3889         (mm-pkcs7-enveloped-magic): Ditto.
3890
3891 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3892
3893         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3894         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3895
3896 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3899         default, it's better.
3900
3901 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3904         summary line gnus-number property and ignore them (with a warning
3905         message).
3906
3907 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3910         macro caddr in the interactive form since it won't be expanded.
3911
3912 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3915         `charset'; fix name of function called recursively.
3916         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3917
3918 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3921         (gnus-mime-set-charset-parameters): New function.
3922         (gnus-mime-view-part-as-charset): Use it to correctly display part
3923         specifying wrong charset.
3924
3925 2008-09-08  David Engster  <dengste@eml.cc>
3926
3927         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3928         in completing-read for back end server.
3929
3930 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * message.el (message-confirm-send): New variable to confirm sending a
3933         message.
3934         (message-send): Use it.
3935
3936 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3939
3940 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3943
3944 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3947         prevent tracking too many groups.
3948         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3949         Use it.
3950
3951 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3952
3953         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3954         moving point to the bottom of the window in order to avoid recentering.
3955
3956 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3959
3960         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3961         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3962         (gnus-article-beginning-of-window): Fix calculation.
3963
3964 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * gnus-msg.el (gnus-summary-supersede-article)
3967         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3968         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3969         message header.
3970
3971 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3972
3973         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3974         pending output coming after the status change.
3975
3976 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3977
3978         * message.el:
3979         * gnus-start.el:
3980         * gnus-registry.el: Remove VMS support.
3981
3982 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3985         macro.
3986         (rfc2104-hash): Use it.
3987
3988 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3991         (gnus-summary-sort-by-most-recent-date): New commands.
3992         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3993         and menu entries.
3994
3995 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3998         don't redisplay article for raw contents; remove plural articles stuff.
3999
4000         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4001         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4002         on gnus-summary-save-article; display results properly.
4003
4004 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * lpath.el: No need to fbind ns-focus-frame.
4007
4008 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4011
4012 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4015         gnus-save-all-headers.
4016
4017 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4018
4019         * gnus-util.el (ns-focus-frame): Remove declaration.
4020         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4021         like x.
4022
4023 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4024
4025         * rfc2104.el (rfc2104-zero): Delete defconst.
4026         (rfc2104-hex-alist): Likewise.
4027         (rfc2104-hex-to-int): Delete func.
4028         (rfc2104-hexstring-to-bitstring): Likewise.
4029         (rfc2104-nybbles): New defconst.
4030         (rfc2104-hash): Rewrite for speed.
4031
4032 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * tls.el (open-tls-stream): Make it work with the 2nd argument
4035         BUFFER that is a string but does not exist as a buffer object, as
4036         mentioned in the doc-string.
4037
4038 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4041         SXEmacs.
4042
4043 2008-07-16  Glenn Morris  <rgm@gnu.org>
4044
4045         * gnus-util.el (ns-focus-frame): Declare for compiler.
4046
4047 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4050         set as a group parameter.
4051         (gnus-summary-save-in-pipe): Work when it is called independently.
4052         (gnus-summary-pipe-to-muttprint): Don't modify
4053         gnus-summary-pipe-output-default-command.
4054
4055 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4056
4057         * message.el (message-send-mail-with-sendmail):
4058         Display the error message.
4059
4060 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * gnus-art.el (gnus-default-article-saver):
4063         Add gnus-summary-save-in-pipe to choices.
4064         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4065         gnus-summary-pipe-output-default-command as the default command.
4066         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4067         instead of gnus-last-shell-command.
4068
4069         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4070         New user option.
4071         (gnus-summary-muttprint-program): Mention the value will be changed.
4072         (gnus-summary-save-article): Force showing of all headers.
4073         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4074
4075 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4076
4077         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4078
4079 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4080
4081         * nnimap.el (nnimap-id):
4082         * sieve-manage.el (sieve-manage-open): Doc fixes.
4083
4084 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4085
4086         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4087         if available.
4088
4089 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4090
4091         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4092
4093         * nnkiboze.el (nnkiboze-generate-group):
4094         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4095
4096         * nnmairix.el: Require CL.
4097
4098 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * dgnushack.el: Autoload get-display-table and put-display-table for
4101         XEmacs 21.5.
4102
4103         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4104         21.4 and SXEmacs.
4105
4106 2008-06-15  David Engster  <dengste@eml.cc>
4107
4108         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4109
4110 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4111
4112         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4113         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4114         runtime choice under XEmacs.
4115
4116         * gnus-sum.el (gnus-summary-set-display-table):
4117         Use `gnus-put-display-table', `gnus-get-display-table',
4118         `gnus-set-display-table' for the display table, instead of `aset'.
4119
4120         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4121         Use `gnus-put-display-table', `gnus-get-display-table',
4122         `gnus-set-display-table' for the display table.
4123
4124 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * nnmairix.el: Add autoloads.
4127
4128 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * nnmairix.el (nnmairix-delete-recreate-group)
4131         (nnmairix-update-and-clear-marks): Fix error messages.
4132
4133 2008-06-14  David Engster  <dengste@eml.cc>
4134
4135         * nnmairix.el: Upgrade to version 0.6.
4136         (nnmairix-group-toggle-propmarks-this-group)
4137         (nnmairix-group-toggle-readmarks-this-group)
4138         (nnmairix-group-delete-recreate-this-group)
4139         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4140         (nnmairix-remove-tick-mark-original-article): New commands.
4141         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4142         (nnmairix-propagate-marks-to-nnmairix-groups)
4143         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4144         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4145         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4146         functions needed for marks propagation and manipulation of read marks.
4147         (nnmairix-update-groups): New function.
4148         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4149         (nnmairix-determine-original-group-from-registry)
4150         (nnmairix-determine-original-group-from-path)
4151         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4152         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4153         New helper functions.
4154         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4155         keystrokes for new commands.
4156         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4157         (nnmairix-request-group): Check allow-fast group parameter.
4158         (nnmairix-request-create-group): Set allow-fast group parameter if
4159         nnmairix-allowfast-default is set.
4160         (nnmairix-close-group): Propagate marks upon closing if needed.
4161         (nnmairix-group-toggle-threads-this-group): Use new.
4162         nnmairix-group-toggle-parameter helper function.
4163         (nnmairix-search): Better check for empty search result.
4164         (nnmairix-goto-original-article): Use new helper functions for
4165         determining original article.
4166         (nnmairix-show-original-article): Make sure message-id is in brackets.
4167         (nnmairix-call-mairix-binary): Change variable name.
4168         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4169         helper function.
4170         (nnmairix-widget-toggle-activate): Fix doc string.
4171
4172 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * nnir.el: Require edmacro when compiling with XEmacs.
4175         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4176         available in Emacs 21.
4177
4178 2008-06-11  Glenn Morris  <rgm@gnu.org>
4179
4180         * gnus-util.el (x-focus-frame):
4181         * gnus.el (image-size):
4182         * mm-decode.el (image-size): Declare.
4183
4184         * gnus-picon.el (declare-function): Add compat definition.
4185         (image-size): Declare.
4186
4187         * gnus-group.el (tool-bar-map):
4188         * gnus-sum.el (tool-bar-map): Define for compiler.
4189
4190         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4191
4192         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4193
4194         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4195         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4196         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4197         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4198         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4199         * sieve-manage.el, spam-report.el, spam.el:
4200         Remove unnecessary eval-and-compile of autoloads.
4201
4202 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4203
4204         * auth-source.el: Precise Tramp doc.
4205
4206 2008-06-07  Glenn Morris  <rgm@gnu.org>
4207
4208         * nnmairix.el: Remove unnecessary eval-when-compile.
4209
4210 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * lpath.el: Fbind propertize for XEmacs 21.4.
4213
4214 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4215
4216         * nnir.el: Move here from ../contrib.
4217
4218 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4219
4220         * gnus-util.el (gnus-read-shell-command): New function.
4221         * mm-decode.el (mm-pipe-part):
4222         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4223
4224 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4227
4228 2008-06-03  Glenn Morris  <rgm@gnu.org>
4229
4230         * pop3.el (nnheader-accept-process-output): Autoload it.
4231
4232 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4235         are not 2-digit hexadecimal characters that follow `%'s.
4236
4237 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * message.el (message-bogus-recipient-p): Fix type in doc string.
4240         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4241         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4242         Improve custom options.
4243         (message-bogus-recipient-p): Adjust accordingly.
4244
4245 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4246
4247         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4248         long-form month and day names.
4249
4250 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * dgnushack.el: Autoload debug, eudc-expand-inline and
4253         pgg-snarf-keys-region for XEmacs.
4254
4255         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4256
4257         * nnmairix.el: Require edmacro when compiling with XEmacs.
4258
4259 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4262         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4263
4264 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * auth-source.el: Add more docs.
4267
4268         * netrc.el (netrc-machine): Always match if the port is not given.
4269
4270 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4273         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4274         retrieval faster in some cases, but might make CPU usage larger.  If
4275         this has any bad side effects, we might revert this change.
4276
4277         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4278         seems to make mail retrieval much, much faster.
4279         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4280         unconditionally.
4281
4282         * gnus-draft.el (gnus-group-send-queue): Bind
4283         message-send-mail-partially-limit to nil to avoid being prompted.
4284
4285 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4286
4287         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4288
4289         * message.el (message-bogus-address-regexp): Fix and improve custom
4290         type.
4291         (message-setup-hook): Add message-check-recipients as custom option.
4292
4293 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4294
4295         * message.el (message-cite-function): Remove bogus autoload which crept
4296         in during merge from v5-10.
4297
4298 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4299
4300         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4301
4302         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4303
4304         * auth-source.el: Preliminary Tramp docs.
4305         (auth-sources): Change the default auth-sources to use
4306         EPA .gpg files.
4307
4308 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * nntp.el: Autoload `auth-source-user-or-password'.
4311         (nntp-send-authinfo): Use it.
4312
4313         * nnimap.el: Autoload `auth-source-user-or-password'.
4314         (nnimap-open-connection): Use it.
4315
4316         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4317         for the gnus-message function.
4318         (auth-source-user-or-password): Use it.
4319
4320 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4321
4322         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4323         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4324         (rfc2104-hash): Use it.
4325
4326 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4327
4328         * gnus-art.el (gnus-article-toggle-truncate-lines):
4329         Don't use `iff' in docstring.
4330
4331 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4332
4333         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4334
4335         * gnus-util.el (gnus-extract-address-component-name)
4336         (gnus-extract-address-component-email): Convenience functions around
4337         `gnus-extract-address-components'.
4338
4339         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4340         Use `gnus-extract-address-component-email' to fix bug of comparing full
4341         sender name to `user-mail-address'.
4342
4343 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4346         catch/throw to optimize.
4347         (gnus-registry-find-keywords): Just use member to find a keyword.
4348
4349 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4350
4351         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4352         is current before calling gnus-server-prepare.
4353         (gnus-server-setup-buffer, gnus-server-update-server)
4354         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4355
4356 2008-05-04  Juri Linkov  <juri@jurta.org>
4357
4358         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4359         (mailcap-file-default-commands): Use mailcap-replace-in-string
4360         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4361         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4362
4363 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4364
4365         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4366
4367 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4368
4369         * gnus.el: Bump version to 0.11.
4370
4371 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4372
4373         * gnus.el: No Gnus v0.10 is released.
4374
4375 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376
4377         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4378         hooks.
4379         (gnus-update-read-articles): Speed up non-marks-using users.
4380         (gnus-use-marks): Define gnus-use-marks.
4381         (gnus-propagate-marks): Rename variable to something more sensible.
4382
4383 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4384
4385         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4386         (gmm-image-load-path-for-library): Fix typos in docstrings.
4387         (gmm-message): Reflow docstring.
4388
4389 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * mail-source.el (mail-source-set-1, mail-source-bind):
4392         Move auth-source code out of the macro to clean it up and fix bugs.
4393
4394 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4397         by sender if it's equal to user-mail-address, it's likely to be
4398         useless.
4399
4400         * mail-source.el (mail-source-bind): Don't use user or password if they
4401         are not bound.  Unintern them if they are nil.  Don't use server unless
4402         it's bound, and default it to empty string otherwise.
4403
4404 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4405
4406         * mail-source.el: Load auth-source.el.
4407         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4408         get user name or password, if auth-sources is set up.
4409
4410         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4411         strategy of splitting with parent.
4412         (gnus-registry-split-fancy-with-parent)
4413         (gnus-registry-post-process-groups): Use it and fix prior
4414         bug (returning a list as the split result).
4415
4416         * auth-source.el (auth-sources): Remove server parameter.
4417         (auth-source-pick, auth-source-user-or-password)
4418         (auth-source-user-or-password-imap)
4419         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4420         (auth-source-user-or-password-sftp)
4421         (auth-source-user-or-password-smtp): Remove server parameter.
4422
4423 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4424
4425         * smime.el (smime-sign-region, smime-encrypt-region)
4426         (smime-decrypt-region):
4427         Remove redundant calls to `generate-new-buffer-name'.
4428
4429 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4430
4431         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4432         Don't use QP for message/rfc822.
4433         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4434
4435 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4436
4437         * sieve-manage.el (sieve-string-bytes): Remove.
4438         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4439         correct byte-length only if the process's coding-system is the same as
4440         the one used internally by Emacs to represent strings.
4441
4442 2008-04-22  Juri Linkov  <juri@jurta.org>
4443
4444         * mailcap.el (mailcap-file-default-commands): New function.
4445
4446 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4447
4448         * message.el (message-signature-separator, message-cite-function):
4449         Change custom version.
4450
4451 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4452
4453         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4454         commands.
4455         (tls-checktrust): Ditto.
4456
4457 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * mm-decode.el (mm-display-external): Make temp file read-only.
4460
4461 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4464         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4465         `C-c C-f d'.
4466
4467 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4468
4469         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4470
4471 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * gnus.el: Bump version to 0.9.
4474
4475 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * gnus.el: No Gnus v0.8 is released.
4478
4479 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4480
4481         * mail-source.el (mail-source-value):
4482         Prefer fboundp to functionp so it works with macros as well.
4483
4484 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4485
4486         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4487         Fix last change in case the element is not even a symbol.
4488
4489 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4490
4491         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4492         Prefer fboundp to functionp so it works with macros as well.
4493
4494 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * auth-source.el: Added docs.
4497         (auth-sources): Modify format to support server.
4498         (auth-source-pick, auth-source-user-or-password)
4499         (auth-source-user-or-password-imap)
4500         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4501         (auth-source-user-or-password-sftp)
4502         (auth-source-user-or-password-smtp): Add server parameter.
4503
4504 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * gnus-registry.el: Initialize the registry when gnus-registry-install
4507         is t.
4508
4509 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * compface.el (uncompface): Make buffer unibyte.
4512
4513 2008-04-05  Glenn Morris  <rgm@gnu.org>
4514
4515         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4516
4517 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4518
4519         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4520         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4521
4522         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4523         multibyteness after rather than before erasing it.
4524
4525         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4526         mm-with-multibyte.
4527         (gnus-request-article-this-buffer): Make sure the proper decoding is
4528         used if gnus-original-article-buffer happens to be unibyte.
4529
4530         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4531         default-enable-multibyte-characters.
4532
4533         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4534         default-enable-multibyte-characters.
4535
4536         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4537
4538         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4539
4540 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4541
4542         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4543         (imap-message-copyuid-1): Use it.
4544         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4545         J. Williams in
4546         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4547
4548         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4549         imap-enable-exchange-bug-workaround.
4550         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4551
4552 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4553
4554         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4555         a 100 byte status-checks into a 2-3MB transfer for each group.
4556         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4557         to enable bug workaround or not.
4558         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4559
4560 2008-03-31  Glenn Morris  <rgm@gnu.org>
4561
4562         * message.el (mml2015-use): Declare for compiler.
4563         (message-info): Require mml2015 when appropriate.
4564
4565 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4568         whitespace.
4569
4570 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4571
4572         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4573         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4574         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4575         (nntp-service-to-port): New function.
4576         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4577         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4578         (nntp-open-netcat-stream): New function.
4579         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4580
4581 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4582
4583         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4584
4585 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4588
4589 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4590
4591         * dns.el (dns-write): Use set-buffer-multibyte.
4592
4593 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4594
4595         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4596
4597 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * message.el (message-signature-separator): Change default.
4600         Improve custom type.
4601         (message-cite-function): Change default to
4602         message-cite-original-without-signature.
4603
4604         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4605         toggle.
4606
4607         * message.el (message-check-news-body-syntax): Fix signature check.
4608         (message-setup-1): Mark buffer as unmodified _after_ running
4609         message-setup-hook and handling message-alternative-emails.
4610         (message-shorten-references): Be more strict when building list of
4611         valid references to comply with GNKSA.
4612
4613         * gnus-group.el (gnus-read-ephemeral-bug-group)
4614         (gnus-read-ephemeral-debian-bug-group)
4615         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4616
4617         * message.el (message-info): Don't use booleanp which isn't supported
4618         in Emacs 21 and XEmacs.
4619
4620 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4623         gnus-group-gmane-group-download-format.
4624         (gnus-group-read-ephemeral-gmane-group): Rename from
4625         gnus-group-read-ephemeral-gmane-group.
4626         (gnus-read-ephemeral-gmane-group-url): Rename from
4627         gnus-group-read-ephemeral-gmane-group-url.
4628         (gnus-bug-group-download-format-alist): New variable.
4629         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4630         (gnus-read-ephemeral-emacs-bug-group): New commands.
4631
4632 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4633
4634         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4635         (gnus-visible-headers): Improve custom type.
4636
4637 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * mml.el (mml-menu): Add workarounds for XEmacs.
4640
4641         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4642         X-Boundary header.
4643
4644         * message.el (message-simplify-recipients): Fix previous commit.
4645
4646 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4647
4648         * mm-util.el (mm-set-buffer-multibyte): New function.
4649         * mm-decode.el (mm-copy-to-buffer): Use it.
4650
4651 2008-03-19  Glenn Morris  <rgm@gnu.org>
4652
4653         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4654         Accidentally removed in the sync process with Emacs.
4655
4656 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4657
4658         * message.el (message-alter-recipients-discard-bogus-full-name):
4659         New function.
4660         (message-alter-recipients-function): New variable.
4661         (message-get-reply-headers): Use it.
4662         (message-replace-header): New helper function.
4663         (message-recipients-without-full-name): New variable.
4664         (message-simplify-recipients): New command.
4665
4666         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4667
4668         * message.el (message-info): Handle EasyPG manual.
4669
4670         * mml.el (mml-menu): Add entry for EasyPG.
4671
4672 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4673
4674         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4675         parameter.
4676
4677         * message.el (message-disassociate-draft): Specify drafts group name
4678         fully.
4679
4680 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4683         unnecessary duplicates from the match list.
4684
4685 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4688
4689         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4690
4691         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4692         args of `how-many' of which the XEmacs version doesn't take; declare
4693         Info-index-next as function.
4694
4695 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4696
4697         * gnus-score.el (gnus-score-headers): Fix handling of
4698         gnus-inhibit-slow-scoring.
4699
4700         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4701         string.
4702         (gnus-button-url-regexp): Improve handling of parenthesis.
4703         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4704         (gnus-button-handle-info-keystrokes): Handle index entries.
4705
4706 2008-03-15  Glenn Morris  <rgm@gnu.org>
4707
4708         * parse-time.el (parse-time-string): Simplify.
4709
4710 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4713         Incoming* files.
4714
4715 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4716
4717         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4718         (auth-source-pick): Use it.
4719
4720 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4721
4722         * binhex.el (binhex-decode-region-internal):
4723         * uudecode.el (uudecode-decode-region-internal):
4724         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4725         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4726         setting default-enable-multibyte-characters.
4727
4728 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4729
4730         * auth-source.el (auth-source-protocols)
4731         (auth-source-protocols-customize, auth-source-choices): Added and
4732         modified variable customizations and defaults.
4733         (auth-source-pick, auth-source-user-or-password)
4734         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4735         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4736         (auth-source-user-or-password-sftp)
4737         (auth-source-user-or-password-smtp): Use new variables and provide an
4738         interface to netrc.el.
4739
4740 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4743         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4744         Make sure the nntp port to specify is a string.
4745
4746 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4747
4748         * nntp.el: Use with-current-buffer.
4749         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4750         dubious mm-with-unibyte-current-buffer.
4751         (nntp-with-open-group-function): New function extracted from
4752         nntp-with-open-group macro.
4753         (nntp-with-open-group): Use the function, so it's easier to debug.
4754         Add indentation and debugging info.
4755         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4756         the use of the netcat alternatives.
4757
4758         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4759         Avoid mm-string-as-multibyte as well.
4760
4761         * nnweb.el (nnweb-insert-html):
4762         Remove use of nnheader-string-as-multibyte.
4763
4764         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4765         (nnheader-string-as-multibyte): Remove.
4766
4767         * mm-view.el: Use inhibit-read-only.
4768         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4769         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4770         or unibyte-string.
4771
4772         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4773         (mm-uu-yenc-extract): Use with-current-buffer.
4774
4775         * gnus-soup.el (gnus-soup-send-packet): Don't use
4776         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4777
4778         * nnmh.el: Use with-current-buffer.
4779         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4780         mm-string-as-multibyte on the output of mm-encode-coding-string.
4781
4782         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4783         (nnimap-request-move-article): Use with-current-buffer.
4784
4785         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4786         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4787         conversion uses string-make-unibyte rather than string-as-unibyte.
4788
4789         * gnus-msg.el: Use with-current-buffer.
4790
4791         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4792
4793 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4794
4795         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4796         string for caching if it is 'PIN.
4797
4798 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * lpath.el: Consider the case without Emacs/W3.
4801
4802 2008-03-08  Glenn Morris  <rgm@gnu.org>
4803
4804         * time-date.el (date-to-time, time-subtract, time-add)
4805         (safe-date-to-time): Doc fixes.
4806
4807 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4808
4809         * mail-source.el (mail-source-delete-old-incoming-confirm):
4810         Change default to nil.
4811         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4812
4813 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * lpath.el: Rearrange.
4816
4817         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4818         (gnus-article-goto-prev-page): Work for articles having ^L's.
4819
4820         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4821
4822         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4823
4824 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4825
4826         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4827         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4828         (gnus-bookmark-jump): Adjust some variable names.
4829
4830 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         * auth-source.el: New package.
4833         (auth-source-choices): Add customization entry point variable.
4834
4835         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4836         bug.
4837
4838 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4839
4840         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4841         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4842         (gnus-registry-install-shortcuts): Rename from
4843         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4844         the `gnus-registry-mark-map' keymap dynamically from
4845         `gnus-registry-marks'.  The generated functions update the summary line
4846         when a registry mark is added or deleted, and will call
4847         `gnus-registry-install-p' (see the comments in the code).
4848         (gnus-registry-user-format-function-M): Use concat intelligently.
4849
4850         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4851         the registry mark functions.
4852
4853 2008-03-05  Glenn Morris  <rgm@gnu.org>
4854
4855         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4856         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4857         gnus-art.
4858         (top-level): No need to load own source when compiling.
4859
4860 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4863         Suggested by <chris.anderton@zetnet.co.uk>.
4864
4865 2008-03-04  Glenn Morris  <rgm@gnu.org>
4866
4867         * gnus-sum.el (top-level): No need to require gnus when compiling,
4868         since unconditionally required near start of file.
4869         (gnus-summary-display-while-building): Move definition before use.
4870
4871 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4874         formatting function.
4875
4876 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4877
4878         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4879         with plists.
4880         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4881         Use new format.
4882
4883 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4886         `where-is-internal' that returns a range of key sequences.
4887
4888 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4889
4890         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4891
4892         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4893         (gnus-summary-jump-to-group): Consider windows on other displayed
4894         frames as well.  Similar changes might be needed elsewhere, but that's
4895         the one I've bumped into during my use.
4896
4897         * nndoc.el (nndoc-oe-dbx-type-p):
4898         * gnus-msg.el (gnus-debug):
4899         * gnus-group.el (gnus-update-group-mark-positions):
4900         Use mm-string-to-multibyte.
4901
4902 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4903
4904         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4905         doesn't handle NotDashEscaped.
4906
4907         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4908         (mml-dnd-attach-options): Fix typo in custom choice.
4909
4910         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4911         nndoc-article-type to mbox.
4912         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4913
4914         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4915         to nil, instead of html2text.
4916
4917         * imap.el (imap-debug): Add `imap-ping-server'.
4918
4919         * gnus-bookmark.el: Add FIXMEs.
4920
4921         * message.el (message-form-letter-separator)
4922         (message-send-form-letter-delay): New variables.
4923         (message-send-form-letter): Use them.  New command to send form
4924         letters.  Requested by Uwe Siart.
4925         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4926
4927 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * Update copyright years.
4930
4931 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         Sync from EMACS_22_BASE.
4934
4935         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4936
4937 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4938
4939         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4940         empty author.
4941
4942 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * gnus-registry.el (gnus-registry-marks): Add variable for
4945         customization of marks and their appearance.
4946         (gnus-registry-read-mark): Use it.
4947         (gnus-registry-do-marks): Add utility function to loop through
4948         `gnus-registry-marks'.
4949         (gnus-registry-install-shortcuts-and-menus): Add function to install
4950         shortcuts and menus.
4951         (gnus-registry-initialize): Use it.
4952         (gnus-registry-default-mark): Clarify documentation.
4953
4954 2008-02-29  Glenn Morris  <rgm@gnu.org>
4955
4956         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4957         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4958         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4959         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4960         Change defcustom :version from 23.0 to 23.1.
4961
4962 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4963
4964         * gnus-registry.el (gnus-registry-follow-group-p)
4965         (gnus-registry-post-process-groups): Add functions to aid registry
4966         splitting and improve logging.  Clarify behavior in function
4967         documentation.
4968         (gnus-registry-split-fancy-with-parent): Use them.
4969
4970 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4971
4972         * gnus-art.el: Use with-current-buffer.
4973
4974 2008-02-27  David Engster  <dengste@eml.cc>
4975
4976         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4977         Express real group name in the response.
4978
4979 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4982         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4983         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4984         autoload gnus-registry-fetch-group when compiling.
4985         (nnmairix-request-group-with-article-number-correction): Remove
4986         unreferenced argument passed to nnmairix-call-backend.
4987
4988 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4991         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4992         Wilde.
4993
4994 2008-02-27  Glenn Morris  <rgm@gnu.org>
4995
4996         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4997         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4998         variables to defconsts.  Convert comments to doc-strings.
4999         (nnmairix-last-server, nnmairix-current-server): Convert from free
5000         variables to defvars.  Convert comments to doc-strings.
5001         (gnus-registry-fetch-group): Autoload.
5002         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5003         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5004         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5005         caddr.
5006         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5007         nnmairix-request-group-with-article-number-correction call.
5008         (nnmairix-fast, nnmairix-group): New, less general names, for free
5009         variables passed from nnmairix-request-group to
5010         nnmairix-request-group-with-article-number-correction.  Declare.
5011         (nnmairix-request-group-with-article-number-correction):
5012         Use nnmairix-fast, nnmairix-group rather than fast, group.
5013
5014 2008-02-26  David Engster  <dengste@eml.cc>
5015
5016         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5017         version 0.5.
5018
5019 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5022         instead of making an extra function call.  Don't add the current group
5023         to articles only when they have the group.  Use
5024         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5025         Reported by David <de_bb@arcor.de>.
5026
5027 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5030         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5031
5032 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5033
5034         * mail-source.el (mail-source-delete-incoming): Change default.
5035         Supplement doc string.
5036
5037         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5038
5039 2008-02-14  Glenn Morris  <rgm@gnu.org>
5040
5041         * time-date.el (format-seconds): New function.
5042
5043 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * nnmail.el (nnmail-message-id-cache-file): Derive from
5046         `gnus-home-directory'.
5047
5048 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5049
5050         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5051         Document negative prefix.
5052
5053         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5054
5055 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * message.el (message-unsent-separator): Add the Exim bounce
5058         separator.
5059
5060 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5061
5062         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5063         list.
5064         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5065         recipient/signer list.
5066
5067 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * Makefile.in (datarootdir): Define.
5070         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5071         name that might contain whitespace.
5072
5073 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5076         fbound (Emacs 23 unicode), signal an error.
5077
5078 2008-02-08  Glenn Morris  <rgm@gnu.org>
5079
5080         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5081
5082 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5083
5084         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5085         ports to the calls to `netrc-machine-user-or-password' in addition to
5086         "imap" and "imaps".
5087
5088 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5089
5090         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5091
5092         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5093
5094 2008-02-01  Kenichi Handa  <handa@m17n.org>
5095
5096         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5097         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5098         (rfc2104-hash): Convert the result of concat to unibyte string.
5099
5100 2008-02-01  Dave Love  <fx@gnu.org>
5101
5102         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5103         coding-system-for-read.
5104         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5105
5106 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5109         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5110         <hanche@math.ntnu.no>.
5111
5112 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5115
5116         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5117
5118 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5119
5120         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5121         * message.el (message-beginning-of-line): Use featurep instead of bound
5122         tests in order to resolve conditionals at compile time.
5123
5124 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5125
5126         * mail-source.el (mail-sources): Add `group' choice.
5127
5128         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5129         parameter `in-group' to control into which group the articles go.
5130         Add treatment of `group' mail-source.
5131
5132 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5135
5136         * mm-decode.el (mm-dissect-buffer): Decode description.
5137
5138         * mml.el (mml-to-mime): Encode message header first.
5139
5140 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5143         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5144
5145         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5146         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5147
5148 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5151
5152 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5155         prefix keys.
5156         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5157         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5158         gnus-xmas.el.
5159
5160         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5161         (gnus-xmas-article-describe-bindings): New function.
5162         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5163         gnus-xmas-article-describe-bindings.
5164
5165         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5166
5167 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5168
5169         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5170         Add new variables for article mark management.
5171         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5172         list of extra data entries which, when present, will indicate that the
5173         article ID should not be trimmed from the registry.
5174         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5175         functions.
5176         (gnus-registry-read-mark): New function to read a mark name from the
5177         user.
5178         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5179         (gnus-registry-set-article-mark-internal): New functions to add and
5180         remove marks.
5181         (gnus-registry-get-article-marks): New function to show the marks for
5182         an article, or retrieve them for further use.
5183
5184 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5187         keys when no argument is given.
5188
5189 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5190
5191         * imap.el (imap-ping-server): New variable.
5192         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5193         (imap-ping-server): Minor doc string fixes.
5194
5195 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5196
5197         * imap.el (imap-ping-server): New function.
5198         (imap-opened): Call imap-ping-server.
5199
5200 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * gnus-sum.el (gnus-article-sort-by-random)
5203         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5204         jidanni@jidanni.org.
5205
5206 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-art.el (gnus-article-describe-bindings): New function.
5209         (gnus-article-read-summary-keys): Use it.
5210         (gnus-article-mode-map): Bind `C-h b' to it.
5211
5212 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5215         XEmacs.
5216         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5217         against non-character events.
5218
5219         * lpath.el: Fbind map-keymap for Emacs 21.
5220
5221 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5224         command.
5225         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5226         instead of END.  Change name of the temp file.
5227         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5228         customizable.
5229
5230 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5233         bind `S W' to gnus-article-wide-reply-with-original; set default
5234         binding to gnus-article-read-summary-send-keys.
5235         (gnus-article-read-summary-keys): Fix the order of keys; display
5236         continuation keys correctly in the echo area; describe bindings
5237         correctly when keys end with `C-h'.
5238         (gnus-article-read-summary-send-keys): New function.
5239         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5240         for gnus-article-read-summary-send-keys; display continuation keys
5241         correctly in the echo area.
5242         (gnus-article-reply-with-original): Ignore prefix argument.
5243         (gnus-article-wide-reply-with-original): New function.
5244
5245         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5246         Emacs 21.
5247
5248 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5251         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5252
5253 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5256         (gnus-group-read-ephemeral-gmane-group): New command.
5257
5258 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5259
5260         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5261
5262 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5263
5264         * message.el (message-send-mail-function): Increase custom version.
5265
5266         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5267         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5268
5269 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5272         for the cases where imap-authenticate is called with a nil buffer
5273         parameter.
5274
5275 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5278         html parts correctly; support forwarded messages.
5279         (gnus-article-browse-html-article): Remove work buffers.
5280
5281         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5282         compiling.
5283         (netrc-bound-and-true-p): New macro.
5284         (netrc-parse): Use it instead of bound-and-true-p that is not available
5285         in XEmacs 21.4.
5286
5287 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5288
5289         * gnus-registry.el (gnus-registry-mark-article)
5290         (gnus-registry-article-marks): Add functionality to mark articles
5291         through the Gnus registry.
5292
5293         * encrypt.el: Clarify documentation for the new pgg method.
5294         (encrypt-file-alist): Add PGG option.
5295         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5296         functionality.  Abstract password key and messaging to external
5297         functions.
5298         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5299         (encrypt-message-method-and-cipher): Add new convenience external
5300         functions.
5301         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5302         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5303
5304         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5305         (netrc-parse): Use encrypt-file-alist to determine if
5306         encrypt-find-model or encrypt-insert-file-contents should be used.
5307
5308         * encrypt.el: Clarify documentation.  Load password-cache or
5309         password, whichever one is found first, instead of autoloading.
5310
5311 2007-12-19  Glenn Morris  <rgm@gnu.org>
5312
5313         * mml.el (message-options-set, message-narrow-to-head)
5314         (message-in-body-p, message-mail-p, message-encode-message-body):
5315         Autoload.
5316         (message-remove-header, message-narrow-to-headers-or-head)
5317         (message-subscribed-p, message-make-mail-followup-to)
5318         (message-position-on-field, message-news-p)
5319         (message-options-set-recipient, message-generate-headers)
5320         (message-sort-headers): Declare as functions.
5321
5322 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5323
5324         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5325         convention in doc string.
5326
5327 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5330         title to html parts.
5331         (gnus-article-browse-html-article): Pass message header to it.
5332
5333         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5334
5335 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5338         or password compatible with XEmacs.
5339
5340 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5343         format document.
5344         (gnus-mime-delete-part): Don't write description line if empty.
5345         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5346
5347 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5348
5349         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5350         (gnus-summary-mark-read-and-unread-as-read)
5351         (gnus-summary-mark-current-read-and-unread-as-read)
5352         (gnus-summary-mark-unread-as-ticked): Doc fix.
5353         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5354
5355 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5358         Christoph Conrad <christoph.conrad@gmx.de>.
5359
5360 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5363         yes-or-no-p.
5364
5365 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * mm-decode.el (mm-add-meta-html-tag): New function.
5368         (mm-save-part-to-file, mm-pipe-part): Use it.
5369
5370         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5371         gnus-y-or-n-p instead of y-or-n-p.
5372         (gnus-article-browse-html-parts): Work with message/external-body; use
5373         mm-add-meta-html-tag.
5374
5375 2007-12-11  Glenn Morris  <rgm@gnu.org>
5376
5377         * gnus-cache.el: Require gnus-sum not just when compiling.
5378
5379         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5380
5381         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5382         definitions before use.
5383
5384         * mm-decode.el: Require gnus-util.
5385         (mm-remove-part): Only call delete-annotation on XEmacs.
5386
5387         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5388
5389         * nnmail.el: Require gnus-int.
5390
5391         * spam.el: Move `require's before `eval-when-compile's.
5392
5393         * gnus-ems.el (gnus-alive-p):
5394         * gnus-fun.el (message-goto-eoh):
5395         * gnus-util.el (gnus-group-name-decode):
5396         * mail-source.el (gnus-compress-sequence):
5397         * message.el (Info-goto-node, format-spec):
5398         * mm-bodies.el (message-options-get):
5399         * mm-decode.el (mm-view-pkcs7):
5400         * mm-util.el (gmm-write-region):
5401         * mml-smime.el (mml-compute-boundary)
5402         (gnus-completing-read-with-default):
5403         * mml.el (widget-button-press, gnus-make-hashtable):
5404         * mml1991.el (mm-decode-content-transfer-encoding)
5405         (mm-encode-content-transfer-encoding)
5406         (message-options-get, message-options-set):
5407         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5408         * nnfolder.el (gnus-request-group):
5409         * nnheader.el (ietf-drums-unfold-fws):
5410         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5411         * smime.el (gnus-run-mode-hooks):
5412         * spam-stat.el (gnus-message): Autoload.
5413
5414         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5415         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5416         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5417         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5418         Add declare-function compatibility definition.
5419
5420         * gnus-cache.el (nnvirtual-find-group-art):
5421         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5422         (gnus-add-image, gnus-add-wash-type):
5423         * gnus-group.el (nnkiboze-score-file):
5424         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5425         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5426         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5427         (message-tokenize-header, gnus-get-buffer-create)
5428         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5429         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5430         * gnus.el (gnus-group-decoded-name):
5431         * mail-source.el (imap-capability):
5432         * mm-bodies.el (message-options-set):
5433         * mm-decode.el (gnus-configure-windows):
5434         * mm-extern.el (message-goto-body):
5435         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5436         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5437         (epg-sub-key-validity, message-options-set):
5438         * mml.el (widget-event-point, gnus-configure-windows):
5439         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5440         * mml2015.el (epg-check-configuration, epg-configuration)
5441         (message-options-set):
5442         * nndb.el (nndb-request-article):
5443         * nnfolder.el (gnus-request-create-group):
5444         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5445         * nnmaildir.el (gnus-group-mark-article-read):
5446         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5447         * rfc1843.el (message-fetch-field):
5448         * spam.el (gnus-extract-address-components):
5449         Declare as functions.
5450
5451 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5454
5455         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5456
5457         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5458         bind show-trailing-whitespace for XEmacs.
5459
5460 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5461
5462         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5463         new no-op macro for backward compatibility.
5464
5465         * imap.el (imap-string-to-integer): New function.
5466
5467 2007-12-09  Glenn Morris  <rgm@gnu.org>
5468
5469         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5470
5471         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5472         * message.el, mm-view.el, sieve-manage.el, smime.el:
5473         Add declare-function compatibility definition.
5474
5475         * gnus-art.el (w3-region, w3m-region, Info-menu):
5476         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5477         * gnus-sum.el (gnus-get-predicate):
5478         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5479         * message.el (mail-abbrev-in-expansion-header-p):
5480         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5481         (w3m-detect-meta-charset, w3m-region):
5482         * sieve-manage.el (password-read, password-cache-add)
5483         (password-cache-remove):
5484         * smime.el (password-read-and-add): Declare as functions.
5485
5486 2007-12-08  David Kastrup  <dak@gnu.org>
5487
5488         * gnus-sum.el (gnus-summary-simplify-subject-query):
5489         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5490         `message'.
5491
5492 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5495         it to bind idna-program, installation-directory, defined-colors, and
5496         face-attribute for XEmacs of the version that compiles defcustom forms.
5497
5498 2007-12-07  Glenn Morris  <rgm@gnu.org>
5499
5500         * gnus-art.el (article-make-date-line): Revert previous change.
5501
5502 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5505
5506 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5507
5508         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5509         Call gnus-add-to-range ranges only once with a prepared article-list.
5510
5511 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5512
5513         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5514         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5515         group names with backslashes.  Reported by Tassilo Horn
5516         <tassilo@member.fsf.org>.
5517
5518 2007-12-06  Deepak Goel  <deego3@gmail.com>
5519
5520         * gnus-art.el (article-make-date-line):
5521         * gnus-start.el (gnus-load):
5522         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5523
5524 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-art.el (gnus-use-idna)
5527         * gnus-start.el (gnus-site-init-file)
5528         * message.el (message-use-idna)
5529         * mm-uu.el (mm-uu-hide-markers)
5530         * smiley.el (smiley-style): Revert changes that suppress warnings.
5531
5532 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5535         specify charset to html source.  Reported by Christoph Conrad
5536         <christoph.conrad@gmx.de>.
5537
5538 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5541         idna-program in order to suppress byte compile warning issued by XEmacs
5542         that came to byte compile the default value section of defcustom forms
5543         recently.
5544
5545         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5546         value of installation-directory.
5547
5548         * message.el (message-use-idna): Don't directly refer to the value of
5549         idna-program.
5550
5551         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5552
5553         * smiley.el (smiley-style): Don't directly call face-attribute.
5554
5555 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5558
5559         * gnus-dired.el: Reduce Gnus dependencies.
5560         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5561         require.  Use autoloads instead.
5562         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5563         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5564         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5565         (gnus-dired-mode): Adjust doc string.
5566         (gnus-dired-mail-mode): New variable.
5567         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5568         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5569         (gnus-dired-mail-buffers): New function.  Return mail or message
5570         composition buffers.
5571         (gnus-dired-attach): Use it.
5572         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5573         NO-DECODE.
5574         (gnus-dired-print): Use `gnus-print-buffer' depending on
5575         `gnus-dired-mail-mode'.
5576
5577 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * rfc2047.el (rfc2047-encoded-word-regexp)
5580         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5581         explaining what regexp patterns are for.
5582
5583 2007-12-04  Glenn Morris  <rgm@gnu.org>
5584
5585         * password.el: Move to password-cache.el.
5586
5587         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5588         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5589         * mml-smime.el (password-read, password-cache-add)
5590         (password-cache-remove):
5591         No need to autoload, since mml-sec requires password.
5592
5593         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5594         * message.el (gnus-extract-address-components):
5595         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5596
5597         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5598         password.
5599
5600 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * mailcap.el: Reduce dependencies.
5603         (mail-header-parse-content-type): Autoload.
5604         (mailcap-delete-duplicates): New alias.
5605         (mailcap-mime-info): Add optional argument NO-DECODE.
5606         (mailcap-mime-types): Use mailcap-delete-duplicates.
5607
5608         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5609
5610 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5611
5612         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5613         (imap-parse-status): Upcase status-att for servers that sends them
5614         lower-case (e.g., MS Exchange 2007).
5615
5616 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5619         function.
5620
5621         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5622         (gnus-uu-yenc-article): New function.
5623
5624         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5625
5626         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5627         buffer.
5628
5629 2007-12-02  Glenn Morris  <rgm@gnu.org>
5630
5631         * binhex.el (binhex): New custom group.
5632         (binhex-decoder-program, binhex-decoder-switches)
5633         (binhex-use-external): Move to the binhex custom group.
5634
5635         * uudecode.el (uudecode): New custom group.
5636         (uudecode-decoder-program, uudecode-decoder-switches)
5637         (uudecode-use-external): Move to the uudecode custom group.
5638
5639         * netrc.el (top-level): Don't load `encrypt' features.
5640         (netrc-parse): Don't use encrypt.
5641         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5642
5643         * encrypt.el: Remove file.
5644
5645 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5648         matches on patches.
5649
5650         * gnus-art.el (gnus-article-browse-html-article): Mention
5651         `mm-text-html-renderer' in the doc string.
5652
5653         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5654         string.  Add comments.
5655
5656         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5657         if rhs is ASCII.
5658
5659 2007-12-01  Glenn Morris  <rgm@gnu.org>
5660
5661         * mail-source.el (top-level): Require format-spec before
5662         eval-when-compile.
5663
5664 2007-11-30  Glenn Morris  <rgm@gnu.org>
5665
5666         * encrypt.el: Require password, rather than autoloading password-read.
5667
5668 2007-11-29  Glenn Morris  <rgm@gnu.org>
5669
5670         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5671         (sasl-make-client, sasl-next-step, sasl-step-data)
5672         (sasl-step-set-data): Declare as functions.
5673
5674 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5675
5676         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5677
5678 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5679
5680         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5681         certs should be verified and what is to be done in the event of a
5682         verification failure.
5683
5684         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5685         caller can indicate whether the cache should be disregarded for this
5686         call.  This way the result of the call is reproducible at all times and
5687         can be considered a canonical server name for the supplied method.
5688         (gnus-agent-method-p): Canonicalize server names by pushing their
5689         method through `gnus-method-to-server' using the no-cache argument.
5690
5691         * gnus-srvr.el (gnus-server-insert-server-line): Call
5692         `gnus-method-to-server' with `no-cache' argument.
5693
5694         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5695         gnus-agent-possibly-synchronize-flags as this should be called when the
5696         server is actually being opened.
5697         (gnus-agent-possibly-synchronize-flags)
5698         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5699         flags file of an agentized server to the latter function.
5700
5701         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5702         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5703         after a connection has been established successfully.
5704
5705 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-art.el (article-display-face): Force to display face if called
5708         interactively; check if gnus-article-x-face-too-ugly matches author.
5709         (article-display-x-face): Display face even if From header is missing
5710         as article-display-face does.
5711
5712 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5713
5714         * hashcash.el (message-narrow-to-headers-or-head)
5715         (message-fetch-field, message-goto-eoh)
5716         (message-narrow-to-headers): Declare as functions.
5717
5718 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * mail-source.el (mail-sources): Default to fetch from file for
5721         compatibility with default of nnmail-spool-file.
5722
5723 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5726         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5727         to look for encoded word that should be encoded again.
5728         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5729         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5730         encoding pattern.
5731         (rfc2047-decode-region): Switch strict regexp and loose one according
5732         to rfc2047-allow-irregular-q-encoded-words.
5733
5734 2007-11-25  Romain Francoise  <romain@orebokech.com>
5735
5736         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5737
5738 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * tls.el (tls-program): Provide more custom choices from
5741         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5742         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5743
5744 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5745
5746         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5747         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5748
5749         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5750         `nnmail-spool-file'.
5751
5752         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5753         `nnmail-spool-file'.
5754
5755         * gnus-move.el (gnus-change-server): Ditto.
5756
5757         * gnus-kill.el (gnus-batch-score): Ditto.
5758
5759         * gnus-cache.el (gnus-jog-cache): Ditto.
5760
5761         * gnus-msg.el (gnus-summary-reply):
5762         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5763
5764 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5767         version.  Minor improvement to doc strings.
5768         (tls-program): Add comment.
5769
5770 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5771
5772         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5773         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5774         mismatch between the hostname provided in the certificate and the name
5775         of the host connnecting to.
5776         (open-tls-stream): Use them.  Check certificates against trusted root
5777         certificates.
5778
5779 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * gnus-cache.el (gnus-cache-generate-nov-databases):
5782         Use nnml-generate-nov-databases-directory instead of
5783         nnml-generate-nov-databases-1.
5784
5785 2007-11-24  Glenn Morris  <rgm@gnu.org>
5786
5787         * message.el (message-tool-bar-retro): Update for rename
5788         mail_send.xpm->mail-send.xpm.
5789
5790 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5791
5792         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5793         `smime-ldap-search' for Emacs 22 and up.
5794
5795 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5796
5797         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5798
5799         * message.el (message-send-mail-function): Fix error convention.
5800         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5801         (message-widen-reply, message-send-mail, message-talkative-question)
5802         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5803         (message-clone-locals, message-send-news): Use with-current-buffer.
5804         (message-insert-or-toggle-importance): Remove unused var `valid'.
5805         (message-make-references): Remove unused var `new-references'.
5806         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5807
5808 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5809
5810         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5811         (spam-split-symbolic-return-positive): Reflow docstring.
5812         (spam-backends, spam-summary-exit-behavior)
5813         (spam-mark-ham-unread-before-move-from-spam-group)
5814         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5815         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5816         (spam-clear-cache, spam-backend-check, spam-install-backend)
5817         (spam-install-statistical-backend, spam-list-of-processors)
5818         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5819         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5820         (spam-check-crm114, spam-initialize, spam-unload-hook):
5821         Fix typos in docstrings.
5822
5823 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5826         been checked if they have never been read and those group levels are
5827         higher than the one that a user specified.
5828
5829 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5832         foreign groups unless a group level is specified by a user.
5833         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5834
5835 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * message.el (message-send-mail-function): Require sendmail.
5838
5839 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5840
5841         * message.el (message-send-mail-function): Check for smtpmail too.
5842
5843         * utf7.el (utf7-encode, utf7-decode): Use coding system
5844         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5845
5846         * message.el (message-send-mail-function): New function.
5847         (message-send-mail-function): Set default using
5848         message-send-mail-function.  Adjust doc string.
5849         (message-send-mail-with-mailclient): New function.
5850
5851 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5852
5853         * smime.el (from):
5854         * rfc2047.el (message-posting-charset):
5855         * qp.el (mm-use-ultra-safe-encoding):
5856         * pop3.el (parse-time-months):
5857         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5858         * nnml.el (files):
5859         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5860         (jka-compr-compression-info-list, ange-ftp-path-format)
5861         (efs-path-regexp):
5862         * nndiary.el (files):
5863         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5864         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5865         (epg-digest-algorithm-alist, inhibit-redisplay)
5866         (password-cache-expiry):
5867         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5868         (pgg-output-buffer, password-cache-expiry):
5869         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5870         (efs-path-regexp):
5871         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5872         (inhibit-redisplay):
5873         * mm-uu.el (file-name, start-point, end-point, entry)
5874         (gnus-newsgroup-name, gnus-newsgroup-charset):
5875         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5876         (latin-unity-ucs-list):
5877         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5878         (mm-uu-binhex-decode-function):
5879         * message.el (gnus-message-group-art, gnus-list-identifiers)
5880         (rmail-enable-mime-composing, gnus-local-organization)
5881         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5882         (gnus-read-active-file, facemenu-add-face-function)
5883         (facemenu-remove-face-function, gnus-article-decoded-p)
5884         (tool-bar-mode):
5885         * mail-source.el (display-time-mail-function):
5886         * gnus-util.el (nnmail-pathname-coding-system)
5887         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5888         (gnus-original-article-buffer, gnus-user-agent)
5889         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5890         (xemacs-codename, sxemacs-codename, emacs-program-version):
5891         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5892         * gnus-start.el (gnus-agent-covered-methods)
5893         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5894         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5895         (gnus-newsgroup-headers, gnus-group-list-mode)
5896         (gnus-group-mark-positions, gnus-newsgroup-data)
5897         (gnus-newsgroup-unreads, nnoo-state-alist)
5898         (gnus-current-select-method, mail-sources)
5899         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5900         (nnmail-spool-file, gnus-cache-active-hashtb):
5901         * gnus-mh.el (mh-lib-progs):
5902         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5903         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5904         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5905         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5906         (gnus-group-buffer):
5907         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5908         (font-lock-set-defaults):
5909         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5910         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5911         (gnus-summary-post-menu, total-parts, type, condition, length):
5912         * gnus-agent.el (gnus-agent-read-agentview):
5913         * flow-fill.el (show-trailing-whitespace):
5914         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5915         eval-and-compile wrappers for byte compiler pacifiers.
5916
5917         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5918         (mm-display-inline-fontify): Check for featurep 'xemacs not
5919         extent-list.
5920
5921         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5922         itimer-list.
5923         (mm-create-image-xemacs): Only do something for XEmacs.
5924         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5925
5926         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5927
5928         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5929         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5930
5931 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5932
5933         * nnimap.el (nnimap-split-download-body):
5934         * gnus-demon.el (gnus-demon):
5935         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5936
5937 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5940         macros.
5941         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5942         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5943         copy data from unibyte buffer to multibyte current buffer.
5944         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5945         to copy data from unibyte current buffer to multibyte buffer.
5946         (nntp-make-process-buffer): Make process buffer unibyte.
5947
5948         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5949
5950 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5951
5952         * pop3.el (pop3-open-server): Accept and process data more robustly at
5953         connexion start to avoid spurious "POP SSL connexion failed" errors.
5954
5955 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5958         read group names.
5959
5960 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5963
5964 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5967         (nnmail-save-active): Use a unibyte buffer when saving active file,
5968         which may contain non-ASCII group names.
5969
5970         * nnml.el (nnml-request-group): Decode group names in messages.
5971
5972 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * message.el (message-citation-line-function)
5975         (message-insert-formatted-citation-line): Fix spelling of
5976         `message-insert-formated-citation-line'.
5977
5978 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5981
5982 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5985         nnmail-pathname-coding-system.
5986
5987         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5988         that a user enters; decode group names in messages.
5989
5990         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5991
5992 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5995
5996         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5997
5998         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5999         risky local variable.
6000
6001         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6002
6003 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6004
6005         * encrypt.el: Improve documentation to fix function name typo.
6006         Reported by Daiki Ueno <ueno@unixuser.org>.
6007
6008 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6011         even if the point is not in the last page of an article.
6012         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6013         back to the previous page.
6014
6015 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6018
6019 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6022
6023 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6024
6025         * message.el (message-check-news-body-syntax): Avoid
6026         mm-string-as-multibyte.
6027         (message-hide-headers): Don't assume (point-min)==1.
6028
6029 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6030
6031         * message.el (message-remove-blank-cited-lines): Fix if remove is
6032         given.
6033         (message-bogus-address-regexp): New variable.
6034         (message-bogus-recipient-p): New function.
6035         (message-check-recipients): New command.
6036         (message-syntax-checks): Add `bogus-recipient'.
6037         (message-fix-before-sending): Add `bogus-recipient'.
6038
6039         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6040         (gnus-treat-body-boundary): Don't test window-system.
6041
6042 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6043
6044         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6045
6046 2007-10-28  Miles Bader  <miles@gnu.org>
6047
6048         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6049         at compile-time too.
6050
6051 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * gnus-msg.el (gnus-message-setup-hook): Add
6054         `message-remove-blank-cited-lines' to options.
6055
6056 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * message.el (message-remove-blank-cited-lines): New function.
6059         Suggested by Karl Plästerer.
6060
6061 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6064         mapc.
6065
6066         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6067         (top-level): Use mapc to set functions to be traced for debugging.
6068
6069         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6070         called for effect with while loop.
6071
6072         * message.el (message-talkative-question): Replace mapcar called for
6073         effect with mapc.
6074
6075         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6076         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6077         called for effect with dolist.
6078
6079         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6080
6081         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6082         gnus-extra-headers and nnmail-extra-headers.
6083
6084         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6085         called for effect with dolist.
6086         (top-level): Use mapc to set functions to be traced for debugging.
6087
6088         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6089         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6090         dolist.
6091
6092         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6093         Replace mapcar called for effect with mapc.
6094         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6095         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6096         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6097         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6098
6099         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6100         remove-if that's a cl function.
6101
6102         * webmail.el (webmail-debug): Replace mapcar called for effect with
6103         dolist.
6104
6105         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6106         with mapc.
6107
6108 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6111         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6112         with while loop.
6113
6114         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6115         functions from article-* functions.
6116         (gnus-multi-decode-header): Replace mapcar called for effect with
6117         dolist.
6118
6119         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6120         (gnus-bookmark-show-details): Replace mapcar called for effect with
6121         while loop.
6122
6123         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6124         called for effect with while loop.
6125
6126         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6127         with dolist.
6128
6129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6130         mapcar called for effect with dolist.
6131
6132         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6133
6134         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6135         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6136         Replace mapcar called for effect with dolist.
6137         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6138         mapc.
6139
6140         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6141         Replace mapcar called for effect with dolist.
6142         (gnus-topic-list): Replace mapcar called for effect with mapc.
6143
6144         * gnus.el: Use mapc instead of mapcar to add autoloads.
6145
6146 2007-10-23  Richard Stallman  <rms@gnu.org>
6147
6148         * gnus-group.el (gnus-group-highlight): Mark as risky.
6149
6150 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus.el (gnus-server-to-method): Return method found first in
6153         gnus-newsrc-alist.
6154
6155         * gnus-art.el (gnus-article-highlight-signature)
6156         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6157         button overlay without the front stickiness.
6158
6159 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6160
6161         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6162         overview buffer needed a catch to receive its throw.
6163         (gnus-agent-flush-cache): Declared as interactive to make this function
6164         easier to use.
6165
6166 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6169         `next-line'.
6170
6171 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6174         exclude address matching message-dont-reply-to-names.
6175
6176 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-util.el (gnus-string<): New function.
6179
6180         * gnus-sum.el (gnus-article-sort-by-author)
6181         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6182
6183 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6186         the frame-focus tag is set in gnus-buffer-configuration.
6187
6188 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6191         the front stickiness.
6192
6193 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6196         url pattern; remove duplicate one.
6197         (gnus-article-extend-url-button): New function.
6198         (gnus-article-add-buttons): Use it.
6199         (gnus-button-push): Use concatenated url that it makes.
6200
6201 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6202
6203         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6204
6205 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6206
6207         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6208         Don't hardcode point-min==1.
6209
6210 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6213         Fix comment about "iso8859-1".
6214
6215 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6216
6217         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6218         ones returned from the verify-function.
6219
6220         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6221         mml2015-extract-cleartext-signature if extraction failed.
6222
6223 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6224
6225         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6226         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6227         failed.
6228
6229 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6232
6233 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6236         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6237         recommends to use EasyPG instead of PGG.
6238
6239         * pgg.el: Revert to revision 6.23.2.16.
6240
6241         * pgg-def.el: Revert to revision 6.6.2.14.
6242
6243         * pgg-gpg.el: Revert to revision 6.23.2.34.
6244
6245 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6246
6247         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6248         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6249         thread for both the null and zero (kill/expire thread) universal prefix
6250         cases.
6251         (gnus-summary-expire-thread): Add new function to expire a thread,
6252         using gnus-summary-kill-thread.
6253         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6254         shortcuts for gnus-summary-expire-thread.
6255         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6256         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6257
6258 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6261         extras value, so an extras entry can be deleted.
6262         (gnus-registry-delete-extra-entry): Use it.
6263         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6264         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6265         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6266         storage through the gnus-registry, and provide an appropriate API for
6267         it.
6268
6269 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6272         Suggested by Leo <sdl.web@gmail.com>.
6273
6274         * gnus.el: Do.
6275
6276 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6279         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6280
6281         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6282
6283         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6284         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6285
6286 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6289         newline.
6290         (nnmbox-request-accept-article): Don't change article in source buffer;
6291         narrow to header to use message-fetch-field rather than
6292         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6293         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6294         as delimiters; make sure article ends with newline.
6295         (nnmbox-delete-mail): Correct last position of article to be deleted;
6296         ignore X-Gnus-Newsgroup header in article body.
6297         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6298         positions; make sure article ends with newline.
6299
6300         * message.el (message-display-abbrev): Don't infloop when a user
6301         inserts SPC in the beginning of header.
6302
6303         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6304         coding-system-for-read and coding-system-for-write for XEmacs having no
6305         file-coding feature.
6306
6307         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6308
6309 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6310
6311         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6312         list of groups not followed by default.  Fix type to be regexp.
6313         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6314
6315 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6316
6317         * hmac-def.el (define-hmac-function): Switch from old-style to
6318         new-style backquotes.
6319
6320         * md4.el (md4-make-step): Likewise.
6321
6322 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6325         raw-text coding system when saving .newsrc file, which may contain
6326         non-ASCII group names.
6327
6328 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus-cus.el (gnus-score-extra): New widget.
6331         (gnus-score-extra-convert): New function.
6332         (gnus-score-customize): Use it for Extra.
6333
6334 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6335
6336         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6337         (mml2015-mailcrypt-clear-verify): Use it.
6338         (mml2015-gpg-clear-verify): Use it.
6339         (mml2015-pgg-clear-verify): Use it.
6340         (mml2015-epg-clear-verify): Replace the current part with the output
6341         from GnuPG; don't extract the plaintext by itself.
6342
6343         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6344         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6345         mml2015-clear-verify-function; don't touch the armor headers or
6346         dash-escaped text here.
6347
6348 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6351         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6352         parts, or application/octet-stream as a last resort.
6353         (gnus-mime-view-part-as-type): Don't toggle display.
6354         (gnus-mime-view-part-as-charset): Don't turn off display before
6355         querying charset.
6356
6357         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6358         stuff to undisplayer function in Emacs.
6359         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6360
6361         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6362         text/calendar parts.
6363
6364 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6367         decoding text/calendar parts.
6368
6369         * message.el (message-forward-make-body-mime): Always mark body as
6370         having no illegible text; remove signed-or-encrypted argument.
6371         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6372
6373         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6374         (mml-generate-mime-1): Don't encode body if it is specified to be in
6375         raw form; don't make buffer be unibyte when inserting multibyte string.
6376
6377 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6378
6379         * sha1.el: Fix up comment style.
6380         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6381         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6382
6383         * hex-util.el: Fix up comment style.
6384         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6385
6386         * gnus-salt.el: Use with-current-buffer.
6387         (gnus-pick-setup-message): Fix long-standing typo.
6388
6389 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * imap.el (imap-logout-timeout): New variable.
6392         (imap-logout, imap-logout-wait): New functions.
6393         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6394
6395         * nnimap.el (nnimap-logout-timeout): New server variable.
6396         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6397         nnimap-logout-timeout.
6398
6399         * gnus-art.el (gnus-article-summary-command-nosave)
6400         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6401
6402 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus.el (gnus-maximum-newsgroup): New variable.
6405
6406         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6407         according to gnus-maximum-newsgroup.
6408
6409         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6410         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6411         Limit the range of articles according to gnus-maximum-newsgroup.
6412
6413 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6414
6415         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6416         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6417         Don't perform gnus-configure-windows here; reuse existing sticky
6418         article buffer.
6419
6420         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6421         it doesn't exist in gnus-article-mode.
6422
6423 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6426         (gnus-agent-decoded-group-name): New function.
6427         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6428         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6429
6430 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6431
6432         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6433         Add binding for gnus-sticky-article.
6434         (gnus-summary-exit): Don't kill sticky article buffers.
6435
6436         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6437         article buffer.
6438         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6439         (gnus-kill-sticky-article-buffers): New commands.
6440
6441 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * nntp.el (nntp-xref-number-is-evil): New server variable.
6444         (nntp-find-group-and-number): If it is non-nil, don't trust article
6445         numbers in the Xref header.
6446
6447 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-agent.el (gnus-agent-read-group): New function.
6450         (gnus-agent-flush-group, gnus-agent-expire-group)
6451         (gnus-agent-regenerate-group): Use it.
6452         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6453         nnmail-pathname-coding-system.
6454
6455 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6458
6459         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6460         that are unread as unread, and also as selected so that information of
6461         marks having been changed by a user may be updated when exiting group.
6462
6463 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6466         calculated ignoring signature parts to gnus-treat-article.
6467
6468 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6471         a point here in order to keep the window start.
6472         (gnus-insert-mime-security-button): Make a button overlay without the
6473         front stickiness.
6474         (gnus-mime-display-security): Goto the end of a button.
6475
6476         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6477
6478 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6481         group-name-at-point.
6482         (gnus-group-completing-read): New function that offers decoded
6483         non-ASCII group names for completion.
6484         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6485         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6486         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6487         (gnus-group-fetch-control): Use it.
6488         (gnus-fetch-group): Use group-name-at-point for the initial value
6489         rather than the default value; use gnus-alive-p.
6490
6491         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6492         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6493         (gnus-summary-post-news): Use gnus-group-completing-read.
6494
6495         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6496         (gnus-read-move-group-name): Decode group name for completion.
6497
6498 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6499
6500         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6501         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6502         Yamaoka slightly modified the code).
6503
6504 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6507         (nnmail-split-incoming): Bind it.
6508
6509         * nnml.el (nnml-group-name-charset): New function.
6510         (nnml-decoded-group-name): Use it; don't decode group name if
6511         nnmail-group-names-not-encoded-p is non-nil.
6512         (nnml-encoded-group-name): New function.
6513         (nnml-group-pathname): Inline nnml-decoded-group-name.
6514         (nnml-request-expire-articles): Decode group name in message.
6515         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6516         nnmail-pathname-coding-system.
6517         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6518         not decoded ones according to nnmail-group-names-not-encoded-p.
6519         (nnml-generate-active-info): Use nnml-encoded-group-name.
6520
6521 2007-08-08  Glenn Morris  <rgm@gnu.org>
6522
6523         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6524         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6525         doc-strings and comments.
6526
6527 2007-07-25  Glenn Morris  <rgm@gnu.org>
6528
6529         * Relicense all FSF files to GPLv3 or later.
6530
6531 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-sum.el (gnus-summary-move-article): Make
6534         gnus-summary-respool-article work.
6535
6536 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6539         string.
6540
6541 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6542
6543         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6544         that should be ignored when comparing distant RSS articles with local
6545         ones.
6546         (nnrss-make-hash-index): New function.  Create a hash index according
6547         to the ignored fields.
6548         (nnrss-check-group): Use it.
6549
6550 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6553
6554         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6555
6556         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6557         the new optional argument ENCODED is non-nil.
6558         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6559         coding system for encoding group name.
6560         (gnus-group-make-rss-group): Pass un-encoded group name to
6561         gnus-group-make-group.
6562         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6563         encoded.
6564
6565         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6566         Encode group name to which articles are moved or copied.
6567         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6568         coding system for encoding Newsgroup, Followup-To and Xref headers.
6569
6570         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6571         marks; use nnheader-file-coding-system to write a file.
6572         (nnagent-retrieve-headers): Bind file-name-coding-system to
6573         nnmail-pathname-coding-system.
6574
6575         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6576
6577         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6578         (nnml-request-article, nnml-request-create-group)
6579         (nnml-request-rename-group, nnml-find-id)
6580         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6581         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6582         (nnml-save-marks): Use nnml-group-pathname instead of
6583         nnmail-group-pathname.
6584
6585         (nnml-request-create-group, nnml-request-expire-articles)
6586         (nnml-request-move-article, nnml-request-delete-group)
6587         (nnml-deletable-article-p, nnml-possibly-create-directory)
6588         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6589         (nnml-open-marks): Bind file-name-coding-system to
6590         nnmail-pathname-coding-system.
6591
6592         (nnml-request-article): Pass server argument to nnml-find-group-number.
6593         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6594         server argument to nnml-possibly-create-directory.
6595         (nnml-request-accept-article): Pass server argument to
6596         nnml-active-number and nnml-save-mail.
6597         (nnml-find-group-number): Pass server argument to nnml-find-id.
6598         (nnml-request-update-info): Pass server argument to
6599         nnml-marks-changed-p.
6600
6601         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6602         (nnml-save-mail, nnml-active-number): Add server argument.
6603
6604         (nnml-request-delete-group): Warn if group is missing.
6605         (nnml-get-nov-buffer): Decode group name.
6606         (nnml-generate-active-info): Encode group name.
6607         (nnml-open-marks): Decode group name in messages.
6608
6609 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6612         if it is not specified.
6613         (gnus-article-pipe-part, gnus-article-save-part)
6614         (gnus-article-interactively-view-part, gnus-article-copy-part)
6615         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6616         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6617         (gnus-article-replace-part, gnus-article-delete-part)
6618         (gnus-article-view-part-as-type): Pass raw prefix argument to
6619         gnus-article-part-wrapper.
6620
6621 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-agent.el (gnus-agent-save-active): Bind
6624         nnheader-file-coding-system to gnus-agent-file-coding-system.
6625
6626         * gnus-cache.el (gnus-cache-save-buffers)
6627         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6628         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6629         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6630         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6631         (gnus-cache-generate-active, gnus-cache-rename-group)
6632         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6633         (gnus-cache-update-overview-total-fetched-for): Bind
6634         file-name-coding-system to nnmail-pathname-coding-system.
6635         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6636         variables.
6637         (gnus-cache-decoded-group-name): New function.
6638         (gnus-cache-file-name): Use it.
6639         (gnus-cache-generate-active): Use non-decoded group name for active.
6640
6641         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6642         right place.
6643         (gnus-write-active-file): Don't break non-ASCII group names.
6644
6645         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6646         nnmail-pathname-coding-system.
6647
6648         * lpath.el: Bind default-file-name-coding-system,
6649         file-name-coding-system and language-info-alist for XEmacs.
6650
6651         * gnus-uu.el (gnus-uu-decode-save): Typo.
6652
6653 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6656
6657 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6660         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6661         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6662         (gnus-agent-flush-group, gnus-agent-flush-cache)
6663         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6664         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6665         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6666         (gnus-agent-regenerate-group)
6667         (gnus-agent-update-files-total-fetched-for)
6668         (gnus-agent-update-view-total-fetched-for): Bind
6669         file-name-coding-system to nnmail-pathname-coding-system.
6670         (gnus-agent-group-pathname): Don't encode file names by
6671         nnmail-pathname-coding-system.
6672         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6673         coding-system-for-write instead of buffer-file-coding-system to
6674         gnus-agent-file-coding-system.
6675
6676         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6677         Decode group name.
6678
6679         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6680
6681         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6682         (gnus-read-newsrc-el-file): Make group names unibyte.
6683
6684         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6685         nnmail-pathname-coding-system.
6686
6687         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6688         (nnrss-request-delete-group): Bind file-name-coding-system to
6689         nnmail-pathname-coding-system.
6690         (nnrss-read-server-data, nnrss-read-group-data): Bind
6691         file-name-coding-system correctly.
6692         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6693
6694         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6695         (nntp-server-to-method-cache): New variable.
6696         (nntp-group-pathname): New function that decodes non-ASCII group names.
6697         (nntp-possibly-create-directory, nntp-marks-changed-p)
6698         (nntp-save-marks, nntp-open-marks): Use it.
6699         (nntp-possibly-create-directory, nntp-open-marks):
6700         Bind file-name-coding-system to nnmail-pathname-coding-system.
6701         (nntp-open-marks): Decode group names when bootstrapping marks.
6702
6703         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6704         Newsgroups and Folowup-To headers.
6705
6706 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6709         (gnus-server-closed-face, gnus-server-denied-face)
6710         (gnus-server-offline-face): Remove variable.
6711         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6712
6713         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6714         of modifying message-stack directly for XEmacs.
6715
6716         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6717         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6718         if the coding-system argument is nil for XEmacs.
6719
6720         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6721         mm-charset-override-alist.
6722
6723         * rfc2047.el: Don't require base64; require rfc2045 for the function
6724         rfc2045-encode-string.
6725         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6726         to quote the parameter value.
6727
6728 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6731         form in gnus-group-name-charset-method-alist.
6732
6733         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6734         overrides the default layout edit-form.
6735
6736         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6737
6738         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6739
6740 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6743         as unfetched articles.
6744
6745 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6748
6749 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6752         original back end that keeps marks in the local system.
6753
6754 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6757         arg of pop-to-buffer for XEmacs.
6758         (gnus-article-read-summary-keys): Ditto; don't restore window
6759         configuration if summary command ends up with neither article buffer
6760         nor summary buffer; describe bindings if summary keys end with C-h.
6761
6762 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * message.el (message-fix-before-sending): Skip raw message part to be
6765         forwarded while checking illegible text.
6766         (message-forward-make-body-mime, message-forward-make-body): Mark
6767         signed or encrypted raw message as having no illegible text.
6768
6769 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6772         (gnus-message-with-timestamp-1): New macro.
6773         (gnus-message-with-timestamp): New function.
6774         (gnus-message): Use them.
6775
6776         * nnheader.el (nnheader-message): Use them.
6777
6778 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6781         .newsrc.eld file.
6782
6783 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-agent.el (gnus-agent-fetch-headers)
6786         (gnus-agent-retrieve-headers): Bind
6787         gnus-decode-encoded-address-function to identity.
6788
6789         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6790         available also when the server returns simply a dot.
6791
6792         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6793
6794 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6797
6798 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-ems.el (gnus-x-splash): Make it work.
6801
6802         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6803         from being used.
6804
6805         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6806
6807 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6810         4th and the 5th arguments.
6811
6812         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6813         the front stickiness.
6814         (gnus-article-summary-command-nosave): Correct the order of the
6815         arguments passed to pop-to-buffer.
6816         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6817         summary command ends up with the article buffer.
6818
6819         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6820         the same faces.
6821
6822 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6823
6824         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6825
6826 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6827
6828         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6829         * gnus-sum.el (gnus-summary-highlight):
6830         * pgg.el (pgg-sign-region, pgg-sign):
6831         * mail-source.el (mail-source-delete-old-incoming-confirm):
6832         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6833
6834 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-art.el (gnus-mime-view-part-externally)
6837         (gnus-mime-view-part-internally): Fix predicate function passed to
6838         completing-read.
6839
6840         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6841
6842         * gnus.el (gnus-update-message-archive-method): Add :version.
6843
6844 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus.el (gnus-update-message-archive-method): New variable.
6847
6848         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6849         according to gnus-message-archive-method if
6850         gnus-update-message-archive-method is non-nil.
6851
6852 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6855         by Loic Dachary <loic@dachary.org>.
6856         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6857
6858 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * message.el (message-pop-to-buffer): Add switch-function argument.
6861         (message-mail): Pass switch-function argument to it.
6862
6863 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6866         Improve doc string.
6867
6868 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6871         (gnus-header-content)
6872         * gnus-cite.el (gnus-cite-10)
6873         * gnus-srvr.el (gnus-server-closed)
6874         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6875         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6876         (gnus-group-mail-3-empty, gnus-group-mail-low)
6877         (gnus-group-mail-low-empty, gnus-splash)
6878         * message.el (message-header-to, message-header-cc)
6879         (message-header-subject, message-header-other, message-header-name)
6880         (message-header-xheader, message-separator, message-cited-text)
6881         (message-mml): Lighten colors of faces used for dark background.
6882
6883 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6884
6885         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6886         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6887
6888 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * message.el (message-narrow-to-headers-or-head):
6891         Ignore mail-header-separator in the body.
6892
6893 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6896         same as window size.
6897
6898 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6899
6900         * message.el (message-font-lock-keywords): Use message-header-xheader
6901         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6902         ahead of the anything pattern, to get it recognised.
6903
6904 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6907         spam.el loads uses it in the compiled defadvice form.
6908
6909 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6910
6911         * gnus-sum.el (gnus-articles-to-read)
6912         (gnus-summary-insert-old-articles): Don't truncate group name for
6913         `read-string'.
6914
6915         * gnus-util.el (gnus-limit-string): Delete this function.
6916
6917         * gnus-sum.el (gnus-simplify-subject-fully): Use
6918         `truncate-string-to-width' instead.
6919
6920 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6921
6922         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6923         if, on summary exit, the next group has to be selected.
6924         (gnus-summary-exit): Use it.
6925
6926 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6929         non-break space.
6930
6931 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6934         Check if group is not a directory.
6935         (nnfolder-request-expire-articles): Don't delete articles if the target
6936         group is not available.
6937
6938         * nnml.el (nnml-request-create-group): Properly check if group is not a
6939         file.
6940         (nnml-request-expire-articles): Don't delete articles if the target
6941         group is not available.
6942
6943         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6944         Don't quote characters that are within parentheses.
6945
6946 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6949         (gnus-handle-ephemeral-exit): Select article according to it.
6950
6951 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6952
6953         * message.el (message-insert-formated-citation-line): Remove newline.
6954         (message-citation-line-format): Add final \n here so that the user can
6955         avoid a blank line.
6956
6957 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6958
6959         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6960         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6961         Update lanl/arXiv support.
6962
6963 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * gnus.el: Bump version number.
6966
6967 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus.el (gnus-version-number): Bump version.
6970
6971 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6972
6973         * gnus.el: No Gnus v0.6 is released.
6974
6975 2007-04-27  Didier Verna  <didier@xemacs.org>
6976
6977         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6978         * gmm-utils.el (gmm-regexp-concat): here.
6979         * message.el: Don't require 'gnus-util.
6980         (message-dont-reply-to-names): Handle name change above.
6981         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6982
6983 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6986         since the initial value varies according to the system.
6987
6988 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6991
6992 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6993
6994         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6995
6996 2007-04-24  Didier Verna  <didier@xemacs.org>
6997
6998         Improve the type of gnus-ignored-from-addresses.
6999         * gnus-util.el (gnus-orify-regexp): New function.
7000         * message.el (gnus-util): Require it.
7001         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7002         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7004
7005 2007-04-24  Didier Verna  <didier@xemacs.org>
7006
7007         * gnus-sum.el:
7008         * gnus-utils.el: Fix some trailing whitespaces.
7009
7010 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7013         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7014         article's Message-ID; refer parent article in summary buffer.
7015
7016         * message.el (message-bounce): Call mime-to-mml.
7017
7018         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7019         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7020         optimize and/or forms properly.
7021
7022 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7025         URL.
7026
7027 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7030
7031 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7034         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7035         displayed of multipart/alternative part if it is invoked from summary
7036         buffer.
7037
7038         * mm-view.el (mm-inline-text-html-render-with-w3m)
7039         (mm-inline-text-html-render-with-w3m-standalone)
7040         (mm-inline-render-with-function): Use mail-parse-charset by default.
7041
7042 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7043
7044         * parse-time.el (parse-time-string-chars): Check if CHAR
7045         is less than the length of parse-time-syntax.
7046
7047 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7050         from gnus-newsgroup-processable.
7051
7052 2007-04-16  Didier Verna  <didier@xemacs.org>
7053
7054         * gnus-msg.el (gnus-configure-posting-styles): Handle
7055         message-signature-directory properly with :file syntax.  Reported by
7056         "Leo".
7057
7058 2007-04-11  Didier Verna  <didier@xemacs.org>
7059
7060         New user option: message-signature-directory.
7061         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7062         * message.el (message-insert-signature): Ditto.
7063         * message.el (message-signature-file): Doc update.
7064         * message.el (message-signature-directory): New.
7065
7066 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-msg.el (gnus-inews-yank-articles): Use
7069         message-exchange-point-and-mark instead of exchange-point-and-mark.
7070
7071 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * message.el (message-yank-original): Make sure cited text ends with
7074         newline; don't exchange point and mark.
7075
7076 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7077
7078         * tls.el (open-tls-stream): Properly handle case where there
7079         is no associated buffer.
7080
7081 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7082
7083         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7084         message-yank-original, make sure (< mark TEXT point).
7085
7086 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7087
7088         * message.el (message-fill-column): New variable.
7089         (message-mode): Use it.  Add comment on a possible new hook.
7090
7091         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7092         (nnmail-get-new-mail): Reformat.
7093
7094         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7095
7096         * gmm-utils.el: Fix Commentary.
7097         (gmm-tool-bar-from-list): Fix typo in doc string.
7098
7099 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7100
7101         * message.el (message-yank-original): Don't switch point and mark
7102         unnecessarily to put point and mark as documented.
7103
7104 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105
7106         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7107         from the message heads.
7108
7109 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7110
7111         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7112         article buffer does not have a window.  This may not be the best
7113         solution but is certainly better than setting the start of the null,
7114         that is the current, window.
7115
7116 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7119         (gnus-draft-setup): Run it.
7120
7121         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7122         gnus-score-fast-scoring.  Allow regexp.
7123         (gnus-score-headers): Use it.
7124
7125         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7126         XEmacs.
7127
7128         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7129         string.
7130         (gnus-button-alist): Also catch `<f1> k ...'.
7131         (gnus-treat-display-x-face): Fix doc string.
7132
7133 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7134
7135         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7136         evaluation of gnus-extended-version to ensure correct generation of the
7137         User-Agent header when message-generate-headers-first is used.
7138
7139 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7140
7141         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7142         hashcash-path is nil.  Don't call callback with incorrect number of
7143         parameters if val is 0.
7144
7145 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7146
7147         * message.el (message-required-news-headers):
7148         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7149
7150 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7151
7152         * tls.el (open-tls-stream): In handshake-waiting loop,
7153         don't wait more if there is output available to process.
7154
7155 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7156
7157         * tls.el (tls-program): Doc fix.
7158
7159 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * message.el (message-generate-new-buffers): Change the meaning of the
7162         nil value; add `standard' to the choices; treat t as `unique'; improve
7163         doc string.
7164         (gnus-select-frame-set-input-focus): Autoload.
7165         (message-buffer-name): Search for the existing message buffer if
7166         message-generate-new-buffers is nil or `standard'; treat the value t of
7167         message-generate-new-buffers as `unique'.
7168         (message-pop-to-buffer): Raise the frame already displaying the message
7169         buffer; clear the echo area after querying.
7170         (message-setup): Pass the `continue' argument to compose-mail.
7171         (message-mail): Prefer `switch-function' if it is given; search for the
7172         existing message buffer if the `continue' argument is non-nil; pass
7173         continue and switch-function arguments to compose-mail by way of
7174         message-setup.
7175         (message-mail-other-window): Adjust argument of message-setup.
7176         (message-mail-other-frame): Ditto.
7177
7178 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7181         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7182         to turn font-lock on when turning gnus-message-citation-mode on.
7183
7184 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7185
7186         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7187         (mml-smime-function-alist): New variable; add epg as the backend.
7188         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7189         mml-smime- functions instead.
7190         * mm-view.el: Require smime.
7191
7192 2007-03-05  Didier Verna  <didier@xemacs.org>
7193
7194         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7195         instead of just inheritance for posting styles.
7196         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7197
7198 2007-02-24  Chris Moore  <dooglus@gmail.com>
7199
7200         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7201         * pgg-pgp.el (pgg-pgp-encrypt-region):
7202         * pgg-gpg.el (pgg-gpg-encrypt-region):
7203         Check pgg-encrypt-for-me if no other recipients.
7204
7205 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7206
7207         * tls.el (tls-certtool-program): Fix custom type.
7208
7209 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7212         and point-at-eol instead of line-(beginning|end)-position.
7213
7214         * assistant.el (assistant-parse-buffer): Ditto.
7215
7216         * netrc.el (netrc-parse-services): Ditto.
7217
7218 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7219
7220         * mml2015.el (mml2015-epg-find-usable-key): New function.
7221         (mml2015-epg-sign): Use it.
7222         (mml2015-epg-encrypt): Use it.
7223
7224 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * message.el (message-make-in-reply-to): Quote name containing
7227         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7228         if there are special characters.  Reported by NAKAJI Hiroyuki
7229         <nakaji@jp.freebsd.org>.
7230
7231 2007-02-27  Didier Verna  <didier@xemacs.org>
7232
7233         Include the group parameters as well as the topic ones in the
7234         inheritance filter process.
7235         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7236         argument GROUP-PARAMS-LIST.
7237         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7238
7239 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * nntp.el (nntp-never-echoes-commands)
7242         (nntp-open-connection-functions-never-echo-commands): New variables.
7243         (nntp-send-command): Use them.
7244
7245 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7246
7247         * mml2015.el (mml2015-epg-verify): Simplified.
7248
7249 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * mml.el (mml-content-disposition-alist): New user option.
7252         (mml-content-disposition): New function.
7253         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7254         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7255
7256 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7257
7258         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7259         verification.
7260
7261 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7262
7263         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7264         articles posted in the last 24 hours.
7265
7266 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7267
7268         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7269
7270 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7271
7272         * nntp.el (nntp-send-command): Don't wait for echoes when
7273         nntp-open-ssl-stream is used.
7274
7275 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7278         (gnus-message-add-citation-keywords)
7279         (gnus-message-remove-citation-keywords): Remove.
7280         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7281         directly, make the variables in font-lock-defaults buffer-local, add
7282         gnus-message-citation-keywords to them and then update the value of
7283         font-lock-keywords.
7284
7285 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * message.el (message-cite-original-1): Don't call
7288         gnus-article-highlight-citation.
7289
7290         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7291         citations; fix line count.
7292
7293 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7296         (gnus-message-add-citation-keywords)
7297         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7298         versions of font-lock-add-keywords and font-lock-remove-keywords to
7299         work with XEmacs correctly.
7300
7301 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-cite.el (gnus-cite-face-list): Set the values of
7304         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7305         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7306         (gnus-message-cite-prefix-regexp): New variable.
7307         (gnus-message-search-citation-line): Use it; protect against long
7308         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7309         the 0th match data for Emacs.
7310         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7311         (gnus-message-add-citation-keywords): Append keywords rather than
7312         prepending; emulate font-lock-add-keywords if it is not available.
7313         (gnus-message-remove-citation-keywords): Emulate
7314         font-lock-remove-keywords if it is not available.
7315
7316         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7317
7318         * message.el (message-cite-prefix-regexp): Set the value of
7319         gnus-message-cite-prefix-regexp.
7320
7321 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7322
7323         * nnweb.el (nnweb-google-parse-1): Update parser.
7324
7325 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7326
7327         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7328
7329 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7330
7331         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7332         regexp.
7333
7334 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7337         string-to-multibyte.
7338         (uudecode-decode-region-internal): Use it.
7339
7340         * lpath.el: Fbind string-as-multibyte for XEmacs.
7341
7342 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7345         custom choice.
7346
7347         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7348
7349 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7350
7351         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7352
7353         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7354         `write-region' to respect `mm-inhibit-file-name-handlers'.
7355
7356 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7359         Use gnus-home-directory instead of "~/" or "$HOME".
7360
7361 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7362
7363         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7364         to mention filename.
7365         Add comments at beginning regarding usage.
7366         (encrypt-write-file-contents): Change interactive so a string is
7367         acceptable.  If the file has no associated model, show an error instead
7368         of a nonsense prompt.
7369
7370 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7371
7372         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7373         Thanks to Yoshihiko Yamada for kind notification of this typo.
7374
7375 2007-01-12  Kenichi Handa  <handa@m17n.org>
7376
7377         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7378         multibyte buffer.
7379
7380 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * gnus-score.el (gnus-score-fast-scoring): New variable.
7383         (gnus-score-headers): Use it.
7384
7385         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7386
7387         * message.el (message-cite-original-1): Call
7388         gnus-article-highlight-citation if requested.
7389         (message-make-from): Allow name and address as optional arguments.
7390
7391         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7392
7393         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7394         bugs to doc string.
7395         (gnus-button-alist): Add mid\\|message-id.
7396         (gnus-button-fetch-group): Extend for use in
7397         `browse-url-browser-function'.
7398         (gnus-button-url-regexp): Try to catch paired parentheses like in
7399         Wikipedia URLs.
7400
7401         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7402         Suggested by Simon Krahnke <overlord@gmx.li>.
7403
7404 2007-01-13  Romain Francoise  <romain@orebokech.com>
7405
7406         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7407         Update copyright.
7408
7409 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7410
7411         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7412
7413 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * gnus-registry.el (gnus-registry-unfollowed-groups)
7416         (gnus-registry-split-fancy-with-parent): Fix documentation.
7417
7418 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7421         from nnweb groups.
7422
7423 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7426         Xref urls.  Erase buffer before requesting head.
7427
7428 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7431         customizable.
7432
7433 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7434
7435         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7436         no signing key is found.
7437         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7438         no encrypting and/or signing key is found.
7439
7440 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7443
7444 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7445
7446         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7447         headers read from disk with the ones newly found in the current search.
7448         This should no longer cause problems, because the article numbers in
7449         Gmane's `nov.php' output are ignored since the previous change.
7450
7451 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7452
7453         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7454
7455 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7458         replace-regexp-in-string; bind url-version; fbind display-images-p and
7459         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7460         find-face and set-itimer-function for Emacs; bind itimer-list for
7461         Emacs.
7462
7463         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7464
7465 2007-01-01  Romain Francoise  <romain@orebokech.com>
7466
7467         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7468
7469 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7470
7471         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7472         `define-minor-mode' macro definition expanded properly.
7473         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7474         exclude it there.
7475
7476         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7477         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7478         `fboundp' test.
7479         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7480         This is OK to autoload in (S)XEmacs now.
7481
7482 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483
7484         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7485         keystroke.
7486         (gnus-summary-limit-to-singletons): Fix typo.
7487
7488         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7489         else fails.
7490
7491 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7492
7493         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7494         docstring.
7495
7496         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7497         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7498         (gnus-summary-insert-dormant-articles): Fix typo in message.
7499
7500 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7503         nil for XEmacs.
7504         (gnus-message-citation-mode): Don't autoload in XEmacs.
7505
7506         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7507
7508 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7509
7510         * nnimap.el (nnimap-expunge-search-string): Mention
7511         nnimap-search-uids-not-since-is-evil in docstring.
7512
7513 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * spam.el: Revert to make-obsolete-variable because
7516         define-obsolete-variable-alias is not supported in Emacs 21.
7517
7518         * spam.el (spam-ifile-path, spam-ifile-database-path)
7519         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7520         make-obsolete-variable.
7521         (spam-bsfilter-path, spam-bsfilter-program)
7522         (spam-spamassassin-path, spam-spamassassin-program)
7523         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7524         use "path" inappropriately.
7525         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7526         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7527         variable names.
7528
7529 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7530
7531         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7532         summary buffer.
7533
7534         * password.el (password-cache-remove): Use clear-string to burn
7535         password, if available.
7536
7537 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7540
7541         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7542
7543         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7544         (gnus-message-highlight-citation): Move defcustom here from
7545         gnus-cite.el.
7546         (gnus-message-citation-mode): Autoload.
7547
7548         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7549         checks to make it compile with XEmacs.
7550         (gnus-message-citation-mode): New minor mode.
7551         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7552         (gnus-message-highlight-citation): New variables.
7553         (gnus-message-search-citation-line)
7554         (gnus-message-add-citation-keywords)
7555         (gnus-message-remove-citation-keywords)
7556         (turn-on-gnus-message-citation-mode)
7557         (turn-off-gnus-message-citation-mode): New functions.
7558
7559 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7560
7561         * gnus-cite.el: Enable highlighting of different citation levels in
7562         message-mode.
7563
7564 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * message.el (message-make-fqdn): Fix comment.
7567         (message-bogus-system-names): Add ".local".
7568
7569         * spam.el (spam-ifile-path, spam-ifile-program)
7570         (spam-ifile-database-path, spam-ifile-database)
7571         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7572         Don't use "path" inappropriately.
7573         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7574         strings.
7575         (spam-check-ifile, spam-ifile-register-with-ifile)
7576         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7577         new variable names.
7578
7579         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7580         (gnus-treat-display-smileys): Simplify using
7581         gnus-image-type-available-p.
7582
7583         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7584         available.
7585
7586         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7587         `display-images-p' if available.
7588
7589 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7592         one after turning on the buffer's multibyteness instead of decoding
7593         them directly in the unibyte buffer that causes unexpected conversion
7594         in Emacs 23 (unicode).
7595
7596 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7597
7598         * message.el (message-generate-hashcash): Fix custom type.
7599
7600 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7603
7604 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7607         disconnect icons.  Add help text.
7608
7609 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7610
7611         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7612         negated to be consistent with the others we handle.
7613
7614 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7615
7616         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7617         version of gnus-summary-buffer to something, so that we can use two
7618         article buffers at the same time.
7619
7620 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7621
7622         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7623         trigger all the extra headers.
7624         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7625         sorting.
7626
7627 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7628
7629         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7630         solid groups.
7631
7632 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7633
7634         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7635
7636 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7637
7638         * legacy-gnus-agent.el: Add Copyright notice.
7639
7640 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7641
7642         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7643
7644 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7645
7646         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7647
7648         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7649         to make it work reliably in CVS Emacs.
7650         (gnus-summary-limit-strange-charsets-predicate)
7651         (gnus-summary-limit-to-predicate): New functions.
7652
7653 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7654
7655         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7656         specifying array size.
7657         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7658         array if it is too small.
7659         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7660         (gnus-sort-threads-loop): New function.
7661
7662 2006-12-06  Chris Moore  <dooglus@gmail.com>
7663
7664         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7665         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7666
7667 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7668
7669         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7670         options.
7671
7672 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7675         DOS-ing the recipient.
7676
7677         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7678         the headers when creating the mapping to avoid mismappings.
7679         (nnweb-gmane-create-mapping): Always nix out old mapping.
7680
7681 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7684         and mm-verify-option to never.
7685
7686 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * message.el (message-signed-or-encrypted-p): New function.
7689         (message-forward-make-body): Use it.
7690
7691         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7692         Replace encode-coding-string with mm-encode-coding-string.
7693
7694 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * nneething.el (nneething-decode-file-name): Replace
7697         decode-coding-string with mm-decode-coding-string.
7698
7699         * gnus-int.el (gnus-open-server): Say failed server's name.
7700
7701 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7702
7703         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7704         strings to a single string.  Quote `errors-file-name'.
7705         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7706         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7707         Adjust calls.  Use `shell-quote-argument'.
7708
7709 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7710
7711         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7712         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7713
7714         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7715         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7716         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7717         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7718         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7719         (gnus-subscribe-newsgroup, gnus-1):
7720         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7721         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7722         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7723         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7724
7725 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7728         keystroke.
7729         (gnus-summary-limit-to-bodies): Implement headersp.
7730
7731 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7734
7735 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7738
7739 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740
7741         * message.el (message-generate-hashcash): Expand range of values to
7742         include `opportunistic'.
7743         (message-send-mail): Use it.
7744
7745 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7746
7747         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7748         and comment it.
7749
7750         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7751
7752 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * gnus-util.el (gnus-extract-address-components): Improve comment.
7755
7756 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-util.el (gnus-extract-address-components): Work with address in
7759         which the name portion contains @.
7760
7761         * lpath.el: Fbind custom-autoload.
7762
7763 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * gnus.el (gnus-start): Move custom group up.
7766         (gnus-select-method): Don't autoload, but make it available for
7767         `customize-variable'.
7768         (gnus-getenv-nntpserver): Don't autoload.
7769
7770 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7771
7772         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7773
7774 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * message.el (message-sendmail-extra-arguments): New variable.
7777         (message-send-mail-with-sendmail): Use it.
7778
7779 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7782         mm-with-unibyte-current-buffer to make string unibyte.
7783
7784         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7785         mm-string-as-multibyte.
7786
7787 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7788
7789         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7790         Reported by Werner Koch <wk@gnupg.org>.
7791
7792 2006-11-14  Daiki Ueno  <ueno@p360>
7793
7794         * mml2015.el: Autoload epa-select-keys when compiling.
7795
7796 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7797
7798         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7799         message-options.
7800         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7801
7802 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7803
7804         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7805         EasyPG (< 0.0.6).
7806         (mml2015-always-trust): New user option.
7807         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7808         prompt.
7809
7810 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * nntp.el (nntp-authinfo-force): New variable.
7813         (nntp-send-authinfo): Use it.
7814
7815 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7818         decode encoded words.  Improve prompt.  Add comment about forwarding.
7819         (message-replacement-char): Move up.
7820
7821 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7822
7823         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7824         instead of gnus-intersection because arguments of gnus-sorted-nunion
7825         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7826
7827 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7830         (message-simplify-subject-functions): Enable
7831         message-strip-subject-encoded-words by default.
7832
7833 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * message.el (message-strip-subject-encoded-words): New function.
7836         (message-simplify-subject-functions): New variable.
7837         (message-simplify-subject): Use it.  Fix typo in doc string.
7838         Support message-strip-subject-encoded-words.
7839
7840 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7841
7842         * gnus-diary.el (gnus-diary-delay-format-function):
7843         * nndiary.el (nndiary-reminders):
7844         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7845
7846 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * gnus-art.el (article-hide-boring-headers): Fetch date from
7849         gnus-original-article-buffer to avoid problems with localized date
7850         strings.
7851
7852 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7855
7856 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7859         New variables.
7860         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7861         (mm-charset-synonym-alist): Move some entries to
7862         mm-codepage-iso-8859-list.
7863         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7864         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7865
7866 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7869
7870 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7873         with Emacs 21 and XEmacs.
7874
7875 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7876
7877         * spam.el (spam-parse-address): New function for better parsing,
7878         catching errors, etc.
7879         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7880
7881 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * mm-view.el: Add interactive arg to html2text autoload.
7884
7885 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7888
7889 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7892         variables.
7893         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7894         (mm-charset-synonym-alist): Move some entries to
7895         mm-codepage-iso-8859-list.
7896
7897         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7898
7899 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * message.el (message-citation-line-format)
7902         (message-insert-formated-citation-line): Fix implementation of %E, %N
7903         and %n according to the doc string.
7904
7905 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7906
7907         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7908         car-safe to avoid bad parses.
7909
7910 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7913         names.
7914
7915         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7916
7917 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7920         header.
7921
7922         * message.el (message-draft-headers): Add Date.
7923         (message-headers-to-generate): Fix typo in docstring.
7924
7925         * nndraft.el (nndraft-required-headers): New variable.
7926         (nndraft-generate-headers): Use it.
7927
7928         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7929
7930 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7931
7932         * gnus-registry.el (gnus-registry-wash-for-keywords)
7933         (gnus-registry-find-keywords): New functions to allow easy searching of
7934         articles that are in the registry.
7935
7936 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7937
7938         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7939         ietf-drums-parse-address instead of gnus-extract-address-components.
7940         Reported by Damien Elmes <damien@repose.cx>.
7941
7942 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * gnus.el (gnus-mime): Remove unused custom group.
7945
7946 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7947
7948         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7949         "blank line" when searching for end of armor headers.
7950
7951 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * gmm-utils.el (gmm-write-region): Fix variable name.
7954
7955 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * gmm-utils.el (gmm-write-region): New function based on compatibility
7958         code from `mm-make-temp-file'.
7959
7960         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7961
7962         * nnmaildir.el (nnmaildir--update-nov)
7963         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7964         Use `gmm-write-region'.
7965
7966 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7969         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7970
7971         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7972
7973         * message.el (message-replacement-char): New variable.
7974         (message-fix-before-sending): Use it.
7975         (message-simplify-subject): New function to remove duplicate code.
7976         (message-reply, message-followup): Use it.
7977
7978         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7979         gnus-summary-limit-to-articles.
7980
7981 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gnus-util.el (gnus-with-local-quit): New macro.
7984
7985         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7986
7987 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7990         ignore non-string data.
7991
7992 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7993
7994         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7995         non-string data (needs to be done in the registry too).
7996
7997 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8000         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8001         (gnus-registry-split-fancy-with-parent)
8002         (gnus-registry-fetch-simplified-message-subject-fast)
8003         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8004         Remove text properties on ingress into the registry and when it's saved.
8005         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8006         registry from entries with no groups.
8007
8008 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8009
8010         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8011         function to remove string properties.
8012
8013 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * gmm-utils.el (gmm): Adjust custom version.
8016
8017         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8018         custom version.
8019
8020         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8021
8022 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * gnus-art.el (gnus-insert-prev-page-button)
8025         (gnus-insert-next-page-button): Simplify.  Reformat.
8026
8027 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8028
8029         * gnus-art.el (gnus-insert-prev-page-button)
8030         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8031
8032 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8033
8034         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8035
8036 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8037
8038         * gnus-art.el (gnus-insert-mime-button)
8039         (gnus-insert-mime-security-button):
8040         Apply gnus-article-button-face to MIME and security buttons.
8041
8042 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8045         readable.
8046
8047 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8050
8051 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8052
8053         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8054         `browse-url-of-file' instead of `browse-url'.
8055
8056 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8057
8058         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8059         regexp.  Articles containing quotation were cut prematurely.
8060
8061 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * message.el (message-cite-original-1): Use nobody by default for the
8064         value of From header.
8065         (message-reply): Ditto.
8066
8067 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8068
8069         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8070         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8071         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8072
8073 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8076         mails in the doc string.  Add some URLs in comment.
8077         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8078
8079 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8082         backslashes handling and the way to find boundaries of quoted strings.
8083
8084 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8085
8086         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8087         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8088         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8089         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8090
8091 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8094         doc string.
8095         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8096
8097 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * lpath.el: Fbind epg-check-configuration.
8100
8101 2006-09-06  Simon Josefsson  <jas@extundo.com>
8102
8103         * mml2015.el (mml2015-use): Doc fix, mention epg.
8104
8105 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8106
8107         * mml2015.el (mml2015-use): Default to epg, if available.
8108
8109 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8110
8111         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8112         message-sender.
8113         (mml1991-epg-encrypt): Ditto.
8114         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8115         message-sender.
8116         (mml2015-epg-encrypt): Ditto.
8117
8118 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8119
8120         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8121         several common directories.
8122
8123 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8124
8125         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8126         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8127
8128 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-art.el (article-decode-encoded-words): Make it fast.
8131
8132 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8135
8136         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8137         in quoted string into `\'.
8138
8139 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8142         Use standard-syntax-table.
8143
8144 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-art.el (gnus-decode-address-function): New variable.
8147         (article-decode-encoded-words): Use it to decode headers which are
8148         assumed to contain addresses.
8149         (gnus-mime-delete-part): Remove useless `or'.
8150
8151         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8152         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8153         (gnus-nov-parse-line): Use it to decode From header.
8154         (gnus-get-newsgroup-headers): Ditto.
8155         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8156
8157         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8158         (mail-decode-encoded-address-string): New alias.
8159
8160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8161         New function.
8162         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8163         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8164         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8165         (rfc2047-decode-string): Ditto.
8166         (rfc2047-decode-address-region): New function.
8167         (rfc2047-decode-address-string): New function.
8168
8169 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * message.el (message-caesar-buffer-body): Allow rotating headers.
8172
8173         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8174
8175         * message.el (message-insert-formated-citation-line): Fix %f.
8176         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8177
8178 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8181         (gnus-bookmark-mouse-available-p): New macro.
8182         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8183         (gnus-bookmark-bmenu-show-infos): Use it.
8184         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8185         (gnus-bookmark-bmenu-hide-infos): Ditto.
8186         (gnus-bookmark-remove-properties): New function.
8187         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8188         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8189         (gnus-bookmark-write-file): Bind coding-system-for-write.
8190         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8191         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8192         group before selecting it.
8193         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8194         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8195         quit-window if it is not available; use gnus-mouse-2 and bind it to
8196         gnus-bookmark-bmenu-select-by-mouse.
8197         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8198         (gnus-bookmark-bmenu-select-by-mouse): New function.
8199
8200 2006-08-13  Romain Francoise  <romain@orebokech.com>
8201
8202         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8203         space.
8204
8205 2006-08-10  Romain Francoise  <romain@orebokech.com>
8206
8207         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8208         (dns-mode-soa-auto-increment-serial): New user option.
8209         (dns-mode-soa-maybe-increment-serial): New function.
8210         (dns-mode): Add the latter to `write-contents-functions'.
8211
8212 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * compface.el (uncompface): Use binary rather than raw-text-unix.
8215
8216 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * compface.el (uncompface): Make sure the eol conversion doesn't take
8219         place when communicating with the external programs.  Reported by
8220         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8221
8222 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8225
8226 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8227
8228         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8229         Make it more robust by parsing author and date independently.
8230
8231 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8234
8235 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8236
8237         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8238         first matching secret key.
8239         (mml2015-epg-encrypt): Ditto.
8240
8241         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8242         first matching secret key.
8243         (mml1991-epg-encrypt): Ditto.
8244
8245         * mml2015.el (mml2015-encrypt-to-self): New user option.
8246         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8247         mml2015-epg-encrypt-to-self is set.
8248
8249         * mml1991.el (mml1991-encrypt-to-self): New variable.
8250         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8251         mml1991-epg-encrypt-to-self is set.
8252
8253         * mml2015.el (mml2015-signers): New user option.
8254         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8255         (mml2015-epg-encrypt): Allow to select signing keys.
8256
8257         * mml1991.el (mml1991-signers): New variable.
8258         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8259         (mml1991-epg-encrypt): Allow to select signing keys.
8260
8261 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * nnheader.el (nnheader-insert-head): Make it work even if the file
8264         uses CRLF for the line-break code.
8265
8266 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8267
8268         * mml2015.el: Require mml-sec instead of password.
8269         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8270         (mml2015-cache-passphrase): Inherit the default value from
8271         mml-secure-cache-passphrase.
8272         (mml2015-passphrase-cache-expiry): Inherit the default value from
8273         mml-secure-passphrase-cache-expiry.
8274
8275         * mml1991.el: Require mml-sec instead of password.
8276         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8277         (mml1991-cache-passphrase): Inherit the default value from
8278         mml-secure-cache-passphrase.
8279         (mml1991-passphrase-cache-expiry): Inherit the default value from
8280         mml-secure-passphrase-cache-expiry.
8281
8282         * mml-sec.el: Require password.
8283         (mml-secure-verbose): New user option.
8284         (mml-secure-cache-passphrase): New user option.
8285         (mml-secure-passphrase-cache-expiry): New user option.
8286
8287 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8288
8289         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8290         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8291         andreas@altroot.de (Andreas Vögele).
8292
8293         FIXME: Use `tiny change'?
8294
8295 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8296
8297         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8298         workaround for the url package included with Emacs.
8299
8300         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8301
8302 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8305         correctly.  This fixes a bug caused by the 2006-05-12 change.
8306
8307 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8308
8309         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8310         some information about the error when saying that the `bogus' mail
8311         group will be used.
8312
8313 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8316         string.
8317
8318 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8319
8320         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8321
8322 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8323
8324         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8325
8326 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8327
8328         * mml1991.el (mml1991-function-alist): Add epg.
8329         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8330         (mml1991-epg-encrypt): New functions.
8331
8332 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8333
8334         * mml2015.el (mml2015-verbose): New variable.
8335         (mml2015-cache-passphrase): Ditto.
8336         (mml2015-passphrase-cache-expiry): Ditto.
8337         (mml2015-function-alist): Add epg.
8338         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8339         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8340         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8341         functions.
8342
8343 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8344
8345         * message.el (message-cite-original-1): Preserve region when removing
8346         quoted text due to X-No-Archive in order to avoid bogus attribution
8347         when citing multiple messages.
8348
8349 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8350
8351         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8352         Kenneth Jacker <khj@be.cs.appstate.edu>.
8353
8354 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8355
8356         * gnus-diary.el (gnus-user-format-function-d)
8357         (gnus-user-format-function-D): Autoload.
8358
8359         * imap.el (Commentary): Fix typo.
8360
8361         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8362         2006-04-22 contribution.
8363
8364 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8365
8366         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8367         It didn't really fix the bogosity I'm seeing with solid web groups.
8368
8369 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8370
8371         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8372         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8373         created using server names.  If we use the feature without declaring
8374         it, Gnus does not properly manage server and group state.
8375
8376         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8377         bound.
8378
8379 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8380
8381         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8382         looking up the method using GROUP's prefix before inventing a new one.
8383         It is used on killed/unknown groups in various places where returning
8384         an all-new method isn't expected by the caller.
8385
8386         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8387         and match semantics of gnus-group-real-prefix.
8388
8389 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * nnmail.el (nnmail-broken-references-mailers): New variable.
8392         (nnmail-ignore-broken-references): New function generalizing
8393         nnmail-fix-eudora-headers.
8394         (nnmail-fix-eudora-headers): Now obsolete.
8395
8396         * gnus-art.el (gnus-button-handle-custom): Support
8397         `customize-apropos*'.
8398
8399 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8400
8401         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8402
8403         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8404         articles.
8405
8406 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * message.el (message-cite-reply-above): New variable.
8409         (message-yank-original): Use it.
8410
8411 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8414
8415 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8418         as read.
8419
8420         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8421
8422 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8425         (gnus-bookmark-default-file): Use gnus-directory.
8426         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8427         Remove "*" in doc string.
8428         (gnus-bookmark-write-file): Simplify.
8429         (gnus-bookmark-maybe-sort-alist): Use `when'.
8430         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8431         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8432         FIXME about Emacs 21 and XEmacs compatibility.
8433         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8434         compatibility.
8435         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8436         compatibility.
8437         (gnus-bookmark-menu-heading): Fix version.
8438
8439 2006-06-19  Bastien Guerry  <bzg@altern.org>
8440
8441         * gnus-bookmark.el: New file.
8442
8443 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * message.el (message-syntax-checks): Doc fix.
8446
8447 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8448
8449         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8450         unsubscribed groups as if they were killed ones.  It causes duplicate
8451         entries in gnus-newsrc-alist.
8452
8453 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * message.el (message-syntax-checks): Doc fix.
8456         (message-send-mail): Add check for continuation headers.
8457         (message-check-news-header-syntax): Fix regexp used to check for
8458         continuation headers.
8459
8460 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8463
8464 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8467
8468 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8471         default-truncate-lines.
8472
8473 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8476         to fill the utf-8 entry.
8477
8478         * lpath.el: Fbind unicode-precedence-list.
8479
8480 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8481
8482         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8483
8484 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8485
8486         * gnus-agent.el (directory-files-and-attributes): Move all the way
8487         forward (the third and final move).
8488         (gnus-agent-read-agentview): Trap reconstruction errors due to
8489         nonexistant directory.  Handle by returning nil.
8490
8491 2006-05-30  Didier Verna  <didier@xemacs.org>
8492
8493         * message.el (message-dont-reply-to-names): Update the custom type.
8494         * message.el (message-dont-reply-to-names): New defsubst: potentially
8495         convert a list of regexps into a single one.
8496         * message.el (message-get-reply-headers): Use it.
8497         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8498
8499 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-agent.el (directory-files-and-attributes): Move forward.
8502
8503 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * gnus-ml.el (gnus-mailing-list-subscribe)
8506         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8507         (gnus-mailing-list-message): Fix doc strings.
8508
8509 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8510
8511         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8512         of doing it manually.
8513
8514 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8517         comment.
8518
8519 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8520
8521         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8522         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8523         (gnus-agent-read-local): All symbols allocated in my-obarray.
8524         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8525         (gnus-agent-regenerate-group): Check numeric names to see if they are
8526         messages or groups.
8527         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8528         better way of do this...)
8529
8530         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8531         'dummy.group' (there should be a better way of do this...)
8532
8533 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8536         (gnus-saved-headers): Ditto.
8537         (gnus-default-article-saver): Mention functions may have properties.
8538         (gnus-article-save): Override gnus-save-all-headers and
8539         gnus-saved-headers by :headers property which saver function may have.
8540         (gnus-summary-save-in-file): Add :headers property.
8541         (gnus-summary-write-to-file): Ditto.
8542
8543         * gnus-sum.el (gnus-summary-save-article): Bind
8544         gnus-prompt-before-saving to t when saving many articles in a file;
8545         always show all headers.
8546
8547         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8548
8549 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8552         marks.
8553
8554         * message.el (message-indent-citation): Add optional arguments to allow
8555         using it outside of message buffers.
8556
8557         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8558         (gnus-article-treat-unfold-headers): Use it.
8559         (gnus-article-truncate-lines): New variable.
8560         (gnus-article-mode): Use it.
8561         (gnus-article-toggle-truncate-lines): New function.
8562
8563         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8564         gnus-article-toggle-truncate-lines.
8565
8566         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8567         coding system in XEmacs, use binary.
8568
8569 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8572         after-load-alist.
8573
8574         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8575         this function should save decoded articles.
8576         (gnus-summary-write-to-file): Use property to specify this function
8577         should save decoded articles and specify gnus-summary-save-in-file
8578         should be used to save articles other than the first one when saving
8579         many articles.
8580         (gnus-summary-save-body-in-file): Use property to specify this
8581         function should save decoded articles.
8582         (gnus-summary-write-body-to-file): Use property to specify this
8583         function should save decoded articles and specify
8584         gnus-summary-save-body-in-file should be used to save articles other
8585         than the first one when saving many articles.
8586
8587         * gnus-sum.el (gnus-summary-save-article): Simplify.
8588
8589 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-art.el (gnus-default-article-saver): Add
8592         gnus-summary-write-body-to-file.
8593         (gnus-article-save-coding-system): Don't use coding system object
8594         in XEmacs.
8595         (gnus-read-save-file-name): Add optional `dir-var' argument which
8596         specifies directory in which files are saved; work even if optional
8597         `variable' argument is not specified.
8598         (gnus-summary-write-to-file): Read file name.
8599         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8600         (gnus-summary-write-body-to-file): New function.
8601
8602         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8603         (gnus-summary-local-variables): Add it.
8604         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8605         (gnus-summary-save-article): Remove optional `decode' argument;
8606         determine whether to decode articles by the value of
8607         gnus-default-article-saver; when saving many files using
8608         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8609         it first and use gnus-summary-save-in-file or
8610         gnus-summary-save-body-in-file thereafter unless
8611         gnus-prompt-before-saving is always; move point to article which
8612         will be saved.
8613         (gnus-summary-save-article-file): Revert.
8614         (gnus-summary-write-article-file): Revert.
8615         (gnus-summary-save-article-body-file): Revert.
8616         (gnus-summary-write-article-body-file): New function.
8617
8618 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-art.el (gnus-default-article-saver): Doc fix.
8621         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8622         from gnus-summary-save-article-coding-system, and default to a
8623         certain coding system.
8624         (gnus-output-to-file): Add coding cookie and encode text according
8625         to gnus-article-save-coding-system; don't use mm-append-to-file.
8626
8627         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8628         gnus-art.el and rename to gnus-article-save-coding-system.
8629         (gnus-summary-save-article): Require gnus-art; don't show all
8630         headers if it decodes articles; don't add coding cookie here;
8631         don't bind mm-text-coding-system-for-write.
8632         (gnus-summary-save-article-file): Save decoded articles.
8633         (gnus-summary-write-article-file): When saving many files, use
8634         gnus-summary-write-to-file first and gnus-summary-save-in-file
8635         thereafter unless gnus-prompt-before-saving is always.
8636         (gnus-summary-save-article-body-file): Save decoded articles.
8637
8638         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8639
8640 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * nnrss.el (nnrss-check-group): Bind hash-index.
8643
8644 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8645
8646         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8647         its hash index.  Store this hash in `nnrss-group-data'.
8648         (nnrss-read-group-data): Update accordingly.
8649
8650 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8653         entry.
8654
8655         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8656         gnus-article-browse-html-article.
8657
8658 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8659
8660         * gnus-sum.el (gnus-summary-mime-map): Add
8661         gnus-article-browse-html-article.
8662
8663         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8664
8665 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8668         suitable coding systems in customize.
8669
8670 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * mail-source.el (mail-sources): Fix custom type.
8673
8674 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8675
8676         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8677         (gnus-summary-expire-articles-now): Shorten prompt.
8678
8679         * gmm-utils.el (wid-edit): Require.
8680         (defun-gmm): Renamed from `gmm-defun-compat'.
8681         (gmm-image-search-load-path): Use it.
8682         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8683
8684 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8687         variable.
8688         (gnus-summary-save-article): Add optional `decode' argument.  If
8689         it is set and gnus-summary-save-article-coding-system is non-nil,
8690         save decoded article.
8691         (gnus-summary-write-article-file): Save decoded article if
8692         gnus-summary-save-article-coding-system is non-nil.
8693
8694         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8695         type.
8696
8697 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8700
8701 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8704         first to test gnus-single-article-buffer which may be buffer-local.
8705
8706         * gnus-sum.el (gnus-summary-setup-buffer): Make
8707         gnus-single-article-buffer buffer-local and nil in ephemeral
8708         group; make gnus-article-buffer, gnus-article-current, and
8709         gnus-original-article-buffer always buffer-local.
8710         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8711         group.
8712         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8713
8714 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * nnml.el (nnml-request-compact-group): Compressed files might not
8717         have .gz extension.
8718
8719 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8720
8721         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8722         (mm-copy-to-buffer): Use with-current-buffer.
8723         (mm-display-part): Simplify.
8724         (mm-inlinable-p): Add optional arg `type'.
8725
8726 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8727
8728         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8729         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8730         Try harder to show the attachment internally or externally using
8731         gnus-mime-view-part-as-type.
8732
8733 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * message.el (message-from-style, message-signature-separator)
8736         (message-user-organization-file, message-send-mail-function)
8737         (message-citation-line-function, message-yank-prefix)
8738         (message-indent-citation-function, message-signature)
8739         (message-signature-file, message-signature-insert-empty-line):
8740         Remove autoloads.
8741
8742         * gnus-art.el (gnus-buttonized-mime-types): Remove
8743         "multipart/signed".  Revert 2006-04-26 change.
8744
8745 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * gnus.el (gnus-version-number): Bump version.
8748
8749 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8750
8751         * gnus.el: No Gnus v0.5 is released.
8752
8753 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8754
8755         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8756         fetching articles by message-id.
8757
8758 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * message.el (hashcash): Require hashcash as normal.
8761
8762         * ecomplete.el (ecomplete-highlight-match-line): Use
8763         point-at-eol.
8764         (ecomplete-highlight-match-line): Use `highlight', because that
8765         face exists in both Emacs and XEmacs.
8766
8767         * message.el (message-display-abbrev): Use point-at-bol.
8768
8769         * mail-source.el: Don't require timer/timer-funcs.
8770
8771         * gnus-async.el: Ditto.
8772
8773         * password.el: Ditto.
8774
8775         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8776
8777         * mm-url.el: Ditto.
8778
8779         * gnus-xmas.el: Don't require timer-funcs.
8780
8781         * mm-util.el: Require timer/timer-funcs.
8782
8783 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8784
8785         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8786         Close.
8787
8788 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8791         unibyte after clear-decrypt function runs.
8792
8793         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8794         returns as a unibyte string.
8795
8796 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * lpath.el: Revert.
8799
8800         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8801         (pgg-gpg-process-sentinel): Revert.
8802
8803         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8804         (pgg-pgp-lookup-key): Revert.
8805
8806         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8807         (pgg-pgp5-lookup-key): Revert.
8808
8809         * pgg.el (pgg-fetch-key): Revert.
8810
8811 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * lpath.el: Fbind string-as-multibyte for XEmacs.
8814
8815         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8816         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8817         (mml1991-pgg-encrypt): Ditto.
8818
8819         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8820         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8821         a multibyte buffer.
8822
8823         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8824         (pgg-pgp-lookup-key): Ditto.
8825
8826         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8827         (pgg-pgp5-lookup-key): Ditto.
8828
8829         * pgg.el (pgg-fetch-key): Ditto.
8830
8831 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * message.el (message-user-organization-file): Check several
8834         locations of the organization file.
8835
8836         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8837         Add gnus-article-view-part-as-type.
8838
8839         * gnus-art.el (gnus-article-view-part-as-type): New function.
8840
8841         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8842         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8843
8844         * mml.el: Simplify autoload.
8845         (mml-mode): defvar dnd-protocol-alist instead of using
8846         symbol-value.
8847         (mml-default-directory): New variable.
8848         (mml-minibuffer-read-file): Use it.
8849         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8850
8851         * message.el (message-citation-line-format): New variable.
8852         (message-insert-formated-citation-line): New function.
8853         (message-citation-line-function): Add
8854         `message-insert-formated-citation-line' to custom type.
8855
8856         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8857         to doc string.
8858
8859         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8860         depending on mm-verify-option.
8861
8862 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8865         binding pgg-* variables; reimplement the section which prevents
8866         MIME header from being signed.
8867         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8868         pgg-text-mode; remove a blank line at the top of body.
8869
8870         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8871         lines at the top of body; use gnus-newsgroup-charset if there's no
8872         Charset header.
8873
8874 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * message.el (message-self-insert-commands): Doc fix.
8877
8878         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8879         (mm-uu-pgp-encrypted-test): Ditto.
8880         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8881         between header and body; return application/pgp-encrypted handle
8882         if decryption failed; decode decrypted body by charset.
8883
8884         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8885         element match to application/pgp-*.
8886
8887 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8888
8889         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8890         HTML.
8891
8892 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * mail-source.el (mail-source-call-script): Message the error
8895         string.
8896
8897 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * gnus-util.el (gnus-byte-compile): Use it.
8900
8901 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8902
8903         * gnus-util.el (kill-empty-logs): New function.
8904
8905 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * message.el (message-mail-alias-type): Doc fix.
8908         (message-mail-alias-type-p): New function.
8909         (message-send): Use it.
8910         (message-mode): Ditto.
8911         (message-strip-forbidden-properties): Ditto.
8912
8913         * ecomplete.el (ecomplete-database-file-coding-system): New
8914         variable.
8915         (ecomplete-save): Use it.
8916         (ecomplete-setup): Use it.
8917
8918 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * message.el (message-self-insert-commands): New variable.
8921         (message-strip-forbidden-properties): Use it.
8922
8923 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8926         that doesn't make XEmacs choke.
8927
8928 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * gnus-util.el (gnus-replace-in-string):
8931         Prefer replace-regexp-in-string over of replace-in-string.
8932
8933 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * gnus-util.el (gnus-select-frame-set-input-focus):
8936         Use select-frame-set-input-focus if it is available in XEmacs; use
8937         definition defined in Emacs 22 for old Emacsen.
8938
8939         * dgnushack.el: Autoload unmorse-region for XEmacs.
8940
8941         * lpath.el: Bind cursor-in-non-selected-windows and
8942         select-frame-set-input-focus for XEmacs.
8943
8944 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8947
8948 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8949
8950         * gnus-registry.el (gnus-registry-cache-save): Remove text
8951         properties when saving via the temp buffer.
8952
8953 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * message.el (message-generate-hashcash): Honor custom type.
8956
8957 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * message.el (message-generate-hashcash): Default to non-nil when
8960         hashcash is found.
8961
8962         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8963         (gnus-refer-thread-limit): Increase default to 500.
8964
8965         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8966
8967         * flow-fill.el (fill-flowed): Allow delete-space.
8968
8969 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8972         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8973         Remove autoloads.
8974
8975 2006-04-18  Simon Josefsson  <jas@extundo.com>
8976
8977         * message.el (message-generate-hashcash): Default to.
8978
8979 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8982         concatenating segments rather than before concatenating them.
8983
8984 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8987
8988 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8991
8992         * message.el (message-forward-make-body-plain): Allow
8993         message-forward-ignored-headers to be a list.
8994         (message-remove-ignored-headers): Factor out into function.
8995         (message-forward-make-body-mml): Use it.
8996
8997         * imap.el (imap-quote-specials): New function.
8998         (imap-login-auth): Quote specials.
8999
9000         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9001         (rfc2231-parse-string): Allow concatanation of parameters that
9002         aren't contiguous.  The test case is
9003           (mail-header-parse-content-type "message/external-body;
9004             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9005             access-type=LOCAL-FILE;
9006             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9007
9008 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9009
9010         * nntp.el (nntp-accept-process-output): Return the value of
9011         `nnheader-accept-process-output'.
9012
9013 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9016         (gnus-button-alist): Recognize more diff formats.
9017         (gnus-button-patch): Strip directory.
9018
9019 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9022         Emacs 22 when setting focus.
9023
9024 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9025
9026         * gnus-art.el (gnus-article-treat-types): Do treatment of
9027         text/x-verbatim parts.
9028         (gnus-button-patch): New command.
9029
9030         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9031         addresses that contain invalid characters.
9032
9033 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9034
9035         * message.el (message-put-addresses-in-ecomplete): Use
9036         gnus-replace-in-string.
9037         (message-is-yours-p): Use the more correct
9038         mail-header-parse-address instead of
9039         mail-extract-address-components.
9040         (message-put-addresses-in-ecomplete): Fix typo.
9041
9042         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9043         keystroke.
9044
9045         * gnus-art.el (gnus-treatment-function-alist): Change order of
9046         newsgroups/generic header folding to avoid double-folding.
9047
9048         * message.el (message-hidden-headers): Add X-Draft-From.
9049
9050         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9051         command.
9052         (gnus-summary-repeat-search-article-backward): New command.
9053
9054         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9055         groups in the parent topic.
9056
9057 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9058
9059         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9060         (spam-extra-header-to-number): Return the CRM114 number as a
9061         number instead of a string.
9062
9063 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064
9065         * gnus-art.el (gnus-face-properties-alist): Moved here from
9066         gnus-fun.
9067
9068         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9069
9070 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * message.el (message-strip-forbidden-properties): Only display on
9073         self-insert-command.
9074
9075         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9076         reindent.
9077         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9078
9079 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9080
9081         * smiley.el (smiley-style): Fix typo.
9082
9083 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084
9085         * hashcash.el (hashcash-insert-payment-async-2): Use
9086         message-goto-eoh instead of doing it manually.
9087         (mail-add-payment): Use message-narrow-to-header instead of trying
9088         to do the same itself.
9089
9090         * message.el (message-hidden-headers): Add Face.
9091
9092         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9093         reparenting code.
9094         (gnus-summary-reparent-children): Refactored out code.
9095         (gnus-summary-thread-map): New keystroke.
9096         (gnus-summary-reparent-children): Make into command.
9097
9098         * smiley.el (smiley-style): Default to `medium' if using a large
9099         font.
9100
9101         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9102         does it itself.
9103
9104         * message.el (message-point-in-header-p): Simplify definition.
9105
9106 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9107
9108         * nnagent.el (nnagent-request-set-mark): Silence log file
9109         writing.
9110         (nnagent-request-set-mark): Use write-region instead of
9111         append-to-file.
9112
9113         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9114         strange select method.
9115
9116         * ecomplete.el (ecomplete-display-matches): Get highlightling
9117         right.
9118         (ecomplete-display-matches): Use literals.
9119         (ecomplete-display-matches): Disable message logging.
9120
9121         * message.el (message-display-abbrev): Small optimization.
9122
9123         * ecomplete.el (ecomplete-display-matches): Allow automatic
9124         display.
9125
9126         * message.el (message-strip-forbidden-properties): Display
9127         abbrevs.
9128         (message-display-abbrev): Get automatic display right.
9129
9130         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9131         keystrokes.
9132
9133 2006-04-13  Romain Francoise  <romain@orebokech.com>
9134
9135         TODO: Backport to v5-10!
9136
9137         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9138         Moved here (and renamed) from gnus-registry.el.
9139
9140         * gnus-registry.el: Require gnus-util.
9141         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9142
9143 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * gnus-group.el (gnus-group-catchup-current): Change
9146         if-then-else-if-then-else into cond.
9147         (gnus-group-catchup): Indent.
9148         (group-name-at-point): New function.
9149         (gnus-fetch-group): Provide default from thing at point.
9150
9151 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * message.el (message-display-abbrev): Fix regexp.
9154
9155         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9156         choosing.
9157         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9158         dead variables.
9159
9160         * message.el (message-newline-and-indent): Remove debugging.
9161         (message-display-abbrev): Use new implementation.
9162
9163 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-art.el (gnus-article-mode): Set
9166         cursor-in-non-selected-windows to nil.
9167
9168         * smiley.el: Revert previous change.
9169         (smiley-data-directory): defvar it before using it in the
9170         defcustom of `smiley-style'.
9171
9172 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * message.el (message-newline-and-indent): New function.
9175
9176         * ecomplete.el: Implement more bits.
9177
9178         * message.el (message-put-addresses-in-ecomplete): Clean up the
9179         string.
9180
9181         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9182
9183         * gnus-sum.el (gnus-summary-save-parts): Bind
9184         gnus-summary-save-parts-counter and use it to make unique file
9185         names.
9186
9187         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9188
9189         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9190         parameter to say whether to actually parse the individual
9191         addresses.
9192
9193         * message.el (message-put-addresses-in-ecomplete): New function.
9194         (ecomplete): Require.
9195         (message-mail-alias-type): Add ecomplete as an option.
9196
9197 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9198
9199         * flow-fill.el (fill-flowed): Remove trailing space from blank
9200         quoted lines.
9201
9202 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9203
9204         * smiley.el (smiley-style): Move definition later to avoid a
9205         compilation warning.
9206
9207 2006-04-12  Kenichi Handa  <handa@m17n.org>
9208
9209         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9210         buffer and then decode the buffer text if necessary.
9211         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9212         first, and after mm-encode-body, change the buffer to unibyte.
9213         Use mm-disable-multibyte instead of set-buffer-multibyte.
9214
9215 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9218         Content-Type header instead of Content-Disposition header.
9219         (gnus-mime-inline-part): Ditto.
9220         (gnus-mime-view-part-as-charset): Ignore charset that the part
9221         specifies.
9222
9223         * mm-decode.el (mm-display-part): Work with external parts and
9224         usual parts similarly.
9225
9226         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9227         instead of gnus-display-mime.
9228
9229         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9230         instead of with-temp-buffer.
9231
9232         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9233         tag to summarized topics part in order to encode non-ASCII text.
9234
9235 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * smiley.el (smiley-style): New variable.
9238         (smiley-directory): New function.
9239         (smiley-data-directory): Derive from `smiley-style' using
9240         `smiley-directory'.
9241         (smiley-regexp-alist): Add new entries.
9242
9243         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9244         (gnus-article-browse-delete-temp): Add :version.
9245
9246 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9247
9248         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9249         the sieve region.
9250
9251 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * gnus.el (gnus-version-number): Bump version.
9254
9255 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus.el: No Gnus v0.4 is released.
9258
9259 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9262         layout.
9263
9264         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9265         unknown charset.
9266
9267         * message.el (message-header-synonyms): Add Original-To to the
9268         default.
9269
9270         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9271         optional parameter.
9272
9273 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * gnus-fun.el (gnus): Require it for gnus-directory.
9276
9277 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9280
9281 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9282
9283         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9284
9285 2006-04-05  Simon Josefsson  <jas@extundo.com>
9286
9287         * password.el (password-reset): New function.
9288
9289 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9290
9291         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9292         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9293
9294 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9295
9296         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9297         Some whitespace was matched into the url, which broke browsing hits
9298         > 100 when mm-url-use-external was nil.
9299
9300 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9303         gnus-extra-headers for 'Newsgroups.
9304
9305         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9306         bound.
9307
9308 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9309
9310         * pgg-gpg.el: Clean up process buffers every time gpg processes
9311         complete.
9312
9313 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9316         doc string.
9317
9318 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9319
9320         * pgg-gpg.el (pgg-gpg-process-filter)
9321         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9322
9323         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9324         lines, temporary fix.
9325
9326 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9329
9330 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9331
9332         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9333         default-enable-multibyte-characters.  This reverts the change from
9334         revision 6.17 which is no longer necessary because the passphrase
9335         is sent separately now.  GnuPG messages are unreadable under
9336         multibyte locales with default-enable-multibyte-characters set to
9337         nil.
9338
9339 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * message.el (message-tool-bar-gnome): Move "spell".
9342
9343 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9346         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9347         instead.
9348
9349 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9350
9351         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9352         newsgroups handling for NNTP overviews which don't include
9353         Newsgroups.
9354
9355 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9356
9357         * message.el (message-resend): Bind message-generate-hashcash to nil.
9358
9359 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9360
9361         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9362         when searching for already-paid recipients.
9363
9364 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9365
9366         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9367         passphrases when it is not needed.
9368         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9369         passphrase stuff from gpg, should only be necessary when you use
9370         gpg with a smartcard.
9371
9372 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * mml.el (mml-insert-mime): Ignore cached contents of
9375         message/external-body part.
9376
9377         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9378         (mm-insert-part): Ditto.
9379
9380 2006-03-23  Simon Josefsson  <jas@extundo.com>
9381
9382         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9383         Reiner.
9384         (pgg-gpg-use-agent-p): Use it again.
9385
9386 2006-03-23  Simon Josefsson  <jas@extundo.com>
9387
9388         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9389         older emacsen.
9390         (pgg-gpg-use-agent-p): Don't use it.
9391
9392 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9395         if we can.
9396
9397 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9398
9399         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9400         (pgg-gpg-update-agent): New function.
9401         (pgg-gpg-use-agent-p): New function.
9402         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9403         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9404         (pgg-gpg-sign-region): Use it.
9405
9406 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9409         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9410
9411 2006-03-21  Simon Josefsson  <jas@extundo.com>
9412
9413         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9414         <wilde@sha-bang.de>.
9415         (pgg-gpg-use-agent): New variable.
9416         (pgg-gpg-process-region): Use it.
9417         (pgg-gpg-encrypt-region): Likewise.
9418         (pgg-gpg-encrypt-symmetric-region): Likewise.
9419         (pgg-gpg-decrypt-region): Likewise.
9420         (pgg-gpg-sign-region): Likewise.
9421         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9422
9423 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9426
9427         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9428         Add comment on version.
9429
9430 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * smiley.el: Add missing test smiley.
9433
9434 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * mm-decode.el (mm-with-part): New macro.
9437         (mm-get-part): Use it; work with message/external-body as well.
9438         (mm-save-part): Treat name and filename equally.
9439
9440         * mm-extern.el (mm-extern-cache-contents): New function.
9441         (mm-inline-external-body): Use it; force the part to be displayed;
9442         move undisplayer added to the cached handle to the parent.
9443
9444         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9445         (gnus-mime-view-part-as-type): Work with message/external-body.
9446
9447         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9448
9449 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9452         images in image-load-path.  [Sync with image.el, revision 1.60, in
9453         Emacs.]
9454
9455 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9458         path rather than symbol.  Always return list of directories.
9459         Guarantee that image directory comes first.  [Sync with image.el,
9460         revision 1.59, in Emacs.]
9461
9462         * message.el (message-make-tool-bar): Adjust to new API of
9463         `gmm-image-load-path-for-library'.
9464
9465         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9466
9467         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9468
9469 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9470
9471         * gnus-art.el (gnus-article-only-boring-p):
9472         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9473         intangible text.
9474         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9475
9476 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9479         `defun' instead of `gmm-defun-compat'.
9480
9481 2006-03-14  Simon Josefsson  <jas@extundo.com>
9482
9483         * message.el (message-unique-id): Don't use message-number-base36
9484         if (user-uid) is a float.
9485         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9486
9487 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9490
9491         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9492         empty line between a part and a message part.
9493
9494 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * smiley.el: Add more test smileys.
9497         (smiley-data-directory, smiley-regexp-alist)
9498         (gnus-smiley-file-types): Fix doc strings.
9499         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9500         adding new elements.
9501         (smiley-mouse-map): Unused code.  Make it a comment.
9502
9503 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9506         scan latest NoCeM messages instead of old ones.
9507         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9508         delimiters that are recently used.
9509         (gnus-nocem-load-cache): Add autoload cookie.
9510
9511         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9512
9513         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9514         level which is larger than gnus-use-nocem is specified.
9515
9516         * gnus-group.el (gnus-group-get-new-news): Ditto.
9517
9518 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * gnus-util.el (gnus-tool-bar-update): New function.
9521
9522         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9523         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9524
9525         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9526
9527         * gnus-group.el (gnus-group-redraw-when-idle)
9528         (gnus-group-redraw-check): Remove.
9529         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9530
9531 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9534         if optional last element is specified in splits (FIELD VALUE...).
9535
9536 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9539         to gmm-image-load-path-for-library.  Call with no-error argument.
9540         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9541
9542         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9543
9544         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9545
9546         * gmm-utils.el (gmm-image-load-path): Remove alias.
9547
9548 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * gmm-utils.el (gmm-image-load-path): Add alias.
9551
9552         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9553         nnml-generate-nov-databases-1.
9554         (nnml-generate-nov-databases): Use it.
9555         (nnml-generate-nov-databases-directory): Document no-active
9556         argument.
9557
9558         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9559         directory if path is t.  Add no-error.
9560
9561         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9562         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9563
9564         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9565         resetting gnus-article-browse-html-temp-list.
9566
9567         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9568         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9569         Add example to docstring.  Rename local variables.  Move error
9570         checks to default case in cond and simplify.
9571
9572 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9575         handle is multipart when calling it recursively.
9576         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9577
9578 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9579
9580         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9581         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9582
9583 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9586         is loaded.
9587
9588         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9589         loaded.
9590
9591 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9594         to "Emacs 23 (unicode)" in doc string.
9595
9596         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9597         "Emacs 23 (unicode)" in comment.
9598
9599 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9602
9603         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9604         characters 160 through 255 in Emacs 23.
9605
9606 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9609         gnus-article-browse-html-temp.
9610         (gnus-article-browse-delete-temp): Make it customizable.  Add
9611         `file'.  Adjust doc string.
9612         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9613         query for each file.  Adjust doc string.
9614         (gnus-article-browse-html-parts): Add
9615         `gnus-article-browse-delete-temp-files' to
9616         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9617
9618 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9619
9620         * gnus-art.el (gnus-article-browse-html-temp)
9621         (gnus-article-browse-delete-temp): New variables.
9622         (gnus-article-browse-delete-temp-files): New function.
9623         (gnus-article-browse-html-parts): Use it.
9624
9625 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9628
9629         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9630         string.
9631
9632         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9633         gnus-summary-insert-new-articles when unplugged.  Remove
9634         gnus-summary-search-article-forward.
9635
9636         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9637         display-visual-class instead of display-color-cells.
9638
9639 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * dgnushack.el: Autoload customize-group for XEmacs.
9642
9643         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9644         message/* containing non-ASCII text properly.
9645
9646 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * message.el: Require gmm-utils, remove autoloads.
9649         (message-tool-bar): Set default based on
9650         gmm-tool-bar-style.
9651         (message-tool-bar-gnome): Add gmm-customize-mode.
9652
9653         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9654         gmm-tool-bar-style.
9655         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9656
9657         * gnus-group.el (gnus-group-tool-bar): Set default based on
9658         gmm-tool-bar-style.
9659         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9660
9661         * gmm-utils.el (gmm-image-directory): Rename variable from
9662         gmm-image-load-path.
9663         (gmm-image-load-path): Use gmm-image-directory.
9664         (gmm-customize-mode): New function.
9665         (gmm-tool-bar-style): New variable.
9666
9667         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9668         gnus-group-redraw-line-number.
9669         (gnus-group-redraw-check): Simplify.
9670         (gnus-group-tool-bar-update): Remove redraw check.
9671         (gnus-group-make-tool-bar): Add redraw check.
9672
9673 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9674
9675         * gnus-art.el (gnus-button): Add missing parentheses.
9676
9677 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * lpath.el: Fbind line-number-at-pos.
9680
9681 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9684
9685 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * gnus-art.el (gnus-button): New face.
9688         (gnus-article-button-face): Use it.
9689
9690         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9691         gnus-summary-next-page.  Re-order.
9692
9693         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9694         next-node are now included.
9695         (gnus-group-redraw-line-number): New internal variable.
9696         (gnus-group-redraw-check): Helper function for updating the tool
9697         bar.
9698         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9699
9700         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9701
9702         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9703         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9704         Use it to match format of Spamassassin 3.0 and later.  Reported by
9705         IRIE Tetsuya <irie@t.email.ne.jp>.
9706         (spam-check-bogofilter)
9707         (spam-bogofilter-register-with-bogofilter): Fix args of
9708         `gnus-error' calls.
9709
9710 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9713         unnecessary interaction when sending queued mails.  Reported by
9714         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9715
9716 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9719         first or last are nil.
9720
9721 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9722
9723         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9724
9725 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9728
9729 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * dns.el (query-dns): Protect more against buggy tcp output.
9732
9733 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9736         nov.php.
9737
9738 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9739
9740         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9741         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9742         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9743         output on the server side.
9744         (nnweb-google-create-mapping): Update regexps and add some
9745         progress indication.
9746
9747 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9750         gnus-agent-toggle-plugged.  Re-order icons.
9751         (gnus-group-tool-bar-gnome): Add
9752         gnus-group-{prev,next}-unread-group.
9753         (gnus-group-tool-bar-gnome): Re-order icons.
9754
9755         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9756         gnus-summary-insert-new-articles.
9757
9758         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9759         comments.
9760
9761         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9762         also available in Emacs 21.3.
9763
9764         * message.el (message-fix-before-sending): Change "Emacs 22" to
9765         "Emacs 23 (unicode)" in comment.
9766
9767         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9768         "Emacs 23 (unicode)" in comment.
9769
9770         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9771         comment.
9772         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9773
9774         * mm-view.el (mm-fill-flowed): Add :version.
9775
9776 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9779         and load-path.
9780
9781 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * message.el: Autoload gmm-image-load-path.
9784         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9785         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9786         consitency.
9787
9788         * gmm-utils.el (gmm-image-load-path): Also search in
9789         "../etc/images".  Don't set gmm-image-load-path if we don't find
9790         the image.
9791
9792 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gmm-utils.el (gmm-image-load-path): Don't make
9795         `gmm-image-load-path' include subdirectories which the second arg
9796         `image' might specify.
9797
9798         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9799         subdirectory to icon file names.
9800
9801         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9802
9803 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9806         gmm-image-load-path calls.
9807
9808         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9809
9810         * message.el (message-make-tool-bar): Ditto.
9811
9812         * mml.el (mml-preview): Added comment concerning tool bar icons.
9813
9814         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9815         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9816
9817         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9818         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9819
9820         * message.el (message-tool-bar-gnome): Use new icon names.
9821         (message-make-tool-bar): Use `gmm-image-load-path'.
9822
9823         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9824         functions from MH-E.
9825         (gmm-image-load-path): New variable from MH-E.
9826         (gmm-image-load-path): New function from MH-E.  Added arguments
9827         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9828         *-image-load-path-called-flag.
9829
9830 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9831
9832         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9833
9834 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9835
9836         * nnimap.el (nnimap-request-move-article): Change folder back to
9837         source group before deleting.
9838
9839 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9842
9843         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9844         mm-url.
9845
9846         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9847
9848 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9851         coding system which mm-charset-to-coding-system returns for a
9852         given charset is valid.
9853
9854 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9855
9856         * html2text.el (html2text-remove-tag-list):
9857         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9858
9859 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9860
9861         * gnus-cus.el: Revert 2005-10-17 change.
9862
9863 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-art.el (article-strip-banner): Call
9866         article-really-strip-banner only when the regexp match is made.
9867
9868 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-art.el (article-strip-banner): Use
9871         gnus-extract-address-components instead of
9872         mail-header-parse-addresses to make it work with non-ASCII text;
9873         remove mail-encode-encoded-word-string.
9874
9875         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9876         values which are surrounded with \"...\"; make it never cause a
9877         Lisp error; give up parsing of parameters if it failed in
9878         extracting type.
9879
9880 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9881
9882         * smime.el (smime-cert-by-ldap-1): Fix bug where
9883         `smime-ldap-search' returns results without userCertificates.
9884
9885 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9888
9889 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * spam.el (spam-check-spamassassin-headers): Adapt format for
9892         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9893         <ari@mbf.ocn.ne.jp>.
9894         (spam-list-of-processors): Add spam-use-gmane.
9895
9896 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9899         make-temp-file; make it work with XEmacs as well.
9900
9901         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9902         mm-make-temp-file.
9903
9904         * mm-decode.el (mm-display-external): Use the 3rd arg of
9905         mm-make-temp-file.
9906         (mm-create-image-xemacs): Ditto.
9907
9908 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9911         with message-narrow-to-headers.
9912         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9913         (gnus-draft-check-draft-articles): New function.
9914         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9915
9916 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * gnus-art.el (gnus-article-browse-html-parts):
9919         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9920         Don't use suffix argument for mm-make-temp-file for Emacs 21
9921         compatibility.  Remove useless `format'.
9922
9923 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9924
9925         * nnweb.el (nnweb-google-wash-article): Update regexps.
9926         (nnweb-group-alist): Use defvoo instead of defvar.
9927
9928 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9931         re-loading nn* modules.
9932
9933 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9936         for `tool-bar-mode' and don't check it's default-value.
9937
9938         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9939
9940         * message.el (message-make-tool-bar): Ditto.
9941
9942         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9943         `substring'.  Shorten tmp-file name.
9944
9945         * gnus.el: Remove bogus comment.
9946
9947 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9948
9949         * gnus-art.el (gnus-article-browse-html-parts): New function.
9950         (gnus-article-browse-html-article): New function for viewing html
9951         articles with a browser.
9952
9953 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9954
9955         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9956         in elisp.
9957         (pgg-gpg-encrypt-symmetric-region): Ditto.
9958         (pgg-gpg-sign-region): Ditto.
9959
9960         * pgg-def.el (pgg-text-mode): New variable.
9961
9962         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9963         (mml2015-pgg-encrypt): Ditto.
9964
9965         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9966         (mml1991-pgg-encrypt): Ditto.
9967
9968 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9971         message-make-date instead of current-time-string.
9972
9973         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9974         to gnus-decoded which mm-uu might set.
9975
9976 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9979         don't decode quoted parameters; remove misimported Emacs code.
9980         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9981         (rfc2231-decode-encoded-string): Don't use split-string which
9982         behaves differently according to Emacs version; use
9983         mm-decode-coding-region to convert charset to coding-system.
9984         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9985         (rfc2231-encode-string): Remove misimported Emacs code.
9986
9987 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9990         when calling mail-header-parse-content-type.
9991         (article-de-quoted-unreadable): Ditto.
9992         (article-de-base64-unreadable): Ditto.
9993         (article-wash-html): Ditto.
9994
9995         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9996         calling mail-header-parse-content-type and
9997         mail-header-parse-content-disposition.
9998         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9999         mail-header-parse-content-type.
10000
10001         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10002         insert charset and format parameters; encode description after
10003         inserting it to buffer.
10004         (mml-insert-parameter): Fold lines properly even if a parameter is
10005         segmented into two or more lines; change the max column to 76.
10006
10007         * rfc1843.el (rfc1843-decode-article-body): Don't use
10008         ignore-errors when calling mail-header-parse-content-type.
10009
10010         * rfc2231.el (rfc2231-parse-string): Return at least type if
10011         possible; don't cause an error even if it fails in parsing of
10012         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10013         (rfc2231-encode-string): Don't break lines at the beginning, leave
10014         it to mml-insert-parameter.
10015
10016         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10017         calling mail-header-parse-content-type.
10018
10019 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10020
10021         * spam-report.el (spam-report-gmane-use-article-number):
10022         Improve doc string.
10023         (spam-report-gmane-internal): Check if a suitable header was found
10024         in the article.
10025
10026 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10029         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10030
10031 2006-02-05  Romain Francoise  <romain@orebokech.com>
10032
10033         Update copyright notices of all files in the gnus directory.
10034
10035 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10036
10037         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10038
10039 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10042         segmented lines of parameter value to cope with Thunderbird 1.5
10043         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10044         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10045         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10046
10047 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10048
10049         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10050         parts.
10051
10052 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10053
10054         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10055         there's only one active file for all servers.
10056         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10057         solid groups.  Gnus might have used a FAST request to select the group.
10058         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10059         and nnweb-search redundantly in the active file.
10060         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10061         (nnweb-request-create-group): Don't use ARGS.
10062         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10063         initialisations.  Let nnoo do the work.
10064
10065 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10068         Say the part has been decoded.
10069
10070         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10071
10072 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10073
10074         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10075         mailcap-viewer-test-cache when there's no 'test clause, since that
10076         will invert the meaning of a "nil" test previously determined by
10077         mailcap-mailcap-entry-passes-test.
10078
10079 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10082         compiling.
10083
10084         * gnus-sum.el: Ditto.
10085
10086         * message.el: Don't bind tool-bar-map when compiling.
10087
10088 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10091
10092 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10093
10094         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10095         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10096         current Google Groups.
10097
10098 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10101         and tool-bar-mode.
10102
10103         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10104         and tool-bar-mode.
10105
10106         * message.el (message-tool-bar-update): Simplify.
10107         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10108
10109         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10110         gnus-summary-buffer.
10111         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10112         gnus-summary-reply.
10113
10114         * gmm-utils.el (gmm): Add :version.
10115
10116 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * Makefile.in (clean): New rule.
10119         (distclean): Use it.
10120
10121 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10122
10123         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10124         autoload.
10125
10126 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gmm-utils.el (gmm-verbose): Add :group.
10129
10130 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * message.el: Change some comments WRT tool-bars.
10133
10134         * gnus-sum.el (gnus-summary-tool-bar)
10135         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10136         (gnus-summary-tool-bar-zap-list): New variables.
10137         (gnus-summary-make-tool-bar): Complete rewrite using
10138         `gmm-tool-bar-from-list'.
10139
10140         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10141         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10142         variables.
10143         (gnus-group-make-tool-bar): Complete rewrite using
10144         `gmm-tool-bar-from-list'.
10145         (gnus-group-tool-bar-update): New function.
10146
10147         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10148
10149 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10152         is dissected into a single part of which the type is the same as
10153         the given one; decode charset.
10154
10155 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10156
10157         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10158         into alists as symbol not string, since that's what
10159         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10160         look for.
10161
10162 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10165         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10166
10167         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10168
10169 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10172         (gnus-xmas-mime-security-button-menu): New function.
10173
10174         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10175         (gnus-mime-security-button-menu): New definition.
10176         (gnus-mime-security-button-map): Use them.
10177         (gnus-mime-security-button-menu): New function.
10178         (gnus-insert-mime-security-button): Addition to help echo.
10179         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10180         (gnus-mime-security-pipe-part): New functions.
10181
10182         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10183         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10184
10185         * mm-decode.el (mm-handle-set-disposition): Remove.
10186         (mm-handle-set-description): Remove.
10187
10188 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10191         (mm-w3m-standalone-supports-m17n-p): New function.
10192         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10193         w3m usage.
10194
10195         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10196         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10197
10198 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * message.el (message-tool-bar-zap-list): Use
10201         gmm-tool-bar-zap-list as custom type.
10202         (message-tool-bar-update): New function.
10203         (message-tool-bar, message-tool-bar-gnome)
10204         (message-tool-bar-retro): Add message-tool-bar-update.
10205         (message-tool-bar-gnome): Add flyspell-buffer.
10206
10207         * gnus-util.el (gnus-error): Describe `args'.
10208
10209         * gmm-utils.el (gmm-error): Describe `args'.
10210         (gmm-tool-bar-zap-list): New widget.
10211         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10212
10213 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10216         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10217         the number of recursive calls.
10218
10219         * mm-decode.el (mm-handle-set-disposition): New macro.
10220         (mm-handle-set-description): New macro.
10221
10222 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10225         encoding.
10226
10227 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * message.el (message-tool-bar-zap-list, message-tool-bar)
10230         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10231         (message-tool-bar-local-item-from-menu): Remove.
10232         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10233         (message-make-tool-bar): New function.
10234         (message-mode): Use `message-make-tool-bar'.
10235
10236         * gmm-utils.el: New file.
10237         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10238         (gmm-lazy): New widget copied from `nnmail.el'.
10239         (gmm-tool-bar-from-list): New function for creating customizable
10240         tool bars.
10241         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10242         output.
10243         (gmm): Add :prefix to defgroup.
10244
10245 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10246
10247         * gmm-utils.el (gmm-widget-p): New function.
10248
10249 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * mml.el (mml-attach-file): Describe `description' in doc string.
10252         (mml-menu): Add Emacs MIME manual and PGG manual.
10253
10254 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10255
10256         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10257
10258 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10259
10260         * nntp.el (nntp-end-of-line): Doc fix.
10261
10262 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10263
10264         * imap.el (imap-open): Handle case where buffer is a buffer
10265         object.
10266
10267 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10268
10269         * gnus-delay.el (gnus-delay): Don't autoload.
10270         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10271         to be re-loaded when customizing the `gnus-delay' group.
10272
10273 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10274
10275         * message.el (message-insert-citation-line): Use newlines.
10276
10277 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10278
10279         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10280         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10281         these routines, so the passphrase can be managed externally and
10282         passed in to the system.
10283         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10284         pgg-add-passphrase-to-cache function.
10285
10286         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10287         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10288         these routines, so the passphrase can be managed externally and
10289         passed in to the system.
10290         (pgg-pgp5-sign-region): Use new name of
10291         pgg-add-passphrase-to-cache function.
10292
10293 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10294
10295         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10296         part of the decoded armor to find the key-identifier.
10297         (pgg-gpg-lookup-key-owner): New function to return the
10298         human-readable identifier of a key owner.
10299         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10300         itself.
10301         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10302         the key value) if we have a key and can match it against a secret
10303         key.  Also, added a note pointing out fact that the prompt only
10304         indicates the first matching key.
10305
10306         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10307         pgg-decrypt-region.
10308         (pgg-add-passphrase-to-cache): Rename from
10309         `pgg-add-passphrase-cache' to reduce confusion (all callers
10310         changed).
10311         (pgg-remove-passphrase-from-cache): Rename from
10312         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10313         changed).
10314         (pgg-read-passphrase, pgg-add-passphrase-cache)
10315         (pgg-remove-passphrase-cache): Add informative docstrings.
10316         (pgg-decrypt): Convey provided passphrase in subordinate call to
10317         pgg-decrypt-region.
10318
10319 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10320
10321         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10322         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10323         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10324         'passphrase' argument, so the passphrase can be managed externally
10325         and then passed in to the system.
10326
10327         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10328         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10329         so the passphrase cache can be used reliably with identifiers
10330         besides a pgp packet's key id.
10331
10332         * pgg-gpg.el (pgg-gpg-encrypt-region)
10333         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10334         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10335         these routines, so the passphrase can be managed externally and
10336         passed in to the system.
10337
10338         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10339         'notruncate' argument, so the passphrase cache can be used
10340         reliably with identifiers besides a pgp packet's key id.
10341
10342 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10343
10344         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10345         symmetric encryption.
10346         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10347         encrypted session key.
10348         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10349         message ask for the passphrase in a proper way.
10350
10351         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10352         New user commands for symmetric encryption.
10353
10354 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10357
10358         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10359
10360 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10361
10362         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10363
10364 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * mm-decode.el (mm-inlined-types): Add application/pgp.
10367         (mm-automatic-display): Ditto.
10368
10369         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10370         part as text.
10371
10372 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * nnrss.el: Update copyright.
10375         (nnrss-opml-import): Query whether to subscribe to each entry.
10376
10377         * gnus-art.el:
10378         * gnus-sum.el:
10379         * gnus-xmas.el:
10380         * messagexmas.el:
10381         * mm-uu.el:
10382         * mm-view.el: Update copyright.
10383
10384 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * message.el (message-info): New function.
10387         (message-mode-menu): Add it.
10388         Update copyright.
10389
10390         * ChangeLog: Fix and update copyright.
10391
10392 2006-01-13  Romain Francoise  <romain@orebokech.com>
10393
10394         * message.el (message-forward-subject-name-subject): Prefer the
10395         address to 'nowhere' if the sender has no name.
10396         Fix typo.  Update copyright year.
10397
10398 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-art.el (article-wash-html): Use
10401         gnus-summary-show-article-charset-alist if a numeric arg is given.
10402         (gnus-article-wash-html-with-w3m-standalone): New function.
10403
10404         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10405         mm-inline-text-html-render-with-w3m-standalone.
10406         (mm-text-html-washer-alist): Map w3m-standalone to
10407         gnus-article-wash-html-with-w3m-standalone.
10408         (mm-inline-text-html-render-with-w3m-standalone): New function.
10409
10410 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10413         Improve LaTeX.
10414
10415 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10418         (nnrss-request-article): Render text/plain parts as HTML.
10419
10420         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10421         the buffer.
10422
10423 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10426         custom definition of `gnus-posting-styles'.
10427
10428         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10429         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10430
10431 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10434         Use nntp for bug archive.
10435
10436 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10439         parts.
10440         (nnrss-normalize-date): New function converts ISO 8601 date into
10441         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10442         (nnrss-check-group): Use it.
10443
10444 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10447
10448         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10449         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10450         (nnrss-insert-w3): Ditto.
10451
10452 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10455         the articles to be forwarded including the case where neither a
10456         number of articles nor a region is specified.
10457
10458 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * nnrss.el (nnrss-request-article): Fix last change; fill
10461         text/plain parts.
10462
10463 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10466         in text/plain part.
10467         (nnrss-check-group): Don't add excessive newline to dc:subject.
10468
10469 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10470
10471         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10472         article.
10473
10474 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10477         (nnml-use-compressed-files, nnml-save-mail): Support other
10478         comression programs such as bzip2.
10479
10480 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481
10482         * dns.el (query-dns): Make sure we check the buffer size before
10483         removing tcp headers.
10484
10485 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10488         remove MIME buttons associated with multipart/alternative parts.
10489         (gnus-mime-display-alternative): Tag buttons using `article-type'
10490         text property.
10491
10492         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10493         associated with multipart/alternative parts.
10494
10495         * gnus-art.el (gnus-signature-separator): Fix custom type.
10496
10497         * mm-decode.el (mm-inlined-types): Fix custom type.
10498         (mm-keep-viewer-alive-types): Ditto.
10499         (mm-automatic-display): Ditto.
10500         (mm-attachment-override-types): Ditto.
10501         (mm-inline-override-types): Ditto.
10502         (mm-automatic-external-display): Ditto.
10503
10504 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * spam-report.el (spam-report-user-mail-address)
10507         (spam-report-user-agent): New variables.
10508         (spam-report-url-ping-plain): Use spam-report-user-agent.
10509
10510 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10511
10512         * gnus-art.el (gnus-button-handle-custom): Do not just use
10513         `customize-apropos' for any "M-x customize-*" button but the
10514         function called for.  Accept both the function name and its
10515         argument in order to achieve this.
10516         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10517         function name to `gnus-button-handle-custom' in case of "M-x
10518         customize-*" buttons.
10519
10520 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10523         multipart/alternative and add xref to mm-discouraged-alternatives
10524         in doc string.
10525
10526         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10527         gnus-buttonized-mime-types in doc string.
10528
10529 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10532         Suggest image/.* in the doc string.
10533
10534 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10537         message-marks (Debian bug #342521).
10538
10539 2005-12-12  Simon Josefsson  <jas@extundo.com>
10540
10541         * password.el (password-read-from-cache): Add.
10542         (password-read): Use it.
10543
10544 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10547         us-ascii as a MIME charset.
10548
10549         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10550         against the case where the 2nd arg TYPE is nil.
10551
10552 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * pop3.el (pop3-stream-type): Fix custom version.
10555
10556         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10557
10558 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10559
10560         * mm-decode.el (mm-display-external): Add missing cdr.
10561
10562 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10565         RFC1524) if it is in mailcap or add a suffix according to
10566         mailcap-mime-extensions when generating a temp filename; postpone
10567         deleting a temp file for 2 seconds for some wrappers, shell
10568         scripts, and so on, which might exit right after having started a
10569         viewer command as a background job.
10570
10571 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10572
10573         * nntp.el (nntp-marks-directory): Fix custom group.
10574
10575         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10576         steps when < 10.
10577
10578         * gnus-start.el (gnus-no-server-1): Mention
10579         `gnus-level-default-subscribed' in doc string.
10580
10581 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10582
10583         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10584         parens.
10585
10586 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gnus-xmas.el (gnus-use-toolbar): Revert.
10589         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10590         gnus-use-toolbar is default.
10591
10592         * messagexmas.el (message-use-toolbar): Revert.
10593         (message-setup-toolbar): Use global default-toolbar if
10594         message-use-toolbar is default.
10595
10596 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10599         according to default-toolbar-visible-p.
10600
10601         * messagexmas.el (message-use-toolbar): Ditto.
10602
10603 2005-11-26  Dave Love  <fx@gnu.org>
10604
10605         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10606         (tls-program, tls-success): Provide openssl alternative.
10607
10608         * starttls.el: Doc fixes.
10609         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10610         SERVICE to PORT.
10611
10612         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10613         port null or service name.
10614         (starttls-negotiate): Autoload.
10615
10616 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * message.el (message-kill-to-signature): Fix interactive spec.
10619
10620 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * pop3.el (pop3-open-server): Recognize a string as a service name.
10623
10624 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10625
10626         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10627
10628 2005-11-23  Dave Love  <fx@gnu.org>
10629
10630         Add pop3s, pop3/starttls.
10631
10632         * pop3.el (pop3-authentication-scheme): Clarify doc.
10633         (open-tls-stream, starttls-open-stream): Autoload.
10634         (pop3-stream-type): New.
10635         (pop3-open-server): Use it.
10636
10637         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10638         for POP.
10639         (mail-source-keyword-map): Add :stream for POP.
10640         (mail-source-fetch-pop): Use pop3-stream-type.
10641
10642 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10645         of current-time-string.
10646
10647 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10648
10649         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10650         date header.
10651
10652 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10653
10654         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10655         it can seriously impact performance as it bypasses the agent's
10656         local caches.
10657
10658 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10659
10660         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10661         must be explicitly online rather than "not explicitly offline" for
10662         its flags to be synchronized.
10663
10664         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10665         that gnus-uu-unmark-thread will function correctly.
10666
10667         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10668         1024K is instead displayed as 1M.
10669
10670 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10671
10672         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10673
10674 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10675
10676         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10677
10678 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10679
10680         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10681         error message to display actual error condition.
10682         (gnus-agent-save-local): Avoid saving symbols that are bound to
10683         nil as they simply result in a warning message in
10684         gnus-agent-read-local.
10685
10686 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10689         rather than make-variable-buffer-local for file-precious-flag.
10690
10691 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10692
10693         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10694         for duplicates which are removed.  The invalid sort check then
10695         triggers a rescan after the sort as sorting may have moved
10696         duplicate entries such that they can be cheaply detected.
10697
10698 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10701
10702 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10703
10704         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10705         internal variable to a custom variable.  Changed default value
10706         from compressed(2) to uncompressed(1).
10707         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10708         support for uncompressed agentview files.  Taken together, reading
10709         the agentview file should now be 6-7 times faster.
10710
10711 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10712
10713         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10714         as a buffer-local variable.  This avoids creating truncated
10715         dribble files as a result of a hang up, eg.
10716
10717 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10718
10719         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10720         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10721         XEmacs.
10722
10723 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * gnus-start.el (gnus-start-draft-setup): Enforce
10726         `gnus-draft-mode' for nndraft:drafts at startup.
10727
10728         * gnus.el (gnus-splash): Change custom group.
10729         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10730         allow-list argument.
10731
10732         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10733         string.
10734
10735 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * gnus-art.el (gnus-default-article-saver): Add user-defined
10738         `function' to custom type.
10739
10740 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10741
10742         * imap.el (imap-open): Handle case where buffer is a buffer
10743         object.
10744
10745 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10748         long lines.
10749         (gnus-cache-delete-group): Wrap doc strings.
10750
10751         * gnus-agent.el (gnus-agent-rename-group)
10752         (gnus-agent-delete-group): Wrap doc strings.
10753
10754 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * messagexmas.el (message-use-toolbar): Change the valid values
10757         into default, top, bottom, left, and right.
10758         (message-toolbar-thickness): New variable.
10759         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10760         well.
10761         (message-setup-toolbar): Make it work.
10762
10763         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10764         (gnus-use-toolbar): Change the valid values into default, top,
10765         bottom, left, and right.
10766         (gnus-toolbar-thickness): New variable.
10767         (gnus-xmas-setup-toolbar): New function.
10768         (gnus-xmas-setup-group-toolbar): Use it.
10769         (gnus-xmas-setup-summary-toolbar): Use it.
10770
10771 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * gnus-start.el (gnus-1): Add "native" to
10774         gnus-predefined-server-alist.
10775
10776         * gnus.el (gnus-method-to-server): Don't add "native" to the
10777         lists here, because that leads to problems when
10778         gnus-select-method is bound.
10779
10780 2005-11-09  Simon Josefsson  <jas@extundo.com>
10781
10782         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10783         use (not sort-by-date) instead.
10784
10785 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10786
10787         * gnus-delay.el (gnus-delay-group): Don't autoload.
10788         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10789         to be re-loaded when customizing the `gnus-delay' group.
10790
10791 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10792
10793         * message.el: Revert last changes.
10794         (message-insert-citation-line): Use newlines.
10795
10796 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10797
10798         * message.el (message-courtesy-message)
10799         (message-mark-insert-begin, message-mark-insert-end)
10800         (message-elide-ellipsis, message-cancel-message)
10801         (message-add-header, message-change-subject)
10802         (message-cross-post-followup-to-header)
10803         (message-cross-post-insert-note, message-reduce-to-to-cc)
10804         (message-widen-reply, message-delete-not-region)
10805         (message-kill-to-signature, message-insert-signature)
10806         (message-insert-importance-high, message-insert-importance-low)
10807         (message-insert-or-toggle-importance)
10808         (message-insert-disposition-notification-to)
10809         (message-indent-citation, message-yank-original)
10810         (message-cite-original-without-signature, message-cite-original)
10811         (message-insert-citation-line, message-position-on-field)
10812         (message-fix-before-sending, message-send-mail-partially)
10813         (message-send-mail, message-send-mail-with-sendmail)
10814         (message-send-mail-with-qmail, message-send-news)
10815         (message-check-news-header-syntax, message-generate-headers)
10816         (message-insert-courtesy-copy, message-fill-address)
10817         (message-fill-header, message-shorten-references)
10818         (message-setup-1, message-cancel-news)
10819         (message-forward-make-body-plain, message-forward-make-body-mime)
10820         (message-forward-make-body-mml, message-encode-message-body)
10821         (message-forward-make-body-digest-plain)
10822         (message-forward-make-body-digest-mime)
10823         (message-use-alternative-email-as-from): Insert `hard-newline'
10824         instead of ordinary newlines.
10825
10826 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * message.el (message-generate-headers): Downcase the argument
10829         given to message-check-element.
10830
10831 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10832
10833         * nntp.el (nntp-authinfo-rejected): New error condition.
10834         (nntp-wait-for): Use new error condition to signal authentication
10835         error.
10836         (nntp-retrieve-data): Rethrow new error condition to break out of
10837         recursive call to nntp-send-authinfo.
10838
10839 2005-11-08  Romain Francoise  <romain@orebokech.com>
10840
10841         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10842         (gnus-summary-exit-map): Bind to `Z p'.
10843         (gnus-summary-make-menu-bar): Add menu item.
10844
10845 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10848         (gnus-treat-*): Add `first' in all doc strings.
10849
10850         * gnus-group.el (gnus-group-compact-group): Fix typo.
10851
10852 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * gnus.el (gnus-parameters-case-fold-search): New variable.
10855         (gnus-parameters-get-parameter): Use it.
10856
10857         * gnus-score.el (gnus-home-score-file): Doc fix.
10858
10859 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10860
10861         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10862
10863 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * mm-util.el (mm-special-display-p): New function.
10866
10867         * mml.el (mml-preview): Use it; doc fix.
10868
10869 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10870
10871         * imap.el (imap-open): Handle case where buffer is a buffer object.
10872
10873 2005-10-29  Romain Francoise  <romain@orebokech.com>
10874
10875         * message.el (message-fix-before-sending): Fix comment.
10876
10877 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10878
10879         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10880
10881 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10882
10883         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10884         Used in gnus-score.el.
10885
10886 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10889
10890 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10893         whitespace removed in revision 7.8.  Use concatenated string to
10894         protect trailing whitespace.
10895
10896 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10897
10898         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10899         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10900         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10901         Courier IMAP ("some version from 2004").  Mostly based on similar
10902         code in the same function.
10903
10904 2005-10-26  Didier Verna  <didier@xemacs.org>
10905
10906         * gnus-group.el (gnus-group-compact-group): Invalidate original
10907         article buffer.
10908         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10909         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10910         NOV database and in article itself.
10911         Invalidate article backlog.
10912
10913 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10916
10917 2005-10-26  Simon Josefsson  <jas@extundo.com>
10918
10919         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10920         part of 2004-07-25 change.
10921
10922 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * message.el (message-display-completion-list): New function.
10925         (message-expand-group): Use it; make sure the Completions buffer
10926         is modifiable.
10927 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10928
10929         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10930         user-mail-name is an empty string.
10931
10932 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10935         depending on gnus-score-decay-constant.
10936
10937         * encrypt.el (encrypt-insert-file-contents)
10938         (encrypt-write-file-contents): Don't use `gnus-message'.
10939
10940         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10941         arguments.
10942         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10943         arguments to mm-uu-verbatim-marks-extract.
10944         (mm-uu-hide-markers): New variable.
10945         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10946
10947         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10948         (gnus-convert-image-to-face-command): Use "convert" by default to
10949         allow other input image formats.
10950         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10951         accordingly.
10952
10953 2005-10-23  Simon Josefsson  <jas@extundo.com>
10954
10955         * imap.el (imap-gssapi-program): Align command line parameters
10956         with latest GNU SASL.
10957         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10958
10959 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10962         HTML.
10963         (nnslashdot-request-article): Ditto.
10964
10965         * lpath.el (featurep): Add nobreak-char-display.
10966
10967 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10968
10969         * mail-source.el (mail-source-fetch-pop): Require pop3.
10970         (mail-source-check-pop): Ditto.
10971
10972 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10975         errors.
10976
10977 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10980         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10981
10982         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10983
10984         * mm-bodies.el (mm-decode-string): Call
10985         `mm-charset-to-coding-system' with allow-override argument.
10986
10987 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10990         (rfc2047-charset-to-coding-system): New function.
10991         (rfc2047-decode-encoded-words): New function.
10992         (rfc2047-decode-region): Use them.
10993         (rfc2047-decode-cte): Remove.
10994         (rfc2047-parse-and-decode): Remove.
10995         (rfc2047-decode): Remove.
10996
10997 2005-10-15  Kenichi Handa  <handa@m17n.org>
10998
10999         * rfc2047.el (rfc2047-decode-cte): New function.
11000         (rfc2047-decode-region): Change the way to decode successive
11001         encoded-words: decode B- or Q-encoding in each encoded-word,
11002         concatenate them, and decode it as charset.
11003
11004 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * lpath.el: Fbind codepage-setup for XEmacs.
11007
11008 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11009
11010         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11011         widget-move-and-invoke.
11012         (gnus-custom-mode): Use gnus-custom-map.
11013
11014 2005-10-15  Bill Wohler  <wohler@newt.com>
11015
11016         * message.el (message-tool-bar-map): Renamed image file from
11017         mail_send to mail/send.
11018
11019 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11020
11021         * message.el (message-expand-group): Pass the common
11022         prefix substring of completion to `display-completion-list'.
11023
11024 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * mml-sec.el (mml-secure-method): New internal variable.
11027         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11028         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11029         functions using mml-secure-method.
11030
11031         * mml.el (mml-mode-map): Add key bindings for those functions.
11032         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11033         Harder <harder@myrealbox.com>.
11034         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11035         end of message if point is the headers of the message.
11036
11037         * message.el (message-in-body-p): New function.
11038
11039         * assistant.el: Autoload gnus-util and netrc.
11040
11041         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11042         Use `mm-charset-override-alist' only when decoding.
11043
11044         * mm-bodies.el (mm-decode-body): Call
11045         `mm-charset-to-coding-system' with allow-override argument.
11046
11047         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11048         `filename' from Content-Disposition if Content-Type doesn't
11049         provide `name'.
11050         (gnus-mime-view-part-as-type): Set default instead of
11051         initial-input.
11052
11053 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11054
11055         * format-spec.el (format-spec): Propagate text properties of % spec.
11056
11057 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11058
11059         * gnus-art.el (gnus-treat-predicate): Add `first'.
11060
11061 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11064         (mm-charset-override-alist): New variable.
11065         (mm-charset-to-coding-system): Use it.
11066         (mm-codepage-setup): New helper function.
11067         (mm-charset-eval-alist): New variable.
11068         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11069         about unknown charsets.
11070
11071         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11072
11073 2005-10-04  David Hansen  <david.hansen@gmx.net>
11074
11075         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11076         (nnrss-check-group): Ditto.
11077
11078 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11081         Rename x-gnus-verbatim to x-verbatim.
11082         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11083
11084         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11085         x-verbatim.
11086
11087         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11088
11089         * gnus-util.el (gnus-remove-duplicates): Remove.
11090
11091         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11092         instead of gnus-remove-duplicates.
11093
11094         * message.el (message-remove-duplicates): Remove.
11095         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11096         message-remove-duplicates.
11097
11098         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11099         available, else use implementation from `delete-dups'.
11100
11101         * message.el (message-insert-expires): New function.
11102         (message-mode-map): Add key binding.
11103         (message-mode-field-menu): Add menu entry.
11104         (message-mode): Document it.
11105         (message-make-expires-date): Use `message-make-date'.
11106
11107 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11108
11109         * message.el (message-make-expires-date): New function.
11110
11111 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * Makefile.in (list-installed-shadows): New entry.
11114         (install): Use it.
11115         (remove-installed-shadows): New entry.
11116
11117         * dgnushack.el (dgnushack-default-load-path): New variable.
11118         (dgnushack-find-lisp-shadows): New function.
11119         (dgnushack-remove-lisp-shadows): New function.
11120
11121 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * Makefile.in (install-el-elc): New entry.
11124         (install): Use it so that .el files are necessarily installed.
11125
11126 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11129
11130 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11131
11132         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11133         function rather than the diff-mode.el package.
11134         (mm-display-external): Use with-current-buffer.
11135         (mm-viewer-completion-map, mm-viewer-completion-map):
11136         Move initialization inside declaration.
11137
11138 2005-09-29  Simon Josefsson  <jas@extundo.com>
11139
11140         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11141         autoload mail-check-payment.
11142         (spam-check-hashcash): Define unconditionally, since hashcash.el
11143         is part of Gnus now.  Ignore errors from payment checking.
11144
11145 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * message.el (message-bold-region, message-unbold-region): Rename
11148         from `bold-region' and `unbold-region'.
11149
11150         * message.el: Remove useless autoloads.
11151
11152 2005-09-28  Simon Josefsson  <jas@extundo.com>
11153
11154         * message.el (message-use-idna): Default to t.
11155         (message-use-idna): Test whether encoding works too.  Doc fix.
11156
11157 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * nntp.el (nntp-warn-about-losing-connection): Remove.
11160
11161 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11164         customizable.  Change default value.
11165         (mm-uu-diff-groups-regexp): Change default value.
11166         (mm-uu-type-alist): Add doc string.
11167         (mm-uu-configure): Add doc string.  Make it interactive.
11168         (mm-uu-tex-groups-regexp): New variable.
11169         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11170         (mm-uu-type-alist): Add LaTeX documents.
11171         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11172         of "text/verbatim".
11173         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11174
11175         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11176         instead of "text/verbatim".
11177
11178         * message.el (message-mark-inserted-region)
11179         (message-mark-insert-file): Use slrn style marks when called with
11180         prefix argument.
11181
11182 2005-09-27  Simon Josefsson  <jas@extundo.com>
11183
11184         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11185
11186 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11187
11188         * message.el (message-remove-duplicates): New function.
11189         Implementation borrowed from `gnus-remove-duplicates'.
11190         (message-idna-to-ascii-rhs): Also encode idna addresses in
11191         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11192         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11193         only ask about the same idna domain once per header and also tell
11194         in what header to replace the idna domain.
11195
11196         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11197         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11198         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11199         a header is decoded and not just the last one.
11200
11201 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11204         has been decoded.
11205
11206         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11207         (mm-insert-part): Don't modify text if it has been decoded.
11208
11209         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11210         decoded.
11211
11212         * mm-view.el (mm-inline-text): Don't strip text props unless
11213         decoding enriched or richtext parts.
11214
11215 2005-09-25  Romain Francoise  <romain@orebokech.com>
11216
11217         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11218         * gnus-start.el (gnus-subscribe-interactively):
11219         * gnus-uu.el (gnus-uu-grab-articles):
11220         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11221         space.
11222
11223 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11224
11225         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11226         * mm-view.el (mm-view-pkcs7-decrypt):
11227         * gnus-sum.el (gnus-summary-limit-to-extra)
11228         (gnus-summary-respool-article, gnus-read-move-group-name):
11229         * gnus-score.el (gnus-summary-increase-score):
11230         * gnus-util.el (gnus-completing-read-with-default):
11231         * gnus-art.el (gnus-read-save-file-name)
11232         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11233         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11234         * message.el (message-check-news-header-syntax):
11235         Follow convention for reading with the minibuffer.
11236
11237 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * spam-report.el (spam-report-url-ping-plain):
11240         Use gnus-extended-version as User-Agent.
11241
11242         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11243         default value is nil.
11244
11245         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11246         (mm-uu-verbatim-marks-extract): New function.
11247         (mm-uu-extract): New face.
11248         (mm-uu-copy-to-buffer): Use it.
11249
11250         * spam-report.el (spam-report-gmane-ham): Renamed from
11251         `spam-report-gmane-unspam'.
11252         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11253         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11254
11255         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11256         Autoload.
11257         (spam-report-gmane-unregister-routine): Renamed
11258         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11259
11260 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11261
11262         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11263         (spam-report-gmane-unregister-routine): Add support for gmane
11264         unregistration.
11265
11266         * spam-report.el (spam-report-gmane-unspam)
11267         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11268         (spam-report-gmane): Change to take a single article and do unspam
11269         registration.
11270
11271 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11272
11273         * mm-url.el (mm-url-decode-entities): Fix regexp.
11274
11275 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276
11277         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11278         default to nil, to be able to use Gnus at all.  If the default
11279         switches to something else, then the function should be fixed not
11280         be exceedingly slow.
11281
11282 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11283
11284         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11285         fail hard.
11286
11287         * spam-report.el: Add better Keywords line.
11288
11289         * spam.el: Add Maintainer and better Keywords line.
11290
11291 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * gnus-art.el (gnus-article-replace-part)
11294         (gnus-mime-replace-part): New functions.
11295         (gnus-mime-action-alist, gnus-mime-button-commands)
11296         (gnus-mime-save-part-and-strip): Added file argument.
11297         (gnus-article-part-wrapper): Added interactive argument.
11298
11299         * gnus-sum.el (gnus-summary-mime-map): Add
11300         `gnus-article-replace-part'.
11301
11302 2005-09-19  Didier Verna  <didier@xemacs.org>
11303
11304         The nnml compaction feature:
11305         * nnml.el (nnml-request-compact-group): New function.
11306         * nnml.el (nnml-request-compact): New function.
11307         * gnus-int.el (gnus-request-compact-group): New function.
11308         * gnus-int.el (gnus-request-compact): New function.
11309         * gnus-group.el (gnus-group-compact-group): New function.
11310         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11311         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11312         * gnus-srvr.el (gnus-server-compact-server): New function.
11313         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11314         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11315
11316 2005-09-18  Deepak Goel  <deego@gnufans.org>
11317
11318         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11319         format spec.
11320
11321 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11324
11325 2005-09-15  Romain Francoise  <romain@orebokech.com>
11326
11327         * message.el (message-fill-paragraph): Clarify docstring.
11328
11329 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * gnus-art.el (gnus-mime-display-part): Protect against broken
11332         MIME messages.
11333
11334 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11337         before parsing header.
11338
11339 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11340
11341         * html2text.el (html2text-replace-list): Add new entities.
11342
11343 2005-09-11  Romain Francoise  <romain@orebokech.com>
11344
11345         * message.el (message-alternative-emails): Improve docstring.
11346         (message-setup-1): Call `message-use-alternative-email-as-from'
11347         after `message-setup-hook' to give it precedence over posting
11348         styles, etc.
11349         (message-use-alternative-email-as-from): Add docstring.  Remove
11350         the original From header if present.
11351
11352         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11353         (nnml-save-mail): Use it.
11354
11355         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11356         articles.  Add new argument `silent'.
11357         (gnus-uu-mark-all): Report the total number of marked articles.
11358
11359 2005-09-10  Romain Francoise  <romain@orebokech.com>
11360
11361         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11362         (gnus-uu-mark-series): Likewise.
11363
11364 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * spam-report.el (spam-report-gmane): Fix generation of spam
11367         report URL.
11368
11369 2005-09-10  Simon Josefsson  <jas@extundo.com>
11370
11371         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11372         t, based on discussion on the ding list with Robert Epprecht
11373         <epprecht@solnet.ch>.
11374
11375 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * spam-report.el (spam-report-gmane): Make it work without
11378         X-Report-Spam header.  Gmane now only provides Archived-At.
11379         This is only used if `spam-report-gmane-use-article-number' is nil.
11380         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11381
11382         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11383         make `gnus-summary-sort-by-recipient' work with threading.
11384
11385         * nnweb.el (nnweb-google-wash-article): Print a message if article
11386         is not available.
11387
11388 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11389
11390         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11391         change.  Decode text/* parts content before displaying.
11392
11393 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11396
11397 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11400
11401         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11402         url-package-name, url-package-version,
11403         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11404         w3m-display-inline-images, and w3m-minor-mode-map.
11405
11406 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * message.el (message-tab-body-function): Fix mismatched custom type.
11409
11410         * gnus.el (gnus-group-change-level-function): Ditto.
11411
11412         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11413
11414         * gnus-art.el (gnus-signature-limit)
11415         (gnus-article-mime-part-function): Ditto.
11416
11417 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * mml.el (mml-mode): Silence the byte compiler.
11420
11421         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11422         using `(sit-for 0)' before moving the point to the specified part;
11423         skip unbuttonized parts.
11424         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11425         return to the summary window if gnus-auto-select-part is non-nil.
11426
11427 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11430         variables.
11431         (mml-dnd-attach-file, mml-mode): Use them.
11432
11433         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11434         Make fetching article by MID work again for Google Groups.  Added
11435         FIXME concerning gnus-group-make-web-group.
11436
11437         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11438         Don't depend on Gnus by using mail-extract-address-components if
11439         gnus-extract-address-components is not bound.
11440
11441 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442
11443         * gnus-art.el (gnus-mime-display-security): Don't display the
11444         signature, but only the signed part.
11445
11446 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11449
11450         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11451         list, not listp.
11452
11453 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11454
11455         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11456         when encoding.
11457
11458         * mm-bodies.el (mm-decode-content-transfer-encoding):
11459         De-canonicalize CRLF for all text content types, not just
11460         text/plain.
11461
11462 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11465         valid article; point arrow and cursor at the MIME button.
11466
11467 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11470         Suggested by Dan Christensen <jdc@uwo.ca>.
11471
11472         * mm-decode.el (mm-save-part): Enable change of prompt.
11473
11474 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11475
11476         * gnus-msg.el (gnus-inews-add-send-actions): Made
11477         `message-post-method' lambda parameter ARG `&optional'.
11478
11479 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * gnus-sum.el (gnus-summary-mime-map): Added
11482         gnus-article-save-part-and-strip, gnus-article-delete-part and
11483         gnus-article-jump-to-part.
11484
11485         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11486         (gnus-article-edit-part): Use it.
11487         (gnus-article-part-wrapper): Added no-handle argument.
11488         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11489         functions.
11490
11491 2005-08-29  Romain Francoise  <romain@orebokech.com>
11492
11493         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11494         docstring.
11495         (gnus-face-from-file): Likewise.
11496
11497 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11500         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11501         non-nil.
11502         (gnus-auto-select-part): New variable.
11503         (gnus-article-jump-to-part): New function.
11504         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11505         (gnus-mime-delete-part): Allow selecting specified part after
11506         deleting or stripping parts.
11507         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11508         part if argument is bogus.
11509
11510 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11511
11512         * gnus-art.el (w3m-minor-mode-map):
11513         * gnus-spec.el (gnus-newsrc-file-version):
11514         * gnus-util.el (nnmail-active-file-coding-system)
11515         (gnus-original-article-buffer, gnus-user-agent):
11516         * gnus.el (gnus-ham-process-destinations)
11517         (gnus-parameter-ham-marks-alist)
11518         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11519         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11520         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11521         * mm-decode.el (gnus-current-window-configuration):
11522         * mm-extern.el (gnus-article-mime-handles):
11523         * mm-url.el (url-current-object, url-package-name)
11524         (url-package-version):
11525         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11526         (smime-keys, w3m-cid-retrieve-function-alist)
11527         (w3m-current-buffer, w3m-display-inline-images)
11528         (w3m-minor-mode-map):
11529         * mml-smime.el (gnus-extract-address-components):
11530         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11531         (gnus-newsrc-hashtb, message-default-charset)
11532         (message-deletable-headers, message-options)
11533         (message-posting-charset, message-required-mail-headers)
11534         (message-required-news-headers):
11535         * mml1991.el (mc-pgp-always-sign):
11536         * mml2015.el (mc-pgp-always-sign):
11537         * nnheader.el (nnmail-extra-headers):
11538         * rfc1843.el (gnus-decode-encoded-word-function)
11539         (gnus-decode-header-function, gnus-newsgroup-name):
11540         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11541
11542 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11543
11544         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11545         the end of the date treatments.
11546
11547 2005-08-15  Simon Josefsson  <jas@extundo.com>
11548
11549         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11550         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11551         Capello and Romain Francoise.
11552         (pgg-fetch-key-function): Removed, not used?
11553         (pgg-insert-url-with-w3): Require url, to get
11554         url-insert-file-contents regardless of where it is defined.
11555
11556 2005-08-13  Romain Francoise  <romain@orebokech.com>
11557
11558         * message.el (message-cite-original-1): New function.
11559         (message-cite-original): Use it.
11560         (message-cite-original-without-signature): Ditto.
11561
11562 2005-08-08  Romain Francoise  <romain@orebokech.com>
11563
11564         * message.el (message-yank-empty-prefix): New variable.
11565         (message-indent-citation): Use it.
11566         (message-cite-original-without-signature): Respect X-No-Archive.
11567
11568 2005-08-08  Simon Josefsson  <jas@extundo.com>
11569
11570         * pgg.el: Autoload url-insert-file-contents instead of loading
11571         w3/url.
11572         (pgg-insert-url-with-w3): Don't load url here.
11573
11574 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11575
11576         * message.el (message-kill-to-signature): Don't insert newline at
11577         bol.
11578         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11579
11580 2005-08-06  Romain Francoise  <romain@orebokech.com>
11581
11582         * message.el (message-user-fqdn): Fix typo in docstring.
11583
11584 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11585
11586         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11587
11588         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11589
11590 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * mm-bodies.el (mm-encode-body): Use coding system rather than
11593         charset to encode text.
11594
11595         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11596         number of charsets if utf-8 is available (XEmacs).
11597
11598 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11601         taken from `gnus-button-mid-or-mail-regexp'.
11602         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11603         (gnus-button-alist): Improve regexp for domain part of the MIDs
11604         for news:localpart@domain buttons.
11605         (gnus-button-ctan-directory-regexp): Update.
11606
11607 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * sieve-manage.el (sieve-manage-interactive-login): Use
11610         make-local-variable rather than make-variable-buffer-local.
11611         (sieve-manage-open): Ditto.
11612         (sieve-manage-authenticate): Ditto.
11613
11614         * mml.el (mml-generate-mime-1): Make the content type default to
11615         text/plain if the filename is not specified.
11616
11617 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11620         instead of insert-buffer.
11621
11622         * message.el (message-yank-original): Ditto; set the mark at the
11623         end of the yanked message.
11624
11625 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11628         lines to scroll rather than to stop it.
11629
11630         * mml.el (mml-generate-default-type): Add doc string.
11631         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11632         default to application/octet-stream when determining the content
11633         type if it is not specified for the part or the mml contents; add
11634         a comment about mml-generate-default-type.
11635
11636 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11639         make it default to application/octet-stream when determining the
11640         content type if it is not specified for the external contents.
11641
11642 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11645         segmented parameter but also other parameters might be there.
11646
11647 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * mm-decode.el (mm-display-external): Delete temp file, directory
11650         and buffer immediately if the external process is exited.
11651
11652 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11655         fewer lines than that of scroll-margin.
11656         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11657
11658 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-art.el (gnus-article-next-page): Revert.
11661         (gnus-article-beginning-of-window): New macro.
11662         (gnus-article-next-page-1): Use it.
11663         (gnus-article-prev-page): Ditto.
11664         (gnus-article-edit-part): Use insert-buffer-substring instead of
11665         insert-buffer.
11666         (gnus-article-edit-exit): Ditto.
11667
11668         * gnus-util.el (gnus-beginning-of-window): Remove.
11669         (gnus-end-of-window): Remove.
11670
11671         * lpath.el: Don't bind header-line-format and scroll-margin.
11672
11673 2005-07-25  Simon Josefsson  <jas@extundo.com>
11674
11675         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11676         to have the url package without w3.  Reported by Daiki Ueno
11677         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11678
11679 2005-07-20  Didier Verna  <didier@xemacs.org>
11680
11681         * gnus-diary.el: Remove the description comment (nndiary is now
11682         properly documented in the Gnus manual).
11683         Fix the spelling of "Back End".
11684         * nndiary.el: Ditto.
11685         Fix the copyright notice.
11686
11687 2005-07-18  Romain Francoise  <romain@orebokech.com>
11688
11689         * gnus-sum.el (gnus-summary-to-prefix)
11690         (gnus-summary-newsgroup-prefix): New variables.
11691         (gnus-summary-from-or-to-or-newsgroups): Use them.
11692
11693 2005-07-17  Romain Francoise  <romain@orebokech.com>
11694
11695         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11696         space as it's generally not especially interesting to the user.
11697
11698 2005-07-16  Romain Francoise  <romain@orebokech.com>
11699
11700         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11701         nil to avoid prompting and file modification if one of the
11702         messages at the top of the nnfolder file contains a copyright
11703         notice.
11704         Update copyright notice.
11705
11706         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11707         instead of `current-time-string' as the latter creates a time
11708         string that is not RFC 2822 compliant (it lacks the zone).
11709         Update copyright notice.
11710
11711 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11712
11713         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11714         for text/rtf.  Display default in prompt.  Pass default for M-n.
11715
11716         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11717
11718 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11719
11720         * gnus-msg.el (gnus-button-mailto): Remove
11721         save-selected-window-window hackery because it relies on
11722         save-selected-window internals.
11723
11724 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11727         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11728         (gnus-article-prev-page): Ditto.
11729
11730         * gnus-util.el (gnus-beginning-of-window): New function.
11731         (gnus-end-of-window): New function.
11732
11733         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11734
11735 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11736
11737         * gnus-score.el (gnus-score-edit-all-score): Set
11738         gnus-score-edit-exit-function to gnus-score-edit-done and call
11739         gnus-message.
11740
11741 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11742
11743         * gnus-msg.el (gnus-button-mailto): Remove
11744         save-selected-window-window hackery because it relies on
11745         save-selected-window internals.
11746
11747 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11750         add-minor-mode.
11751         (gnus-binary-mode): Ditto.
11752
11753         * gnus-topic.el (gnus-topic-mode): Ditto.
11754
11755 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11756
11757         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11758         (gnus-article-prev-page): Take scroll-margin into consideration.
11759
11760 2005-07-04  Lute Kamstra  <lute@gnu.org>
11761
11762         Update FSF's address in GPL notices.
11763
11764 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11765
11766         * gnus.el (gnus-exit):
11767         * gnus-group.el (gnus-group-icons):
11768         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11769
11770         * gnus-nocem.el (gnus-nocem):
11771         * message.el (message-various, message-buffers, message-sending)
11772         (message-interface, message-forwarding, message-insertion)
11773         (message-headers, message-news, message-mail):
11774         * pgg-gpg.el (pgg-gpg):
11775         * pgg-parse.el (pgg-parse):
11776         * pgg-pgp.el (pgg-pgp):
11777         * pgg-pgp5.el (pgg-pgp5):
11778         * pop3.el (pop3): Finish `defgroup' description with period.
11779
11780 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-art.el (article-display-face): Improve the efficiency.
11783         (article-display-x-face): Ditto; remove grey x-face stuff.
11784
11785 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-art.el (article-display-face): Correct the position in
11788         which Faces are inserted.
11789
11790 2005-06-29  Didier Verna  <didier@xemacs.org>
11791
11792         * gnus-art.el (article-display-face): Display faces in correct
11793         order.
11794
11795 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11798         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11799         (gnus-nocem-check-article): Fetch the Type header.
11800         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11801         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11802         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11803         make sure gnus-nocem-hashtb is initialized.
11804         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11805         (gnus-nocem-unwanted-article-p): Ditto.
11806
11807         * pgg.el (pgg-verify): Return the verification result.
11808
11809 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11812         is ascii.
11813
11814 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11815
11816         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11817         `show-nonbreak-escape'.
11818
11819 2005-06-23  Lute Kamstra  <lute@gnu.org>
11820
11821         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11822
11823         * dig.el (dig-mode):
11824         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11825
11826 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11827
11828         * nnimap.el (nnimap-split-download-body): Fix spellings.
11829
11830 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11831
11832         * gnus-art.el (gnus-article-encrypt-body):
11833         * gnus-cus.el (gnus-score-customize):
11834         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11835         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11836
11837 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11838
11839         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11840         header by looking for magic "MII" at the beginnig.
11841
11842 2005-06-16  Miles Bader  <miles@gnu.org>
11843
11844         * gnus-xmas.el (gnus-xmas-group-startup-message):
11845         Use renamed gnus-splash face.
11846
11847         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11848         (assistant-field-face): New backward-compatibility alias for renamed
11849         face.
11850         (assistant-render-text): Use renamed assistant-field face.
11851
11852         * spam.el (spam): Remove "-face" suffix from face name.
11853         (spam-face): New backward-compatibility alias for renamed face.
11854         (spam-face, spam-initialize): Use renamed spam face.
11855
11856         * message.el (message-header-to, message-header-cc)
11857         (message-header-subject, message-header-newsgroups)
11858         (message-header-other, message-header-name)
11859         (message-header-xheader, message-separator, message-cited-text)
11860         (message-mml): Remove "-face" suffix from face names.
11861         (message-header-to-face, message-header-cc-face)
11862         (message-header-subject-face, message-header-newsgroups-face)
11863         (message-header-other-face, message-header-name-face)
11864         (message-header-xheader-face, message-separator-face)
11865         (message-cited-text-face, message-mml-face):
11866         New backward-compatibility aliases for renamed faces.
11867         (message-font-lock-keywords): Use renamed message faces.
11868
11869         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11870         (sieve-test-commands, sieve-tagged-arguments):
11871         Remove "-face" suffix from face names.
11872         (sieve-control-commands-face, sieve-action-commands-face)
11873         (sieve-test-commands-face, sieve-tagged-arguments-face):
11874         New backward-compatibility aliases for renamed faces.
11875         (sieve-control-commands-face, sieve-action-commands-face)
11876         (sieve-test-commands-face, sieve-tagged-arguments-face):
11877         Use renamed sieve faces.
11878
11879         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11880         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11881         (gnus-group-news-3-empty, gnus-group-news-4)
11882         (gnus-group-news-4-empty, gnus-group-news-5)
11883         (gnus-group-news-5-empty, gnus-group-news-6)
11884         (gnus-group-news-6-empty, gnus-group-news-low)
11885         (gnus-group-news-low-empty, gnus-group-mail-1)
11886         (gnus-group-mail-1-empty, gnus-group-mail-2)
11887         (gnus-group-mail-2-empty, gnus-group-mail-3)
11888         (gnus-group-mail-3-empty, gnus-group-mail-low)
11889         (gnus-group-mail-low-empty, gnus-summary-selected)
11890         (gnus-summary-cancelled, gnus-summary-high-ticked)
11891         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11892         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11893         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11894         (gnus-summary-low-undownloaded)
11895         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11896         (gnus-summary-low-unread, gnus-summary-normal-unread)
11897         (gnus-summary-high-read, gnus-summary-low-read)
11898         (gnus-summary-normal-read, gnus-splash):
11899         Remove "-face" suffix from face names.
11900         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11901         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11902         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11903         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11904         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11905         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11906         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11907         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11908         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11909         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11910         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11911         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11912         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11913         (gnus-summary-normal-ticked-face)
11914         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11915         (gnus-summary-normal-ancient-face)
11916         (gnus-summary-high-undownloaded-face)
11917         (gnus-summary-low-undownloaded-face)
11918         (gnus-summary-normal-undownloaded-face)
11919         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11920         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11921         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11922         (gnus-splash-face):
11923         New backward-compatibility aliases for renamed faces.
11924         (gnus-group-startup-message): Use renamed gnus faces.
11925
11926         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11927         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11928         (gnus-server-agent): Remove "-face" suffix from face names.
11929         (gnus-server-agent-face, gnus-server-opened-face)
11930         (gnus-server-closed-face, gnus-server-denied-face)
11931         (gnus-server-offline-face):
11932         New backward-compatibility aliases for renamed faces.
11933         (gnus-server-agent-face, gnus-server-opened-face)
11934         (gnus-server-closed-face, gnus-server-denied-face)
11935         (gnus-server-offline-face): Use renamed gnus faces.
11936
11937         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11938         Remove "-face" suffix from face names.
11939         (gnus-picon-xbm-face, gnus-picon-face):
11940         New backward-compatibility aliases for renamed faces.
11941
11942         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11943         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11944         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11945         (gnus-cite-11): Remove "-face" suffix from face names.
11946         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11947         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11948         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11949         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11950         New backward-compatibility aliases for renamed faces.
11951         (gnus-cite-attribution-face, gnus-cite-face-list)
11952         (gnus-article-boring-faces): Use renamed gnus faces.
11953
11954         * gnus-art.el (gnus-signature, gnus-header-from)
11955         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11956         (gnus-header-content): Remove "-face" suffix from face names.
11957         (gnus-signature-face, gnus-header-from-face)
11958         (gnus-header-subject-face, gnus-header-newsgroups-face)
11959         (gnus-header-name-face, gnus-header-content-face):
11960         New backward-compatibility aliases for renamed faces.
11961         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11962
11963         * gnus-sum.el (gnus-summary-selected-face)
11964         (gnus-summary-highlight): Use renamed gnus faces.
11965         * gnus-group.el (gnus-group-highlight): Likewise.
11966
11967 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11968
11969         * gnus-sieve.el (gnus-sieve-article-add-rule):
11970         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11971         * spam-stat.el (spam-stat-buffer-change-to-spam)
11972         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11973
11974         * message.el (message-is-yours-p):
11975         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11976
11977 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * mm-view.el (mm-inline-text): Withdraw the last change.
11980
11981 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11984         executing enriched-decode.
11985
11986 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11989         charset of tar files.
11990
11991 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11992
11993         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11994
11995 2005-06-04  Lute Kamstra  <lute@gnu.org>
11996
11997         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11998         information is never recorded.
11999
12000 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12001
12002         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12003
12004 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * pop3.el (pop3-apop): Run md5 in the binary mode.
12007
12008         * starttls.el (starttls-set-process-query-on-exit-flag):
12009         Use eval-and-compile.
12010
12011 2005-05-31  Simon Josefsson  <jas@extundo.com>
12012
12013         * smime.el (smime-replace-in-string): Define.
12014         (smime-cert-by-ldap-1): Use it.
12015
12016 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-art.el (article-display-x-face): Replace
12019         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12020
12021         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12022         set-process-query-on-exit-flag or process-kill-without-query.
12023
12024         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12025         loop instead of replace-regexp.
12026
12027         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12028         instead of process-kill-without-query if it is available.
12029
12030         * lpath.el: Fbind ldap-search-entries.
12031
12032         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12033         instead of find-file-hooks if it is available.
12034
12035         * mml1991.el: Bind pgg-default-user-id when compiling.
12036
12037         * mml2015.el: Bind pgg-default-user-id when compiling.
12038
12039         * nndraft.el (nndraft-request-associate-buffer):
12040         Use write-contents-functions instead of write-contents-hooks if it is
12041         available.
12042
12043         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12044         instead of find-file-hooks if it is available.
12045
12046         * nntp.el (nntp-open-connection): Replace
12047         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12048         (nntp-open-ssl-stream): Ditto.
12049         (nntp-open-tls-stream): Ditto.
12050
12051         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12052         set-process-query-on-exit-flag or process-kill-without-query.
12053         (starttls-open-stream-gnutls): Use it instead of
12054         process-kill-without-query.
12055         (starttls-open-stream): Ditto.
12056
12057 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12058
12059         * smime.el (smime-cert-by-ldap-1): Don't use
12060         replace-regexp-in-string.
12061
12062 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12063
12064         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12065
12066         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12067         in PEM format.  Adjust to the XEmacs compability.
12068
12069 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12072         by `string-to-number'.
12073         * gnus-agent.el (gnus-agent-regenerate-group)
12074         (gnus-agent-fetch-articles): Ditto.
12075         * gnus-art.el (gnus-button-fetch-group): Ditto.
12076         * gnus-cache.el (gnus-cache-generate-active)
12077         (gnus-cache-articles-in-group): Ditto.
12078         * gnus-group.el (gnus-group-set-current-level)
12079         (gnus-group-insert-group-line): Ditto.
12080         * gnus-score.el (gnus-score-set-expunge-below)
12081         (gnus-score-set-mark-below, gnus-summary-score-effect)
12082         (gnus-summary-score-entry): Ditto.
12083         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12084         (gnus-soup-pack): Ditto.
12085         * gnus-spec.el (gnus-xmas-format): Ditto.
12086         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12087         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12088         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12089         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12090         * nndb.el (nndb-get-remote-expire-response): Ditto.
12091         * nndiary.el (nndiary-parse-schedule-value)
12092         (nndiary-string-to-number, nndiary-request-replace-article)
12093         (nndiary-request-article): Ditto.
12094         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12095         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12096         * nneething.el (nneething-make-head): Ditto.
12097         * nnfolder.el (nnfolder-request-article)
12098         (nnfolder-retrieve-headers): Ditto.
12099         * nnheader.el (nnheader-file-to-number): Ditto.
12100         * nnkiboze.el (nnkiboze-request-article): Ditto.
12101         * nnmail.el (nnmail-process-unix-mail-format)
12102         (nnmail-process-babyl-mail-format): Ditto.
12103         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12104         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12105         (nnmh-request-create-group, nnmh-request-list-1)
12106         (nnmh-request-group, nnmh-request-article): Ditto.
12107         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12108         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12109         * nnsoup.el (nnsoup-make-active): Ditto.
12110         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12111         * nntp.el (nntp-find-group-and-number)
12112         (nntp-retrieve-headers-with-xover): Ditto.
12113         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12114         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12115         (pgg-format-key-identifier): Ditto.
12116         * pop3.el (pop3-last, pop3-stat): Ditto.
12117         * qp.el (quoted-printable-decode-region): Ditto.
12118
12119         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12120         of concat.
12121
12122 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12125
12126         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12127
12128         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12129
12130         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12131
12132         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12133
12134         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12135
12136         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12137         (gnus-carpal-mode): Ditto.
12138
12139         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12140         (gnus-browse-mode): Ditto.
12141
12142         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12143
12144         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12145
12146 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12147
12148         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12149
12150 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-util.el (gnus-run-mode-hooks): New function.
12153
12154         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12155
12156         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12157         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12158
12159 2005-05-27  Lute Kamstra  <lute@gnu.org>
12160
12161         * dns-mode.el (dns-mode): Specify customization group.
12162
12163 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12164
12165         * gnus-agent.el (gnus-agent-make-mode-line-string):
12166         Use mode-line-highlight as mouse-face.
12167
12168 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * canlock.el (canlock): Change the parent group to news.
12171
12172         * deuglify.el (gnus-outlook-deuglify): Add :group.
12173
12174         * dig.el (dig): Add :group.
12175
12176         * dns-mode.el (dns-mode): Add :group.
12177
12178         * encrypt.el (encrypt): Add :group.
12179
12180         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12181         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12182         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12183         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12184         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12185
12186         * gnus-diary.el (gnus-diary): Add :group.
12187
12188         * gnus.el (gnus-group-news-1-face): Add :group.
12189         (gnus-group-news-1-empty-face): Ditto.
12190         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12191         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12192         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12193         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12194         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12195         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12196         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12197         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12198         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12199         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12200         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12201         (gnus-summary-high-ticked-face): Ditto.
12202         (gnus-summary-low-ticked-face): Ditto.
12203         (gnus-summary-normal-ticked-face): Ditto.
12204         (gnus-summary-high-ancient-face): Ditto.
12205         (gnus-summary-low-ancient-face): Ditto.
12206         (gnus-summary-normal-ancient-face): Ditto.
12207         (gnus-summary-high-undownloaded-face): Ditto.
12208         (gnus-summary-low-undownloaded-face): Ditto.
12209         (gnus-summary-normal-undownloaded-face): Ditto.
12210         (gnus-summary-high-unread-face): Ditto.
12211         (gnus-summary-low-unread-face): Ditto.
12212         (gnus-summary-normal-unread-face): Ditto.
12213         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12214         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12215
12216         * hashcash.el (hashcash): New custom group.
12217         (hashcash-default-payment): Add :group.
12218         (hashcash-payment-alist): Ditto.
12219         (hashcash-default-accept-payment): Ditto.
12220         (hashcash-accept-resources): Ditto.
12221         (hashcash-path): Ditto.
12222         (hashcash-extra-generate-parameters): Ditto.
12223         (hashcash-double-spend-database): Ditto.
12224         (hashcash-in-news): Ditto.
12225
12226         * message.el (message-minibuffer-local-map): Add :group.
12227
12228         * netrc.el (netrc): Add :group.
12229
12230         * sieve-manage.el (sieve-manage-log): Add :group.
12231         (sieve-manage-default-user): Diito.
12232         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12233         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12234         (sieve-manage-authenticators): Ditto.
12235         (sieve-manage-authenticator-alist): Ditto.
12236         (sieve-manage-default-port): Ditto.
12237
12238         * sieve-mode.el (sieve-control-commands-face): Add :group.
12239         (sieve-action-commands-face): Ditto.
12240         (sieve-test-commands-face): Ditto.
12241         (sieve-tagged-arguments-face): Ditto.
12242
12243         * smime.el (smime): Add :group.
12244
12245         * spam-report.el (spam-report): Add :group.
12246
12247         * spam.el (spam, spam-face): Add :group.
12248
12249 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12250
12251         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12252         return \n.\n.\n at the end of articles.  Protect against that.
12253         (nntp-with-open-group): Allow debugging.
12254
12255         * nnheader.el (mail-header-set-extra): Make into a function
12256         because I just could't understand how to quote the list properly.
12257
12258         * dns.el (query-dns-cached): New function.
12259
12260 2005-05-26  Lute Kamstra  <lute@gnu.org>
12261
12262         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12263
12264 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12267
12268         * gnus-art.el: Don't autoload mail-extract-address-components.
12269
12270         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12271         eval-and-compile to evaluate it.
12272
12273         * hashcash.el: Don't autoload executable-find.
12274
12275         * nndb.el: Don't declare the nndb back end two or more times; don't
12276         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12277
12278         * nntp.el: Autoload format-spec instead of format; use
12279         eval-and-compile to evaluate autoload forms.
12280
12281 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12282
12283         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12284
12285 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12286
12287         * gnus.el (gnus-version-number): Bump version.
12288
12289 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12290
12291         * gnus.el: No Gnus v0.3 is released.
12292
12293 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12294
12295         * lpath.el (featurep): Bind show-nonbreak-escape.
12296
12297 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * gnus-art.el (gnus-article-edit-part): Disable undo.
12300
12301 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12304         gnus-article-date-lapsed-new-header is t if date timer is active;
12305         skip headers in which the original date value is empty.
12306         (gnus-article-save-original-date): Redefine it as a macro.
12307         (gnus-display-mime): Use it.
12308
12309 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-art.el (article-date-ut): Support converting date in
12312         forwarded parts as well.
12313         (gnus-article-save-original-date): New function.
12314         (gnus-display-mime): Use it.
12315
12316 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12317
12318         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12319         enclosure element of <item>.
12320
12321 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * message.el (message-kill-buffer-query): Renamed from
12324         `message-kill-buffer-query-if-modified'.  Added :version.
12325
12326 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12329         window layout.
12330
12331 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * mml.el: Autoload dnd when compiling.
12334
12335 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12338         x-dnd-*.
12339
12340 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * qp.el (quoted-printable-encode-region): Save excursion.
12343
12344 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12345
12346         * message.el (message-kill-buffer-query-if-modified): Add new variable
12347         so the user can kill a modified message buffer quickly.
12348         (message-kill-buffer): Use it.
12349
12350 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * lpath.el: Fbind display-time-event-handler; don't fbind
12353         string-to-multibyte.
12354
12355         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12356
12357 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12360         contained in text because xml.el decodes entities) with LFs.
12361
12362 2005-04-11  Lute Kamstra  <lute@gnu.org>
12363
12364         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12365         differently.
12366
12367 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12368
12369         * mm-util.el (mm-detect-coding-region): Typo.
12370
12371 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12374
12375 2005-04-06  Deepak Goel  <deego@gnufans.org>
12376
12377         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12378         user-function allow user modifications of the scores.
12379         (spam-stat-score-buffer-user): New function, to allow
12380         user-computed modifications to the score.
12381         (spam-stat-score-buffer-user-functions): List of additional
12382         scoring functions.
12383         (spam-stat-error-holder): Global temporary error holder.
12384         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12385         variable.
12386
12387 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12388
12389         * gnus-registry.el (gnus-registry-clean-empty-function)
12390         (gnus-registry-trim, gnus-registry-fetch-groups)
12391         (gnus-registry-delete-group): Groups that match
12392         `gnus-registry-ignored-groups' are removed from the registry
12393         entries, not just ignored for splitting.  This helps clean up the
12394         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12395         to get all the groups a message ID is in.
12396
12397         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12398         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12399         (spam-stat-score-buffer-user-functions): Add :number custom type.
12400
12401 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12404         argument in XEmacs.
12405
12406         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12407         (nnrss-request-group): Decode group name first.
12408         (nnrss-request-article): Make a text/plain article if mml-to-mime
12409         failed.
12410         (nnrss-get-encoding): Return a compatible encoding according to
12411         nnrss-compatible-encoding-alist.
12412         (nnrss-find-el): Use consp instead of listp.
12413         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12414
12415 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12418         which Emacs 20 doesn't support.
12419         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12420
12421 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12424         silence the byte compiler inside the defun.
12425
12426         * gnus-demon.el (parse-time-string): Add autoload.
12427
12428         * gnus-delay.el (parse-time-string): Add autoload.
12429
12430         * gnus-art.el (parse-time-string): Add autoload.
12431
12432         * nnultimate.el (parse-time): Require for `parse-time-string'.
12433
12434 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12437
12438         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12439
12440         * smime.el (smime-ldap-host-list): Add :version.
12441
12442 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12445         pass it to `gnus-browse-read-group'.
12446         (gnus-browse-read-group): Add NUMBER argument and pass it to
12447         `gnus-group-read-ephemeral-group'.
12448
12449         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12450         argument and pass it to `gnus-group-read-group'.
12451
12452 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12453
12454         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12455         mm-xemacs-find-mime-charset-1 if we have the mule feature
12456         available at runtime.
12457
12458 2005-03-25  Werner Lemberg  <wl@gnu.org>
12459
12460         * nnmaildir.el: Replace `illegal' with `invalid'.
12461
12462 2005-03-23  Lute Kamstra  <lute@gnu.org>
12463
12464         * time-date.el: Add comment on time value formats.
12465         Don't require parse-time.
12466         (with-decoded-time-value): New macro.
12467         (encode-time-value): New function.
12468         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12469         (days-to-time): Return a valid time value when arg is huge.
12470         (time-since): Use time-subtract.
12471         (time-to-number-of-days): Use time-to-seconds.
12472
12473 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12474
12475         * gnus-start.el (gnus-display-time-event-handler):
12476         Check display-time-timer at runtime rather than only at load time
12477         in case display-time-mode is turned off in the mean time.
12478
12479 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12482         used.
12483
12484         * nneething.el (nneething-map-file-directory): Derive from
12485         `gnus-directory'.
12486
12487         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12488         the To/Cc button.
12489
12490 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * nnmaildir.el (nnmaildir-request-accept-article):
12493         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12494
12495 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12496
12497         * gnus-async.el: Require timer-funcs at compile time when in
12498         XEmacs for `run-with-idle-timer'.
12499
12500 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12501
12502         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12503         autoloaded function.
12504
12505 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12506
12507         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12508
12509 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12510
12511         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12512
12513 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514
12515         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12516         gnus-expert-user to default.
12517
12518 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12519
12520         * nnimap.el (nnimap-open-server): Ditto.
12521
12522         * imap.el (imap-authenticate): Fix typo.
12523
12524 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12525
12526         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12527         buffer (since IMAP server might return FETCH response out of
12528         order, and the nntp buffer must be sorted).
12529
12530 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12531
12532         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12533         comparison on string.
12534
12535         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12536         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12537         (gnus-agent-summary-fetch-series): Modified to protect against
12538         gnus-agent-summary-fetch-group clearing processable flags.
12539         (gnus-agent-synchronize-group-flags): Update live group buffer as
12540         synchronization may occur due to the user toggle the plugged
12541         status.
12542         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12543         successfully downloaded.
12544         (gnus-agent-expire-group-1): Avoid using markers when the overview
12545         is in ascending order; greatly improves performance.
12546         (gnus-agent-regenerate-group): Use
12547         gnus-agent-synchronize-group-flags to reset read status in both
12548         gnus and server.
12549         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12550
12551 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * message.el: Don't autoload former message-utils variables.
12554         (message-strip-subject-trailing-was): Change doc string.
12555
12556         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12557         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12558         (nnweb-google-search): Add "hl=en" here.
12559         (nnweb-google-parse-1, nnweb-google-create-mapping):
12560         Don't hardcode URL.
12561
12562 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * message.el (message-get-reply-headers, message-followup):
12565         Mention related variables `message-use-followup-to' and
12566         `message-use-mail-followup-to', in the information buffer.
12567
12568         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12569         of broken groups(-beta).google.com.
12570
12571 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12572
12573         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12574         parameter to invoked gnus-request-move-article; remove the
12575         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12576         all at once instead of once per article.
12577         (gnus-summary-remove-process-mark): Accept a list of articles as
12578         well as a single article for processing.
12579
12580         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12581         parameter.
12582
12583         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12584
12585         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12586
12587         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12588         parameter.
12589
12590         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12591         parameter.
12592
12593         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12594         parameter and remove the gnus-sum-hint-move-is-internal variable.
12595
12596         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12597         parameter.
12598
12599         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12600         parameter.
12601
12602         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12603         parameter.
12604
12605         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12606
12607         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12608         parameter.
12609
12610         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12611         parameter.
12612
12613 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12614
12615         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12616         a more conservative way.
12617
12618 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12619
12620         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12621         buffer, so it moves the window's cursor.
12622
12623 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12624
12625         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12626         `mm-dissect-multipart' and receive the from field as an (optional)
12627         argument from `mm-dissect-multipart'.
12628         (mm-dissect-multipart): Receive the from field as an argument and
12629         pass it on when we call `mm-dissect-buffer' on MIME parts.
12630         Fixes verification/decryption of signed/encrypted MIME parts.
12631
12632 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12633
12634         * gnus-sum.el (gnus-summary-move-article): Set
12635         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12636         whatever it calls (right now, only nnimap-request-move article
12637         respects it).
12638
12639         * nnimap.el (nnimap-request-move-article): When
12640         gnus-sum-hint-move-is-internal is set, don't do the extra
12641         nnimap-request-article.
12642
12643 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12644
12645         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12646
12647         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12648         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12649
12650         * gnus-sum.el (gnus-summary-caesar-message):
12651         Apply `gnus-treat-article' after rotation.
12652
12653         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12654         doc string.
12655
12656 2005-02-22  Simon Josefsson  <jas@extundo.com>
12657
12658         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12659         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12660         <arne@arnested.dk>.
12661         (encrypt): Add password-cache and password-cache-expiry as group
12662         members.
12663
12664 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12665
12666         * smime.el (smime-ldap-host-list): Doc fix.
12667         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12668         cache) password.
12669         (smime-sign-region): Use it.
12670         (smime-decrypt-region): Use it.
12671         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12672         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12673         fails.
12674         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12675         certificate from DER to PEM format rather than calling openssl.
12676
12677         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12678
12679         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12680         for signing/encryption.
12681
12682         * mml.el (mml-parse-1): Use them.
12683
12684 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12685
12686         * nnrss.el (nnrss-verbose): Removed.
12687         (nnrss-request-group): Use `nnheader-message' instead.
12688
12689 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12690
12691         * nnrss.el (nnrss-verbose): New variable.
12692         (nnrss-request-group): Make it say nnrss is requesting a group.
12693
12694 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12697         Handle news URL with given port correctly.
12698
12699 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12702         containing special characters.
12703
12704         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12705
12706         * mml.el (mime-to-mml): Ditto.
12707
12708         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12709         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12710         (rfc2047-decode-region): Quote decoded words containing special
12711         characters when rfc2047-quote-decoded-words-containing-tspecials
12712         is non-nil.
12713
12714 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12715
12716         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12717
12718         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12719
12720 2005-02-15  Simon Josefsson  <jas@extundo.com>
12721
12722         * nnimap.el (nnimap-debug): Doc fix.
12723
12724         * imap.el (imap-debug): Doc fix.
12725
12726 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12729
12730 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12731
12732         * gnus.el (spam-contents): Improve docs for spam-contents
12733         parameter in its variable incarnation.
12734
12735 2005-02-14  Simon Josefsson  <jas@extundo.com>
12736
12737         * smime-ldap.el: Use require instead of load-library for ldap.
12738         (smime-ldap-search): Indent.
12739         (smime-ldap-search-internal): Shorten line.
12740
12741         * smime.el (smime-cert-by-dns): Add doc-string.
12742         (smime-cert-by-ldap-1): Indent.
12743
12744         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12745         mml-smime-get-dns-ldap.
12746         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12747
12748 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12749
12750         * smime.el: Require smime-ldap.
12751         (smime-ldap-host-list): New variable.
12752         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12753
12754         * mml-smime.el (mml-smime-encrypt-query): New function.
12755         (mml-smime-encrypt-query): Use it.
12756
12757         * smime-ldap.el: New file.
12758
12759 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12762
12763 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12766         argument in doc string.  Make query for type more clear.
12767
12768 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * gnus.el (gnus-group-startup-message): Search for gnus images in
12771         etc/images/gnus.
12772         * mm-util.el (mm-image-load-path): Likewise.
12773         * smiley.el (smiley-data-directory): Search for smilies in
12774         etc/images/smilies.
12775
12776 2005-02-09  Kim F. Storm  <storm@cua.dk>
12777
12778         Change Emacs release version from 21.4 to 22.1 throughout.
12779         Change Emacs development version from 21.3.50 to 22.0.50.
12780
12781 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12784
12785         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12786         non-Mule XEmacs as well.
12787         (mm-decompress-buffer): Signal an error intentionally if it does
12788         not decompress compressed data because auto-compression-mode is
12789         disabled.
12790
12791 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12792
12793         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12794         an ID in the registry even if it has no groups.
12795
12796 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12799         merge it into mm-decompress-buffer.
12800         (gnus-mime-copy-part): Use the MIME part charset, the value which
12801         a user specified or gnus-newsgroup-charset for decoding, like
12802         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12803         save-buffer what was used.  Suggested by Kevin Ryde
12804         <user42@zip.com.au>.
12805         (gnus-mime-inline-part): Allow the name parameter as well as the
12806         filename parameter; force decompressing of compressed data; always
12807         display contents being not decoded as unibyte.
12808
12809         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12810         as well as the filename parameter.
12811
12812         * mm-util.el (mm-decompress-buffer): Merge
12813         gnus-mime-jka-compr-maybe-uncompress.
12814         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12815         of compressed data.
12816
12817 2005-02-08  Simon Josefsson  <jas@extundo.com>
12818
12819         * imap.el (imap-log): Doc fix.
12820
12821 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12824         the coding cookies; decompress compressed parts.
12825
12826         * mml.el (mml-generate-mime-1): Add the charset parameter according
12827         to the value which a user specified manually or the coding cookie.
12828
12829         * mm-util.el (mm-string-to-multibyte): New function.
12830         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12831         (mm-coding-system-to-mime-charset): New function.
12832         (mm-decompress-buffer): New function.
12833         (mm-find-buffer-file-coding-system): New function.
12834
12835         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12836         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12837         parts.
12838
12839 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12840
12841         * mm-view.el (mm-display-inline-fontify): Decode a part according
12842         to the charset parameter.
12843
12844 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12847         prefix arg is neither nil nor a number, as info specifies.
12848
12849 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12852         timestamps.
12853
12854 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12855
12856         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12857         groups error checking and notify user.
12858
12859 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12860
12861         * message.el (message-send-mail-function): Check existence of
12862         sendmail-program first before using default value
12863         `message-send-mail-with-sendmail'.  Otherwise use more generic
12864         `smtpmail-send-it'.
12865
12866 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * nntp.el (nntp-request-update-info): Always return nil.
12869
12870 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12871
12872         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12873
12874 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12875
12876         * message.el (message-beginning-of-line): Change the behavior when
12877         invoked between BOL and : so that it first moves backward.
12878
12879 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12882         article buffer when editing of the article is discarded.
12883         (gnus-article-prepare): Revert.
12884
12885 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-art.el (gnus-article-prepare):
12888         Remove message-strip-forbidden-properties from the local hook.
12889
12890 2005-01-27  Simon Josefsson  <jas@extundo.com>
12891
12892         * password.el (password-cache-add): Only start one timer per key.
12893         Reported by Derek Atkins <warlord@MIT.EDU>.
12894
12895 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12896
12897         * run-at-time.el: Removed.  It is no longer needed as
12898         timer-funcs.el in the xemacs-base package has a working version of
12899         `run-at-time'.
12900
12901         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12902
12903         * password.el: Require timer-funcs instead of run-at-time in
12904         XEmacs.
12905         Remove `password-run-at-time' macro.
12906         (password-cache-add): Use `run-at-time' instead of
12907         `password-run-at-time'.
12908
12909         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12910         Remove `nnheader-cancel-function-timers' alias,
12911         `cancel-function-timers' exists in XEmacs in timer-funcs.
12912
12913         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12914         for `run-with-idle-timer'.
12915
12916         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12917         for `run-at-time'.
12918
12919         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12920         for `with-timeout'.
12921
12922         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12923         the same as for XEmacs 21.4.
12924         No need to ignore `run-with-idle-timer', this function exists in
12925         XEmacs now in timer-funcs.el in the xemacs-base package.
12926         (dgnushack-compile): No need to delete
12927         run-at-time.el from the list of files to compile because it
12928         doesn't exist anymore.
12929
12930 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12933         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12934
12935 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12936
12937         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12938         sensitively.
12939
12940 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12941
12942         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12943
12944 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12947         which will be inserted according to the multibyteness of a buffer
12948         rather than the type of contents.  Suggested by ARISAWA Akihiro
12949         <ari@mbf.ocn.ne.jp>.
12950
12951         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12952         of string which old xml.el may return rather than a string.
12953
12954 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12957
12958 2005-01-16  Simon Josefsson  <jas@extundo.com>
12959
12960         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12961         idn/idna.el isn't available.
12962         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12963         <michael@waxrat.com>.
12964
12965         * hashcash.el: Remove non-FSF copyright header.
12966
12967         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12968         (hashcash-generate-payment): Use it.
12969         (hashcash-generate-payment-async): Use it.
12970
12971 2005-01-15  Simon Josefsson  <jas@extundo.com>
12972
12973         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12974         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12975
12976         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12977         gnus-summary-idna-message.
12978         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12979         (gnus-summary-idna-message): New function.
12980
12981 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12984         gnus-novice-user.
12985
12986 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * nnrss.el (nnrss-request-delete-group): Delete entries in
12989         nnrss-group-alist as well.
12990         (nnrss-save-server-data): Insert newline.
12991
12992 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * gnus.el (gnus-user-agent): Use list of symbols instead of
12995         symbols.  Display full version number for (S)XEmacs.  Optionally
12996         display (S)XEmacs codename.
12997
12998         * gnus-util.el (gnus-emacs-version): Update for new
12999         `gnus-user-agent'.
13000
13001         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13002         Gnus version.
13003
13004 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13007         which is unreadable in some setups.
13008
13009 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * gnus-spec.el (gnus-update-format-specifications): Flush the
13012         group format spec cache if it doesn't support decoded group names.
13013
13014 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13017         Allow to apply decay on score files matching a regexp.
13018
13019 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13022         compatibility in %g and %c.
13023
13024 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13027         name for only %g and %c.
13028         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13029         of gnus-tmp-group to decoded group name.
13030         (gnus-group-make-rss-group): Exclude `/'s from group names.
13031
13032 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * nnrss.el (nnrss-get-encoding): Fix regexp.
13035
13036 2004-12-27  Simon Josefsson  <jas@extundo.com>
13037
13038         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13039         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13040         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13041
13042 2004-12-17  Kim F. Storm  <storm@cua.dk>
13043
13044         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13045
13046         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13047
13048 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13049
13050         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13051
13052 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * nnrss.el: Require rfc2047 and mml.
13055         (nnrss-file-coding-system): New variable.
13056         (nnrss-format-string): Redefine it as an inline function.
13057         (nnrss-decode-group-name): New function.
13058         (nnrss-string-as-multibyte): Remove.
13059         (nnrss-retrieve-headers): Decode group name; don't use
13060         nnrss-format-string.
13061         (nnrss-request-group): Decode group name.
13062         (nnrss-request-article): Decode group name; allow a Message-ID as
13063         well as an article number; don't use nnrss-format-string; encode a
13064         Message-ID string which may contain non-ASCII characters; use
13065         mml-to-mime to compose a MIME article.
13066         (nnrss-request-expire-articles): Decode group name.
13067         (nnrss-request-delete-group): Decode group name.
13068         (nnrss-fetch): Clarify error message.
13069         (nnrss-read-server-data): Use insert-file-contents instead of load;
13070         bind file-name-coding-system; use multibyte buffer.
13071         (nnrss-save-server-data): Bind coding-system-for-write to the
13072         value of nnrss-file-coding-system; bind file-name-coding-system;
13073         add coding cookie.
13074         (nnrss-read-group-data): Use insert-file-contents instead of load;
13075         bind file-name-coding-system; use multibyte buffer.
13076         (nnrss-save-group-data): Bind coding-system-for-write to the
13077         value of nnrss-file-coding-system; bind file-name-coding-system.
13078         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13079         make it work with non-ASCII text.
13080         (nnrss-find-el): Make it work with old xml.el as well.
13081
13082 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13083
13084         * nnrss.el (nnrss-get-encoding): New function.
13085         (nnrss-fetch): Use unibyte buffer initially; bind
13086         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13087         decode contents according to the encoding attribute.
13088         (nnrss-save-group-data): Add coding cookie.
13089         (nnrss-mime-encode-string): New function.
13090         (nnrss-check-group): Use it to encode subject and author.
13091
13092 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13093
13094         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13095         imaginary variable.
13096
13097 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13100         correctly even if there are wide characters.
13101
13102 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13103
13104         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13105         downcased symbol names; make a new cache instead of reusing
13106         bbdb-hashtable.
13107
13108 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13111         concatenating segments rather than before concatenating them.
13112         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13113
13114         * message.el (message-get-reply-headers): Bind `extra'.
13115
13116 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13117
13118         * message.el (message-extra-wide-headers): New variable.
13119         (message-get-reply-headers): Use it.
13120
13121 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13124         (gnus-agent-group-pathname): Ditto.
13125
13126         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13127
13128         * gnus-group.el (gnus-group-make-group): Decode group name.
13129         (gnus-group-make-rss-group): Register the group data after opening
13130         the nnrss group.
13131
13132 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13133
13134         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13135         by expiry now get marked as read.
13136
13137 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13140
13141 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13142
13143         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13144         unify Latin characters in XEmacs.
13145         (mm-find-mime-charset-region): Use it.
13146
13147 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-util.el (gnus-delete-directory): New function.
13150
13151         * gnus-agent.el (gnus-agent-delete-group): Use it.
13152
13153         * gnus-cache.el (gnus-cache-delete-group): Use it.
13154
13155 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13158         names.
13159
13160 2004-12-16  Simon Josefsson  <jas@extundo.com>
13161
13162         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13163
13164 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13167
13168         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13169         (gnus-group-set-current-level): Decode group name.
13170
13171 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13172
13173         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13174         failed.
13175
13176 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-group.el (gnus-group-delete-group): Decode group name.
13179         (gnus-group-make-rss-group): Encode group name.
13180         (gnus-group-catchup-current): Decode group name.
13181         (gnus-group-kill-group): Decode group name.
13182
13183 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13184
13185         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13186
13187 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-group.el (gnus-group-make-rss-group):
13190         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13191
13192         * gnus-start.el (gnus-setup-news): Honor user's setting to
13193         gnus-message-archive-method.  Suggested by Lute Kamstra
13194         <lute@gnu.org>.
13195
13196 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13197
13198         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13199         global counterparts of the buffer-local variables.
13200
13201 2004-11-16  Romain Francoise  <romain@orebokech.com>
13202
13203         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13204         counterparts of the buffer-local variables.
13205
13206 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * message.el (message-forbidden-properties): Fixed typo in doc
13209         string.
13210
13211 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-util.el (gnus-replace-in-string): Added doc string.
13214
13215         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13216         to avoid problems when splitting mails with many recipients.
13217
13218 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13219
13220         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13221         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13222
13223 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13224
13225         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13226         if there is no hashtable in memory or file modification time is
13227         newer than cached timestamp.
13228
13229 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13232         not-matching option.
13233
13234 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13237         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13238         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13239         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13240         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13241         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13242
13243 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * message.el (message-forward-make-body-mml): Remove headers
13246         according to message-forward-ignored-headers if a message is decoded.
13247
13248 2004-12-02  Romain Francoise  <romain@orebokech.com>
13249
13250         * message.el (message-forward-make-body-plain): Always remove
13251         headers according to message-forward-ignored-headers.
13252
13253 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13254
13255         * spam.el (spam-summary-prepare-exit): Remove the
13256         gnus-summary-limit pop for now, it has problems with ham marks for
13257         me.
13258
13259 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13260
13261         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13262         correctly.
13263
13264 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13265
13266         * format-spec.el (format-spec): Message the char.
13267
13268 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13269
13270         * gnus-art.el (gnus-split-methods): Reformat comments.
13271
13272         * spam.el (spam-summary-prepare-exit): Remove article limits
13273         before exiting the summary buffer.
13274
13275 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13278         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13279
13280         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13281         order to silence the byte compiler.
13282
13283         * spam.el: Fix the way to silence the byte compiler, which
13284         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13285         bbdb-search-simple, spam-BBDB-register-routine,
13286         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13287         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13288         spam-stat-buffer-is-spam, spam-stat-load,
13289         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13290         spam-stat-save and spam-stat-split-fancy.
13291
13292 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13295         which may confuse users.
13296         (canlock-password-for-verify): Ditto.
13297
13298         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13299
13300         * gnus-art.el (gnus-emphasis-alist): Ditto.
13301
13302         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13303
13304         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13305
13306         * gnus-start.el (gnus-save-killed-list): Ditto.
13307
13308         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13309         (gnus-sum-thread-tree-root): Ditto.
13310         (gnus-sum-thread-tree-false-root): Ditto.
13311         (gnus-sum-thread-tree-single-indent): Ditto.
13312
13313         * message.el (message-courtesy-message): Ditto.
13314         (message-archive-note): Ditto.
13315         (message-subscribed-address-file): Ditto.
13316         (message-user-fqdn): Ditto.
13317
13318         * spam-report.el (spam-report-gmane-regex): Ditto.
13319
13320         * spam.el (spam-blackhole-good-server-regex): Ditto.
13321
13322 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * mml.el (mml-preview): Widen the message buffer before copying
13325         the contents to the preview buffer; sort headers before previewing.
13326
13327         * message.el (message-hidden-headers): Fix the way to avoid a bug
13328         in the `repeat' widget in Emacs 21.3 or earlier.
13329
13330 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * message.el (message-hidden-headers): Default to "^References:".
13333         Improve customization type.  Suggested by Reiner Steib
13334         <Reiner.Steib@gmx.de>.
13335
13336 2004-11-25  Romain Francoise  <romain@orebokech.com>
13337
13338         * message.el (message-strip-forbidden-properties): Remove check for
13339         obsolete `message-hidden' text property, hidden headers are not
13340         accessible in the buffer anymore.
13341
13342 2004-11-22  Romain Francoise  <romain@orebokech.com>
13343
13344         * message.el (message-header-format-alist): Add `From' in list
13345         so that it can be sorted.
13346         (message-fix-before-sending): Widen and sort headers before
13347         sending.
13348         (message-hide-headers): Use narrowing to hide headers by moving
13349         them to the top of the buffer and narrowing to the region
13350         underneath.
13351
13352 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13353
13354         * message.el (message-strip-forbidden-properties): Bind
13355         buffer-read-only (etc) to nil.
13356
13357 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13360         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13361
13362 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13363
13364         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13365
13366 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13367
13368         * dns.el (query-dns): Use sit-for to time instead of
13369         accept-process-output, since that doesn't seem to work on udp
13370         sockets.
13371
13372 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13375
13376 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13377
13378         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13379         doc string.  Improve doc string.
13380
13381 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * nntp.el (nntp-request-update-info): Return nil if
13384         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13385         may not call gnus-activate-group which uselessly issues the GROUP
13386         commands for all nntp groups and wastes time.  Reported by Romain
13387         Francoise <romain@orebokech.com>.
13388
13389         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13390
13391 2004-11-15  Simon Josefsson  <jas@extundo.com>
13392
13393         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13394         headers separately.
13395         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13396         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13397
13398 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * gnus-start.el (gnus-convert-old-newsrc):
13401         Assign legacy-gnus-agent to 5.10.7.
13402
13403 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13406         start of the lines.
13407
13408 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13409
13410         * hashcash.el (hashcash-default-payment): Change default to 20.
13411         (hashcash-default-accept-payment): Change default to 20.
13412         (hashcash-process-alist): New variable.
13413         (hashcash-generate-payment-async): Add.
13414         (hashcash-already-paid-p): Add.
13415         (hashcash-insert-payment): Don't generate payments twice.
13416         (hashcash-insert-payment-async): Add.
13417         (hashcash-insert-payment-async-2): Add.
13418         (hashcash-cancel-async): Add.
13419         (hashcash-wait-async): Add.
13420         (hashcash-processes-running-p): Add.
13421         (hashcash-wait-or-cancel): Add.
13422         (mail-add-payment): New optional argument.  Conditionally start
13423         asynchronous calculation.
13424         (mail-add-payment-async): Add.
13425
13426         * message.el (message-send-mail): Wait for asynchronous hashcash
13427         results.  Don't clobber existing X-Hashcash headers.
13428         (message-setup-1): Call mail-add-payment-async when
13429         message-generate-hashcash is non-nil.
13430
13431 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13432
13433         * message.el (message-use-alternative-email-as-from): Examine the
13434         From header as well; use message-make-from in order to include a
13435         user's full name.
13436
13437 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13440         default; improve customization type.
13441         (gnus-emphasis-custom-with-format): New macro.
13442         (gnus-emphasis-custom-value-to-external): New function.
13443         (gnus-emphasis-custom-value-to-internal): New function.
13444
13445 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13446
13447         * dns.el (query-dns): Resolve reverse addresses.
13448
13449 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13450
13451         * gnus-group.el (gnus-group-get-new-news): Use it.
13452
13453         * gnus-start.el (gnus-check-reasonable-setup): New function.
13454
13455 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13458         "Args out of range" error.  Reported by Arnaud Giersch
13459         <arnaud.giersch@free.fr>.
13460
13461 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13462
13463         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13464
13465 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13466
13467         * spam.el (spam group): Add :version.
13468
13469         * pgg-def.el (pgg group): Add :version.
13470
13471 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus-art.el (gnus-article-edit-article): Don't associate the
13474         article buffer with a draft file.  This is a temporary measure
13475         against the 2004-08-22 change to gnus-article-edit-mode.
13476
13477 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13480         (html2text-format-tags): Remove unused variable `attr'.
13481
13482 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13485
13486         * tls.el (tls-process-connection-type, tls-success)
13487         (tls-certtool-program): Add :version.
13488
13489         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13490         (starttls-extra-arguments, starttls-process-connection-type)
13491         (starttls-connect, starttls-failure, starttls-success): Add :version.
13492
13493         * spam-stat.el (spam-stat): Add :version.
13494
13495         * sieve.el (sieve): Add :version.
13496
13497         * sha1.el (sha1): Add :version.
13498         (sha1-use-external): Remove redundant version.
13499
13500         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13501         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13502         (nnmail-split-fancy-match-partial-words)
13503         (nnmail-split-lowercase-expanded): Add :version.
13504
13505         * nndiary.el (nndiary): Add :version.
13506
13507         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13508
13509         * mml-sec.el (mml-default-sign-method)
13510         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13511         Add :version.
13512
13513         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13514
13515         * mm-url.el (mm-url-use-external, mm-url-program)
13516         (mm-url-arguments): Add :version.
13517
13518         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13519         (mm-attachment-file-modes, mm-decrypt-option)
13520         (mm-w3m-safe-url-regexp): Add :version.
13521
13522         * message.el (message-cite-prefix-regexp)
13523         (message-sendmail-envelope-from, message-minibuffer-local-map)
13524         (message-user-fqdn, message-completion-alist): Add :version.
13525
13526         * gnus-win.el (gnus-configure-windows-hook)
13527         (gnus-use-frames-on-any-display): Add :version.
13528
13529         * gnus-art.el (gnus-article-address-banner-alist)
13530         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13531         (gnus-treat-from-picon, gnus-treat-mail-picon)
13532         (gnus-treat-x-pgp-sig): Add :version.
13533
13534         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13535         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13536         (gnus-summary-article-delete-hook)
13537         (gnus-summary-display-while-building): Add :version.
13538
13539         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13540         (gnus-get-top-new-news-hook): Add :version.
13541
13542         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13543         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13544
13545         * gnus-registry.el (gnus-registry): Add :version.
13546
13547         * gnus-spec.el (gnus-use-correct-string-widths)
13548         (gnus-make-format-preserve-properties): Add :version.
13549
13550         * gnus.el (gnus-group-charter-alist)
13551         (gnus-group-fetch-control-use-browse-url)
13552         (gnus-install-group-spam-parameters): Add :version.
13553
13554         * gnus-diary.el (gnus-diary): Add :version.
13555
13556         * gnus-delay.el (gnus-delay): Add :version.
13557
13558         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13559         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13560         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13561         Add :version.
13562
13563         * gnus-agent.el (gnus-agent-max-fetch-size)
13564         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13565         (gnus-agent-prompt-send-queue): Add :version.
13566
13567         * deuglify.el (gnus-outlook-deuglify): Add :version.
13568
13569         * html2text.el: Beautify code.  Improve doc strings.  Some
13570         checkdoc cleanup.
13571         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13572
13573 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13574
13575         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13576
13577 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13578
13579         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13580         when package is loaded.
13581
13582         * spam.el (spam-summary-score-preferred-header): Add global preference
13583         for people who want to override the default SpamAssassin over
13584         Bogofilter preference (when both are set).
13585         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13586         (spam-user-format-function-S): Check
13587         spam-summary-score-preferred-header.
13588         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13589         (spam-user-format-function-S): Format the score correctly.
13590
13591 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13594         signature file.  Suggested by Manoj Srivastava
13595         <srivasta@golden-gryphon.com>.
13596
13597         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13598         iso-2022-jp even in the Japanese language environment.
13599         Suggested by Jason Rumney <jasonr@gnu.org>.
13600
13601 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13604         use the same characters as the dummy marks; make it free from
13605         getting affected by the language environment.
13606         (gnus-summary-read-group-1): Update mark positions only when the
13607         format spec is updated.
13608
13609         * gnus-spec.el (gnus-update-format-specifications): Return a list
13610         of updated types.
13611
13612 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13615         of boundp to check if display-warning is available.
13616
13617 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13620
13621 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * nnspool.el (nnspool-spool-directory): Use news-path if the
13624         news-directory variable is not bound.
13625
13626         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13627         function instead of display-warning if it is not available.
13628
13629 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13632         v5-10: Use `point-at-bol'.
13633
13634 2004-10-26  Simon Josefsson  <jas@extundo.com>
13635
13636         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13637         <chenggao@gmail.com>.
13638
13639 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13642         instead.
13643
13644 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13645
13646         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13647         to remove a server from the nnimap-server-buffer-alist.
13648         (nnimap-open-connection, nnimap-close-server): Use it.
13649
13650         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13651
13652 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13655         running the major-mode function.
13656
13657 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13660         dummy marks in the right way.
13661
13662 2004-10-18  David Edmondson  <dme@dme.org>
13663
13664         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13665         excessively.
13666
13667 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13668
13669         * gnus-util.el (gnus-split-references): Accept a nil references
13670         string and go on blissfully.
13671
13672         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13673         cases where the references string is non-nil but has no references.
13674
13675         * encrypt.el: Add autoload tags.
13676
13677         * spam.el (spam-resolve-registrations-routine): Remove article
13678         from unregistration list too.  Reported by David Hanak
13679         <dhanak@isis.vanderbilt.edu>
13680
13681 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13684         nil.  Changed custom type.
13685
13686 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13687
13688         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13689
13690         * gnus-sum.el (gnus-summary-move-article): Use it.
13691
13692 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13693
13694         * encrypt.el: Add autoload cookies.
13695
13696         * spam.el (spam-backend-article-list-property)
13697         (spam-backend-get-article-todo-list)
13698         (spam-backend-put-article-todo-list)
13699         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13700         Resolve registrations separately.
13701         (spam-register-routine): Format comments.
13702         (spam-unregister-routine, spam-register-routine): Always call with
13703         specific-articles, no default list.
13704         (spam-summary-prepare-exit): Use the spam-classifications function.
13705
13706         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13707         gnus-encrypt.el.
13708
13709         * encrypt.el: Copied from gnus-encrypt.el.
13710
13711         * gnus-encrypt.el: Commented that it's obsolete.
13712
13713 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13716         (gnus-score-save): Use it.
13717
13718         * message.el (message-bury): Use `window-dedicated-p'.
13719
13720 2004-10-15  Simon Josefsson  <jas@extundo.com>
13721
13722         * pop3.el (top-level): Don't require nnheader.
13723         (pop3-read-timeout): Add.
13724         (pop3-accept-process-output): Add.
13725         (pop3-read-response, pop3-retr): Use it.
13726
13727 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13728
13729         * spam.el (spam-register-routine): Move comment.
13730         (spam-verify-bogofilter): Use 'unknown for the initial
13731         spam-bogofilter-valid state, not 'never.
13732
13733         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13734         for netrc-machine.
13735
13736         * nnimap.el (nnimap-open-connection): Use
13737         netrc-machine-user-or-password.
13738
13739 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13740
13741         * gnus-registry.el (gnus-registry-unload-hook):
13742         Set as a variable with add-hook.
13743
13744         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13745         of news-path.
13746
13747         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13748
13749         * spam.el: Delete duplicate `provide'.
13750         (spam-unload-hook): Set as a variable with add-hook.
13751
13752 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13755         in the doc string.
13756
13757         * message.el (message-ignored-news-headers)
13758         (message-ignored-supersedes-headers)
13759         (message-ignored-resent-headers)
13760         (message-forward-ignored-headers): Improve custom type.
13761
13762 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * message.el (message-tokenize-header): Fix 2004-09-06 change
13765         which used point-min in the wrong place.
13766
13767 2004-10-12  Simon Josefsson  <jas@extundo.com>
13768
13769         * tls.el (tls-certtool-program): New variable.
13770         (tls-certificate-information): New function, based on
13771         ssl-certificate-information.
13772
13773 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * compface.el: Move the version of ELisp-based uncompface program
13776         to the contrib directory because of the copyright problem.
13777
13778 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * message.el (message-kill-buffer): Raise the current frame.
13781
13782 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13785
13786         * gnus.el (message-y-or-n-p): Autoload.
13787
13788         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13789         (pop3-password-required, pop3-authentication-scheme)
13790         (pop3-leave-mail-on-server): Made customizable.
13791         (pop3): New custom group.
13792         (pop3-retr): Remove `sleep-for' statements.
13793         Suggested by Dave Love <fx@gnu.org>.
13794
13795         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13796         Windows/DOS.
13797
13798         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13799         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13800         Dave Love <fx@gnu.org>.
13801
13802         * mml.el (mml-minibuffer-read-disposition): Require match.
13803         Suggested by Dave Love <fx@gnu.org>.
13804
13805 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13808         doc string.
13809
13810 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13813
13814 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13815
13816         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13817         instead of calling `mm-insert-inline', to decode text/* parts
13818         before displaying them.
13819
13820 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mm-uu.el (mm-uu-text-plain-type): New variable.
13823         (mm-uu-pgp-signed-extract-1): Use it.
13824         (mm-uu-pgp-encrypted-extract-1): Use it.
13825         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13826         bind mm-uu-text-plain-type with that value.
13827         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13828         mm-uu-dissect.
13829
13830 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-group.el (gnus-update-group-mark-positions):
13833         * gnus-sum.el (gnus-update-summary-mark-positions):
13834         * message.el (message-check-news-body-syntax):
13835         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13836         of string-as-multibyte.
13837
13838 2004-10-05  Juri Linkov  <juri@jurta.org>
13839
13840         * gnus-group.el (gnus-update-group-mark-positions):
13841         * gnus-sum.el (gnus-update-summary-mark-positions):
13842         * message.el (message-check-news-body-syntax):
13843         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13844         8-bit unibyte values to a multibyte string for search functions.
13845
13846 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13849         (mm-uu-dissect-text-parts): New function.
13850
13851         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13852         dissect text parts.
13853
13854         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13855         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13856
13857         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13858
13859         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13860         gnus-current-topics instead of gnus-current-topic.
13861
13862 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13863
13864         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13865
13866 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13867
13868         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13869         where approriate.
13870
13871         * nnml.el (nnml-generate-active-info): do.
13872
13873         * nndiary.el (nndiary-generate-active-info): do.
13874
13875         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13876         (gnus-topic-move): do.
13877
13878         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13879         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13880
13881         * gnus-srvr.el (gnus-server-prepare)
13882         (gnus-server-open-all-servers): do.
13883
13884         * gnus-msg.el (gnus-summary-cancel-article)
13885         (gnus-summary-resend-message)
13886         (gnus-summary-mail-crosspost-complaint): do.
13887
13888         * gnus-move.el (gnus-change-server): do.
13889
13890         * gnus-group.el (gnus-group-unmark-all-groups)
13891         (gnus-group-set-current-level): do.
13892
13893 2004-10-04  Simon Josefsson  <jas@extundo.com>
13894
13895         * message.el (message-generate-hashcash): Doc fix.
13896
13897 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13898
13899         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13900         avoid infinite recursion via gnus-get-function.
13901
13902 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13903
13904         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13905
13906         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13907
13908         * nnmail.el (nnmail-split-history): do.
13909
13910         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13911         (nnml-request-delete-group): do.
13912
13913         * nnslashdot.el (nnslashdot-read-groups): do.
13914
13915         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13916         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13917
13918         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13919         (nnspool-sift-nov-with-sed): Use last.
13920         (nnspool-retrieve-headers-with-nov): Use mapc.
13921         (nnspool-request-newgroups): Use dolist.
13922         (nnspool-request-group): Use last.
13923
13924         * nntp.el (nntp-read-server-type): Use dolist.
13925
13926         * nnvirtual.el (nnvirtual-create-mapping)
13927         (nnvirtual-update-read-and-marked): Use dolist.
13928         (nnvirtual-convert-headers): Simplify.
13929
13930 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13931
13932         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13933         support for sync'ing tick marks.
13934
13935 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13938         there's no visible header.
13939
13940 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13941
13942         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13943         necessary, pass full group name to gnus-request-set-marks.
13944
13945 2004-10-01  Simon Josefsson  <jas@extundo.com>
13946
13947         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13948         acroread.
13949
13950 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13951
13952         * spam-report.el (spam-report-gmane): Fix interactive.
13953
13954         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13955
13956         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13957         when writing file.
13958         (gnus-agent-synchronize-flags): Don't default to being
13959         interactive.
13960
13961 2004-09-30  Simon Josefsson  <jas@extundo.com>
13962
13963         * message.el (message-generate-hashcash): Add.
13964         (message-send-mail): Use it, call mail-add-payment.
13965
13966 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13969
13970 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13971
13972         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13973         gnus-requst-update-info with explicit code to sync the in-memory
13974         info read flags with the marks being sync'd to the backend.
13975
13976         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13977
13978 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13979
13980         * spam.el (spam-verify-bogofilter): Add new function.
13981         (spam-check-bogofilter)
13982         (spam-bogofilter-register-with-bogofilter): Use it.
13983         (spam-verify-bogofilter): Add small fixes.
13984
13985 2004-09-28  Simon Josefsson  <jas@extundo.com>
13986
13987         * hashcash.el (hashcash-generate-payment): Revert.
13988
13989 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13990
13991         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13992         gnus-extract-references instead of gnus-split-references.
13993
13994         * gnus-util.el (gnus-extract-references): Add new function, analogous
13995         to gnus-split-references but extracts only the message-ID without
13996         anything extra.
13997
13998         * hashcash.el (hashcash-generate-payment)
13999         (hashcash-check-payment): Do the right thing if hashcash-path is
14000         nil (because the hashcash program could not be found).
14001
14002         * spam.el (spam-use-hashcash): Remove comment.
14003
14004 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14005
14006         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14007         (gnus-cache-enter-article, gnus-cache-remove-article)
14008         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14009
14010         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14011
14012         * gnus-art.el (article-hide-boring-headers)
14013         (article-translate-strings, article-display-face)
14014         (gnus-article-mime-match-handle-first)
14015         (gnus-article-highlight-headers)
14016         (gnus-article-add-buttons-to-head): do.
14017
14018 2004-09-27  Simon Josefsson  <jas@extundo.com>
14019
14020         * hashcash.el: New version, from
14021         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14022         ../contrib/.
14023
14024 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14027
14028 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14029
14030         * gnus-dup.el (gnus-dup-open): Use mapc.
14031         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14032
14033         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14034         Reported by Stefan Wiens <s.wi@gmx.net>.
14035
14036         * gnus.el (gnus-shutdown): Use dolist.
14037
14038         * gnus-undo.el (gnus-undo): Use mapc.
14039
14040         * nnrss.el (nnrss-generate-active): do.
14041
14042         * message.el (message-cite-original-without-signature)
14043         (message-cite-original): Use mapc.
14044         (message-do-actions, message-make-forward-subject): Use dolist.
14045
14046 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14047
14048         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14049         deletion to remove entire duplicate line.  Fixes merged article
14050         number bug.
14051
14052 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14053
14054         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14055         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14056         first ask if you want to open a server and then, even when you
14057         responded with no, asking if you want to synchronize the server's
14058         flags.
14059         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14060         multi-line expressions.
14061         (gnus-agent-synchronize-group-flags): New internal function.
14062         Updates marks in memory (in the info structure) AND in the
14063         backend.
14064
14065         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14066
14067         * nnagent.el (nnagent-request-set-mark): Use
14068         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14069         method, to ensure that synchronization updates marks in the
14070         backend and in the info (in memory) structure.
14071
14072 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14075         convention fully; don't miss the root article of a thread; make
14076         the X-Draft-From header with correct article numbers.
14077
14078 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14079
14080         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14081         unless plugged.  Disable the agent so that an open failure causes
14082         an error.
14083
14084         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14085         Reverted 2004-09-21 change.  The backend must be opened while
14086         synchronizing flags even when the backend stores the flags
14087         locally.
14088
14089 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14092         in `header' match.  Reported by Svend Tollak Munkejord.
14093
14094         * message.el (message-cite-original): Fix use of
14095         `message-cite-articles-with-x-no-archive'.
14096
14097 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14100         (gnus-window-to-buffer): Ditto.
14101
14102         * mml.el (mml-preview-buffer): New variable.
14103         (mml-preview): Manage window layout with gnus-buffer-configuration.
14104
14105         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14106         X-Draft-From header even if those articles aren't quoted.
14107
14108 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14109
14110         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14111         (gnus-request-set-mark, gnus-request-update-mark): Use new
14112         g-s-t-u-l-m to decide to use backend even when unplugged.
14113
14114 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14117         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14118
14119 2004-09-20  Simon Josefsson  <jas@extundo.com>
14120
14121         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14122         "utf-16-le".
14123
14124 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14125
14126         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14127
14128 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14129
14130         * uudecode.el (uudecode-use-external): Add :version.
14131
14132         * smime.el (smime-CA-file, smime-encrypt-cipher)
14133         (smime-dns-server): Add :version.
14134
14135         * smiley.el (gnus-smiley-file-types): Add :version.
14136
14137         * sha1.el (sha1-use-external): Add :version.
14138
14139         * pgg-def.el (pgg-query-keyserver): Add :version.
14140
14141         * nnmail.el (nnmail-fancy-expiry-targets)
14142         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14143         Add :version.
14144
14145         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14146         (nnimap-retrieve-groups-asynchronous): Add :version.
14147         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14148
14149         * mml.el (mml-content-disposition-parameters)
14150         (mml-insert-mime-headers-always): Add :version.
14151
14152         * mm-util.el (mm-coding-system-priorities): Add :version.
14153
14154         * mm-decode.el (mm-inline-text-html-with-images)
14155         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14156         (mm-verify-option): Add :version.
14157         (mm-text-html-renderer): Change :version.
14158
14159         * message.el (message-fcc-externalize-attachments)
14160         (message-required-headers, message-draft-headers)
14161         (message-subject-trailing-was-query)
14162         (message-subject-trailing-was-ask-regexp)
14163         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14164         (message-mark-insert-end, message-archive-header)
14165         (message-archive-note, message-cross-post-default)
14166         (message-cross-post-note, message-followup-to-note)
14167         (message-cross-post-note-function, message-use-mail-followup-to)
14168         (message-subscribed-address-functions)
14169         (message-subscribed-address-file, message-subscribed-addresses)
14170         (message-subscribed-regexps, message-allow-no-recipients)
14171         (message-yank-cited-prefix, message-signature-insert-empty-line)
14172         (message-hidden-headers, message-hierarchical-addresses)
14173         (message-mail-user-agent, message-use-idna)
14174         (message-valid-fqdn-regexp)
14175         (message-strip-special-text-properties, message-header-synonyms)
14176         (message-beginning-of-line, message-tab-body-function): Add :version.
14177         (message-insert-canlock, message-wide-reply-confirm-recipients):
14178         Change :version.
14179
14180         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14181         and :version.
14182         (mail-source-delete-old-incoming-confirm)
14183         (mail-source-movemail-program): Add :version.
14184
14185         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14186         (gnus-agent-cache, gnus-agent): Change :version.
14187
14188         * gnus-util.el (gnus-use-byte-compile): Change :version.
14189
14190         * gnus-sum.el (gnus-summary-make-false-root-always)
14191         (gnus-summary-default-high-score)
14192         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14193         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14194         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14195         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14196         (gnus-sum-thread-tree-single-indent)
14197         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14198         (gnus-sum-thread-tree-leaf-with-other)
14199         (gnus-sum-thread-tree-single-leaf): Add :version.
14200         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14201         (gnus-article-loose-mime): Change :version.
14202
14203         * gnus-start.el (gnus-backup-startup-file)
14204         (gnus-save-startup-file-via-temp-buffer): Add :version.
14205
14206         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14207         (gnus-server-offline-face): Add :version.
14208
14209         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14210
14211         * gnus-msg.el (gnus-gcc-externalize-attachments)
14212         (gnus-debug-files, gnus-debug-exclude-variables)
14213         (gnus-discouraged-post-methods): Change :version.
14214         (gnus-confirm-mail-reply-to-news)
14215         (gnus-confirm-treat-mail-like-news): Add :version.
14216
14217         * gnus-int.el (gnus-server-unopen-status): Add :version.
14218
14219         * gnus-group.el (gnus-group-jump-to-group-prompt)
14220         (gnus-large-ephemeral-newsgroup)
14221         (gnus-fetch-old-ephemeral-headers): Add :version.
14222
14223         * gnus-fun.el (gnus-x-face-directory)
14224         (gnus-convert-pbm-to-x-face-command)
14225         (gnus-convert-image-to-x-face-command)
14226         (gnus-convert-image-to-face-command): Add :version.
14227
14228         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14229
14230         * gnus-cite.el (gnus-cite-blank-line-after-header)
14231         (gnus-article-boring-faces): Add :version.
14232
14233         * gnus-art.el (gnus-buttonized-mime-types)
14234         (gnus-inhibit-mime-unbuttonizing)
14235         (gnus-treat-display-face)
14236         (gnus-treat-body-boundary): Change :version.
14237         (gnus-body-boundary-delimiter, gnus-picon-databases)
14238         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14239         (gnus-treat-date-english, gnus-treat-fold-headers)
14240         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14241         (gnus-treat-mail-picon, gnus-treat-wash-html)
14242         (gnus-article-encrypt-protocol)
14243         (gnus-use-idna, gnus-article-over-scroll)
14244         (gnus-mime-display-multipart-alternative-as-mixed)
14245         (gnus-mime-display-multipart-related-as-mixed)
14246         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14247         (gnus-ctan-url, gnus-button-ctan-handler)
14248         (gnus-button-handle-ctan-bogus-regexp)
14249         (gnus-button-ctan-directory-regexp)
14250         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14251         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14252         (gnus-button-man-level, gnus-button-emacs-level)
14253         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14254
14255         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14256         (gnus-agent-go-online): Change :version.
14257         (gnus-agent-expire-unagentized-dirs)
14258         (gnus-agent-auto-agentize-methods): Add :version.
14259
14260         * flow-fill.el (fill-flowed-display-column)
14261         (fill-flowed-encode-column): Add :version.
14262
14263         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14264         (gnus-outlook-deuglify-unwrap-max)
14265         (gnus-outlook-deuglify-cite-marks)
14266         (gnus-outlook-deuglify-unwrap-stop-chars)
14267         (gnus-outlook-deuglify-no-wrap-chars)
14268         (gnus-outlook-deuglify-attrib-cut-regexp)
14269         (gnus-outlook-deuglify-attrib-verb-regexp)
14270         (gnus-outlook-deuglify-attrib-end-regexp)
14271         (gnus-outlook-display-hook): Add :version.
14272
14273         * binhex.el (binhex-use-external): Add :version.
14274
14275 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14276
14277         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14278         and `invisible'.
14279
14280 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14281
14282         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14283         in gnus-registry-trim.
14284
14285 2004-09-13  Simon Josefsson  <jas@extundo.com>
14286
14287         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14288
14289         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14290
14291         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14292         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14293         <yamaoka@jpl.org>.
14294         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14295         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14296         <yamaoka@jpl.org>.
14297
14298         * sieve.el (sieve-manage-mode): Ditto.
14299
14300 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14301
14302         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14303
14304 2004-09-11  Simon Josefsson  <jas@extundo.com>
14305
14306         * dns-mode.el: Add.
14307
14308         * mm-view.el (mm-display-dns-inline): Add.
14309
14310         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14311         (mm-automatic-display): Ditto.
14312
14313         * mailcap.el (mailcap-mime-data): Add text/dns.
14314         (mailcap-mime-extensions): Map .soa to text/dns.
14315
14316 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14317
14318         * gnus-art.el (article-decode-mime-words, article-babel)
14319         (gnus-article-highlight-signature, gnus-article-add-buttons)
14320         (gnus-signature-toggle): Remove unnecessary bindings of
14321         `inhibit-read-only' inherited from v5.10 merge.
14322
14323 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * nntp.el (nntp): New customization group.
14326         (nntp-authinfo-file): Add customization group.
14327
14328         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14329
14330         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14331
14332         * gnus.el (to-address, to-list, subscribed)
14333         (large-newsgroup-initial): Ditto.
14334
14335         * flow-fill.el (fill-flowed-display-column)
14336         (fill-flowed-encode-column): Ditto.
14337
14338 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14339
14340         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14341         Use point-min rather than 1.
14342         (message-send-mail): Use buffer-size rather than point-max.
14343
14344         * gnus-sum.el (gnus-summary-search-article-forward):
14345         Signal a specific `search-failed' rather than a generic `error'.
14346
14347         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14348         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14349         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14350
14351 2004-09-10  Simon Josefsson  <jas@extundo.com>
14352
14353         * nndb.el (require): Remove tcp and duplicate cl.
14354
14355 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * gnus-agent.el (directory-files-and-attributes): Move forward.
14358
14359 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14360
14361         * gnus-agent.el (directory-files-and-attributes): Optionally
14362         defined to support XEmacs.
14363
14364 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14365
14366         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14367         to avoid run-time CL dependencies.
14368         (gnus-agent-unfetch-articles): New function.
14369         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14370         article numbers even when local .overview file is missing.
14371         (gnus-agent-read-article-number): New function.  Only accepts
14372         27-bit article numbers.
14373         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14374         gnus-agent-read-article-number.
14375         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14376         from backend while recognizing that article numbers in .overview
14377         must be valid.
14378         (gnus-agent-update-files-total-fetched-for): Use
14379         directory-files-and-attributes to improve performance.
14380         * gnus-int.el (gnus-request-move-article): Use
14381         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14382         improve performance.
14383
14384         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14385         some users confused by references to .newsrc when they only have a
14386         .newsrc.eld file.
14387         (gnus-convert-mark-converter-prompt)
14388         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14389         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14390         New function.  Used internally to only display 'gnus converting
14391         files' message when actually necessary.
14392
14393         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14394         methods now autoloaded.
14395
14396 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14399         identifiers.
14400
14401 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * gnus-picon.el: Fix indentation and closing parenthesis.
14404
14405 2004-09-01  Simon Josefsson  <jas@extundo.com>
14406
14407         * message.el (message-canlock-generate): Require sha1, not
14408         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14409         to require within a function.  Sadly, if sha1.el isn't loaded, the
14410         let binding in m-c-g will hide the defcustom definition, which is
14411         bad.)
14412
14413         * canlock.el: Require sha1, not sha1-el.
14414
14415         * message.el: Don't autoload sha1 (there is a autoload cookie in
14416         sha1.el).
14417
14418         * sha1-el.el: Renamed to sha1.el.
14419
14420 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14421
14422         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14423
14424 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14425
14426         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14427
14428 2004-08-30  Kim F. Storm  <storm@cua.dk>
14429
14430         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14431
14432         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14433         Add :group 'nnimap.
14434
14435 2004-08-30  Andreas Schwab  <schwab@suse.de>
14436
14437         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14438         ?* and ?\;.
14439
14440         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14441         and ?\' to symbol instead of whitespace.
14442
14443 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14446
14447         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14448         instead of re-search-forward.
14449
14450         * gnus-uu.el (gnus-uu-save-article): Ditto.
14451         (gnus-uu-post-encode-uuencode): Ditto.
14452
14453         * html2text.el (html2text-clean-list-items): Ditto.
14454         (html2text-clean-dtdd): Ditto.
14455         (html2text-format-tags): Ditto.
14456
14457         * message.el (message-send-mail-with-sendmail): Fix regexp.
14458         (message-fill-field-general): Use search-forward instead of
14459         re-search-forward.
14460         (unbold-region): Ditto.
14461
14462         * nnrss.el (nnrss-request-article): Ditto.
14463
14464         * nnslashdot.el (nnslashdot-request-article): Ditto.
14465
14466         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14467
14468         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14469         "Unrecognized menu descriptor" error in XEmacs.
14470
14471 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14472
14473         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14474         parent article of a sparse article in the thread hashtb.
14475
14476 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14477
14478         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14479         (nnmail-expand-newtext): Lowercase expanded entries if
14480         nnmail-split-lowercase-expanded is non-nil.
14481
14482 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14485
14486         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14487         of gnus-tmp-news-method into string under XEmacs.  It will be
14488         passed to gnus-correct-length which takes only a string argument.
14489
14490 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-util.el (gnus-bind-print-variables): New macro.
14493         (gnus-prin1): Use it.
14494         (gnus-prin1-to-string): Use it.
14495         (gnus-pp): New function.
14496         (gnus-pp-to-string): New function.
14497
14498         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14499         Replace pp-to-string with gnus-pp-to-string.
14500         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14501         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14502         * gnus-msg.el (gnus-debug): Ditto.
14503         * gnus-score.el (gnus-score-save): Ditto.
14504         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14505         gnus-pp-to-string.
14506         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14507         with gnus-pp.
14508         * score-mode.el (gnus-score-pretty-print): Ditto.
14509         * webmail.el (webmail-debug): Ditto.
14510
14511 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * gnus-art.el (article-display-face, article-display-x-face):
14514         Use buffer-read-only.
14515
14516 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-art.el (article-hide-list-identifiers):
14519         Bind inhibit-read-only as t.
14520
14521 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14524
14525 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14526
14527         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14528         (gnus-narrow-to-page): Don't assume point-min == 1.
14529         (gnus-article-edit-mode): Derive from message-mode.
14530
14531         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14532         point-min == 1.
14533
14534         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14535         Disable incorrect use of `assert'.
14536
14537         * message.el (message-mode): Set comment-start-skip.
14538
14539
14540 2004-08-22  Sam Steingold  <sds@gnu.org>
14541
14542         * pop3.el (pop3-leave-mail-on-server): New user variable.
14543         (pop3-movemail): Delete mail only when it is nil.
14544
14545 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14548
14549         * mml.el (mml-preview): Use `pop-to-buffer'.
14550
14551         * message.el (message-goto-mail-followup-to): Insert after "To".
14552         (message-carefully-insert-headers): Add comment.
14553
14554         * gnus.el: Remove unused variable `gnus-article-check-size'.
14555
14556         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14557
14558         * gnus-art.el (gnus-button-alist): Improve
14559         `gnus-button-handle-library' entry.
14560
14561 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14562
14563         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14564         downcase, since XEmacs capitalizes error messages differently.
14565
14566 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14567
14568         * nntp.el: Add (require 'gnus) due to reference to
14569         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14570
14571 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14572
14573         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14574         `mm-fill-flowed'.
14575
14576         * mm-decode.el (mm-dissect-singlepart): Check it.
14577
14578 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14579
14580         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14581         'imap' for netrc parsing.
14582
14583 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14584
14585         * mailcap.el (mailcap-mime-data): Mark as risky.
14586
14587 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14590         may be included in the encoded word.
14591         (rfc2047-encode): Don't append a space if the encoded word
14592         includes close parenthesis.
14593
14594 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14597         of text within parentheses.
14598
14599 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14602         (gnus-encrypt-write-file-contents): Make the password key the file
14603         name PLUS the cipher, not just the cipher.  Also remove failed
14604         passwords from the cache.
14605
14606 2004-08-06  Simon Josefsson  <jas@extundo.com>
14607
14608         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14609         fix.
14610
14611 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14614         LWSP.
14615
14616 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14617
14618         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14619         to append in-reply-to: data to the references: header.
14620
14621         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14622         (netrc-parse): Use gnus-encrypt.el functions.
14623
14624         * gnus-encrypt.el: Add new file for encryption support; currently
14625         does only a few GPG ciphers and an internal XOR cipher.
14626
14627         * password.el: Add comments on using password-read-and-add.
14628         (password-read-and-add): Add function to read and add the
14629         password to the cache at once.
14630
14631 2004-07-28  Simon Josefsson  <jas@extundo.com>
14632
14633         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14634         parameter (but don't use it, for now).
14635
14636         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14637         instead of hard coding to nil.
14638
14639 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14642         as mm-inline-image-xemacs does.
14643
14644 2004-07-26  Simon Josefsson  <jas@extundo.com>
14645
14646         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14647         Revert part of 2004-07-17 change below.
14648
14649 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14652         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14653
14654 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14655
14656         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14657         quotes that actually start with ">" at the beginning of the
14658         lines.
14659
14660 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * rfc2047.el (rfc2047-encode-region): Fix last change.
14663         (rfc2047-encode-parameter): Remove useless concat.
14664
14665 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14668         encode special characters; fix some kind of misconfigured headers;
14669         signal a real error if debug-on-quit or debug-on-error is non-nil.
14670         (rfc2047-encode-max-chars): New variable.
14671         (rfc2047-encode-1): Use it.
14672         (rfc2047-encode-parameter): New function.
14673
14674         * mml.el (mml-insert-parameter): Remove an excessive space.
14675
14676 2004-07-17  Simon Josefsson  <jas@extundo.com>
14677
14678         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14679         Kai Grossjohann <kai@emptydomain.de>.
14680         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14681         (gnus-group-make-menu-bar): Ditto.
14682
14683         * gnus-util.el (gnus-group-server): Add.
14684
14685 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14686
14687         * message.el (message-clone-locals): Clone sendmail and smtp
14688         variables.
14689
14690 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * rfc2047.el (rfc2047-encode-region): Fix last change.
14693
14694 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14697         characters as non-special.
14698
14699 2004-07-09  Simon Josefsson  <jas@extundo.com>
14700
14701         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14702         Users will lose all flag changes made while unplugged with
14703         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14704         good default.  See numerous reports on ding mailing list.
14705
14706 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14709         add generate-head-function and generate-article-function to the
14710         rfc822-forward entry.
14711         (nndoc-rfc822-forward-generate-article): New function.
14712         (nndoc-rfc822-forward-generate-head): New function.
14713
14714         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14715
14716 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14717
14718         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14719         respect display group parameter and gnus-summary-expunge-below.
14720         (gnus-articles-to-read): Remove unused reference to display group
14721         parameter.
14722
14723 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14724
14725         * nnheader.el (nnheader-uniquify-message-id): New experimental
14726         variable.
14727         (nnheader-nov-read-message-id): Use it.
14728
14729         * spam-report.el (spam-report-gmane): Add interactive.
14730
14731 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14734         qp-or-base64 for the application/* types.
14735
14736 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14737
14738         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14739
14740 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14743         trim value.
14744
14745 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14746
14747         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14748         New macro and function.
14749         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14750
14751 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14754         after-load-alist.
14755
14756 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14757
14758         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14759         update info that isn't there.
14760
14761 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14762
14763         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14764         entry.
14765
14766 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * mm-view.el (mm-inline-render-with-function): Use multibyte
14769         buffer; decode html source by charset.
14770
14771         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14772
14773         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14774         Mule-UCS is loaded under XEmacs.
14775         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14776
14777 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14778
14779         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14780
14781 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * mm-util.el (mm-coding-system-p): Return a coding-system.
14784         (mm-mime-mule-charset-alist): Use shift_jis instead of
14785         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14786         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14787         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14788         instead of japanese-shift-jis and iso-latin-1 respectively in
14789         order to share the default value with both Emacs and XEmacs-mule.
14790         (mm-mule-charset-to-mime-charset): Make
14791         mm-coding-system-priorities effective.
14792         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14793         while predicating of candidates upon the priorities.
14794
14795 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14796
14797         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14798         gnus-uu-invert-processable.
14799
14800         * gnus.el: Autoload gnus-uu-invert-processable.
14801
14802 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * mm-util.el (mm-with-multibyte-buffer): New macro.
14805
14806         * rfc2047.el (rfc2047-encode-string): Use it.
14807         (rfc2047-encode-region): Move point to the end of the region after
14808         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14809
14810 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14813         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14814
14815 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14818         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14819         Karl Chen <quarl@nospam.quarl.org>.
14820
14821 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14822
14823         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14824         invalid addresses.
14825
14826 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14827
14828         * spam.el: Change section markers, revise TODO list.
14829         (spam-backends): Make new master list of all installed backends.
14830         (spam-summary-exit-behavior): Add new variable to determine how
14831         messages moves are done at summary exit.
14832         (spam-move-spam-nonspam-groups-only)
14833         (spam-process-ham-in-nonham-groups)
14834         (spam-process-ham-in-spam-groups): Remove variables, the
14835         spam-summary-exit-behavior variable should be used to manage this
14836         behavior.
14837         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14838         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14839         and spam-old-spam-articles.
14840         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14841         Add empty variables, placeholders for the backends they represent.
14842         (spam-set-difference): Move, unchanged.
14843         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14844         unless the user has a processor variable.
14845         (spam-classifications, spam-classification-valid-p)
14846         (spam-backend-properties, spam-backend-property-valid-p)
14847         (spam-backend-function-type-valid-p)
14848         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14849         (spam-report-articles-gmane, spam-report-articles-resend):
14850         Remove functions, they are not needed.
14851         (spam-install-backend-super, spam-backend-list)
14852         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14853         (spam-backend-function, spam-backend-ham-registration-function)
14854         (spam-backend-spam-registration-function)
14855         (spam-backend-ham-unregistration-function)
14856         (spam-backend-spam-unregistration-function)
14857         (spam-backend-statistical-p, spam-backend-mover-p)
14858         (spam-install-backend-alias, spam-install-checkonly-backend)
14859         (spam-install-mover-backend, spam-install-nocheck-backend)
14860         (spam-install-backend, spam-install-statistical-backend)
14861         (spam-install-statistical-checkonly-backend): Add backend installation
14862         support.
14863         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14864         (spam-group-processor-p): Use the new backend code and respect the
14865         summary exit behavior.
14866         (spam-mark-spam-as-expired-and-move-routine): Remove.
14867         (spam-summary-prepare): Change to use the new spam-old-articles
14868         variable.
14869         (spam-copy-or-move-routine, spam-copy-spam-routine)
14870         (spam-move-spam-routine, spam-copy-ham-routine)
14871         (spam-move-ham-routine): Add code to copy/move ham or spam.
14872         (spam-fetch-field-fast): Improve doc and code, plus allow the
14873         'number request.
14874         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14875         variables.
14876         (spam-split, spam-find-spam): Use the new backend code.
14877         (spam-registration-functions): Remove variable.
14878         (spam-unregister-routine): Add convenience wrapper.
14879         (spam-log-undo-registration, spam-register-routine)
14880         (spam-log-processing-to-registry)
14881         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14882         where possible.
14883         (spam-check-gmane-xref, spam-check-regex-headers)
14884         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14885         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14886         (spam-check-bogofilter-headers, spam-check-spamoracle)
14887         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14888         (spam-check-crm114-headers): Use the spam-split-group that
14889         spam-split prepares, no need to determine it every time.
14890
14891         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14892         to the nnheader-parse-naked-head call.
14893
14894         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14895
14896         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14897         the nnheader-nov-read-message-id call.
14898
14899 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14902         gnus-activate-group twice.  Suggested by Markus Peter
14903         <warp@spin.de>.
14904
14905 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-art.el (gnus-article-time-format): Exchange the order of
14908         day and month in the default value; fix customization type.
14909         (article-date-ut): Use add-text-properties.
14910         (article-make-date-line): Use message-make-date instead of
14911         current-time-string.
14912
14913         * message.el (message-fetch-field): Don't use set-text-properties.
14914         (message-make-date): Simplify.
14915
14916         * messagexmas.el (message-xmas-make-date): New function.
14917         (message-xmas-redefine): Defalias message-make-date to it.
14918
14919 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14922         (rfc2047-encode-region): Treat text within parentheses as special;
14923         show the original text when error has occurred.
14924
14925         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14926         already-computed method to gnus-activate-group.
14927
14928         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14929         same select-methods identical Lisp objects.
14930
14931         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14932         object when modifying the info.
14933
14934 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14937         gnus-opened-servers since it has never been opened with the new
14938         configuration yet.
14939
14940 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14943         arg to nnheader-generate-fake-message-id.
14944
14945 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14946
14947         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14948         number and build a fake message ID localized to a group and
14949         article number (so it's repeatable from that point on).
14950         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14951         ID format.
14952
14953         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14954         nnheader-generate-fake-message-id with the article number.
14955
14956 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14957
14958         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14959         end-of-buffer.
14960
14961 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14962
14963         * message.el (message-ignored-supersedes-headers): Add Approved.
14964
14965 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14968         goto-char.
14969         (rfc2047-encode): Fold the line before encoding.
14970
14971 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14972
14973         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14974         folding -- not all headers can be folded, and this should be done
14975         by the message composition mode.  Probably.  I think.
14976
14977 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14980         fast.
14981
14982         * gnus-ems.el (gnus-remove-image): Don't use
14983         message-text-with-property; remove only the image found first.
14984
14985         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14986         found first.
14987
14988 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14989
14990         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14991
14992 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * message.el (message-text-with-property): Make it fast and accept
14995         optional arguments.
14996         (message-strip-forbidden-properties): Use it.
14997         (message-fix-before-sending): Follow the m-t-w-p change.
14998
14999         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15000
15001 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * gnus-art.el (article-hide-headers): Don't change the buffer
15004         mistakenly when performing mml-preview even if
15005         gnus-single-article-buffer is nil.
15006
15007 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15008
15009         * message.el (message-expand-name-databases): New user option.
15010         (message-expand-name): Use it.
15011
15012 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15013
15014         * spam.el (spam-report-articles-resend)
15015         (spam-report-resend-register-routine): Allow ham reporting.
15016         (spam-report-resend-register-ham-routine): Add wrapper.
15017         (spam-registration-functions): Add ham resending functions.
15018         (spam-list-of-processors): Add ham resend processor.
15019
15020         * gnus.el (ham-resend-to): Add new group parameter.
15021         (spam-process): Add ham resend option.
15022
15023         * spam-report.el (spam-report-resend): Allow reporting ham.
15024         (spam-report-resend-ham): Add wrapper.
15025
15026 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15027
15028         * message.el (message-cite-articles-with-x-no-archive): New
15029         variable.
15030         (message-cite-original): Use it.
15031
15032 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15033
15034         * message.el (message-cite-original): Respect X-No-Archive.
15035
15036 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-art.el (article-hide-headers): Refer to the values for
15039         gnus-ignored-headers and gnus-visible-headers in the summary
15040         buffer since a user may have set them as group parameters.
15041
15042 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15043
15044         * assistant.el (assistant-node-name): Add convenience function.
15045         (assistant-render-text, assistant-render-node): Add error handling,
15046         plus handle multiple next nodes.
15047         (assistant-find-next-node): Comment out for now.
15048         (assistant-find-next-nodes): Add function, returns list of next
15049         nodes.
15050
15051 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * mail-source.el (mail-source-directory): Fix doc-string.
15054
15055 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15056
15057         * assistant.el (assistant-render-text, assistant-eval): Add :set
15058         widget type, which is different because it takes and returns a
15059         list.  Much hilarity ensues.
15060
15061 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15064
15065         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15066         doc-string.
15067
15068         * gnus-start.el (gnus-activate-group): Added doc-string.
15069
15070 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15073
15074 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15075
15076         * assistant.el (assistant-render-text): Try to add a :set
15077         widget, more to come.
15078
15079         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15080         strings.
15081         (spam-report-articles-resend)
15082         (spam-register-routine): Do registration iff any articles warrant
15083         it.
15084         (spam-summary-prepare-exit): Change log message for nil group
15085         destinations.
15086
15087 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15088
15089         * spam.el (spam-report-resend-register-routine): Allow
15090         spam-report-resend-to to be a group parameter or a global value.
15091
15092 2004-05-26  Simon Josefsson  <jas@extundo.com>
15093
15094         * starttls.el: Merge with my GNUTLS based starttls.el.
15095         (starttls-gnutls-program, starttls-use-gnutls)
15096         (starttls-extra-arguments, starttls-process-connection-type)
15097         (starttls-connect, starttls-failure, starttls-success): New
15098         variables.
15099         (starttls-program, starttls-extra-args): Doc fix.
15100         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15101         functions.
15102         (starttls-negotiate, starttls-open-stream): Check
15103         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15104         function if it is set.
15105
15106 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15109         structured fields.
15110
15111 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15114
15115 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15116
15117         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15118         variable.
15119         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15120         assigning the spam-mark to new messages.
15121
15122 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15123
15124         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15125
15126 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15129
15130         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15131         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15132         default.
15133
15134 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15135
15136         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15137         correct data.
15138
15139 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15140
15141         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15142         (spam-group-processor-p): Fix function.
15143         (spam-group-processor-multiple-p)
15144         (spam-group-spam-processor-report-gmane-p)
15145         (spam-group-spam-processor-report-resend-p)
15146         (spam-group-spam-processor-bogofilter-p)
15147         (spam-group-spam-processor-blacklist-p)
15148         (spam-group-spam-processor-ifile-p)
15149         (spam-group-ham-processor-ifile-p)
15150         (spam-group-spam-processor-spamoracle-p)
15151         (spam-group-spam-processor-crm114-p)
15152         (spam-group-ham-processor-bogofilter-p)
15153         (spam-group-spam-processor-stat-p)
15154         (spam-group-ham-processor-stat-p)
15155         (spam-group-ham-processor-whitelist-p)
15156         (spam-group-ham-processor-BBDB-p)
15157         (spam-group-ham-processor-spamoracle-p)
15158         (spam-group-ham-processor-copy-p): Remove functions with some
15159         prejudice against unneeded code.
15160         (spam-report-articles-resend)
15161         (spam-report-resend-register-routine): Allow the group/topic
15162         spam-resend-to value to override spam-report-resend-to.
15163         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15164         properly now.
15165
15166         * gnus.el (spam-resend-to): Add group/topic parameter.
15167         (spam-process): Move the OBSOLETE processors to the end of the
15168         choices.
15169
15170 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15171
15172         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15173         with resend-to set to nil, and then ask the user if necessary.
15174         (spam-report-resend): spam-report-resend takes a list of articles, not
15175         separate article numbers.
15176
15177 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15180         addition to emacs-w3m.
15181
15182 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15183
15184         * assistant.el (assistant-authinfo-data): New function.
15185         (assistant-eval): Eval for entire assistant.
15186
15187         * netrc.el (netrc-services-file): New variable.
15188         (netrc-parse-services): New function.
15189         (netrc-find-service-name): New function.
15190         (netrc-find-service-number): New function.
15191         (netrc-port-equal): New function.
15192         (netrc-machine): Use it.
15193
15194         * nnimap.el (nnimap-open-connection): Use netrc.
15195
15196         * gnus-util.el (gnus-netrc-get): Remove aliases.
15197
15198         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15199
15200         * assistant.el (wid-edit): Fix compilation.
15201
15202         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15203
15204 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15205
15206         * gnus-util.el (gnus-set-file-modes): New function.  (small
15207         patch).
15208
15209 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15210
15211         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15212
15213         * assistant.el (assistant-render-node): Fix up rendering and
15214         read-only text.
15215         (assistant-render-node): Reset.
15216         (assistant-make-read-only): Not sticky.
15217
15218 2004-05-20  Danny Siu  <dsiu@adobe.com>
15219
15220         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15221         centered even when gnus-auto-center-summary is t.
15222
15223 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15224
15225         * dns.el (dns-get-txt-answer): New function.
15226         (dns-read-txt): Ditto.
15227         (query-dns): Use it.
15228
15229 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15232         active for foreign groups even if the group level is higher than
15233         the specified value.
15234
15235 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15236
15237         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15238         non-active groups.
15239
15240         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15241
15242 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15243
15244         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15245
15246 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15247
15248         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15249         (spam-crm114-header, spam-crm114-spam-switch)
15250         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15251         (spam-crm114-positive-spam-header)
15252         (spam-crm114-database-directory, spam-list-of-processors)
15253         (spam-group-spam-processor-crm114-p)
15254         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15255         (spam-generic-score, spam-list-of-checks)
15256         (spam-list-of-statistical-checks, spam-registration-functions)
15257         (spam-check-crm114-headers, spam-crm114-score)
15258         (spam-check-crm114, spam-crm114-register-with-crm114)
15259         (spam-crm114-register-spam-routine)
15260         (spam-crm114-unregister-spam-routine)
15261         (spam-crm114-register-ham-routine)
15262         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15263         asjo@koldfront.dk (Adam Sjøgren).
15264
15265         * gnus.el: Add spam-use-crm114.
15266
15267         * spam.el (spam-list-of-processors, spam-registration-functions):
15268         Add spam-use-resend.
15269         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15270         (spam-report-articles-gmane): Add doc fix.
15271         (spam-report-articles-resend, spam-report-resend-register-routine):
15272         Add wrappers around spam-report-resend-to.
15273
15274         * spam-report.el (spam-report-resend-to, spam-report-resend):
15275         Add support for resending spam.
15276         (spam-report-gmane): Fix line length >80.
15277
15278         * gnus.el (spam-process): Add spam-use-resend.
15279
15280 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15281
15282         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15283         number of processed spam messages.
15284         (spam-ham-copy-or-move-routine): Return the number of processed
15285         ham messages.
15286         (spam-summary-prepare-exit): Use the above values to decide
15287         whether status messages shouled be displayed.
15288
15289 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15292         `rfc2047-encoding-function-alist' in order to avoid conflicting
15293         with the old version.
15294         (rfc2047-encode-region): Concatenate words containing non-ASCII
15295         characters in structured fields; don't encode space-delimited
15296         ASCII words even in unstructured fields; don't break words at
15297         char-category boundaries.
15298         (rfc2047-encode-1): New function.
15299         (rfc2047-encode): Use it; encode text so that it occupies the
15300         maximum width within 76-column; work correctly on Q encoding for
15301         iso-2022-* charsets.
15302         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15303         sure not to break a line just after the header name.
15304         (rfc2047-b-encode-region): Removed.
15305         (rfc2047-b-encode-string): New function.
15306         (rfc2047-q-encode-region): Removed.
15307         (rfc2047-q-encode-string): New function.
15308
15309         * mm-util.el (mm-replace-in-string): New function.
15310
15311 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15312
15313         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15314         get it right.
15315         (gnus-inews-make-draft): Really.
15316
15317 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15318
15319         * nnmh.el (nnmh-request-list-1): Don't check the link count
15320         before descending.  (small patch)
15321
15322 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15323
15324         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15325         stuff.
15326
15327         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15328         on real group name.
15329
15330         * gnus-art.el (gnus-signature-limit): Doc fix.
15331
15332         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15333
15334         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15335
15336 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15337
15338         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15339         isn't a string.
15340
15341 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15342
15343         * gnus-draft.el (gnus-draft-send): Bind
15344         rfc2047-encode-encoded-words.
15345
15346         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15347         (rfc2047-encodable-p): Say that =? needs encoding.
15348         (rfc2047-encode-encoded-words): New variable.
15349
15350         * gnus-group.el (gnus-group-select-group): Doc fix.
15351
15352         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15353
15354         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15355         to nil.
15356
15357         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15358
15359         * nnheader.el (nnheader-get-lines-and-char): New function.
15360
15361 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gnus-msg.el (gnus-summary-followup-with-original): Document
15364         yanking of region when active.
15365
15366 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15369         groups if the group level is higher than the specified value.
15370
15371 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15374         (gnus-group-jump-to-group): Added prefix argument using
15375         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15376         non-active group.
15377
15378         * compface.el (uncompface): Be verbose when changing
15379         `uncompface-use-external'.
15380
15381         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15382         handle manual section.
15383
15384 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15385
15386         * gnus-art.el (gnus-button-alist): Revert previous change.
15387
15388 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15391
15392 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15393
15394         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15395         whether backend can accept message.
15396
15397         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15398
15399 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15400
15401         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15402         Avoid creating directory when nntp-marks-is-evil is true.
15403         Reported by Reiner Steib.
15404
15405 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * gnus-picon.el (gnus-picon-style): New variable.
15408         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15409         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15410         Jesper Harder <harder@ifa.au.dk>.
15411
15412 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15413
15414         * message.el (message-fill-field): Return point.
15415         (message-generate-headers): Go to end of field.
15416
15417         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15418         stuff for non-living groups.
15419
15420 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15421
15422         * gnus-art.el (gnus-article-followup-with-original)
15423         (gnus-article-reply-with-original): gnus-mark-active-p ->
15424         gnus-region-active-p.
15425
15426 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15429         only when there is spam or ham to be processed.
15430
15431 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15432
15433         * mail-source.el (mail-source-delete-crash-box): Refactor.
15434         (mail-source-fetch): Use it.
15435         (mail-source-fetch-file): Ditto.
15436         (mail-source-fetch-directory): Run postscript in loop.
15437         (mail-source-fetch-pop): Delete.
15438         (mail-source-fetch-maildir): Ditto.
15439         (mail-source-fetch-imap): Ditto.
15440
15441         * imap.el (imap-authenticators): Comment out sasl.
15442
15443         * message.el (message-skip-to-next-address): New function.
15444         (message-fill-header-address): Refactor.
15445         (message-fill-address): Use it.
15446         (message-delete-address): Use it.
15447         (message-fill-header-general): Refactor.
15448         (message-fill-field-address): Rename.
15449         (message-narrow-to-field): Find the start of the header.
15450         (message-header-format-alist): Don't pre-fill.
15451         (message-fill-header): Removed.
15452         (message-insert-header): New function.
15453         (message-shorten-references): Use it.
15454
15455         * rfc2047.el (rfc2047-field-value): Strip props.
15456
15457         * mail-parse.el (mail-header-make-address): New alias.
15458
15459         * ietf-drums.el (ietf-drums-make-address): New function.
15460
15461         * imap.el: Add compiler directives.
15462
15463         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15464
15465         * gnus-art.el (article-decode-idna-rhs): Don't use
15466         message-idna-inside-rhs-p.
15467
15468 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15469
15470         * message.el (message-idna-inside-rhs-p): Removed.
15471         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15472
15473         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15474         false positives.
15475
15476 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15477
15478         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15479
15480 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15481
15482         * nneething.el (nneething-file-name): Don't create spurious
15483         files.
15484
15485         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15486         (gnus-inews-do-gcc): Remove sleep.
15487
15488         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15489         part under point.
15490
15491         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15492         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15493
15494 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15495
15496         * spam.el (spam-summary-prepare-exit): Fixed (length).
15497
15498 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15499
15500         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15501         as expired without moving it" message when there are spam
15502         messages left.
15503
15504 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15505
15506         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15507         header is not nil.
15508
15509 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15510
15511         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15512         nntp-possibly-create-directory, not nntp-possibly-change-group.
15513         (nntp-marks-changed-p): New arg SERVER.
15514         (nntp-request-update-info): Adjust caller.
15515
15516 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15517
15518         * nntp.el (nntp-save-marks): Pass missing arg.
15519
15520 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15521
15522         * nntp.el: Support marks.
15523         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15524         (nntp-marks-modtime, nntp-marks-directory): New variables.
15525         (nntp-request-set-mark, nntp-request-update-info)
15526         (nntp-possibly-create-directory, nntp-marks-changed-p)
15527         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15528         functions.
15529
15530 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15531
15532         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15533         (gnus-xmas-redefine): Rename.
15534
15535         * gnus-score.el (gnus-score-insert-help): Use
15536         gnus-select-lowest-window.
15537
15538         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15539         appt-select-lowest-window and rename to gnus-select-lowest-window.
15540
15541         * gnus.el: do.
15542
15543 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15544
15545         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15546         encodings of MIME-encoded words, in order to improve
15547         interoperability with several broken MUAs.
15548
15549 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15550
15551         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15552         tags, only when charsets are not specified in headers.
15553         (mm-inline-text-html-render-with-w3m): Ditto.
15554
15555         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15556         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15557
15558 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15559
15560         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15561         instead of MIME-decoded from fields when checking
15562         `gnus-article-address-banner-alist'.
15563
15564 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15565
15566         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15567         description rather than subject.
15568
15569 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15570
15571         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15572
15573 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15574
15575         * gnus.el (gnus-version-number): Bump.
15576
15577 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15578
15579         * gnus.el: No Gnus v0.2 is released.
15580
15581 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15582
15583         * gnus-agent.el (gnus-agent-read-agentview): Inline
15584         gnus-uncompress-range.
15585
15586 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15587
15588         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15589         `exec-installed-p'.
15590
15591 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15592
15593         * gnus.el (spam-process, spam-autodetect-methods): Add
15594         bsfilter and bsfilter-headers.
15595
15596         * spam.el (spam-bsfilter): New customize group.
15597         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15598         (spam-bsfilter-header, spam-bsfilter-probability-header)
15599         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15600         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15601         (spam-bsfilter-database-directory): New options.
15602         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15603         (spam-list-of-statistical-checks, spam-registration-functions):
15604         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15605         (spam-bsfilter-score): New command.
15606         (spam-check-bsfilter-headers, spam-check-bsfilter)
15607         (spam-bsfilter-register-with-bsfilter)
15608         (spam-bsfilter-register-spam-routine)
15609         (spam-bsfilter-unregister-spam-routine)
15610         (spam-bsfilter-register-ham-routine)
15611         (spam-bsfilter-unregister-ham-routine): New functions.
15612         (spam-generic-score): Support bsfilter; Accept an optional argument
15613         to recalcurate spam score even if scoring header has already been
15614         added.
15615         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15616         optional argument to recalcurate spam score even if scoring header
15617         has already been added.
15618
15619 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15620
15621         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15622         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15623         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15624         link is missing.
15625
15626 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15627
15628         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15629         (html2text-get-attr): Rewrite.
15630
15631         * message.el (message-setup-1): Remove redundant put-text-property
15632         on mail-header-separator.
15633
15634 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15635
15636         * gnus-registry.el (gnus-registry-cache-whitespace)
15637         (gnus-registry-action, gnus-registry-spool-action)
15638         (gnus-registry-split-fancy-with-parent): Change message levels
15639         from 5 to 3 or 7, as needed.
15640
15641         * spam.el (spam-summary-prepare-exit)
15642         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15643         (spam-split, spam-find-spam, spam-log-undo-registration)
15644         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15645         level from 5 to 6.
15646
15647 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15650         2004-03-04 change).
15651
15652 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15653
15654         * sieve-manage.el (sieve-manage-open):
15655         * nnweb.el (nnweb-insert-html):
15656         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15657         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15658         * nnspool.el (nnspool-request-group):
15659         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15660         * nnml.el (nnml-request-update-info):
15661         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15662         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15663         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15664         (nnimap-request-set-mark):
15665         * nnfolder.el (nnfolder-request-update-info):
15666         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15667         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15668         * gnus-uu.el (gnus-uu-find-articles-matching):
15669         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15670         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15671         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15672         * gnus-nocem.el (gnus-nocem-scan-groups):
15673         * gnus-int.el (gnus-start-news-server):
15674         * gnus-group.el (gnus-group-make-kiboze-group)
15675         (gnus-group-browse-foreign-server):
15676         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15677         Use mapc when appropriate.
15678
15679 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15680
15681         FIXME: Make separate entries for each person.
15682
15683         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15684         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15685         <shields@msrl.com>:
15686
15687         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15688         may need for spam sorting and scoring.
15689         (spam-user-format-function-S): Add user format function suitable for
15690         general use.
15691         (spam-article-sort-by-spam-status): Add sorting function for summary
15692         sorting.
15693         (spam-extra-header-to-number): Add function to get a score from a
15694         header.
15695         (spam-summary-score): Add function to get a numeric score from the
15696         headers.
15697         (spam-generic-score): Fix function doc, was in wrong place.
15698         (spam-initialize): Take symbols when it's run, and install the
15699         extra headers that spam-necessary-extra-headers thinks we need.
15700
15701 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15702
15703         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15704         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15705
15706 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15707
15708         * gnus-sum.el (gnus-set-global-variables)
15709         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15710         (gnus-article-get-xrefs, gnus-summary-best-group)
15711         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15712         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15713         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15714         Use with-current-buffer.
15715
15716 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15717
15718         * spam.el (spam-summary-prepare-exit): Simplify logic.
15719         (spam-fetch-article-header): Read the article header if it's not
15720         available.
15721         (spam-list-articles): Simplify logic.
15722         (spam-filelist-register-routine): Fix bug with unregister-list.
15723
15724         * gnus-registry.el: Fix comments at beginning.
15725
15726 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15727
15728         * message.el (message-cater-to-broken-inn): Remove.
15729         (message-shorten-references): Make sure the total folded length of
15730         References is shorter than 998 characters to cater to a bug in INN
15731         2.3.  Also, don't pretend that references aren't folded -- this
15732         hasn't worked for a while.
15733
15734 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15735
15736         * gnus-agent.el (gnus-agentize):
15737         gnus-agent-send-mail-real-function no longer set to current value
15738         of message-send-mail-function but rather a lambda that calls
15739         message-send-mail-function.  The change makes the agent real-time
15740         responsive to user changes to message-send-mail-function.
15741
15742 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15743
15744         * legacy-gnus-agent.el
15745         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15746         help from Florian Weimer <fw@deneb.enyo.de>
15747
15748 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * nnmail.el (nnmail-cache-insert): Revert last change.
15751
15752 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * nnmail.el (nnmail-cache-insert): Always check whether
15755         nnmail-cache-ignore-groups matches a group name.
15756
15757 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15758
15759         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15760         (spam-find-spam, spam-log-processing-to-registry)
15761         (spam-log-registered-p, spam-log-unregistration-needed-p)
15762         (spam-log-undo-registration): Use gnus-message instead of
15763         gnus-error, none of these errors are fatal.
15764
15765         * gnus-registry.el (gnus-registry-clean-empty-function)
15766         (gnus-registry-clean-empty): Remove only empty entries without
15767         extra data.
15768
15769 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15770
15771         * spam-stat.el (spam-stat-buffer-change-to-spam)
15772         (spam-stat-buffer-change-to-non-spam): Change (error) to
15773         (gnus-message 8) invocation.
15774
15775 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * nntp.el (nntp-via-netcat-command): New variable.
15778         (nntp-via-netcat-switches): New variable.
15779         (nntp-open-via-rlogin-and-netcat): New function.
15780         (nntp-open-connection-function): Doc fix.
15781         (nntp-telnet-command): Doc fix.
15782         (nntp-end-of-line): Doc fix.
15783         (nntp-via-rlogin-command): Doc fix.
15784         (nntp-via-user-name): Doc fix.
15785         (nntp-via-address): Doc fix.
15786
15787 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15790         error in Emacs 21.1.
15791
15792 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15795
15796 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15797
15798         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15799         (gnus-agent-with-refreshed-group): New macro.
15800         (gnus-agent-rename-group): New function.
15801         (gnus-agent-delete-group): New function.
15802         (gnus-agent-save-group-info): Use gnus-command-method when
15803         `method' parameter is nil.  Don't write nil entries into the
15804         active file.
15805         (gnus-agent-get-group-info): New function.
15806         (gnus-agent-fetch-articles): Use
15807         gnus-agent-update-files-total-fetched-for to increment disk space
15808         used.
15809         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15810         gnus-agent-update-view-total-fetched-for to increment disk space
15811         used.
15812         (gnus-agent-get-local): Added optional parameters to avoid calling
15813         gnus-group-real-name and gnus-find-method-for-group.
15814         (gnus-agent-set-local): Delete stored entry if either min, or max,
15815         are nil.
15816         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15817         quit, use gnus-agent-regenerate-group to record existance of any
15818         articles fetched to disk before the quit occurred.
15819         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15820         gnus-agent-update-view-total-fetched-for, and
15821         gnus-agent-update-files-total-fetched-for to decrement disk space
15822         used.
15823         (gnus-agent-retrieve-headers): Use
15824         gnus-agent-update-view-total-fetched-for to increment disk space
15825         used.
15826         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15827         with gnus-agent-update-files-total-fetched-for to decrement disk
15828         space and fresh group buffer.
15829         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15830         (gnus-agent-need-update-total-fetched-for): New variable.
15831         (gnus-agent-update-files-total-fetched-for): New function.
15832         (gnus-agent-update-view-total-fetched-for): New function.
15833         (gnus-agent-total-fetched-for): New function.
15834
15835         * gnus-cache.el (gnus-cache-save-buffers): Use
15836         gnus-cache-update-overview-total-fetched-for to change disk space
15837         used by this group.
15838         (gnus-cache-possibly-enter-article): Use
15839         gnus-cache-update-file-total-fetched-for to increment disk space
15840         used by this group.
15841         (gnus-cache-possibly-remove-article): Use
15842         gnus-cache-update-file-total-fetched-for to decrement disk space
15843         used by this group.
15844         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15845         (gnus-cache-rename-group): New function.
15846         (gnus-cache-delete-group): New function.
15847         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15848         (gnus-cache-need-update-total-fetched-for): New variable.
15849         (gnus-cache-with-refreshed-group): New macro.
15850         (gnus-cache-update-file-total-fetched-for): New function.
15851         (gnus-cache-update-overview-total-fetched-for): New function.
15852         (gnus-cache-rename-group-total-fetched-for): New function.
15853         (gnus-cache-delete-group-total-fetched-for): New function.
15854         (gnus-cache-total-fetched-for): New function.
15855
15856         * gnus-group.el: Require gnus-sum and autoload functions to
15857         resolve warnings when gnus-group.el compiled alone.
15858         (gnus-group-line-format): Documented new %F.
15859         (size of Fetched data) group line format; identifies disk space
15860         used by agent and cache.
15861         (gnus-group-line-format-alist): Defined new F format.
15862         (gnus-total-fetched-for): New function.
15863         (gnus-group-delete-group): No longer update
15864         gnus-cache-active-altered as gnus-request-delete-group now keeps
15865         the cache in sync.
15866         (gnus-group-list-active): Let the agent store a server's active
15867         list if currently plugged.
15868
15869         * gnus-int.el (gnus-request-delete-group):
15870         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15871         local disk in sync with the server.
15872         (gnus-request-rename-group):
15873         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15874         local disk in sync with the server.
15875
15876         * gnus-start.el (gnus-get-unread-articles):
15877         Cosmetic simplification to logic.
15878
15879         * gnus-util.el (gnus-rename-file): New function.
15880
15881 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15882
15883         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15884
15885 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15886
15887         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15888         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15889
15890 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15891
15892         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15893         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15894
15895 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15896
15897         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15898
15899 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15900
15901         * spam.el (spam-set-difference): Add function to replace
15902         gnus-set-difference in spam.el.
15903         (spam-summary-prepare-exit): Use spam-set-difference.
15904
15905 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15906
15907         * gnus-registry.el (gnus-registry-cache-file): Update to use
15908         gnus-dribble-directory OR gnus-home-directory OR ~.
15909         (gnus-registry-split-fancy-with-parent): Fix doc.
15910
15911 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * message.el (message-exchange-point-and-mark): Use
15914         message-mark-active-p.  Suggested by Jesper Harder
15915         <harder@ifa.au.dk>.
15916
15917 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * message.el (message-exchange-point-and-mark): Don't activate
15920         region if it was inactive.  Suggested by Hiroshi Fujishima
15921         <pooh@nature.tsukuba.ac.jp>.
15922
15923 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-art.el (article-display-face): Display Faces in the same
15926         order as X-Faces.
15927
15928 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15931
15932 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15935         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15936         (gnus-article-mime-hierarchy): Remove.
15937         (gnus-article-mime-hierarchy-next): Remove.
15938         (gnus-article-mode): Revert 2004-03-19 change.
15939         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15940         (gnus-insert-mime-button): Revert 2004-03-19 change.
15941         (gnus-mime-accumulate-hierarchy): Remove.
15942         (gnus-mime-enter-multipart): Remove.
15943         (gnus-mime-leave-multipart): Remove.
15944         (gnus-mime-display-part): Revert 2004-03-19 change.
15945         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15946
15947         * mml.el (mml-preview): Revert 2004-03-19 change.
15948
15949 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15950
15951         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15952
15953 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15956         t while entering a file name using the mm-with-multibyte macro.
15957         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15958
15959         * mm-util.el (mm-with-multibyte): New macro.
15960
15961 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15964         user option.
15965         (gnus-mime-multipart-functions): Doc and customization fix.
15966         (gnus-article-mime-hierarchy): New variable.
15967         (gnus-article-mime-hierarchy-next): New variable.
15968         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15969         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15970         gnus-article-mime-hierarchy-next to nil.
15971         (gnus-insert-mime-button): Show hierarchy numbers.
15972         (gnus-mime-accumulate-hierarchy): New function.
15973         (gnus-mime-enter-multipart): New function.
15974         (gnus-mime-leave-multipart): New function.
15975         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15976         (gnus-mime-display-alternative): Show hierarchy numbers.
15977
15978         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15979         gnus-article-mime-hierarchy-next to nil.
15980
15981 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15982
15983         * dns.el: Don't require gnus-xmas.
15984
15985 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15986
15987         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15988         inline PGP.
15989         (mml-menu): Disable mml-quote-region if mark is inactive.
15990
15991 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15994         when the group's active is not available.
15995
15996 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15999         error.
16000
16001 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16002
16003         * imap.el (imap-store-password): New variable.
16004         (imap-interactive-login): Use it.
16005         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16006
16007 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16010         window-start and hscroll to summary window.
16011
16012 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16013
16014         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16015         conversion message to newsrc-dribble when an actual conversion is
16016         performed.
16017
16018 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16019
16020         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16021
16022 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * mm-decode.el (mm-complicated-handles): New function reviving
16025         former definition of mm-multiple-handles.
16026
16027         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16028         (gnus-mime-delete-part): Use it.
16029
16030 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16031
16032         * gnus-agent.el (gnus-agent-read-local): Bind
16033         nnheader-file-coding-system to gnus-agent-file-coding-system to
16034         avoid the implicit assumption that they will always be equal.
16035         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16036         coding-system-for-write, as the with-temp-file macro first prints
16037         to a buffer then saves the buffer.
16038
16039 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-art.el (gnus-article-edit-part): New function.
16042         (gnus-mime-save-part-and-strip): Use it; do query instead of
16043         signaling an error; don't use mm-multiple-handles.
16044         (gnus-mime-delete-part): Ditto.
16045
16046 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16047
16048         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16049         old file versions.
16050         (gnus-group-prepare-hook): Removed function that converted list
16051         form of gnus-agent-expire-days to group properties.
16052
16053         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16054         (gnus-request-accept-article): Re-indented.
16055
16056         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16057         converters to handle old agent file formats.  Added logic for a
16058         "backup before upgrading warning".
16059         (gnus-convert-mark-converter-prompt): Developers can mark
16060         functions as needing (default), or not needing,
16061         gnus-convert-old-newsrc's "backup before upgrading warning".
16062         (gnus-convert-converter-needs-prompt): Tests whether the user
16063         should be protected from potentially irreversable changes by the
16064         function.
16065
16066         * legacy-gnus-agent.el: New.  Provides converters that are only
16067         loaded when gnus-convert-old-newsrc needs to call them.
16068
16069 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * mail-source.el (mail-source-touch-pop): Doc fix.
16072
16073         * message.el (message-smtpmail-send-it): Doc fix.
16074
16075 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16076
16077         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16078
16079         * nnmail.el (nnmail-split-fancy): do.
16080
16081         * gnus-kill.el (gnus-kill, gnus-execute): do.
16082
16083 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16084
16085         * gnus-sum.el (gnus-widget-reversible-match)
16086         (gnus-widget-reversible-to-internal)
16087         (gnus-widget-reversible-to-external): New functions.
16088         (gnus-widget-reversible): New widget.
16089         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16090
16091 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16092
16093         * gnus-sum.el (gnus-thread-sort-functions)
16094         (gnus-article-sort-functions): Document `(not F)' items.
16095
16096 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16097
16098         * spam.el (spam-use-gmane-xref): Add new backend.
16099         (spam-gmane-xref-spam-group): Add variable to control the name of the
16100         Gmane spam group.
16101         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16102         (spam-regex-headers-spam, spam-regex-headers-ham)
16103         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16104         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16105         backends and checks.
16106         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16107
16108         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16109         an autodetect method.
16110
16111 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16112
16113         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16114         articles are being added to a group.
16115         (gnus-request-replace-article): Inform the agent that articles
16116         need to be uncached as the cached contents are no longer valid.
16117
16118 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * binhex.el: Don't autoload executable-find.
16121
16122         * canlock.el: Don't autoload mail-fetch-field.
16123
16124         * dgnushack.el: Autoload c-mode for XEmacs.
16125
16126         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16127
16128         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16129         rmail-dont-reply-to and rmail-output.
16130
16131         * gnus-score.el: Don't autoload ffap-string-at-point.
16132
16133         * gnus-setup.el: Don't autoload sc-cite-original.
16134
16135         * imap.el: Don't autoload base64-decode-string,
16136         base64-encode-string and md5.
16137
16138         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16139         and rmail-msg-restore-non-pruned-header.
16140
16141         * mm-decode.el: Don't autoload executable-find.
16142
16143         * mm-url.el: Don't autoload executable-find.
16144
16145         * mm-view.el: Don't autoload diff-mode.
16146
16147         * nndb.el: Don't autoload news-reply-mode, news-setup,
16148         cancel-timer and telnet.
16149
16150         * password.el: Don't autoload run-at-time for Emacs.
16151
16152         * sha1-el.el: Don't autoload executable-find.
16153
16154         * sieve-mode.el: Don't autoload c-mode.
16155
16156         * uudecode.el: Don't autoload executable-find.
16157
16158 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16159
16160         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16161         (gnus-agent-possibly-alter-active): Avoid null in numeric
16162         comparison.
16163         (gnus-agent-set-local): Refuse to save null in local object table.
16164         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16165         list of articles that will be marked as unread.
16166
16167 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16170
16171 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16172
16173         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16174         language tags.
16175
16176 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16177
16178         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16179         Don't bind "obarray".
16180
16181         * gnus-sum.el (gnus-thread-sort-functions): Added
16182         `gnus-thread-sort-by-most-recent-number' and
16183         `gnus-thread-sort-by-most-recent-date'.
16184         Reported by Kai Grossjohann <kai@emptydomain.de>.
16185
16186 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16189
16190 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16191
16192         * gnus-cus.el (gnus-agent-customize-category): Removed
16193         ignore-errors macro reference that required cl to be loaded at
16194         run-time.
16195
16196         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16197         single-interval range of the form (min . max).  Previously the
16198         range had to look like ((min . max)).  Likewise, return
16199         (min . max) rather than ((min . max)).
16200         (gnus-range-map): Use gnus-range-normalize to accept
16201         single-interval range.
16202
16203         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16204         the cache, but not the agent, now appear with their usual face.
16205
16206         * dgnushack.el (loaddir): New variable that is bound to the
16207         directory containing the dgnushack.el file. Use loaddir, rather
16208         than srcdir, to update load-path. Change lets dgnushack compile
16209         code in directories other than GNUS/lisp.
16210
16211 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * lpath.el: Don't bind w3m-safe-url-regexp.
16214
16215         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16216         w3m-safe-url-regexp variable buffer-local.
16217
16218         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16219
16220 2004-02-27  Simon Josefsson  <jas@extundo.com>
16221
16222         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16223         gnus-group-real-prefix.
16224         (gnus-summary-move-article): Use it, instead of
16225         gnus-group-real-prefix.
16226
16227 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16228
16229         * lpath.el: Bind w3m-safe-url-regexp.
16230
16231         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16232         w3m-safe-url-regexp variable buffer-local and set it as the value
16233         of mm-w3m-safe-url-regexp.
16234
16235         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16236
16237         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16238         parsing gnus-posting-styles when the message is not for replying.
16239
16240         * dgnushack.el: Autoload sgml-mode for XEmacs.
16241
16242         * nnrss.el (nnrss-opml-export): Use
16243         mm-set-buffer-file-coding-system instead of
16244         set-buffer-file-coding-system.
16245
16246 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16247
16248         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16249         of checkdoc.el).
16250         * nnrss.el: do.
16251         * gnus-mlspl.el: do.
16252         * gnus-ml.el: do.
16253         * gnus-srvr.el: do.
16254
16255         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16256
16257 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16258
16259         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16260         Corrections to custom-manual links.
16261
16262         * gnus-art.el (gnus-article): Ditto.
16263
16264         * mm-decode.el (mime-display, mime-security): Ditto.
16265
16266 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16267
16268         * flow-fill.el: Typo.
16269
16270 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16271
16272         * spam-wash.el: New file.
16273
16274 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16275
16276         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16277
16278 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16281         to be run with new-articles as LIST1, not LIST2.
16282         (spam-registration-functions): Add spam-use-ham-copy as a nil
16283         registration backend.
16284
16285 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16286
16287         * spam-stat.el (spam-stat-washing-hook): New option.
16288         (spam-stat-buffer-words): Use it.
16289         (spam-stat-process-directory, spam-stat-test-directory): Use
16290         insert-file-contents-literally.
16291         (spam-stat-coding-system): New variable.
16292         (spam-stat-load, spam-stat-save): Use it.
16293
16294 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * spam-report.el (spam-report-plug-agent): Quote
16297         spam-report-url-to-file and spam-report-url-ping-plain.
16298
16299 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16302         / in mailto URLs.
16303
16304 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16305
16306         * spam-report.el (spam-report-process-queue): Fix interactive use.
16307         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16308         (spam-report-unplug-agent): Doc fixes.
16309         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16310         (spam-report-agentize, spam-report-deagentize): Autoload.
16311
16312 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16315
16316         * message.el (message-setup-fill-variables): Add mml tags to
16317         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16318         <ajk@iu.edu>.
16319         (message-mode): Don't modify paragraph-separate there.
16320
16321 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * compface.el (uncompface-use-external): Default to undecided.
16324         (uncompface-use-external-threshold): New variable.
16325         (uncompface-float-time): New macro.
16326         (uncompface): Determine whether to use the external decoder if
16327         uncompface-use-external is undecided.
16328
16329 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16330
16331         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16332         after images.
16333
16334         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16335
16336 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16337
16338         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16339
16340         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16341
16342         * gnus-sum.el (gnus-summary-limit-to-age)
16343         (gnus-summary-limit-children): do.
16344
16345         * gnus-int.el (gnus-request-scan): do.
16346
16347         * gnus-group.el (gnus-group-suspend): do.
16348
16349         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16350
16351         * gnus-cite.el (gnus-cite-parse-attributions): do.
16352
16353         * gnus-agent.el (gnus-summary-set-agent-mark)
16354         (gnus-agent-regenerate-group): do.
16355
16356         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16357
16358         * binhex.el (binhex-decode-region-internal): do.
16359
16360 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-fun.el (gnus-face-properties-alist): New user option.
16363         (gnus-display-x-face-in-from): Use it.
16364
16365         * gnus-art.el (article-display-face): Ditto.
16366
16367         * compface.el (uncompface-use-external): Default to nil.
16368
16369 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16370
16371         * nntp.el (nntp-erase-buffer): New function.
16372         (nntp-retrieve-data, nntp-send-command)
16373         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16374         (nntp-possibly-change-group): Use it.
16375
16376         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16377         with-current-buffer.
16378
16379 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16380
16381         * compface.el: Merge the ELisp-based uncompface program.
16382         (compface): New customization group.
16383         (uncompface-use-external): New user option.
16384         (uncompface): Call uncompface-internal if uncompface-use-external
16385         is nil.
16386         (uncompface-internal): New function.  Note that there are also
16387         some other functions and variables added for this function.
16388
16389 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16390
16391         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16392         if necessary.
16393
16394 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16395
16396         * spam-report.el (spam-report-unplug-agent)
16397         (spam-report-plug-agent, spam-report-deagentize)
16398         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16399         Add support for the Agent in spam-report: when unplugged, report to a
16400         file; when plugged, submit all the requests.
16401
16402         * spam.el (spam-register-routine): Fix message about
16403         registration.
16404
16405 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16406
16407         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16408         dependencies.
16409         (rfc2047-encode): Use it.
16410
16411         * gnus-art.el (gnus-button-marker-list): Move before first
16412         reference.
16413
16414         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16415         (imap-parse-body): Fix format string mismatch.
16416
16417         * gnus-score.el (gnus-summary-increase-score): do.
16418
16419         * nnrss.el (nnrss-close): New function.
16420
16421 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16422
16423         * nnrss.el (nnrss-make-filename): New function.
16424         (nnrss-request-delete-group, nnrss-read-server-data)
16425         (nnrss-save-server-data, nnrss-read-group-data)
16426         (nnrss-save-group-data): Use it.
16427         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16428         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16429         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16430
16431 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16432
16433         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16434
16435 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16436
16437         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16438         files.
16439
16440         * message.el (message-generate-headers-first): Don't quote nil
16441         and t in docstrings.
16442
16443         * imap.el (imap-id): do.
16444
16445         * gnus-agent.el (gnus-agent-consider-all-articles)
16446         (gnus-agent-queue-mail): do.
16447
16448 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * spam-report.el (spam-report-process-queue): New function.
16451         Process requests from `spam-report-requests-file'.
16452         (spam-report-process-queue): Doc fix.
16453
16454 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16455
16456         * spam.el (spam-register-routine)
16457         (spam-log-processing-to-registry, spam-log-registered-p)
16458         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16459         Change "check" to "spam-check" for semi-clarity.
16460
16461 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16462
16463         * pop3.el: Require nnheader.
16464
16465         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16466
16467         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16468
16469         * gnus-picon.el: Require cl.
16470
16471         * gnus-fun.el: Require gnus-ems and gnus-util.
16472
16473         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16474
16475         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16476
16477         * gnus-art.el (gnus-article-edit-mode): Define before first
16478         reference.
16479
16480 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16481
16482         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16483         (gnus-uu-post-encoded): Use point-at-bol.
16484
16485         * gnus-topic.el (gnus-group-active-topic-p): do.
16486
16487         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16488
16489         * gnus-group.el (gnus-group-kill-region): do.
16490
16491         * gnus-art.el (article-date-ut): do.
16492
16493         * message.el (message-fetch-field): Remove redundant
16494         case-fold-search binding.
16495         (message-narrow-to-field): Simplify.
16496
16497 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16498
16499         * spam.el (spam-directory): Derive from `gnus-directory'.
16500
16501         * spam-report.el (spam-report-url-to-file)
16502         (spam-report-requests-file): New function and variable for offline
16503         reporting.
16504         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16505         and user defined function.
16506         (spam-report-url-ping-mm-url): Remove doubled slash.
16507
16508 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16509
16510         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16511
16512 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16513
16514         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16515         format string mismatch.
16516
16517         * sieve.el (sieve-deactivate-all): do.
16518
16519         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16520
16521         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16522
16523         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16524
16525         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16526
16527 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16528
16529         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16530         the list of checks.
16531
16532 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16533
16534         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16535         padding.
16536
16537 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16538
16539         * mm-view.el (mm-fill-flowed): New variable.
16540         (mm-inline-text): Use it.
16541
16542 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16543
16544         * spam.el (spam-spamassassin-register-ham-routine)
16545         (spam-spamassassin-register-spam-routine): Fix function names.
16546
16547 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus.el (gnus-tmp-grouplens): Remove.
16550         (gnus-summary-line-format): Remove grouplens.
16551
16552         * gnus-group.el (gnus-group-line-format): Ditto.
16553
16554         * gnus-spec.el (gnus-format-specs): Ditto.
16555         (gnus-update-format-specifications): Flush the group format spec
16556         cache if there's the grouplens stuff.
16557         (gnus-parse-simple-format): Replace %l with the empty string.
16558
16559 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16560
16561         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16562         omission.
16563
16564 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16567         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16568
16569 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16570
16571         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16572         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16573         New macros and functions.
16574         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16575         Handle > NLINK_MAX messages.
16576         * nnmaildir.el (nnmaildir-request-set-mark): Use
16577         nnmaildir--emlink-p and nnmaildir--eexist-p.
16578
16579 2004-01-25  Alex Schroeder  <alex@gnu.org>
16580
16581         * spam-stat.el (spam-stat-process-directory-age): New option.
16582         (spam-stat-process-directory): Use it.
16583
16584 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16585
16586         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16587         (spam-stat-save): Accept prefix argument.
16588
16589 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16590
16591         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16592         links" error.
16593
16594 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16597         the rest of the and/or forms.
16598
16599 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16600
16601         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16602         compatibility with old .newsrc.eld files.
16603
16604         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16605
16606         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16607
16608         * gnus-start.el (gnus-1): do.
16609
16610         * gnus-group.el (gnus-group-line-format-alist): do.
16611
16612         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16613
16614         * gnus-gl.el: Remove.
16615
16616 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16617
16618         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16619         marks consisting of a single range {for example, (3 . 5)} rather
16620         than a list of a single range { ((3 . 5)) }.
16621
16622 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16625         with-current-buffer.
16626         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16627         avoid consing a string.
16628
16629         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16630         Remove obsolete entries for big5 and gb2312.
16631
16632 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16633
16634         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16635         uncompressed list.
16636
16637 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16638
16639         * spam-stat.el (spam-stat-strip-xref): New function.
16640         (spam-stat-process-directory): Use it.
16641
16642         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16643         here -- it's done in message-fetch-field.
16644
16645 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16646
16647         * gnus-agent.el (gnus-agent-queue-mail)
16648         (gnus-agent-prompt-send-queue): New variables.
16649         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16650         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16651         "nndraft:queue" along to gnus-draft-send.  Use
16652         gnus-agent-prompt-send-queue.
16653         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16654         is "nndraft:queue".  Suggested by Gaute Strokkenes
16655         <gs234@srcf.ucam.org>
16656
16657         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16658         (agent-enable-undownloaded-faces): Added.
16659         (gnus-agent-cat-groups): Use eval-and-compile, not
16660         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16661         method of gnus-agent-cat-groups even when the buffer has been
16662         evaled.
16663         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16664         delete gnus-agent-save-active-1.
16665         (gnus-agent-save-groups): Deleted.  Identical to
16666         gnus-agent-save-active.
16667         (gnus-agent-write-active): No longer adjust agent's copy of active
16668         file as agent's adjustments are now stored in their own
16669         file.  Removed optional parameter.
16670         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16671         servers.  Add use of min/max range limits from server's local
16672         file.
16673         (gnus-agent-save-alist): Removed unused optional argument.
16674         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16675         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16676         (gnus-agent-set-local): A per-server file that keeps min/max range
16677         limits for articles known to the agent.  Provides a fast mechanism
16678         for altering many active ranges.
16679         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16680         active file (local makes it unnecessary).
16681         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16682
16683         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16684         (agent-enable-undownloaded-faces): Added.
16685
16686         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16687         disable it when sending to "nndraft:queue".
16688         (gnus-group-send-queue): Add safety check to avoid sending queue
16689         when unplugged.
16690
16691         * gnus-group.el (gnus-group-catchup): Use new
16692         gnus-sequence-of-unread-articles, not
16693         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16694         numbers of articles.  Use gnus-range-map to avoid having to
16695         uncompress the unread list.
16696         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16697         Fixed invalid ange-ftp reference.
16698
16699         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16700         (gnus-sorted-range-intersection): Intersection of two ranges
16701         without requiring that they first be uncompressed.
16702
16703         * gnus-start.el (gnus-activate-group): Unless blocked by the
16704         caller, possibly expand the active range to include both cached
16705         and agentized articles.
16706         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16707         multiple version-dependent converters.
16708         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16709         gnus-agent-save-active.
16710         (gnus-save-newsrc-file): Save dirty agent range limits.
16711
16712         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16713         gnus-agent-possibly-alter-active.
16714         (gnus-adjust-marked-articles): Faster handling of simple lists.
16715
16716 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16717
16718         * spam-stat.el (spam-stat-test-directory): New optional argument
16719         displays a list of files detected.  Suggested by Andrew Cohen
16720         <cohen@andy.bu.edu>.
16721         (spam-stat-buffer-words-with-scores): Don't narrow and change
16722         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16723
16724 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16725
16726         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16727         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16728         (spam-spamassassin-arguments)
16729         (spam-spamassassin-spam-flag-header)
16730         (spam-spamassassin-positive-spam-flag-header)
16731         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16732         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16733         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16734         (spam-list-of-processors, spam-list-of-checks)
16735         (spam-list-of-statistical-checks, spam-registration-functions)
16736         (spam-check-spamassassin-headers, spam-check-spamassassin)
16737         (spam-spamassassin-score)
16738         (spam-spamassassin-register-with-sa-learn)
16739         (spam-spamassassin-register-spam-routine)
16740         (spam-spamassassin-register-ham-routine)
16741         (spam-assassin-register-spam-routine)
16742         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16743         (spam-bogofilter-score): Fix to show article before scoring.
16744
16745 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16746
16747         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16748         default scoring function.
16749         (spam-generic-score): Call spam-spamassassin-score if
16750         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16751         spam-bogofilter-score otherwise.
16752
16753         * gnus.el (spam-process, spam-autodetect-methods): Add
16754         spamassassin and spamassassin-headers.
16755
16756 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16757
16758         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16759         Suppress unnecessary messages.
16760
16761 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16762
16763         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16764         make-hash-table.
16765
16766 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * canlock.el (base64-encode-string): Don't autoload it.
16769
16770 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * run-at-time.el: Remove useless (require 'itimer),
16773         eval-and-compile and (featurep 'xemacs).
16774
16775 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16776
16777         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16778         GROUP is a virtual group.
16779
16780 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16781
16782         * gnus.el: Autoload `message-y-or-n-p'.
16783
16784 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16785
16786         * pgg-parse.el: Remove unnecessary (require 'custom).
16787
16788         * pgg-def.el: do.
16789
16790         * nnmail.el: do.
16791
16792         * gnus-undo.el: do.
16793
16794         * gnus-picon.el: do.
16795
16796         * gnus-util.el: do.
16797
16798 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16799
16800         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16801
16802 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16805         handle, as well as a list.
16806
16807         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16808         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16809         (mm-w3m-cid-retrieve): Simplify.
16810
16811 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16812
16813         * message.el (message-kill-to-signature): Allow prefix arg to
16814         specify number of lines to keep before signature.
16815
16816 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16817
16818         * message.el (message-kill-to-signature): Change docstring.
16819
16820 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * canlock.el: Always require sha1-el.
16823         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16824
16825         * message.el: Autoload sha1 only when compiling.
16826
16827         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16828         eudc-expand-inline for XEmacs.
16829
16830 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * message.el (message-canlock-generate): Require sha1-el.
16833
16834 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16835
16836         * message.el (message-expand-name): Silence the byte compiler.
16837
16838         * lpath.el: Add detect-coding-system.
16839
16840         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16841         cus-edit.
16842
16843 2004-01-13  Simon Josefsson  <jas@extundo.com>
16844
16845         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16846         Invoke gnus-score-mode.  Reported by
16847         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16848
16849         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16850         Jim Blandy <jimb@redhat.com> (tiny change).
16851
16852 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16853
16854         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16855
16856 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16857
16858         * spam.el (spam-get-article-as-string): Update to use
16859         gnus-request-article-this-buffer, much simpler.
16860         (spam-get-article-as-buffer): Remove.
16861
16862 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16863
16864         * message.el (message-expand-name): Use EUDC if the user uses that.
16865
16866 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16867
16868         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16869         character for the encoding to avoid consing a string.
16870
16871         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16872         unnecessarily.
16873
16874         * mm-util.el (mm-replace-chars-in-string): Remove.
16875
16876         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16877         of mm-replace-chars-in-string.
16878
16879 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16880
16881         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16882
16883         * mm-util.el (mm-subst-char-in-string): Support inplace.
16884
16885         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16886         a new string in every iteration.  Use shy groups.
16887
16888 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16889
16890         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16891         * gnus-soup.el (gnus-soup-group-brew):
16892         * gnus-msg.el (gnus-put-message):
16893         * gnus-move.el (gnus-group-move-group-to-server):
16894         * gnus-kill.el (gnus-batch-score):
16895         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16896         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16897         (gnus-group-update-group, gnus-group-read-group)
16898         (gnus-group-make-group, gnus-group-make-help-group)
16899         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16900         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16901         (gnus-group-sort-by-unread, gnus-group-catchup)
16902         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16903         (gnus-group-yank-group, gnus-group-set-info)
16904         (gnus-group-list-groups):
16905         * gnus.el (gnus-generate-new-group-name):
16906         * gnus-delay.el (gnus-delay-send-queue):
16907         * nnvirtual.el (nnvirtual-catchup-group):
16908         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16909         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16910         (gnus-group-prepare-topics, gnus-topic-check-topology):
16911         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16912         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16913         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16914         (gnus-group-make-articles-read):
16915         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16916         (gnus-group-change-level, gnus-kill-newsgroup)
16917         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16918         (gnus-get-unread-articles, gnus-make-articles-unread)
16919         (gnus-make-ascending-articles-unread): Use accessor
16920         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16921         to get group information for improved readability.
16922
16923
16924 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16925
16926         * gnus-art.el (article-decode-mime-words, article-babel)
16927         (gnus-article-highlight-signature, gnus-article-add-buttons)
16928         (gnus-signature-toggle): Use gnus-with-article-buffer.
16929
16930         * gnus-art.el (gnus-article-highlight-headers)
16931         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16932
16933         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16934         (gnus-article-set-globals, gnus-request-article-this-buffer)
16935         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16936         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16937         (gnus-mime-display-alternative): Use with-current-buffer.
16938
16939 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16940
16941         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16942         also under 80 char limit, and call gnus-error if needed.
16943         (spam-fetch-article-header): Fix - it was a
16944         buffer-local variable (gnus-newsgroup-data).
16945         (spam-find-spam): Use spam-generate-fake-headers, forget about
16946         spam-insert-fake-headers.
16947         (spam-insert-fake-headers): Remove.
16948
16949 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16950
16951         * deuglify.el (gnus-article-outlook-unwrap-lines)
16952         (gnus-outlook-rearrange-article)
16953         (gnus-outlook-repair-attribution-outlook)
16954         (gnus-outlook-repair-attribution-block)
16955         (gnus-outlook-repair-attribution-other): Remove redundant
16956         save-excursion.
16957
16958 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16959
16960         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16961         (spam-fetch-field-subject-fast)
16962         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16963         (spam-fetch-article-header): Add functions to deal with Gnus
16964         internals for fast retrieval of article header data.
16965         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16966
16967 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16968
16969         * pop3.el (pop3-md5): Remove.
16970         (pop3-apop): Replace pop3-md5 with md5.
16971
16972         * mm-bodies.el: base64 is always built-in.
16973
16974         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16975         with-current-buffer.
16976
16977 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * canlock.el (canlock-insert-header): Remove excessive grouping in
16980         regexp.
16981
16982         * gnus-sum.el (gnus-summary-read-document): Ditto.
16983
16984         * gnus-uu.el (gnus-uu-part-number): Ditto.
16985
16986         * html2text.el (html2text-remove-tags): Ditto.
16987         (html2text-format-tags): Ditto.
16988         (html2text-format-single-elements): Ditto.
16989
16990         * mml.el (mml-parse-1): Ditto.
16991
16992 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16993
16994         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16995
16996         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16997
16998         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16999
17000         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17001
17002 2003-11-15  Simon Josefsson  <jas@extundo.com>
17003
17004         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17005         (pgg-gpg-lookup-key): Use regexp match instead of
17006         split-string (split-string is different between emacs 21.2 and
17007         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17008
17009 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17010
17011         * gnus-art.el (gnus-mime-view-all-parts)
17012         (gnus-article-part-wrapper, gnus-article-view-part): Use
17013         with-current-buffer.
17014
17015 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17016
17017         * spam.el (spam-disable-spam-split-during-ham-respool)
17018         (spam-spamoracle-database, spam-cache-lookups)
17019         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17020         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17021         (spam-group-ham-marks, spam-group-spam-marks)
17022         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17023         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17024         also add spam-use-blackholes to the statistical checks.
17025         (spam-fetch-field-fast): Add interface to fetching fields, may
17026         become a macro.
17027         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17028         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17029         (spam-insert-fake-headers): Fake an article when needed.
17030         (spam-find-spam): Fake article when possible.
17031         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17032         (spam-check-bogofilter-headers): Use message-fetch-field instead
17033         of nnmail-fetch-field.
17034
17035 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17036
17037         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17038
17039 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17040
17041         * spam.el (spam-split): Do not require spam-use-CHECK to be
17042         enabled if that check is passed to spam-split explicitly; also
17043         fix so 'spam doesn't get converted to spam-split-group when
17044         spam-split-symbolic-return is t.
17045         (spam-find-spam): Find registrations of the article and use those
17046         instead of re-running spam-split to find the spam/ham
17047         classification of the article.
17048         (spam-log-processing-to-registry, spam-log-registered-p)
17049         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17050         Use gnus-error instead of gnus-message.
17051         (spam-log-registration-type): Add function to determine the
17052         classification of a message based on registry entries; will
17053         return nil if both 'spam and 'ham are found.
17054         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17055         a reasonably fast local cache without the loading errors.
17056         (spam-cache-lookups): Set to t by default.
17057         (spam-find-spam): Don't try to guess spam-cache-lookups.
17058         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17059         spam-caches entry.
17060         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17061         caching of whitelist/blacklist entries.
17062         (spam-check-whitelist, spam-check-blacklist): Invoke
17063         spam-from-listed-p with a type, not a cache variable.
17064         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17065
17066 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17067
17068         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17069
17070         * nnmail.el (nnmail-split-fancy): do.
17071
17072         * mml.el (mml-parse): do.
17073
17074         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17075         (gnus-score-adaptive): do.
17076
17077 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17080         (gnus-mime-button-map): Don't set keymap parent.
17081         (gnus-button-ctan-directory-regexp): Use shy grouping.
17082         (gnus-prev-page-map): Don't set keymap parent.
17083         (gnus-prev-page-map): Remove duplicated one.
17084         (gnus-next-page-map): Don't set keymap parent.
17085         (gnus-mime-security-button-map): Ditto.
17086
17087         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17088         version number.
17089
17090         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17091
17092 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * canlock.el (canlock-sha1-function): Remove.
17095         (canlock-sha1-function-for-verify): Remove.
17096         (canlock-openssl-program): Remove.
17097         (canlock-openssl-args): Remove.
17098         (canlock-ignore-errors): Remove.
17099         (canlock-sha1-with-openssl): Remove.
17100         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17101         (canlock-verify): Don't use canlock-ignore-errors.
17102
17103         * sha1-el.el (sha1-string-external): Make it can return a string
17104         in binary form.
17105         (sha1-region-external): Ditto.
17106         (sha1-string-internal): Ditto.
17107         (sha1-region-internal): Ditto.
17108         (sha1-region): Ditto.
17109         (sha1-string): Ditto.
17110         (sha1): Ditto.
17111
17112 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17113
17114         * spam.el (spam-report-articles-gmane): New command.
17115
17116 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17119
17120         * run-at-time.el (run-at-time-saved): Remove.
17121         (run-at-time): Doc fix.
17122
17123 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17124
17125         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17126         (gnus-summary-limit-map): Add it.
17127         (gnus-summary-make-menu-bar): do.
17128
17129 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17130
17131         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17132         Make attempt at some caching support (done for BBDB only now).
17133         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17134         addresses to be checked.
17135         (spam-clear-cache-BBDB): Add function, to be invoked by
17136         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17137         (spam-check-BBDB): Check and use the caches, if
17138         spam-cache-lookups is on, remove superfluous (provide).
17139
17140 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17143
17144 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17145
17146         * run-at-time.el (run-at-time-saved): Move to after the definition
17147         of `run-at-time'.
17148
17149         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17150
17151 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17154         mm-w3m-local-map-property.
17155
17156         * mm-view.el (mm-w3m-mode-map): Remove.
17157         (mm-w3m-local-map-property): Remove.
17158         (mm-inline-text-html-render-with-w3m): Don't use
17159         mm-w3m-local-map-property.
17160
17161 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17162
17163         * run-at-time.el: New file.
17164
17165         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17166         under Emacs.
17167
17168         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17169         of gnus-set-text-properties.
17170
17171         * gnus-uu.el (gnus-uu-save-article): Ditto.
17172
17173         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17174
17175         * gnus-cite.el (gnus-cite-parse): Ditto.
17176
17177         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17178         of gnus-.
17179
17180         * gnus-xmas.el (run-at-time): Require run-at-time.
17181
17182         * gnus.el: Changed calls to nnheader-run-at-time and
17183         password-run-at-time throughout to use run-at-time directly.
17184
17185         * password.el: Removed definition of run-at-time.
17186
17187         * nnheaderxm.el: Remove definition of run-at-time.
17188
17189 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17190
17191         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17192         in prompt.
17193
17194 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17195
17196         * messagexmas.el (message-xmas-redefine): Alias
17197         `message-make-caesar-translation-table' to
17198         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17199         version.
17200
17201         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17202         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17203         `gnus-xmas-set-text-properties'.
17204         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17205         `gnus-xmas-completing-read'.
17206         (gnus-xmas-completing-read): Removed.
17207         (gnus-xmas-open-network-stream): Removed.
17208
17209         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17210         XEmacs version.
17211
17212         * dns.el (dns-make-network-process): Use `open-network-stream'
17213         instead of `gnus-xmas-open-network-stream'.
17214
17215         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17216
17217         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17218
17219 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17220
17221         * gnus-art.el (gnus-mime-display-alternative)
17222         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17223         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17224         Don't use gnus-local-map-property.
17225
17226         * gnus-util.el (gnus-local-map-property): Remove.
17227
17228         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17229         gnus-completing-read-maybe-default with completing-read.
17230
17231         * gnus-util.el (gnus-completing-read): do.
17232         (gnus-completing-read-maybe-default): Remove.
17233
17234 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17235
17236         * password.el: Only autoload `run-at-time' if not XEmacs.
17237         Only autoload the itimer functions if XEmacs.
17238
17239 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17242         XEmacsen.
17243
17244         * dgnushack.el: Autoload executable-find for XEmacs.
17245
17246 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17247
17248         * gnus-art.el (gnus-read-string): Remove.
17249         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17250         read-string.
17251
17252 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17253
17254         * netrc.el: Autoload password-read.
17255         (netrc): Add configuration group.
17256         (netrc-encoding-method, netrc-openssl-path): Add
17257         variables for encoding and decoding of files with symmetric
17258         ciphers.
17259         (netrc-encode): Add assistant function to encode a file with
17260         netrc-encoding-method.
17261         (netrc-parse): Add interactive parameter, added optional
17262         decoding if netrc-encoding-method is non-nil but otherwise
17263         behavior is standard.
17264         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17265         Do s/encode/encrypt/ everywhere.
17266
17267         * spam.el: Remove executable-find autoload.
17268
17269 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17270
17271         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17272
17273         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17274
17275 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17276
17277         * gnus-art.el (gnus-treat-ansi-sequences)
17278         (article-treat-ansi-sequences): New variable and function.
17279         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17280
17281         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17282         Use it.
17283
17284 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17285
17286         * mm-util.el (mm-quote-arg): Remove.
17287
17288         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17289         shell-quote-argument.
17290
17291         * gnus-uu.el (gnus-uu-command): do.
17292
17293         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17294
17295         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17296         with make-char.
17297
17298         * mm-util.el (mm-make-char): Remove.
17299
17300         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17301         add-minor-mode.
17302
17303         * gnus-undo.el (gnus-undo-mode): do.
17304
17305         * gnus-topic.el (gnus-topic-mode): do.
17306
17307         * gnus-sum.el (gnus-dead-summary-mode): do.
17308
17309         * gnus-start.el (gnus-slave-mode): do.
17310
17311         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17312
17313         * gnus-ml.el (gnus-mailing-list-mode): do.
17314
17315         * gnus-gl.el (gnus-grouplens-mode): do.
17316
17317         * gnus-draft.el (gnus-draft-mode): do.
17318
17319         * gnus-dired.el (gnus-dired-mode): do.
17320
17321         * gnus-ems.el (gnus-add-minor-mode): Remove.
17322
17323         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17324         Replace gnus-char-width with char-width.
17325
17326         * gnus-ems.el (gnus-char-width): Remove.
17327
17328         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17329         Replace gnus-char-width with char-width.
17330
17331         * gnus-ems.el (gnus-char-width): Remove.
17332
17333         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17334         definition.
17335         Remove Emacs 20 hash table compatibility code.
17336
17337         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17338         20 compatibility code.
17339
17340         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17341
17342         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17343
17344         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17345         with point-at-{eol,bol}.
17346
17347         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17348
17349         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17350
17351         * flow-fill.el (fill-flowed-point-at-bol)
17352         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17353
17354         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17355         Replace with point-at-{eol,bol} throughout all files.
17356
17357 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * ntlm.el (ntlm-string-as-unibyte): New macro.
17360         (ntlm-build-auth-response): Use it.
17361
17362         Remove Emacs 20 stuff:
17363         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17364         (butlast, mapc, remove): Remove the compiler macros.
17365         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17366         of delq and copy-sequence.
17367         * gnus-art.el (popup-menu): Remove the compiler macro.
17368         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17369         Emacs 20.
17370
17371 2004-01-05  Simon Josefsson  <jas@extundo.com>
17372
17373         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17374         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17375         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17376         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17377         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17378         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17379         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17380         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17381         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17382         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17383         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17384         string-xor into ntlm-string-xor.  Suggested by
17385         Jesper Harder <harder@myrealbox.com>.
17386
17387         * ntlm.el: Don't include poem.
17388
17389         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17390         Jesper Harder <harder@myrealbox.com>.
17391
17392         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17393
17394         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17395         probably breaks emacs with DL patch, but do we care? Is anyone
17396         still using the DL stuff?)
17397
17398         * sieve-manage.el: Use the password package.
17399         (sieve-manage-read-passwd): Remove.
17400         (sieve-manage-interactive-login): Use password.  Re-add
17401         condition-case around loop.
17402
17403         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17404         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17405         the password package.
17406
17407 2003-02-19  Simon Josefsson  <jas@extundo.com>
17408
17409         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17410         token.
17411
17412 2002-08-07  Simon Josefsson  <jas@extundo.com>
17413
17414         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17415         (sieve-manage-authenticators):
17416         (sieve-manage-authenticator-alist): Add some SASL mechs.
17417         (sieve-sasl-auth): New function.
17418         (sieve-manage-cram-md5-auth):
17419         (sieve-manage-plain-auth): Rewrite using SASL library.
17420         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17421         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17422         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17423         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17424
17425 2004-01-05  Simon Josefsson  <jas@extundo.com>
17426
17427         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17428         New files.
17429
17430 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17431
17432         * gnus-group.el (gnus-no-groups-message): Update.
17433
17434         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17435
17436 2003-11-09  Simon Josefsson  <jas@extundo.com>
17437
17438         * imap.el: Support for ID IMAP extension (RFC 2971).
17439         (imap-local-variables): Add imap-id.
17440         (imap-id): New variable.
17441         (imap-id): New function.
17442         (imap-parse-response): Parse untagged ID response.
17443         * nnimap.el (nnimap-id): New variable.
17444         (nnimap-open-connection): Use it.
17445
17446 2003-12-28  Simon Josefsson  <jas@extundo.com>
17447
17448         * gnus-score.el (gnus-score-edit-all-score): New.
17449         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17450
17451 2004-01-04  Simon Josefsson  <jas@extundo.com>
17452
17453         * password.el: Add.
17454
17455 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17456
17457         * dns.el (dns-query-types): Fix typo.
17458         (dns-query-types): New function.
17459         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17460         PTR and SOA replies, see RFC 1035.
17461
17462 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17463
17464         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17465
17466         * Moved to Changelog.2.
17467
17468 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17469
17470         * gnus.el (gnus-version-number): Bump version.
17471
17472 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17473
17474         * gnus.el: No Gnus v0.1 is released.
17475
17476 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17477
17478         * gnus.el: No Gnus v0.0 is released.
17479
17480 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17481
17482         * gnus.el (gnus-version-number): Bump.
17483         (gnus-version): No.
17484
17485 See ChangeLog.2 for earlier changes.
17486
17487     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17488       Free Software Foundation, Inc.
17489
17490   This file is part of GNU Emacs.
17491
17492   GNU Emacs is free software: you can redistribute it and/or modify
17493   it under the terms of the GNU General Public License as published by
17494   the Free Software Foundation, either version 3 of the License, or
17495   (at your option) any later version.
17496
17497   GNU Emacs is distributed in the hope that it will be useful,
17498   but WITHOUT ANY WARRANTY; without even the implied warranty of
17499   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17500   GNU General Public License for more details.
17501
17502   You should have received a copy of the GNU General Public License
17503   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17504
17505 ;; Local Variables:
17506 ;; coding: utf-8
17507 ;; fill-column: 79
17508 ;; add-log-time-zone-rule: t
17509 ;; End: