When resending, don't externalize attachments.
[gnus] / lisp / ChangeLog
1 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4         externalize attachments.  Bug reported by Steve Wen.
5
6         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7         really message anything to the user.
8
9         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10         directly.
11
12         * nnimap.el (nnimap-request-group): Low higher than high to signal no
13         messages in empty groups.
14
15 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
16
17         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
18         non-UIDNEXT group.
19
20 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
23         not the value from the collection.
24
25         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
26         values.  This sometimes happens on some groups that have no info.
27         (nnimap-request-newgroups): New function.
28
29 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
30
31         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
32         check into `gnus-registry-initialize'.
33         (gnus-registry-initialize): Ditto.
34         Fix and extend header docs.
35
36 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
39         regexp backtrace overflows.
40
41         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
42         for starttls that tls.el implements; i.e. openssl.
43
44         * tls.el (tls-starttls-switches): Give up on using starttls with
45         gnutls-cli.
46         (tls-program): Add --insecure to be consistent with the defaults from
47         openssl s_client.  Now all three commands are insecure.
48
49 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * lpath.el: Bind completion-styles-alist for XEmacs.
52
53         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
54         (gravatar-create-image): New function that's an alias to
55         gnus-xmas-create-image, gnus-create-image, or create-image.
56         (gravatar-data->image): Use it.
57
58 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
59
60         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
61         install the nnregistry refer method.
62         (gnus-registry-install-hooks): Use it.
63         (gnus-registry-unfollowed-groups): Add nnmairix to the default
64         unfollowed groups.
65
66 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
67
68         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
69         expanding threads.
70
71 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * nnir.el: Use the server names without suffixes (bug #7009).
74
75         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
76         unencrypted to STARTTLS, if possible.
77
78 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
79
80         * message.el (message-ignored-supersedes-headers): Strip Injection-*
81         headers before superseding.
82
83 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * nnrss.el (nnrss-use-local): Add documentation.
86
87         * nnimap.el (nnimap-extend-tls-programs): New function.
88         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
89         (nnimap-wait-for-connection): Accept the greeting from the stupid
90         output from openssl s_client -starttls, too.
91
92         * tls.el (tls-starttls-switches): New variable.
93         (tls-find-starttls-argument): Use it.
94         (open-tls-stream): Ditto.
95
96         * netrc.el (netrc-credentials): Return the value of the "default"
97         entry.
98         (netrc-machine): Ditto.
99
100         * nnimap.el (nnimap-find-article-by-message-id): Really return the
101         article number.
102         (nnimap-split-fancy): New variable.
103         (nnimap-split-incoming-mail): Use it.
104
105         * nntp.el (nntp-server-list-active-group): Document.
106
107         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
108         SELECT to get the message-id.
109
110         * mail-source.el (mail-sources): Removed webmail support.
111         (defvar): Ditto.
112         (mail-source-fetcher-alist): Ditto.
113         (mail-source-fetch-webmail): Removed.
114
115         * webmail.el: Removed -- doesn't seem relevant any more.
116
117         * gnus.el: Fix up make-obsolete-variable declarations throughout.
118
119         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
120         the \r.
121
122 2010-09-30  Julien Danjou  <julien@danjou.info>
123
124         * gnus-agent.el (gnus-agent-add-group): Fix call to
125         gnus-completing-read.
126
127 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * nndoc.el (nndoc-retrieve-groups): New function.
130
131         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
132         `default', use nnmail-split-methods.
133         (nnimap-request-article): Downcase the NILs so that they are nil.
134
135         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
136         symbol.
137
138         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
139         code, since if the user has requested network, that's what they ought
140         to get.
141         (nnimap-request-set-mark): Erase the buffer before issuing commands.
142         (nnimap-split-rule): Mark as obsolete.
143
144         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
145         variable.
146
147         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
148         correct slot, too.
149
150 2010-09-29  Julien Danjou  <julien@danjou.info>
151
152         * gnus.el (gnus-local-domain): Declare variable obsolete.
153
154         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
155         computing.
156         (gnus-ido-completing-read): Require ido.
157
158 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus-registry.el: Don't prompt on load, which makes it impossible to
161         build Gnus.
162
163         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
164         when interpreting the structures.
165         (nnimap-request-accept-article): Add \r\n to the lines to make this
166         work with Cyrus.
167
168         * nndraft.el (nndraft-request-expire-articles): Use the group name
169         instead if "nndraft".  Fix found by Nils Ackermann.
170
171 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
172
173         * nnregistry.el: Added.
174
175 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
176
177         * nnmail.el (group, group-art-list, group-art):
178         Remove unneeded directives.
179
180 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
183         (mm-mime-charset)
184         * rfc2047.el (rfc2047-syntax-table)
185         * utf7.el (utf7-utf-16-coding-system): Comment fix.
186
187         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
188         rather than `insert-file-contents' and `eval-region'.
189
190         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
191         construction.
192
193         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
194
195         * time-date.el: No need to require cl for Emacs 21.
196
197 2010-09-29  Julien Danjou  <julien@danjou.info>
198
199         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
200         replacement of `gnus-gravatar-relief' to mimic
201         `gnus-faces-properties-alist'.
202         Add :version property.
203
204 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * mail-source.el (mail-source-report-new-mail)
207         * message.el (message-default-mail-headers)
208         * mm-decode.el (mm-valid-image-format-p): Comment fix.
209
210         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
211
212 2010-09-28  Julien Danjou  <julien@danjou.info>
213
214         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
215         mail-address contains the same string as real-name.
216
217         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
218         non-blank in header, otherwise it'll get stripped.
219
220         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
221         real-name, and then for mail address rather than doing : or , search.
222
223 2010-09-27  Julien Danjou  <julien@danjou.info>
224
225         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
226         (gnus-server-goto-server): Use gnus-completing-read.
227
228         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
229
230         * mm-util.el (defalias): Use gnus-completing-read.
231         (mm-codepage-setup): Use gnus-completing-read.
232
233         * smime.el (smime-sign-buffer): Use gnus-completing-read.
234         (smime-decrypt-buffer): Use gnus-completing-read.
235
236         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
237
238         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
239         (mml-minibuffer-read-disposition): Use gnus-completing-read.
240         (mml-insert-multipart): Use gnus-completing-read.
241
242         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
243
244         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
245
246         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
247
248         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
249
250         * gnus.el (gnus-read-method): Use gnus-completing-read.
251
252         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
253
254         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
255         (gnus-mime-action-on-part): Use gnus-completing-read.
256         (gnus-article-encrypt-body): Use gnus-completing-read.
257
258         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
259         (gnus-topic-move-matching): Use gnus-completing-read.
260         (gnus-topic-copy-matching): Use gnus-completing-read.
261         (gnus-topic-sort-topics): Use gnus-completing-read.
262         (gnus-topic-move): Use gnus-completing-read.
263
264         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
265         (gnus-agent-add-group): Use gnus-completing-read.
266
267         * nnmairix.el (nnmairix-create-server-and-default-group): Use
268         gnus-completing-read.
269         (nnmairix-update-groups): Use gnus-completing-read.
270         (nnmairix-get-server): Use gnus-completing-read.
271         (nnmairix-backend-to-server): Use gnus-completing-read.
272         (nnmairix-goto-original-article): Use gnus-completing-read.
273         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
274
275         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
276
277         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
278         (gnus-group-make-useful-group): Use gnus-completing-read.
279         (gnus-group-make-web-group): Use gnus-completing-read.
280         (gnus-group-add-to-virtual): Use gnus-completing-read.
281         (gnus-group-browse-foreign-server): Use gnus-completing-read.
282
283         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
284         (gnus-summary-limit-to-extra): Use gnus-completing-read.
285         (gnus-summary-execute-command): Use gnus-completing-read.
286         (gnus-summary-respool-article): Use gnus-completing-read.
287         (gnus-read-move-group-name): Use gnus-completing-read.
288
289         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
290         (gnus-summary-score-effect): Use gnus-completing-read.
291
292         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
293
294         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
295         right completing-read function.
296         (gnus-use-ido): New variable
297         (gnus-completing-read-with-default): Remove.
298
299 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
302         x-focus-frame.
303
304         * nnimap.el (auth-source-forget-user-or-password)
305         (auth-source-user-or-password): Autoload.
306
307         * message.el (message-from-style, message-interactive)
308         (message-cite-prefix-regexp, message-sendmail-envelope-from)
309         (message-yank-prefix, message-indentation-spaces, message-signature)
310         (message-signature-file): Add comment.
311
312 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
315         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
316         new articles.
317
318         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
319         parts.
320         (nnimap-request-article): Work with the t setting, too.
321
322         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
323         that you don't get flashes of other buffers.
324         (gnus-summary-show-complete-article): Intern before setting.
325
326 2010-09-27  David Engster  <dengste@eml.cc>
327
328         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
329         well as HEADERS.
330         (nnmairix-retrieve-headers): Provide new argument for the above.
331
332 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-sum.el (gnus-summary-move-article): Don't alter
335         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
336         group.
337
338         * nnimap.el (nnimap-update-info): Don't destructively alter active.
339
340         * message.el (message-cite-prefix-regexp): Revert my last edit.
341
342         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
343         variable instead of the Gnus variable.
344
345         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
346
347         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
348         again.
349
350         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
351         since some servers don't like it.
352         (nnimap-open-connection): Forget credentials if the server says the
353         password was wrong.
354         (nnimap-parse-line): Protect against invalid data.
355
356         * gnus-sum.el (gnus-summary-move-article): Add comment.
357         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
358         nothing alters it while scanning for new messages.
359
360         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
361         which may or may not help.
362         (nnimap-open-connection): If we're doing a stream connection, and then
363         discover we're on a STARTTLS-capable server, then open a STARTTLS
364         connection instead.
365
366 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * nnimap.el (utf7): Required.
369
370         * message.el (message-cite-prefix-regexp): Remove "}" from citation
371         prefix.
372
373 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
374
375         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
376
377 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * nnimap.el (nnimap-request-accept-article): Message the error on
380         error.
381
382 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
385
386 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * nndoc.el (nndoc-request-list): Return success always.
389
390         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
391         `fetch-old' -- we only want to fetch the articles we've requested.  The
392         rest are in the agent, probably.
393         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
394         disappeared server" to something low.  It's not important.
395
396         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
397         arrived before the FETCH data.
398
399         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
400         target here, because we don't know the Gnus name of the group.
401
402         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
403         for the correct group.
404
405         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
406
407         * gnus.el (gnus): Give a final warning after startup.
408
409         * gnus-util.el (gnus-action-message-log): New variable.
410         (gnus-message): Use it.
411         (gnus-final-warning): New function.
412
413         * nnimap.el (nnimap-open-connection): Record the greeting.
414         (nnimap): Add greeting.
415
416 2010-09-26  Julien Danjou  <julien@danjou.info>
417
418         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
419         arguments.
420         (gnus-html-wash-images): Fix spec computing to include start/end.
421
422         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
423
424 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
427         deletion.
428         (nnimap-retrieve-headers): Don't select the group, because that's
429         already done by nnimap-possibly-change-group.
430
431         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
432         (gnus-picon-transform-address): Use it.
433
434         * mail-source.el (mail-source-value): Revert previous patch.
435
436         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
437         on failure.
438         (nnimap-open-connection): Look up both virtual and physical server name
439         credentials.
440
441         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
442
443 2009-02-07  Dave Love  <fx@gnu.org>
444
445         * tls.el (open-tls-stream): Don't query killing process.
446
447 2009-02-08  Dave Love  <fx@gnu.org>
448
449         * gnus-win.el (gnus-window-to-buffer-helper,
450         gnus-all-windows-visible-p): Function needn't be a symbol.
451
452         * mail-source.el (mail-source-value): Function needn't be a symbol.
453
454 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * message.el (message-cite-prefix-regexp): Remove } from the cite
457         prefix.
458
459         * gnus-art.el (gnus-treatment-function-alist): Do picons before
460         highlight again, so that the highlight is correct.
461
462         * gnus-picon.el (gnus-picon): Remove again.
463         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
464
465         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
466         doing the header highlightling, so that the background colour of the
467         picon is correct.
468
469         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
470         (gnus-picon): Ditto.
471         (gnus-picon): Reinstate.  The background colour for picons is white.
472         (gnus-picon-insert-glyph): Make the background white.
473
474         * nnml.el (nnml-open-nov): Don't return dead buffers.
475
476         * auth-source.el (auth-source-create): Query the user for whether to
477         store the credentials.
478
479         * netrc.el (netrc-store-data): New function.
480
481         * auth-source.el (auth-source-user-or-password): Use the existing auth
482         sources, if any, for creation.
483
484         * gnus.el (gnus-group-fast-parameter): Return the last matching
485         parameter instead of the first matching parameter.
486
487 2010-09-26  Julien Danjou  <julien@danjou.info>
488
489         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
490
491 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * mml2015.el (mml2015-use): Remove gpg support.
494
495         * mml1991.el (mml1991-function-alist): Remove gpg function.
496         (mml1991-gpg-sign): Removed.
497
498 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
499
500         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
501         (gnus-browse-unsubscribe-current-group): Document it.
502         (gnus-browse-unsubscribe-group): Use it.
503
504 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
507         address to the To list for easier response.
508
509         * gnus.el (gnus-play-startup-jingle): Removed.
510         (gnus-splash): Don't play jingle.
511         (gnus): Silence gnus-load message.
512
513         * gnus-art.el (gnus-treat-play-sounds): Removed.
514
515         * gnus.el (gnus-play-jingle): Remove audio support.
516
517         * gnus-cus.el (gnus-score-customize): Remove audio reference.
518
519         * earcon.el: Removed -- no users.
520
521         * gnus-audio.el: Removed -- no users of this package.
522
523         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
524
525         * gnus-start.el (gnus-setup-news): Remove nocem support.
526
527         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
528
529         * gnus.el (gnus-use-nocem): Removed.
530
531         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
532         Removed.
533
534         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
535         uses NoCeM any more.
536
537         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
538         (gnus-button-ctan-handler): Ditto.
539         (gnus-button-handle-ctan-bogus-regexp): Ditto.
540         (gnus-button-ctan-directory-regexp): Ditto.
541         (gnus-button-handle-ctan): Ditto.
542         (gnus-button-tex-level): Ditto.
543         (gnus-button-alist): Removed CTAN stuff.
544
545 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
548         nnimap-streaming test.
549
550         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
551         servers twice.
552
553         * nnimap.el (nnimap-open-connection): Add more error reporting when
554         nnimap fails early.
555
556         * nnheader.el (nnheader-get-report-string): New function.
557         (nnheader-get-report): Use it.
558
559         * gnus-int.el (gnus-check-server): Say what the error was when opening
560         failed.
561
562         * nnimap.el (nnimap-wait-for-response): Search further when we're not
563         using streaming.
564
565 2010-09-25  Julien Danjou  <julien@danjou.info>
566
567         * gnus-html.el (gnus-html-rescale-image): Use our defalias
568         gnus-window-inside-pixel-edges.
569
570 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
573
574         * mm-decode.el (mm-save-part): Allow saving to other directories the
575         normal Emacs way.
576
577         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
578         by Jay Berkenbilt.
579
580         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
581         there isn't a single byte.
582
583         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
584         just do it.  It doesn't really seem to matter what the user responds
585         here, I think, so it's just a confusing question.
586
587         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
588         non-streaming case.
589
590         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
591         (gnus-article-encrypt-body): Use it.
592
593         * gnus-sum.el (gnus-summary-show-complete-article): New command and
594         keystroke.
595
596         * nnimap.el (nnimap-find-wanted-parts-1): Use
597         gnus-fetch-partial-articles.
598
599         * gnus-art.el (gnus-fetch-partial-articles): New variable.
600
601         * nnimap.el (nnimap-insert-partial-structure): New function.
602         (nnimap-get-partial-article): New function.
603         (nnimap-request-article): Use it.
604         (nnimap-wait-for-response): Return whether the wait was successful.
605         (nnimap-finish-retrieve-group-infos): Don't do anything if the
606         retrieval wasn't successful.
607         (nnimap-retrieve-group-data-early): Allow throttling servers.
608         (nnimap-streaming): New variable.
609         (nnimap-fetch-partial-articles): Removed.
610
611         * mm-decode.el (mm-with-part): Protect against killed buffers.
612
613         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
614         for prettier summary display.
615
616 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
617
618         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
619         directly.
620
621 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
624         apparently third-party libraries depend on it.
625
626         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
627         before starting negotiation.
628
629         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
630         privacy reasons.
631         (gnus-treat-mail-gravatar): Ditto.
632
633         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
634         buffer when inserting images.  Inserting text into the headers, for
635         instance, can make them invalid.
636
637 2010-09-25  Julien Danjou  <julien@danjou.info>
638
639         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
640         variables.
641
642         * nnheader.el: Remove useless variables news-reply-yank-from and
643         news-reply-yank-message-id.
644
645         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
646         variables.
647
648         * mml1991.el: Remove useless mml1991-verbose.
649
650         * gnus.el: Remove useless variable gnus-use-generic-from.
651         Remove obsolete variable gnus-topic-indentation.
652
653         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
654
655         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
656
657         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
658
659         * gnus-group.el: Remove useless gnus-group-icon-cache.
660         Remove useless gnus-ephemeral-group-server.
661
662         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
663
664         * mml2015.el: Remove useless mml2015-verbose.
665
666         * mml-smime.el: Remove useless mml-smime-verbose.
667
668         * gnus.el: Remove useless gnus-local-domain.
669
670         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
671         gnus-gravatar-size.
672
673         * gnus-art.el: Remove useless gnus-treat-translate.
674
675 2010-09-24  Julien Danjou  <julien@danjou.info>
676
677         * gnus-sum.el: Add support for Gravatars.
678
679         * gnus-art.el: Add support for Gravatars.
680
681         * gnus-gravatar.el: Add this file.
682
683         * gravatar.el: Add this file.
684
685 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
688
689         * gnus-group.el (gnus-group-fetch-faq): Removed.
690
691         * gnus.el (gnus-group-faq-directory): Removed.
692
693         * gnus-group.el (gnus-group-fetch-charter): Removed.
694
695         * gnus.el (gnus-group-charter-alist): Removed.
696
697         * gnus-group.el (gnus-group-archive-directory): Removed.
698         (gnus-group-recent-archive-directory): Ditto.
699         (gnus-group-make-archive-group): Removed.
700
701         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
702
703         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
704         use the same article number for all the cached articles.
705
706         * nnimap.el (nnimap-command): Register the last command time so
707         that we can use it for idling NOOPs.
708         (nnimap-open-connection): Start the keeplive timer.
709         (nnimap-make-process-buffer): Store all the process buffers.
710         (nnimap-keepalive): New function.
711
712         * starttls.el: (starttls-open-stream): Add autoload cookie.
713
714 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
715
716         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
717         handling.
718
719 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
722         its data structures.
723
724         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
725         instead of the cl.el copy-list.
726         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
727         equalp.
728
729 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
732         and tool-bar-local-item-from-menu.
733
734         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
735         mode-line-highlight face for Emacs.
736
737         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
738         loading gnus-sum.elc; fix comment for canlock-verify.
739         (gnus-article-jump-to-part): Use read-number.
740         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
741         Emacs pre-21 compatible code for help-echo.
742         (gnus-article-next-page-1): No need to adjust the number of lines.
743         (gnus-article-describe-bindings): Always use help-buffer.
744
745         * gnus-audio.el (gnus-audio-inline-sound)
746         * gnus-cus.el (gnus-custom-mode)
747         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
748
749         * gnus-sum.el (gnus-remove-overlays): Doc fix.
750
751         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
752         compatible code.
753
754 2010-09-24  Glenn Morris  <rgm@gnu.org>
755
756         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
757         visiting the fcc file in rmail-mode.
758
759         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
760
761 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * nnir.el: Silence the byte compiler.
764
765         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
766         alias to browse-url-url-encode-chars if any.
767         (gnus-html-encode-url): Use it.
768
769 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus-start.el (gnus-use-backend-marks): New variable.
772         (gnus-get-unread-articles-in-group): Use it.
773
774         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
775         makeover.
776
777 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
778
779         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
780
781 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
784         Removed.
785         (gnus-setup-news-hook): Removed
786         gnus-fixup-nnimap-unread-after-getting-new-news.
787
788         * gnus-int.el (gnus-request-update-info): Protect against backends not
789         having the function.
790
791         * nnimap.el (nnimap-stream): Mention starttls.
792         (nnimap-open-connection): Add starttls support.
793
794 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
795
796         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
797
798 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
801         BODYSTRUCTUREs.
802         (nnimap-transform-headers): Unfold quoted {42} headers.
803
804         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
805         the info.
806         (gnus-get-unread-articles): Only call updatep on backends that support
807         it.
808
809         * nnweb.el (nnweb-request-update-info): NOOP.
810
811         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
812
813         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
814         since it only deals with marks.
815
816         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
817         gnus-request-marks, and make a new gnus-request-update-info.
818
819         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
820         the active instead of the high number, which is usually too low.
821
822 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
823
824         * netrc.el (netrc-parse): Remove encrypt.el mentions.
825         * encrypt.el: Removed.
826
827 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
830         server in symbolic form.
831
832         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
833         0.9.
834
835 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
838         (nnimap-update-info): Fix up code slightly.
839
840         * gnus-int.el (gnus-open-server): Add tracing for performance
841         debugging.
842
843         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
844         (gnus-group-insert-group-line): Pass the real group name so that it
845         gets the right data.
846
847         * gnus-start.el (gnus-get-unread-articles): Don't have
848         `gnus-get-unread-articles-in-group' update info, since that can be
849         really slow and doesn't seem to be needed?
850
851 2010-09-22  Dan Christensen  <jdc@uwo.ca>
852
853         * time-date.el (date-to-time): Try using parse-time-string first before
854         using the slower timezone-make-date-arpa-standard.
855
856 2010-09-22  Julien Danjou  <julien@danjou.info>
857
858         * gnus-group.el (gnus-group-insert-group-line): Call
859         gnus-group-highlight-line.
860         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
861         default hook list.
862         (gnus-group-update-eval-form): Add new function.
863         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
864         (gnus-group-get-icon): Use gnus-group-update-eval-form.
865
866 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
869         immediate, then expire all articles.
870         (nnimap-update-info): Fix off-by-one errors.
871         (nnimap-flags-to-marks): Would return no marks lists for group with no
872         flags.  Instead return the other data.
873
874 2010-09-22  Julien Danjou  <julien@danjou.info>
875
876         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
877         Only return an icon.
878         (gnus-group-insert-group-line): Compute icon to return.
879
880         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
881         variable.
882         (gnus-html-image-fetched): Only cache if
883         gnus-html-image-automatic-caching is set.
884         (gnus-html-image-fetched): Check for errors.
885
886 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
889         once per method on `g'.  This ensures that backends like nnfolder don't
890         open all their folders.
891
892         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
893         (nnimap-request-list): Nix out group in the correct buffer.
894         (nnimap-parse-flags): Implement by using `read' instead of
895         hand-parsing.
896         (nnimap-flags-to-marks): Pass on permanent-flags.
897         (nnimap-make-process-buffer): Record the server name.
898         (nnimap-parse-flags): Fix typo.
899         (nnimap-request-scan): Run split on the server in general, not just a
900         single group.
901
902         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
903         parameter, and propagate this downwards.
904
905         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
906         since EXAMINE changes it on the server.
907
908         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
909         this command might take a while.
910
911 2010-09-22  Julien Danjou  <julien@danjou.info>
912
913         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
914         harmful if you have 2 images side-by-side, they can't be properly
915         update on text deletion.  Using text-property is safer here.
916         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
917         data.
918
919 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * nnimap.el (nnimap-expunge-inbox): Removed.
922         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
923         (nnimap-expunge): Flip default to t.
924
925         * gnus.el (gnus-method-to-server): Don't push things to the cache
926         unless it's unique.
927         (gnus-server-to-method): Ditto.
928
929 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
930
931         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
932
933 2010-09-22  Julien Danjou  <julien@danjou.info>
934
935         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
936         get the start of data.
937         (gnus-html-encode-url): Add this function to encode special chars in
938         URL.
939         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
940         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
941
942         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
943         default.
944         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
945
946         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
947         images alt-text.
948         (gnus-html-put-image): Put alt-text as help-echo.
949
950 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
953         * mm-util.el (mm-decompress-buffer)
954         * nnir.el (nnir-run-find-grep)
955         * pop3.el (pop3-list): Use 3rd arg of split-string.
956
957         * time-date.el (format-seconds): Comment fix.
958
959         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
960         and byte-optimize-form-code-walker.
961         (dgnushack-make-auto-load): Don't advise make-autoload.
962
963         * lpath.el: Remove Emacs 21 stuff.
964
965 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
968         outside the active range.  Suggested by Dan Christensen.
969
970         * gnus-start.el (gnus-get-unread-articles): Get the extended method
971         slightly later to avoid double-getting it.
972
973         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
974         previous patch.
975
976         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
977
978 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
979
980         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
981
982 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-int.el (gnus-open-server): Give a better error message in the
985         "go offline" case.
986
987         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
988         marks for nnimap, which is seldom the right thing to do.
989
990         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
991         (gnus-same-method-different-name): New function.
992
993         * nnimap.el (parse-time): Require.
994
995         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
996         method in the presence of many similar methods.
997
998         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
999
1000         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1001         nnml-inhibit-expiry.
1002
1003         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1004         find out whether methods are equal.
1005
1006         * nnimap.el (nnimap-find-expired-articles): New function.
1007         (nnimap-process-expiry-targets): New function.
1008         (nnimap-request-move-article): Request the article before looking at
1009         what the Message-ID is.  Fix found by Andrew Cohen.
1010         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1011
1012         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1013         for oldness in addition to being a predicate.
1014
1015         * nnimap.el (nnimap-request-group): When we have zero articles, return
1016         the right data to Gnus.
1017         (nnimap-request-expire-articles): Only delete articles immediately if
1018         the target is 'delete.
1019
1020         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1021         method, this would bug out.
1022
1023         * gnus-group.el (gnus-group-expunge-group): Renamed from
1024         gnus-group-nnimap-expunge, and implemented as a normal interface
1025         function.
1026
1027         * gnus-int.el (gnus-request-expunge-group): New function.
1028
1029         * nnimap.el (nnimap-request-create-group): Implement.
1030         (nnimap-request-expunge-group): New function.
1031
1032 2010-09-21  Julien Danjou  <julien@danjou.info>
1033
1034         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1035         (gnus-html-cache-expired): Add new function.
1036         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1037         wethever we should display image for fetch it.
1038         Compute alt-text earlier to pass it to the fetching function too.
1039         (gnus-html-schedule-image-fetching): Change function argument to only
1040         get one image at a time, not a list.
1041         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1042         cache.
1043         (gnus-html-get-image-data): New function to retrieve image data from
1044         cache.
1045         (gnus-html-put-image): Change buffer argument to use image data rather
1046         than file, and place image above region rather than inserting a new
1047         one. Do not take alt-text as argument, since it's useless now: we place
1048         the image above alt-text.
1049         (gnus-html-prune-cache): Remove.
1050         (gnus-html-show-images): Start to fetch image when we find one, do not
1051         push into a temporary list.
1052         (gnus-html-prefetch-images): Only fetch image if they have expired.
1053         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1054         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1055
1056 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1059
1060 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1063         spec inser "*" if the group isn't active instead of 0.
1064
1065         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1066         opening the server.
1067         (nnimap-request-delete-group): Implement group deletion.
1068         (nnimap-transform-headers): Return the size of the entire message in
1069         the Bytes header, not just the size of the first part.
1070         (nnimap-request-move-article): When moving an article from nnimap,
1071         request the article first so the accepting form has an article to
1072         accept.  Reported by Dan Christensen.
1073         (nnimap-command): Make sure that the error message doesn't error out.
1074
1075 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1076
1077         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1078         we haven't requested anything.
1079
1080 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1083         "".  Fix found by Andrew Cohen.
1084
1085         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1086         instead of -encode-string.
1087
1088 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1091
1092         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1093         by mm-subst-char-in-string.
1094
1095 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1098         waiting for the connection string.
1099
1100         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1101         arriving.
1102
1103         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1104         bogus characters.  This allows selecting certain Gmail groups.
1105
1106         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1107         (nnimap-fetch-partial-articles): New variable.
1108         (nnimap-open-connection): When looking for credentials, also use the
1109         nnimap-server-port.
1110         (nnimap-request-article): Return the group/article number, so that Gnus
1111         `^' works as expected.
1112         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1113         them.
1114
1115         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1116         comments.
1117         (gnus-methods-sloppily-equal): New function.
1118         (gnus): When using the development version of Gnus, load the gnus-load
1119         file.
1120
1121         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1122         `gnus-open-server' on each method before trying to scan them etc.  This
1123         ensures that all the backend parameters are set correctly.
1124
1125         * nnimap.el (nnimap-authenticator): New variable.
1126         (nnimap-open-connection): Allow anonymous login.
1127         (nnimap-transform-headers): The chars header is called Chars not
1128         Bytes.
1129         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1130         drops.
1131
1132         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1133         patch, found by Knut Anders Hatlen.
1134
1135 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1136
1137         * gnus-agent.el (gnus-agent-batch-confirmation)
1138         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1139         to gnus-message.
1140         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1141         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1142         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1143         * gnus-int.el (gnus-open-server): Likewise.
1144         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1145         (gnus-score-check-syntax): Likewise.
1146         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1147         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1148         Likewise.
1149         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1150
1151 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1154         calling conventions so that prefetch doesn't bug out.
1155
1156 2010-09-19  Julien Danjou  <julien@danjou.info>
1157
1158         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1159         rather than `subst-char-in-region' in order to be able to replace ASCII
1160         char by UTF-8 ones.
1161
1162         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1163         than curl.
1164         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1165         the right URL and ALT text on images.
1166         (gnus-html-wash-tags): Fix tag case.
1167         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1168         (gnus-article-html): Add -o display_ins_del=2 option.
1169         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1170
1171 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1174         the extra mail headers, which sometimes seem to happen for unknown
1175         reasons.
1176
1177         * mail-parse.el (mail-header-encode-parameter): Define as
1178         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1179         (or most, perhaps?) mail readers don't understand the latter, but do
1180         understand the former.
1181
1182         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1183         to nil, so that no methods are automatically agentized.  I think this
1184         is probably what most users want.
1185
1186         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1187         from url-retrieve, for instance about invalid URLs.
1188
1189         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1190         groups that have no articles.
1191         (nnimap-request-article): Check that we really got an article when we
1192         requested one.
1193
1194         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1195         doesn't exist.
1196
1197         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1198         nntp buffer so the agent can save it.
1199         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1200         that CRLF doesn't get translated to \n.
1201         (nnimap-open-connection): Don't make 'shell commands only send \n.
1202
1203 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1204
1205         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1206         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1207         Update var name.
1208         (nnml-generate-nov-file): Use dolist.
1209         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1210         Use with-current-buffer.
1211
1212 2010-09-18  Julien Danjou  <julien@danjou.info>
1213
1214         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1215         parallel.
1216
1217 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1220         the range update right.
1221         (nnimap-request-group): Don't make `M-g' bug out on group with no
1222         marks.
1223         (nnoo): Required, so that other packages can require nnimap.
1224         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1225         command we're looking for.  This helps when the server sends more
1226         responses after we've gotten everything we expected.
1227         (nnimap): Add a `newlinep' field to keep track of end-of-line
1228         conventions.
1229         Don't send CRLF to things that don't want it.
1230         (nnimap-request-accept-article): Ditto.
1231
1232 2010-09-18  Julien Danjou  <julien@danjou.info>
1233
1234         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1235         than curl to retrieve images.
1236
1237 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1240         the marks.
1241         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1242         (nnimap-wait-for-connection): New function.
1243         (nnimap-open-connection): If we have PREAUTH, don't query for login
1244         credentials.
1245         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1246         when doing a partial update.
1247
1248 2010-09-18  Julien Danjou  <julien@danjou.info>
1249
1250         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1251         tags.
1252
1253 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * nnimap.el (nnimap-credentials): New function.
1256         (nnimap-open-connection): Use the new function to look for credentials
1257         also on the numeric equivalents of "imap" and "imaps".
1258
1259         * gnus-start.el (gnus-activate-group): Send the info to
1260         gnus-request-group.
1261
1262         * nnimap.el (nnimap-request-group): Have the "check" version of the
1263         function parse flags and update the info, so that a `M-g' get a total
1264         resync of all flags from the group.
1265
1266         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1267         to allow backends to alter the info on group selection.  Also alter all
1268         the backend -request-group functions to take the parameter.
1269
1270         * nnimap.el (nnimap-store-info): New function.
1271         (nnimap-update-info): Store the info for later usage.
1272         (nnimap-request-group): Use the stored info for the dont-check case, so
1273         that we don't retrieve all marks when we enter a group.
1274
1275         * nnimap.el: Use deffoo instead of defun for interface functions.
1276
1277         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1278         update the group info.  This makes the nndraft groups, for instance, go
1279         back to their old behaviour.
1280
1281         * gnus-sum.el (gnus-select-newsgroup): Indent.
1282
1283         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1284         in.
1285         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1286         nothing.
1287
1288         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1289         from methods that are denied.
1290
1291         * gnus-int.el (gnus-method-denied-p): New function.
1292
1293         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1294         store the password instead of netrc.
1295         (nnimap-open-connection): Don't error out when we can't make a
1296         connections.
1297
1298         * auth-source.el (auth-source-create): In the password prompt, say what
1299         we're querying for.  Also prompt for user name if that hasn't been
1300         given.
1301
1302         * nnimap.el (nnimap-with-process-buffer): Removed.
1303
1304 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1307         method when we're reading from the agent.
1308
1309         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1310
1311         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1312         that's probably most useful for users.
1313
1314         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1315         "failed" all the time.
1316
1317         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1318         ...)) with (with-current-buffer ... ).
1319
1320         * nntp.el (nntp-open-server): Return whether the open was successful or
1321         not.
1322
1323         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1324         select an unread unseen article first.
1325
1326         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1327         /etc/services, supply some sensible port defaults.
1328
1329         * dgnushack.el: Define netrc-credentials.
1330
1331 2010-09-17  Julien Danjou  <julien@danjou.info>
1332
1333         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1334
1335 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1336
1337         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1338         doesn't have any parameters.
1339
1340 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1343         only upcased checks.
1344
1345         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1346
1347         * nnimap.el (nnimap-open-shell-stream): New function.
1348         (nnimap-open-connection): Use it.
1349         (nnimap-transform-headers): Get the number of lines in each message.
1350         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1351         number of lines.
1352         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1353         problem.
1354
1355         * utf7.el (utf7-encode): Autoload.
1356
1357         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1358         to allow the mail splitting to not return a default group.  This is
1359         useful for nnimap, which will leave unmatched mail in the inbox.
1360
1361         * nnimap.el: Rewritten.
1362
1363         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1364         nnimap usage.
1365
1366         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1367         if the move is internal, so that nnimap can do fast internal moves.
1368
1369         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1370         data.
1371         (gnus-read-active-for-groups): Support finishing the early retrieval of
1372         data.
1373
1374         * gnus-range.el (gnus-range-nconcat): New function.
1375
1376         * gnus-int.el (gnus-finish-retrieve-group-infos)
1377         (gnus-retrieve-group-data-early): New functions.
1378
1379 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1380
1381         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1382         (nnrss-retrieve-groups):
1383         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1384         (pop3-quit): Use with-current-buffer.
1385
1386 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1389         instead of nnheader-accept-process-output.
1390
1391         * dgnushack.el (dgnushack-compile): Add comment.
1392
1393         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1394
1395         * gnus-html.el (gnus-html-schedule-image-fetching)
1396         (gnus-html-prefetch-images): Replace process-kill-without-query by
1397         gnus-set-process-query-on-exit-flag.
1398
1399 2010-09-16  Romain Francoise  <romain@orebokech.com>
1400
1401         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1402
1403 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1406         parameter to unintern is mandatory-ish in Emacs 24.
1407
1408         * gnus-html.el (gnus-html-schedule-image-fetching)
1409         (gnus-html-prefetch-images): Check for curl before using it.
1410
1411         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1412         depend on curl, which isn't essential.
1413
1414         * imap.el: Revert back to version
1415         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1416         seem problematic.
1417
1418 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1419
1420         * gnus-registry.el (gnus-registry-install-shortcuts):
1421         Explicitly pass `obarray' to `unintern' to avoid a warning.
1422
1423 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1426         change.
1427
1428         * nnrss.el (nnrss-request-list): Removed this function and related
1429         functions, including the moreover stuff.
1430
1431 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * nnrss.el (nnrss-retrieve-groups): New function.
1434
1435 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1436
1437         * .dir-locals.el: Add no-byte-compile cookie.
1438
1439 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * time-date.el (format-seconds): Comment fix.
1442
1443         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1444         for back end that doesn't support request-scan.
1445
1446 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1449         then do request scans from the backends.
1450
1451         * netrc.el (netrc-credentials): New conveniency function.
1452
1453         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1454         avoid running a hook per line, since this takes a lot of time,
1455         profiling shows.
1456         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1457         directly if gnus-visual-p is true.
1458
1459 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1462         groups; replace mapcar with dolist which is a bit faster; pass groups
1463         info to gnus-read-active-file-1.
1464         (gnus-read-active-file-1): Scan only specified groups if the new
1465         optional arg `infos' is given.
1466
1467 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1470
1471         * pop3.el (pop3-movemail): Removed.
1472         (pop3-streaming-movemail): Renamed to pop3-movemail.
1473
1474         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1475         don't restrict end-tag searches to the end of the line.
1476
1477 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1480         articles of every unchecked group to t, which means unknown since the
1481         server has never been opened.
1482
1483 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * gnus-html.el (gnus-html-show-alt-text): New command.
1486         (gnus-html-browse-image): Ditto.
1487         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1488         to browse the image directly.
1489         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1490         better.
1491
1492         * gnus-async.el (gnus-async-article-callback): Call
1493         `gnus-html-prefetch-images' unconditionally.
1494
1495         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1496         before feeding URLs to curl.
1497
1498 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1501         internal images as deletable by `W D D'.
1502
1503         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1504         (gnus-async-article-callback): Fix typo.
1505
1506 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1509         current line to work around bugs in the output from w3m.
1510
1511         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1512         for groups that want that.
1513
1514         * nntp.el (nntp-wait-for-string): Supply a timeout for
1515         accept-process-output to ensure progress.
1516
1517         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1518         level to get unread articles from, then use that for foreign groups,
1519         too.
1520
1521         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1522         confuses the rest of the function.
1523
1524         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1525         for the methods that support -retrieve-groups, too.
1526
1527         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1528
1529 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1530
1531         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1532         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1533
1534         * pop3.el: Require cl when compiling.
1535         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1536
1537 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1540         that aren't going to be activated.
1541         (gnus-get-unread-articles): Fix up the last commit.
1542
1543         * gnus-html.el (gnus-article-html): Allow calling without specifying
1544         the handle.  In that case, dissect the buffer first.
1545
1546         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1547
1548         * nnimap.el (nnimap-open-connection): Revert the change that would look
1549         into authinfo for imaps instead of imap.
1550
1551         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1552         say that you don't want to call gnus-request-group with don-check, but
1553         do check the reponse.  This is for virtual groups only.
1554         (gnus-get-unread-articles): Count the archive groups as secondary, so
1555         that they're activated the same way as before.
1556
1557         * imap.el (imap-message-map): Removed optional buffer parameter, since
1558         no callers use it.
1559         (imap-message-get): Ditto.
1560         (imap-message-put): Ditto.
1561         (imap-mailbox-map): Ditto.
1562         (imap-mailbox-put): Ditto.
1563         (imap-mailbox-get): Ditto.
1564         (imap-mailbox-get): Revert last change for this function.
1565
1566         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1567         case-insensitively.
1568         (nnimap-debug): Removed.
1569
1570         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1571         to use `imap-fetch' instead.  According to the comments, this should be
1572         safe, since all other IMAP clients use the 1:* syntax.
1573         (imap-enable-exchange-bug-workaround): Removed.
1574         (imap-debug): Removed -- doesn't seem very useful.
1575
1576         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1577         mail from a file, and the file doesn't exist.
1578
1579         * imap.el (imap-log): New convenience function used throughout instead
1580         of repeating the same code all over the place.
1581
1582         * pop3.el (pop3-streaming-movemail): Return t for success.
1583
1584         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1585         .authinfo if we're using ssl connection.
1586
1587         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1588         already have if we're in a main Gnus `g' run.
1589
1590         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1591
1592 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1595
1596         * nnmh.el (nnmh-request-list-1): Bind `file'.
1597
1598         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1599         alias to set-process-query-on-exit-flag or process-kill-without-query.
1600         (pop3-open-server): Use it.
1601
1602 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1605         box to the Incoming file.  Fixes mistake in previous checkin.
1606
1607         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1608         request loop (for debugging purposes) removed.
1609
1610         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1611         culprit is more visible.
1612         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1613         (nnml-add-incremental-nov): New functions to do "incremental" nov
1614         updates, where we just append to the end of the existing nov files
1615         without reading/writing them in full.
1616
1617         * mail-source.el (mail-source-delete-crash-box): Really only check the
1618         incoming files once in a while.
1619
1620         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1621
1622         * mail-source.el (mail-source-delete-crash-box): Only check the
1623         incoming files for deletion once per day to save a lot of file
1624         accesses.
1625
1626         * pop3.el (pop3-logon): Fix up unbound variable typo.
1627
1628         * mail-source.el (pop3-streaming-movemail): Autoload.
1629
1630         * pop3.el (pop3-streaming-movemail): Respect
1631         pop3-leave-mail-on-server.
1632
1633         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1634         retrieval.
1635
1636         * pop3.el (pop3-process-filter): Removed unused function.
1637         (pop3-streaming-movemail, pop3-send-streaming-command)
1638         (pop3-wait-for-messages, pop3-write-to-file)
1639         (pop3-number-of-responses): New functions for streaming pop3
1640         retrieval.
1641
1642         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1643         come from no known methods.
1644         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1645         list.
1646
1647         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1648         message sizes.
1649         (pop3-movemail): Use erase-buffer instead of looping and deleting
1650         regions, which seems rather odd.
1651
1652         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1653         file once per `g' run.
1654
1655         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1656         directories.  This makes the draft queue directory work.
1657
1658         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1659         data from the backends, so that we only request the list of groups from
1660         each method once.  This should speed things up considerably.
1661
1662         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1663         detect that it's not implemented.
1664
1665         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1666         we actually do recurse down into the tree, but don't stat all leaf
1667         nodes.
1668
1669         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1670         then say so instead of bugging out.
1671
1672         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1673         files exist before trying to read them.
1674
1675         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1676         around <pre_int>.
1677
1678         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1679
1680         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1681
1682 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * mm-util.el (mm-image-load-path): Just return the image directories,
1685         not all directories in the path in addition to the image directories.
1686         (mm-image-load-path): Maintain a cache of the image directories so that
1687         the `g' command in Gnus doesn't have to stat dozens of directories each
1688         time.
1689
1690         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1691         (gnus-html-wash-tags): Add a new `i' command to insert images.
1692         (gnus-html-insert-image): New command and keystroke.
1693         (gnus-html-redisplay-with-images): New command and keystroke.
1694         (gnus-html-show-images): Renamed command.
1695         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1696         spacers.
1697         (gnus-html-wash-tags): Decode entities at the end, so that entities
1698         inside the tags don't mess up the rest of the "parsing".
1699
1700         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1701         so that nnimap methods aren't agentized by default.  There's apparently
1702         many problems related to agent/imap behaviour.
1703
1704         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1705
1706         * gnus-html.el: Doc fix.
1707
1708 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1711         specifier-spec-list for Emacs 21.
1712
1713         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1714         glyph-width and glyph-height instead of display-graphic-p and
1715         image-size; make avoidance of displaying small images work for XEmacs.
1716
1717         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1718         for XEmacs.
1719
1720         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1721         of symbol that holds plist data.
1722         (gnus-process-plist): Remove plist of process after getting it.
1723
1724 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * message.el (message-generate-hashcash): Change default to
1727         'opportunistic if hashcash is installed.
1728
1729         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1730         (gnus-html-put-image): Only call image-size once, since it's somewhat
1731         time-consuming on remote X servers.
1732
1733 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1736         type on data, not a file name.
1737
1738         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1739         window-pixel-edges for Emacs 21.
1740
1741         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1742         decoded contents.
1743         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1744
1745 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1748         group line format, since it isn't very interesting.
1749
1750         * gnus-agent.el (gnus-agent-short-article),
1751         (gnus-agent-long-article): Increase values for these two variables,
1752         since most people are likely to have more network connection and
1753         storage than before.
1754
1755         * gnus.el (gnus-refer-article-method): Change default to 'current.
1756         When referring an article, the common behaviour is to refer it from the
1757         current select method, not the native select method.  The chances of
1758         the native select method having the message in question is rather slim
1759         these days.
1760
1761         * gnus-sum.el (gnus-auto-select-subject): Change default to
1762         `unseen-or-unread'.  I think it's likely that most people want to
1763         select an unseen article over a previously seen, but unread one.
1764
1765         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1766         means that in the article buffer none of the minor mode elements will
1767         be shown, usually, and this is not desirable in most cases.
1768
1769         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1770         that commands like `d' (and the like) go to the next line in the
1771         buffer, instead of the next unread article.  I think this is the
1772         behaviour that is most natural for most users.
1773         (gnus-single-article-buffer): Change default to nil, so that people can
1774         have as many article buffers open as they have summary buffer.  I think
1775         this is the most natural way for the groups to behave.
1776
1777         * message.el (message-generate-new-buffers): Change default to
1778         `unsent', so that all new message buffers start their names with the
1779         string "*unsent", and it's easier to find the buffers if you move from
1780         them.
1781
1782 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1785         small.  They're probably tracking images.
1786         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1787         (gnus-html-rescale-image): Yet another try at getting the image sizing
1788         right.
1789
1790         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1791         nntp-marks-file-name is nil.
1792
1793 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1794
1795         * gnus-html.el (gnus-html-wash-tags)
1796         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1797         Better logging.
1798
1799 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1802
1803         * gnus-html.el (gnus-html-wash-tags): Check the value of
1804         gnus-blocked-images in the summary buffer.
1805
1806 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1809
1810 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1813         like "a", it seems like.
1814         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1815         since it needs to be picked from the correct buffer.
1816
1817         * nnwfm.el: Removed.
1818
1819         * nnlistserv.el: Removed.
1820
1821 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1822
1823         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1824         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1825
1826 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * nnkiboze.el: Removed.
1829
1830         * nndb.el: Removed.
1831
1832         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1833         alt text.
1834         (gnus-html-rescale-image): Try to get the rescaling logic right for
1835         images that are just wide and not tall.
1836
1837         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1838         overshadow variable bindings.
1839
1840 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1841
1842         * gnus-html.el (gnus-html-wash-tags)
1843         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1844         extra logging.
1845
1846 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1849         (gnus-max-image-proportion): New variable.
1850         (gnus-html-rescale-image): New function.
1851         (gnus-html-put-image): Rescale images.
1852
1853 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1854
1855         Fix up some byte-compiler warnings.
1856         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1857         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1858         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1859         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1860         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1861         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1862         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1863
1864 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * gnus-html.el (gnus-article-html): Decode contents by charset.
1867
1868 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1871         (gnus-html-frame-width, gnus-blocked-images)
1872         * message.el (message-prune-recipient-rules): Add custom version.
1873         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1874
1875         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1876         functions.
1877
1878         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1879         gnus-process-get.
1880
1881 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1882
1883         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1884         instead of lsub directly.
1885
1886 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * nnwarchive.el: Removed.
1889
1890         * gnus-soup.el: Removed.
1891
1892         * nnsoup.el: Removed.
1893
1894         * nnultimate.el: Removed.
1895
1896         * gnus-html.el (gnus-blocked-images): New variable.
1897
1898         * message.el (message-prune-recipients): New function.
1899         (message-prune-recipient-rules): New variable.
1900
1901         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1902         guess whether a long line is natural text or not.
1903
1904         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1905         gnus-process-plist and friends for compatibility.
1906
1907 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1908
1909         * gnus-html.el: Require packages that define macros used in this file.
1910         (gnus-article-mouse-face): Declare to silence byte-compiler.
1911         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1912         process-get.
1913         (gnus-html-put-image): Use plist-get to avoid getf.
1914         (gnus-html-prefetch-images): Use with-current-buffer.
1915
1916 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * gnus-ems.el: Provide compatibility functions for
1919         gnus-set-process-plist.
1920
1921         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1922         header-line-format for XEmacs 21.4.
1923
1924         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1925         * gnus.el (gnus-valid-select-methods)
1926         * message.el (message-send-mail-partially-limit)
1927         * mm-decode.el (mm-text-html-renderer)
1928         * mml.el (mml-insert-mime-headers-always)
1929         * smiley.el (smiley-regexp-alist): Bump custom version.
1930
1931 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus-html.el: require mm-url.
1934         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1935         with the url to `url'.
1936         (gnus-html-wash-tags): Support cid: URLs/images.
1937
1938 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1941         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1942         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1943
1944         * gnus-move.el: Removed file, since it doesn't really work.
1945
1946         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1947         UTF-8.  This seems to fix problems with some German web feeds.
1948
1949         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1950         at the top so that the proper colours are applied.
1951
1952         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1953         don't have dots in their names.
1954
1955         * gnus-art.el (gnus-article-view-part): Doc fix.
1956
1957         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1958         XEmacs-compatible.
1959         (gnus-html-put-image): Don't do images on non-graphic displays.
1960
1961         * nnslashdot.el: Removed this unused backend.
1962
1963         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1964         actions.
1965         (gnus-undo-register-1): Revert last change.
1966
1967         * gnus-group.el (gnus-group-completing-read): Protect against not
1968         having completion-styles bound.
1969
1970         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1971         make broken recipients happier.
1972
1973         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1974
1975         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1976         point parameter.
1977
1978         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1979
1980         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1981         completion-styles for group selection.
1982
1983 2009-02-04  Andreas Schwab  <schwab@suse.de>
1984
1985         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1986         headers and regexp-quote the match if necessary.
1987
1988 2009-03-24  Miles Bader  <miles@gnu.org>
1989
1990         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1991         the blinking smiley.
1992
1993 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1994
1995         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1996         blink smiley.
1997
1998 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2001         where the dribbel file lives exists.
2002
2003         * message.el (message-send-mail-partially-limit): Change the default to
2004         nil, since most people don't want this.
2005
2006         * mm-url.el (mm-url-decode-entities): Also decode entities like
2007         &#x3212.
2008
2009 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2010
2011         * gnus-sum.el (gnus-summary-idna-message):
2012         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2013         Hyperlink urls in docstrings with URL `...'.
2014
2015 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2016
2017         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2018         functions.
2019
2020 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2023         say what the mouseover text should be.
2024
2025         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2026         version of the mm-w3m-safe-url-regexp variable to only download images
2027         in the groups where we want that to happen.
2028
2029         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2030
2031         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2032         easier debugging.
2033         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2034         big pictures in the article buffer.
2035
2036         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2037         gnus-article-html.
2038         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2039         w3m.
2040
2041         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2042
2043 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2046         which doesn't exist.
2047
2048         * message.el (message-inhibit-ecomplete): New variable to allow some
2049         function to inhibit ecomplete address storage.
2050         (message-resend): Disable ecomplete message storage when resending
2051         messages.
2052
2053         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2054
2055 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2058         Save excursion while copying, moving, and deleting articles in order to
2059         prevent the cursor from jumping to unforeseen place.
2060
2061 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * lpath.el: No need to bind bookmark-current-buffer,
2064         bookmark-yank-point and bookmark-make-record-function.
2065
2066 2010-08-17  Glenn Morris  <rgm@gnu.org>
2067
2068         * gnus-sync.el: Require gnus components whose functions are used.
2069
2070         * gnus-art.el (bookmark-make-record-function):
2071         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2072         Declare for compiler.
2073
2074         * mm-url.el (mml-compute-boundary): Autoload.
2075
2076 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2079
2080 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2081
2082         Typo fix "hoo4a" -> "hook".
2083
2084         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2085
2086 2010-08-14  Glenn Morris  <rgm@gnu.org>
2087
2088         * gnus-sync.el (gnus-sync): Fix defgroup version.
2089
2090 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2093
2094         * gnus-sync.el: Fix docs.
2095         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2096         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2097
2098 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2099
2100         Optimizations for gnus-sync.el.
2101
2102         * gnus-sync.el: Add docs about gnus-sync-backend
2103         possibilities.
2104         (gnus-sync-save): Remove unnecessary message.
2105         (gnus-sync-read): Optimize and show what groups were skipped.
2106
2107 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2108
2109         Minor bug fixes for gnus-sync.el.
2110
2111         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2112         read the sync on get-new-news.
2113
2114         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2115         quiet.
2116
2117         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2118
2119 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2120
2121         Make saving and restoring of hidden threads work with overlays.
2122         Patch applied by Ted Zlatanov.
2123
2124         * gnus-sum.el (gnus-hidden-threads-configuration)
2125         (gnus-restore-hidden-threads-configuration): Update to deal with text
2126         properties, rather than searching for a magic character.
2127
2128 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2129
2130         New gnus-sync.el library for synchronization of marks.
2131
2132         * gnus-sync.el: New library for synchronization of marks.
2133
2134         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2135         renamed from `gnus-registry-grep-in-list'.
2136
2137         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2138
2139         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2140
2141 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2144         determining charset of text fails.
2145
2146 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * nnmail.el (nnmail-get-new-mail-1): Revert.
2149
2150         * nnml.el (nnml-active-number): Make sure names of newly created groups
2151         in nnml-group-alist are encoded.
2152
2153 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2156         containing non-ASCII characters in active file for nnml back end.
2157
2158 2010-07-24  David Engster  <dengste@eml.cc>
2159
2160         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2161         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2162
2163 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2164
2165         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2166         tag (Bug#6654).
2167
2168 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2171         the article buffer, not the summary buffer.
2172
2173 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2176         Emacs 23 as well.
2177
2178 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2181         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2182
2183 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2184
2185         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2186         Patch applied by Karl Fogel.
2187
2188         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2189         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2190
2191 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2192
2193         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2194         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2195         C-w still not working correctly from Article buffers; Thierry's
2196         patch to fix that will be applied after this.
2197
2198         * gnus-art.el (bookmark-make-record-function): New local variable.
2199
2200         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2201         article buffer.
2202         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2203
2204 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2205
2206         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2207         on changes in bookmark.el.
2208
2209 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2212         `no-log' instead of message not to log prompt string.
2213
2214 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2215
2216         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2217         the *other* type of HTML form submission.
2218
2219 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2220
2221         * auth-source.el (auth-source-pick): If choice does not contain a
2222         questioned keyword, set the check to t.
2223
2224 2010-06-12  Romain Francoise  <romain@orebokech.com>
2225
2226         * gnus-util.el (gnus-date-get-time): Move up before first use.
2227
2228 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2231         (gnus-article-edit-part): Bind it to make last part that is substituted
2232         or deleted visible.
2233         (gnus-mime-display-single): Buttonize part of which id equals to
2234         gnus-mime-buttonized-part-id.
2235
2236 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2237
2238         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2239         (gnus-dd-mmm): Use gnus-date-get-time.
2240         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2241         simplify logic.
2242         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2243         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2244
2245 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2246
2247         * auth-source.el (top): Autoload `secrets-list-collections',
2248         `secrets-create-item', `secrets-delete-item'.
2249         (auth-sources): Fix tag string.
2250         (auth-get-source, auth-source-retrieve, auth-source-create)
2251         (auth-source-delete): New defuns.
2252         (auth-source-pick): Rewrite in order to avoid 2 passes.
2253         (auth-source-forget-user-or-password): New parameter USERNAME.
2254         (auth-source-user-or-password): New parameters CREATE-MISSING and
2255         DELETE-EXISTING.  Retrieve password interactively, if needed.
2256
2257 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2258
2259         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2260         deleting unused directories when gnus-expert-user is t.
2261
2262 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2265         for each temp file when gnus-article-browse-delete-temp is ask.
2266
2267 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2268
2269         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2270         Lisp calls to delete-backward-char by calls to delete-char.
2271
2272 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2273
2274         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2275
2276 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2277
2278         * password-cache.el (password-cache-remove): Fix docstring.
2279
2280 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2283         article unless decoding article to be saved.
2284
2285 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2288         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2289         generated within the mm-with-unibyte-current-buffer macro.
2290
2291 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2294         to nil when we're in a mml-preview buffer and no group is selected.
2295
2296 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2297
2298         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2299         when catching the `C-g'.  Reported by "Leo".
2300
2301 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * message.el (message-forward-make-body-plain)
2304         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2305         multibyte-string-p.
2306
2307         * lpath.el: Revert.
2308
2309 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * message.el (message-forward-make-body-mml): Assume original message
2312         is multibyte string; error on unibyte.
2313         (message-forward-make-body-plain): Ditto; don't add excessive newline
2314         in body end.
2315
2316         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2317
2318 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2319
2320         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2321         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2322
2323 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * mm-extern.el (mm-extern-url): Don't use
2326         mm-with-unibyte-current-buffer.
2327         (mm-extern-cache-contents): Use with-current-buffer instead of
2328         save-excursion + set-buffer.
2329
2330 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * mm-util.el (mm-emacs-mule): Remove.
2333
2334 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2335
2336         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2337         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2338         change.
2339
2340 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2343         bind the default value of enable-multibyte-characters to nil.
2344
2345 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * message.el (message-forward-make-body-plain)
2348         (message-forward-make-body-mml):
2349         Don't use mm-with-unibyte-current-buffer.
2350
2351 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2352
2353         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2354
2355 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2356
2357         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2358         (Bug#5592).
2359
2360 2010-05-07  Julien Danjou  <julien@danjou.info>
2361
2362         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2363         it to mm-pipe-part.
2364
2365         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2366         it is given.
2367
2368 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * binhex.el (binhex-decode-region-internal)
2371         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2372         (dns-query)
2373         * nnweb.el (nnweb-gmane-search)
2374         * pgg-parse.el (pgg-parse-armor)
2375         * pgg.el (pgg-verify-region)
2376         * sha1.el (sha1-string-external)
2377         * uudecode.el (uudecode-decode-region-internal)
2378         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2379         XEmacs.
2380
2381         * gnus-art.el (gnus-article-browse-html-parts)
2382         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2383         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2384         make-temp-file.
2385
2386         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2387         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2388         compiling.
2389
2390         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2391         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2392         XEmacs when compiling.
2393
2394         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2395         gnus-pick-mode-off-hook for XEmacs when compiling.
2396         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2397         gnus-binary-mode-off-hook for XEmacs when compiling.
2398
2399         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2400         nil if char-charset is not available.
2401
2402         * imap.el (imap-disable-multibyte)
2403         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2404         macros.
2405
2406         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2407         instead of encode-coding-string.
2408
2409         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2410         'xemacs) instead of mm-emacs-mule to switch function definitions.
2411         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2412
2413         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2414         bind temporary-file-directory for XEmacs;
2415         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2416         timer-set-function for XEmacs 21.4 and SXEmacs;
2417         bind timer-list for XEmacs 21.4 and SXEmacs;
2418         fbind char-charset and find-charset-region for non-Mule XEmacs;
2419         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2420         encode-coding-region and encode-coding-string for XEmacs having no
2421         file-coding feature.
2422
2423 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2424
2425         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2426
2427 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2430         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2431
2432 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2433
2434         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2435         alias `jka-compr-delete-temp-file' no longer exists.
2436
2437 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2438
2439         Use define-minor-mode in Gnus where applicable.
2440         * mml.el (mml-mode): Use define-minor-mode.
2441         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2442         (gnus-undo-mode): Use define-minor-mode.
2443         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2444         (gnus-dead-summary-mode): Use define-minor-mode.
2445         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2446         Initialize in declaration.
2447         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2448         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2449         (gnus-mailing-list-mode): Use define-minor-mode.
2450         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2451         (gnus-draft-mode): Use define-minor-mode.
2452         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2453         (gnus-dired-mode): Use define-minor-mode.
2454
2455 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2456
2457         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2458         handles on recursive mml-to-mime translation and check them for
2459         boundary delimiter collisions.  Reported by Greg Troxel.
2460
2461 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2464
2465 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2466
2467         * mm-util.el (mm-find-buffer-file-coding-system):
2468         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2469
2470 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2471
2472         * message.el (message-generate-headers): Record insertion of optional
2473         headers as well.  Otherwise the check to prevent repeated insertion of
2474         optional headers is a no-op.
2475
2476 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * smime.el: Don't mention CVS.
2479
2480         * nnrss.el (nnrss-fetch): Don't mention CVS.
2481
2482         * nnir.el: Don't mention CVS.
2483
2484 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2485
2486         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2487
2488 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * lpath.el: Fbind bookmark-default-handler,
2491         bookmark-get-bookmark-record, bookmark-make-record-default,
2492         bookmark-prop-get for Emacs <23 and XEmacs.
2493
2494 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2495
2496         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2497         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2498         Use with-current-buffer to silence the byte-compiler.
2499         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2500         bother to require `gnus'.
2501         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2502
2503 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2504
2505         * gnus-sum.el (gnus-summary-bookmark-make-record)
2506         (gnus-summary-bookmark-jump): New functions.
2507         (gnus-summary-mode): Setup bookmark support.
2508
2509 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2510
2511         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2512         if set.
2513
2514 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2517         gnus-article-browse-html-save-cid-image; make it work recursively for
2518         forwarded messages as well.
2519         (gnus-article-browse-html-parts): Work when prefix arg is given.
2520         (gnus-article-browse-html-article): Doc fix.
2521
2522 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2523
2524         * message.el (message-default-mail-headers):
2525         (message-default-headers): Carry the value mail-default-headers over
2526         into message-default-mail-headers, rather than message-default-headers.
2527
2528 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2529
2530         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2531         charset.
2532
2533         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2534         charset into the <meta> tag when the article is encoded to utf-8.
2535
2536 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2539         directories as well.
2540         (gnus-article-browse-html-parts): Work for images that do not specify
2541         file names; delete temp directory when quitting; insert header at the
2542         right place; use file: scheme for image files.
2543
2544 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2545
2546         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2547         (gnus-article-browse-html-parts): Use it to make temporary cid image
2548         files in addition to html file so that browser may display them.
2549
2550 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2553
2554 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2555
2556         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2557
2558 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2559
2560         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2561         about Secret Service API sources.  Improve Customize options.
2562         (auth-source-pick): Change to accept any number of search parameters.
2563         Implement fallbacks iteratively, not recursively.  Add scoring on the
2564         second pass and sort by score.  Call Secret Service API when needed.
2565         (auth-source-user-or-password): Use it.  Call Secret Service API
2566         directly when needed to get the user name and the password.
2567
2568 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2569
2570         * message.el (message-interactive): Doc fix.
2571         (message-qmail-inject-args): Reflow.
2572         (message-kill-to-signature): Fix typo in docstring.
2573
2574         * smiley.el (smiley-buffer): Fix typo in docstring.
2575
2576 2010-03-24  Glenn Morris  <rgm@gnu.org>
2577
2578         * mail-source.el (gnus-message): Declare.
2579         (mail-source-delete-old-incoming): Require gnus-util.
2580
2581 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2584
2585         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2586
2587         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2588         password-cache's default if it is not bound.
2589         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2590         password-cache-expiry's default if it is not bound.
2591
2592         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2593         available in Emacs 21.
2594
2595         * lpath.el: Suppress compiler warnings for:
2596         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2597         XEmacs;
2598         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2599         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2600         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2601
2602 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2603
2604         * auth-source.el (auth-sources): Fix up definition so extra parameters
2605         are always inline.
2606
2607 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2608
2609         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2610         wasn't updated after mismatch.  Clear cached mailbox info correctly
2611         when uidvalidity changes.
2612         (nnimap-group-prefixed-name): New function to avoid some code
2613         duplication.
2614         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2615         (nnimap-request-group): Use it.
2616         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2617         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2618         with many imap folders.  This is done by caching the group status from
2619         the imap server persistently in a group parameter `imap-status'.  (This
2620         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2621         but not persistently, so every Gnus startup was still very slow.)
2622
2623 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2624
2625         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2626         delete the extra newline.  Otherwise editing of :string and :number
2627         types don't work.
2628
2629 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2630
2631         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2632         secrets.el dependency.
2633         (auth-sources): Add optional user name.  Add secrets.el configuration
2634         choice (unused right now).
2635
2636 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2637
2638         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2639         `gnus-registry-install-shortcuts' fill in the functions.
2640
2641         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2642         warnings.
2643         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2644         (gnus-registry-install-shortcuts): Populate and use it in a
2645         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2646
2647 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2648
2649         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2650         In-place substitutions for the group name encoding/decoding.
2651         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2652         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2653         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2654         (nnimap-update-unseen, nnimap-request-list)
2655         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2656         (nnimap-request-set-mark, nnimap-split-to-groups)
2657         (nnimap-split-articles, nnimap-request-newgroups)
2658         (nnimap-request-create-group, nnimap-request-accept-article)
2659         (nnimap-request-delete-group, nnimap-request-rename-group)
2660         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2661         `encoded-mbx' for consistency.
2662         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2663         variable `imap-current-mailbox'.
2664
2665         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2666         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2667
2668 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2669
2670         * pop3.el (pop3-display-message-size-flag): Display message size byte
2671         counts during POP3 download.
2672         (pop3-movemail): Use it.
2673         (pop3-list): Implement listing of available messages.
2674
2675 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2676
2677         * nnir.el (nnir-get-article-nov-override-function): New function to
2678         override the normal NOV retrieval.
2679         (nnir-retrieve-headers): Use it.
2680
2681 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2682
2683         * auth-source.el (netrc-machine-user-or-password): Autoload.
2684
2685 2010-03-19  Glenn Morris  <rgm@gnu.org>
2686
2687         Stop message.el from loading about 40 libraries it doesn't always need.
2688         The general approach is to autoload rather than require, and to
2689         require in the specific functions rather than the file.  (Bug#5642)
2690
2691         * gmm-utils.el: Don't require wid-edit.
2692         (widget-create-child-value, widget-convert, widget-default-get):
2693         Autoload.
2694
2695         * gnus-util.el: Don't require time-date, netrc.
2696         (message-fetch-field, gnus-group-name-decode): Declare rather than
2697         autoloading.
2698         (gnus-fetch-field): Require message.
2699         (gnus-decode-newsgroups): Require gnus-group.
2700
2701         * ietf-drums.el: Don't require time-date.
2702
2703         * message.el: Don't require hashcash, canlock, ecomplete.
2704         Do require mail-utils.  Require nnheader only when compiling.
2705         (smtpmail-default-smtp-server): Remove declaration.
2706         (message-send-mail-function): Check smtpmail-default-smtp-server
2707         is bound rather than requiring smtpmail.
2708         (message-auto-save-directory, message-insert-signature): Use
2709         expand-file-name rather than nnheader-concat.
2710         (nnheader-insert-file-contents): Autoload.
2711         (hashcash-wait-async): Declare.
2712         (message-send-mail): Only call gnus-setup-posting-charset if
2713         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2714         (message-send-mail-with-sendmail): Require sendmail.
2715         (canlock-password, canlock-password-for-verify): Declare.
2716         (message-canlock-password): Require canlock.
2717         (nnheader-get-report): Autoload.
2718         (gnus-setup-posting-charset): Declare.
2719         (message-send-news): Require gnus-msg.
2720         (message-make-references, message-make-in-reply-to): Use mail-header-id
2721         rather than the alias mail-header-message-id.
2722         (ecomplete-add-item, ecomplete-save): Declare.
2723         (message-put-addresses-in-ecomplete): Require ecomplete.
2724         (ecomplete-display-matches): Autoload.
2725
2726         * mm-decode.el: Don't require mailcap, gnus-util.
2727         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2728         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2729         Autoload.
2730         (mailcap-mime-extensions): Declare.
2731
2732         * mm-encode.el: Don't require mailcap.
2733         (mailcap-extension-to-mime): Autoload.
2734
2735         * mml-sec.el: Don't require password-cache.
2736
2737         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2738         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2739         (mml-minibuffer-read-type): Require mailcap.
2740         (mml-preview): Require gnus-msg.
2741
2742         * mml1991.el: Require password-cache.
2743         (password-cache-expiry): Remove declaration.
2744
2745         * mml2015.el: Require password-cache.
2746         (password-cache-expiry): Remove declaration.
2747
2748         * nneething.el (mailcap): Require mailcap.
2749
2750         * nnheader.el (declare-function): Add compatibility stub.
2751         (message-remove-header): Declare rather than autoload.
2752         (nnheader-replace-header): Require message.
2753
2754         * nnimap.el (declare-function): Add compatibility stub.
2755         (netrc-parse, netrc-machine-user-or-password): Declare.
2756         (nnimap-open-connection): Require netrc.
2757
2758         * nntp.el (declare-function): Add compatibility stub.
2759         (netrc-parse, netrc-machine, netrc-get): Declare.
2760         (nntp-send-authinfo): Require netrc.
2761
2762         * rfc2047.el: Don't require qp.
2763         (quoted-printable-encode-region, quoted-printable-decode-string):
2764         Autoload.
2765
2766         * sieve-mode.el: Don't require easymenu.
2767         (easy-menu-add-item): Autoload it.
2768
2769         * spam-stat.el (time-to-number-of-days): Autoload it.
2770
2771 2010-03-19  Glenn Morris  <rgm@gnu.org>
2772
2773         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2774
2775 2010-03-18  Glenn Morris  <rgm@gnu.org>
2776
2777         * hashcash.el (declare-function): Remove duplicate definition.
2778
2779 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2780
2781         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2782         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2783         value if any backslash escapes).
2784
2785 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2788         if it is available.  (bug#5647)
2789
2790         * lpath.el: Suppress compiler warning for coding-system-from-name for
2791         Emacs 21 and XEmacs.
2792
2793 2010-03-14  Juri Linkov  <juri@jurta.org>
2794
2795         * hmac-def.el:
2796         * hmac-md5.el:
2797         * netrc.el: Fix keywords.
2798
2799 2010-02-26  Glenn Morris  <rgm@gnu.org>
2800
2801         * message.el (message-send-mail-function): Change the default, so that
2802         it inherits from a customized send-mail-function.  (Bug#5643)
2803
2804 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2805
2806         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2807         shell-command-to-string signals an error (bug#5299).
2808
2809 2010-02-24  Glenn Morris  <rgm@gnu.org>
2810
2811         * message.el (message-smtpmail-send-it)
2812         (message-send-mail-with-mailclient): Doc fixes.
2813
2814 2010-02-16  Glenn Morris  <rgm@gnu.org>
2815
2816         * message.el (message-default-mail-headers): Change the default value
2817         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2818
2819 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2822         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2823
2824 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2825
2826         * time-date.el (date-to-time): Doc fix (Bug#5408).
2827
2828 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2829
2830         * message.el (message-mail): Just pass yank-action on to message-setup.
2831         (message-setup): Handle (FUN . ARGS) form of yank-action.
2832         (message-with-reply-buffer, message-widen-reply)
2833         (message-yank-original): Handle non-buffer values of
2834         message-reply-buffer (Bug#4080).
2835         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2836
2837 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2838
2839         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2840         Fix typo in docstring.
2841
2842 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2843
2844         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2845         response.
2846
2847 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2850
2851         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2852
2853         * message.el (message-check-news-header-syntax): Protect against a
2854         string that `rfc822-addresses' returns when parsing fails.
2855
2856 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2859         (gnus-previous-char-property-change): New functions.
2860
2861         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2862
2863 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2864
2865         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2866         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2867
2868 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2869
2870         * message.el (message-exchange-point-and-mark): Rework last change to
2871         avoid using optional arg of exchange-point-and-mark, for backward
2872         compatibility.
2873
2874 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2875
2876         * message.el (message-exchange-point-and-mark): Call
2877         exchange-point-and-mark with an argument rather than setting
2878         mark-active by hand (Bug#5175).
2879
2880 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * nntp.el (nntp-service-to-port): Work for service expressed with
2883         numeric string; replace [:digit:] with [0-9] for XEmacs.
2884
2885 2009-12-17  Glenn Morris  <rgm@gnu.org>
2886
2887         * gnus-group.el (gnus-bug-group-download-format-alist):
2888         Change emacs entry to debbugs.gnu.org.  Bump :version.
2889
2890 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2891
2892         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2893
2894 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2895
2896         * message.el (message-info): Explain why we use `Info-goto-node'.
2897
2898 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2901
2902 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2903
2904         * message.el (message-completion-in-region): New compatibility function.
2905         (message-expand-group): Use it.
2906
2907 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2910         with no unread article should be listed if the 2nd arg `predicate' is
2911         given.
2912
2913 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2916
2917 2009-11-29  Juri Linkov  <juri@jurta.org>
2918
2919         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2920         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2921         on `gnus-recenter'. (Bug#4698, Bug#4981)
2922
2923 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2924
2925         * sha1.el (sha1-string-external): default-directory "/" in case
2926         otherwise non-existent.  process-connection-type pipe for touch of
2927         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2928
2929 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2930
2931         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2932         it's comms related and sgml-mode.el has "comm" on that basis too.
2933
2934 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2937         containing tspecial characters if they have been already quoted.
2938
2939 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2940
2941         * dns-mode.el (auto-mode-alist): Purecopy string.
2942
2943 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2944
2945         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2946
2947 2009-10-24  Glenn Morris  <rgm@gnu.org>
2948
2949         * gnus-art.el (help-xref-stack-item): Define for compiler.
2950
2951 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2952
2953         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2954
2955 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2958
2959 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2962         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2963
2964 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2967         (gnus-overlays-in): New alias to overlays-in.
2968
2969         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2970         gnus-overlay-get, and gnus-delete-overlay.
2971         (gnus-summary-show-thread): Make it work as well for systems in which
2972         next-single-char-property-change is not available.
2973         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2974
2975         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2976         (gnus-overlay-get): New alias to extent-property.
2977         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2978
2979         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2980         SXEmacs.
2981
2982         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2983         SXEmacs.
2984
2985 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2986
2987         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2988
2989 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2990
2991         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2992         and XEmacs that don't have `remove-overlays'.
2993
2994 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2995
2996         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2997         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2998         selective display.  Use overlays instead.
2999
3000 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3001
3002         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3003
3004 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3005
3006         * spam-stat.el (spam-stat-load): Fix typo in message.
3007
3008 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3009
3010         * dig.el (dig-invoke): Fix typo in docstring.
3011         (query-dig): Reflow docstring.
3012
3013 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3014
3015         * gnus-art.el (gnus-article-encrypt-body):
3016         * message.el (message-check-recipients):
3017         * mm-util.el (mm-codepage-setup):
3018         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3019         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3020
3021 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3022
3023         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3024         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3025         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3026         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3027         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3028
3029 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3030
3031         * dig.el: Add "Keywords: comm", as per net-utils.el.
3032
3033 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3034
3035         * dig.el (dig-mode): Use define-derived-mode.
3036
3037 2009-09-19  Glenn Morris  <rgm@gnu.org>
3038
3039         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3040
3041 2009-09-18  Glenn Morris  <rgm@gnu.org>
3042
3043         * gnus-diary.el (gnus-diary-check-message):
3044         * message.el (message-insert-formatted-citation-line):
3045         * nnbabyl.el (top-level):
3046         * nndiary.el (nndiary-schedule):
3047         Fix typos in condition-case handlers.
3048
3049 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3052         configuration that provides the sole article window in a frame;
3053         position point correctly after deleting a part.
3054
3055 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3056
3057         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3058         (spam-resolve-registrations-routine): Use it to unregister articles
3059         that change status.
3060
3061 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3064         with XEmacs.
3065         (parse-time-string-chars): Use it.
3066
3067 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * imap.el (imap-interactive-login): Better messages.
3070         (imap-open): Fix bug with renamed buffer on reconnect.
3071         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3072         for easier debugging and cleaner code.  On successful (guessed based on
3073         server capabilities) secondary authentication, set imap-state
3074         correctly.
3075         (imap-last-authenticator): Define imap-last-authenticator as a variable
3076         to avoid warnings.
3077
3078 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * nnrss.el (nnrss-request-article): Remove binding of
3081         default-enable-multibyte-characters that has gotten needless by
3082         the 2007-07-13 change in rfc2047-encode-message-header.
3083
3084         * mml.el (mml-insert-multipart): Error on the message header.
3085         (mml-insert-part): Error on the message header; position point at
3086         the end of a MIME tag.
3087
3088 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * time-date.el (autoload): Expand define-obsolete-function-alias into
3091         defalias and make-obsolete for old Emacsen that Gnus supports.
3092         (with-no-warnings): Define it for old Emacsen.
3093         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3094         is available.
3095         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3096         float-time is available; suppress compile warning for time-to-seconds.
3097
3098         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3099         (gnus-float-time): Alias to float-time if it exists.
3100
3101         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3102         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3103         float-time is available; suppress compile warning for time-to-seconds.
3104
3105         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3106         XEmacs.
3107
3108 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3109
3110         * imap.el (imap-message-map): Docstring fix.
3111
3112 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3115         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3116         Add the optional argument `encoding' that overrides the default.
3117
3118         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3119         mm-encode-buffer.
3120
3121 2009-09-04  Glenn Morris  <rgm@gnu.org>
3122
3123         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3124         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3125         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3126         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3127         * mm-util.el (mm-with-unibyte-current-buffer)
3128         (mm-find-buffer-file-coding-system):
3129         * yenc.el (yenc-decode-region): Use default-value rather than
3130         default-enable-multibyte-characters.
3131
3132 2009-09-03  Glenn Morris  <rgm@gnu.org>
3133
3134         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3135         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3136         than default-enable-multibyte-characters.
3137
3138 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3139
3140         * gnus-art.el (gnus-article-read-summary-keys):
3141         Fix gnus-buffer-configuration's value temporarily used.
3142
3143 2009-09-02  Glenn Morris  <rgm@gnu.org>
3144
3145         * gnus-util.el (gnus-float-time): New function.
3146         * gnus-delay.el (gnus-delay-article):
3147         * gnus-sum.el (gnus-thread-latest-date):
3148         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3149         * nnspool.el (nnspool-request-newgroups):
3150         Use gnus-float-time rather than time-to-seconds.
3151         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3152
3153         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3154         (gnus-header-subject-face, gnus-header-newsgroups-face)
3155         (gnus-header-name-face, gnus-header-content-face):
3156         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3157         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3158         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3159         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3160         (gnus-cite-face-11):
3161         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3162         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3163         (gnus-server-closed-face, gnus-server-denied-face)
3164         (gnus-server-offline-face):
3165         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3166         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3167         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3168         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3169         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3170         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3171         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3172         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3173         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3174         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3175         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3176         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3177         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3178         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3179         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3180         (gnus-summary-high-undownloaded-face)
3181         (gnus-summary-low-undownloaded-face)
3182         (gnus-summary-normal-undownloaded-face)
3183         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3184         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3185         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3186         (gnus-splash-face):
3187         * message.el (message-header-to-face, message-header-cc-face)
3188         (message-header-subject-face, message-header-newsgroups-face)
3189         (message-header-other-face, message-header-name-face)
3190         (message-header-xheader-face, message-separator-face)
3191         (message-cited-text-face, message-mml-face):
3192         * sieve-mode.el (sieve-control-commands-face)
3193         (sieve-action-commands-face, sieve-test-commands-face)
3194         (sieve-tagged-arguments-face):
3195         * spam.el (spam-face):
3196         Mark face aliases with "-face" in the name as obsolete.
3197
3198 2009-09-01  Glenn Morris  <rgm@gnu.org>
3199
3200         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3201         than goto-line.
3202
3203 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3206         Don't move point if the command is invoked inside the message header.
3207
3208 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3209
3210         * imap.el (imap-send-command): Simplify.
3211         (imap-wait-for-tag): point-max -> buffer-size.
3212
3213 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3214
3215         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3216         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3217         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3218         * nnir.el (nnir-swish-e-index-file):
3219         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3220         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3221         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3222         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3223         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3224         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3225
3226 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3229         Don't save excursion.
3230
3231 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3232
3233         * nnheader.el (nnheader-find-file-noselect):
3234         * mm-util.el (mm-insert-file-contents):
3235         Use (default-value 'major-mode) instead of default-major-mode.
3236
3237 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3238
3239         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3240
3241 2009-08-26  Glenn Morris  <rgm@gnu.org>
3242
3243         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3244         than placing in files.el.
3245
3246 2009-08-25  Glenn Morris  <rgm@gnu.org>
3247
3248         * nnir.el (top-level): Don't require cl at run-time.
3249         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3250         Replace cl-function substitute with gnus-replace-in-string.
3251         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3252         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3253         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3254         simplified expansions.
3255
3256 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3257
3258         * dig.el (dig): Add autoload cookie.
3259
3260 2009-08-22  Glenn Morris  <rgm@gnu.org>
3261
3262         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3263         goto-line.
3264
3265 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3266
3267         * parse-time.el (parse-time-string-chars): Save match data.
3268
3269 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3270
3271         * parse-time.el (parse-time-string-chars): Compute using character
3272         classes, to handle non-ascii characters (Bug#3190).
3273
3274 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3277
3278         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3279         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3280         (gnus-mm-display-part, gnus-mime-display-single)
3281         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3282         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3283
3284         * gnus-sum.el
3285         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3286         (gnus-summary-move-article): Add expirable mark to articles copied or
3287         moved to group that has auto-expire turned on if the option is non-nil.
3288
3289 2009-07-24  Glenn Morris  <rgm@gnu.org>
3290
3291         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3292         Fix typo.  (Bug#3903)
3293
3294 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3297         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3298         that should not be used for draft articles.
3299         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3300         that has no concern in minor mode keys.
3301         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3302         Abolish.
3303
3304 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3307         article without making inquiry to a user for unknown encoding.
3308
3309         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3310         (nnmaildir--scan): Assume i-node and device number that file-attributes
3311         returns might be cons-cell.
3312
3313         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3314
3315         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3316
3317 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3318
3319         * auth-source.el: Remove docs now in auth.texi.  Don't use
3320         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3321         `auth-source-hide-passwords' and use them.
3322
3323 2009-07-15  Glenn Morris  <rgm@gnu.org>
3324
3325         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3326
3327 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3328
3329         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3330         excessive whitespace from the default values of title and description.
3331
3332 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3335         mail-fetch-field to fetch Content-Description header in order to
3336         exclude newlines.
3337
3338 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3339
3340         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3341         format used by GnuPG 2.0.11.
3342
3343 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3346         to deleted part.
3347
3348 2009-05-30  David Engster  <dengste@eml.cc>
3349
3350         * nnmairix.el: Remove old documentation in the commentary block.
3351         (nnmairix-request-group): Do not update active file for nnml back ends.
3352         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3353         end so that overview files are ignored.
3354         (nnmairix-update-groups): Make updating the groups more robust by using
3355         marks.
3356         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3357         with dollar characters in message-id.
3358
3359 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3362         2008-12-25 in dns.el.
3363
3364 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3365
3366         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3367         could happen if the text is only composed of spaces and/or tabs.
3368
3369 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3370
3371         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3372         when sending a queued message to avoid extra mml tags.
3373
3374 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3377
3378 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3381         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3382         rmail-toggle-header for XEmacs;
3383         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3384
3385 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-dired.el: Remove autoload for gnus-setup-message.
3388         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3389         displaying Gnus logo; always use compose-mail.
3390
3391 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3394
3395 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3398         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3399         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3400         available.
3401         (gnus-nocem-epg-verify): New function.
3402
3403 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3404
3405         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3406
3407 2009-02-15  Glenn Morris  <rgm@gnu.org>
3408
3409         * gnus-util.el (rmail-insert-rmail-file-header)
3410         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3411         autoloads.
3412         (rmail-default-rmail-file): Remove unnecessary declaration.
3413         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3414
3415 2009-02-14  Glenn Morris  <rgm@gnu.org>
3416
3417         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3418         variable (only used in gnus-util, which declares it anyway).
3419         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3420         which was only needed by gnus-art (changed to not use it any more).
3421         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3422         only used in gnus-util, which autoloads it itself.
3423         (rmail-update-summary): Fix autoload.
3424
3425         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3426         rather than rmail-output-to-rmail-file.
3427
3428 2009-02-07  Glenn Morris  <rgm@gnu.org>
3429
3430         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3431         autoload of function that no longer exists.
3432         (rmail-toggle-header): Declare.
3433         (message-forward-rmail-make-body): Handle mbox Rmail.
3434
3435 2009-01-31  Glenn Morris  <rgm@gnu.org>
3436
3437         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3438         2009-01-09 change.
3439
3440 2009-01-31  Dave Love  <fx@gnu.org>
3441
3442         * imap.el (imap-fetch-safe): Bind debug-on-error.
3443         (imap-debug): Add imap-fetch-safe.
3444
3445 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3446
3447         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3448         (auth-source-forget-all-cached): New convenience function.
3449         (auth-source-user-or-password): Accept list of modes or a single mode.
3450
3451         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3452         auth-source modes.
3453
3454         * netrc.el (netrc-machine-user-or-password): Use list of
3455         auth-source modes.
3456
3457         * nnimap.el (nnimap-open-connection): Use list of
3458         auth-source modes.
3459
3460         * nntp.el (nntp-send-authinfo): Use list of
3461         auth-source modes.
3462
3463 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3466         now.
3467
3468 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3471         coding system in XEmacs; add a workaround for XEmacs.
3472
3473         * lpath.el: Fbind coding-system-aliasee.
3474
3475 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3478         of current-language-environment.
3479
3480 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3481
3482         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3483         available at runtime.
3484
3485 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3488
3489 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3490
3491         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3492         the greatest positive fixnum value doesn't work under an XEmacs with
3493         bignum support; use the most-positive-fixnum constant instead,
3494         available since Emacs 21.1 with cl and XEmacs 21.1.
3495
3496 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3499         XEmacs gets not to work.
3500
3501 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * mm-util.el (mm-coding-system-priorities): Allow the value like
3504         "Japanese (UTF-8)" of current-language-environment.
3505
3506 2009-01-09  Glenn Morris  <rgm@gnu.org>
3507
3508         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3509         with last-command-event.
3510
3511 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3514         in the doc string.
3515
3516         * message.el (message-fix-before-sending): Amend comment.
3517
3518 2009-01-08  Dave Love  <fx@gnu.org>
3519
3520         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3521
3522 2009-01-07  David Engster  <dengste@eml.cc>
3523
3524         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3525         simplified server definitions by converting it via
3526         gnus-server-to-method.
3527
3528 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3531         parameter's operands.
3532
3533 2009-01-06  David Engster  <dengste@eml.cc>
3534
3535         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3536         primary select method (for gnus-group-mark-article-as-read).
3537
3538 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3539
3540         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3541         `(gnus)Face', not `(gnus)X-Face'.
3542
3543 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * mm-util.el (mm-ucs-to-char): New function.
3546
3547         * mm-url.el (mm-url-decode-entities): Use it.
3548
3549         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3550         unicode-to-char.
3551
3552 2009-01-05  Dave Love  <fx@gnu.org>
3553
3554         * time-date.el: Require cl for `declare'.
3555
3556 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3557
3558         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3559         Dave Love.
3560
3561 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3562
3563         * message.el (message-fix-before-sending): Add `eight-bit' to
3564         illegible-text check.
3565
3566 2009-01-03  Michael Olson  <mwolson@gnu.org>
3567
3568         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3569         `headers' is nil.  This can occur if the IMAP server does not have
3570         permissions to read messages from a folder, but can write new messages
3571         to the folder.
3572         (nnimap-request-article-part): Do not insert `data' if it is nil.
3573
3574         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3575         characters which will confuse `read', so skip past them.
3576
3577 2009-01-01  Dave Love  <fx@gnu.org>
3578
3579         * imap.el (imap-string-to-integer): Fix typo.
3580         (imap-fetch-safe): New function.
3581         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3582
3583         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3584
3585         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3586         (imap-parse-greeting): Fix doc strings.
3587         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3588         (imap-parse-flag-list): Make messages unique.
3589         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3590
3591         * nnimap.el: Fix author email.
3592         (nnimap-split-rule): Add FIXME comment.
3593         (nnimap-debug): Fix doc string.
3594
3595 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3596
3597         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3598
3599 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3600
3601         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3602         nslookup if resolv.conf isn't available.
3603         (dns-query): Rename from query-dns.
3604         (dns-query-cached): Rename from query-dns-cached.
3605
3606 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3609         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3610         to check if those variables exist (first appeared in Emacs 18.50).
3611
3612 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * mm-util.el (mm-line-number-at-pos): New function.
3615
3616         * spam-report.el (spam-report-process-queue): Use it.
3617
3618 2008-12-24  David Engster  <dengste@eml.cc>
3619
3620         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3621         parameters that haven't existed as variables as buffer-local variables.
3622
3623 2008-12-23  Dave Love  <fx@gnu.org>
3624
3625         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3626         cadar.
3627
3628         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3629         imap-starttls-p.
3630         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3631
3632 2008-12-22  Dave Love  <fx@gnu.org>
3633
3634         * imap.el: Fix author email.  Doc fixes.
3635         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3636         reply.
3637
3638 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3639
3640         * spam-report.el (spam-report-gmane-max-requests): New constant.
3641         (spam-report-gmane-wait): New variable.
3642         (spam-report-gmane-ham, spam-report-gmane-spam)
3643         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3644         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3645         the server.
3646
3647         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3648         Add explanations.
3649
3650         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3651         nnheader-accept-process-output and nnheader-read-timeout if available.
3652         (pop3-movemail): Use it.
3653
3654         * message.el (message-check-news-body-syntax): Fix signature check if
3655         there's an attachment.
3656
3657 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * mm-util.el: Add comments to the mm- emulating functions.
3660
3661 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3664         by Stephen Berman <stephen.berman@gmx.net>.
3665
3666 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * mm-util.el (mm-substring-no-properties): New function.
3669         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3670         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3671         (mm-string-to-multibyte): Doc fix.
3672
3673         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3674
3675 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * mml.el (mml-attach-file): Strip text properties from file name.
3678         (Bug#1574)
3679
3680 2008-12-16  Glenn Morris  <rgm@gnu.org>
3681
3682         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3683
3684 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3687         knows since the charset specified might be a bogus alias that
3688         mm-charset-synonym-alist provides.
3689
3690 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3691
3692         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3693         "ISO_8859-1".
3694
3695         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3696
3697 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * mm-util.el (mm-charset-eval-alist):
3700         Define it before mm-charset-to-coding-system.
3701         (mm-charset-to-coding-system): Add optional argument `silent';
3702         define it before mm-charset-override-alist.
3703         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3704         default value if it can be used in Emacs currently running;
3705         silence mm-charset-to-coding-system.
3706
3707 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3710         `allow-override' which says whether to use `mm-charset-override-alist'.
3711         (rfc2047-decode-encoded-words): Use it.
3712
3713         * mm-util.el (mm-charset-override-alist): Fix custom type;
3714         add `(gb2312 . gbk)' to choices.
3715
3716 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3719         fast.
3720
3721         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3722
3723         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3724
3725 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3726
3727         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3728         on links.
3729
3730         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3731
3732 2008-12-03  Lute Kamstra  <lute@gnu.org>
3733
3734         * sha1.el: Remove leading * from docstrings of defcustoms,
3735         deffaces, defconsts and defuns.
3736
3737 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3740         users' addresses that don't have domain parts.
3741         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3742         rather than message-narrow-to-head since there will be the message
3743         header separator.
3744
3745 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3746
3747         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3748         since the result is inserted in a unibyte buffer anyway.
3749         (nnimap-demule-use-string-to-multibyte): Remove.
3750         (nnimap-demule): Alias it to mm-string-to-multibyte.
3751
3752 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3755         variable for debugging bug#464 and bug#1174.
3756         (nnimap-demule): Use it.
3757
3758 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3759
3760         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3761         score calculation correctly.
3762
3763 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3764
3765         * message.el (message-send-mail): Just set the buffer to unibyte
3766         rather than use mm-with-unibyte-current-buffer which does a lot more.
3767         (message-send-mail-partially): Don't bother with
3768         mm-with-unibyte-current-buffer since it's already been made unibyte by
3769         message-send-mail.
3770
3771 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3774
3775 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3778
3779 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3782         require itself and to remove `with-no-warnings'.
3783
3784 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * starttls.el (starttls-any-program-available): Get the name of the
3787         available TLS layer program.
3788         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3789         well as the host name in the "opening" message.
3790
3791         * auth-source.el (auth-source-cache, auth-source-do-cache)
3792         (auth-source-user-or-password): Cache passwords and logins by default,
3793         allow override with `auth-source-do-cache'.
3794         (auth-source-forget-user-or-password): Allow users to remove cache
3795         entries if needed.
3796
3797 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3798
3799         * md4.el (md4-buffer): Fix typo in docstring.
3800         (md4, md4-64): Doc fixes.
3801         (md4-pack-int32): Reflow docstring.
3802
3803 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3804
3805         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3806         condition-case to only the forward-sexp call.
3807
3808 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3809
3810         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3811         quotes contained.  Make it more robust regardless by an extra
3812         condition-case wrapper.
3813
3814 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3817
3818 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * nnml.el (nnml-request-expire-articles): Check if the function set to
3821         `nnmail-expiry-target' returns the symbol `delete'.
3822
3823         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3824
3825         * nnmail.el (nnmail-expiry-target): Fix custom type.
3826
3827 2008-10-02  Glenn Morris  <rgm@gnu.org>
3828
3829         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3830         Silence compiler warning.
3831
3832 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3833
3834         * tls.el (open-tls-stream): Show the actual command being
3835         executed, instead of the format string.
3836
3837 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * lpath.el: Fbind codepage-setup for Emacs 23.
3840
3841 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3842
3843         * mml.el (mml-menu): Don't assume mml2015 is bound.
3844
3845 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3848         exists.
3849
3850 2008-09-27  Glenn Morris  <rgm@gnu.org>
3851
3852         * gnus-util.el (mail-header-remove-comments): Autoload it.
3853
3854 2008-09-27  Andreas Schwab  <schwab@suse.de>
3855
3856         * gnus-util.el (gnus-split-references): Strip comments.
3857         (gnus-parent-id): Likewise.
3858
3859 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * message.el (message-confirm-send): Fix version.
3862
3863 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * message.el (message-idna-to-ascii-rhs-1): Use
3866         mail-extract-address-components rather than mail-header-parse-addresses
3867         that is an alias by default to ietf-drums-parse-addresses that does not
3868         support non-ASCII names in headers' contents.
3869
3870 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3871
3872         * message.el (message-confirm-send): Fixed variable documentation to
3873         avoid the "y/n" wording.
3874
3875 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3876
3877         * message.el (message-set-auto-save-file-name): Save to a different
3878         filename so multiple messages (especially drafts) can be recovered.
3879
3880 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3881
3882         * message.el (message-confirm-send): Add appropriate version.
3883
3884 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3887         defvar.
3888
3889 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3890
3891         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3892         (mm-pkcs7-enveloped-magic): Ditto.
3893
3894 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3895
3896         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3897         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3898
3899 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3900
3901         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3902         default, it's better.
3903
3904 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3905
3906         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3907         summary line gnus-number property and ignore them (with a warning
3908         message).
3909
3910 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3913         macro caddr in the interactive form since it won't be expanded.
3914
3915 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3918         `charset'; fix name of function called recursively.
3919         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3920
3921 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3924         (gnus-mime-set-charset-parameters): New function.
3925         (gnus-mime-view-part-as-charset): Use it to correctly display part
3926         specifying wrong charset.
3927
3928 2008-09-08  David Engster  <dengste@eml.cc>
3929
3930         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3931         in completing-read for back end server.
3932
3933 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         * message.el (message-confirm-send): New variable to confirm sending a
3936         message.
3937         (message-send): Use it.
3938
3939 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3940
3941         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3942
3943 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3946
3947 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3948
3949         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3950         prevent tracking too many groups.
3951         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3952         Use it.
3953
3954 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3955
3956         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3957         moving point to the bottom of the window in order to avoid recentering.
3958
3959 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3962
3963         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3964         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3965         (gnus-article-beginning-of-window): Fix calculation.
3966
3967 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-msg.el (gnus-summary-supersede-article)
3970         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3971         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3972         message header.
3973
3974 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3975
3976         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3977         pending output coming after the status change.
3978
3979 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3980
3981         * message.el:
3982         * gnus-start.el:
3983         * gnus-registry.el: Remove VMS support.
3984
3985 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3988         macro.
3989         (rfc2104-hash): Use it.
3990
3991 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3992
3993         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3994         (gnus-summary-sort-by-most-recent-date): New commands.
3995         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3996         and menu entries.
3997
3998 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4001         don't redisplay article for raw contents; remove plural articles stuff.
4002
4003         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4004         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4005         on gnus-summary-save-article; display results properly.
4006
4007 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * lpath.el: No need to fbind ns-focus-frame.
4010
4011 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4014
4015 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4018         gnus-save-all-headers.
4019
4020 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4021
4022         * gnus-util.el (ns-focus-frame): Remove declaration.
4023         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4024         like x.
4025
4026 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4027
4028         * rfc2104.el (rfc2104-zero): Delete defconst.
4029         (rfc2104-hex-alist): Likewise.
4030         (rfc2104-hex-to-int): Delete func.
4031         (rfc2104-hexstring-to-bitstring): Likewise.
4032         (rfc2104-nybbles): New defconst.
4033         (rfc2104-hash): Rewrite for speed.
4034
4035 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * tls.el (open-tls-stream): Make it work with the 2nd argument
4038         BUFFER that is a string but does not exist as a buffer object, as
4039         mentioned in the doc-string.
4040
4041 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4044         SXEmacs.
4045
4046 2008-07-16  Glenn Morris  <rgm@gnu.org>
4047
4048         * gnus-util.el (ns-focus-frame): Declare for compiler.
4049
4050 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4053         set as a group parameter.
4054         (gnus-summary-save-in-pipe): Work when it is called independently.
4055         (gnus-summary-pipe-to-muttprint): Don't modify
4056         gnus-summary-pipe-output-default-command.
4057
4058 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4059
4060         * message.el (message-send-mail-with-sendmail):
4061         Display the error message.
4062
4063 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-art.el (gnus-default-article-saver):
4066         Add gnus-summary-save-in-pipe to choices.
4067         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4068         gnus-summary-pipe-output-default-command as the default command.
4069         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4070         instead of gnus-last-shell-command.
4071
4072         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4073         New user option.
4074         (gnus-summary-muttprint-program): Mention the value will be changed.
4075         (gnus-summary-save-article): Force showing of all headers.
4076         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4077
4078 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4079
4080         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4081
4082 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4083
4084         * nnimap.el (nnimap-id):
4085         * sieve-manage.el (sieve-manage-open): Doc fixes.
4086
4087 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4088
4089         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4090         if available.
4091
4092 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4093
4094         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4095
4096         * nnkiboze.el (nnkiboze-generate-group):
4097         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4098
4099         * nnmairix.el: Require CL.
4100
4101 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * dgnushack.el: Autoload get-display-table and put-display-table for
4104         XEmacs 21.5.
4105
4106         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4107         21.4 and SXEmacs.
4108
4109 2008-06-15  David Engster  <dengste@eml.cc>
4110
4111         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4112
4113 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4114
4115         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4116         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4117         runtime choice under XEmacs.
4118
4119         * gnus-sum.el (gnus-summary-set-display-table):
4120         Use `gnus-put-display-table', `gnus-get-display-table',
4121         `gnus-set-display-table' for the display table, instead of `aset'.
4122
4123         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4124         Use `gnus-put-display-table', `gnus-get-display-table',
4125         `gnus-set-display-table' for the display table.
4126
4127 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * nnmairix.el: Add autoloads.
4130
4131 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * nnmairix.el (nnmairix-delete-recreate-group)
4134         (nnmairix-update-and-clear-marks): Fix error messages.
4135
4136 2008-06-14  David Engster  <dengste@eml.cc>
4137
4138         * nnmairix.el: Upgrade to version 0.6.
4139         (nnmairix-group-toggle-propmarks-this-group)
4140         (nnmairix-group-toggle-readmarks-this-group)
4141         (nnmairix-group-delete-recreate-this-group)
4142         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4143         (nnmairix-remove-tick-mark-original-article): New commands.
4144         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4145         (nnmairix-propagate-marks-to-nnmairix-groups)
4146         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4147         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4148         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4149         functions needed for marks propagation and manipulation of read marks.
4150         (nnmairix-update-groups): New function.
4151         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4152         (nnmairix-determine-original-group-from-registry)
4153         (nnmairix-determine-original-group-from-path)
4154         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4155         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4156         New helper functions.
4157         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4158         keystrokes for new commands.
4159         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4160         (nnmairix-request-group): Check allow-fast group parameter.
4161         (nnmairix-request-create-group): Set allow-fast group parameter if
4162         nnmairix-allowfast-default is set.
4163         (nnmairix-close-group): Propagate marks upon closing if needed.
4164         (nnmairix-group-toggle-threads-this-group): Use new.
4165         nnmairix-group-toggle-parameter helper function.
4166         (nnmairix-search): Better check for empty search result.
4167         (nnmairix-goto-original-article): Use new helper functions for
4168         determining original article.
4169         (nnmairix-show-original-article): Make sure message-id is in brackets.
4170         (nnmairix-call-mairix-binary): Change variable name.
4171         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4172         helper function.
4173         (nnmairix-widget-toggle-activate): Fix doc string.
4174
4175 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * nnir.el: Require edmacro when compiling with XEmacs.
4178         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4179         available in Emacs 21.
4180
4181 2008-06-11  Glenn Morris  <rgm@gnu.org>
4182
4183         * gnus-util.el (x-focus-frame):
4184         * gnus.el (image-size):
4185         * mm-decode.el (image-size): Declare.
4186
4187         * gnus-picon.el (declare-function): Add compat definition.
4188         (image-size): Declare.
4189
4190         * gnus-group.el (tool-bar-map):
4191         * gnus-sum.el (tool-bar-map): Define for compiler.
4192
4193         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4194
4195         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4196
4197         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4198         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4199         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4200         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4201         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4202         * sieve-manage.el, spam-report.el, spam.el:
4203         Remove unnecessary eval-and-compile of autoloads.
4204
4205 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4206
4207         * auth-source.el: Precise Tramp doc.
4208
4209 2008-06-07  Glenn Morris  <rgm@gnu.org>
4210
4211         * nnmairix.el: Remove unnecessary eval-when-compile.
4212
4213 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * lpath.el: Fbind propertize for XEmacs 21.4.
4216
4217 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4218
4219         * nnir.el: Move here from ../contrib.
4220
4221 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4222
4223         * gnus-util.el (gnus-read-shell-command): New function.
4224         * mm-decode.el (mm-pipe-part):
4225         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4226
4227 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4230
4231 2008-06-03  Glenn Morris  <rgm@gnu.org>
4232
4233         * pop3.el (nnheader-accept-process-output): Autoload it.
4234
4235 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4238         are not 2-digit hexadecimal characters that follow `%'s.
4239
4240 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4241
4242         * message.el (message-bogus-recipient-p): Fix type in doc string.
4243         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4244         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4245         Improve custom options.
4246         (message-bogus-recipient-p): Adjust accordingly.
4247
4248 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4249
4250         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4251         long-form month and day names.
4252
4253 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * dgnushack.el: Autoload debug, eudc-expand-inline and
4256         pgg-snarf-keys-region for XEmacs.
4257
4258         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4259
4260         * nnmairix.el: Require edmacro when compiling with XEmacs.
4261
4262 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4263
4264         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4265         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4266
4267 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4268
4269         * auth-source.el: Add more docs.
4270
4271         * netrc.el (netrc-machine): Always match if the port is not given.
4272
4273 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4276         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4277         retrieval faster in some cases, but might make CPU usage larger.  If
4278         this has any bad side effects, we might revert this change.
4279
4280         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4281         seems to make mail retrieval much, much faster.
4282         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4283         unconditionally.
4284
4285         * gnus-draft.el (gnus-group-send-queue): Bind
4286         message-send-mail-partially-limit to nil to avoid being prompted.
4287
4288 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4291
4292         * message.el (message-bogus-address-regexp): Fix and improve custom
4293         type.
4294         (message-setup-hook): Add message-check-recipients as custom option.
4295
4296 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4297
4298         * message.el (message-cite-function): Remove bogus autoload which crept
4299         in during merge from v5-10.
4300
4301 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4302
4303         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4304
4305         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4306
4307         * auth-source.el: Preliminary Tramp docs.
4308         (auth-sources): Change the default auth-sources to use
4309         EPA .gpg files.
4310
4311 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4312
4313         * nntp.el: Autoload `auth-source-user-or-password'.
4314         (nntp-send-authinfo): Use it.
4315
4316         * nnimap.el: Autoload `auth-source-user-or-password'.
4317         (nnimap-open-connection): Use it.
4318
4319         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4320         for the gnus-message function.
4321         (auth-source-user-or-password): Use it.
4322
4323 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4324
4325         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4326         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4327         (rfc2104-hash): Use it.
4328
4329 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4330
4331         * gnus-art.el (gnus-article-toggle-truncate-lines):
4332         Don't use `iff' in docstring.
4333
4334 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4335
4336         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4337
4338         * gnus-util.el (gnus-extract-address-component-name)
4339         (gnus-extract-address-component-email): Convenience functions around
4340         `gnus-extract-address-components'.
4341
4342         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4343         Use `gnus-extract-address-component-email' to fix bug of comparing full
4344         sender name to `user-mail-address'.
4345
4346 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4349         catch/throw to optimize.
4350         (gnus-registry-find-keywords): Just use member to find a keyword.
4351
4352 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4353
4354         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4355         is current before calling gnus-server-prepare.
4356         (gnus-server-setup-buffer, gnus-server-update-server)
4357         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4358
4359 2008-05-04  Juri Linkov  <juri@jurta.org>
4360
4361         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4362         (mailcap-file-default-commands): Use mailcap-replace-in-string
4363         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4364         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4365
4366 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4367
4368         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4369
4370 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4371
4372         * gnus.el: Bump version to 0.11.
4373
4374 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4375
4376         * gnus.el: No Gnus v0.10 is released.
4377
4378 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4381         hooks.
4382         (gnus-update-read-articles): Speed up non-marks-using users.
4383         (gnus-use-marks): Define gnus-use-marks.
4384         (gnus-propagate-marks): Rename variable to something more sensible.
4385
4386 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4387
4388         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4389         (gmm-image-load-path-for-library): Fix typos in docstrings.
4390         (gmm-message): Reflow docstring.
4391
4392 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * mail-source.el (mail-source-set-1, mail-source-bind):
4395         Move auth-source code out of the macro to clean it up and fix bugs.
4396
4397 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4400         by sender if it's equal to user-mail-address, it's likely to be
4401         useless.
4402
4403         * mail-source.el (mail-source-bind): Don't use user or password if they
4404         are not bound.  Unintern them if they are nil.  Don't use server unless
4405         it's bound, and default it to empty string otherwise.
4406
4407 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * mail-source.el: Load auth-source.el.
4410         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4411         get user name or password, if auth-sources is set up.
4412
4413         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4414         strategy of splitting with parent.
4415         (gnus-registry-split-fancy-with-parent)
4416         (gnus-registry-post-process-groups): Use it and fix prior
4417         bug (returning a list as the split result).
4418
4419         * auth-source.el (auth-sources): Remove server parameter.
4420         (auth-source-pick, auth-source-user-or-password)
4421         (auth-source-user-or-password-imap)
4422         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4423         (auth-source-user-or-password-sftp)
4424         (auth-source-user-or-password-smtp): Remove server parameter.
4425
4426 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4427
4428         * smime.el (smime-sign-region, smime-encrypt-region)
4429         (smime-decrypt-region):
4430         Remove redundant calls to `generate-new-buffer-name'.
4431
4432 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4433
4434         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4435         Don't use QP for message/rfc822.
4436         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4437
4438 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4439
4440         * sieve-manage.el (sieve-string-bytes): Remove.
4441         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4442         correct byte-length only if the process's coding-system is the same as
4443         the one used internally by Emacs to represent strings.
4444
4445 2008-04-22  Juri Linkov  <juri@jurta.org>
4446
4447         * mailcap.el (mailcap-file-default-commands): New function.
4448
4449 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * message.el (message-signature-separator, message-cite-function):
4452         Change custom version.
4453
4454 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4455
4456         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4457         commands.
4458         (tls-checktrust): Ditto.
4459
4460 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * mm-decode.el (mm-display-external): Make temp file read-only.
4463
4464 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4465
4466         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4467         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4468         `C-c C-f d'.
4469
4470 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4471
4472         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4473
4474 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4475
4476         * gnus.el: Bump version to 0.9.
4477
4478 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * gnus.el: No Gnus v0.8 is released.
4481
4482 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4483
4484         * mail-source.el (mail-source-value):
4485         Prefer fboundp to functionp so it works with macros as well.
4486
4487 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4488
4489         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4490         Fix last change in case the element is not even a symbol.
4491
4492 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4493
4494         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4495         Prefer fboundp to functionp so it works with macros as well.
4496
4497 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4498
4499         * auth-source.el: Added docs.
4500         (auth-sources): Modify format to support server.
4501         (auth-source-pick, auth-source-user-or-password)
4502         (auth-source-user-or-password-imap)
4503         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4504         (auth-source-user-or-password-sftp)
4505         (auth-source-user-or-password-smtp): Add server parameter.
4506
4507 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4508
4509         * gnus-registry.el: Initialize the registry when gnus-registry-install
4510         is t.
4511
4512 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * compface.el (uncompface): Make buffer unibyte.
4515
4516 2008-04-05  Glenn Morris  <rgm@gnu.org>
4517
4518         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4519
4520 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4521
4522         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4523         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4524
4525         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4526         multibyteness after rather than before erasing it.
4527
4528         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4529         mm-with-multibyte.
4530         (gnus-request-article-this-buffer): Make sure the proper decoding is
4531         used if gnus-original-article-buffer happens to be unibyte.
4532
4533         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4534         default-enable-multibyte-characters.
4535
4536         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4537         default-enable-multibyte-characters.
4538
4539         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4540
4541         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4542
4543 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4544
4545         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4546         (imap-message-copyuid-1): Use it.
4547         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4548         J. Williams in
4549         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4550
4551         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4552         imap-enable-exchange-bug-workaround.
4553         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4554
4555 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4556
4557         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4558         a 100 byte status-checks into a 2-3MB transfer for each group.
4559         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4560         to enable bug workaround or not.
4561         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4562
4563 2008-03-31  Glenn Morris  <rgm@gnu.org>
4564
4565         * message.el (mml2015-use): Declare for compiler.
4566         (message-info): Require mml2015 when appropriate.
4567
4568 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4571         whitespace.
4572
4573 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4574
4575         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4576         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4577         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4578         (nntp-service-to-port): New function.
4579         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4580         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4581         (nntp-open-netcat-stream): New function.
4582         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4583
4584 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4585
4586         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4587
4588 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4589
4590         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4591
4592 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4593
4594         * dns.el (dns-write): Use set-buffer-multibyte.
4595
4596 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4597
4598         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4599
4600 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * message.el (message-signature-separator): Change default.
4603         Improve custom type.
4604         (message-cite-function): Change default to
4605         message-cite-original-without-signature.
4606
4607         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4608         toggle.
4609
4610         * message.el (message-check-news-body-syntax): Fix signature check.
4611         (message-setup-1): Mark buffer as unmodified _after_ running
4612         message-setup-hook and handling message-alternative-emails.
4613         (message-shorten-references): Be more strict when building list of
4614         valid references to comply with GNKSA.
4615
4616         * gnus-group.el (gnus-read-ephemeral-bug-group)
4617         (gnus-read-ephemeral-debian-bug-group)
4618         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4619
4620         * message.el (message-info): Don't use booleanp which isn't supported
4621         in Emacs 21 and XEmacs.
4622
4623 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4626         gnus-group-gmane-group-download-format.
4627         (gnus-group-read-ephemeral-gmane-group): Rename from
4628         gnus-group-read-ephemeral-gmane-group.
4629         (gnus-read-ephemeral-gmane-group-url): Rename from
4630         gnus-group-read-ephemeral-gmane-group-url.
4631         (gnus-bug-group-download-format-alist): New variable.
4632         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4633         (gnus-read-ephemeral-emacs-bug-group): New commands.
4634
4635 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4638         (gnus-visible-headers): Improve custom type.
4639
4640 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * mml.el (mml-menu): Add workarounds for XEmacs.
4643
4644         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4645         X-Boundary header.
4646
4647         * message.el (message-simplify-recipients): Fix previous commit.
4648
4649 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4650
4651         * mm-util.el (mm-set-buffer-multibyte): New function.
4652         * mm-decode.el (mm-copy-to-buffer): Use it.
4653
4654 2008-03-19  Glenn Morris  <rgm@gnu.org>
4655
4656         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4657         Accidentally removed in the sync process with Emacs.
4658
4659 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4660
4661         * message.el (message-alter-recipients-discard-bogus-full-name):
4662         New function.
4663         (message-alter-recipients-function): New variable.
4664         (message-get-reply-headers): Use it.
4665         (message-replace-header): New helper function.
4666         (message-recipients-without-full-name): New variable.
4667         (message-simplify-recipients): New command.
4668
4669         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4670
4671         * message.el (message-info): Handle EasyPG manual.
4672
4673         * mml.el (mml-menu): Add entry for EasyPG.
4674
4675 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4676
4677         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4678         parameter.
4679
4680         * message.el (message-disassociate-draft): Specify drafts group name
4681         fully.
4682
4683 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4684
4685         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4686         unnecessary duplicates from the match list.
4687
4688 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4691
4692         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4693
4694         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4695         args of `how-many' of which the XEmacs version doesn't take; declare
4696         Info-index-next as function.
4697
4698 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * gnus-score.el (gnus-score-headers): Fix handling of
4701         gnus-inhibit-slow-scoring.
4702
4703         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4704         string.
4705         (gnus-button-url-regexp): Improve handling of parenthesis.
4706         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4707         (gnus-button-handle-info-keystrokes): Handle index entries.
4708
4709 2008-03-15  Glenn Morris  <rgm@gnu.org>
4710
4711         * parse-time.el (parse-time-string): Simplify.
4712
4713 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4716         Incoming* files.
4717
4718 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4721         (auth-source-pick): Use it.
4722
4723 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4724
4725         * binhex.el (binhex-decode-region-internal):
4726         * uudecode.el (uudecode-decode-region-internal):
4727         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4728         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4729         setting default-enable-multibyte-characters.
4730
4731 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4732
4733         * auth-source.el (auth-source-protocols)
4734         (auth-source-protocols-customize, auth-source-choices): Added and
4735         modified variable customizations and defaults.
4736         (auth-source-pick, auth-source-user-or-password)
4737         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4738         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4739         (auth-source-user-or-password-sftp)
4740         (auth-source-user-or-password-smtp): Use new variables and provide an
4741         interface to netrc.el.
4742
4743 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4746         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4747         Make sure the nntp port to specify is a string.
4748
4749 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4750
4751         * nntp.el: Use with-current-buffer.
4752         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4753         dubious mm-with-unibyte-current-buffer.
4754         (nntp-with-open-group-function): New function extracted from
4755         nntp-with-open-group macro.
4756         (nntp-with-open-group): Use the function, so it's easier to debug.
4757         Add indentation and debugging info.
4758         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4759         the use of the netcat alternatives.
4760
4761         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4762         Avoid mm-string-as-multibyte as well.
4763
4764         * nnweb.el (nnweb-insert-html):
4765         Remove use of nnheader-string-as-multibyte.
4766
4767         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4768         (nnheader-string-as-multibyte): Remove.
4769
4770         * mm-view.el: Use inhibit-read-only.
4771         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4772         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4773         or unibyte-string.
4774
4775         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4776         (mm-uu-yenc-extract): Use with-current-buffer.
4777
4778         * gnus-soup.el (gnus-soup-send-packet): Don't use
4779         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4780
4781         * nnmh.el: Use with-current-buffer.
4782         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4783         mm-string-as-multibyte on the output of mm-encode-coding-string.
4784
4785         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4786         (nnimap-request-move-article): Use with-current-buffer.
4787
4788         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4789         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4790         conversion uses string-make-unibyte rather than string-as-unibyte.
4791
4792         * gnus-msg.el: Use with-current-buffer.
4793
4794         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4795
4796 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4797
4798         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4799         string for caching if it is 'PIN.
4800
4801 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * lpath.el: Consider the case without Emacs/W3.
4804
4805 2008-03-08  Glenn Morris  <rgm@gnu.org>
4806
4807         * time-date.el (date-to-time, time-subtract, time-add)
4808         (safe-date-to-time): Doc fixes.
4809
4810 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4811
4812         * mail-source.el (mail-source-delete-old-incoming-confirm):
4813         Change default to nil.
4814         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4815
4816 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * lpath.el: Rearrange.
4819
4820         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4821         (gnus-article-goto-prev-page): Work for articles having ^L's.
4822
4823         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4824
4825         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4826
4827 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4828
4829         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4830         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4831         (gnus-bookmark-jump): Adjust some variable names.
4832
4833 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4834
4835         * auth-source.el: New package.
4836         (auth-source-choices): Add customization entry point variable.
4837
4838         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4839         bug.
4840
4841 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4842
4843         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4844         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4845         (gnus-registry-install-shortcuts): Rename from
4846         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4847         the `gnus-registry-mark-map' keymap dynamically from
4848         `gnus-registry-marks'.  The generated functions update the summary line
4849         when a registry mark is added or deleted, and will call
4850         `gnus-registry-install-p' (see the comments in the code).
4851         (gnus-registry-user-format-function-M): Use concat intelligently.
4852
4853         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4854         the registry mark functions.
4855
4856 2008-03-05  Glenn Morris  <rgm@gnu.org>
4857
4858         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4859         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4860         gnus-art.
4861         (top-level): No need to load own source when compiling.
4862
4863 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4866         Suggested by <chris.anderton@zetnet.co.uk>.
4867
4868 2008-03-04  Glenn Morris  <rgm@gnu.org>
4869
4870         * gnus-sum.el (top-level): No need to require gnus when compiling,
4871         since unconditionally required near start of file.
4872         (gnus-summary-display-while-building): Move definition before use.
4873
4874 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4875
4876         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4877         formatting function.
4878
4879 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4882         with plists.
4883         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4884         Use new format.
4885
4886 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4889         `where-is-internal' that returns a range of key sequences.
4890
4891 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4892
4893         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4894
4895         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4896         (gnus-summary-jump-to-group): Consider windows on other displayed
4897         frames as well.  Similar changes might be needed elsewhere, but that's
4898         the one I've bumped into during my use.
4899
4900         * nndoc.el (nndoc-oe-dbx-type-p):
4901         * gnus-msg.el (gnus-debug):
4902         * gnus-group.el (gnus-update-group-mark-positions):
4903         Use mm-string-to-multibyte.
4904
4905 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4908         doesn't handle NotDashEscaped.
4909
4910         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4911         (mml-dnd-attach-options): Fix typo in custom choice.
4912
4913         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4914         nndoc-article-type to mbox.
4915         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4916
4917         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4918         to nil, instead of html2text.
4919
4920         * imap.el (imap-debug): Add `imap-ping-server'.
4921
4922         * gnus-bookmark.el: Add FIXMEs.
4923
4924         * message.el (message-form-letter-separator)
4925         (message-send-form-letter-delay): New variables.
4926         (message-send-form-letter): Use them.  New command to send form
4927         letters.  Requested by Uwe Siart.
4928         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4929
4930 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4931
4932         * Update copyright years.
4933
4934 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4935
4936         Sync from EMACS_22_BASE.
4937
4938         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4939
4940 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4941
4942         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4943         empty author.
4944
4945 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * gnus-registry.el (gnus-registry-marks): Add variable for
4948         customization of marks and their appearance.
4949         (gnus-registry-read-mark): Use it.
4950         (gnus-registry-do-marks): Add utility function to loop through
4951         `gnus-registry-marks'.
4952         (gnus-registry-install-shortcuts-and-menus): Add function to install
4953         shortcuts and menus.
4954         (gnus-registry-initialize): Use it.
4955         (gnus-registry-default-mark): Clarify documentation.
4956
4957 2008-02-29  Glenn Morris  <rgm@gnu.org>
4958
4959         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4960         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4961         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4962         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4963         Change defcustom :version from 23.0 to 23.1.
4964
4965 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4966
4967         * gnus-registry.el (gnus-registry-follow-group-p)
4968         (gnus-registry-post-process-groups): Add functions to aid registry
4969         splitting and improve logging.  Clarify behavior in function
4970         documentation.
4971         (gnus-registry-split-fancy-with-parent): Use them.
4972
4973 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4974
4975         * gnus-art.el: Use with-current-buffer.
4976
4977 2008-02-27  David Engster  <dengste@eml.cc>
4978
4979         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4980         Express real group name in the response.
4981
4982 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4985         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4986         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4987         autoload gnus-registry-fetch-group when compiling.
4988         (nnmairix-request-group-with-article-number-correction): Remove
4989         unreferenced argument passed to nnmairix-call-backend.
4990
4991 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4992
4993         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4994         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4995         Wilde.
4996
4997 2008-02-27  Glenn Morris  <rgm@gnu.org>
4998
4999         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5000         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5001         variables to defconsts.  Convert comments to doc-strings.
5002         (nnmairix-last-server, nnmairix-current-server): Convert from free
5003         variables to defvars.  Convert comments to doc-strings.
5004         (gnus-registry-fetch-group): Autoload.
5005         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5006         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5007         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5008         caddr.
5009         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5010         nnmairix-request-group-with-article-number-correction call.
5011         (nnmairix-fast, nnmairix-group): New, less general names, for free
5012         variables passed from nnmairix-request-group to
5013         nnmairix-request-group-with-article-number-correction.  Declare.
5014         (nnmairix-request-group-with-article-number-correction):
5015         Use nnmairix-fast, nnmairix-group rather than fast, group.
5016
5017 2008-02-26  David Engster  <dengste@eml.cc>
5018
5019         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5020         version 0.5.
5021
5022 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5023
5024         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5025         instead of making an extra function call.  Don't add the current group
5026         to articles only when they have the group.  Use
5027         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5028         Reported by David <de_bb@arcor.de>.
5029
5030 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5033         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5034
5035 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5036
5037         * mail-source.el (mail-source-delete-incoming): Change default.
5038         Supplement doc string.
5039
5040         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5041
5042 2008-02-14  Glenn Morris  <rgm@gnu.org>
5043
5044         * time-date.el (format-seconds): New function.
5045
5046 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * nnmail.el (nnmail-message-id-cache-file): Derive from
5049         `gnus-home-directory'.
5050
5051 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5054         Document negative prefix.
5055
5056         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5057
5058 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * message.el (message-unsent-separator): Add the Exim bounce
5061         separator.
5062
5063 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5064
5065         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5066         list.
5067         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5068         recipient/signer list.
5069
5070 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * Makefile.in (datarootdir): Define.
5073         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5074         name that might contain whitespace.
5075
5076 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5079         fbound (Emacs 23 unicode), signal an error.
5080
5081 2008-02-08  Glenn Morris  <rgm@gnu.org>
5082
5083         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5084
5085 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5086
5087         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5088         ports to the calls to `netrc-machine-user-or-password' in addition to
5089         "imap" and "imaps".
5090
5091 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5092
5093         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5094
5095         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5096
5097 2008-02-01  Kenichi Handa  <handa@m17n.org>
5098
5099         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5100         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5101         (rfc2104-hash): Convert the result of concat to unibyte string.
5102
5103 2008-02-01  Dave Love  <fx@gnu.org>
5104
5105         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5106         coding-system-for-read.
5107         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5108
5109 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5110
5111         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5112         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5113         <hanche@math.ntnu.no>.
5114
5115 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5118
5119         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5120
5121 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5122
5123         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5124         * message.el (message-beginning-of-line): Use featurep instead of bound
5125         tests in order to resolve conditionals at compile time.
5126
5127 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5128
5129         * mail-source.el (mail-sources): Add `group' choice.
5130
5131         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5132         parameter `in-group' to control into which group the articles go.
5133         Add treatment of `group' mail-source.
5134
5135 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5138
5139         * mm-decode.el (mm-dissect-buffer): Decode description.
5140
5141         * mml.el (mml-to-mime): Encode message header first.
5142
5143 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5146         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5147
5148         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5149         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5150
5151 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5154
5155 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5158         prefix keys.
5159         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5160         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5161         gnus-xmas.el.
5162
5163         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5164         (gnus-xmas-article-describe-bindings): New function.
5165         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5166         gnus-xmas-article-describe-bindings.
5167
5168         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5169
5170 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5173         Add new variables for article mark management.
5174         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5175         list of extra data entries which, when present, will indicate that the
5176         article ID should not be trimmed from the registry.
5177         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5178         functions.
5179         (gnus-registry-read-mark): New function to read a mark name from the
5180         user.
5181         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5182         (gnus-registry-set-article-mark-internal): New functions to add and
5183         remove marks.
5184         (gnus-registry-get-article-marks): New function to show the marks for
5185         an article, or retrieve them for further use.
5186
5187 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5190         keys when no argument is given.
5191
5192 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5193
5194         * imap.el (imap-ping-server): New variable.
5195         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5196         (imap-ping-server): Minor doc string fixes.
5197
5198 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5199
5200         * imap.el (imap-ping-server): New function.
5201         (imap-opened): Call imap-ping-server.
5202
5203 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5204
5205         * gnus-sum.el (gnus-article-sort-by-random)
5206         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5207         jidanni@jidanni.org.
5208
5209 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-art.el (gnus-article-describe-bindings): New function.
5212         (gnus-article-read-summary-keys): Use it.
5213         (gnus-article-mode-map): Bind `C-h b' to it.
5214
5215 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5218         XEmacs.
5219         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5220         against non-character events.
5221
5222         * lpath.el: Fbind map-keymap for Emacs 21.
5223
5224 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5225
5226         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5227         command.
5228         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5229         instead of END.  Change name of the temp file.
5230         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5231         customizable.
5232
5233 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5236         bind `S W' to gnus-article-wide-reply-with-original; set default
5237         binding to gnus-article-read-summary-send-keys.
5238         (gnus-article-read-summary-keys): Fix the order of keys; display
5239         continuation keys correctly in the echo area; describe bindings
5240         correctly when keys end with `C-h'.
5241         (gnus-article-read-summary-send-keys): New function.
5242         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5243         for gnus-article-read-summary-send-keys; display continuation keys
5244         correctly in the echo area.
5245         (gnus-article-reply-with-original): Ignore prefix argument.
5246         (gnus-article-wide-reply-with-original): New function.
5247
5248         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5249         Emacs 21.
5250
5251 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5254         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5255
5256 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5259         (gnus-group-read-ephemeral-gmane-group): New command.
5260
5261 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5262
5263         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5264
5265 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * message.el (message-send-mail-function): Increase custom version.
5268
5269         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5270         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5271
5272 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5273
5274         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5275         for the cases where imap-authenticate is called with a nil buffer
5276         parameter.
5277
5278 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5281         html parts correctly; support forwarded messages.
5282         (gnus-article-browse-html-article): Remove work buffers.
5283
5284         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5285         compiling.
5286         (netrc-bound-and-true-p): New macro.
5287         (netrc-parse): Use it instead of bound-and-true-p that is not available
5288         in XEmacs 21.4.
5289
5290 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5291
5292         * gnus-registry.el (gnus-registry-mark-article)
5293         (gnus-registry-article-marks): Add functionality to mark articles
5294         through the Gnus registry.
5295
5296         * encrypt.el: Clarify documentation for the new pgg method.
5297         (encrypt-file-alist): Add PGG option.
5298         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5299         functionality.  Abstract password key and messaging to external
5300         functions.
5301         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5302         (encrypt-message-method-and-cipher): Add new convenience external
5303         functions.
5304         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5305         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5306
5307         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5308         (netrc-parse): Use encrypt-file-alist to determine if
5309         encrypt-find-model or encrypt-insert-file-contents should be used.
5310
5311         * encrypt.el: Clarify documentation.  Load password-cache or
5312         password, whichever one is found first, instead of autoloading.
5313
5314 2007-12-19  Glenn Morris  <rgm@gnu.org>
5315
5316         * mml.el (message-options-set, message-narrow-to-head)
5317         (message-in-body-p, message-mail-p, message-encode-message-body):
5318         Autoload.
5319         (message-remove-header, message-narrow-to-headers-or-head)
5320         (message-subscribed-p, message-make-mail-followup-to)
5321         (message-position-on-field, message-news-p)
5322         (message-options-set-recipient, message-generate-headers)
5323         (message-sort-headers): Declare as functions.
5324
5325 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5328         convention in doc string.
5329
5330 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5333         title to html parts.
5334         (gnus-article-browse-html-article): Pass message header to it.
5335
5336         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5337
5338 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5341         or password compatible with XEmacs.
5342
5343 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5346         format document.
5347         (gnus-mime-delete-part): Don't write description line if empty.
5348         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5349
5350 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5351
5352         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5353         (gnus-summary-mark-read-and-unread-as-read)
5354         (gnus-summary-mark-current-read-and-unread-as-read)
5355         (gnus-summary-mark-unread-as-ticked): Doc fix.
5356         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5357
5358 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5361         Christoph Conrad <christoph.conrad@gmx.de>.
5362
5363 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5364
5365         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5366         yes-or-no-p.
5367
5368 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * mm-decode.el (mm-add-meta-html-tag): New function.
5371         (mm-save-part-to-file, mm-pipe-part): Use it.
5372
5373         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5374         gnus-y-or-n-p instead of y-or-n-p.
5375         (gnus-article-browse-html-parts): Work with message/external-body; use
5376         mm-add-meta-html-tag.
5377
5378 2007-12-11  Glenn Morris  <rgm@gnu.org>
5379
5380         * gnus-cache.el: Require gnus-sum not just when compiling.
5381
5382         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5383
5384         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5385         definitions before use.
5386
5387         * mm-decode.el: Require gnus-util.
5388         (mm-remove-part): Only call delete-annotation on XEmacs.
5389
5390         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5391
5392         * nnmail.el: Require gnus-int.
5393
5394         * spam.el: Move `require's before `eval-when-compile's.
5395
5396         * gnus-ems.el (gnus-alive-p):
5397         * gnus-fun.el (message-goto-eoh):
5398         * gnus-util.el (gnus-group-name-decode):
5399         * mail-source.el (gnus-compress-sequence):
5400         * message.el (Info-goto-node, format-spec):
5401         * mm-bodies.el (message-options-get):
5402         * mm-decode.el (mm-view-pkcs7):
5403         * mm-util.el (gmm-write-region):
5404         * mml-smime.el (mml-compute-boundary)
5405         (gnus-completing-read-with-default):
5406         * mml.el (widget-button-press, gnus-make-hashtable):
5407         * mml1991.el (mm-decode-content-transfer-encoding)
5408         (mm-encode-content-transfer-encoding)
5409         (message-options-get, message-options-set):
5410         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5411         * nnfolder.el (gnus-request-group):
5412         * nnheader.el (ietf-drums-unfold-fws):
5413         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5414         * smime.el (gnus-run-mode-hooks):
5415         * spam-stat.el (gnus-message): Autoload.
5416
5417         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5418         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5419         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5420         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5421         Add declare-function compatibility definition.
5422
5423         * gnus-cache.el (nnvirtual-find-group-art):
5424         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5425         (gnus-add-image, gnus-add-wash-type):
5426         * gnus-group.el (nnkiboze-score-file):
5427         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5428         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5429         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5430         (message-tokenize-header, gnus-get-buffer-create)
5431         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5432         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5433         * gnus.el (gnus-group-decoded-name):
5434         * mail-source.el (imap-capability):
5435         * mm-bodies.el (message-options-set):
5436         * mm-decode.el (gnus-configure-windows):
5437         * mm-extern.el (message-goto-body):
5438         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5439         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5440         (epg-sub-key-validity, message-options-set):
5441         * mml.el (widget-event-point, gnus-configure-windows):
5442         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5443         * mml2015.el (epg-check-configuration, epg-configuration)
5444         (message-options-set):
5445         * nndb.el (nndb-request-article):
5446         * nnfolder.el (gnus-request-create-group):
5447         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5448         * nnmaildir.el (gnus-group-mark-article-read):
5449         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5450         * rfc1843.el (message-fetch-field):
5451         * spam.el (gnus-extract-address-components):
5452         Declare as functions.
5453
5454 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5457
5458         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5459
5460         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5461         bind show-trailing-whitespace for XEmacs.
5462
5463 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5466         new no-op macro for backward compatibility.
5467
5468         * imap.el (imap-string-to-integer): New function.
5469
5470 2007-12-09  Glenn Morris  <rgm@gnu.org>
5471
5472         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5473
5474         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5475         * message.el, mm-view.el, sieve-manage.el, smime.el:
5476         Add declare-function compatibility definition.
5477
5478         * gnus-art.el (w3-region, w3m-region, Info-menu):
5479         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5480         * gnus-sum.el (gnus-get-predicate):
5481         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5482         * message.el (mail-abbrev-in-expansion-header-p):
5483         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5484         (w3m-detect-meta-charset, w3m-region):
5485         * sieve-manage.el (password-read, password-cache-add)
5486         (password-cache-remove):
5487         * smime.el (password-read-and-add): Declare as functions.
5488
5489 2007-12-08  David Kastrup  <dak@gnu.org>
5490
5491         * gnus-sum.el (gnus-summary-simplify-subject-query):
5492         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5493         `message'.
5494
5495 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5498         it to bind idna-program, installation-directory, defined-colors, and
5499         face-attribute for XEmacs of the version that compiles defcustom forms.
5500
5501 2007-12-07  Glenn Morris  <rgm@gnu.org>
5502
5503         * gnus-art.el (article-make-date-line): Revert previous change.
5504
5505 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5508
5509 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5510
5511         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5512         Call gnus-add-to-range ranges only once with a prepared article-list.
5513
5514 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5515
5516         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5517         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5518         group names with backslashes.  Reported by Tassilo Horn
5519         <tassilo@member.fsf.org>.
5520
5521 2007-12-06  Deepak Goel  <deego3@gmail.com>
5522
5523         * gnus-art.el (article-make-date-line):
5524         * gnus-start.el (gnus-load):
5525         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5526
5527 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-art.el (gnus-use-idna)
5530         * gnus-start.el (gnus-site-init-file)
5531         * message.el (message-use-idna)
5532         * mm-uu.el (mm-uu-hide-markers)
5533         * smiley.el (smiley-style): Revert changes that suppress warnings.
5534
5535 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5538         specify charset to html source.  Reported by Christoph Conrad
5539         <christoph.conrad@gmx.de>.
5540
5541 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5544         idna-program in order to suppress byte compile warning issued by XEmacs
5545         that came to byte compile the default value section of defcustom forms
5546         recently.
5547
5548         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5549         value of installation-directory.
5550
5551         * message.el (message-use-idna): Don't directly refer to the value of
5552         idna-program.
5553
5554         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5555
5556         * smiley.el (smiley-style): Don't directly call face-attribute.
5557
5558 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5561
5562         * gnus-dired.el: Reduce Gnus dependencies.
5563         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5564         require.  Use autoloads instead.
5565         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5566         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5567         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5568         (gnus-dired-mode): Adjust doc string.
5569         (gnus-dired-mail-mode): New variable.
5570         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5571         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5572         (gnus-dired-mail-buffers): New function.  Return mail or message
5573         composition buffers.
5574         (gnus-dired-attach): Use it.
5575         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5576         NO-DECODE.
5577         (gnus-dired-print): Use `gnus-print-buffer' depending on
5578         `gnus-dired-mail-mode'.
5579
5580 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * rfc2047.el (rfc2047-encoded-word-regexp)
5583         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5584         explaining what regexp patterns are for.
5585
5586 2007-12-04  Glenn Morris  <rgm@gnu.org>
5587
5588         * password.el: Move to password-cache.el.
5589
5590         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5591         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5592         * mml-smime.el (password-read, password-cache-add)
5593         (password-cache-remove):
5594         No need to autoload, since mml-sec requires password.
5595
5596         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5597         * message.el (gnus-extract-address-components):
5598         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5599
5600         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5601         password.
5602
5603 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * mailcap.el: Reduce dependencies.
5606         (mail-header-parse-content-type): Autoload.
5607         (mailcap-delete-duplicates): New alias.
5608         (mailcap-mime-info): Add optional argument NO-DECODE.
5609         (mailcap-mime-types): Use mailcap-delete-duplicates.
5610
5611         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5612
5613 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5614
5615         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5616         (imap-parse-status): Upcase status-att for servers that sends them
5617         lower-case (e.g., MS Exchange 2007).
5618
5619 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5620
5621         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5622         function.
5623
5624         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5625         (gnus-uu-yenc-article): New function.
5626
5627         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5628
5629         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5630         buffer.
5631
5632 2007-12-02  Glenn Morris  <rgm@gnu.org>
5633
5634         * binhex.el (binhex): New custom group.
5635         (binhex-decoder-program, binhex-decoder-switches)
5636         (binhex-use-external): Move to the binhex custom group.
5637
5638         * uudecode.el (uudecode): New custom group.
5639         (uudecode-decoder-program, uudecode-decoder-switches)
5640         (uudecode-use-external): Move to the uudecode custom group.
5641
5642         * netrc.el (top-level): Don't load `encrypt' features.
5643         (netrc-parse): Don't use encrypt.
5644         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5645
5646         * encrypt.el: Remove file.
5647
5648 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5649
5650         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5651         matches on patches.
5652
5653         * gnus-art.el (gnus-article-browse-html-article): Mention
5654         `mm-text-html-renderer' in the doc string.
5655
5656         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5657         string.  Add comments.
5658
5659         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5660         if rhs is ASCII.
5661
5662 2007-12-01  Glenn Morris  <rgm@gnu.org>
5663
5664         * mail-source.el (top-level): Require format-spec before
5665         eval-when-compile.
5666
5667 2007-11-30  Glenn Morris  <rgm@gnu.org>
5668
5669         * encrypt.el: Require password, rather than autoloading password-read.
5670
5671 2007-11-29  Glenn Morris  <rgm@gnu.org>
5672
5673         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5674         (sasl-make-client, sasl-next-step, sasl-step-data)
5675         (sasl-step-set-data): Declare as functions.
5676
5677 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5680
5681 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5682
5683         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5684         certs should be verified and what is to be done in the event of a
5685         verification failure.
5686
5687         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5688         caller can indicate whether the cache should be disregarded for this
5689         call.  This way the result of the call is reproducible at all times and
5690         can be considered a canonical server name for the supplied method.
5691         (gnus-agent-method-p): Canonicalize server names by pushing their
5692         method through `gnus-method-to-server' using the no-cache argument.
5693
5694         * gnus-srvr.el (gnus-server-insert-server-line): Call
5695         `gnus-method-to-server' with `no-cache' argument.
5696
5697         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5698         gnus-agent-possibly-synchronize-flags as this should be called when the
5699         server is actually being opened.
5700         (gnus-agent-possibly-synchronize-flags)
5701         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5702         flags file of an agentized server to the latter function.
5703
5704         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5705         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5706         after a connection has been established successfully.
5707
5708 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (article-display-face): Force to display face if called
5711         interactively; check if gnus-article-x-face-too-ugly matches author.
5712         (article-display-x-face): Display face even if From header is missing
5713         as article-display-face does.
5714
5715 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5716
5717         * hashcash.el (message-narrow-to-headers-or-head)
5718         (message-fetch-field, message-goto-eoh)
5719         (message-narrow-to-headers): Declare as functions.
5720
5721 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * mail-source.el (mail-sources): Default to fetch from file for
5724         compatibility with default of nnmail-spool-file.
5725
5726 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5729         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5730         to look for encoded word that should be encoded again.
5731         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5732         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5733         encoding pattern.
5734         (rfc2047-decode-region): Switch strict regexp and loose one according
5735         to rfc2047-allow-irregular-q-encoded-words.
5736
5737 2007-11-25  Romain Francoise  <romain@orebokech.com>
5738
5739         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5740
5741 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * tls.el (tls-program): Provide more custom choices from
5744         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5745         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5746
5747 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5748
5749         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5750         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5751
5752         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5753         `nnmail-spool-file'.
5754
5755         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5756         `nnmail-spool-file'.
5757
5758         * gnus-move.el (gnus-change-server): Ditto.
5759
5760         * gnus-kill.el (gnus-batch-score): Ditto.
5761
5762         * gnus-cache.el (gnus-jog-cache): Ditto.
5763
5764         * gnus-msg.el (gnus-summary-reply):
5765         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5766
5767 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5770         version.  Minor improvement to doc strings.
5771         (tls-program): Add comment.
5772
5773 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5774
5775         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5776         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5777         mismatch between the hostname provided in the certificate and the name
5778         of the host connnecting to.
5779         (open-tls-stream): Use them.  Check certificates against trusted root
5780         certificates.
5781
5782 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * gnus-cache.el (gnus-cache-generate-nov-databases):
5785         Use nnml-generate-nov-databases-directory instead of
5786         nnml-generate-nov-databases-1.
5787
5788 2007-11-24  Glenn Morris  <rgm@gnu.org>
5789
5790         * message.el (message-tool-bar-retro): Update for rename
5791         mail_send.xpm->mail-send.xpm.
5792
5793 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5796         `smime-ldap-search' for Emacs 22 and up.
5797
5798 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5799
5800         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5801
5802         * message.el (message-send-mail-function): Fix error convention.
5803         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5804         (message-widen-reply, message-send-mail, message-talkative-question)
5805         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5806         (message-clone-locals, message-send-news): Use with-current-buffer.
5807         (message-insert-or-toggle-importance): Remove unused var `valid'.
5808         (message-make-references): Remove unused var `new-references'.
5809         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5810
5811 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5812
5813         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5814         (spam-split-symbolic-return-positive): Reflow docstring.
5815         (spam-backends, spam-summary-exit-behavior)
5816         (spam-mark-ham-unread-before-move-from-spam-group)
5817         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5818         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5819         (spam-clear-cache, spam-backend-check, spam-install-backend)
5820         (spam-install-statistical-backend, spam-list-of-processors)
5821         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5822         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5823         (spam-check-crm114, spam-initialize, spam-unload-hook):
5824         Fix typos in docstrings.
5825
5826 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5829         been checked if they have never been read and those group levels are
5830         higher than the one that a user specified.
5831
5832 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5835         foreign groups unless a group level is specified by a user.
5836         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5837
5838 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5839
5840         * message.el (message-send-mail-function): Require sendmail.
5841
5842 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * message.el (message-send-mail-function): Check for smtpmail too.
5845
5846         * utf7.el (utf7-encode, utf7-decode): Use coding system
5847         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5848
5849         * message.el (message-send-mail-function): New function.
5850         (message-send-mail-function): Set default using
5851         message-send-mail-function.  Adjust doc string.
5852         (message-send-mail-with-mailclient): New function.
5853
5854 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5855
5856         * smime.el (from):
5857         * rfc2047.el (message-posting-charset):
5858         * qp.el (mm-use-ultra-safe-encoding):
5859         * pop3.el (parse-time-months):
5860         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5861         * nnml.el (files):
5862         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5863         (jka-compr-compression-info-list, ange-ftp-path-format)
5864         (efs-path-regexp):
5865         * nndiary.el (files):
5866         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5867         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5868         (epg-digest-algorithm-alist, inhibit-redisplay)
5869         (password-cache-expiry):
5870         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5871         (pgg-output-buffer, password-cache-expiry):
5872         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5873         (efs-path-regexp):
5874         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5875         (inhibit-redisplay):
5876         * mm-uu.el (file-name, start-point, end-point, entry)
5877         (gnus-newsgroup-name, gnus-newsgroup-charset):
5878         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5879         (latin-unity-ucs-list):
5880         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5881         (mm-uu-binhex-decode-function):
5882         * message.el (gnus-message-group-art, gnus-list-identifiers)
5883         (rmail-enable-mime-composing, gnus-local-organization)
5884         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5885         (gnus-read-active-file, facemenu-add-face-function)
5886         (facemenu-remove-face-function, gnus-article-decoded-p)
5887         (tool-bar-mode):
5888         * mail-source.el (display-time-mail-function):
5889         * gnus-util.el (nnmail-pathname-coding-system)
5890         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5891         (gnus-original-article-buffer, gnus-user-agent)
5892         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5893         (xemacs-codename, sxemacs-codename, emacs-program-version):
5894         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5895         * gnus-start.el (gnus-agent-covered-methods)
5896         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5897         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5898         (gnus-newsgroup-headers, gnus-group-list-mode)
5899         (gnus-group-mark-positions, gnus-newsgroup-data)
5900         (gnus-newsgroup-unreads, nnoo-state-alist)
5901         (gnus-current-select-method, mail-sources)
5902         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5903         (nnmail-spool-file, gnus-cache-active-hashtb):
5904         * gnus-mh.el (mh-lib-progs):
5905         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5906         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5907         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5908         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5909         (gnus-group-buffer):
5910         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5911         (font-lock-set-defaults):
5912         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5913         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5914         (gnus-summary-post-menu, total-parts, type, condition, length):
5915         * gnus-agent.el (gnus-agent-read-agentview):
5916         * flow-fill.el (show-trailing-whitespace):
5917         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5918         eval-and-compile wrappers for byte compiler pacifiers.
5919
5920         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5921         (mm-display-inline-fontify): Check for featurep 'xemacs not
5922         extent-list.
5923
5924         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5925         itimer-list.
5926         (mm-create-image-xemacs): Only do something for XEmacs.
5927         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5928
5929         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5930
5931         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5932         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5933
5934 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5935
5936         * nnimap.el (nnimap-split-download-body):
5937         * gnus-demon.el (gnus-demon):
5938         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5939
5940 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5943         macros.
5944         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5945         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5946         copy data from unibyte buffer to multibyte current buffer.
5947         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5948         to copy data from unibyte current buffer to multibyte buffer.
5949         (nntp-make-process-buffer): Make process buffer unibyte.
5950
5951         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5952
5953 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5954
5955         * pop3.el (pop3-open-server): Accept and process data more robustly at
5956         connexion start to avoid spurious "POP SSL connexion failed" errors.
5957
5958 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5961         read group names.
5962
5963 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5966
5967 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5970         (nnmail-save-active): Use a unibyte buffer when saving active file,
5971         which may contain non-ASCII group names.
5972
5973         * nnml.el (nnml-request-group): Decode group names in messages.
5974
5975 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5976
5977         * message.el (message-citation-line-function)
5978         (message-insert-formatted-citation-line): Fix spelling of
5979         `message-insert-formated-citation-line'.
5980
5981 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5982
5983         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5984
5985 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5988         nnmail-pathname-coding-system.
5989
5990         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5991         that a user enters; decode group names in messages.
5992
5993         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5994
5995 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5996
5997         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5998
5999         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6000
6001         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6002         risky local variable.
6003
6004         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6005
6006 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * encrypt.el: Improve documentation to fix function name typo.
6009         Reported by Daiki Ueno <ueno@unixuser.org>.
6010
6011 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6014         even if the point is not in the last page of an article.
6015         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6016         back to the previous page.
6017
6018 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6021
6022 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6025
6026 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6027
6028         * message.el (message-check-news-body-syntax): Avoid
6029         mm-string-as-multibyte.
6030         (message-hide-headers): Don't assume (point-min)==1.
6031
6032 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * message.el (message-remove-blank-cited-lines): Fix if remove is
6035         given.
6036         (message-bogus-address-regexp): New variable.
6037         (message-bogus-recipient-p): New function.
6038         (message-check-recipients): New command.
6039         (message-syntax-checks): Add `bogus-recipient'.
6040         (message-fix-before-sending): Add `bogus-recipient'.
6041
6042         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6043         (gnus-treat-body-boundary): Don't test window-system.
6044
6045 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6046
6047         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6048
6049 2007-10-28  Miles Bader  <miles@gnu.org>
6050
6051         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6052         at compile-time too.
6053
6054 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * gnus-msg.el (gnus-message-setup-hook): Add
6057         `message-remove-blank-cited-lines' to options.
6058
6059 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * message.el (message-remove-blank-cited-lines): New function.
6062         Suggested by Karl Plästerer.
6063
6064 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6067         mapc.
6068
6069         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6070         (top-level): Use mapc to set functions to be traced for debugging.
6071
6072         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6073         called for effect with while loop.
6074
6075         * message.el (message-talkative-question): Replace mapcar called for
6076         effect with mapc.
6077
6078         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6079         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6080         called for effect with dolist.
6081
6082         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6083
6084         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6085         gnus-extra-headers and nnmail-extra-headers.
6086
6087         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6088         called for effect with dolist.
6089         (top-level): Use mapc to set functions to be traced for debugging.
6090
6091         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6092         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6093         dolist.
6094
6095         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6096         Replace mapcar called for effect with mapc.
6097         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6098         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6099         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6100         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6101
6102         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6103         remove-if that's a cl function.
6104
6105         * webmail.el (webmail-debug): Replace mapcar called for effect with
6106         dolist.
6107
6108         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6109         with mapc.
6110
6111 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6114         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6115         with while loop.
6116
6117         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6118         functions from article-* functions.
6119         (gnus-multi-decode-header): Replace mapcar called for effect with
6120         dolist.
6121
6122         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6123         (gnus-bookmark-show-details): Replace mapcar called for effect with
6124         while loop.
6125
6126         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6127         called for effect with while loop.
6128
6129         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6130         with dolist.
6131
6132         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6133         mapcar called for effect with dolist.
6134
6135         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6136
6137         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6138         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6139         Replace mapcar called for effect with dolist.
6140         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6141         mapc.
6142
6143         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6144         Replace mapcar called for effect with dolist.
6145         (gnus-topic-list): Replace mapcar called for effect with mapc.
6146
6147         * gnus.el: Use mapc instead of mapcar to add autoloads.
6148
6149 2007-10-23  Richard Stallman  <rms@gnu.org>
6150
6151         * gnus-group.el (gnus-group-highlight): Mark as risky.
6152
6153 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * gnus.el (gnus-server-to-method): Return method found first in
6156         gnus-newsrc-alist.
6157
6158         * gnus-art.el (gnus-article-highlight-signature)
6159         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6160         button overlay without the front stickiness.
6161
6162 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6163
6164         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6165         overview buffer needed a catch to receive its throw.
6166         (gnus-agent-flush-cache): Declared as interactive to make this function
6167         easier to use.
6168
6169 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6172         `next-line'.
6173
6174 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6177         exclude address matching message-dont-reply-to-names.
6178
6179 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-util.el (gnus-string<): New function.
6182
6183         * gnus-sum.el (gnus-article-sort-by-author)
6184         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6185
6186 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6189         the frame-focus tag is set in gnus-buffer-configuration.
6190
6191 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6194         the front stickiness.
6195
6196 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6199         url pattern; remove duplicate one.
6200         (gnus-article-extend-url-button): New function.
6201         (gnus-article-add-buttons): Use it.
6202         (gnus-button-push): Use concatenated url that it makes.
6203
6204 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6205
6206         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6207
6208 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6209
6210         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6211         Don't hardcode point-min==1.
6212
6213 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6216         Fix comment about "iso8859-1".
6217
6218 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6219
6220         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6221         ones returned from the verify-function.
6222
6223         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6224         mml2015-extract-cleartext-signature if extraction failed.
6225
6226 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6227
6228         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6229         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6230         failed.
6231
6232 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6235
6236 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6239         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6240         recommends to use EasyPG instead of PGG.
6241
6242         * pgg.el: Revert to revision 6.23.2.16.
6243
6244         * pgg-def.el: Revert to revision 6.6.2.14.
6245
6246         * pgg-gpg.el: Revert to revision 6.23.2.34.
6247
6248 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6251         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6252         thread for both the null and zero (kill/expire thread) universal prefix
6253         cases.
6254         (gnus-summary-expire-thread): Add new function to expire a thread,
6255         using gnus-summary-kill-thread.
6256         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6257         shortcuts for gnus-summary-expire-thread.
6258         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6259         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6260
6261 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6262
6263         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6264         extras value, so an extras entry can be deleted.
6265         (gnus-registry-delete-extra-entry): Use it.
6266         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6267         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6268         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6269         storage through the gnus-registry, and provide an appropriate API for
6270         it.
6271
6272 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6275         Suggested by Leo <sdl.web@gmail.com>.
6276
6277         * gnus.el: Do.
6278
6279 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6282         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6283
6284         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6285
6286         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6287         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6288
6289 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6292         newline.
6293         (nnmbox-request-accept-article): Don't change article in source buffer;
6294         narrow to header to use message-fetch-field rather than
6295         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6296         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6297         as delimiters; make sure article ends with newline.
6298         (nnmbox-delete-mail): Correct last position of article to be deleted;
6299         ignore X-Gnus-Newsgroup header in article body.
6300         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6301         positions; make sure article ends with newline.
6302
6303         * message.el (message-display-abbrev): Don't infloop when a user
6304         inserts SPC in the beginning of header.
6305
6306         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6307         coding-system-for-read and coding-system-for-write for XEmacs having no
6308         file-coding feature.
6309
6310         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6311
6312 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6315         list of groups not followed by default.  Fix type to be regexp.
6316         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6317
6318 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6319
6320         * hmac-def.el (define-hmac-function): Switch from old-style to
6321         new-style backquotes.
6322
6323         * md4.el (md4-make-step): Likewise.
6324
6325 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6328         raw-text coding system when saving .newsrc file, which may contain
6329         non-ASCII group names.
6330
6331 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-cus.el (gnus-score-extra): New widget.
6334         (gnus-score-extra-convert): New function.
6335         (gnus-score-customize): Use it for Extra.
6336
6337 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6338
6339         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6340         (mml2015-mailcrypt-clear-verify): Use it.
6341         (mml2015-gpg-clear-verify): Use it.
6342         (mml2015-pgg-clear-verify): Use it.
6343         (mml2015-epg-clear-verify): Replace the current part with the output
6344         from GnuPG; don't extract the plaintext by itself.
6345
6346         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6347         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6348         mml2015-clear-verify-function; don't touch the armor headers or
6349         dash-escaped text here.
6350
6351 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6354         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6355         parts, or application/octet-stream as a last resort.
6356         (gnus-mime-view-part-as-type): Don't toggle display.
6357         (gnus-mime-view-part-as-charset): Don't turn off display before
6358         querying charset.
6359
6360         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6361         stuff to undisplayer function in Emacs.
6362         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6363
6364         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6365         text/calendar parts.
6366
6367 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6370         decoding text/calendar parts.
6371
6372         * message.el (message-forward-make-body-mime): Always mark body as
6373         having no illegible text; remove signed-or-encrypted argument.
6374         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6375
6376         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6377         (mml-generate-mime-1): Don't encode body if it is specified to be in
6378         raw form; don't make buffer be unibyte when inserting multibyte string.
6379
6380 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6381
6382         * sha1.el: Fix up comment style.
6383         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6384         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6385
6386         * hex-util.el: Fix up comment style.
6387         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6388
6389         * gnus-salt.el: Use with-current-buffer.
6390         (gnus-pick-setup-message): Fix long-standing typo.
6391
6392 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * imap.el (imap-logout-timeout): New variable.
6395         (imap-logout, imap-logout-wait): New functions.
6396         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6397
6398         * nnimap.el (nnimap-logout-timeout): New server variable.
6399         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6400         nnimap-logout-timeout.
6401
6402         * gnus-art.el (gnus-article-summary-command-nosave)
6403         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6404
6405 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * gnus.el (gnus-maximum-newsgroup): New variable.
6408
6409         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6410         according to gnus-maximum-newsgroup.
6411
6412         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6413         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6414         Limit the range of articles according to gnus-maximum-newsgroup.
6415
6416 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6417
6418         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6419         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6420         Don't perform gnus-configure-windows here; reuse existing sticky
6421         article buffer.
6422
6423         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6424         it doesn't exist in gnus-article-mode.
6425
6426 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6429         (gnus-agent-decoded-group-name): New function.
6430         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6431         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6432
6433 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6434
6435         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6436         Add binding for gnus-sticky-article.
6437         (gnus-summary-exit): Don't kill sticky article buffers.
6438
6439         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6440         article buffer.
6441         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6442         (gnus-kill-sticky-article-buffers): New commands.
6443
6444 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * nntp.el (nntp-xref-number-is-evil): New server variable.
6447         (nntp-find-group-and-number): If it is non-nil, don't trust article
6448         numbers in the Xref header.
6449
6450 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * gnus-agent.el (gnus-agent-read-group): New function.
6453         (gnus-agent-flush-group, gnus-agent-expire-group)
6454         (gnus-agent-regenerate-group): Use it.
6455         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6456         nnmail-pathname-coding-system.
6457
6458 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6461
6462         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6463         that are unread as unread, and also as selected so that information of
6464         marks having been changed by a user may be updated when exiting group.
6465
6466 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6469         calculated ignoring signature parts to gnus-treat-article.
6470
6471 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6474         a point here in order to keep the window start.
6475         (gnus-insert-mime-security-button): Make a button overlay without the
6476         front stickiness.
6477         (gnus-mime-display-security): Goto the end of a button.
6478
6479         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6480
6481 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6484         group-name-at-point.
6485         (gnus-group-completing-read): New function that offers decoded
6486         non-ASCII group names for completion.
6487         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6488         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6489         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6490         (gnus-group-fetch-control): Use it.
6491         (gnus-fetch-group): Use group-name-at-point for the initial value
6492         rather than the default value; use gnus-alive-p.
6493
6494         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6495         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6496         (gnus-summary-post-news): Use gnus-group-completing-read.
6497
6498         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6499         (gnus-read-move-group-name): Decode group name for completion.
6500
6501 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6502
6503         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6504         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6505         Yamaoka slightly modified the code).
6506
6507 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6510         (nnmail-split-incoming): Bind it.
6511
6512         * nnml.el (nnml-group-name-charset): New function.
6513         (nnml-decoded-group-name): Use it; don't decode group name if
6514         nnmail-group-names-not-encoded-p is non-nil.
6515         (nnml-encoded-group-name): New function.
6516         (nnml-group-pathname): Inline nnml-decoded-group-name.
6517         (nnml-request-expire-articles): Decode group name in message.
6518         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6519         nnmail-pathname-coding-system.
6520         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6521         not decoded ones according to nnmail-group-names-not-encoded-p.
6522         (nnml-generate-active-info): Use nnml-encoded-group-name.
6523
6524 2007-08-08  Glenn Morris  <rgm@gnu.org>
6525
6526         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6527         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6528         doc-strings and comments.
6529
6530 2007-07-25  Glenn Morris  <rgm@gnu.org>
6531
6532         * Relicense all FSF files to GPLv3 or later.
6533
6534 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-sum.el (gnus-summary-move-article): Make
6537         gnus-summary-respool-article work.
6538
6539 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6542         string.
6543
6544 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6545
6546         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6547         that should be ignored when comparing distant RSS articles with local
6548         ones.
6549         (nnrss-make-hash-index): New function.  Create a hash index according
6550         to the ignored fields.
6551         (nnrss-check-group): Use it.
6552
6553 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6556
6557         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6558
6559         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6560         the new optional argument ENCODED is non-nil.
6561         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6562         coding system for encoding group name.
6563         (gnus-group-make-rss-group): Pass un-encoded group name to
6564         gnus-group-make-group.
6565         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6566         encoded.
6567
6568         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6569         Encode group name to which articles are moved or copied.
6570         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6571         coding system for encoding Newsgroup, Followup-To and Xref headers.
6572
6573         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6574         marks; use nnheader-file-coding-system to write a file.
6575         (nnagent-retrieve-headers): Bind file-name-coding-system to
6576         nnmail-pathname-coding-system.
6577
6578         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6579
6580         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6581         (nnml-request-article, nnml-request-create-group)
6582         (nnml-request-rename-group, nnml-find-id)
6583         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6584         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6585         (nnml-save-marks): Use nnml-group-pathname instead of
6586         nnmail-group-pathname.
6587
6588         (nnml-request-create-group, nnml-request-expire-articles)
6589         (nnml-request-move-article, nnml-request-delete-group)
6590         (nnml-deletable-article-p, nnml-possibly-create-directory)
6591         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6592         (nnml-open-marks): Bind file-name-coding-system to
6593         nnmail-pathname-coding-system.
6594
6595         (nnml-request-article): Pass server argument to nnml-find-group-number.
6596         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6597         server argument to nnml-possibly-create-directory.
6598         (nnml-request-accept-article): Pass server argument to
6599         nnml-active-number and nnml-save-mail.
6600         (nnml-find-group-number): Pass server argument to nnml-find-id.
6601         (nnml-request-update-info): Pass server argument to
6602         nnml-marks-changed-p.
6603
6604         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6605         (nnml-save-mail, nnml-active-number): Add server argument.
6606
6607         (nnml-request-delete-group): Warn if group is missing.
6608         (nnml-get-nov-buffer): Decode group name.
6609         (nnml-generate-active-info): Encode group name.
6610         (nnml-open-marks): Decode group name in messages.
6611
6612 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6615         if it is not specified.
6616         (gnus-article-pipe-part, gnus-article-save-part)
6617         (gnus-article-interactively-view-part, gnus-article-copy-part)
6618         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6619         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6620         (gnus-article-replace-part, gnus-article-delete-part)
6621         (gnus-article-view-part-as-type): Pass raw prefix argument to
6622         gnus-article-part-wrapper.
6623
6624 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-agent.el (gnus-agent-save-active): Bind
6627         nnheader-file-coding-system to gnus-agent-file-coding-system.
6628
6629         * gnus-cache.el (gnus-cache-save-buffers)
6630         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6631         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6632         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6633         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6634         (gnus-cache-generate-active, gnus-cache-rename-group)
6635         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6636         (gnus-cache-update-overview-total-fetched-for): Bind
6637         file-name-coding-system to nnmail-pathname-coding-system.
6638         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6639         variables.
6640         (gnus-cache-decoded-group-name): New function.
6641         (gnus-cache-file-name): Use it.
6642         (gnus-cache-generate-active): Use non-decoded group name for active.
6643
6644         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6645         right place.
6646         (gnus-write-active-file): Don't break non-ASCII group names.
6647
6648         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6649         nnmail-pathname-coding-system.
6650
6651         * lpath.el: Bind default-file-name-coding-system,
6652         file-name-coding-system and language-info-alist for XEmacs.
6653
6654         * gnus-uu.el (gnus-uu-decode-save): Typo.
6655
6656 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6659
6660 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6663         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6664         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6665         (gnus-agent-flush-group, gnus-agent-flush-cache)
6666         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6667         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6668         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6669         (gnus-agent-regenerate-group)
6670         (gnus-agent-update-files-total-fetched-for)
6671         (gnus-agent-update-view-total-fetched-for): Bind
6672         file-name-coding-system to nnmail-pathname-coding-system.
6673         (gnus-agent-group-pathname): Don't encode file names by
6674         nnmail-pathname-coding-system.
6675         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6676         coding-system-for-write instead of buffer-file-coding-system to
6677         gnus-agent-file-coding-system.
6678
6679         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6680         Decode group name.
6681
6682         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6683
6684         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6685         (gnus-read-newsrc-el-file): Make group names unibyte.
6686
6687         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6688         nnmail-pathname-coding-system.
6689
6690         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6691         (nnrss-request-delete-group): Bind file-name-coding-system to
6692         nnmail-pathname-coding-system.
6693         (nnrss-read-server-data, nnrss-read-group-data): Bind
6694         file-name-coding-system correctly.
6695         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6696
6697         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6698         (nntp-server-to-method-cache): New variable.
6699         (nntp-group-pathname): New function that decodes non-ASCII group names.
6700         (nntp-possibly-create-directory, nntp-marks-changed-p)
6701         (nntp-save-marks, nntp-open-marks): Use it.
6702         (nntp-possibly-create-directory, nntp-open-marks):
6703         Bind file-name-coding-system to nnmail-pathname-coding-system.
6704         (nntp-open-marks): Decode group names when bootstrapping marks.
6705
6706         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6707         Newsgroups and Folowup-To headers.
6708
6709 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6712         (gnus-server-closed-face, gnus-server-denied-face)
6713         (gnus-server-offline-face): Remove variable.
6714         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6715
6716         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6717         of modifying message-stack directly for XEmacs.
6718
6719         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6720         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6721         if the coding-system argument is nil for XEmacs.
6722
6723         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6724         mm-charset-override-alist.
6725
6726         * rfc2047.el: Don't require base64; require rfc2045 for the function
6727         rfc2045-encode-string.
6728         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6729         to quote the parameter value.
6730
6731 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6734         form in gnus-group-name-charset-method-alist.
6735
6736         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6737         overrides the default layout edit-form.
6738
6739         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6740
6741         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6742
6743 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6746         as unfetched articles.
6747
6748 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6751
6752 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6755         original back end that keeps marks in the local system.
6756
6757 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6760         arg of pop-to-buffer for XEmacs.
6761         (gnus-article-read-summary-keys): Ditto; don't restore window
6762         configuration if summary command ends up with neither article buffer
6763         nor summary buffer; describe bindings if summary keys end with C-h.
6764
6765 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * message.el (message-fix-before-sending): Skip raw message part to be
6768         forwarded while checking illegible text.
6769         (message-forward-make-body-mime, message-forward-make-body): Mark
6770         signed or encrypted raw message as having no illegible text.
6771
6772 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6775         (gnus-message-with-timestamp-1): New macro.
6776         (gnus-message-with-timestamp): New function.
6777         (gnus-message): Use them.
6778
6779         * nnheader.el (nnheader-message): Use them.
6780
6781 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6784         .newsrc.eld file.
6785
6786 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus-agent.el (gnus-agent-fetch-headers)
6789         (gnus-agent-retrieve-headers): Bind
6790         gnus-decode-encoded-address-function to identity.
6791
6792         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6793         available also when the server returns simply a dot.
6794
6795         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6796
6797 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6800
6801 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-ems.el (gnus-x-splash): Make it work.
6804
6805         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6806         from being used.
6807
6808         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6809
6810 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6813         4th and the 5th arguments.
6814
6815         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6816         the front stickiness.
6817         (gnus-article-summary-command-nosave): Correct the order of the
6818         arguments passed to pop-to-buffer.
6819         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6820         summary command ends up with the article buffer.
6821
6822         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6823         the same faces.
6824
6825 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6826
6827         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6828
6829 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6830
6831         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6832         * gnus-sum.el (gnus-summary-highlight):
6833         * pgg.el (pgg-sign-region, pgg-sign):
6834         * mail-source.el (mail-source-delete-old-incoming-confirm):
6835         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6836
6837 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-art.el (gnus-mime-view-part-externally)
6840         (gnus-mime-view-part-internally): Fix predicate function passed to
6841         completing-read.
6842
6843         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6844
6845         * gnus.el (gnus-update-message-archive-method): Add :version.
6846
6847 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus.el (gnus-update-message-archive-method): New variable.
6850
6851         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6852         according to gnus-message-archive-method if
6853         gnus-update-message-archive-method is non-nil.
6854
6855 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6858         by Loic Dachary <loic@dachary.org>.
6859         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6860
6861 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * message.el (message-pop-to-buffer): Add switch-function argument.
6864         (message-mail): Pass switch-function argument to it.
6865
6866 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6869         Improve doc string.
6870
6871 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6874         (gnus-header-content)
6875         * gnus-cite.el (gnus-cite-10)
6876         * gnus-srvr.el (gnus-server-closed)
6877         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6878         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6879         (gnus-group-mail-3-empty, gnus-group-mail-low)
6880         (gnus-group-mail-low-empty, gnus-splash)
6881         * message.el (message-header-to, message-header-cc)
6882         (message-header-subject, message-header-other, message-header-name)
6883         (message-header-xheader, message-separator, message-cited-text)
6884         (message-mml): Lighten colors of faces used for dark background.
6885
6886 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6887
6888         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6889         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6890
6891 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * message.el (message-narrow-to-headers-or-head):
6894         Ignore mail-header-separator in the body.
6895
6896 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6899         same as window size.
6900
6901 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6902
6903         * message.el (message-font-lock-keywords): Use message-header-xheader
6904         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6905         ahead of the anything pattern, to get it recognised.
6906
6907 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6910         spam.el loads uses it in the compiled defadvice form.
6911
6912 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6913
6914         * gnus-sum.el (gnus-articles-to-read)
6915         (gnus-summary-insert-old-articles): Don't truncate group name for
6916         `read-string'.
6917
6918         * gnus-util.el (gnus-limit-string): Delete this function.
6919
6920         * gnus-sum.el (gnus-simplify-subject-fully): Use
6921         `truncate-string-to-width' instead.
6922
6923 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6924
6925         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6926         if, on summary exit, the next group has to be selected.
6927         (gnus-summary-exit): Use it.
6928
6929 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6932         non-break space.
6933
6934 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6937         Check if group is not a directory.
6938         (nnfolder-request-expire-articles): Don't delete articles if the target
6939         group is not available.
6940
6941         * nnml.el (nnml-request-create-group): Properly check if group is not a
6942         file.
6943         (nnml-request-expire-articles): Don't delete articles if the target
6944         group is not available.
6945
6946         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6947         Don't quote characters that are within parentheses.
6948
6949 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6952         (gnus-handle-ephemeral-exit): Select article according to it.
6953
6954 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6955
6956         * message.el (message-insert-formated-citation-line): Remove newline.
6957         (message-citation-line-format): Add final \n here so that the user can
6958         avoid a blank line.
6959
6960 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6961
6962         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6963         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6964         Update lanl/arXiv support.
6965
6966 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * gnus.el: Bump version number.
6969
6970 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * gnus.el (gnus-version-number): Bump version.
6973
6974 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6975
6976         * gnus.el: No Gnus v0.6 is released.
6977
6978 2007-04-27  Didier Verna  <didier@xemacs.org>
6979
6980         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6981         * gmm-utils.el (gmm-regexp-concat): here.
6982         * message.el: Don't require 'gnus-util.
6983         (message-dont-reply-to-names): Handle name change above.
6984         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6985
6986 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6989         since the initial value varies according to the system.
6990
6991 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6994
6995 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6996
6997         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6998
6999 2007-04-24  Didier Verna  <didier@xemacs.org>
7000
7001         Improve the type of gnus-ignored-from-addresses.
7002         * gnus-util.el (gnus-orify-regexp): New function.
7003         * message.el (gnus-util): Require it.
7004         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7005         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7006         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7007
7008 2007-04-24  Didier Verna  <didier@xemacs.org>
7009
7010         * gnus-sum.el:
7011         * gnus-utils.el: Fix some trailing whitespaces.
7012
7013 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7016         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7017         article's Message-ID; refer parent article in summary buffer.
7018
7019         * message.el (message-bounce): Call mime-to-mml.
7020
7021         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7022         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7023         optimize and/or forms properly.
7024
7025 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7028         URL.
7029
7030 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7033
7034 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7037         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7038         displayed of multipart/alternative part if it is invoked from summary
7039         buffer.
7040
7041         * mm-view.el (mm-inline-text-html-render-with-w3m)
7042         (mm-inline-text-html-render-with-w3m-standalone)
7043         (mm-inline-render-with-function): Use mail-parse-charset by default.
7044
7045 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7046
7047         * parse-time.el (parse-time-string-chars): Check if CHAR
7048         is less than the length of parse-time-syntax.
7049
7050 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7053         from gnus-newsgroup-processable.
7054
7055 2007-04-16  Didier Verna  <didier@xemacs.org>
7056
7057         * gnus-msg.el (gnus-configure-posting-styles): Handle
7058         message-signature-directory properly with :file syntax.  Reported by
7059         "Leo".
7060
7061 2007-04-11  Didier Verna  <didier@xemacs.org>
7062
7063         New user option: message-signature-directory.
7064         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7065         * message.el (message-insert-signature): Ditto.
7066         * message.el (message-signature-file): Doc update.
7067         * message.el (message-signature-directory): New.
7068
7069 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-msg.el (gnus-inews-yank-articles): Use
7072         message-exchange-point-and-mark instead of exchange-point-and-mark.
7073
7074 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * message.el (message-yank-original): Make sure cited text ends with
7077         newline; don't exchange point and mark.
7078
7079 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7080
7081         * tls.el (open-tls-stream): Properly handle case where there
7082         is no associated buffer.
7083
7084 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7085
7086         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7087         message-yank-original, make sure (< mark TEXT point).
7088
7089 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * message.el (message-fill-column): New variable.
7092         (message-mode): Use it.  Add comment on a possible new hook.
7093
7094         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7095         (nnmail-get-new-mail): Reformat.
7096
7097         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7098
7099         * gmm-utils.el: Fix Commentary.
7100         (gmm-tool-bar-from-list): Fix typo in doc string.
7101
7102 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7103
7104         * message.el (message-yank-original): Don't switch point and mark
7105         unnecessarily to put point and mark as documented.
7106
7107 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7110         from the message heads.
7111
7112 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7113
7114         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7115         article buffer does not have a window.  This may not be the best
7116         solution but is certainly better than setting the start of the null,
7117         that is the current, window.
7118
7119 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7122         (gnus-draft-setup): Run it.
7123
7124         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7125         gnus-score-fast-scoring.  Allow regexp.
7126         (gnus-score-headers): Use it.
7127
7128         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7129         XEmacs.
7130
7131         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7132         string.
7133         (gnus-button-alist): Also catch `<f1> k ...'.
7134         (gnus-treat-display-x-face): Fix doc string.
7135
7136 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7137
7138         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7139         evaluation of gnus-extended-version to ensure correct generation of the
7140         User-Agent header when message-generate-headers-first is used.
7141
7142 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7143
7144         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7145         hashcash-path is nil.  Don't call callback with incorrect number of
7146         parameters if val is 0.
7147
7148 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7149
7150         * message.el (message-required-news-headers):
7151         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7152
7153 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7154
7155         * tls.el (open-tls-stream): In handshake-waiting loop,
7156         don't wait more if there is output available to process.
7157
7158 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7159
7160         * tls.el (tls-program): Doc fix.
7161
7162 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * message.el (message-generate-new-buffers): Change the meaning of the
7165         nil value; add `standard' to the choices; treat t as `unique'; improve
7166         doc string.
7167         (gnus-select-frame-set-input-focus): Autoload.
7168         (message-buffer-name): Search for the existing message buffer if
7169         message-generate-new-buffers is nil or `standard'; treat the value t of
7170         message-generate-new-buffers as `unique'.
7171         (message-pop-to-buffer): Raise the frame already displaying the message
7172         buffer; clear the echo area after querying.
7173         (message-setup): Pass the `continue' argument to compose-mail.
7174         (message-mail): Prefer `switch-function' if it is given; search for the
7175         existing message buffer if the `continue' argument is non-nil; pass
7176         continue and switch-function arguments to compose-mail by way of
7177         message-setup.
7178         (message-mail-other-window): Adjust argument of message-setup.
7179         (message-mail-other-frame): Ditto.
7180
7181 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7184         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7185         to turn font-lock on when turning gnus-message-citation-mode on.
7186
7187 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7188
7189         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7190         (mml-smime-function-alist): New variable; add epg as the backend.
7191         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7192         mml-smime- functions instead.
7193         * mm-view.el: Require smime.
7194
7195 2007-03-05  Didier Verna  <didier@xemacs.org>
7196
7197         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7198         instead of just inheritance for posting styles.
7199         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7200
7201 2007-02-24  Chris Moore  <dooglus@gmail.com>
7202
7203         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7204         * pgg-pgp.el (pgg-pgp-encrypt-region):
7205         * pgg-gpg.el (pgg-gpg-encrypt-region):
7206         Check pgg-encrypt-for-me if no other recipients.
7207
7208 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7209
7210         * tls.el (tls-certtool-program): Fix custom type.
7211
7212 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7215         and point-at-eol instead of line-(beginning|end)-position.
7216
7217         * assistant.el (assistant-parse-buffer): Ditto.
7218
7219         * netrc.el (netrc-parse-services): Ditto.
7220
7221 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7222
7223         * mml2015.el (mml2015-epg-find-usable-key): New function.
7224         (mml2015-epg-sign): Use it.
7225         (mml2015-epg-encrypt): Use it.
7226
7227 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * message.el (message-make-in-reply-to): Quote name containing
7230         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7231         if there are special characters.  Reported by NAKAJI Hiroyuki
7232         <nakaji@jp.freebsd.org>.
7233
7234 2007-02-27  Didier Verna  <didier@xemacs.org>
7235
7236         Include the group parameters as well as the topic ones in the
7237         inheritance filter process.
7238         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7239         argument GROUP-PARAMS-LIST.
7240         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7241
7242 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * nntp.el (nntp-never-echoes-commands)
7245         (nntp-open-connection-functions-never-echo-commands): New variables.
7246         (nntp-send-command): Use them.
7247
7248 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7249
7250         * mml2015.el (mml2015-epg-verify): Simplified.
7251
7252 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * mml.el (mml-content-disposition-alist): New user option.
7255         (mml-content-disposition): New function.
7256         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7257         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7258
7259 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7260
7261         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7262         verification.
7263
7264 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7265
7266         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7267         articles posted in the last 24 hours.
7268
7269 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7270
7271         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7272
7273 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7274
7275         * nntp.el (nntp-send-command): Don't wait for echoes when
7276         nntp-open-ssl-stream is used.
7277
7278 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7281         (gnus-message-add-citation-keywords)
7282         (gnus-message-remove-citation-keywords): Remove.
7283         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7284         directly, make the variables in font-lock-defaults buffer-local, add
7285         gnus-message-citation-keywords to them and then update the value of
7286         font-lock-keywords.
7287
7288 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * message.el (message-cite-original-1): Don't call
7291         gnus-article-highlight-citation.
7292
7293         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7294         citations; fix line count.
7295
7296 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7299         (gnus-message-add-citation-keywords)
7300         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7301         versions of font-lock-add-keywords and font-lock-remove-keywords to
7302         work with XEmacs correctly.
7303
7304 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus-cite.el (gnus-cite-face-list): Set the values of
7307         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7308         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7309         (gnus-message-cite-prefix-regexp): New variable.
7310         (gnus-message-search-citation-line): Use it; protect against long
7311         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7312         the 0th match data for Emacs.
7313         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7314         (gnus-message-add-citation-keywords): Append keywords rather than
7315         prepending; emulate font-lock-add-keywords if it is not available.
7316         (gnus-message-remove-citation-keywords): Emulate
7317         font-lock-remove-keywords if it is not available.
7318
7319         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7320
7321         * message.el (message-cite-prefix-regexp): Set the value of
7322         gnus-message-cite-prefix-regexp.
7323
7324 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7325
7326         * nnweb.el (nnweb-google-parse-1): Update parser.
7327
7328 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7329
7330         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7331
7332 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7333
7334         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7335         regexp.
7336
7337 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7340         string-to-multibyte.
7341         (uudecode-decode-region-internal): Use it.
7342
7343         * lpath.el: Fbind string-as-multibyte for XEmacs.
7344
7345 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7348         custom choice.
7349
7350         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7351
7352 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7353
7354         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7355
7356         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7357         `write-region' to respect `mm-inhibit-file-name-handlers'.
7358
7359 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7362         Use gnus-home-directory instead of "~/" or "$HOME".
7363
7364 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7365
7366         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7367         to mention filename.
7368         Add comments at beginning regarding usage.
7369         (encrypt-write-file-contents): Change interactive so a string is
7370         acceptable.  If the file has no associated model, show an error instead
7371         of a nonsense prompt.
7372
7373 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7374
7375         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7376         Thanks to Yoshihiko Yamada for kind notification of this typo.
7377
7378 2007-01-12  Kenichi Handa  <handa@m17n.org>
7379
7380         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7381         multibyte buffer.
7382
7383 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * gnus-score.el (gnus-score-fast-scoring): New variable.
7386         (gnus-score-headers): Use it.
7387
7388         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7389
7390         * message.el (message-cite-original-1): Call
7391         gnus-article-highlight-citation if requested.
7392         (message-make-from): Allow name and address as optional arguments.
7393
7394         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7395
7396         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7397         bugs to doc string.
7398         (gnus-button-alist): Add mid\\|message-id.
7399         (gnus-button-fetch-group): Extend for use in
7400         `browse-url-browser-function'.
7401         (gnus-button-url-regexp): Try to catch paired parentheses like in
7402         Wikipedia URLs.
7403
7404         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7405         Suggested by Simon Krahnke <overlord@gmx.li>.
7406
7407 2007-01-13  Romain Francoise  <romain@orebokech.com>
7408
7409         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7410         Update copyright.
7411
7412 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7413
7414         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7415
7416 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7417
7418         * gnus-registry.el (gnus-registry-unfollowed-groups)
7419         (gnus-registry-split-fancy-with-parent): Fix documentation.
7420
7421 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7424         from nnweb groups.
7425
7426 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7427
7428         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7429         Xref urls.  Erase buffer before requesting head.
7430
7431 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7434         customizable.
7435
7436 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7437
7438         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7439         no signing key is found.
7440         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7441         no encrypting and/or signing key is found.
7442
7443 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7446
7447 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7448
7449         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7450         headers read from disk with the ones newly found in the current search.
7451         This should no longer cause problems, because the article numbers in
7452         Gmane's `nov.php' output are ignored since the previous change.
7453
7454 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7455
7456         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7457
7458 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7461         replace-regexp-in-string; bind url-version; fbind display-images-p and
7462         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7463         find-face and set-itimer-function for Emacs; bind itimer-list for
7464         Emacs.
7465
7466         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7467
7468 2007-01-01  Romain Francoise  <romain@orebokech.com>
7469
7470         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7471
7472 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7473
7474         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7475         `define-minor-mode' macro definition expanded properly.
7476         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7477         exclude it there.
7478
7479         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7480         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7481         `fboundp' test.
7482         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7483         This is OK to autoload in (S)XEmacs now.
7484
7485 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486
7487         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7488         keystroke.
7489         (gnus-summary-limit-to-singletons): Fix typo.
7490
7491         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7492         else fails.
7493
7494 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7495
7496         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7497         docstring.
7498
7499         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7500         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7501         (gnus-summary-insert-dormant-articles): Fix typo in message.
7502
7503 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7506         nil for XEmacs.
7507         (gnus-message-citation-mode): Don't autoload in XEmacs.
7508
7509         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7510
7511 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7512
7513         * nnimap.el (nnimap-expunge-search-string): Mention
7514         nnimap-search-uids-not-since-is-evil in docstring.
7515
7516 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * spam.el: Revert to make-obsolete-variable because
7519         define-obsolete-variable-alias is not supported in Emacs 21.
7520
7521         * spam.el (spam-ifile-path, spam-ifile-database-path)
7522         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7523         make-obsolete-variable.
7524         (spam-bsfilter-path, spam-bsfilter-program)
7525         (spam-spamassassin-path, spam-spamassassin-program)
7526         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7527         use "path" inappropriately.
7528         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7529         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7530         variable names.
7531
7532 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7533
7534         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7535         summary buffer.
7536
7537         * password.el (password-cache-remove): Use clear-string to burn
7538         password, if available.
7539
7540 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7543
7544         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7545
7546         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7547         (gnus-message-highlight-citation): Move defcustom here from
7548         gnus-cite.el.
7549         (gnus-message-citation-mode): Autoload.
7550
7551         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7552         checks to make it compile with XEmacs.
7553         (gnus-message-citation-mode): New minor mode.
7554         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7555         (gnus-message-highlight-citation): New variables.
7556         (gnus-message-search-citation-line)
7557         (gnus-message-add-citation-keywords)
7558         (gnus-message-remove-citation-keywords)
7559         (turn-on-gnus-message-citation-mode)
7560         (turn-off-gnus-message-citation-mode): New functions.
7561
7562 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7563
7564         * gnus-cite.el: Enable highlighting of different citation levels in
7565         message-mode.
7566
7567 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * message.el (message-make-fqdn): Fix comment.
7570         (message-bogus-system-names): Add ".local".
7571
7572         * spam.el (spam-ifile-path, spam-ifile-program)
7573         (spam-ifile-database-path, spam-ifile-database)
7574         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7575         Don't use "path" inappropriately.
7576         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7577         strings.
7578         (spam-check-ifile, spam-ifile-register-with-ifile)
7579         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7580         new variable names.
7581
7582         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7583         (gnus-treat-display-smileys): Simplify using
7584         gnus-image-type-available-p.
7585
7586         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7587         available.
7588
7589         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7590         `display-images-p' if available.
7591
7592 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7595         one after turning on the buffer's multibyteness instead of decoding
7596         them directly in the unibyte buffer that causes unexpected conversion
7597         in Emacs 23 (unicode).
7598
7599 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7600
7601         * message.el (message-generate-hashcash): Fix custom type.
7602
7603 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7606
7607 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7610         disconnect icons.  Add help text.
7611
7612 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7615         negated to be consistent with the others we handle.
7616
7617 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7618
7619         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7620         version of gnus-summary-buffer to something, so that we can use two
7621         article buffers at the same time.
7622
7623 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7624
7625         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7626         trigger all the extra headers.
7627         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7628         sorting.
7629
7630 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7631
7632         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7633         solid groups.
7634
7635 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7636
7637         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7638
7639 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * legacy-gnus-agent.el: Add Copyright notice.
7642
7643 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7644
7645         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7646
7647 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7650
7651         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7652         to make it work reliably in CVS Emacs.
7653         (gnus-summary-limit-strange-charsets-predicate)
7654         (gnus-summary-limit-to-predicate): New functions.
7655
7656 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7657
7658         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7659         specifying array size.
7660         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7661         array if it is too small.
7662         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7663         (gnus-sort-threads-loop): New function.
7664
7665 2006-12-06  Chris Moore  <dooglus@gmail.com>
7666
7667         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7668         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7669
7670 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7671
7672         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7673         options.
7674
7675 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7678         DOS-ing the recipient.
7679
7680         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7681         the headers when creating the mapping to avoid mismappings.
7682         (nnweb-gmane-create-mapping): Always nix out old mapping.
7683
7684 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7687         and mm-verify-option to never.
7688
7689 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * message.el (message-signed-or-encrypted-p): New function.
7692         (message-forward-make-body): Use it.
7693
7694         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7695         Replace encode-coding-string with mm-encode-coding-string.
7696
7697 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * nneething.el (nneething-decode-file-name): Replace
7700         decode-coding-string with mm-decode-coding-string.
7701
7702         * gnus-int.el (gnus-open-server): Say failed server's name.
7703
7704 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7705
7706         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7707         strings to a single string.  Quote `errors-file-name'.
7708         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7709         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7710         Adjust calls.  Use `shell-quote-argument'.
7711
7712 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7713
7714         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7715         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7716
7717         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7718         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7719         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7720         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7721         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7722         (gnus-subscribe-newsgroup, gnus-1):
7723         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7724         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7725         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7726         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7727
7728 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7731         keystroke.
7732         (gnus-summary-limit-to-bodies): Implement headersp.
7733
7734 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7737
7738 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7741
7742 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * message.el (message-generate-hashcash): Expand range of values to
7745         include `opportunistic'.
7746         (message-send-mail): Use it.
7747
7748 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7749
7750         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7751         and comment it.
7752
7753         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7754
7755 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * gnus-util.el (gnus-extract-address-components): Improve comment.
7758
7759 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-util.el (gnus-extract-address-components): Work with address in
7762         which the name portion contains @.
7763
7764         * lpath.el: Fbind custom-autoload.
7765
7766 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * gnus.el (gnus-start): Move custom group up.
7769         (gnus-select-method): Don't autoload, but make it available for
7770         `customize-variable'.
7771         (gnus-getenv-nntpserver): Don't autoload.
7772
7773 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7774
7775         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7776
7777 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * message.el (message-sendmail-extra-arguments): New variable.
7780         (message-send-mail-with-sendmail): Use it.
7781
7782 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7785         mm-with-unibyte-current-buffer to make string unibyte.
7786
7787         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7788         mm-string-as-multibyte.
7789
7790 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7791
7792         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7793         Reported by Werner Koch <wk@gnupg.org>.
7794
7795 2006-11-14  Daiki Ueno  <ueno@p360>
7796
7797         * mml2015.el: Autoload epa-select-keys when compiling.
7798
7799 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7800
7801         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7802         message-options.
7803         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7804
7805 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7806
7807         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7808         EasyPG (< 0.0.6).
7809         (mml2015-always-trust): New user option.
7810         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7811         prompt.
7812
7813 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * nntp.el (nntp-authinfo-force): New variable.
7816         (nntp-send-authinfo): Use it.
7817
7818 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7821         decode encoded words.  Improve prompt.  Add comment about forwarding.
7822         (message-replacement-char): Move up.
7823
7824 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7825
7826         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7827         instead of gnus-intersection because arguments of gnus-sorted-nunion
7828         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7829
7830 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7833         (message-simplify-subject-functions): Enable
7834         message-strip-subject-encoded-words by default.
7835
7836 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * message.el (message-strip-subject-encoded-words): New function.
7839         (message-simplify-subject-functions): New variable.
7840         (message-simplify-subject): Use it.  Fix typo in doc string.
7841         Support message-strip-subject-encoded-words.
7842
7843 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7844
7845         * gnus-diary.el (gnus-diary-delay-format-function):
7846         * nndiary.el (nndiary-reminders):
7847         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7848
7849 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * gnus-art.el (article-hide-boring-headers): Fetch date from
7852         gnus-original-article-buffer to avoid problems with localized date
7853         strings.
7854
7855 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7858
7859 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7862         New variables.
7863         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7864         (mm-charset-synonym-alist): Move some entries to
7865         mm-codepage-iso-8859-list.
7866         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7867         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7868
7869 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7872
7873 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7876         with Emacs 21 and XEmacs.
7877
7878 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * spam.el (spam-parse-address): New function for better parsing,
7881         catching errors, etc.
7882         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7883
7884 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * mm-view.el: Add interactive arg to html2text autoload.
7887
7888 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7891
7892 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7895         variables.
7896         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7897         (mm-charset-synonym-alist): Move some entries to
7898         mm-codepage-iso-8859-list.
7899
7900         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7901
7902 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * message.el (message-citation-line-format)
7905         (message-insert-formated-citation-line): Fix implementation of %E, %N
7906         and %n according to the doc string.
7907
7908 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7909
7910         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7911         car-safe to avoid bad parses.
7912
7913 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7916         names.
7917
7918         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7919
7920 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7923         header.
7924
7925         * message.el (message-draft-headers): Add Date.
7926         (message-headers-to-generate): Fix typo in docstring.
7927
7928         * nndraft.el (nndraft-required-headers): New variable.
7929         (nndraft-generate-headers): Use it.
7930
7931         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7932
7933 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7934
7935         * gnus-registry.el (gnus-registry-wash-for-keywords)
7936         (gnus-registry-find-keywords): New functions to allow easy searching of
7937         articles that are in the registry.
7938
7939 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7940
7941         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7942         ietf-drums-parse-address instead of gnus-extract-address-components.
7943         Reported by Damien Elmes <damien@repose.cx>.
7944
7945 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * gnus.el (gnus-mime): Remove unused custom group.
7948
7949 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7950
7951         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7952         "blank line" when searching for end of armor headers.
7953
7954 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gmm-utils.el (gmm-write-region): Fix variable name.
7957
7958 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * gmm-utils.el (gmm-write-region): New function based on compatibility
7961         code from `mm-make-temp-file'.
7962
7963         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7964
7965         * nnmaildir.el (nnmaildir--update-nov)
7966         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7967         Use `gmm-write-region'.
7968
7969 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7972         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7973
7974         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7975
7976         * message.el (message-replacement-char): New variable.
7977         (message-fix-before-sending): Use it.
7978         (message-simplify-subject): New function to remove duplicate code.
7979         (message-reply, message-followup): Use it.
7980
7981         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7982         gnus-summary-limit-to-articles.
7983
7984 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-util.el (gnus-with-local-quit): New macro.
7987
7988         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7989
7990 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7991
7992         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7993         ignore non-string data.
7994
7995 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7996
7997         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7998         non-string data (needs to be done in the registry too).
7999
8000 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8001
8002         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8003         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8004         (gnus-registry-split-fancy-with-parent)
8005         (gnus-registry-fetch-simplified-message-subject-fast)
8006         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8007         Remove text properties on ingress into the registry and when it's saved.
8008         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8009         registry from entries with no groups.
8010
8011 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8014         function to remove string properties.
8015
8016 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * gmm-utils.el (gmm): Adjust custom version.
8019
8020         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8021         custom version.
8022
8023         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8024
8025 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8026
8027         * gnus-art.el (gnus-insert-prev-page-button)
8028         (gnus-insert-next-page-button): Simplify.  Reformat.
8029
8030 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8031
8032         * gnus-art.el (gnus-insert-prev-page-button)
8033         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8034
8035 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8036
8037         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8038
8039 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8040
8041         * gnus-art.el (gnus-insert-mime-button)
8042         (gnus-insert-mime-security-button):
8043         Apply gnus-article-button-face to MIME and security buttons.
8044
8045 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8048         readable.
8049
8050 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8053
8054 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8055
8056         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8057         `browse-url-of-file' instead of `browse-url'.
8058
8059 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8060
8061         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8062         regexp.  Articles containing quotation were cut prematurely.
8063
8064 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * message.el (message-cite-original-1): Use nobody by default for the
8067         value of From header.
8068         (message-reply): Ditto.
8069
8070 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8071
8072         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8073         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8074         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8075
8076 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8079         mails in the doc string.  Add some URLs in comment.
8080         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8081
8082 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8085         backslashes handling and the way to find boundaries of quoted strings.
8086
8087 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8088
8089         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8090         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8091         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8092         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8093
8094 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8097         doc string.
8098         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8099
8100 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * lpath.el: Fbind epg-check-configuration.
8103
8104 2006-09-06  Simon Josefsson  <jas@extundo.com>
8105
8106         * mml2015.el (mml2015-use): Doc fix, mention epg.
8107
8108 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8109
8110         * mml2015.el (mml2015-use): Default to epg, if available.
8111
8112 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8113
8114         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8115         message-sender.
8116         (mml1991-epg-encrypt): Ditto.
8117         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8118         message-sender.
8119         (mml2015-epg-encrypt): Ditto.
8120
8121 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8122
8123         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8124         several common directories.
8125
8126 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8127
8128         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8129         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8130
8131 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-art.el (article-decode-encoded-words): Make it fast.
8134
8135 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8138
8139         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8140         in quoted string into `\'.
8141
8142 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8145         Use standard-syntax-table.
8146
8147 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * gnus-art.el (gnus-decode-address-function): New variable.
8150         (article-decode-encoded-words): Use it to decode headers which are
8151         assumed to contain addresses.
8152         (gnus-mime-delete-part): Remove useless `or'.
8153
8154         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8155         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8156         (gnus-nov-parse-line): Use it to decode From header.
8157         (gnus-get-newsgroup-headers): Ditto.
8158         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8159
8160         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8161         (mail-decode-encoded-address-string): New alias.
8162
8163         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8164         New function.
8165         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8166         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8167         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8168         (rfc2047-decode-string): Ditto.
8169         (rfc2047-decode-address-region): New function.
8170         (rfc2047-decode-address-string): New function.
8171
8172 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * message.el (message-caesar-buffer-body): Allow rotating headers.
8175
8176         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8177
8178         * message.el (message-insert-formated-citation-line): Fix %f.
8179         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8180
8181 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8184         (gnus-bookmark-mouse-available-p): New macro.
8185         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8186         (gnus-bookmark-bmenu-show-infos): Use it.
8187         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8188         (gnus-bookmark-bmenu-hide-infos): Ditto.
8189         (gnus-bookmark-remove-properties): New function.
8190         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8191         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8192         (gnus-bookmark-write-file): Bind coding-system-for-write.
8193         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8194         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8195         group before selecting it.
8196         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8197         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8198         quit-window if it is not available; use gnus-mouse-2 and bind it to
8199         gnus-bookmark-bmenu-select-by-mouse.
8200         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8201         (gnus-bookmark-bmenu-select-by-mouse): New function.
8202
8203 2006-08-13  Romain Francoise  <romain@orebokech.com>
8204
8205         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8206         space.
8207
8208 2006-08-10  Romain Francoise  <romain@orebokech.com>
8209
8210         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8211         (dns-mode-soa-auto-increment-serial): New user option.
8212         (dns-mode-soa-maybe-increment-serial): New function.
8213         (dns-mode): Add the latter to `write-contents-functions'.
8214
8215 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * compface.el (uncompface): Use binary rather than raw-text-unix.
8218
8219 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * compface.el (uncompface): Make sure the eol conversion doesn't take
8222         place when communicating with the external programs.  Reported by
8223         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8224
8225 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8228
8229 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8230
8231         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8232         Make it more robust by parsing author and date independently.
8233
8234 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8237
8238 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8239
8240         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8241         first matching secret key.
8242         (mml2015-epg-encrypt): Ditto.
8243
8244         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8245         first matching secret key.
8246         (mml1991-epg-encrypt): Ditto.
8247
8248         * mml2015.el (mml2015-encrypt-to-self): New user option.
8249         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8250         mml2015-epg-encrypt-to-self is set.
8251
8252         * mml1991.el (mml1991-encrypt-to-self): New variable.
8253         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8254         mml1991-epg-encrypt-to-self is set.
8255
8256         * mml2015.el (mml2015-signers): New user option.
8257         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8258         (mml2015-epg-encrypt): Allow to select signing keys.
8259
8260         * mml1991.el (mml1991-signers): New variable.
8261         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8262         (mml1991-epg-encrypt): Allow to select signing keys.
8263
8264 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * nnheader.el (nnheader-insert-head): Make it work even if the file
8267         uses CRLF for the line-break code.
8268
8269 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8270
8271         * mml2015.el: Require mml-sec instead of password.
8272         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8273         (mml2015-cache-passphrase): Inherit the default value from
8274         mml-secure-cache-passphrase.
8275         (mml2015-passphrase-cache-expiry): Inherit the default value from
8276         mml-secure-passphrase-cache-expiry.
8277
8278         * mml1991.el: Require mml-sec instead of password.
8279         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8280         (mml1991-cache-passphrase): Inherit the default value from
8281         mml-secure-cache-passphrase.
8282         (mml1991-passphrase-cache-expiry): Inherit the default value from
8283         mml-secure-passphrase-cache-expiry.
8284
8285         * mml-sec.el: Require password.
8286         (mml-secure-verbose): New user option.
8287         (mml-secure-cache-passphrase): New user option.
8288         (mml-secure-passphrase-cache-expiry): New user option.
8289
8290 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8291
8292         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8293         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8294         andreas@altroot.de (Andreas Vögele).
8295
8296         FIXME: Use `tiny change'?
8297
8298 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8299
8300         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8301         workaround for the url package included with Emacs.
8302
8303         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8304
8305 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8308         correctly.  This fixes a bug caused by the 2006-05-12 change.
8309
8310 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8311
8312         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8313         some information about the error when saying that the `bogus' mail
8314         group will be used.
8315
8316 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8319         string.
8320
8321 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8322
8323         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8324
8325 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8326
8327         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8328
8329 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8330
8331         * mml1991.el (mml1991-function-alist): Add epg.
8332         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8333         (mml1991-epg-encrypt): New functions.
8334
8335 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8336
8337         * mml2015.el (mml2015-verbose): New variable.
8338         (mml2015-cache-passphrase): Ditto.
8339         (mml2015-passphrase-cache-expiry): Ditto.
8340         (mml2015-function-alist): Add epg.
8341         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8342         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8343         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8344         functions.
8345
8346 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8347
8348         * message.el (message-cite-original-1): Preserve region when removing
8349         quoted text due to X-No-Archive in order to avoid bogus attribution
8350         when citing multiple messages.
8351
8352 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8353
8354         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8355         Kenneth Jacker <khj@be.cs.appstate.edu>.
8356
8357 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * gnus-diary.el (gnus-user-format-function-d)
8360         (gnus-user-format-function-D): Autoload.
8361
8362         * imap.el (Commentary): Fix typo.
8363
8364         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8365         2006-04-22 contribution.
8366
8367 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8368
8369         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8370         It didn't really fix the bogosity I'm seeing with solid web groups.
8371
8372 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8373
8374         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8375         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8376         created using server names.  If we use the feature without declaring
8377         it, Gnus does not properly manage server and group state.
8378
8379         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8380         bound.
8381
8382 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8383
8384         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8385         looking up the method using GROUP's prefix before inventing a new one.
8386         It is used on killed/unknown groups in various places where returning
8387         an all-new method isn't expected by the caller.
8388
8389         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8390         and match semantics of gnus-group-real-prefix.
8391
8392 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * nnmail.el (nnmail-broken-references-mailers): New variable.
8395         (nnmail-ignore-broken-references): New function generalizing
8396         nnmail-fix-eudora-headers.
8397         (nnmail-fix-eudora-headers): Now obsolete.
8398
8399         * gnus-art.el (gnus-button-handle-custom): Support
8400         `customize-apropos*'.
8401
8402 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8405
8406         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8407         articles.
8408
8409 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * message.el (message-cite-reply-above): New variable.
8412         (message-yank-original): Use it.
8413
8414 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8417
8418 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8421         as read.
8422
8423         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8424
8425 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8428         (gnus-bookmark-default-file): Use gnus-directory.
8429         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8430         Remove "*" in doc string.
8431         (gnus-bookmark-write-file): Simplify.
8432         (gnus-bookmark-maybe-sort-alist): Use `when'.
8433         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8434         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8435         FIXME about Emacs 21 and XEmacs compatibility.
8436         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8437         compatibility.
8438         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8439         compatibility.
8440         (gnus-bookmark-menu-heading): Fix version.
8441
8442 2006-06-19  Bastien Guerry  <bzg@altern.org>
8443
8444         * gnus-bookmark.el: New file.
8445
8446 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * message.el (message-syntax-checks): Doc fix.
8449
8450 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8451
8452         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8453         unsubscribed groups as if they were killed ones.  It causes duplicate
8454         entries in gnus-newsrc-alist.
8455
8456 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * message.el (message-syntax-checks): Doc fix.
8459         (message-send-mail): Add check for continuation headers.
8460         (message-check-news-header-syntax): Fix regexp used to check for
8461         continuation headers.
8462
8463 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8466
8467 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8470
8471 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8474         default-truncate-lines.
8475
8476 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8479         to fill the utf-8 entry.
8480
8481         * lpath.el: Fbind unicode-precedence-list.
8482
8483 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8484
8485         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8486
8487 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8488
8489         * gnus-agent.el (directory-files-and-attributes): Move all the way
8490         forward (the third and final move).
8491         (gnus-agent-read-agentview): Trap reconstruction errors due to
8492         nonexistant directory.  Handle by returning nil.
8493
8494 2006-05-30  Didier Verna  <didier@xemacs.org>
8495
8496         * message.el (message-dont-reply-to-names): Update the custom type.
8497         * message.el (message-dont-reply-to-names): New defsubst: potentially
8498         convert a list of regexps into a single one.
8499         * message.el (message-get-reply-headers): Use it.
8500         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8501
8502 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-agent.el (directory-files-and-attributes): Move forward.
8505
8506 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * gnus-ml.el (gnus-mailing-list-subscribe)
8509         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8510         (gnus-mailing-list-message): Fix doc strings.
8511
8512 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8513
8514         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8515         of doing it manually.
8516
8517 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8520         comment.
8521
8522 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8523
8524         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8525         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8526         (gnus-agent-read-local): All symbols allocated in my-obarray.
8527         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8528         (gnus-agent-regenerate-group): Check numeric names to see if they are
8529         messages or groups.
8530         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8531         better way of do this...)
8532
8533         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8534         'dummy.group' (there should be a better way of do this...)
8535
8536 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8539         (gnus-saved-headers): Ditto.
8540         (gnus-default-article-saver): Mention functions may have properties.
8541         (gnus-article-save): Override gnus-save-all-headers and
8542         gnus-saved-headers by :headers property which saver function may have.
8543         (gnus-summary-save-in-file): Add :headers property.
8544         (gnus-summary-write-to-file): Ditto.
8545
8546         * gnus-sum.el (gnus-summary-save-article): Bind
8547         gnus-prompt-before-saving to t when saving many articles in a file;
8548         always show all headers.
8549
8550         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8551
8552 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8555         marks.
8556
8557         * message.el (message-indent-citation): Add optional arguments to allow
8558         using it outside of message buffers.
8559
8560         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8561         (gnus-article-treat-unfold-headers): Use it.
8562         (gnus-article-truncate-lines): New variable.
8563         (gnus-article-mode): Use it.
8564         (gnus-article-toggle-truncate-lines): New function.
8565
8566         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8567         gnus-article-toggle-truncate-lines.
8568
8569         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8570         coding system in XEmacs, use binary.
8571
8572 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8575         after-load-alist.
8576
8577         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8578         this function should save decoded articles.
8579         (gnus-summary-write-to-file): Use property to specify this function
8580         should save decoded articles and specify gnus-summary-save-in-file
8581         should be used to save articles other than the first one when saving
8582         many articles.
8583         (gnus-summary-save-body-in-file): Use property to specify this
8584         function should save decoded articles.
8585         (gnus-summary-write-body-to-file): Use property to specify this
8586         function should save decoded articles and specify
8587         gnus-summary-save-body-in-file should be used to save articles other
8588         than the first one when saving many articles.
8589
8590         * gnus-sum.el (gnus-summary-save-article): Simplify.
8591
8592 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-art.el (gnus-default-article-saver): Add
8595         gnus-summary-write-body-to-file.
8596         (gnus-article-save-coding-system): Don't use coding system object
8597         in XEmacs.
8598         (gnus-read-save-file-name): Add optional `dir-var' argument which
8599         specifies directory in which files are saved; work even if optional
8600         `variable' argument is not specified.
8601         (gnus-summary-write-to-file): Read file name.
8602         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8603         (gnus-summary-write-body-to-file): New function.
8604
8605         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8606         (gnus-summary-local-variables): Add it.
8607         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8608         (gnus-summary-save-article): Remove optional `decode' argument;
8609         determine whether to decode articles by the value of
8610         gnus-default-article-saver; when saving many files using
8611         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8612         it first and use gnus-summary-save-in-file or
8613         gnus-summary-save-body-in-file thereafter unless
8614         gnus-prompt-before-saving is always; move point to article which
8615         will be saved.
8616         (gnus-summary-save-article-file): Revert.
8617         (gnus-summary-write-article-file): Revert.
8618         (gnus-summary-save-article-body-file): Revert.
8619         (gnus-summary-write-article-body-file): New function.
8620
8621 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-art.el (gnus-default-article-saver): Doc fix.
8624         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8625         from gnus-summary-save-article-coding-system, and default to a
8626         certain coding system.
8627         (gnus-output-to-file): Add coding cookie and encode text according
8628         to gnus-article-save-coding-system; don't use mm-append-to-file.
8629
8630         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8631         gnus-art.el and rename to gnus-article-save-coding-system.
8632         (gnus-summary-save-article): Require gnus-art; don't show all
8633         headers if it decodes articles; don't add coding cookie here;
8634         don't bind mm-text-coding-system-for-write.
8635         (gnus-summary-save-article-file): Save decoded articles.
8636         (gnus-summary-write-article-file): When saving many files, use
8637         gnus-summary-write-to-file first and gnus-summary-save-in-file
8638         thereafter unless gnus-prompt-before-saving is always.
8639         (gnus-summary-save-article-body-file): Save decoded articles.
8640
8641         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8642
8643 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * nnrss.el (nnrss-check-group): Bind hash-index.
8646
8647 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8648
8649         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8650         its hash index.  Store this hash in `nnrss-group-data'.
8651         (nnrss-read-group-data): Update accordingly.
8652
8653 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8656         entry.
8657
8658         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8659         gnus-article-browse-html-article.
8660
8661 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8662
8663         * gnus-sum.el (gnus-summary-mime-map): Add
8664         gnus-article-browse-html-article.
8665
8666         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8667
8668 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8671         suitable coding systems in customize.
8672
8673 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * mail-source.el (mail-sources): Fix custom type.
8676
8677 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8680         (gnus-summary-expire-articles-now): Shorten prompt.
8681
8682         * gmm-utils.el (wid-edit): Require.
8683         (defun-gmm): Renamed from `gmm-defun-compat'.
8684         (gmm-image-search-load-path): Use it.
8685         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8686
8687 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8690         variable.
8691         (gnus-summary-save-article): Add optional `decode' argument.  If
8692         it is set and gnus-summary-save-article-coding-system is non-nil,
8693         save decoded article.
8694         (gnus-summary-write-article-file): Save decoded article if
8695         gnus-summary-save-article-coding-system is non-nil.
8696
8697         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8698         type.
8699
8700 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8703
8704 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8707         first to test gnus-single-article-buffer which may be buffer-local.
8708
8709         * gnus-sum.el (gnus-summary-setup-buffer): Make
8710         gnus-single-article-buffer buffer-local and nil in ephemeral
8711         group; make gnus-article-buffer, gnus-article-current, and
8712         gnus-original-article-buffer always buffer-local.
8713         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8714         group.
8715         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8716
8717 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * nnml.el (nnml-request-compact-group): Compressed files might not
8720         have .gz extension.
8721
8722 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8723
8724         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8725         (mm-copy-to-buffer): Use with-current-buffer.
8726         (mm-display-part): Simplify.
8727         (mm-inlinable-p): Add optional arg `type'.
8728
8729 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8730
8731         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8732         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8733         Try harder to show the attachment internally or externally using
8734         gnus-mime-view-part-as-type.
8735
8736 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * message.el (message-from-style, message-signature-separator)
8739         (message-user-organization-file, message-send-mail-function)
8740         (message-citation-line-function, message-yank-prefix)
8741         (message-indent-citation-function, message-signature)
8742         (message-signature-file, message-signature-insert-empty-line):
8743         Remove autoloads.
8744
8745         * gnus-art.el (gnus-buttonized-mime-types): Remove
8746         "multipart/signed".  Revert 2006-04-26 change.
8747
8748 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * gnus.el (gnus-version-number): Bump version.
8751
8752 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8753
8754         * gnus.el: No Gnus v0.5 is released.
8755
8756 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8757
8758         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8759         fetching articles by message-id.
8760
8761 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * message.el (hashcash): Require hashcash as normal.
8764
8765         * ecomplete.el (ecomplete-highlight-match-line): Use
8766         point-at-eol.
8767         (ecomplete-highlight-match-line): Use `highlight', because that
8768         face exists in both Emacs and XEmacs.
8769
8770         * message.el (message-display-abbrev): Use point-at-bol.
8771
8772         * mail-source.el: Don't require timer/timer-funcs.
8773
8774         * gnus-async.el: Ditto.
8775
8776         * password.el: Ditto.
8777
8778         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8779
8780         * mm-url.el: Ditto.
8781
8782         * gnus-xmas.el: Don't require timer-funcs.
8783
8784         * mm-util.el: Require timer/timer-funcs.
8785
8786 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8787
8788         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8789         Close.
8790
8791 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8794         unibyte after clear-decrypt function runs.
8795
8796         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8797         returns as a unibyte string.
8798
8799 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * lpath.el: Revert.
8802
8803         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8804         (pgg-gpg-process-sentinel): Revert.
8805
8806         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8807         (pgg-pgp-lookup-key): Revert.
8808
8809         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8810         (pgg-pgp5-lookup-key): Revert.
8811
8812         * pgg.el (pgg-fetch-key): Revert.
8813
8814 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * lpath.el: Fbind string-as-multibyte for XEmacs.
8817
8818         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8819         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8820         (mml1991-pgg-encrypt): Ditto.
8821
8822         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8823         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8824         a multibyte buffer.
8825
8826         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8827         (pgg-pgp-lookup-key): Ditto.
8828
8829         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8830         (pgg-pgp5-lookup-key): Ditto.
8831
8832         * pgg.el (pgg-fetch-key): Ditto.
8833
8834 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * message.el (message-user-organization-file): Check several
8837         locations of the organization file.
8838
8839         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8840         Add gnus-article-view-part-as-type.
8841
8842         * gnus-art.el (gnus-article-view-part-as-type): New function.
8843
8844         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8845         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8846
8847         * mml.el: Simplify autoload.
8848         (mml-mode): defvar dnd-protocol-alist instead of using
8849         symbol-value.
8850         (mml-default-directory): New variable.
8851         (mml-minibuffer-read-file): Use it.
8852         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8853
8854         * message.el (message-citation-line-format): New variable.
8855         (message-insert-formated-citation-line): New function.
8856         (message-citation-line-function): Add
8857         `message-insert-formated-citation-line' to custom type.
8858
8859         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8860         to doc string.
8861
8862         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8863         depending on mm-verify-option.
8864
8865 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8868         binding pgg-* variables; reimplement the section which prevents
8869         MIME header from being signed.
8870         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8871         pgg-text-mode; remove a blank line at the top of body.
8872
8873         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8874         lines at the top of body; use gnus-newsgroup-charset if there's no
8875         Charset header.
8876
8877 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * message.el (message-self-insert-commands): Doc fix.
8880
8881         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8882         (mm-uu-pgp-encrypted-test): Ditto.
8883         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8884         between header and body; return application/pgp-encrypted handle
8885         if decryption failed; decode decrypted body by charset.
8886
8887         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8888         element match to application/pgp-*.
8889
8890 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8891
8892         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8893         HTML.
8894
8895 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * mail-source.el (mail-source-call-script): Message the error
8898         string.
8899
8900 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * gnus-util.el (gnus-byte-compile): Use it.
8903
8904 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8905
8906         * gnus-util.el (kill-empty-logs): New function.
8907
8908 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * message.el (message-mail-alias-type): Doc fix.
8911         (message-mail-alias-type-p): New function.
8912         (message-send): Use it.
8913         (message-mode): Ditto.
8914         (message-strip-forbidden-properties): Ditto.
8915
8916         * ecomplete.el (ecomplete-database-file-coding-system): New
8917         variable.
8918         (ecomplete-save): Use it.
8919         (ecomplete-setup): Use it.
8920
8921 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * message.el (message-self-insert-commands): New variable.
8924         (message-strip-forbidden-properties): Use it.
8925
8926 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8929         that doesn't make XEmacs choke.
8930
8931 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * gnus-util.el (gnus-replace-in-string):
8934         Prefer replace-regexp-in-string over of replace-in-string.
8935
8936 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-util.el (gnus-select-frame-set-input-focus):
8939         Use select-frame-set-input-focus if it is available in XEmacs; use
8940         definition defined in Emacs 22 for old Emacsen.
8941
8942         * dgnushack.el: Autoload unmorse-region for XEmacs.
8943
8944         * lpath.el: Bind cursor-in-non-selected-windows and
8945         select-frame-set-input-focus for XEmacs.
8946
8947 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8950
8951 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8952
8953         * gnus-registry.el (gnus-registry-cache-save): Remove text
8954         properties when saving via the temp buffer.
8955
8956 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * message.el (message-generate-hashcash): Honor custom type.
8959
8960 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * message.el (message-generate-hashcash): Default to non-nil when
8963         hashcash is found.
8964
8965         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8966         (gnus-refer-thread-limit): Increase default to 500.
8967
8968         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8969
8970         * flow-fill.el (fill-flowed): Allow delete-space.
8971
8972 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8975         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8976         Remove autoloads.
8977
8978 2006-04-18  Simon Josefsson  <jas@extundo.com>
8979
8980         * message.el (message-generate-hashcash): Default to.
8981
8982 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8985         concatenating segments rather than before concatenating them.
8986
8987 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8990
8991 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8994
8995         * message.el (message-forward-make-body-plain): Allow
8996         message-forward-ignored-headers to be a list.
8997         (message-remove-ignored-headers): Factor out into function.
8998         (message-forward-make-body-mml): Use it.
8999
9000         * imap.el (imap-quote-specials): New function.
9001         (imap-login-auth): Quote specials.
9002
9003         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9004         (rfc2231-parse-string): Allow concatanation of parameters that
9005         aren't contiguous.  The test case is
9006           (mail-header-parse-content-type "message/external-body;
9007             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9008             access-type=LOCAL-FILE;
9009             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9010
9011 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9012
9013         * nntp.el (nntp-accept-process-output): Return the value of
9014         `nnheader-accept-process-output'.
9015
9016 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9017
9018         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9019         (gnus-button-alist): Recognize more diff formats.
9020         (gnus-button-patch): Strip directory.
9021
9022 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9025         Emacs 22 when setting focus.
9026
9027 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus-art.el (gnus-article-treat-types): Do treatment of
9030         text/x-verbatim parts.
9031         (gnus-button-patch): New command.
9032
9033         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9034         addresses that contain invalid characters.
9035
9036 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037
9038         * message.el (message-put-addresses-in-ecomplete): Use
9039         gnus-replace-in-string.
9040         (message-is-yours-p): Use the more correct
9041         mail-header-parse-address instead of
9042         mail-extract-address-components.
9043         (message-put-addresses-in-ecomplete): Fix typo.
9044
9045         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9046         keystroke.
9047
9048         * gnus-art.el (gnus-treatment-function-alist): Change order of
9049         newsgroups/generic header folding to avoid double-folding.
9050
9051         * message.el (message-hidden-headers): Add X-Draft-From.
9052
9053         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9054         command.
9055         (gnus-summary-repeat-search-article-backward): New command.
9056
9057         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9058         groups in the parent topic.
9059
9060 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9061
9062         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9063         (spam-extra-header-to-number): Return the CRM114 number as a
9064         number instead of a string.
9065
9066 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * gnus-art.el (gnus-face-properties-alist): Moved here from
9069         gnus-fun.
9070
9071         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9072
9073 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9074
9075         * message.el (message-strip-forbidden-properties): Only display on
9076         self-insert-command.
9077
9078         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9079         reindent.
9080         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9081
9082 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9083
9084         * smiley.el (smiley-style): Fix typo.
9085
9086 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9087
9088         * hashcash.el (hashcash-insert-payment-async-2): Use
9089         message-goto-eoh instead of doing it manually.
9090         (mail-add-payment): Use message-narrow-to-header instead of trying
9091         to do the same itself.
9092
9093         * message.el (message-hidden-headers): Add Face.
9094
9095         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9096         reparenting code.
9097         (gnus-summary-reparent-children): Refactored out code.
9098         (gnus-summary-thread-map): New keystroke.
9099         (gnus-summary-reparent-children): Make into command.
9100
9101         * smiley.el (smiley-style): Default to `medium' if using a large
9102         font.
9103
9104         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9105         does it itself.
9106
9107         * message.el (message-point-in-header-p): Simplify definition.
9108
9109 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * nnagent.el (nnagent-request-set-mark): Silence log file
9112         writing.
9113         (nnagent-request-set-mark): Use write-region instead of
9114         append-to-file.
9115
9116         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9117         strange select method.
9118
9119         * ecomplete.el (ecomplete-display-matches): Get highlightling
9120         right.
9121         (ecomplete-display-matches): Use literals.
9122         (ecomplete-display-matches): Disable message logging.
9123
9124         * message.el (message-display-abbrev): Small optimization.
9125
9126         * ecomplete.el (ecomplete-display-matches): Allow automatic
9127         display.
9128
9129         * message.el (message-strip-forbidden-properties): Display
9130         abbrevs.
9131         (message-display-abbrev): Get automatic display right.
9132
9133         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9134         keystrokes.
9135
9136 2006-04-13  Romain Francoise  <romain@orebokech.com>
9137
9138         TODO: Backport to v5-10!
9139
9140         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9141         Moved here (and renamed) from gnus-registry.el.
9142
9143         * gnus-registry.el: Require gnus-util.
9144         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9145
9146 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * gnus-group.el (gnus-group-catchup-current): Change
9149         if-then-else-if-then-else into cond.
9150         (gnus-group-catchup): Indent.
9151         (group-name-at-point): New function.
9152         (gnus-fetch-group): Provide default from thing at point.
9153
9154 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9155
9156         * message.el (message-display-abbrev): Fix regexp.
9157
9158         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9159         choosing.
9160         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9161         dead variables.
9162
9163         * message.el (message-newline-and-indent): Remove debugging.
9164         (message-display-abbrev): Use new implementation.
9165
9166 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * gnus-art.el (gnus-article-mode): Set
9169         cursor-in-non-selected-windows to nil.
9170
9171         * smiley.el: Revert previous change.
9172         (smiley-data-directory): defvar it before using it in the
9173         defcustom of `smiley-style'.
9174
9175 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * message.el (message-newline-and-indent): New function.
9178
9179         * ecomplete.el: Implement more bits.
9180
9181         * message.el (message-put-addresses-in-ecomplete): Clean up the
9182         string.
9183
9184         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9185
9186         * gnus-sum.el (gnus-summary-save-parts): Bind
9187         gnus-summary-save-parts-counter and use it to make unique file
9188         names.
9189
9190         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9191
9192         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9193         parameter to say whether to actually parse the individual
9194         addresses.
9195
9196         * message.el (message-put-addresses-in-ecomplete): New function.
9197         (ecomplete): Require.
9198         (message-mail-alias-type): Add ecomplete as an option.
9199
9200 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9201
9202         * flow-fill.el (fill-flowed): Remove trailing space from blank
9203         quoted lines.
9204
9205 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * smiley.el (smiley-style): Move definition later to avoid a
9208         compilation warning.
9209
9210 2006-04-12  Kenichi Handa  <handa@m17n.org>
9211
9212         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9213         buffer and then decode the buffer text if necessary.
9214         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9215         first, and after mm-encode-body, change the buffer to unibyte.
9216         Use mm-disable-multibyte instead of set-buffer-multibyte.
9217
9218 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9221         Content-Type header instead of Content-Disposition header.
9222         (gnus-mime-inline-part): Ditto.
9223         (gnus-mime-view-part-as-charset): Ignore charset that the part
9224         specifies.
9225
9226         * mm-decode.el (mm-display-part): Work with external parts and
9227         usual parts similarly.
9228
9229         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9230         instead of gnus-display-mime.
9231
9232         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9233         instead of with-temp-buffer.
9234
9235         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9236         tag to summarized topics part in order to encode non-ASCII text.
9237
9238 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * smiley.el (smiley-style): New variable.
9241         (smiley-directory): New function.
9242         (smiley-data-directory): Derive from `smiley-style' using
9243         `smiley-directory'.
9244         (smiley-regexp-alist): Add new entries.
9245
9246         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9247         (gnus-article-browse-delete-temp): Add :version.
9248
9249 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9250
9251         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9252         the sieve region.
9253
9254 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * gnus.el (gnus-version-number): Bump version.
9257
9258 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * gnus.el: No Gnus v0.4 is released.
9261
9262 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263
9264         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9265         layout.
9266
9267         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9268         unknown charset.
9269
9270         * message.el (message-header-synonyms): Add Original-To to the
9271         default.
9272
9273         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9274         optional parameter.
9275
9276 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * gnus-fun.el (gnus): Require it for gnus-directory.
9279
9280 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9283
9284 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9285
9286         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9287
9288 2006-04-05  Simon Josefsson  <jas@extundo.com>
9289
9290         * password.el (password-reset): New function.
9291
9292 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9293
9294         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9295         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9296
9297 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9298
9299         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9300         Some whitespace was matched into the url, which broke browsing hits
9301         > 100 when mm-url-use-external was nil.
9302
9303 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9306         gnus-extra-headers for 'Newsgroups.
9307
9308         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9309         bound.
9310
9311 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9312
9313         * pgg-gpg.el: Clean up process buffers every time gpg processes
9314         complete.
9315
9316 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9319         doc string.
9320
9321 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9322
9323         * pgg-gpg.el (pgg-gpg-process-filter)
9324         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9325
9326         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9327         lines, temporary fix.
9328
9329 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9332
9333 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9334
9335         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9336         default-enable-multibyte-characters.  This reverts the change from
9337         revision 6.17 which is no longer necessary because the passphrase
9338         is sent separately now.  GnuPG messages are unreadable under
9339         multibyte locales with default-enable-multibyte-characters set to
9340         nil.
9341
9342 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * message.el (message-tool-bar-gnome): Move "spell".
9345
9346 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9349         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9350         instead.
9351
9352 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9353
9354         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9355         newsgroups handling for NNTP overviews which don't include
9356         Newsgroups.
9357
9358 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9359
9360         * message.el (message-resend): Bind message-generate-hashcash to nil.
9361
9362 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9363
9364         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9365         when searching for already-paid recipients.
9366
9367 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9368
9369         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9370         passphrases when it is not needed.
9371         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9372         passphrase stuff from gpg, should only be necessary when you use
9373         gpg with a smartcard.
9374
9375 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * mml.el (mml-insert-mime): Ignore cached contents of
9378         message/external-body part.
9379
9380         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9381         (mm-insert-part): Ditto.
9382
9383 2006-03-23  Simon Josefsson  <jas@extundo.com>
9384
9385         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9386         Reiner.
9387         (pgg-gpg-use-agent-p): Use it again.
9388
9389 2006-03-23  Simon Josefsson  <jas@extundo.com>
9390
9391         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9392         older emacsen.
9393         (pgg-gpg-use-agent-p): Don't use it.
9394
9395 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9398         if we can.
9399
9400 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9401
9402         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9403         (pgg-gpg-update-agent): New function.
9404         (pgg-gpg-use-agent-p): New function.
9405         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9406         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9407         (pgg-gpg-sign-region): Use it.
9408
9409 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9412         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9413
9414 2006-03-21  Simon Josefsson  <jas@extundo.com>
9415
9416         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9417         <wilde@sha-bang.de>.
9418         (pgg-gpg-use-agent): New variable.
9419         (pgg-gpg-process-region): Use it.
9420         (pgg-gpg-encrypt-region): Likewise.
9421         (pgg-gpg-encrypt-symmetric-region): Likewise.
9422         (pgg-gpg-decrypt-region): Likewise.
9423         (pgg-gpg-sign-region): Likewise.
9424         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9425
9426 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9429
9430         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9431         Add comment on version.
9432
9433 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * smiley.el: Add missing test smiley.
9436
9437 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * mm-decode.el (mm-with-part): New macro.
9440         (mm-get-part): Use it; work with message/external-body as well.
9441         (mm-save-part): Treat name and filename equally.
9442
9443         * mm-extern.el (mm-extern-cache-contents): New function.
9444         (mm-inline-external-body): Use it; force the part to be displayed;
9445         move undisplayer added to the cached handle to the parent.
9446
9447         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9448         (gnus-mime-view-part-as-type): Work with message/external-body.
9449
9450         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9451
9452 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9455         images in image-load-path.  [Sync with image.el, revision 1.60, in
9456         Emacs.]
9457
9458 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9461         path rather than symbol.  Always return list of directories.
9462         Guarantee that image directory comes first.  [Sync with image.el,
9463         revision 1.59, in Emacs.]
9464
9465         * message.el (message-make-tool-bar): Adjust to new API of
9466         `gmm-image-load-path-for-library'.
9467
9468         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9469
9470         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9471
9472 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9473
9474         * gnus-art.el (gnus-article-only-boring-p):
9475         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9476         intangible text.
9477         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9478
9479 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9482         `defun' instead of `gmm-defun-compat'.
9483
9484 2006-03-14  Simon Josefsson  <jas@extundo.com>
9485
9486         * message.el (message-unique-id): Don't use message-number-base36
9487         if (user-uid) is a float.
9488         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9489
9490 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9493
9494         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9495         empty line between a part and a message part.
9496
9497 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * smiley.el: Add more test smileys.
9500         (smiley-data-directory, smiley-regexp-alist)
9501         (gnus-smiley-file-types): Fix doc strings.
9502         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9503         adding new elements.
9504         (smiley-mouse-map): Unused code.  Make it a comment.
9505
9506 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9509         scan latest NoCeM messages instead of old ones.
9510         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9511         delimiters that are recently used.
9512         (gnus-nocem-load-cache): Add autoload cookie.
9513
9514         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9515
9516         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9517         level which is larger than gnus-use-nocem is specified.
9518
9519         * gnus-group.el (gnus-group-get-new-news): Ditto.
9520
9521 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * gnus-util.el (gnus-tool-bar-update): New function.
9524
9525         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9526         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9527
9528         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9529
9530         * gnus-group.el (gnus-group-redraw-when-idle)
9531         (gnus-group-redraw-check): Remove.
9532         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9533
9534 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9537         if optional last element is specified in splits (FIELD VALUE...).
9538
9539 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9542         to gmm-image-load-path-for-library.  Call with no-error argument.
9543         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9544
9545         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9546
9547         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9548
9549         * gmm-utils.el (gmm-image-load-path): Remove alias.
9550
9551 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gmm-utils.el (gmm-image-load-path): Add alias.
9554
9555         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9556         nnml-generate-nov-databases-1.
9557         (nnml-generate-nov-databases): Use it.
9558         (nnml-generate-nov-databases-directory): Document no-active
9559         argument.
9560
9561         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9562         directory if path is t.  Add no-error.
9563
9564         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9565         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9566
9567         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9568         resetting gnus-article-browse-html-temp-list.
9569
9570         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9571         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9572         Add example to docstring.  Rename local variables.  Move error
9573         checks to default case in cond and simplify.
9574
9575 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9578         handle is multipart when calling it recursively.
9579         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9580
9581 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9582
9583         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9584         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9585
9586 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9589         is loaded.
9590
9591         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9592         loaded.
9593
9594 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9597         to "Emacs 23 (unicode)" in doc string.
9598
9599         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9600         "Emacs 23 (unicode)" in comment.
9601
9602 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9605
9606         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9607         characters 160 through 255 in Emacs 23.
9608
9609 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9612         gnus-article-browse-html-temp.
9613         (gnus-article-browse-delete-temp): Make it customizable.  Add
9614         `file'.  Adjust doc string.
9615         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9616         query for each file.  Adjust doc string.
9617         (gnus-article-browse-html-parts): Add
9618         `gnus-article-browse-delete-temp-files' to
9619         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9620
9621 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9622
9623         * gnus-art.el (gnus-article-browse-html-temp)
9624         (gnus-article-browse-delete-temp): New variables.
9625         (gnus-article-browse-delete-temp-files): New function.
9626         (gnus-article-browse-html-parts): Use it.
9627
9628 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9629
9630         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9631
9632         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9633         string.
9634
9635         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9636         gnus-summary-insert-new-articles when unplugged.  Remove
9637         gnus-summary-search-article-forward.
9638
9639         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9640         display-visual-class instead of display-color-cells.
9641
9642 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * dgnushack.el: Autoload customize-group for XEmacs.
9645
9646         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9647         message/* containing non-ASCII text properly.
9648
9649 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * message.el: Require gmm-utils, remove autoloads.
9652         (message-tool-bar): Set default based on
9653         gmm-tool-bar-style.
9654         (message-tool-bar-gnome): Add gmm-customize-mode.
9655
9656         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9657         gmm-tool-bar-style.
9658         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9659
9660         * gnus-group.el (gnus-group-tool-bar): Set default based on
9661         gmm-tool-bar-style.
9662         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9663
9664         * gmm-utils.el (gmm-image-directory): Rename variable from
9665         gmm-image-load-path.
9666         (gmm-image-load-path): Use gmm-image-directory.
9667         (gmm-customize-mode): New function.
9668         (gmm-tool-bar-style): New variable.
9669
9670         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9671         gnus-group-redraw-line-number.
9672         (gnus-group-redraw-check): Simplify.
9673         (gnus-group-tool-bar-update): Remove redraw check.
9674         (gnus-group-make-tool-bar): Add redraw check.
9675
9676 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9677
9678         * gnus-art.el (gnus-button): Add missing parentheses.
9679
9680 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * lpath.el: Fbind line-number-at-pos.
9683
9684 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9687
9688 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9689
9690         * gnus-art.el (gnus-button): New face.
9691         (gnus-article-button-face): Use it.
9692
9693         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9694         gnus-summary-next-page.  Re-order.
9695
9696         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9697         next-node are now included.
9698         (gnus-group-redraw-line-number): New internal variable.
9699         (gnus-group-redraw-check): Helper function for updating the tool
9700         bar.
9701         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9702
9703         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9704
9705         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9706         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9707         Use it to match format of Spamassassin 3.0 and later.  Reported by
9708         IRIE Tetsuya <irie@t.email.ne.jp>.
9709         (spam-check-bogofilter)
9710         (spam-bogofilter-register-with-bogofilter): Fix args of
9711         `gnus-error' calls.
9712
9713 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9716         unnecessary interaction when sending queued mails.  Reported by
9717         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9718
9719 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9722         first or last are nil.
9723
9724 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9725
9726         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9727
9728 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9731
9732 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * dns.el (query-dns): Protect more against buggy tcp output.
9735
9736 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9739         nov.php.
9740
9741 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9742
9743         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9744         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9745         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9746         output on the server side.
9747         (nnweb-google-create-mapping): Update regexps and add some
9748         progress indication.
9749
9750 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9753         gnus-agent-toggle-plugged.  Re-order icons.
9754         (gnus-group-tool-bar-gnome): Add
9755         gnus-group-{prev,next}-unread-group.
9756         (gnus-group-tool-bar-gnome): Re-order icons.
9757
9758         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9759         gnus-summary-insert-new-articles.
9760
9761         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9762         comments.
9763
9764         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9765         also available in Emacs 21.3.
9766
9767         * message.el (message-fix-before-sending): Change "Emacs 22" to
9768         "Emacs 23 (unicode)" in comment.
9769
9770         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9771         "Emacs 23 (unicode)" in comment.
9772
9773         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9774         comment.
9775         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9776
9777         * mm-view.el (mm-fill-flowed): Add :version.
9778
9779 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9782         and load-path.
9783
9784 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * message.el: Autoload gmm-image-load-path.
9787         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9788         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9789         consitency.
9790
9791         * gmm-utils.el (gmm-image-load-path): Also search in
9792         "../etc/images".  Don't set gmm-image-load-path if we don't find
9793         the image.
9794
9795 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gmm-utils.el (gmm-image-load-path): Don't make
9798         `gmm-image-load-path' include subdirectories which the second arg
9799         `image' might specify.
9800
9801         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9802         subdirectory to icon file names.
9803
9804         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9805
9806 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9809         gmm-image-load-path calls.
9810
9811         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9812
9813         * message.el (message-make-tool-bar): Ditto.
9814
9815         * mml.el (mml-preview): Added comment concerning tool bar icons.
9816
9817         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9818         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9819
9820         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9821         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9822
9823         * message.el (message-tool-bar-gnome): Use new icon names.
9824         (message-make-tool-bar): Use `gmm-image-load-path'.
9825
9826         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9827         functions from MH-E.
9828         (gmm-image-load-path): New variable from MH-E.
9829         (gmm-image-load-path): New function from MH-E.  Added arguments
9830         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9831         *-image-load-path-called-flag.
9832
9833 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9834
9835         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9836
9837 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9838
9839         * nnimap.el (nnimap-request-move-article): Change folder back to
9840         source group before deleting.
9841
9842 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9845
9846         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9847         mm-url.
9848
9849         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9850
9851 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9854         coding system which mm-charset-to-coding-system returns for a
9855         given charset is valid.
9856
9857 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9858
9859         * html2text.el (html2text-remove-tag-list):
9860         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9861
9862 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9863
9864         * gnus-cus.el: Revert 2005-10-17 change.
9865
9866 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-art.el (article-strip-banner): Call
9869         article-really-strip-banner only when the regexp match is made.
9870
9871 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * gnus-art.el (article-strip-banner): Use
9874         gnus-extract-address-components instead of
9875         mail-header-parse-addresses to make it work with non-ASCII text;
9876         remove mail-encode-encoded-word-string.
9877
9878         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9879         values which are surrounded with \"...\"; make it never cause a
9880         Lisp error; give up parsing of parameters if it failed in
9881         extracting type.
9882
9883 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9884
9885         * smime.el (smime-cert-by-ldap-1): Fix bug where
9886         `smime-ldap-search' returns results without userCertificates.
9887
9888 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9891
9892 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * spam.el (spam-check-spamassassin-headers): Adapt format for
9895         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9896         <ari@mbf.ocn.ne.jp>.
9897         (spam-list-of-processors): Add spam-use-gmane.
9898
9899 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9902         make-temp-file; make it work with XEmacs as well.
9903
9904         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9905         mm-make-temp-file.
9906
9907         * mm-decode.el (mm-display-external): Use the 3rd arg of
9908         mm-make-temp-file.
9909         (mm-create-image-xemacs): Ditto.
9910
9911 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9914         with message-narrow-to-headers.
9915         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9916         (gnus-draft-check-draft-articles): New function.
9917         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9918
9919 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gnus-art.el (gnus-article-browse-html-parts):
9922         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9923         Don't use suffix argument for mm-make-temp-file for Emacs 21
9924         compatibility.  Remove useless `format'.
9925
9926 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9927
9928         * nnweb.el (nnweb-google-wash-article): Update regexps.
9929         (nnweb-group-alist): Use defvoo instead of defvar.
9930
9931 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9934         re-loading nn* modules.
9935
9936 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9939         for `tool-bar-mode' and don't check it's default-value.
9940
9941         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9942
9943         * message.el (message-make-tool-bar): Ditto.
9944
9945         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9946         `substring'.  Shorten tmp-file name.
9947
9948         * gnus.el: Remove bogus comment.
9949
9950 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9951
9952         * gnus-art.el (gnus-article-browse-html-parts): New function.
9953         (gnus-article-browse-html-article): New function for viewing html
9954         articles with a browser.
9955
9956 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9957
9958         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9959         in elisp.
9960         (pgg-gpg-encrypt-symmetric-region): Ditto.
9961         (pgg-gpg-sign-region): Ditto.
9962
9963         * pgg-def.el (pgg-text-mode): New variable.
9964
9965         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9966         (mml2015-pgg-encrypt): Ditto.
9967
9968         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9969         (mml1991-pgg-encrypt): Ditto.
9970
9971 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9974         message-make-date instead of current-time-string.
9975
9976         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9977         to gnus-decoded which mm-uu might set.
9978
9979 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9982         don't decode quoted parameters; remove misimported Emacs code.
9983         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9984         (rfc2231-decode-encoded-string): Don't use split-string which
9985         behaves differently according to Emacs version; use
9986         mm-decode-coding-region to convert charset to coding-system.
9987         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9988         (rfc2231-encode-string): Remove misimported Emacs code.
9989
9990 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9993         when calling mail-header-parse-content-type.
9994         (article-de-quoted-unreadable): Ditto.
9995         (article-de-base64-unreadable): Ditto.
9996         (article-wash-html): Ditto.
9997
9998         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9999         calling mail-header-parse-content-type and
10000         mail-header-parse-content-disposition.
10001         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10002         mail-header-parse-content-type.
10003
10004         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10005         insert charset and format parameters; encode description after
10006         inserting it to buffer.
10007         (mml-insert-parameter): Fold lines properly even if a parameter is
10008         segmented into two or more lines; change the max column to 76.
10009
10010         * rfc1843.el (rfc1843-decode-article-body): Don't use
10011         ignore-errors when calling mail-header-parse-content-type.
10012
10013         * rfc2231.el (rfc2231-parse-string): Return at least type if
10014         possible; don't cause an error even if it fails in parsing of
10015         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10016         (rfc2231-encode-string): Don't break lines at the beginning, leave
10017         it to mml-insert-parameter.
10018
10019         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10020         calling mail-header-parse-content-type.
10021
10022 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * spam-report.el (spam-report-gmane-use-article-number):
10025         Improve doc string.
10026         (spam-report-gmane-internal): Check if a suitable header was found
10027         in the article.
10028
10029 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10032         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10033
10034 2006-02-05  Romain Francoise  <romain@orebokech.com>
10035
10036         Update copyright notices of all files in the gnus directory.
10037
10038 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10039
10040         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10041
10042 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10045         segmented lines of parameter value to cope with Thunderbird 1.5
10046         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10047         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10048         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10049
10050 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10051
10052         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10053         parts.
10054
10055 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10056
10057         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10058         there's only one active file for all servers.
10059         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10060         solid groups.  Gnus might have used a FAST request to select the group.
10061         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10062         and nnweb-search redundantly in the active file.
10063         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10064         (nnweb-request-create-group): Don't use ARGS.
10065         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10066         initialisations.  Let nnoo do the work.
10067
10068 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10071         Say the part has been decoded.
10072
10073         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10074
10075 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10076
10077         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10078         mailcap-viewer-test-cache when there's no 'test clause, since that
10079         will invert the meaning of a "nil" test previously determined by
10080         mailcap-mailcap-entry-passes-test.
10081
10082 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10085         compiling.
10086
10087         * gnus-sum.el: Ditto.
10088
10089         * message.el: Don't bind tool-bar-map when compiling.
10090
10091 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10094
10095 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10096
10097         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10098         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10099         current Google Groups.
10100
10101 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10104         and tool-bar-mode.
10105
10106         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10107         and tool-bar-mode.
10108
10109         * message.el (message-tool-bar-update): Simplify.
10110         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10111
10112         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10113         gnus-summary-buffer.
10114         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10115         gnus-summary-reply.
10116
10117         * gmm-utils.el (gmm): Add :version.
10118
10119 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * Makefile.in (clean): New rule.
10122         (distclean): Use it.
10123
10124 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10125
10126         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10127         autoload.
10128
10129 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gmm-utils.el (gmm-verbose): Add :group.
10132
10133 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * message.el: Change some comments WRT tool-bars.
10136
10137         * gnus-sum.el (gnus-summary-tool-bar)
10138         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10139         (gnus-summary-tool-bar-zap-list): New variables.
10140         (gnus-summary-make-tool-bar): Complete rewrite using
10141         `gmm-tool-bar-from-list'.
10142
10143         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10144         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10145         variables.
10146         (gnus-group-make-tool-bar): Complete rewrite using
10147         `gmm-tool-bar-from-list'.
10148         (gnus-group-tool-bar-update): New function.
10149
10150         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10151
10152 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10155         is dissected into a single part of which the type is the same as
10156         the given one; decode charset.
10157
10158 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10159
10160         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10161         into alists as symbol not string, since that's what
10162         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10163         look for.
10164
10165 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10168         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10169
10170         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10171
10172 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10175         (gnus-xmas-mime-security-button-menu): New function.
10176
10177         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10178         (gnus-mime-security-button-menu): New definition.
10179         (gnus-mime-security-button-map): Use them.
10180         (gnus-mime-security-button-menu): New function.
10181         (gnus-insert-mime-security-button): Addition to help echo.
10182         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10183         (gnus-mime-security-pipe-part): New functions.
10184
10185         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10186         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10187
10188         * mm-decode.el (mm-handle-set-disposition): Remove.
10189         (mm-handle-set-description): Remove.
10190
10191 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10194         (mm-w3m-standalone-supports-m17n-p): New function.
10195         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10196         w3m usage.
10197
10198         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10199         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10200
10201 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * message.el (message-tool-bar-zap-list): Use
10204         gmm-tool-bar-zap-list as custom type.
10205         (message-tool-bar-update): New function.
10206         (message-tool-bar, message-tool-bar-gnome)
10207         (message-tool-bar-retro): Add message-tool-bar-update.
10208         (message-tool-bar-gnome): Add flyspell-buffer.
10209
10210         * gnus-util.el (gnus-error): Describe `args'.
10211
10212         * gmm-utils.el (gmm-error): Describe `args'.
10213         (gmm-tool-bar-zap-list): New widget.
10214         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10215
10216 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10219         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10220         the number of recursive calls.
10221
10222         * mm-decode.el (mm-handle-set-disposition): New macro.
10223         (mm-handle-set-description): New macro.
10224
10225 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10228         encoding.
10229
10230 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10231
10232         * message.el (message-tool-bar-zap-list, message-tool-bar)
10233         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10234         (message-tool-bar-local-item-from-menu): Remove.
10235         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10236         (message-make-tool-bar): New function.
10237         (message-mode): Use `message-make-tool-bar'.
10238
10239         * gmm-utils.el: New file.
10240         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10241         (gmm-lazy): New widget copied from `nnmail.el'.
10242         (gmm-tool-bar-from-list): New function for creating customizable
10243         tool bars.
10244         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10245         output.
10246         (gmm): Add :prefix to defgroup.
10247
10248 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10249
10250         * gmm-utils.el (gmm-widget-p): New function.
10251
10252 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * mml.el (mml-attach-file): Describe `description' in doc string.
10255         (mml-menu): Add Emacs MIME manual and PGG manual.
10256
10257 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10258
10259         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10260
10261 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10262
10263         * nntp.el (nntp-end-of-line): Doc fix.
10264
10265 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10266
10267         * imap.el (imap-open): Handle case where buffer is a buffer
10268         object.
10269
10270 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10271
10272         * gnus-delay.el (gnus-delay): Don't autoload.
10273         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10274         to be re-loaded when customizing the `gnus-delay' group.
10275
10276 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10277
10278         * message.el (message-insert-citation-line): Use newlines.
10279
10280 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10281
10282         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10283         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10284         these routines, so the passphrase can be managed externally and
10285         passed in to the system.
10286         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10287         pgg-add-passphrase-to-cache function.
10288
10289         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10290         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10291         these routines, so the passphrase can be managed externally and
10292         passed in to the system.
10293         (pgg-pgp5-sign-region): Use new name of
10294         pgg-add-passphrase-to-cache function.
10295
10296 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10297
10298         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10299         part of the decoded armor to find the key-identifier.
10300         (pgg-gpg-lookup-key-owner): New function to return the
10301         human-readable identifier of a key owner.
10302         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10303         itself.
10304         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10305         the key value) if we have a key and can match it against a secret
10306         key.  Also, added a note pointing out fact that the prompt only
10307         indicates the first matching key.
10308
10309         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10310         pgg-decrypt-region.
10311         (pgg-add-passphrase-to-cache): Rename from
10312         `pgg-add-passphrase-cache' to reduce confusion (all callers
10313         changed).
10314         (pgg-remove-passphrase-from-cache): Rename from
10315         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10316         changed).
10317         (pgg-read-passphrase, pgg-add-passphrase-cache)
10318         (pgg-remove-passphrase-cache): Add informative docstrings.
10319         (pgg-decrypt): Convey provided passphrase in subordinate call to
10320         pgg-decrypt-region.
10321
10322 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10323
10324         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10325         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10326         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10327         'passphrase' argument, so the passphrase can be managed externally
10328         and then passed in to the system.
10329
10330         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10331         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10332         so the passphrase cache can be used reliably with identifiers
10333         besides a pgp packet's key id.
10334
10335         * pgg-gpg.el (pgg-gpg-encrypt-region)
10336         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10337         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10338         these routines, so the passphrase can be managed externally and
10339         passed in to the system.
10340
10341         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10342         'notruncate' argument, so the passphrase cache can be used
10343         reliably with identifiers besides a pgp packet's key id.
10344
10345 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10346
10347         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10348         symmetric encryption.
10349         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10350         encrypted session key.
10351         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10352         message ask for the passphrase in a proper way.
10353
10354         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10355         New user commands for symmetric encryption.
10356
10357 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10360
10361         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10362
10363 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10364
10365         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10366
10367 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * mm-decode.el (mm-inlined-types): Add application/pgp.
10370         (mm-automatic-display): Ditto.
10371
10372         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10373         part as text.
10374
10375 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * nnrss.el: Update copyright.
10378         (nnrss-opml-import): Query whether to subscribe to each entry.
10379
10380         * gnus-art.el:
10381         * gnus-sum.el:
10382         * gnus-xmas.el:
10383         * messagexmas.el:
10384         * mm-uu.el:
10385         * mm-view.el: Update copyright.
10386
10387 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * message.el (message-info): New function.
10390         (message-mode-menu): Add it.
10391         Update copyright.
10392
10393         * ChangeLog: Fix and update copyright.
10394
10395 2006-01-13  Romain Francoise  <romain@orebokech.com>
10396
10397         * message.el (message-forward-subject-name-subject): Prefer the
10398         address to 'nowhere' if the sender has no name.
10399         Fix typo.  Update copyright year.
10400
10401 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * gnus-art.el (article-wash-html): Use
10404         gnus-summary-show-article-charset-alist if a numeric arg is given.
10405         (gnus-article-wash-html-with-w3m-standalone): New function.
10406
10407         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10408         mm-inline-text-html-render-with-w3m-standalone.
10409         (mm-text-html-washer-alist): Map w3m-standalone to
10410         gnus-article-wash-html-with-w3m-standalone.
10411         (mm-inline-text-html-render-with-w3m-standalone): New function.
10412
10413 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10416         Improve LaTeX.
10417
10418 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10421         (nnrss-request-article): Render text/plain parts as HTML.
10422
10423         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10424         the buffer.
10425
10426 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10429         custom definition of `gnus-posting-styles'.
10430
10431         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10432         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10433
10434 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10437         Use nntp for bug archive.
10438
10439 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10442         parts.
10443         (nnrss-normalize-date): New function converts ISO 8601 date into
10444         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10445         (nnrss-check-group): Use it.
10446
10447 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10450
10451         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10452         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10453         (nnrss-insert-w3): Ditto.
10454
10455 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10458         the articles to be forwarded including the case where neither a
10459         number of articles nor a region is specified.
10460
10461 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * nnrss.el (nnrss-request-article): Fix last change; fill
10464         text/plain parts.
10465
10466 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10469         in text/plain part.
10470         (nnrss-check-group): Don't add excessive newline to dc:subject.
10471
10472 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10473
10474         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10475         article.
10476
10477 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10480         (nnml-use-compressed-files, nnml-save-mail): Support other
10481         comression programs such as bzip2.
10482
10483 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10484
10485         * dns.el (query-dns): Make sure we check the buffer size before
10486         removing tcp headers.
10487
10488 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10491         remove MIME buttons associated with multipart/alternative parts.
10492         (gnus-mime-display-alternative): Tag buttons using `article-type'
10493         text property.
10494
10495         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10496         associated with multipart/alternative parts.
10497
10498         * gnus-art.el (gnus-signature-separator): Fix custom type.
10499
10500         * mm-decode.el (mm-inlined-types): Fix custom type.
10501         (mm-keep-viewer-alive-types): Ditto.
10502         (mm-automatic-display): Ditto.
10503         (mm-attachment-override-types): Ditto.
10504         (mm-inline-override-types): Ditto.
10505         (mm-automatic-external-display): Ditto.
10506
10507 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * spam-report.el (spam-report-user-mail-address)
10510         (spam-report-user-agent): New variables.
10511         (spam-report-url-ping-plain): Use spam-report-user-agent.
10512
10513 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10514
10515         * gnus-art.el (gnus-button-handle-custom): Do not just use
10516         `customize-apropos' for any "M-x customize-*" button but the
10517         function called for.  Accept both the function name and its
10518         argument in order to achieve this.
10519         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10520         function name to `gnus-button-handle-custom' in case of "M-x
10521         customize-*" buttons.
10522
10523 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10526         multipart/alternative and add xref to mm-discouraged-alternatives
10527         in doc string.
10528
10529         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10530         gnus-buttonized-mime-types in doc string.
10531
10532 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10535         Suggest image/.* in the doc string.
10536
10537 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10540         message-marks (Debian bug #342521).
10541
10542 2005-12-12  Simon Josefsson  <jas@extundo.com>
10543
10544         * password.el (password-read-from-cache): Add.
10545         (password-read): Use it.
10546
10547 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10550         us-ascii as a MIME charset.
10551
10552         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10553         against the case where the 2nd arg TYPE is nil.
10554
10555 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * pop3.el (pop3-stream-type): Fix custom version.
10558
10559         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10560
10561 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10562
10563         * mm-decode.el (mm-display-external): Add missing cdr.
10564
10565 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10568         RFC1524) if it is in mailcap or add a suffix according to
10569         mailcap-mime-extensions when generating a temp filename; postpone
10570         deleting a temp file for 2 seconds for some wrappers, shell
10571         scripts, and so on, which might exit right after having started a
10572         viewer command as a background job.
10573
10574 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * nntp.el (nntp-marks-directory): Fix custom group.
10577
10578         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10579         steps when < 10.
10580
10581         * gnus-start.el (gnus-no-server-1): Mention
10582         `gnus-level-default-subscribed' in doc string.
10583
10584 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10585
10586         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10587         parens.
10588
10589 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-xmas.el (gnus-use-toolbar): Revert.
10592         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10593         gnus-use-toolbar is default.
10594
10595         * messagexmas.el (message-use-toolbar): Revert.
10596         (message-setup-toolbar): Use global default-toolbar if
10597         message-use-toolbar is default.
10598
10599 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10602         according to default-toolbar-visible-p.
10603
10604         * messagexmas.el (message-use-toolbar): Ditto.
10605
10606 2005-11-26  Dave Love  <fx@gnu.org>
10607
10608         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10609         (tls-program, tls-success): Provide openssl alternative.
10610
10611         * starttls.el: Doc fixes.
10612         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10613         SERVICE to PORT.
10614
10615         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10616         port null or service name.
10617         (starttls-negotiate): Autoload.
10618
10619 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * message.el (message-kill-to-signature): Fix interactive spec.
10622
10623 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * pop3.el (pop3-open-server): Recognize a string as a service name.
10626
10627 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10628
10629         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10630
10631 2005-11-23  Dave Love  <fx@gnu.org>
10632
10633         Add pop3s, pop3/starttls.
10634
10635         * pop3.el (pop3-authentication-scheme): Clarify doc.
10636         (open-tls-stream, starttls-open-stream): Autoload.
10637         (pop3-stream-type): New.
10638         (pop3-open-server): Use it.
10639
10640         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10641         for POP.
10642         (mail-source-keyword-map): Add :stream for POP.
10643         (mail-source-fetch-pop): Use pop3-stream-type.
10644
10645 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10648         of current-time-string.
10649
10650 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10651
10652         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10653         date header.
10654
10655 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10656
10657         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10658         it can seriously impact performance as it bypasses the agent's
10659         local caches.
10660
10661 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10662
10663         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10664         must be explicitly online rather than "not explicitly offline" for
10665         its flags to be synchronized.
10666
10667         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10668         that gnus-uu-unmark-thread will function correctly.
10669
10670         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10671         1024K is instead displayed as 1M.
10672
10673 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10676
10677 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10678
10679         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10680
10681 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10682
10683         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10684         error message to display actual error condition.
10685         (gnus-agent-save-local): Avoid saving symbols that are bound to
10686         nil as they simply result in a warning message in
10687         gnus-agent-read-local.
10688
10689 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10692         rather than make-variable-buffer-local for file-precious-flag.
10693
10694 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10695
10696         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10697         for duplicates which are removed.  The invalid sort check then
10698         triggers a rescan after the sort as sorting may have moved
10699         duplicate entries such that they can be cheaply detected.
10700
10701 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10704
10705 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10706
10707         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10708         internal variable to a custom variable.  Changed default value
10709         from compressed(2) to uncompressed(1).
10710         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10711         support for uncompressed agentview files.  Taken together, reading
10712         the agentview file should now be 6-7 times faster.
10713
10714 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10715
10716         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10717         as a buffer-local variable.  This avoids creating truncated
10718         dribble files as a result of a hang up, eg.
10719
10720 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10721
10722         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10723         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10724         XEmacs.
10725
10726 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * gnus-start.el (gnus-start-draft-setup): Enforce
10729         `gnus-draft-mode' for nndraft:drafts at startup.
10730
10731         * gnus.el (gnus-splash): Change custom group.
10732         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10733         allow-list argument.
10734
10735         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10736         string.
10737
10738 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-art.el (gnus-default-article-saver): Add user-defined
10741         `function' to custom type.
10742
10743 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10744
10745         * imap.el (imap-open): Handle case where buffer is a buffer
10746         object.
10747
10748 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10751         long lines.
10752         (gnus-cache-delete-group): Wrap doc strings.
10753
10754         * gnus-agent.el (gnus-agent-rename-group)
10755         (gnus-agent-delete-group): Wrap doc strings.
10756
10757 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * messagexmas.el (message-use-toolbar): Change the valid values
10760         into default, top, bottom, left, and right.
10761         (message-toolbar-thickness): New variable.
10762         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10763         well.
10764         (message-setup-toolbar): Make it work.
10765
10766         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10767         (gnus-use-toolbar): Change the valid values into default, top,
10768         bottom, left, and right.
10769         (gnus-toolbar-thickness): New variable.
10770         (gnus-xmas-setup-toolbar): New function.
10771         (gnus-xmas-setup-group-toolbar): Use it.
10772         (gnus-xmas-setup-summary-toolbar): Use it.
10773
10774 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * gnus-start.el (gnus-1): Add "native" to
10777         gnus-predefined-server-alist.
10778
10779         * gnus.el (gnus-method-to-server): Don't add "native" to the
10780         lists here, because that leads to problems when
10781         gnus-select-method is bound.
10782
10783 2005-11-09  Simon Josefsson  <jas@extundo.com>
10784
10785         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10786         use (not sort-by-date) instead.
10787
10788 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10789
10790         * gnus-delay.el (gnus-delay-group): Don't autoload.
10791         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10792         to be re-loaded when customizing the `gnus-delay' group.
10793
10794 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10795
10796         * message.el: Revert last changes.
10797         (message-insert-citation-line): Use newlines.
10798
10799 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10800
10801         * message.el (message-courtesy-message)
10802         (message-mark-insert-begin, message-mark-insert-end)
10803         (message-elide-ellipsis, message-cancel-message)
10804         (message-add-header, message-change-subject)
10805         (message-cross-post-followup-to-header)
10806         (message-cross-post-insert-note, message-reduce-to-to-cc)
10807         (message-widen-reply, message-delete-not-region)
10808         (message-kill-to-signature, message-insert-signature)
10809         (message-insert-importance-high, message-insert-importance-low)
10810         (message-insert-or-toggle-importance)
10811         (message-insert-disposition-notification-to)
10812         (message-indent-citation, message-yank-original)
10813         (message-cite-original-without-signature, message-cite-original)
10814         (message-insert-citation-line, message-position-on-field)
10815         (message-fix-before-sending, message-send-mail-partially)
10816         (message-send-mail, message-send-mail-with-sendmail)
10817         (message-send-mail-with-qmail, message-send-news)
10818         (message-check-news-header-syntax, message-generate-headers)
10819         (message-insert-courtesy-copy, message-fill-address)
10820         (message-fill-header, message-shorten-references)
10821         (message-setup-1, message-cancel-news)
10822         (message-forward-make-body-plain, message-forward-make-body-mime)
10823         (message-forward-make-body-mml, message-encode-message-body)
10824         (message-forward-make-body-digest-plain)
10825         (message-forward-make-body-digest-mime)
10826         (message-use-alternative-email-as-from): Insert `hard-newline'
10827         instead of ordinary newlines.
10828
10829 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * message.el (message-generate-headers): Downcase the argument
10832         given to message-check-element.
10833
10834 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10835
10836         * nntp.el (nntp-authinfo-rejected): New error condition.
10837         (nntp-wait-for): Use new error condition to signal authentication
10838         error.
10839         (nntp-retrieve-data): Rethrow new error condition to break out of
10840         recursive call to nntp-send-authinfo.
10841
10842 2005-11-08  Romain Francoise  <romain@orebokech.com>
10843
10844         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10845         (gnus-summary-exit-map): Bind to `Z p'.
10846         (gnus-summary-make-menu-bar): Add menu item.
10847
10848 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10851         (gnus-treat-*): Add `first' in all doc strings.
10852
10853         * gnus-group.el (gnus-group-compact-group): Fix typo.
10854
10855 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus.el (gnus-parameters-case-fold-search): New variable.
10858         (gnus-parameters-get-parameter): Use it.
10859
10860         * gnus-score.el (gnus-home-score-file): Doc fix.
10861
10862 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10863
10864         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10865
10866 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * mm-util.el (mm-special-display-p): New function.
10869
10870         * mml.el (mml-preview): Use it; doc fix.
10871
10872 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10873
10874         * imap.el (imap-open): Handle case where buffer is a buffer object.
10875
10876 2005-10-29  Romain Francoise  <romain@orebokech.com>
10877
10878         * message.el (message-fix-before-sending): Fix comment.
10879
10880 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10881
10882         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10883
10884 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10885
10886         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10887         Used in gnus-score.el.
10888
10889 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10892
10893 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10896         whitespace removed in revision 7.8.  Use concatenated string to
10897         protect trailing whitespace.
10898
10899 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10900
10901         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10902         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10903         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10904         Courier IMAP ("some version from 2004").  Mostly based on similar
10905         code in the same function.
10906
10907 2005-10-26  Didier Verna  <didier@xemacs.org>
10908
10909         * gnus-group.el (gnus-group-compact-group): Invalidate original
10910         article buffer.
10911         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10912         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10913         NOV database and in article itself.
10914         Invalidate article backlog.
10915
10916 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10917
10918         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10919
10920 2005-10-26  Simon Josefsson  <jas@extundo.com>
10921
10922         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10923         part of 2004-07-25 change.
10924
10925 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * message.el (message-display-completion-list): New function.
10928         (message-expand-group): Use it; make sure the Completions buffer
10929         is modifiable.
10930 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10931
10932         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10933         user-mail-name is an empty string.
10934
10935 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10938         depending on gnus-score-decay-constant.
10939
10940         * encrypt.el (encrypt-insert-file-contents)
10941         (encrypt-write-file-contents): Don't use `gnus-message'.
10942
10943         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10944         arguments.
10945         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10946         arguments to mm-uu-verbatim-marks-extract.
10947         (mm-uu-hide-markers): New variable.
10948         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10949
10950         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10951         (gnus-convert-image-to-face-command): Use "convert" by default to
10952         allow other input image formats.
10953         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10954         accordingly.
10955
10956 2005-10-23  Simon Josefsson  <jas@extundo.com>
10957
10958         * imap.el (imap-gssapi-program): Align command line parameters
10959         with latest GNU SASL.
10960         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10961
10962 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10963
10964         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10965         HTML.
10966         (nnslashdot-request-article): Ditto.
10967
10968         * lpath.el (featurep): Add nobreak-char-display.
10969
10970 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10971
10972         * mail-source.el (mail-source-fetch-pop): Require pop3.
10973         (mail-source-check-pop): Ditto.
10974
10975 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10978         errors.
10979
10980 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10983         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10984
10985         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10986
10987         * mm-bodies.el (mm-decode-string): Call
10988         `mm-charset-to-coding-system' with allow-override argument.
10989
10990 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10993         (rfc2047-charset-to-coding-system): New function.
10994         (rfc2047-decode-encoded-words): New function.
10995         (rfc2047-decode-region): Use them.
10996         (rfc2047-decode-cte): Remove.
10997         (rfc2047-parse-and-decode): Remove.
10998         (rfc2047-decode): Remove.
10999
11000 2005-10-15  Kenichi Handa  <handa@m17n.org>
11001
11002         * rfc2047.el (rfc2047-decode-cte): New function.
11003         (rfc2047-decode-region): Change the way to decode successive
11004         encoded-words: decode B- or Q-encoding in each encoded-word,
11005         concatenate them, and decode it as charset.
11006
11007 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * lpath.el: Fbind codepage-setup for XEmacs.
11010
11011 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11012
11013         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11014         widget-move-and-invoke.
11015         (gnus-custom-mode): Use gnus-custom-map.
11016
11017 2005-10-15  Bill Wohler  <wohler@newt.com>
11018
11019         * message.el (message-tool-bar-map): Renamed image file from
11020         mail_send to mail/send.
11021
11022 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11023
11024         * message.el (message-expand-group): Pass the common
11025         prefix substring of completion to `display-completion-list'.
11026
11027 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * mml-sec.el (mml-secure-method): New internal variable.
11030         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11031         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11032         functions using mml-secure-method.
11033
11034         * mml.el (mml-mode-map): Add key bindings for those functions.
11035         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11036         Harder <harder@myrealbox.com>.
11037         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11038         end of message if point is the headers of the message.
11039
11040         * message.el (message-in-body-p): New function.
11041
11042         * assistant.el: Autoload gnus-util and netrc.
11043
11044         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11045         Use `mm-charset-override-alist' only when decoding.
11046
11047         * mm-bodies.el (mm-decode-body): Call
11048         `mm-charset-to-coding-system' with allow-override argument.
11049
11050         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11051         `filename' from Content-Disposition if Content-Type doesn't
11052         provide `name'.
11053         (gnus-mime-view-part-as-type): Set default instead of
11054         initial-input.
11055
11056 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11057
11058         * format-spec.el (format-spec): Propagate text properties of % spec.
11059
11060 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * gnus-art.el (gnus-treat-predicate): Add `first'.
11063
11064 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11067         (mm-charset-override-alist): New variable.
11068         (mm-charset-to-coding-system): Use it.
11069         (mm-codepage-setup): New helper function.
11070         (mm-charset-eval-alist): New variable.
11071         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11072         about unknown charsets.
11073
11074         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11075
11076 2005-10-04  David Hansen  <david.hansen@gmx.net>
11077
11078         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11079         (nnrss-check-group): Ditto.
11080
11081 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11084         Rename x-gnus-verbatim to x-verbatim.
11085         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11086
11087         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11088         x-verbatim.
11089
11090         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11091
11092         * gnus-util.el (gnus-remove-duplicates): Remove.
11093
11094         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11095         instead of gnus-remove-duplicates.
11096
11097         * message.el (message-remove-duplicates): Remove.
11098         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11099         message-remove-duplicates.
11100
11101         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11102         available, else use implementation from `delete-dups'.
11103
11104         * message.el (message-insert-expires): New function.
11105         (message-mode-map): Add key binding.
11106         (message-mode-field-menu): Add menu entry.
11107         (message-mode): Document it.
11108         (message-make-expires-date): Use `message-make-date'.
11109
11110 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11111
11112         * message.el (message-make-expires-date): New function.
11113
11114 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * Makefile.in (list-installed-shadows): New entry.
11117         (install): Use it.
11118         (remove-installed-shadows): New entry.
11119
11120         * dgnushack.el (dgnushack-default-load-path): New variable.
11121         (dgnushack-find-lisp-shadows): New function.
11122         (dgnushack-remove-lisp-shadows): New function.
11123
11124 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * Makefile.in (install-el-elc): New entry.
11127         (install): Use it so that .el files are necessarily installed.
11128
11129 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11132
11133 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11134
11135         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11136         function rather than the diff-mode.el package.
11137         (mm-display-external): Use with-current-buffer.
11138         (mm-viewer-completion-map, mm-viewer-completion-map):
11139         Move initialization inside declaration.
11140
11141 2005-09-29  Simon Josefsson  <jas@extundo.com>
11142
11143         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11144         autoload mail-check-payment.
11145         (spam-check-hashcash): Define unconditionally, since hashcash.el
11146         is part of Gnus now.  Ignore errors from payment checking.
11147
11148 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * message.el (message-bold-region, message-unbold-region): Rename
11151         from `bold-region' and `unbold-region'.
11152
11153         * message.el: Remove useless autoloads.
11154
11155 2005-09-28  Simon Josefsson  <jas@extundo.com>
11156
11157         * message.el (message-use-idna): Default to t.
11158         (message-use-idna): Test whether encoding works too.  Doc fix.
11159
11160 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * nntp.el (nntp-warn-about-losing-connection): Remove.
11163
11164 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11165
11166         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11167         customizable.  Change default value.
11168         (mm-uu-diff-groups-regexp): Change default value.
11169         (mm-uu-type-alist): Add doc string.
11170         (mm-uu-configure): Add doc string.  Make it interactive.
11171         (mm-uu-tex-groups-regexp): New variable.
11172         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11173         (mm-uu-type-alist): Add LaTeX documents.
11174         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11175         of "text/verbatim".
11176         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11177
11178         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11179         instead of "text/verbatim".
11180
11181         * message.el (message-mark-inserted-region)
11182         (message-mark-insert-file): Use slrn style marks when called with
11183         prefix argument.
11184
11185 2005-09-27  Simon Josefsson  <jas@extundo.com>
11186
11187         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11188
11189 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11190
11191         * message.el (message-remove-duplicates): New function.
11192         Implementation borrowed from `gnus-remove-duplicates'.
11193         (message-idna-to-ascii-rhs): Also encode idna addresses in
11194         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11195         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11196         only ask about the same idna domain once per header and also tell
11197         in what header to replace the idna domain.
11198
11199         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11200         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11201         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11202         a header is decoded and not just the last one.
11203
11204 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11207         has been decoded.
11208
11209         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11210         (mm-insert-part): Don't modify text if it has been decoded.
11211
11212         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11213         decoded.
11214
11215         * mm-view.el (mm-inline-text): Don't strip text props unless
11216         decoding enriched or richtext parts.
11217
11218 2005-09-25  Romain Francoise  <romain@orebokech.com>
11219
11220         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11221         * gnus-start.el (gnus-subscribe-interactively):
11222         * gnus-uu.el (gnus-uu-grab-articles):
11223         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11224         space.
11225
11226 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11227
11228         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11229         * mm-view.el (mm-view-pkcs7-decrypt):
11230         * gnus-sum.el (gnus-summary-limit-to-extra)
11231         (gnus-summary-respool-article, gnus-read-move-group-name):
11232         * gnus-score.el (gnus-summary-increase-score):
11233         * gnus-util.el (gnus-completing-read-with-default):
11234         * gnus-art.el (gnus-read-save-file-name)
11235         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11236         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11237         * message.el (message-check-news-header-syntax):
11238         Follow convention for reading with the minibuffer.
11239
11240 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * spam-report.el (spam-report-url-ping-plain):
11243         Use gnus-extended-version as User-Agent.
11244
11245         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11246         default value is nil.
11247
11248         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11249         (mm-uu-verbatim-marks-extract): New function.
11250         (mm-uu-extract): New face.
11251         (mm-uu-copy-to-buffer): Use it.
11252
11253         * spam-report.el (spam-report-gmane-ham): Renamed from
11254         `spam-report-gmane-unspam'.
11255         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11256         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11257
11258         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11259         Autoload.
11260         (spam-report-gmane-unregister-routine): Renamed
11261         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11262
11263 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11264
11265         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11266         (spam-report-gmane-unregister-routine): Add support for gmane
11267         unregistration.
11268
11269         * spam-report.el (spam-report-gmane-unspam)
11270         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11271         (spam-report-gmane): Change to take a single article and do unspam
11272         registration.
11273
11274 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * mm-url.el (mm-url-decode-entities): Fix regexp.
11277
11278 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11279
11280         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11281         default to nil, to be able to use Gnus at all.  If the default
11282         switches to something else, then the function should be fixed not
11283         be exceedingly slow.
11284
11285 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11288         fail hard.
11289
11290         * spam-report.el: Add better Keywords line.
11291
11292         * spam.el: Add Maintainer and better Keywords line.
11293
11294 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * gnus-art.el (gnus-article-replace-part)
11297         (gnus-mime-replace-part): New functions.
11298         (gnus-mime-action-alist, gnus-mime-button-commands)
11299         (gnus-mime-save-part-and-strip): Added file argument.
11300         (gnus-article-part-wrapper): Added interactive argument.
11301
11302         * gnus-sum.el (gnus-summary-mime-map): Add
11303         `gnus-article-replace-part'.
11304
11305 2005-09-19  Didier Verna  <didier@xemacs.org>
11306
11307         The nnml compaction feature:
11308         * nnml.el (nnml-request-compact-group): New function.
11309         * nnml.el (nnml-request-compact): New function.
11310         * gnus-int.el (gnus-request-compact-group): New function.
11311         * gnus-int.el (gnus-request-compact): New function.
11312         * gnus-group.el (gnus-group-compact-group): New function.
11313         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11314         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11315         * gnus-srvr.el (gnus-server-compact-server): New function.
11316         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11317         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11318
11319 2005-09-18  Deepak Goel  <deego@gnufans.org>
11320
11321         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11322         format spec.
11323
11324 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11327
11328 2005-09-15  Romain Francoise  <romain@orebokech.com>
11329
11330         * message.el (message-fill-paragraph): Clarify docstring.
11331
11332 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-art.el (gnus-mime-display-part): Protect against broken
11335         MIME messages.
11336
11337 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11340         before parsing header.
11341
11342 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11343
11344         * html2text.el (html2text-replace-list): Add new entities.
11345
11346 2005-09-11  Romain Francoise  <romain@orebokech.com>
11347
11348         * message.el (message-alternative-emails): Improve docstring.
11349         (message-setup-1): Call `message-use-alternative-email-as-from'
11350         after `message-setup-hook' to give it precedence over posting
11351         styles, etc.
11352         (message-use-alternative-email-as-from): Add docstring.  Remove
11353         the original From header if present.
11354
11355         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11356         (nnml-save-mail): Use it.
11357
11358         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11359         articles.  Add new argument `silent'.
11360         (gnus-uu-mark-all): Report the total number of marked articles.
11361
11362 2005-09-10  Romain Francoise  <romain@orebokech.com>
11363
11364         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11365         (gnus-uu-mark-series): Likewise.
11366
11367 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * spam-report.el (spam-report-gmane): Fix generation of spam
11370         report URL.
11371
11372 2005-09-10  Simon Josefsson  <jas@extundo.com>
11373
11374         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11375         t, based on discussion on the ding list with Robert Epprecht
11376         <epprecht@solnet.ch>.
11377
11378 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * spam-report.el (spam-report-gmane): Make it work without
11381         X-Report-Spam header.  Gmane now only provides Archived-At.
11382         This is only used if `spam-report-gmane-use-article-number' is nil.
11383         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11384
11385         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11386         make `gnus-summary-sort-by-recipient' work with threading.
11387
11388         * nnweb.el (nnweb-google-wash-article): Print a message if article
11389         is not available.
11390
11391 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11392
11393         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11394         change.  Decode text/* parts content before displaying.
11395
11396 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11399
11400 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11403
11404         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11405         url-package-name, url-package-version,
11406         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11407         w3m-display-inline-images, and w3m-minor-mode-map.
11408
11409 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * message.el (message-tab-body-function): Fix mismatched custom type.
11412
11413         * gnus.el (gnus-group-change-level-function): Ditto.
11414
11415         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11416
11417         * gnus-art.el (gnus-signature-limit)
11418         (gnus-article-mime-part-function): Ditto.
11419
11420 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * mml.el (mml-mode): Silence the byte compiler.
11423
11424         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11425         using `(sit-for 0)' before moving the point to the specified part;
11426         skip unbuttonized parts.
11427         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11428         return to the summary window if gnus-auto-select-part is non-nil.
11429
11430 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11433         variables.
11434         (mml-dnd-attach-file, mml-mode): Use them.
11435
11436         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11437         Make fetching article by MID work again for Google Groups.  Added
11438         FIXME concerning gnus-group-make-web-group.
11439
11440         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11441         Don't depend on Gnus by using mail-extract-address-components if
11442         gnus-extract-address-components is not bound.
11443
11444 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * gnus-art.el (gnus-mime-display-security): Don't display the
11447         signature, but only the signed part.
11448
11449 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11452
11453         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11454         list, not listp.
11455
11456 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11457
11458         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11459         when encoding.
11460
11461         * mm-bodies.el (mm-decode-content-transfer-encoding):
11462         De-canonicalize CRLF for all text content types, not just
11463         text/plain.
11464
11465 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11468         valid article; point arrow and cursor at the MIME button.
11469
11470 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11473         Suggested by Dan Christensen <jdc@uwo.ca>.
11474
11475         * mm-decode.el (mm-save-part): Enable change of prompt.
11476
11477 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11478
11479         * gnus-msg.el (gnus-inews-add-send-actions): Made
11480         `message-post-method' lambda parameter ARG `&optional'.
11481
11482 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * gnus-sum.el (gnus-summary-mime-map): Added
11485         gnus-article-save-part-and-strip, gnus-article-delete-part and
11486         gnus-article-jump-to-part.
11487
11488         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11489         (gnus-article-edit-part): Use it.
11490         (gnus-article-part-wrapper): Added no-handle argument.
11491         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11492         functions.
11493
11494 2005-08-29  Romain Francoise  <romain@orebokech.com>
11495
11496         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11497         docstring.
11498         (gnus-face-from-file): Likewise.
11499
11500 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11503         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11504         non-nil.
11505         (gnus-auto-select-part): New variable.
11506         (gnus-article-jump-to-part): New function.
11507         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11508         (gnus-mime-delete-part): Allow selecting specified part after
11509         deleting or stripping parts.
11510         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11511         part if argument is bogus.
11512
11513 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11514
11515         * gnus-art.el (w3m-minor-mode-map):
11516         * gnus-spec.el (gnus-newsrc-file-version):
11517         * gnus-util.el (nnmail-active-file-coding-system)
11518         (gnus-original-article-buffer, gnus-user-agent):
11519         * gnus.el (gnus-ham-process-destinations)
11520         (gnus-parameter-ham-marks-alist)
11521         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11522         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11523         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11524         * mm-decode.el (gnus-current-window-configuration):
11525         * mm-extern.el (gnus-article-mime-handles):
11526         * mm-url.el (url-current-object, url-package-name)
11527         (url-package-version):
11528         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11529         (smime-keys, w3m-cid-retrieve-function-alist)
11530         (w3m-current-buffer, w3m-display-inline-images)
11531         (w3m-minor-mode-map):
11532         * mml-smime.el (gnus-extract-address-components):
11533         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11534         (gnus-newsrc-hashtb, message-default-charset)
11535         (message-deletable-headers, message-options)
11536         (message-posting-charset, message-required-mail-headers)
11537         (message-required-news-headers):
11538         * mml1991.el (mc-pgp-always-sign):
11539         * mml2015.el (mc-pgp-always-sign):
11540         * nnheader.el (nnmail-extra-headers):
11541         * rfc1843.el (gnus-decode-encoded-word-function)
11542         (gnus-decode-header-function, gnus-newsgroup-name):
11543         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11544
11545 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11546
11547         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11548         the end of the date treatments.
11549
11550 2005-08-15  Simon Josefsson  <jas@extundo.com>
11551
11552         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11553         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11554         Capello and Romain Francoise.
11555         (pgg-fetch-key-function): Removed, not used?
11556         (pgg-insert-url-with-w3): Require url, to get
11557         url-insert-file-contents regardless of where it is defined.
11558
11559 2005-08-13  Romain Francoise  <romain@orebokech.com>
11560
11561         * message.el (message-cite-original-1): New function.
11562         (message-cite-original): Use it.
11563         (message-cite-original-without-signature): Ditto.
11564
11565 2005-08-08  Romain Francoise  <romain@orebokech.com>
11566
11567         * message.el (message-yank-empty-prefix): New variable.
11568         (message-indent-citation): Use it.
11569         (message-cite-original-without-signature): Respect X-No-Archive.
11570
11571 2005-08-08  Simon Josefsson  <jas@extundo.com>
11572
11573         * pgg.el: Autoload url-insert-file-contents instead of loading
11574         w3/url.
11575         (pgg-insert-url-with-w3): Don't load url here.
11576
11577 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11578
11579         * message.el (message-kill-to-signature): Don't insert newline at
11580         bol.
11581         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11582
11583 2005-08-06  Romain Francoise  <romain@orebokech.com>
11584
11585         * message.el (message-user-fqdn): Fix typo in docstring.
11586
11587 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11588
11589         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11590
11591         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11592
11593 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * mm-bodies.el (mm-encode-body): Use coding system rather than
11596         charset to encode text.
11597
11598         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11599         number of charsets if utf-8 is available (XEmacs).
11600
11601 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11604         taken from `gnus-button-mid-or-mail-regexp'.
11605         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11606         (gnus-button-alist): Improve regexp for domain part of the MIDs
11607         for news:localpart@domain buttons.
11608         (gnus-button-ctan-directory-regexp): Update.
11609
11610 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * sieve-manage.el (sieve-manage-interactive-login): Use
11613         make-local-variable rather than make-variable-buffer-local.
11614         (sieve-manage-open): Ditto.
11615         (sieve-manage-authenticate): Ditto.
11616
11617         * mml.el (mml-generate-mime-1): Make the content type default to
11618         text/plain if the filename is not specified.
11619
11620 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11623         instead of insert-buffer.
11624
11625         * message.el (message-yank-original): Ditto; set the mark at the
11626         end of the yanked message.
11627
11628 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11631         lines to scroll rather than to stop it.
11632
11633         * mml.el (mml-generate-default-type): Add doc string.
11634         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11635         default to application/octet-stream when determining the content
11636         type if it is not specified for the part or the mml contents; add
11637         a comment about mml-generate-default-type.
11638
11639 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11642         make it default to application/octet-stream when determining the
11643         content type if it is not specified for the external contents.
11644
11645 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11648         segmented parameter but also other parameters might be there.
11649
11650 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * mm-decode.el (mm-display-external): Delete temp file, directory
11653         and buffer immediately if the external process is exited.
11654
11655 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11658         fewer lines than that of scroll-margin.
11659         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11660
11661 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-art.el (gnus-article-next-page): Revert.
11664         (gnus-article-beginning-of-window): New macro.
11665         (gnus-article-next-page-1): Use it.
11666         (gnus-article-prev-page): Ditto.
11667         (gnus-article-edit-part): Use insert-buffer-substring instead of
11668         insert-buffer.
11669         (gnus-article-edit-exit): Ditto.
11670
11671         * gnus-util.el (gnus-beginning-of-window): Remove.
11672         (gnus-end-of-window): Remove.
11673
11674         * lpath.el: Don't bind header-line-format and scroll-margin.
11675
11676 2005-07-25  Simon Josefsson  <jas@extundo.com>
11677
11678         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11679         to have the url package without w3.  Reported by Daiki Ueno
11680         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11681
11682 2005-07-20  Didier Verna  <didier@xemacs.org>
11683
11684         * gnus-diary.el: Remove the description comment (nndiary is now
11685         properly documented in the Gnus manual).
11686         Fix the spelling of "Back End".
11687         * nndiary.el: Ditto.
11688         Fix the copyright notice.
11689
11690 2005-07-18  Romain Francoise  <romain@orebokech.com>
11691
11692         * gnus-sum.el (gnus-summary-to-prefix)
11693         (gnus-summary-newsgroup-prefix): New variables.
11694         (gnus-summary-from-or-to-or-newsgroups): Use them.
11695
11696 2005-07-17  Romain Francoise  <romain@orebokech.com>
11697
11698         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11699         space as it's generally not especially interesting to the user.
11700
11701 2005-07-16  Romain Francoise  <romain@orebokech.com>
11702
11703         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11704         nil to avoid prompting and file modification if one of the
11705         messages at the top of the nnfolder file contains a copyright
11706         notice.
11707         Update copyright notice.
11708
11709         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11710         instead of `current-time-string' as the latter creates a time
11711         string that is not RFC 2822 compliant (it lacks the zone).
11712         Update copyright notice.
11713
11714 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11715
11716         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11717         for text/rtf.  Display default in prompt.  Pass default for M-n.
11718
11719         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11720
11721 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * gnus-msg.el (gnus-button-mailto): Remove
11724         save-selected-window-window hackery because it relies on
11725         save-selected-window internals.
11726
11727 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11730         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11731         (gnus-article-prev-page): Ditto.
11732
11733         * gnus-util.el (gnus-beginning-of-window): New function.
11734         (gnus-end-of-window): New function.
11735
11736         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11737
11738 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11739
11740         * gnus-score.el (gnus-score-edit-all-score): Set
11741         gnus-score-edit-exit-function to gnus-score-edit-done and call
11742         gnus-message.
11743
11744 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745
11746         * gnus-msg.el (gnus-button-mailto): Remove
11747         save-selected-window-window hackery because it relies on
11748         save-selected-window internals.
11749
11750 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11753         add-minor-mode.
11754         (gnus-binary-mode): Ditto.
11755
11756         * gnus-topic.el (gnus-topic-mode): Ditto.
11757
11758 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11759
11760         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11761         (gnus-article-prev-page): Take scroll-margin into consideration.
11762
11763 2005-07-04  Lute Kamstra  <lute@gnu.org>
11764
11765         Update FSF's address in GPL notices.
11766
11767 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11768
11769         * gnus.el (gnus-exit):
11770         * gnus-group.el (gnus-group-icons):
11771         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11772
11773         * gnus-nocem.el (gnus-nocem):
11774         * message.el (message-various, message-buffers, message-sending)
11775         (message-interface, message-forwarding, message-insertion)
11776         (message-headers, message-news, message-mail):
11777         * pgg-gpg.el (pgg-gpg):
11778         * pgg-parse.el (pgg-parse):
11779         * pgg-pgp.el (pgg-pgp):
11780         * pgg-pgp5.el (pgg-pgp5):
11781         * pop3.el (pop3): Finish `defgroup' description with period.
11782
11783 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-art.el (article-display-face): Improve the efficiency.
11786         (article-display-x-face): Ditto; remove grey x-face stuff.
11787
11788 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * gnus-art.el (article-display-face): Correct the position in
11791         which Faces are inserted.
11792
11793 2005-06-29  Didier Verna  <didier@xemacs.org>
11794
11795         * gnus-art.el (article-display-face): Display faces in correct
11796         order.
11797
11798 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11801         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11802         (gnus-nocem-check-article): Fetch the Type header.
11803         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11804         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11805         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11806         make sure gnus-nocem-hashtb is initialized.
11807         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11808         (gnus-nocem-unwanted-article-p): Ditto.
11809
11810         * pgg.el (pgg-verify): Return the verification result.
11811
11812 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11815         is ascii.
11816
11817 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11818
11819         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11820         `show-nonbreak-escape'.
11821
11822 2005-06-23  Lute Kamstra  <lute@gnu.org>
11823
11824         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11825
11826         * dig.el (dig-mode):
11827         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11828
11829 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11830
11831         * nnimap.el (nnimap-split-download-body): Fix spellings.
11832
11833 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11834
11835         * gnus-art.el (gnus-article-encrypt-body):
11836         * gnus-cus.el (gnus-score-customize):
11837         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11838         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11839
11840 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11841
11842         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11843         header by looking for magic "MII" at the beginnig.
11844
11845 2005-06-16  Miles Bader  <miles@gnu.org>
11846
11847         * gnus-xmas.el (gnus-xmas-group-startup-message):
11848         Use renamed gnus-splash face.
11849
11850         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11851         (assistant-field-face): New backward-compatibility alias for renamed
11852         face.
11853         (assistant-render-text): Use renamed assistant-field face.
11854
11855         * spam.el (spam): Remove "-face" suffix from face name.
11856         (spam-face): New backward-compatibility alias for renamed face.
11857         (spam-face, spam-initialize): Use renamed spam face.
11858
11859         * message.el (message-header-to, message-header-cc)
11860         (message-header-subject, message-header-newsgroups)
11861         (message-header-other, message-header-name)
11862         (message-header-xheader, message-separator, message-cited-text)
11863         (message-mml): Remove "-face" suffix from face names.
11864         (message-header-to-face, message-header-cc-face)
11865         (message-header-subject-face, message-header-newsgroups-face)
11866         (message-header-other-face, message-header-name-face)
11867         (message-header-xheader-face, message-separator-face)
11868         (message-cited-text-face, message-mml-face):
11869         New backward-compatibility aliases for renamed faces.
11870         (message-font-lock-keywords): Use renamed message faces.
11871
11872         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11873         (sieve-test-commands, sieve-tagged-arguments):
11874         Remove "-face" suffix from face names.
11875         (sieve-control-commands-face, sieve-action-commands-face)
11876         (sieve-test-commands-face, sieve-tagged-arguments-face):
11877         New backward-compatibility aliases for renamed faces.
11878         (sieve-control-commands-face, sieve-action-commands-face)
11879         (sieve-test-commands-face, sieve-tagged-arguments-face):
11880         Use renamed sieve faces.
11881
11882         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11883         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11884         (gnus-group-news-3-empty, gnus-group-news-4)
11885         (gnus-group-news-4-empty, gnus-group-news-5)
11886         (gnus-group-news-5-empty, gnus-group-news-6)
11887         (gnus-group-news-6-empty, gnus-group-news-low)
11888         (gnus-group-news-low-empty, gnus-group-mail-1)
11889         (gnus-group-mail-1-empty, gnus-group-mail-2)
11890         (gnus-group-mail-2-empty, gnus-group-mail-3)
11891         (gnus-group-mail-3-empty, gnus-group-mail-low)
11892         (gnus-group-mail-low-empty, gnus-summary-selected)
11893         (gnus-summary-cancelled, gnus-summary-high-ticked)
11894         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11895         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11896         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11897         (gnus-summary-low-undownloaded)
11898         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11899         (gnus-summary-low-unread, gnus-summary-normal-unread)
11900         (gnus-summary-high-read, gnus-summary-low-read)
11901         (gnus-summary-normal-read, gnus-splash):
11902         Remove "-face" suffix from face names.
11903         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11904         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11905         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11906         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11907         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11908         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11909         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11910         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11911         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11912         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11913         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11914         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11915         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11916         (gnus-summary-normal-ticked-face)
11917         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11918         (gnus-summary-normal-ancient-face)
11919         (gnus-summary-high-undownloaded-face)
11920         (gnus-summary-low-undownloaded-face)
11921         (gnus-summary-normal-undownloaded-face)
11922         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11923         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11924         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11925         (gnus-splash-face):
11926         New backward-compatibility aliases for renamed faces.
11927         (gnus-group-startup-message): Use renamed gnus faces.
11928
11929         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11930         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11931         (gnus-server-agent): Remove "-face" suffix from face names.
11932         (gnus-server-agent-face, gnus-server-opened-face)
11933         (gnus-server-closed-face, gnus-server-denied-face)
11934         (gnus-server-offline-face):
11935         New backward-compatibility aliases for renamed faces.
11936         (gnus-server-agent-face, gnus-server-opened-face)
11937         (gnus-server-closed-face, gnus-server-denied-face)
11938         (gnus-server-offline-face): Use renamed gnus faces.
11939
11940         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11941         Remove "-face" suffix from face names.
11942         (gnus-picon-xbm-face, gnus-picon-face):
11943         New backward-compatibility aliases for renamed faces.
11944
11945         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11946         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11947         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11948         (gnus-cite-11): Remove "-face" suffix from face names.
11949         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11950         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11951         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11952         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11953         New backward-compatibility aliases for renamed faces.
11954         (gnus-cite-attribution-face, gnus-cite-face-list)
11955         (gnus-article-boring-faces): Use renamed gnus faces.
11956
11957         * gnus-art.el (gnus-signature, gnus-header-from)
11958         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11959         (gnus-header-content): Remove "-face" suffix from face names.
11960         (gnus-signature-face, gnus-header-from-face)
11961         (gnus-header-subject-face, gnus-header-newsgroups-face)
11962         (gnus-header-name-face, gnus-header-content-face):
11963         New backward-compatibility aliases for renamed faces.
11964         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11965
11966         * gnus-sum.el (gnus-summary-selected-face)
11967         (gnus-summary-highlight): Use renamed gnus faces.
11968         * gnus-group.el (gnus-group-highlight): Likewise.
11969
11970 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11971
11972         * gnus-sieve.el (gnus-sieve-article-add-rule):
11973         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11974         * spam-stat.el (spam-stat-buffer-change-to-spam)
11975         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11976
11977         * message.el (message-is-yours-p):
11978         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11979
11980 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * mm-view.el (mm-inline-text): Withdraw the last change.
11983
11984 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11987         executing enriched-decode.
11988
11989 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11992         charset of tar files.
11993
11994 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11995
11996         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11997
11998 2005-06-04  Lute Kamstra  <lute@gnu.org>
11999
12000         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12001         information is never recorded.
12002
12003 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12004
12005         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12006
12007 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * pop3.el (pop3-apop): Run md5 in the binary mode.
12010
12011         * starttls.el (starttls-set-process-query-on-exit-flag):
12012         Use eval-and-compile.
12013
12014 2005-05-31  Simon Josefsson  <jas@extundo.com>
12015
12016         * smime.el (smime-replace-in-string): Define.
12017         (smime-cert-by-ldap-1): Use it.
12018
12019 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * gnus-art.el (article-display-x-face): Replace
12022         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12023
12024         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12025         set-process-query-on-exit-flag or process-kill-without-query.
12026
12027         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12028         loop instead of replace-regexp.
12029
12030         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12031         instead of process-kill-without-query if it is available.
12032
12033         * lpath.el: Fbind ldap-search-entries.
12034
12035         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12036         instead of find-file-hooks if it is available.
12037
12038         * mml1991.el: Bind pgg-default-user-id when compiling.
12039
12040         * mml2015.el: Bind pgg-default-user-id when compiling.
12041
12042         * nndraft.el (nndraft-request-associate-buffer):
12043         Use write-contents-functions instead of write-contents-hooks if it is
12044         available.
12045
12046         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12047         instead of find-file-hooks if it is available.
12048
12049         * nntp.el (nntp-open-connection): Replace
12050         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12051         (nntp-open-ssl-stream): Ditto.
12052         (nntp-open-tls-stream): Ditto.
12053
12054         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12055         set-process-query-on-exit-flag or process-kill-without-query.
12056         (starttls-open-stream-gnutls): Use it instead of
12057         process-kill-without-query.
12058         (starttls-open-stream): Ditto.
12059
12060 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12061
12062         * smime.el (smime-cert-by-ldap-1): Don't use
12063         replace-regexp-in-string.
12064
12065 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12066
12067         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12068
12069         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12070         in PEM format.  Adjust to the XEmacs compability.
12071
12072 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12075         by `string-to-number'.
12076         * gnus-agent.el (gnus-agent-regenerate-group)
12077         (gnus-agent-fetch-articles): Ditto.
12078         * gnus-art.el (gnus-button-fetch-group): Ditto.
12079         * gnus-cache.el (gnus-cache-generate-active)
12080         (gnus-cache-articles-in-group): Ditto.
12081         * gnus-group.el (gnus-group-set-current-level)
12082         (gnus-group-insert-group-line): Ditto.
12083         * gnus-score.el (gnus-score-set-expunge-below)
12084         (gnus-score-set-mark-below, gnus-summary-score-effect)
12085         (gnus-summary-score-entry): Ditto.
12086         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12087         (gnus-soup-pack): Ditto.
12088         * gnus-spec.el (gnus-xmas-format): Ditto.
12089         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12090         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12091         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12092         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12093         * nndb.el (nndb-get-remote-expire-response): Ditto.
12094         * nndiary.el (nndiary-parse-schedule-value)
12095         (nndiary-string-to-number, nndiary-request-replace-article)
12096         (nndiary-request-article): Ditto.
12097         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12098         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12099         * nneething.el (nneething-make-head): Ditto.
12100         * nnfolder.el (nnfolder-request-article)
12101         (nnfolder-retrieve-headers): Ditto.
12102         * nnheader.el (nnheader-file-to-number): Ditto.
12103         * nnkiboze.el (nnkiboze-request-article): Ditto.
12104         * nnmail.el (nnmail-process-unix-mail-format)
12105         (nnmail-process-babyl-mail-format): Ditto.
12106         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12107         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12108         (nnmh-request-create-group, nnmh-request-list-1)
12109         (nnmh-request-group, nnmh-request-article): Ditto.
12110         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12111         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12112         * nnsoup.el (nnsoup-make-active): Ditto.
12113         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12114         * nntp.el (nntp-find-group-and-number)
12115         (nntp-retrieve-headers-with-xover): Ditto.
12116         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12117         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12118         (pgg-format-key-identifier): Ditto.
12119         * pop3.el (pop3-last, pop3-stat): Ditto.
12120         * qp.el (quoted-printable-decode-region): Ditto.
12121
12122         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12123         of concat.
12124
12125 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12128
12129         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12130
12131         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12132
12133         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12134
12135         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12136
12137         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12138
12139         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12140         (gnus-carpal-mode): Ditto.
12141
12142         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12143         (gnus-browse-mode): Ditto.
12144
12145         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12146
12147         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12148
12149 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12150
12151         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12152
12153 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-util.el (gnus-run-mode-hooks): New function.
12156
12157         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12158
12159         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12160         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12161
12162 2005-05-27  Lute Kamstra  <lute@gnu.org>
12163
12164         * dns-mode.el (dns-mode): Specify customization group.
12165
12166 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12167
12168         * gnus-agent.el (gnus-agent-make-mode-line-string):
12169         Use mode-line-highlight as mouse-face.
12170
12171 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * canlock.el (canlock): Change the parent group to news.
12174
12175         * deuglify.el (gnus-outlook-deuglify): Add :group.
12176
12177         * dig.el (dig): Add :group.
12178
12179         * dns-mode.el (dns-mode): Add :group.
12180
12181         * encrypt.el (encrypt): Add :group.
12182
12183         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12184         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12185         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12186         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12187         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12188
12189         * gnus-diary.el (gnus-diary): Add :group.
12190
12191         * gnus.el (gnus-group-news-1-face): Add :group.
12192         (gnus-group-news-1-empty-face): Ditto.
12193         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12194         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12195         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12196         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12197         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12198         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12199         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12200         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12201         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12202         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12203         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12204         (gnus-summary-high-ticked-face): Ditto.
12205         (gnus-summary-low-ticked-face): Ditto.
12206         (gnus-summary-normal-ticked-face): Ditto.
12207         (gnus-summary-high-ancient-face): Ditto.
12208         (gnus-summary-low-ancient-face): Ditto.
12209         (gnus-summary-normal-ancient-face): Ditto.
12210         (gnus-summary-high-undownloaded-face): Ditto.
12211         (gnus-summary-low-undownloaded-face): Ditto.
12212         (gnus-summary-normal-undownloaded-face): Ditto.
12213         (gnus-summary-high-unread-face): Ditto.
12214         (gnus-summary-low-unread-face): Ditto.
12215         (gnus-summary-normal-unread-face): Ditto.
12216         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12217         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12218
12219         * hashcash.el (hashcash): New custom group.
12220         (hashcash-default-payment): Add :group.
12221         (hashcash-payment-alist): Ditto.
12222         (hashcash-default-accept-payment): Ditto.
12223         (hashcash-accept-resources): Ditto.
12224         (hashcash-path): Ditto.
12225         (hashcash-extra-generate-parameters): Ditto.
12226         (hashcash-double-spend-database): Ditto.
12227         (hashcash-in-news): Ditto.
12228
12229         * message.el (message-minibuffer-local-map): Add :group.
12230
12231         * netrc.el (netrc): Add :group.
12232
12233         * sieve-manage.el (sieve-manage-log): Add :group.
12234         (sieve-manage-default-user): Diito.
12235         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12236         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12237         (sieve-manage-authenticators): Ditto.
12238         (sieve-manage-authenticator-alist): Ditto.
12239         (sieve-manage-default-port): Ditto.
12240
12241         * sieve-mode.el (sieve-control-commands-face): Add :group.
12242         (sieve-action-commands-face): Ditto.
12243         (sieve-test-commands-face): Ditto.
12244         (sieve-tagged-arguments-face): Ditto.
12245
12246         * smime.el (smime): Add :group.
12247
12248         * spam-report.el (spam-report): Add :group.
12249
12250         * spam.el (spam, spam-face): Add :group.
12251
12252 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253
12254         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12255         return \n.\n.\n at the end of articles.  Protect against that.
12256         (nntp-with-open-group): Allow debugging.
12257
12258         * nnheader.el (mail-header-set-extra): Make into a function
12259         because I just could't understand how to quote the list properly.
12260
12261         * dns.el (query-dns-cached): New function.
12262
12263 2005-05-26  Lute Kamstra  <lute@gnu.org>
12264
12265         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12266
12267 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12270
12271         * gnus-art.el: Don't autoload mail-extract-address-components.
12272
12273         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12274         eval-and-compile to evaluate it.
12275
12276         * hashcash.el: Don't autoload executable-find.
12277
12278         * nndb.el: Don't declare the nndb back end two or more times; don't
12279         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12280
12281         * nntp.el: Autoload format-spec instead of format; use
12282         eval-and-compile to evaluate autoload forms.
12283
12284 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12285
12286         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12287
12288 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12289
12290         * gnus.el (gnus-version-number): Bump version.
12291
12292 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12293
12294         * gnus.el: No Gnus v0.3 is released.
12295
12296 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * lpath.el (featurep): Bind show-nonbreak-escape.
12299
12300 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-art.el (gnus-article-edit-part): Disable undo.
12303
12304 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12307         gnus-article-date-lapsed-new-header is t if date timer is active;
12308         skip headers in which the original date value is empty.
12309         (gnus-article-save-original-date): Redefine it as a macro.
12310         (gnus-display-mime): Use it.
12311
12312 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-art.el (article-date-ut): Support converting date in
12315         forwarded parts as well.
12316         (gnus-article-save-original-date): New function.
12317         (gnus-display-mime): Use it.
12318
12319 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12320
12321         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12322         enclosure element of <item>.
12323
12324 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * message.el (message-kill-buffer-query): Renamed from
12327         `message-kill-buffer-query-if-modified'.  Added :version.
12328
12329 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12332         window layout.
12333
12334 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * mml.el: Autoload dnd when compiling.
12337
12338 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12339
12340         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12341         x-dnd-*.
12342
12343 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * qp.el (quoted-printable-encode-region): Save excursion.
12346
12347 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12348
12349         * message.el (message-kill-buffer-query-if-modified): Add new variable
12350         so the user can kill a modified message buffer quickly.
12351         (message-kill-buffer): Use it.
12352
12353 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * lpath.el: Fbind display-time-event-handler; don't fbind
12356         string-to-multibyte.
12357
12358         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12359
12360 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12363         contained in text because xml.el decodes entities) with LFs.
12364
12365 2005-04-11  Lute Kamstra  <lute@gnu.org>
12366
12367         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12368         differently.
12369
12370 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12371
12372         * mm-util.el (mm-detect-coding-region): Typo.
12373
12374 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12377
12378 2005-04-06  Deepak Goel  <deego@gnufans.org>
12379
12380         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12381         user-function allow user modifications of the scores.
12382         (spam-stat-score-buffer-user): New function, to allow
12383         user-computed modifications to the score.
12384         (spam-stat-score-buffer-user-functions): List of additional
12385         scoring functions.
12386         (spam-stat-error-holder): Global temporary error holder.
12387         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12388         variable.
12389
12390 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12391
12392         * gnus-registry.el (gnus-registry-clean-empty-function)
12393         (gnus-registry-trim, gnus-registry-fetch-groups)
12394         (gnus-registry-delete-group): Groups that match
12395         `gnus-registry-ignored-groups' are removed from the registry
12396         entries, not just ignored for splitting.  This helps clean up the
12397         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12398         to get all the groups a message ID is in.
12399
12400         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12401         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12402         (spam-stat-score-buffer-user-functions): Add :number custom type.
12403
12404 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12407         argument in XEmacs.
12408
12409         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12410         (nnrss-request-group): Decode group name first.
12411         (nnrss-request-article): Make a text/plain article if mml-to-mime
12412         failed.
12413         (nnrss-get-encoding): Return a compatible encoding according to
12414         nnrss-compatible-encoding-alist.
12415         (nnrss-find-el): Use consp instead of listp.
12416         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12417
12418 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12421         which Emacs 20 doesn't support.
12422         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12423
12424 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12427         silence the byte compiler inside the defun.
12428
12429         * gnus-demon.el (parse-time-string): Add autoload.
12430
12431         * gnus-delay.el (parse-time-string): Add autoload.
12432
12433         * gnus-art.el (parse-time-string): Add autoload.
12434
12435         * nnultimate.el (parse-time): Require for `parse-time-string'.
12436
12437 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12440
12441         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12442
12443         * smime.el (smime-ldap-host-list): Add :version.
12444
12445 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12446
12447         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12448         pass it to `gnus-browse-read-group'.
12449         (gnus-browse-read-group): Add NUMBER argument and pass it to
12450         `gnus-group-read-ephemeral-group'.
12451
12452         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12453         argument and pass it to `gnus-group-read-group'.
12454
12455 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12456
12457         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12458         mm-xemacs-find-mime-charset-1 if we have the mule feature
12459         available at runtime.
12460
12461 2005-03-25  Werner Lemberg  <wl@gnu.org>
12462
12463         * nnmaildir.el: Replace `illegal' with `invalid'.
12464
12465 2005-03-23  Lute Kamstra  <lute@gnu.org>
12466
12467         * time-date.el: Add comment on time value formats.
12468         Don't require parse-time.
12469         (with-decoded-time-value): New macro.
12470         (encode-time-value): New function.
12471         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12472         (days-to-time): Return a valid time value when arg is huge.
12473         (time-since): Use time-subtract.
12474         (time-to-number-of-days): Use time-to-seconds.
12475
12476 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12477
12478         * gnus-start.el (gnus-display-time-event-handler):
12479         Check display-time-timer at runtime rather than only at load time
12480         in case display-time-mode is turned off in the mean time.
12481
12482 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12485         used.
12486
12487         * nneething.el (nneething-map-file-directory): Derive from
12488         `gnus-directory'.
12489
12490         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12491         the To/Cc button.
12492
12493 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * nnmaildir.el (nnmaildir-request-accept-article):
12496         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12497
12498 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12499
12500         * gnus-async.el: Require timer-funcs at compile time when in
12501         XEmacs for `run-with-idle-timer'.
12502
12503 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12504
12505         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12506         autoloaded function.
12507
12508 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12509
12510         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12511
12512 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12513
12514         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12515
12516 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12517
12518         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12519         gnus-expert-user to default.
12520
12521 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12522
12523         * nnimap.el (nnimap-open-server): Ditto.
12524
12525         * imap.el (imap-authenticate): Fix typo.
12526
12527 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12528
12529         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12530         buffer (since IMAP server might return FETCH response out of
12531         order, and the nntp buffer must be sorted).
12532
12533 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12534
12535         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12536         comparison on string.
12537
12538         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12539         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12540         (gnus-agent-summary-fetch-series): Modified to protect against
12541         gnus-agent-summary-fetch-group clearing processable flags.
12542         (gnus-agent-synchronize-group-flags): Update live group buffer as
12543         synchronization may occur due to the user toggle the plugged
12544         status.
12545         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12546         successfully downloaded.
12547         (gnus-agent-expire-group-1): Avoid using markers when the overview
12548         is in ascending order; greatly improves performance.
12549         (gnus-agent-regenerate-group): Use
12550         gnus-agent-synchronize-group-flags to reset read status in both
12551         gnus and server.
12552         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12553
12554 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * message.el: Don't autoload former message-utils variables.
12557         (message-strip-subject-trailing-was): Change doc string.
12558
12559         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12560         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12561         (nnweb-google-search): Add "hl=en" here.
12562         (nnweb-google-parse-1, nnweb-google-create-mapping):
12563         Don't hardcode URL.
12564
12565 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * message.el (message-get-reply-headers, message-followup):
12568         Mention related variables `message-use-followup-to' and
12569         `message-use-mail-followup-to', in the information buffer.
12570
12571         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12572         of broken groups(-beta).google.com.
12573
12574 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12577         parameter to invoked gnus-request-move-article; remove the
12578         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12579         all at once instead of once per article.
12580         (gnus-summary-remove-process-mark): Accept a list of articles as
12581         well as a single article for processing.
12582
12583         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12584         parameter.
12585
12586         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12587
12588         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12589
12590         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12591         parameter.
12592
12593         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12594         parameter.
12595
12596         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12597         parameter and remove the gnus-sum-hint-move-is-internal variable.
12598
12599         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12600         parameter.
12601
12602         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12603         parameter.
12604
12605         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12606         parameter.
12607
12608         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12609
12610         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12611         parameter.
12612
12613         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12614         parameter.
12615
12616 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12617
12618         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12619         a more conservative way.
12620
12621 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12622
12623         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12624         buffer, so it moves the window's cursor.
12625
12626 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12627
12628         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12629         `mm-dissect-multipart' and receive the from field as an (optional)
12630         argument from `mm-dissect-multipart'.
12631         (mm-dissect-multipart): Receive the from field as an argument and
12632         pass it on when we call `mm-dissect-buffer' on MIME parts.
12633         Fixes verification/decryption of signed/encrypted MIME parts.
12634
12635 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12636
12637         * gnus-sum.el (gnus-summary-move-article): Set
12638         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12639         whatever it calls (right now, only nnimap-request-move article
12640         respects it).
12641
12642         * nnimap.el (nnimap-request-move-article): When
12643         gnus-sum-hint-move-is-internal is set, don't do the extra
12644         nnimap-request-article.
12645
12646 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12649
12650         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12651         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12652
12653         * gnus-sum.el (gnus-summary-caesar-message):
12654         Apply `gnus-treat-article' after rotation.
12655
12656         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12657         doc string.
12658
12659 2005-02-22  Simon Josefsson  <jas@extundo.com>
12660
12661         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12662         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12663         <arne@arnested.dk>.
12664         (encrypt): Add password-cache and password-cache-expiry as group
12665         members.
12666
12667 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12668
12669         * smime.el (smime-ldap-host-list): Doc fix.
12670         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12671         cache) password.
12672         (smime-sign-region): Use it.
12673         (smime-decrypt-region): Use it.
12674         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12675         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12676         fails.
12677         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12678         certificate from DER to PEM format rather than calling openssl.
12679
12680         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12681
12682         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12683         for signing/encryption.
12684
12685         * mml.el (mml-parse-1): Use them.
12686
12687 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12688
12689         * nnrss.el (nnrss-verbose): Removed.
12690         (nnrss-request-group): Use `nnheader-message' instead.
12691
12692 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12693
12694         * nnrss.el (nnrss-verbose): New variable.
12695         (nnrss-request-group): Make it say nnrss is requesting a group.
12696
12697 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12700         Handle news URL with given port correctly.
12701
12702 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12705         containing special characters.
12706
12707         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12708
12709         * mml.el (mime-to-mml): Ditto.
12710
12711         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12712         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12713         (rfc2047-decode-region): Quote decoded words containing special
12714         characters when rfc2047-quote-decoded-words-containing-tspecials
12715         is non-nil.
12716
12717 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12718
12719         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12720
12721         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12722
12723 2005-02-15  Simon Josefsson  <jas@extundo.com>
12724
12725         * nnimap.el (nnimap-debug): Doc fix.
12726
12727         * imap.el (imap-debug): Doc fix.
12728
12729 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12732
12733 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12734
12735         * gnus.el (spam-contents): Improve docs for spam-contents
12736         parameter in its variable incarnation.
12737
12738 2005-02-14  Simon Josefsson  <jas@extundo.com>
12739
12740         * smime-ldap.el: Use require instead of load-library for ldap.
12741         (smime-ldap-search): Indent.
12742         (smime-ldap-search-internal): Shorten line.
12743
12744         * smime.el (smime-cert-by-dns): Add doc-string.
12745         (smime-cert-by-ldap-1): Indent.
12746
12747         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12748         mml-smime-get-dns-ldap.
12749         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12750
12751 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12752
12753         * smime.el: Require smime-ldap.
12754         (smime-ldap-host-list): New variable.
12755         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12756
12757         * mml-smime.el (mml-smime-encrypt-query): New function.
12758         (mml-smime-encrypt-query): Use it.
12759
12760         * smime-ldap.el: New file.
12761
12762 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12765
12766 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12769         argument in doc string.  Make query for type more clear.
12770
12771 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12772
12773         * gnus.el (gnus-group-startup-message): Search for gnus images in
12774         etc/images/gnus.
12775         * mm-util.el (mm-image-load-path): Likewise.
12776         * smiley.el (smiley-data-directory): Search for smilies in
12777         etc/images/smilies.
12778
12779 2005-02-09  Kim F. Storm  <storm@cua.dk>
12780
12781         Change Emacs release version from 21.4 to 22.1 throughout.
12782         Change Emacs development version from 21.3.50 to 22.0.50.
12783
12784 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12787
12788         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12789         non-Mule XEmacs as well.
12790         (mm-decompress-buffer): Signal an error intentionally if it does
12791         not decompress compressed data because auto-compression-mode is
12792         disabled.
12793
12794 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12795
12796         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12797         an ID in the registry even if it has no groups.
12798
12799 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12802         merge it into mm-decompress-buffer.
12803         (gnus-mime-copy-part): Use the MIME part charset, the value which
12804         a user specified or gnus-newsgroup-charset for decoding, like
12805         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12806         save-buffer what was used.  Suggested by Kevin Ryde
12807         <user42@zip.com.au>.
12808         (gnus-mime-inline-part): Allow the name parameter as well as the
12809         filename parameter; force decompressing of compressed data; always
12810         display contents being not decoded as unibyte.
12811
12812         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12813         as well as the filename parameter.
12814
12815         * mm-util.el (mm-decompress-buffer): Merge
12816         gnus-mime-jka-compr-maybe-uncompress.
12817         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12818         of compressed data.
12819
12820 2005-02-08  Simon Josefsson  <jas@extundo.com>
12821
12822         * imap.el (imap-log): Doc fix.
12823
12824 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12827         the coding cookies; decompress compressed parts.
12828
12829         * mml.el (mml-generate-mime-1): Add the charset parameter according
12830         to the value which a user specified manually or the coding cookie.
12831
12832         * mm-util.el (mm-string-to-multibyte): New function.
12833         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12834         (mm-coding-system-to-mime-charset): New function.
12835         (mm-decompress-buffer): New function.
12836         (mm-find-buffer-file-coding-system): New function.
12837
12838         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12839         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12840         parts.
12841
12842 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12843
12844         * mm-view.el (mm-display-inline-fontify): Decode a part according
12845         to the charset parameter.
12846
12847 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12850         prefix arg is neither nil nor a number, as info specifies.
12851
12852 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12855         timestamps.
12856
12857 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12858
12859         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12860         groups error checking and notify user.
12861
12862 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12863
12864         * message.el (message-send-mail-function): Check existence of
12865         sendmail-program first before using default value
12866         `message-send-mail-with-sendmail'.  Otherwise use more generic
12867         `smtpmail-send-it'.
12868
12869 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * nntp.el (nntp-request-update-info): Always return nil.
12872
12873 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12874
12875         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12876
12877 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12878
12879         * message.el (message-beginning-of-line): Change the behavior when
12880         invoked between BOL and : so that it first moves backward.
12881
12882 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12885         article buffer when editing of the article is discarded.
12886         (gnus-article-prepare): Revert.
12887
12888 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * gnus-art.el (gnus-article-prepare):
12891         Remove message-strip-forbidden-properties from the local hook.
12892
12893 2005-01-27  Simon Josefsson  <jas@extundo.com>
12894
12895         * password.el (password-cache-add): Only start one timer per key.
12896         Reported by Derek Atkins <warlord@MIT.EDU>.
12897
12898 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12899
12900         * run-at-time.el: Removed.  It is no longer needed as
12901         timer-funcs.el in the xemacs-base package has a working version of
12902         `run-at-time'.
12903
12904         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12905
12906         * password.el: Require timer-funcs instead of run-at-time in
12907         XEmacs.
12908         Remove `password-run-at-time' macro.
12909         (password-cache-add): Use `run-at-time' instead of
12910         `password-run-at-time'.
12911
12912         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12913         Remove `nnheader-cancel-function-timers' alias,
12914         `cancel-function-timers' exists in XEmacs in timer-funcs.
12915
12916         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12917         for `run-with-idle-timer'.
12918
12919         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12920         for `run-at-time'.
12921
12922         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12923         for `with-timeout'.
12924
12925         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12926         the same as for XEmacs 21.4.
12927         No need to ignore `run-with-idle-timer', this function exists in
12928         XEmacs now in timer-funcs.el in the xemacs-base package.
12929         (dgnushack-compile): No need to delete
12930         run-at-time.el from the list of files to compile because it
12931         doesn't exist anymore.
12932
12933 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12936         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12937
12938 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12939
12940         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12941         sensitively.
12942
12943 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12944
12945         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12946
12947 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12950         which will be inserted according to the multibyteness of a buffer
12951         rather than the type of contents.  Suggested by ARISAWA Akihiro
12952         <ari@mbf.ocn.ne.jp>.
12953
12954         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12955         of string which old xml.el may return rather than a string.
12956
12957 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12960
12961 2005-01-16  Simon Josefsson  <jas@extundo.com>
12962
12963         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12964         idn/idna.el isn't available.
12965         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12966         <michael@waxrat.com>.
12967
12968         * hashcash.el: Remove non-FSF copyright header.
12969
12970         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12971         (hashcash-generate-payment): Use it.
12972         (hashcash-generate-payment-async): Use it.
12973
12974 2005-01-15  Simon Josefsson  <jas@extundo.com>
12975
12976         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12977         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12978
12979         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12980         gnus-summary-idna-message.
12981         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12982         (gnus-summary-idna-message): New function.
12983
12984 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12987         gnus-novice-user.
12988
12989 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * nnrss.el (nnrss-request-delete-group): Delete entries in
12992         nnrss-group-alist as well.
12993         (nnrss-save-server-data): Insert newline.
12994
12995 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * gnus.el (gnus-user-agent): Use list of symbols instead of
12998         symbols.  Display full version number for (S)XEmacs.  Optionally
12999         display (S)XEmacs codename.
13000
13001         * gnus-util.el (gnus-emacs-version): Update for new
13002         `gnus-user-agent'.
13003
13004         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13005         Gnus version.
13006
13007 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13010         which is unreadable in some setups.
13011
13012 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-spec.el (gnus-update-format-specifications): Flush the
13015         group format spec cache if it doesn't support decoded group names.
13016
13017 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13020         Allow to apply decay on score files matching a regexp.
13021
13022 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13025         compatibility in %g and %c.
13026
13027 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13030         name for only %g and %c.
13031         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13032         of gnus-tmp-group to decoded group name.
13033         (gnus-group-make-rss-group): Exclude `/'s from group names.
13034
13035 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * nnrss.el (nnrss-get-encoding): Fix regexp.
13038
13039 2004-12-27  Simon Josefsson  <jas@extundo.com>
13040
13041         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13042         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13043         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13044
13045 2004-12-17  Kim F. Storm  <storm@cua.dk>
13046
13047         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13048
13049         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13050
13051 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13052
13053         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13054
13055 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * nnrss.el: Require rfc2047 and mml.
13058         (nnrss-file-coding-system): New variable.
13059         (nnrss-format-string): Redefine it as an inline function.
13060         (nnrss-decode-group-name): New function.
13061         (nnrss-string-as-multibyte): Remove.
13062         (nnrss-retrieve-headers): Decode group name; don't use
13063         nnrss-format-string.
13064         (nnrss-request-group): Decode group name.
13065         (nnrss-request-article): Decode group name; allow a Message-ID as
13066         well as an article number; don't use nnrss-format-string; encode a
13067         Message-ID string which may contain non-ASCII characters; use
13068         mml-to-mime to compose a MIME article.
13069         (nnrss-request-expire-articles): Decode group name.
13070         (nnrss-request-delete-group): Decode group name.
13071         (nnrss-fetch): Clarify error message.
13072         (nnrss-read-server-data): Use insert-file-contents instead of load;
13073         bind file-name-coding-system; use multibyte buffer.
13074         (nnrss-save-server-data): Bind coding-system-for-write to the
13075         value of nnrss-file-coding-system; bind file-name-coding-system;
13076         add coding cookie.
13077         (nnrss-read-group-data): Use insert-file-contents instead of load;
13078         bind file-name-coding-system; use multibyte buffer.
13079         (nnrss-save-group-data): Bind coding-system-for-write to the
13080         value of nnrss-file-coding-system; bind file-name-coding-system.
13081         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13082         make it work with non-ASCII text.
13083         (nnrss-find-el): Make it work with old xml.el as well.
13084
13085 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13086
13087         * nnrss.el (nnrss-get-encoding): New function.
13088         (nnrss-fetch): Use unibyte buffer initially; bind
13089         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13090         decode contents according to the encoding attribute.
13091         (nnrss-save-group-data): Add coding cookie.
13092         (nnrss-mime-encode-string): New function.
13093         (nnrss-check-group): Use it to encode subject and author.
13094
13095 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13096
13097         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13098         imaginary variable.
13099
13100 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13103         correctly even if there are wide characters.
13104
13105 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13106
13107         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13108         downcased symbol names; make a new cache instead of reusing
13109         bbdb-hashtable.
13110
13111 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13114         concatenating segments rather than before concatenating them.
13115         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13116
13117         * message.el (message-get-reply-headers): Bind `extra'.
13118
13119 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13120
13121         * message.el (message-extra-wide-headers): New variable.
13122         (message-get-reply-headers): Use it.
13123
13124 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13127         (gnus-agent-group-pathname): Ditto.
13128
13129         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13130
13131         * gnus-group.el (gnus-group-make-group): Decode group name.
13132         (gnus-group-make-rss-group): Register the group data after opening
13133         the nnrss group.
13134
13135 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13136
13137         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13138         by expiry now get marked as read.
13139
13140 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13143
13144 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13145
13146         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13147         unify Latin characters in XEmacs.
13148         (mm-find-mime-charset-region): Use it.
13149
13150 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * gnus-util.el (gnus-delete-directory): New function.
13153
13154         * gnus-agent.el (gnus-agent-delete-group): Use it.
13155
13156         * gnus-cache.el (gnus-cache-delete-group): Use it.
13157
13158 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13161         names.
13162
13163 2004-12-16  Simon Josefsson  <jas@extundo.com>
13164
13165         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13166
13167 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13170
13171         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13172         (gnus-group-set-current-level): Decode group name.
13173
13174 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13175
13176         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13177         failed.
13178
13179 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-group.el (gnus-group-delete-group): Decode group name.
13182         (gnus-group-make-rss-group): Encode group name.
13183         (gnus-group-catchup-current): Decode group name.
13184         (gnus-group-kill-group): Decode group name.
13185
13186 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13187
13188         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13189
13190 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-group.el (gnus-group-make-rss-group):
13193         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13194
13195         * gnus-start.el (gnus-setup-news): Honor user's setting to
13196         gnus-message-archive-method.  Suggested by Lute Kamstra
13197         <lute@gnu.org>.
13198
13199 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13200
13201         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13202         global counterparts of the buffer-local variables.
13203
13204 2004-11-16  Romain Francoise  <romain@orebokech.com>
13205
13206         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13207         counterparts of the buffer-local variables.
13208
13209 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * message.el (message-forbidden-properties): Fixed typo in doc
13212         string.
13213
13214 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * gnus-util.el (gnus-replace-in-string): Added doc string.
13217
13218         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13219         to avoid problems when splitting mails with many recipients.
13220
13221 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13222
13223         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13224         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13225
13226 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13227
13228         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13229         if there is no hashtable in memory or file modification time is
13230         newer than cached timestamp.
13231
13232 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13235         not-matching option.
13236
13237 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13240         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13241         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13242         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13243         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13244         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13245
13246 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * message.el (message-forward-make-body-mml): Remove headers
13249         according to message-forward-ignored-headers if a message is decoded.
13250
13251 2004-12-02  Romain Francoise  <romain@orebokech.com>
13252
13253         * message.el (message-forward-make-body-plain): Always remove
13254         headers according to message-forward-ignored-headers.
13255
13256 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13257
13258         * spam.el (spam-summary-prepare-exit): Remove the
13259         gnus-summary-limit pop for now, it has problems with ham marks for
13260         me.
13261
13262 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13263
13264         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13265         correctly.
13266
13267 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13268
13269         * format-spec.el (format-spec): Message the char.
13270
13271 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13272
13273         * gnus-art.el (gnus-split-methods): Reformat comments.
13274
13275         * spam.el (spam-summary-prepare-exit): Remove article limits
13276         before exiting the summary buffer.
13277
13278 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13281         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13282
13283         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13284         order to silence the byte compiler.
13285
13286         * spam.el: Fix the way to silence the byte compiler, which
13287         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13288         bbdb-search-simple, spam-BBDB-register-routine,
13289         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13290         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13291         spam-stat-buffer-is-spam, spam-stat-load,
13292         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13293         spam-stat-save and spam-stat-split-fancy.
13294
13295 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13298         which may confuse users.
13299         (canlock-password-for-verify): Ditto.
13300
13301         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13302
13303         * gnus-art.el (gnus-emphasis-alist): Ditto.
13304
13305         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13306
13307         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13308
13309         * gnus-start.el (gnus-save-killed-list): Ditto.
13310
13311         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13312         (gnus-sum-thread-tree-root): Ditto.
13313         (gnus-sum-thread-tree-false-root): Ditto.
13314         (gnus-sum-thread-tree-single-indent): Ditto.
13315
13316         * message.el (message-courtesy-message): Ditto.
13317         (message-archive-note): Ditto.
13318         (message-subscribed-address-file): Ditto.
13319         (message-user-fqdn): Ditto.
13320
13321         * spam-report.el (spam-report-gmane-regex): Ditto.
13322
13323         * spam.el (spam-blackhole-good-server-regex): Ditto.
13324
13325 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * mml.el (mml-preview): Widen the message buffer before copying
13328         the contents to the preview buffer; sort headers before previewing.
13329
13330         * message.el (message-hidden-headers): Fix the way to avoid a bug
13331         in the `repeat' widget in Emacs 21.3 or earlier.
13332
13333 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * message.el (message-hidden-headers): Default to "^References:".
13336         Improve customization type.  Suggested by Reiner Steib
13337         <Reiner.Steib@gmx.de>.
13338
13339 2004-11-25  Romain Francoise  <romain@orebokech.com>
13340
13341         * message.el (message-strip-forbidden-properties): Remove check for
13342         obsolete `message-hidden' text property, hidden headers are not
13343         accessible in the buffer anymore.
13344
13345 2004-11-22  Romain Francoise  <romain@orebokech.com>
13346
13347         * message.el (message-header-format-alist): Add `From' in list
13348         so that it can be sorted.
13349         (message-fix-before-sending): Widen and sort headers before
13350         sending.
13351         (message-hide-headers): Use narrowing to hide headers by moving
13352         them to the top of the buffer and narrowing to the region
13353         underneath.
13354
13355 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * message.el (message-strip-forbidden-properties): Bind
13358         buffer-read-only (etc) to nil.
13359
13360 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13363         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13364
13365 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13366
13367         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13368
13369 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13370
13371         * dns.el (query-dns): Use sit-for to time instead of
13372         accept-process-output, since that doesn't seem to work on udp
13373         sockets.
13374
13375 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13378
13379 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13380
13381         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13382         doc string.  Improve doc string.
13383
13384 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * nntp.el (nntp-request-update-info): Return nil if
13387         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13388         may not call gnus-activate-group which uselessly issues the GROUP
13389         commands for all nntp groups and wastes time.  Reported by Romain
13390         Francoise <romain@orebokech.com>.
13391
13392         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13393
13394 2004-11-15  Simon Josefsson  <jas@extundo.com>
13395
13396         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13397         headers separately.
13398         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13399         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13400
13401 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * gnus-start.el (gnus-convert-old-newsrc):
13404         Assign legacy-gnus-agent to 5.10.7.
13405
13406 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13407
13408         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13409         start of the lines.
13410
13411 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13412
13413         * hashcash.el (hashcash-default-payment): Change default to 20.
13414         (hashcash-default-accept-payment): Change default to 20.
13415         (hashcash-process-alist): New variable.
13416         (hashcash-generate-payment-async): Add.
13417         (hashcash-already-paid-p): Add.
13418         (hashcash-insert-payment): Don't generate payments twice.
13419         (hashcash-insert-payment-async): Add.
13420         (hashcash-insert-payment-async-2): Add.
13421         (hashcash-cancel-async): Add.
13422         (hashcash-wait-async): Add.
13423         (hashcash-processes-running-p): Add.
13424         (hashcash-wait-or-cancel): Add.
13425         (mail-add-payment): New optional argument.  Conditionally start
13426         asynchronous calculation.
13427         (mail-add-payment-async): Add.
13428
13429         * message.el (message-send-mail): Wait for asynchronous hashcash
13430         results.  Don't clobber existing X-Hashcash headers.
13431         (message-setup-1): Call mail-add-payment-async when
13432         message-generate-hashcash is non-nil.
13433
13434 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13435
13436         * message.el (message-use-alternative-email-as-from): Examine the
13437         From header as well; use message-make-from in order to include a
13438         user's full name.
13439
13440 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13443         default; improve customization type.
13444         (gnus-emphasis-custom-with-format): New macro.
13445         (gnus-emphasis-custom-value-to-external): New function.
13446         (gnus-emphasis-custom-value-to-internal): New function.
13447
13448 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13449
13450         * dns.el (query-dns): Resolve reverse addresses.
13451
13452 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13453
13454         * gnus-group.el (gnus-group-get-new-news): Use it.
13455
13456         * gnus-start.el (gnus-check-reasonable-setup): New function.
13457
13458 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13461         "Args out of range" error.  Reported by Arnaud Giersch
13462         <arnaud.giersch@free.fr>.
13463
13464 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13465
13466         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13467
13468 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13469
13470         * spam.el (spam group): Add :version.
13471
13472         * pgg-def.el (pgg group): Add :version.
13473
13474 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (gnus-article-edit-article): Don't associate the
13477         article buffer with a draft file.  This is a temporary measure
13478         against the 2004-08-22 change to gnus-article-edit-mode.
13479
13480 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13483         (html2text-format-tags): Remove unused variable `attr'.
13484
13485 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13486
13487         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13488
13489         * tls.el (tls-process-connection-type, tls-success)
13490         (tls-certtool-program): Add :version.
13491
13492         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13493         (starttls-extra-arguments, starttls-process-connection-type)
13494         (starttls-connect, starttls-failure, starttls-success): Add :version.
13495
13496         * spam-stat.el (spam-stat): Add :version.
13497
13498         * sieve.el (sieve): Add :version.
13499
13500         * sha1.el (sha1): Add :version.
13501         (sha1-use-external): Remove redundant version.
13502
13503         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13504         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13505         (nnmail-split-fancy-match-partial-words)
13506         (nnmail-split-lowercase-expanded): Add :version.
13507
13508         * nndiary.el (nndiary): Add :version.
13509
13510         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13511
13512         * mml-sec.el (mml-default-sign-method)
13513         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13514         Add :version.
13515
13516         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13517
13518         * mm-url.el (mm-url-use-external, mm-url-program)
13519         (mm-url-arguments): Add :version.
13520
13521         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13522         (mm-attachment-file-modes, mm-decrypt-option)
13523         (mm-w3m-safe-url-regexp): Add :version.
13524
13525         * message.el (message-cite-prefix-regexp)
13526         (message-sendmail-envelope-from, message-minibuffer-local-map)
13527         (message-user-fqdn, message-completion-alist): Add :version.
13528
13529         * gnus-win.el (gnus-configure-windows-hook)
13530         (gnus-use-frames-on-any-display): Add :version.
13531
13532         * gnus-art.el (gnus-article-address-banner-alist)
13533         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13534         (gnus-treat-from-picon, gnus-treat-mail-picon)
13535         (gnus-treat-x-pgp-sig): Add :version.
13536
13537         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13538         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13539         (gnus-summary-article-delete-hook)
13540         (gnus-summary-display-while-building): Add :version.
13541
13542         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13543         (gnus-get-top-new-news-hook): Add :version.
13544
13545         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13546         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13547
13548         * gnus-registry.el (gnus-registry): Add :version.
13549
13550         * gnus-spec.el (gnus-use-correct-string-widths)
13551         (gnus-make-format-preserve-properties): Add :version.
13552
13553         * gnus.el (gnus-group-charter-alist)
13554         (gnus-group-fetch-control-use-browse-url)
13555         (gnus-install-group-spam-parameters): Add :version.
13556
13557         * gnus-diary.el (gnus-diary): Add :version.
13558
13559         * gnus-delay.el (gnus-delay): Add :version.
13560
13561         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13562         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13563         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13564         Add :version.
13565
13566         * gnus-agent.el (gnus-agent-max-fetch-size)
13567         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13568         (gnus-agent-prompt-send-queue): Add :version.
13569
13570         * deuglify.el (gnus-outlook-deuglify): Add :version.
13571
13572         * html2text.el: Beautify code.  Improve doc strings.  Some
13573         checkdoc cleanup.
13574         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13575
13576 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13577
13578         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13579
13580 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13581
13582         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13583         when package is loaded.
13584
13585         * spam.el (spam-summary-score-preferred-header): Add global preference
13586         for people who want to override the default SpamAssassin over
13587         Bogofilter preference (when both are set).
13588         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13589         (spam-user-format-function-S): Check
13590         spam-summary-score-preferred-header.
13591         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13592         (spam-user-format-function-S): Format the score correctly.
13593
13594 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13597         signature file.  Suggested by Manoj Srivastava
13598         <srivasta@golden-gryphon.com>.
13599
13600         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13601         iso-2022-jp even in the Japanese language environment.
13602         Suggested by Jason Rumney <jasonr@gnu.org>.
13603
13604 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13607         use the same characters as the dummy marks; make it free from
13608         getting affected by the language environment.
13609         (gnus-summary-read-group-1): Update mark positions only when the
13610         format spec is updated.
13611
13612         * gnus-spec.el (gnus-update-format-specifications): Return a list
13613         of updated types.
13614
13615 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13618         of boundp to check if display-warning is available.
13619
13620 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13621
13622         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13623
13624 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * nnspool.el (nnspool-spool-directory): Use news-path if the
13627         news-directory variable is not bound.
13628
13629         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13630         function instead of display-warning if it is not available.
13631
13632 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13635         v5-10: Use `point-at-bol'.
13636
13637 2004-10-26  Simon Josefsson  <jas@extundo.com>
13638
13639         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13640         <chenggao@gmail.com>.
13641
13642 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13645         instead.
13646
13647 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13648
13649         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13650         to remove a server from the nnimap-server-buffer-alist.
13651         (nnimap-open-connection, nnimap-close-server): Use it.
13652
13653         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13654
13655 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13658         running the major-mode function.
13659
13660 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13663         dummy marks in the right way.
13664
13665 2004-10-18  David Edmondson  <dme@dme.org>
13666
13667         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13668         excessively.
13669
13670 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13671
13672         * gnus-util.el (gnus-split-references): Accept a nil references
13673         string and go on blissfully.
13674
13675         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13676         cases where the references string is non-nil but has no references.
13677
13678         * encrypt.el: Add autoload tags.
13679
13680         * spam.el (spam-resolve-registrations-routine): Remove article
13681         from unregistration list too.  Reported by David Hanak
13682         <dhanak@isis.vanderbilt.edu>
13683
13684 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13687         nil.  Changed custom type.
13688
13689 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13692
13693         * gnus-sum.el (gnus-summary-move-article): Use it.
13694
13695 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13696
13697         * encrypt.el: Add autoload cookies.
13698
13699         * spam.el (spam-backend-article-list-property)
13700         (spam-backend-get-article-todo-list)
13701         (spam-backend-put-article-todo-list)
13702         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13703         Resolve registrations separately.
13704         (spam-register-routine): Format comments.
13705         (spam-unregister-routine, spam-register-routine): Always call with
13706         specific-articles, no default list.
13707         (spam-summary-prepare-exit): Use the spam-classifications function.
13708
13709         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13710         gnus-encrypt.el.
13711
13712         * encrypt.el: Copied from gnus-encrypt.el.
13713
13714         * gnus-encrypt.el: Commented that it's obsolete.
13715
13716 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13719         (gnus-score-save): Use it.
13720
13721         * message.el (message-bury): Use `window-dedicated-p'.
13722
13723 2004-10-15  Simon Josefsson  <jas@extundo.com>
13724
13725         * pop3.el (top-level): Don't require nnheader.
13726         (pop3-read-timeout): Add.
13727         (pop3-accept-process-output): Add.
13728         (pop3-read-response, pop3-retr): Use it.
13729
13730 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13731
13732         * spam.el (spam-register-routine): Move comment.
13733         (spam-verify-bogofilter): Use 'unknown for the initial
13734         spam-bogofilter-valid state, not 'never.
13735
13736         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13737         for netrc-machine.
13738
13739         * nnimap.el (nnimap-open-connection): Use
13740         netrc-machine-user-or-password.
13741
13742 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13743
13744         * gnus-registry.el (gnus-registry-unload-hook):
13745         Set as a variable with add-hook.
13746
13747         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13748         of news-path.
13749
13750         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13751
13752         * spam.el: Delete duplicate `provide'.
13753         (spam-unload-hook): Set as a variable with add-hook.
13754
13755 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13758         in the doc string.
13759
13760         * message.el (message-ignored-news-headers)
13761         (message-ignored-supersedes-headers)
13762         (message-ignored-resent-headers)
13763         (message-forward-ignored-headers): Improve custom type.
13764
13765 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * message.el (message-tokenize-header): Fix 2004-09-06 change
13768         which used point-min in the wrong place.
13769
13770 2004-10-12  Simon Josefsson  <jas@extundo.com>
13771
13772         * tls.el (tls-certtool-program): New variable.
13773         (tls-certificate-information): New function, based on
13774         ssl-certificate-information.
13775
13776 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * compface.el: Move the version of ELisp-based uncompface program
13779         to the contrib directory because of the copyright problem.
13780
13781 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * message.el (message-kill-buffer): Raise the current frame.
13784
13785 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13788
13789         * gnus.el (message-y-or-n-p): Autoload.
13790
13791         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13792         (pop3-password-required, pop3-authentication-scheme)
13793         (pop3-leave-mail-on-server): Made customizable.
13794         (pop3): New custom group.
13795         (pop3-retr): Remove `sleep-for' statements.
13796         Suggested by Dave Love <fx@gnu.org>.
13797
13798         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13799         Windows/DOS.
13800
13801         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13802         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13803         Dave Love <fx@gnu.org>.
13804
13805         * mml.el (mml-minibuffer-read-disposition): Require match.
13806         Suggested by Dave Love <fx@gnu.org>.
13807
13808 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13811         doc string.
13812
13813 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13816
13817 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13818
13819         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13820         instead of calling `mm-insert-inline', to decode text/* parts
13821         before displaying them.
13822
13823 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * mm-uu.el (mm-uu-text-plain-type): New variable.
13826         (mm-uu-pgp-signed-extract-1): Use it.
13827         (mm-uu-pgp-encrypted-extract-1): Use it.
13828         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13829         bind mm-uu-text-plain-type with that value.
13830         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13831         mm-uu-dissect.
13832
13833 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * gnus-group.el (gnus-update-group-mark-positions):
13836         * gnus-sum.el (gnus-update-summary-mark-positions):
13837         * message.el (message-check-news-body-syntax):
13838         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13839         of string-as-multibyte.
13840
13841 2004-10-05  Juri Linkov  <juri@jurta.org>
13842
13843         * gnus-group.el (gnus-update-group-mark-positions):
13844         * gnus-sum.el (gnus-update-summary-mark-positions):
13845         * message.el (message-check-news-body-syntax):
13846         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13847         8-bit unibyte values to a multibyte string for search functions.
13848
13849 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13852         (mm-uu-dissect-text-parts): New function.
13853
13854         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13855         dissect text parts.
13856
13857         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13858         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13859
13860         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13861
13862         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13863         gnus-current-topics instead of gnus-current-topic.
13864
13865 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13866
13867         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13868
13869 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13870
13871         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13872         where approriate.
13873
13874         * nnml.el (nnml-generate-active-info): do.
13875
13876         * nndiary.el (nndiary-generate-active-info): do.
13877
13878         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13879         (gnus-topic-move): do.
13880
13881         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13882         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13883
13884         * gnus-srvr.el (gnus-server-prepare)
13885         (gnus-server-open-all-servers): do.
13886
13887         * gnus-msg.el (gnus-summary-cancel-article)
13888         (gnus-summary-resend-message)
13889         (gnus-summary-mail-crosspost-complaint): do.
13890
13891         * gnus-move.el (gnus-change-server): do.
13892
13893         * gnus-group.el (gnus-group-unmark-all-groups)
13894         (gnus-group-set-current-level): do.
13895
13896 2004-10-04  Simon Josefsson  <jas@extundo.com>
13897
13898         * message.el (message-generate-hashcash): Doc fix.
13899
13900 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13901
13902         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13903         avoid infinite recursion via gnus-get-function.
13904
13905 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13906
13907         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13908
13909         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13910
13911         * nnmail.el (nnmail-split-history): do.
13912
13913         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13914         (nnml-request-delete-group): do.
13915
13916         * nnslashdot.el (nnslashdot-read-groups): do.
13917
13918         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13919         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13920
13921         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13922         (nnspool-sift-nov-with-sed): Use last.
13923         (nnspool-retrieve-headers-with-nov): Use mapc.
13924         (nnspool-request-newgroups): Use dolist.
13925         (nnspool-request-group): Use last.
13926
13927         * nntp.el (nntp-read-server-type): Use dolist.
13928
13929         * nnvirtual.el (nnvirtual-create-mapping)
13930         (nnvirtual-update-read-and-marked): Use dolist.
13931         (nnvirtual-convert-headers): Simplify.
13932
13933 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13934
13935         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13936         support for sync'ing tick marks.
13937
13938 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13941         there's no visible header.
13942
13943 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13944
13945         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13946         necessary, pass full group name to gnus-request-set-marks.
13947
13948 2004-10-01  Simon Josefsson  <jas@extundo.com>
13949
13950         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13951         acroread.
13952
13953 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13954
13955         * spam-report.el (spam-report-gmane): Fix interactive.
13956
13957         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13958
13959         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13960         when writing file.
13961         (gnus-agent-synchronize-flags): Don't default to being
13962         interactive.
13963
13964 2004-09-30  Simon Josefsson  <jas@extundo.com>
13965
13966         * message.el (message-generate-hashcash): Add.
13967         (message-send-mail): Use it, call mail-add-payment.
13968
13969 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13972
13973 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13974
13975         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13976         gnus-requst-update-info with explicit code to sync the in-memory
13977         info read flags with the marks being sync'd to the backend.
13978
13979         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13980
13981 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13982
13983         * spam.el (spam-verify-bogofilter): Add new function.
13984         (spam-check-bogofilter)
13985         (spam-bogofilter-register-with-bogofilter): Use it.
13986         (spam-verify-bogofilter): Add small fixes.
13987
13988 2004-09-28  Simon Josefsson  <jas@extundo.com>
13989
13990         * hashcash.el (hashcash-generate-payment): Revert.
13991
13992 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13993
13994         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13995         gnus-extract-references instead of gnus-split-references.
13996
13997         * gnus-util.el (gnus-extract-references): Add new function, analogous
13998         to gnus-split-references but extracts only the message-ID without
13999         anything extra.
14000
14001         * hashcash.el (hashcash-generate-payment)
14002         (hashcash-check-payment): Do the right thing if hashcash-path is
14003         nil (because the hashcash program could not be found).
14004
14005         * spam.el (spam-use-hashcash): Remove comment.
14006
14007 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14008
14009         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14010         (gnus-cache-enter-article, gnus-cache-remove-article)
14011         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14012
14013         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14014
14015         * gnus-art.el (article-hide-boring-headers)
14016         (article-translate-strings, article-display-face)
14017         (gnus-article-mime-match-handle-first)
14018         (gnus-article-highlight-headers)
14019         (gnus-article-add-buttons-to-head): do.
14020
14021 2004-09-27  Simon Josefsson  <jas@extundo.com>
14022
14023         * hashcash.el: New version, from
14024         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14025         ../contrib/.
14026
14027 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14030
14031 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14032
14033         * gnus-dup.el (gnus-dup-open): Use mapc.
14034         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14035
14036         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14037         Reported by Stefan Wiens <s.wi@gmx.net>.
14038
14039         * gnus.el (gnus-shutdown): Use dolist.
14040
14041         * gnus-undo.el (gnus-undo): Use mapc.
14042
14043         * nnrss.el (nnrss-generate-active): do.
14044
14045         * message.el (message-cite-original-without-signature)
14046         (message-cite-original): Use mapc.
14047         (message-do-actions, message-make-forward-subject): Use dolist.
14048
14049 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14050
14051         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14052         deletion to remove entire duplicate line.  Fixes merged article
14053         number bug.
14054
14055 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14056
14057         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14058         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14059         first ask if you want to open a server and then, even when you
14060         responded with no, asking if you want to synchronize the server's
14061         flags.
14062         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14063         multi-line expressions.
14064         (gnus-agent-synchronize-group-flags): New internal function.
14065         Updates marks in memory (in the info structure) AND in the
14066         backend.
14067
14068         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14069
14070         * nnagent.el (nnagent-request-set-mark): Use
14071         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14072         method, to ensure that synchronization updates marks in the
14073         backend and in the info (in memory) structure.
14074
14075 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14078         convention fully; don't miss the root article of a thread; make
14079         the X-Draft-From header with correct article numbers.
14080
14081 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14082
14083         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14084         unless plugged.  Disable the agent so that an open failure causes
14085         an error.
14086
14087         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14088         Reverted 2004-09-21 change.  The backend must be opened while
14089         synchronizing flags even when the backend stores the flags
14090         locally.
14091
14092 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14095         in `header' match.  Reported by Svend Tollak Munkejord.
14096
14097         * message.el (message-cite-original): Fix use of
14098         `message-cite-articles-with-x-no-archive'.
14099
14100 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14103         (gnus-window-to-buffer): Ditto.
14104
14105         * mml.el (mml-preview-buffer): New variable.
14106         (mml-preview): Manage window layout with gnus-buffer-configuration.
14107
14108         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14109         X-Draft-From header even if those articles aren't quoted.
14110
14111 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14112
14113         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14114         (gnus-request-set-mark, gnus-request-update-mark): Use new
14115         g-s-t-u-l-m to decide to use backend even when unplugged.
14116
14117 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14120         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14121
14122 2004-09-20  Simon Josefsson  <jas@extundo.com>
14123
14124         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14125         "utf-16-le".
14126
14127 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14128
14129         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14130
14131 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * uudecode.el (uudecode-use-external): Add :version.
14134
14135         * smime.el (smime-CA-file, smime-encrypt-cipher)
14136         (smime-dns-server): Add :version.
14137
14138         * smiley.el (gnus-smiley-file-types): Add :version.
14139
14140         * sha1.el (sha1-use-external): Add :version.
14141
14142         * pgg-def.el (pgg-query-keyserver): Add :version.
14143
14144         * nnmail.el (nnmail-fancy-expiry-targets)
14145         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14146         Add :version.
14147
14148         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14149         (nnimap-retrieve-groups-asynchronous): Add :version.
14150         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14151
14152         * mml.el (mml-content-disposition-parameters)
14153         (mml-insert-mime-headers-always): Add :version.
14154
14155         * mm-util.el (mm-coding-system-priorities): Add :version.
14156
14157         * mm-decode.el (mm-inline-text-html-with-images)
14158         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14159         (mm-verify-option): Add :version.
14160         (mm-text-html-renderer): Change :version.
14161
14162         * message.el (message-fcc-externalize-attachments)
14163         (message-required-headers, message-draft-headers)
14164         (message-subject-trailing-was-query)
14165         (message-subject-trailing-was-ask-regexp)
14166         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14167         (message-mark-insert-end, message-archive-header)
14168         (message-archive-note, message-cross-post-default)
14169         (message-cross-post-note, message-followup-to-note)
14170         (message-cross-post-note-function, message-use-mail-followup-to)
14171         (message-subscribed-address-functions)
14172         (message-subscribed-address-file, message-subscribed-addresses)
14173         (message-subscribed-regexps, message-allow-no-recipients)
14174         (message-yank-cited-prefix, message-signature-insert-empty-line)
14175         (message-hidden-headers, message-hierarchical-addresses)
14176         (message-mail-user-agent, message-use-idna)
14177         (message-valid-fqdn-regexp)
14178         (message-strip-special-text-properties, message-header-synonyms)
14179         (message-beginning-of-line, message-tab-body-function): Add :version.
14180         (message-insert-canlock, message-wide-reply-confirm-recipients):
14181         Change :version.
14182
14183         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14184         and :version.
14185         (mail-source-delete-old-incoming-confirm)
14186         (mail-source-movemail-program): Add :version.
14187
14188         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14189         (gnus-agent-cache, gnus-agent): Change :version.
14190
14191         * gnus-util.el (gnus-use-byte-compile): Change :version.
14192
14193         * gnus-sum.el (gnus-summary-make-false-root-always)
14194         (gnus-summary-default-high-score)
14195         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14196         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14197         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14198         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14199         (gnus-sum-thread-tree-single-indent)
14200         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14201         (gnus-sum-thread-tree-leaf-with-other)
14202         (gnus-sum-thread-tree-single-leaf): Add :version.
14203         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14204         (gnus-article-loose-mime): Change :version.
14205
14206         * gnus-start.el (gnus-backup-startup-file)
14207         (gnus-save-startup-file-via-temp-buffer): Add :version.
14208
14209         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14210         (gnus-server-offline-face): Add :version.
14211
14212         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14213
14214         * gnus-msg.el (gnus-gcc-externalize-attachments)
14215         (gnus-debug-files, gnus-debug-exclude-variables)
14216         (gnus-discouraged-post-methods): Change :version.
14217         (gnus-confirm-mail-reply-to-news)
14218         (gnus-confirm-treat-mail-like-news): Add :version.
14219
14220         * gnus-int.el (gnus-server-unopen-status): Add :version.
14221
14222         * gnus-group.el (gnus-group-jump-to-group-prompt)
14223         (gnus-large-ephemeral-newsgroup)
14224         (gnus-fetch-old-ephemeral-headers): Add :version.
14225
14226         * gnus-fun.el (gnus-x-face-directory)
14227         (gnus-convert-pbm-to-x-face-command)
14228         (gnus-convert-image-to-x-face-command)
14229         (gnus-convert-image-to-face-command): Add :version.
14230
14231         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14232
14233         * gnus-cite.el (gnus-cite-blank-line-after-header)
14234         (gnus-article-boring-faces): Add :version.
14235
14236         * gnus-art.el (gnus-buttonized-mime-types)
14237         (gnus-inhibit-mime-unbuttonizing)
14238         (gnus-treat-display-face)
14239         (gnus-treat-body-boundary): Change :version.
14240         (gnus-body-boundary-delimiter, gnus-picon-databases)
14241         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14242         (gnus-treat-date-english, gnus-treat-fold-headers)
14243         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14244         (gnus-treat-mail-picon, gnus-treat-wash-html)
14245         (gnus-article-encrypt-protocol)
14246         (gnus-use-idna, gnus-article-over-scroll)
14247         (gnus-mime-display-multipart-alternative-as-mixed)
14248         (gnus-mime-display-multipart-related-as-mixed)
14249         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14250         (gnus-ctan-url, gnus-button-ctan-handler)
14251         (gnus-button-handle-ctan-bogus-regexp)
14252         (gnus-button-ctan-directory-regexp)
14253         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14254         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14255         (gnus-button-man-level, gnus-button-emacs-level)
14256         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14257
14258         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14259         (gnus-agent-go-online): Change :version.
14260         (gnus-agent-expire-unagentized-dirs)
14261         (gnus-agent-auto-agentize-methods): Add :version.
14262
14263         * flow-fill.el (fill-flowed-display-column)
14264         (fill-flowed-encode-column): Add :version.
14265
14266         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14267         (gnus-outlook-deuglify-unwrap-max)
14268         (gnus-outlook-deuglify-cite-marks)
14269         (gnus-outlook-deuglify-unwrap-stop-chars)
14270         (gnus-outlook-deuglify-no-wrap-chars)
14271         (gnus-outlook-deuglify-attrib-cut-regexp)
14272         (gnus-outlook-deuglify-attrib-verb-regexp)
14273         (gnus-outlook-deuglify-attrib-end-regexp)
14274         (gnus-outlook-display-hook): Add :version.
14275
14276         * binhex.el (binhex-use-external): Add :version.
14277
14278 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14281         and `invisible'.
14282
14283 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14284
14285         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14286         in gnus-registry-trim.
14287
14288 2004-09-13  Simon Josefsson  <jas@extundo.com>
14289
14290         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14291
14292         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14293
14294         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14295         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14296         <yamaoka@jpl.org>.
14297         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14298         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14299         <yamaoka@jpl.org>.
14300
14301         * sieve.el (sieve-manage-mode): Ditto.
14302
14303 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14306
14307 2004-09-11  Simon Josefsson  <jas@extundo.com>
14308
14309         * dns-mode.el: Add.
14310
14311         * mm-view.el (mm-display-dns-inline): Add.
14312
14313         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14314         (mm-automatic-display): Ditto.
14315
14316         * mailcap.el (mailcap-mime-data): Add text/dns.
14317         (mailcap-mime-extensions): Map .soa to text/dns.
14318
14319 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14320
14321         * gnus-art.el (article-decode-mime-words, article-babel)
14322         (gnus-article-highlight-signature, gnus-article-add-buttons)
14323         (gnus-signature-toggle): Remove unnecessary bindings of
14324         `inhibit-read-only' inherited from v5.10 merge.
14325
14326 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * nntp.el (nntp): New customization group.
14329         (nntp-authinfo-file): Add customization group.
14330
14331         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14332
14333         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14334
14335         * gnus.el (to-address, to-list, subscribed)
14336         (large-newsgroup-initial): Ditto.
14337
14338         * flow-fill.el (fill-flowed-display-column)
14339         (fill-flowed-encode-column): Ditto.
14340
14341 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14342
14343         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14344         Use point-min rather than 1.
14345         (message-send-mail): Use buffer-size rather than point-max.
14346
14347         * gnus-sum.el (gnus-summary-search-article-forward):
14348         Signal a specific `search-failed' rather than a generic `error'.
14349
14350         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14351         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14352         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14353
14354 2004-09-10  Simon Josefsson  <jas@extundo.com>
14355
14356         * nndb.el (require): Remove tcp and duplicate cl.
14357
14358 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-agent.el (directory-files-and-attributes): Move forward.
14361
14362 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14363
14364         * gnus-agent.el (directory-files-and-attributes): Optionally
14365         defined to support XEmacs.
14366
14367 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14368
14369         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14370         to avoid run-time CL dependencies.
14371         (gnus-agent-unfetch-articles): New function.
14372         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14373         article numbers even when local .overview file is missing.
14374         (gnus-agent-read-article-number): New function.  Only accepts
14375         27-bit article numbers.
14376         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14377         gnus-agent-read-article-number.
14378         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14379         from backend while recognizing that article numbers in .overview
14380         must be valid.
14381         (gnus-agent-update-files-total-fetched-for): Use
14382         directory-files-and-attributes to improve performance.
14383         * gnus-int.el (gnus-request-move-article): Use
14384         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14385         improve performance.
14386
14387         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14388         some users confused by references to .newsrc when they only have a
14389         .newsrc.eld file.
14390         (gnus-convert-mark-converter-prompt)
14391         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14392         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14393         New function.  Used internally to only display 'gnus converting
14394         files' message when actually necessary.
14395
14396         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14397         methods now autoloaded.
14398
14399 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14402         identifiers.
14403
14404 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14405
14406         * gnus-picon.el: Fix indentation and closing parenthesis.
14407
14408 2004-09-01  Simon Josefsson  <jas@extundo.com>
14409
14410         * message.el (message-canlock-generate): Require sha1, not
14411         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14412         to require within a function.  Sadly, if sha1.el isn't loaded, the
14413         let binding in m-c-g will hide the defcustom definition, which is
14414         bad.)
14415
14416         * canlock.el: Require sha1, not sha1-el.
14417
14418         * message.el: Don't autoload sha1 (there is a autoload cookie in
14419         sha1.el).
14420
14421         * sha1-el.el: Renamed to sha1.el.
14422
14423 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14424
14425         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14426
14427 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14428
14429         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14430
14431 2004-08-30  Kim F. Storm  <storm@cua.dk>
14432
14433         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14434
14435         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14436         Add :group 'nnimap.
14437
14438 2004-08-30  Andreas Schwab  <schwab@suse.de>
14439
14440         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14441         ?* and ?\;.
14442
14443         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14444         and ?\' to symbol instead of whitespace.
14445
14446 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14449
14450         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14451         instead of re-search-forward.
14452
14453         * gnus-uu.el (gnus-uu-save-article): Ditto.
14454         (gnus-uu-post-encode-uuencode): Ditto.
14455
14456         * html2text.el (html2text-clean-list-items): Ditto.
14457         (html2text-clean-dtdd): Ditto.
14458         (html2text-format-tags): Ditto.
14459
14460         * message.el (message-send-mail-with-sendmail): Fix regexp.
14461         (message-fill-field-general): Use search-forward instead of
14462         re-search-forward.
14463         (unbold-region): Ditto.
14464
14465         * nnrss.el (nnrss-request-article): Ditto.
14466
14467         * nnslashdot.el (nnslashdot-request-article): Ditto.
14468
14469         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14470
14471         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14472         "Unrecognized menu descriptor" error in XEmacs.
14473
14474 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14475
14476         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14477         parent article of a sparse article in the thread hashtb.
14478
14479 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14480
14481         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14482         (nnmail-expand-newtext): Lowercase expanded entries if
14483         nnmail-split-lowercase-expanded is non-nil.
14484
14485 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14488
14489         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14490         of gnus-tmp-news-method into string under XEmacs.  It will be
14491         passed to gnus-correct-length which takes only a string argument.
14492
14493 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * gnus-util.el (gnus-bind-print-variables): New macro.
14496         (gnus-prin1): Use it.
14497         (gnus-prin1-to-string): Use it.
14498         (gnus-pp): New function.
14499         (gnus-pp-to-string): New function.
14500
14501         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14502         Replace pp-to-string with gnus-pp-to-string.
14503         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14504         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14505         * gnus-msg.el (gnus-debug): Ditto.
14506         * gnus-score.el (gnus-score-save): Ditto.
14507         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14508         gnus-pp-to-string.
14509         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14510         with gnus-pp.
14511         * score-mode.el (gnus-score-pretty-print): Ditto.
14512         * webmail.el (webmail-debug): Ditto.
14513
14514 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * gnus-art.el (article-display-face, article-display-x-face):
14517         Use buffer-read-only.
14518
14519 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * gnus-art.el (article-hide-list-identifiers):
14522         Bind inhibit-read-only as t.
14523
14524 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14525
14526         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14527
14528 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14529
14530         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14531         (gnus-narrow-to-page): Don't assume point-min == 1.
14532         (gnus-article-edit-mode): Derive from message-mode.
14533
14534         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14535         point-min == 1.
14536
14537         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14538         Disable incorrect use of `assert'.
14539
14540         * message.el (message-mode): Set comment-start-skip.
14541
14542
14543 2004-08-22  Sam Steingold  <sds@gnu.org>
14544
14545         * pop3.el (pop3-leave-mail-on-server): New user variable.
14546         (pop3-movemail): Delete mail only when it is nil.
14547
14548 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14551
14552         * mml.el (mml-preview): Use `pop-to-buffer'.
14553
14554         * message.el (message-goto-mail-followup-to): Insert after "To".
14555         (message-carefully-insert-headers): Add comment.
14556
14557         * gnus.el: Remove unused variable `gnus-article-check-size'.
14558
14559         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14560
14561         * gnus-art.el (gnus-button-alist): Improve
14562         `gnus-button-handle-library' entry.
14563
14564 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14565
14566         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14567         downcase, since XEmacs capitalizes error messages differently.
14568
14569 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14570
14571         * nntp.el: Add (require 'gnus) due to reference to
14572         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14573
14574 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14575
14576         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14577         `mm-fill-flowed'.
14578
14579         * mm-decode.el (mm-dissect-singlepart): Check it.
14580
14581 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14582
14583         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14584         'imap' for netrc parsing.
14585
14586 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14587
14588         * mailcap.el (mailcap-mime-data): Mark as risky.
14589
14590 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14593         may be included in the encoded word.
14594         (rfc2047-encode): Don't append a space if the encoded word
14595         includes close parenthesis.
14596
14597 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14600         of text within parentheses.
14601
14602 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14603
14604         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14605         (gnus-encrypt-write-file-contents): Make the password key the file
14606         name PLUS the cipher, not just the cipher.  Also remove failed
14607         passwords from the cache.
14608
14609 2004-08-06  Simon Josefsson  <jas@extundo.com>
14610
14611         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14612         fix.
14613
14614 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14617         LWSP.
14618
14619 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14622         to append in-reply-to: data to the references: header.
14623
14624         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14625         (netrc-parse): Use gnus-encrypt.el functions.
14626
14627         * gnus-encrypt.el: Add new file for encryption support; currently
14628         does only a few GPG ciphers and an internal XOR cipher.
14629
14630         * password.el: Add comments on using password-read-and-add.
14631         (password-read-and-add): Add function to read and add the
14632         password to the cache at once.
14633
14634 2004-07-28  Simon Josefsson  <jas@extundo.com>
14635
14636         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14637         parameter (but don't use it, for now).
14638
14639         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14640         instead of hard coding to nil.
14641
14642 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14645         as mm-inline-image-xemacs does.
14646
14647 2004-07-26  Simon Josefsson  <jas@extundo.com>
14648
14649         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14650         Revert part of 2004-07-17 change below.
14651
14652 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14655         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14656
14657 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14658
14659         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14660         quotes that actually start with ">" at the beginning of the
14661         lines.
14662
14663 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * rfc2047.el (rfc2047-encode-region): Fix last change.
14666         (rfc2047-encode-parameter): Remove useless concat.
14667
14668 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14671         encode special characters; fix some kind of misconfigured headers;
14672         signal a real error if debug-on-quit or debug-on-error is non-nil.
14673         (rfc2047-encode-max-chars): New variable.
14674         (rfc2047-encode-1): Use it.
14675         (rfc2047-encode-parameter): New function.
14676
14677         * mml.el (mml-insert-parameter): Remove an excessive space.
14678
14679 2004-07-17  Simon Josefsson  <jas@extundo.com>
14680
14681         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14682         Kai Grossjohann <kai@emptydomain.de>.
14683         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14684         (gnus-group-make-menu-bar): Ditto.
14685
14686         * gnus-util.el (gnus-group-server): Add.
14687
14688 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14689
14690         * message.el (message-clone-locals): Clone sendmail and smtp
14691         variables.
14692
14693 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * rfc2047.el (rfc2047-encode-region): Fix last change.
14696
14697 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14700         characters as non-special.
14701
14702 2004-07-09  Simon Josefsson  <jas@extundo.com>
14703
14704         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14705         Users will lose all flag changes made while unplugged with
14706         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14707         good default.  See numerous reports on ding mailing list.
14708
14709 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14712         add generate-head-function and generate-article-function to the
14713         rfc822-forward entry.
14714         (nndoc-rfc822-forward-generate-article): New function.
14715         (nndoc-rfc822-forward-generate-head): New function.
14716
14717         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14718
14719 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14720
14721         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14722         respect display group parameter and gnus-summary-expunge-below.
14723         (gnus-articles-to-read): Remove unused reference to display group
14724         parameter.
14725
14726 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14727
14728         * nnheader.el (nnheader-uniquify-message-id): New experimental
14729         variable.
14730         (nnheader-nov-read-message-id): Use it.
14731
14732         * spam-report.el (spam-report-gmane): Add interactive.
14733
14734 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14737         qp-or-base64 for the application/* types.
14738
14739 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14740
14741         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14742
14743 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14744
14745         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14746         trim value.
14747
14748 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14749
14750         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14751         New macro and function.
14752         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14753
14754 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14757         after-load-alist.
14758
14759 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14760
14761         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14762         update info that isn't there.
14763
14764 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14765
14766         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14767         entry.
14768
14769 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * mm-view.el (mm-inline-render-with-function): Use multibyte
14772         buffer; decode html source by charset.
14773
14774         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14775
14776         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14777         Mule-UCS is loaded under XEmacs.
14778         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14779
14780 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14781
14782         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14783
14784 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * mm-util.el (mm-coding-system-p): Return a coding-system.
14787         (mm-mime-mule-charset-alist): Use shift_jis instead of
14788         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14789         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14790         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14791         instead of japanese-shift-jis and iso-latin-1 respectively in
14792         order to share the default value with both Emacs and XEmacs-mule.
14793         (mm-mule-charset-to-mime-charset): Make
14794         mm-coding-system-priorities effective.
14795         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14796         while predicating of candidates upon the priorities.
14797
14798 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14799
14800         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14801         gnus-uu-invert-processable.
14802
14803         * gnus.el: Autoload gnus-uu-invert-processable.
14804
14805 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * mm-util.el (mm-with-multibyte-buffer): New macro.
14808
14809         * rfc2047.el (rfc2047-encode-string): Use it.
14810         (rfc2047-encode-region): Move point to the end of the region after
14811         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14812
14813 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14816         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14817
14818 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14821         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14822         Karl Chen <quarl@nospam.quarl.org>.
14823
14824 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14825
14826         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14827         invalid addresses.
14828
14829 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14830
14831         * spam.el: Change section markers, revise TODO list.
14832         (spam-backends): Make new master list of all installed backends.
14833         (spam-summary-exit-behavior): Add new variable to determine how
14834         messages moves are done at summary exit.
14835         (spam-move-spam-nonspam-groups-only)
14836         (spam-process-ham-in-nonham-groups)
14837         (spam-process-ham-in-spam-groups): Remove variables, the
14838         spam-summary-exit-behavior variable should be used to manage this
14839         behavior.
14840         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14841         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14842         and spam-old-spam-articles.
14843         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14844         Add empty variables, placeholders for the backends they represent.
14845         (spam-set-difference): Move, unchanged.
14846         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14847         unless the user has a processor variable.
14848         (spam-classifications, spam-classification-valid-p)
14849         (spam-backend-properties, spam-backend-property-valid-p)
14850         (spam-backend-function-type-valid-p)
14851         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14852         (spam-report-articles-gmane, spam-report-articles-resend):
14853         Remove functions, they are not needed.
14854         (spam-install-backend-super, spam-backend-list)
14855         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14856         (spam-backend-function, spam-backend-ham-registration-function)
14857         (spam-backend-spam-registration-function)
14858         (spam-backend-ham-unregistration-function)
14859         (spam-backend-spam-unregistration-function)
14860         (spam-backend-statistical-p, spam-backend-mover-p)
14861         (spam-install-backend-alias, spam-install-checkonly-backend)
14862         (spam-install-mover-backend, spam-install-nocheck-backend)
14863         (spam-install-backend, spam-install-statistical-backend)
14864         (spam-install-statistical-checkonly-backend): Add backend installation
14865         support.
14866         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14867         (spam-group-processor-p): Use the new backend code and respect the
14868         summary exit behavior.
14869         (spam-mark-spam-as-expired-and-move-routine): Remove.
14870         (spam-summary-prepare): Change to use the new spam-old-articles
14871         variable.
14872         (spam-copy-or-move-routine, spam-copy-spam-routine)
14873         (spam-move-spam-routine, spam-copy-ham-routine)
14874         (spam-move-ham-routine): Add code to copy/move ham or spam.
14875         (spam-fetch-field-fast): Improve doc and code, plus allow the
14876         'number request.
14877         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14878         variables.
14879         (spam-split, spam-find-spam): Use the new backend code.
14880         (spam-registration-functions): Remove variable.
14881         (spam-unregister-routine): Add convenience wrapper.
14882         (spam-log-undo-registration, spam-register-routine)
14883         (spam-log-processing-to-registry)
14884         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14885         where possible.
14886         (spam-check-gmane-xref, spam-check-regex-headers)
14887         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14888         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14889         (spam-check-bogofilter-headers, spam-check-spamoracle)
14890         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14891         (spam-check-crm114-headers): Use the spam-split-group that
14892         spam-split prepares, no need to determine it every time.
14893
14894         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14895         to the nnheader-parse-naked-head call.
14896
14897         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14898
14899         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14900         the nnheader-nov-read-message-id call.
14901
14902 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14905         gnus-activate-group twice.  Suggested by Markus Peter
14906         <warp@spin.de>.
14907
14908 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-art.el (gnus-article-time-format): Exchange the order of
14911         day and month in the default value; fix customization type.
14912         (article-date-ut): Use add-text-properties.
14913         (article-make-date-line): Use message-make-date instead of
14914         current-time-string.
14915
14916         * message.el (message-fetch-field): Don't use set-text-properties.
14917         (message-make-date): Simplify.
14918
14919         * messagexmas.el (message-xmas-make-date): New function.
14920         (message-xmas-redefine): Defalias message-make-date to it.
14921
14922 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14925         (rfc2047-encode-region): Treat text within parentheses as special;
14926         show the original text when error has occurred.
14927
14928         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14929         already-computed method to gnus-activate-group.
14930
14931         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14932         same select-methods identical Lisp objects.
14933
14934         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14935         object when modifying the info.
14936
14937 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14940         gnus-opened-servers since it has never been opened with the new
14941         configuration yet.
14942
14943 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14946         arg to nnheader-generate-fake-message-id.
14947
14948 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14951         number and build a fake message ID localized to a group and
14952         article number (so it's repeatable from that point on).
14953         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14954         ID format.
14955
14956         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14957         nnheader-generate-fake-message-id with the article number.
14958
14959 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14960
14961         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14962         end-of-buffer.
14963
14964 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965
14966         * message.el (message-ignored-supersedes-headers): Add Approved.
14967
14968 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14971         goto-char.
14972         (rfc2047-encode): Fold the line before encoding.
14973
14974 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14975
14976         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14977         folding -- not all headers can be folded, and this should be done
14978         by the message composition mode.  Probably.  I think.
14979
14980 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14983         fast.
14984
14985         * gnus-ems.el (gnus-remove-image): Don't use
14986         message-text-with-property; remove only the image found first.
14987
14988         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14989         found first.
14990
14991 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14992
14993         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14994
14995 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * message.el (message-text-with-property): Make it fast and accept
14998         optional arguments.
14999         (message-strip-forbidden-properties): Use it.
15000         (message-fix-before-sending): Follow the m-t-w-p change.
15001
15002         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15003
15004 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-art.el (article-hide-headers): Don't change the buffer
15007         mistakenly when performing mml-preview even if
15008         gnus-single-article-buffer is nil.
15009
15010 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15011
15012         * message.el (message-expand-name-databases): New user option.
15013         (message-expand-name): Use it.
15014
15015 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15016
15017         * spam.el (spam-report-articles-resend)
15018         (spam-report-resend-register-routine): Allow ham reporting.
15019         (spam-report-resend-register-ham-routine): Add wrapper.
15020         (spam-registration-functions): Add ham resending functions.
15021         (spam-list-of-processors): Add ham resend processor.
15022
15023         * gnus.el (ham-resend-to): Add new group parameter.
15024         (spam-process): Add ham resend option.
15025
15026         * spam-report.el (spam-report-resend): Allow reporting ham.
15027         (spam-report-resend-ham): Add wrapper.
15028
15029 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15030
15031         * message.el (message-cite-articles-with-x-no-archive): New
15032         variable.
15033         (message-cite-original): Use it.
15034
15035 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15036
15037         * message.el (message-cite-original): Respect X-No-Archive.
15038
15039 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus-art.el (article-hide-headers): Refer to the values for
15042         gnus-ignored-headers and gnus-visible-headers in the summary
15043         buffer since a user may have set them as group parameters.
15044
15045 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15046
15047         * assistant.el (assistant-node-name): Add convenience function.
15048         (assistant-render-text, assistant-render-node): Add error handling,
15049         plus handle multiple next nodes.
15050         (assistant-find-next-node): Comment out for now.
15051         (assistant-find-next-nodes): Add function, returns list of next
15052         nodes.
15053
15054 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * mail-source.el (mail-source-directory): Fix doc-string.
15057
15058 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15059
15060         * assistant.el (assistant-render-text, assistant-eval): Add :set
15061         widget type, which is different because it takes and returns a
15062         list.  Much hilarity ensues.
15063
15064 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15067
15068         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15069         doc-string.
15070
15071         * gnus-start.el (gnus-activate-group): Added doc-string.
15072
15073 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15076
15077 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15078
15079         * assistant.el (assistant-render-text): Try to add a :set
15080         widget, more to come.
15081
15082         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15083         strings.
15084         (spam-report-articles-resend)
15085         (spam-register-routine): Do registration iff any articles warrant
15086         it.
15087         (spam-summary-prepare-exit): Change log message for nil group
15088         destinations.
15089
15090 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15091
15092         * spam.el (spam-report-resend-register-routine): Allow
15093         spam-report-resend-to to be a group parameter or a global value.
15094
15095 2004-05-26  Simon Josefsson  <jas@extundo.com>
15096
15097         * starttls.el: Merge with my GNUTLS based starttls.el.
15098         (starttls-gnutls-program, starttls-use-gnutls)
15099         (starttls-extra-arguments, starttls-process-connection-type)
15100         (starttls-connect, starttls-failure, starttls-success): New
15101         variables.
15102         (starttls-program, starttls-extra-args): Doc fix.
15103         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15104         functions.
15105         (starttls-negotiate, starttls-open-stream): Check
15106         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15107         function if it is set.
15108
15109 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15112         structured fields.
15113
15114 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15117
15118 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15121         variable.
15122         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15123         assigning the spam-mark to new messages.
15124
15125 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15126
15127         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15128
15129 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15132
15133         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15134         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15135         default.
15136
15137 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15138
15139         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15140         correct data.
15141
15142 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15143
15144         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15145         (spam-group-processor-p): Fix function.
15146         (spam-group-processor-multiple-p)
15147         (spam-group-spam-processor-report-gmane-p)
15148         (spam-group-spam-processor-report-resend-p)
15149         (spam-group-spam-processor-bogofilter-p)
15150         (spam-group-spam-processor-blacklist-p)
15151         (spam-group-spam-processor-ifile-p)
15152         (spam-group-ham-processor-ifile-p)
15153         (spam-group-spam-processor-spamoracle-p)
15154         (spam-group-spam-processor-crm114-p)
15155         (spam-group-ham-processor-bogofilter-p)
15156         (spam-group-spam-processor-stat-p)
15157         (spam-group-ham-processor-stat-p)
15158         (spam-group-ham-processor-whitelist-p)
15159         (spam-group-ham-processor-BBDB-p)
15160         (spam-group-ham-processor-spamoracle-p)
15161         (spam-group-ham-processor-copy-p): Remove functions with some
15162         prejudice against unneeded code.
15163         (spam-report-articles-resend)
15164         (spam-report-resend-register-routine): Allow the group/topic
15165         spam-resend-to value to override spam-report-resend-to.
15166         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15167         properly now.
15168
15169         * gnus.el (spam-resend-to): Add group/topic parameter.
15170         (spam-process): Move the OBSOLETE processors to the end of the
15171         choices.
15172
15173 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15174
15175         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15176         with resend-to set to nil, and then ask the user if necessary.
15177         (spam-report-resend): spam-report-resend takes a list of articles, not
15178         separate article numbers.
15179
15180 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15183         addition to emacs-w3m.
15184
15185 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15186
15187         * assistant.el (assistant-authinfo-data): New function.
15188         (assistant-eval): Eval for entire assistant.
15189
15190         * netrc.el (netrc-services-file): New variable.
15191         (netrc-parse-services): New function.
15192         (netrc-find-service-name): New function.
15193         (netrc-find-service-number): New function.
15194         (netrc-port-equal): New function.
15195         (netrc-machine): Use it.
15196
15197         * nnimap.el (nnimap-open-connection): Use netrc.
15198
15199         * gnus-util.el (gnus-netrc-get): Remove aliases.
15200
15201         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15202
15203         * assistant.el (wid-edit): Fix compilation.
15204
15205         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15206
15207 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15208
15209         * gnus-util.el (gnus-set-file-modes): New function.  (small
15210         patch).
15211
15212 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15215
15216         * assistant.el (assistant-render-node): Fix up rendering and
15217         read-only text.
15218         (assistant-render-node): Reset.
15219         (assistant-make-read-only): Not sticky.
15220
15221 2004-05-20  Danny Siu  <dsiu@adobe.com>
15222
15223         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15224         centered even when gnus-auto-center-summary is t.
15225
15226 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15227
15228         * dns.el (dns-get-txt-answer): New function.
15229         (dns-read-txt): Ditto.
15230         (query-dns): Use it.
15231
15232 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15235         active for foreign groups even if the group level is higher than
15236         the specified value.
15237
15238 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15239
15240         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15241         non-active groups.
15242
15243         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15244
15245 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15246
15247         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15248
15249 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15250
15251         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15252         (spam-crm114-header, spam-crm114-spam-switch)
15253         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15254         (spam-crm114-positive-spam-header)
15255         (spam-crm114-database-directory, spam-list-of-processors)
15256         (spam-group-spam-processor-crm114-p)
15257         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15258         (spam-generic-score, spam-list-of-checks)
15259         (spam-list-of-statistical-checks, spam-registration-functions)
15260         (spam-check-crm114-headers, spam-crm114-score)
15261         (spam-check-crm114, spam-crm114-register-with-crm114)
15262         (spam-crm114-register-spam-routine)
15263         (spam-crm114-unregister-spam-routine)
15264         (spam-crm114-register-ham-routine)
15265         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15266         asjo@koldfront.dk (Adam Sjøgren).
15267
15268         * gnus.el: Add spam-use-crm114.
15269
15270         * spam.el (spam-list-of-processors, spam-registration-functions):
15271         Add spam-use-resend.
15272         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15273         (spam-report-articles-gmane): Add doc fix.
15274         (spam-report-articles-resend, spam-report-resend-register-routine):
15275         Add wrappers around spam-report-resend-to.
15276
15277         * spam-report.el (spam-report-resend-to, spam-report-resend):
15278         Add support for resending spam.
15279         (spam-report-gmane): Fix line length >80.
15280
15281         * gnus.el (spam-process): Add spam-use-resend.
15282
15283 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15284
15285         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15286         number of processed spam messages.
15287         (spam-ham-copy-or-move-routine): Return the number of processed
15288         ham messages.
15289         (spam-summary-prepare-exit): Use the above values to decide
15290         whether status messages shouled be displayed.
15291
15292 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15295         `rfc2047-encoding-function-alist' in order to avoid conflicting
15296         with the old version.
15297         (rfc2047-encode-region): Concatenate words containing non-ASCII
15298         characters in structured fields; don't encode space-delimited
15299         ASCII words even in unstructured fields; don't break words at
15300         char-category boundaries.
15301         (rfc2047-encode-1): New function.
15302         (rfc2047-encode): Use it; encode text so that it occupies the
15303         maximum width within 76-column; work correctly on Q encoding for
15304         iso-2022-* charsets.
15305         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15306         sure not to break a line just after the header name.
15307         (rfc2047-b-encode-region): Removed.
15308         (rfc2047-b-encode-string): New function.
15309         (rfc2047-q-encode-region): Removed.
15310         (rfc2047-q-encode-string): New function.
15311
15312         * mm-util.el (mm-replace-in-string): New function.
15313
15314 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15315
15316         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15317         get it right.
15318         (gnus-inews-make-draft): Really.
15319
15320 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15321
15322         * nnmh.el (nnmh-request-list-1): Don't check the link count
15323         before descending.  (small patch)
15324
15325 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15326
15327         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15328         stuff.
15329
15330         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15331         on real group name.
15332
15333         * gnus-art.el (gnus-signature-limit): Doc fix.
15334
15335         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15336
15337         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15338
15339 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15340
15341         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15342         isn't a string.
15343
15344 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15345
15346         * gnus-draft.el (gnus-draft-send): Bind
15347         rfc2047-encode-encoded-words.
15348
15349         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15350         (rfc2047-encodable-p): Say that =? needs encoding.
15351         (rfc2047-encode-encoded-words): New variable.
15352
15353         * gnus-group.el (gnus-group-select-group): Doc fix.
15354
15355         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15356
15357         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15358         to nil.
15359
15360         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15361
15362         * nnheader.el (nnheader-get-lines-and-char): New function.
15363
15364 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * gnus-msg.el (gnus-summary-followup-with-original): Document
15367         yanking of region when active.
15368
15369 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15372         groups if the group level is higher than the specified value.
15373
15374 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15377         (gnus-group-jump-to-group): Added prefix argument using
15378         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15379         non-active group.
15380
15381         * compface.el (uncompface): Be verbose when changing
15382         `uncompface-use-external'.
15383
15384         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15385         handle manual section.
15386
15387 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15388
15389         * gnus-art.el (gnus-button-alist): Revert previous change.
15390
15391 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15392
15393         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15394
15395 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15396
15397         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15398         whether backend can accept message.
15399
15400         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15401
15402 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15403
15404         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15405         Avoid creating directory when nntp-marks-is-evil is true.
15406         Reported by Reiner Steib.
15407
15408 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * gnus-picon.el (gnus-picon-style): New variable.
15411         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15412         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15413         Jesper Harder <harder@ifa.au.dk>.
15414
15415 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15416
15417         * message.el (message-fill-field): Return point.
15418         (message-generate-headers): Go to end of field.
15419
15420         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15421         stuff for non-living groups.
15422
15423 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15424
15425         * gnus-art.el (gnus-article-followup-with-original)
15426         (gnus-article-reply-with-original): gnus-mark-active-p ->
15427         gnus-region-active-p.
15428
15429 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15430
15431         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15432         only when there is spam or ham to be processed.
15433
15434 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15435
15436         * mail-source.el (mail-source-delete-crash-box): Refactor.
15437         (mail-source-fetch): Use it.
15438         (mail-source-fetch-file): Ditto.
15439         (mail-source-fetch-directory): Run postscript in loop.
15440         (mail-source-fetch-pop): Delete.
15441         (mail-source-fetch-maildir): Ditto.
15442         (mail-source-fetch-imap): Ditto.
15443
15444         * imap.el (imap-authenticators): Comment out sasl.
15445
15446         * message.el (message-skip-to-next-address): New function.
15447         (message-fill-header-address): Refactor.
15448         (message-fill-address): Use it.
15449         (message-delete-address): Use it.
15450         (message-fill-header-general): Refactor.
15451         (message-fill-field-address): Rename.
15452         (message-narrow-to-field): Find the start of the header.
15453         (message-header-format-alist): Don't pre-fill.
15454         (message-fill-header): Removed.
15455         (message-insert-header): New function.
15456         (message-shorten-references): Use it.
15457
15458         * rfc2047.el (rfc2047-field-value): Strip props.
15459
15460         * mail-parse.el (mail-header-make-address): New alias.
15461
15462         * ietf-drums.el (ietf-drums-make-address): New function.
15463
15464         * imap.el: Add compiler directives.
15465
15466         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15467
15468         * gnus-art.el (article-decode-idna-rhs): Don't use
15469         message-idna-inside-rhs-p.
15470
15471 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15472
15473         * message.el (message-idna-inside-rhs-p): Removed.
15474         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15475
15476         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15477         false positives.
15478
15479 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15480
15481         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15482
15483 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15484
15485         * nneething.el (nneething-file-name): Don't create spurious
15486         files.
15487
15488         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15489         (gnus-inews-do-gcc): Remove sleep.
15490
15491         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15492         part under point.
15493
15494         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15495         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15496
15497 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15498
15499         * spam.el (spam-summary-prepare-exit): Fixed (length).
15500
15501 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15502
15503         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15504         as expired without moving it" message when there are spam
15505         messages left.
15506
15507 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15508
15509         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15510         header is not nil.
15511
15512 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15513
15514         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15515         nntp-possibly-create-directory, not nntp-possibly-change-group.
15516         (nntp-marks-changed-p): New arg SERVER.
15517         (nntp-request-update-info): Adjust caller.
15518
15519 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15520
15521         * nntp.el (nntp-save-marks): Pass missing arg.
15522
15523 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15524
15525         * nntp.el: Support marks.
15526         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15527         (nntp-marks-modtime, nntp-marks-directory): New variables.
15528         (nntp-request-set-mark, nntp-request-update-info)
15529         (nntp-possibly-create-directory, nntp-marks-changed-p)
15530         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15531         functions.
15532
15533 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15534
15535         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15536         (gnus-xmas-redefine): Rename.
15537
15538         * gnus-score.el (gnus-score-insert-help): Use
15539         gnus-select-lowest-window.
15540
15541         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15542         appt-select-lowest-window and rename to gnus-select-lowest-window.
15543
15544         * gnus.el: do.
15545
15546 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15547
15548         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15549         encodings of MIME-encoded words, in order to improve
15550         interoperability with several broken MUAs.
15551
15552 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15553
15554         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15555         tags, only when charsets are not specified in headers.
15556         (mm-inline-text-html-render-with-w3m): Ditto.
15557
15558         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15559         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15560
15561 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15562
15563         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15564         instead of MIME-decoded from fields when checking
15565         `gnus-article-address-banner-alist'.
15566
15567 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15568
15569         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15570         description rather than subject.
15571
15572 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15573
15574         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15575
15576 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * gnus.el (gnus-version-number): Bump.
15579
15580 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15581
15582         * gnus.el: No Gnus v0.2 is released.
15583
15584 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15585
15586         * gnus-agent.el (gnus-agent-read-agentview): Inline
15587         gnus-uncompress-range.
15588
15589 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15590
15591         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15592         `exec-installed-p'.
15593
15594 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15595
15596         * gnus.el (spam-process, spam-autodetect-methods): Add
15597         bsfilter and bsfilter-headers.
15598
15599         * spam.el (spam-bsfilter): New customize group.
15600         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15601         (spam-bsfilter-header, spam-bsfilter-probability-header)
15602         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15603         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15604         (spam-bsfilter-database-directory): New options.
15605         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15606         (spam-list-of-statistical-checks, spam-registration-functions):
15607         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15608         (spam-bsfilter-score): New command.
15609         (spam-check-bsfilter-headers, spam-check-bsfilter)
15610         (spam-bsfilter-register-with-bsfilter)
15611         (spam-bsfilter-register-spam-routine)
15612         (spam-bsfilter-unregister-spam-routine)
15613         (spam-bsfilter-register-ham-routine)
15614         (spam-bsfilter-unregister-ham-routine): New functions.
15615         (spam-generic-score): Support bsfilter; Accept an optional argument
15616         to recalcurate spam score even if scoring header has already been
15617         added.
15618         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15619         optional argument to recalcurate spam score even if scoring header
15620         has already been added.
15621
15622 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15623
15624         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15625         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15626         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15627         link is missing.
15628
15629 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15630
15631         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15632         (html2text-get-attr): Rewrite.
15633
15634         * message.el (message-setup-1): Remove redundant put-text-property
15635         on mail-header-separator.
15636
15637 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15638
15639         * gnus-registry.el (gnus-registry-cache-whitespace)
15640         (gnus-registry-action, gnus-registry-spool-action)
15641         (gnus-registry-split-fancy-with-parent): Change message levels
15642         from 5 to 3 or 7, as needed.
15643
15644         * spam.el (spam-summary-prepare-exit)
15645         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15646         (spam-split, spam-find-spam, spam-log-undo-registration)
15647         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15648         level from 5 to 6.
15649
15650 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15653         2004-03-04 change).
15654
15655 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15656
15657         * sieve-manage.el (sieve-manage-open):
15658         * nnweb.el (nnweb-insert-html):
15659         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15660         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15661         * nnspool.el (nnspool-request-group):
15662         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15663         * nnml.el (nnml-request-update-info):
15664         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15665         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15666         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15667         (nnimap-request-set-mark):
15668         * nnfolder.el (nnfolder-request-update-info):
15669         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15670         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15671         * gnus-uu.el (gnus-uu-find-articles-matching):
15672         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15673         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15674         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15675         * gnus-nocem.el (gnus-nocem-scan-groups):
15676         * gnus-int.el (gnus-start-news-server):
15677         * gnus-group.el (gnus-group-make-kiboze-group)
15678         (gnus-group-browse-foreign-server):
15679         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15680         Use mapc when appropriate.
15681
15682 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15683
15684         FIXME: Make separate entries for each person.
15685
15686         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15687         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15688         <shields@msrl.com>:
15689
15690         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15691         may need for spam sorting and scoring.
15692         (spam-user-format-function-S): Add user format function suitable for
15693         general use.
15694         (spam-article-sort-by-spam-status): Add sorting function for summary
15695         sorting.
15696         (spam-extra-header-to-number): Add function to get a score from a
15697         header.
15698         (spam-summary-score): Add function to get a numeric score from the
15699         headers.
15700         (spam-generic-score): Fix function doc, was in wrong place.
15701         (spam-initialize): Take symbols when it's run, and install the
15702         extra headers that spam-necessary-extra-headers thinks we need.
15703
15704 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15705
15706         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15707         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15708
15709 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15710
15711         * gnus-sum.el (gnus-set-global-variables)
15712         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15713         (gnus-article-get-xrefs, gnus-summary-best-group)
15714         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15715         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15716         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15717         Use with-current-buffer.
15718
15719 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15720
15721         * spam.el (spam-summary-prepare-exit): Simplify logic.
15722         (spam-fetch-article-header): Read the article header if it's not
15723         available.
15724         (spam-list-articles): Simplify logic.
15725         (spam-filelist-register-routine): Fix bug with unregister-list.
15726
15727         * gnus-registry.el: Fix comments at beginning.
15728
15729 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15730
15731         * message.el (message-cater-to-broken-inn): Remove.
15732         (message-shorten-references): Make sure the total folded length of
15733         References is shorter than 998 characters to cater to a bug in INN
15734         2.3.  Also, don't pretend that references aren't folded -- this
15735         hasn't worked for a while.
15736
15737 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15738
15739         * gnus-agent.el (gnus-agentize):
15740         gnus-agent-send-mail-real-function no longer set to current value
15741         of message-send-mail-function but rather a lambda that calls
15742         message-send-mail-function.  The change makes the agent real-time
15743         responsive to user changes to message-send-mail-function.
15744
15745 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15746
15747         * legacy-gnus-agent.el
15748         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15749         help from Florian Weimer <fw@deneb.enyo.de>
15750
15751 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * nnmail.el (nnmail-cache-insert): Revert last change.
15754
15755 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * nnmail.el (nnmail-cache-insert): Always check whether
15758         nnmail-cache-ignore-groups matches a group name.
15759
15760 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15761
15762         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15763         (spam-find-spam, spam-log-processing-to-registry)
15764         (spam-log-registered-p, spam-log-unregistration-needed-p)
15765         (spam-log-undo-registration): Use gnus-message instead of
15766         gnus-error, none of these errors are fatal.
15767
15768         * gnus-registry.el (gnus-registry-clean-empty-function)
15769         (gnus-registry-clean-empty): Remove only empty entries without
15770         extra data.
15771
15772 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15773
15774         * spam-stat.el (spam-stat-buffer-change-to-spam)
15775         (spam-stat-buffer-change-to-non-spam): Change (error) to
15776         (gnus-message 8) invocation.
15777
15778 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * nntp.el (nntp-via-netcat-command): New variable.
15781         (nntp-via-netcat-switches): New variable.
15782         (nntp-open-via-rlogin-and-netcat): New function.
15783         (nntp-open-connection-function): Doc fix.
15784         (nntp-telnet-command): Doc fix.
15785         (nntp-end-of-line): Doc fix.
15786         (nntp-via-rlogin-command): Doc fix.
15787         (nntp-via-user-name): Doc fix.
15788         (nntp-via-address): Doc fix.
15789
15790 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15793         error in Emacs 21.1.
15794
15795 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15798
15799 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15800
15801         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15802         (gnus-agent-with-refreshed-group): New macro.
15803         (gnus-agent-rename-group): New function.
15804         (gnus-agent-delete-group): New function.
15805         (gnus-agent-save-group-info): Use gnus-command-method when
15806         `method' parameter is nil.  Don't write nil entries into the
15807         active file.
15808         (gnus-agent-get-group-info): New function.
15809         (gnus-agent-fetch-articles): Use
15810         gnus-agent-update-files-total-fetched-for to increment disk space
15811         used.
15812         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15813         gnus-agent-update-view-total-fetched-for to increment disk space
15814         used.
15815         (gnus-agent-get-local): Added optional parameters to avoid calling
15816         gnus-group-real-name and gnus-find-method-for-group.
15817         (gnus-agent-set-local): Delete stored entry if either min, or max,
15818         are nil.
15819         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15820         quit, use gnus-agent-regenerate-group to record existance of any
15821         articles fetched to disk before the quit occurred.
15822         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15823         gnus-agent-update-view-total-fetched-for, and
15824         gnus-agent-update-files-total-fetched-for to decrement disk space
15825         used.
15826         (gnus-agent-retrieve-headers): Use
15827         gnus-agent-update-view-total-fetched-for to increment disk space
15828         used.
15829         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15830         with gnus-agent-update-files-total-fetched-for to decrement disk
15831         space and fresh group buffer.
15832         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15833         (gnus-agent-need-update-total-fetched-for): New variable.
15834         (gnus-agent-update-files-total-fetched-for): New function.
15835         (gnus-agent-update-view-total-fetched-for): New function.
15836         (gnus-agent-total-fetched-for): New function.
15837
15838         * gnus-cache.el (gnus-cache-save-buffers): Use
15839         gnus-cache-update-overview-total-fetched-for to change disk space
15840         used by this group.
15841         (gnus-cache-possibly-enter-article): Use
15842         gnus-cache-update-file-total-fetched-for to increment disk space
15843         used by this group.
15844         (gnus-cache-possibly-remove-article): Use
15845         gnus-cache-update-file-total-fetched-for to decrement disk space
15846         used by this group.
15847         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15848         (gnus-cache-rename-group): New function.
15849         (gnus-cache-delete-group): New function.
15850         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15851         (gnus-cache-need-update-total-fetched-for): New variable.
15852         (gnus-cache-with-refreshed-group): New macro.
15853         (gnus-cache-update-file-total-fetched-for): New function.
15854         (gnus-cache-update-overview-total-fetched-for): New function.
15855         (gnus-cache-rename-group-total-fetched-for): New function.
15856         (gnus-cache-delete-group-total-fetched-for): New function.
15857         (gnus-cache-total-fetched-for): New function.
15858
15859         * gnus-group.el: Require gnus-sum and autoload functions to
15860         resolve warnings when gnus-group.el compiled alone.
15861         (gnus-group-line-format): Documented new %F.
15862         (size of Fetched data) group line format; identifies disk space
15863         used by agent and cache.
15864         (gnus-group-line-format-alist): Defined new F format.
15865         (gnus-total-fetched-for): New function.
15866         (gnus-group-delete-group): No longer update
15867         gnus-cache-active-altered as gnus-request-delete-group now keeps
15868         the cache in sync.
15869         (gnus-group-list-active): Let the agent store a server's active
15870         list if currently plugged.
15871
15872         * gnus-int.el (gnus-request-delete-group):
15873         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15874         local disk in sync with the server.
15875         (gnus-request-rename-group):
15876         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15877         local disk in sync with the server.
15878
15879         * gnus-start.el (gnus-get-unread-articles):
15880         Cosmetic simplification to logic.
15881
15882         * gnus-util.el (gnus-rename-file): New function.
15883
15884 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15885
15886         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15887
15888 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15889
15890         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15891         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15892
15893 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15894
15895         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15896         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15897
15898 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15899
15900         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15901
15902 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15903
15904         * spam.el (spam-set-difference): Add function to replace
15905         gnus-set-difference in spam.el.
15906         (spam-summary-prepare-exit): Use spam-set-difference.
15907
15908 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15909
15910         * gnus-registry.el (gnus-registry-cache-file): Update to use
15911         gnus-dribble-directory OR gnus-home-directory OR ~.
15912         (gnus-registry-split-fancy-with-parent): Fix doc.
15913
15914 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * message.el (message-exchange-point-and-mark): Use
15917         message-mark-active-p.  Suggested by Jesper Harder
15918         <harder@ifa.au.dk>.
15919
15920 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * message.el (message-exchange-point-and-mark): Don't activate
15923         region if it was inactive.  Suggested by Hiroshi Fujishima
15924         <pooh@nature.tsukuba.ac.jp>.
15925
15926 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * gnus-art.el (article-display-face): Display Faces in the same
15929         order as X-Faces.
15930
15931 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15934
15935 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15938         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15939         (gnus-article-mime-hierarchy): Remove.
15940         (gnus-article-mime-hierarchy-next): Remove.
15941         (gnus-article-mode): Revert 2004-03-19 change.
15942         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15943         (gnus-insert-mime-button): Revert 2004-03-19 change.
15944         (gnus-mime-accumulate-hierarchy): Remove.
15945         (gnus-mime-enter-multipart): Remove.
15946         (gnus-mime-leave-multipart): Remove.
15947         (gnus-mime-display-part): Revert 2004-03-19 change.
15948         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15949
15950         * mml.el (mml-preview): Revert 2004-03-19 change.
15951
15952 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15953
15954         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15955
15956 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15959         t while entering a file name using the mm-with-multibyte macro.
15960         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15961
15962         * mm-util.el (mm-with-multibyte): New macro.
15963
15964 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15967         user option.
15968         (gnus-mime-multipart-functions): Doc and customization fix.
15969         (gnus-article-mime-hierarchy): New variable.
15970         (gnus-article-mime-hierarchy-next): New variable.
15971         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15972         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15973         gnus-article-mime-hierarchy-next to nil.
15974         (gnus-insert-mime-button): Show hierarchy numbers.
15975         (gnus-mime-accumulate-hierarchy): New function.
15976         (gnus-mime-enter-multipart): New function.
15977         (gnus-mime-leave-multipart): New function.
15978         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15979         (gnus-mime-display-alternative): Show hierarchy numbers.
15980
15981         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15982         gnus-article-mime-hierarchy-next to nil.
15983
15984 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15985
15986         * dns.el: Don't require gnus-xmas.
15987
15988 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15989
15990         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15991         inline PGP.
15992         (mml-menu): Disable mml-quote-region if mark is inactive.
15993
15994 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15997         when the group's active is not available.
15998
15999 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16002         error.
16003
16004 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * imap.el (imap-store-password): New variable.
16007         (imap-interactive-login): Use it.
16008         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16009
16010 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16013         window-start and hscroll to summary window.
16014
16015 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16016
16017         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16018         conversion message to newsrc-dribble when an actual conversion is
16019         performed.
16020
16021 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16022
16023         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16024
16025 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * mm-decode.el (mm-complicated-handles): New function reviving
16028         former definition of mm-multiple-handles.
16029
16030         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16031         (gnus-mime-delete-part): Use it.
16032
16033 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16034
16035         * gnus-agent.el (gnus-agent-read-local): Bind
16036         nnheader-file-coding-system to gnus-agent-file-coding-system to
16037         avoid the implicit assumption that they will always be equal.
16038         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16039         coding-system-for-write, as the with-temp-file macro first prints
16040         to a buffer then saves the buffer.
16041
16042 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-art.el (gnus-article-edit-part): New function.
16045         (gnus-mime-save-part-and-strip): Use it; do query instead of
16046         signaling an error; don't use mm-multiple-handles.
16047         (gnus-mime-delete-part): Ditto.
16048
16049 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16050
16051         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16052         old file versions.
16053         (gnus-group-prepare-hook): Removed function that converted list
16054         form of gnus-agent-expire-days to group properties.
16055
16056         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16057         (gnus-request-accept-article): Re-indented.
16058
16059         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16060         converters to handle old agent file formats.  Added logic for a
16061         "backup before upgrading warning".
16062         (gnus-convert-mark-converter-prompt): Developers can mark
16063         functions as needing (default), or not needing,
16064         gnus-convert-old-newsrc's "backup before upgrading warning".
16065         (gnus-convert-converter-needs-prompt): Tests whether the user
16066         should be protected from potentially irreversable changes by the
16067         function.
16068
16069         * legacy-gnus-agent.el: New.  Provides converters that are only
16070         loaded when gnus-convert-old-newsrc needs to call them.
16071
16072 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * mail-source.el (mail-source-touch-pop): Doc fix.
16075
16076         * message.el (message-smtpmail-send-it): Doc fix.
16077
16078 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16079
16080         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16081
16082         * nnmail.el (nnmail-split-fancy): do.
16083
16084         * gnus-kill.el (gnus-kill, gnus-execute): do.
16085
16086 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16087
16088         * gnus-sum.el (gnus-widget-reversible-match)
16089         (gnus-widget-reversible-to-internal)
16090         (gnus-widget-reversible-to-external): New functions.
16091         (gnus-widget-reversible): New widget.
16092         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16093
16094 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16095
16096         * gnus-sum.el (gnus-thread-sort-functions)
16097         (gnus-article-sort-functions): Document `(not F)' items.
16098
16099 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16100
16101         * spam.el (spam-use-gmane-xref): Add new backend.
16102         (spam-gmane-xref-spam-group): Add variable to control the name of the
16103         Gmane spam group.
16104         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16105         (spam-regex-headers-spam, spam-regex-headers-ham)
16106         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16107         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16108         backends and checks.
16109         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16110
16111         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16112         an autodetect method.
16113
16114 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16115
16116         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16117         articles are being added to a group.
16118         (gnus-request-replace-article): Inform the agent that articles
16119         need to be uncached as the cached contents are no longer valid.
16120
16121 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * binhex.el: Don't autoload executable-find.
16124
16125         * canlock.el: Don't autoload mail-fetch-field.
16126
16127         * dgnushack.el: Autoload c-mode for XEmacs.
16128
16129         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16130
16131         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16132         rmail-dont-reply-to and rmail-output.
16133
16134         * gnus-score.el: Don't autoload ffap-string-at-point.
16135
16136         * gnus-setup.el: Don't autoload sc-cite-original.
16137
16138         * imap.el: Don't autoload base64-decode-string,
16139         base64-encode-string and md5.
16140
16141         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16142         and rmail-msg-restore-non-pruned-header.
16143
16144         * mm-decode.el: Don't autoload executable-find.
16145
16146         * mm-url.el: Don't autoload executable-find.
16147
16148         * mm-view.el: Don't autoload diff-mode.
16149
16150         * nndb.el: Don't autoload news-reply-mode, news-setup,
16151         cancel-timer and telnet.
16152
16153         * password.el: Don't autoload run-at-time for Emacs.
16154
16155         * sha1-el.el: Don't autoload executable-find.
16156
16157         * sieve-mode.el: Don't autoload c-mode.
16158
16159         * uudecode.el: Don't autoload executable-find.
16160
16161 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16162
16163         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16164         (gnus-agent-possibly-alter-active): Avoid null in numeric
16165         comparison.
16166         (gnus-agent-set-local): Refuse to save null in local object table.
16167         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16168         list of articles that will be marked as unread.
16169
16170 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16173
16174 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16175
16176         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16177         language tags.
16178
16179 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16180
16181         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16182         Don't bind "obarray".
16183
16184         * gnus-sum.el (gnus-thread-sort-functions): Added
16185         `gnus-thread-sort-by-most-recent-number' and
16186         `gnus-thread-sort-by-most-recent-date'.
16187         Reported by Kai Grossjohann <kai@emptydomain.de>.
16188
16189 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16192
16193 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16194
16195         * gnus-cus.el (gnus-agent-customize-category): Removed
16196         ignore-errors macro reference that required cl to be loaded at
16197         run-time.
16198
16199         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16200         single-interval range of the form (min . max).  Previously the
16201         range had to look like ((min . max)).  Likewise, return
16202         (min . max) rather than ((min . max)).
16203         (gnus-range-map): Use gnus-range-normalize to accept
16204         single-interval range.
16205
16206         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16207         the cache, but not the agent, now appear with their usual face.
16208
16209         * dgnushack.el (loaddir): New variable that is bound to the
16210         directory containing the dgnushack.el file. Use loaddir, rather
16211         than srcdir, to update load-path. Change lets dgnushack compile
16212         code in directories other than GNUS/lisp.
16213
16214 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * lpath.el: Don't bind w3m-safe-url-regexp.
16217
16218         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16219         w3m-safe-url-regexp variable buffer-local.
16220
16221         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16222
16223 2004-02-27  Simon Josefsson  <jas@extundo.com>
16224
16225         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16226         gnus-group-real-prefix.
16227         (gnus-summary-move-article): Use it, instead of
16228         gnus-group-real-prefix.
16229
16230 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * lpath.el: Bind w3m-safe-url-regexp.
16233
16234         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16235         w3m-safe-url-regexp variable buffer-local and set it as the value
16236         of mm-w3m-safe-url-regexp.
16237
16238         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16239
16240         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16241         parsing gnus-posting-styles when the message is not for replying.
16242
16243         * dgnushack.el: Autoload sgml-mode for XEmacs.
16244
16245         * nnrss.el (nnrss-opml-export): Use
16246         mm-set-buffer-file-coding-system instead of
16247         set-buffer-file-coding-system.
16248
16249 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16250
16251         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16252         of checkdoc.el).
16253         * nnrss.el: do.
16254         * gnus-mlspl.el: do.
16255         * gnus-ml.el: do.
16256         * gnus-srvr.el: do.
16257
16258         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16259
16260 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16261
16262         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16263         Corrections to custom-manual links.
16264
16265         * gnus-art.el (gnus-article): Ditto.
16266
16267         * mm-decode.el (mime-display, mime-security): Ditto.
16268
16269 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16270
16271         * flow-fill.el: Typo.
16272
16273 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16274
16275         * spam-wash.el: New file.
16276
16277 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16278
16279         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16280
16281 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16282
16283         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16284         to be run with new-articles as LIST1, not LIST2.
16285         (spam-registration-functions): Add spam-use-ham-copy as a nil
16286         registration backend.
16287
16288 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16289
16290         * spam-stat.el (spam-stat-washing-hook): New option.
16291         (spam-stat-buffer-words): Use it.
16292         (spam-stat-process-directory, spam-stat-test-directory): Use
16293         insert-file-contents-literally.
16294         (spam-stat-coding-system): New variable.
16295         (spam-stat-load, spam-stat-save): Use it.
16296
16297 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16298
16299         * spam-report.el (spam-report-plug-agent): Quote
16300         spam-report-url-to-file and spam-report-url-ping-plain.
16301
16302 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16303
16304         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16305         / in mailto URLs.
16306
16307 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16308
16309         * spam-report.el (spam-report-process-queue): Fix interactive use.
16310         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16311         (spam-report-unplug-agent): Doc fixes.
16312         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16313         (spam-report-agentize, spam-report-deagentize): Autoload.
16314
16315 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16318
16319         * message.el (message-setup-fill-variables): Add mml tags to
16320         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16321         <ajk@iu.edu>.
16322         (message-mode): Don't modify paragraph-separate there.
16323
16324 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * compface.el (uncompface-use-external): Default to undecided.
16327         (uncompface-use-external-threshold): New variable.
16328         (uncompface-float-time): New macro.
16329         (uncompface): Determine whether to use the external decoder if
16330         uncompface-use-external is undecided.
16331
16332 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16333
16334         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16335         after images.
16336
16337         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16338
16339 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16340
16341         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16342
16343         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16344
16345         * gnus-sum.el (gnus-summary-limit-to-age)
16346         (gnus-summary-limit-children): do.
16347
16348         * gnus-int.el (gnus-request-scan): do.
16349
16350         * gnus-group.el (gnus-group-suspend): do.
16351
16352         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16353
16354         * gnus-cite.el (gnus-cite-parse-attributions): do.
16355
16356         * gnus-agent.el (gnus-summary-set-agent-mark)
16357         (gnus-agent-regenerate-group): do.
16358
16359         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16360
16361         * binhex.el (binhex-decode-region-internal): do.
16362
16363 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * gnus-fun.el (gnus-face-properties-alist): New user option.
16366         (gnus-display-x-face-in-from): Use it.
16367
16368         * gnus-art.el (article-display-face): Ditto.
16369
16370         * compface.el (uncompface-use-external): Default to nil.
16371
16372 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16373
16374         * nntp.el (nntp-erase-buffer): New function.
16375         (nntp-retrieve-data, nntp-send-command)
16376         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16377         (nntp-possibly-change-group): Use it.
16378
16379         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16380         with-current-buffer.
16381
16382 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16383
16384         * compface.el: Merge the ELisp-based uncompface program.
16385         (compface): New customization group.
16386         (uncompface-use-external): New user option.
16387         (uncompface): Call uncompface-internal if uncompface-use-external
16388         is nil.
16389         (uncompface-internal): New function.  Note that there are also
16390         some other functions and variables added for this function.
16391
16392 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16393
16394         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16395         if necessary.
16396
16397 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * spam-report.el (spam-report-unplug-agent)
16400         (spam-report-plug-agent, spam-report-deagentize)
16401         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16402         Add support for the Agent in spam-report: when unplugged, report to a
16403         file; when plugged, submit all the requests.
16404
16405         * spam.el (spam-register-routine): Fix message about
16406         registration.
16407
16408 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16409
16410         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16411         dependencies.
16412         (rfc2047-encode): Use it.
16413
16414         * gnus-art.el (gnus-button-marker-list): Move before first
16415         reference.
16416
16417         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16418         (imap-parse-body): Fix format string mismatch.
16419
16420         * gnus-score.el (gnus-summary-increase-score): do.
16421
16422         * nnrss.el (nnrss-close): New function.
16423
16424 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16425
16426         * nnrss.el (nnrss-make-filename): New function.
16427         (nnrss-request-delete-group, nnrss-read-server-data)
16428         (nnrss-save-server-data, nnrss-read-group-data)
16429         (nnrss-save-group-data): Use it.
16430         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16431         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16432         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16433
16434 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16435
16436         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16437
16438 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16439
16440         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16441         files.
16442
16443         * message.el (message-generate-headers-first): Don't quote nil
16444         and t in docstrings.
16445
16446         * imap.el (imap-id): do.
16447
16448         * gnus-agent.el (gnus-agent-consider-all-articles)
16449         (gnus-agent-queue-mail): do.
16450
16451 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * spam-report.el (spam-report-process-queue): New function.
16454         Process requests from `spam-report-requests-file'.
16455         (spam-report-process-queue): Doc fix.
16456
16457 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16458
16459         * spam.el (spam-register-routine)
16460         (spam-log-processing-to-registry, spam-log-registered-p)
16461         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16462         Change "check" to "spam-check" for semi-clarity.
16463
16464 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16465
16466         * pop3.el: Require nnheader.
16467
16468         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16469
16470         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16471
16472         * gnus-picon.el: Require cl.
16473
16474         * gnus-fun.el: Require gnus-ems and gnus-util.
16475
16476         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16477
16478         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16479
16480         * gnus-art.el (gnus-article-edit-mode): Define before first
16481         reference.
16482
16483 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16484
16485         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16486         (gnus-uu-post-encoded): Use point-at-bol.
16487
16488         * gnus-topic.el (gnus-group-active-topic-p): do.
16489
16490         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16491
16492         * gnus-group.el (gnus-group-kill-region): do.
16493
16494         * gnus-art.el (article-date-ut): do.
16495
16496         * message.el (message-fetch-field): Remove redundant
16497         case-fold-search binding.
16498         (message-narrow-to-field): Simplify.
16499
16500 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * spam.el (spam-directory): Derive from `gnus-directory'.
16503
16504         * spam-report.el (spam-report-url-to-file)
16505         (spam-report-requests-file): New function and variable for offline
16506         reporting.
16507         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16508         and user defined function.
16509         (spam-report-url-ping-mm-url): Remove doubled slash.
16510
16511 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16512
16513         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16514
16515 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16516
16517         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16518         format string mismatch.
16519
16520         * sieve.el (sieve-deactivate-all): do.
16521
16522         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16523
16524         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16525
16526         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16527
16528         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16529
16530 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16531
16532         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16533         the list of checks.
16534
16535 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16536
16537         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16538         padding.
16539
16540 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16541
16542         * mm-view.el (mm-fill-flowed): New variable.
16543         (mm-inline-text): Use it.
16544
16545 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * spam.el (spam-spamassassin-register-ham-routine)
16548         (spam-spamassassin-register-spam-routine): Fix function names.
16549
16550 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus.el (gnus-tmp-grouplens): Remove.
16553         (gnus-summary-line-format): Remove grouplens.
16554
16555         * gnus-group.el (gnus-group-line-format): Ditto.
16556
16557         * gnus-spec.el (gnus-format-specs): Ditto.
16558         (gnus-update-format-specifications): Flush the group format spec
16559         cache if there's the grouplens stuff.
16560         (gnus-parse-simple-format): Replace %l with the empty string.
16561
16562 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16563
16564         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16565         omission.
16566
16567 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16570         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16571
16572 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16573
16574         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16575         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16576         New macros and functions.
16577         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16578         Handle > NLINK_MAX messages.
16579         * nnmaildir.el (nnmaildir-request-set-mark): Use
16580         nnmaildir--emlink-p and nnmaildir--eexist-p.
16581
16582 2004-01-25  Alex Schroeder  <alex@gnu.org>
16583
16584         * spam-stat.el (spam-stat-process-directory-age): New option.
16585         (spam-stat-process-directory): Use it.
16586
16587 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16588
16589         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16590         (spam-stat-save): Accept prefix argument.
16591
16592 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16593
16594         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16595         links" error.
16596
16597 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16600         the rest of the and/or forms.
16601
16602 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16603
16604         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16605         compatibility with old .newsrc.eld files.
16606
16607         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16608
16609         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16610
16611         * gnus-start.el (gnus-1): do.
16612
16613         * gnus-group.el (gnus-group-line-format-alist): do.
16614
16615         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16616
16617         * gnus-gl.el: Remove.
16618
16619 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16620
16621         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16622         marks consisting of a single range {for example, (3 . 5)} rather
16623         than a list of a single range { ((3 . 5)) }.
16624
16625 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16626
16627         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16628         with-current-buffer.
16629         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16630         avoid consing a string.
16631
16632         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16633         Remove obsolete entries for big5 and gb2312.
16634
16635 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16636
16637         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16638         uncompressed list.
16639
16640 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * spam-stat.el (spam-stat-strip-xref): New function.
16643         (spam-stat-process-directory): Use it.
16644
16645         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16646         here -- it's done in message-fetch-field.
16647
16648 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16649
16650         * gnus-agent.el (gnus-agent-queue-mail)
16651         (gnus-agent-prompt-send-queue): New variables.
16652         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16653         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16654         "nndraft:queue" along to gnus-draft-send.  Use
16655         gnus-agent-prompt-send-queue.
16656         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16657         is "nndraft:queue".  Suggested by Gaute Strokkenes
16658         <gs234@srcf.ucam.org>
16659
16660         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16661         (agent-enable-undownloaded-faces): Added.
16662         (gnus-agent-cat-groups): Use eval-and-compile, not
16663         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16664         method of gnus-agent-cat-groups even when the buffer has been
16665         evaled.
16666         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16667         delete gnus-agent-save-active-1.
16668         (gnus-agent-save-groups): Deleted.  Identical to
16669         gnus-agent-save-active.
16670         (gnus-agent-write-active): No longer adjust agent's copy of active
16671         file as agent's adjustments are now stored in their own
16672         file.  Removed optional parameter.
16673         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16674         servers.  Add use of min/max range limits from server's local
16675         file.
16676         (gnus-agent-save-alist): Removed unused optional argument.
16677         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16678         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16679         (gnus-agent-set-local): A per-server file that keeps min/max range
16680         limits for articles known to the agent.  Provides a fast mechanism
16681         for altering many active ranges.
16682         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16683         active file (local makes it unnecessary).
16684         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16685
16686         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16687         (agent-enable-undownloaded-faces): Added.
16688
16689         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16690         disable it when sending to "nndraft:queue".
16691         (gnus-group-send-queue): Add safety check to avoid sending queue
16692         when unplugged.
16693
16694         * gnus-group.el (gnus-group-catchup): Use new
16695         gnus-sequence-of-unread-articles, not
16696         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16697         numbers of articles.  Use gnus-range-map to avoid having to
16698         uncompress the unread list.
16699         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16700         Fixed invalid ange-ftp reference.
16701
16702         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16703         (gnus-sorted-range-intersection): Intersection of two ranges
16704         without requiring that they first be uncompressed.
16705
16706         * gnus-start.el (gnus-activate-group): Unless blocked by the
16707         caller, possibly expand the active range to include both cached
16708         and agentized articles.
16709         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16710         multiple version-dependent converters.
16711         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16712         gnus-agent-save-active.
16713         (gnus-save-newsrc-file): Save dirty agent range limits.
16714
16715         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16716         gnus-agent-possibly-alter-active.
16717         (gnus-adjust-marked-articles): Faster handling of simple lists.
16718
16719 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16720
16721         * spam-stat.el (spam-stat-test-directory): New optional argument
16722         displays a list of files detected.  Suggested by Andrew Cohen
16723         <cohen@andy.bu.edu>.
16724         (spam-stat-buffer-words-with-scores): Don't narrow and change
16725         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16726
16727 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16728
16729         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16730         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16731         (spam-spamassassin-arguments)
16732         (spam-spamassassin-spam-flag-header)
16733         (spam-spamassassin-positive-spam-flag-header)
16734         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16735         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16736         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16737         (spam-list-of-processors, spam-list-of-checks)
16738         (spam-list-of-statistical-checks, spam-registration-functions)
16739         (spam-check-spamassassin-headers, spam-check-spamassassin)
16740         (spam-spamassassin-score)
16741         (spam-spamassassin-register-with-sa-learn)
16742         (spam-spamassassin-register-spam-routine)
16743         (spam-spamassassin-register-ham-routine)
16744         (spam-assassin-register-spam-routine)
16745         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16746         (spam-bogofilter-score): Fix to show article before scoring.
16747
16748 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16751         default scoring function.
16752         (spam-generic-score): Call spam-spamassassin-score if
16753         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16754         spam-bogofilter-score otherwise.
16755
16756         * gnus.el (spam-process, spam-autodetect-methods): Add
16757         spamassassin and spamassassin-headers.
16758
16759 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16760
16761         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16762         Suppress unnecessary messages.
16763
16764 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16765
16766         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16767         make-hash-table.
16768
16769 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * canlock.el (base64-encode-string): Don't autoload it.
16772
16773 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * run-at-time.el: Remove useless (require 'itimer),
16776         eval-and-compile and (featurep 'xemacs).
16777
16778 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16779
16780         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16781         GROUP is a virtual group.
16782
16783 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16784
16785         * gnus.el: Autoload `message-y-or-n-p'.
16786
16787 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16788
16789         * pgg-parse.el: Remove unnecessary (require 'custom).
16790
16791         * pgg-def.el: do.
16792
16793         * nnmail.el: do.
16794
16795         * gnus-undo.el: do.
16796
16797         * gnus-picon.el: do.
16798
16799         * gnus-util.el: do.
16800
16801 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16804
16805 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16808         handle, as well as a list.
16809
16810         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16811         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16812         (mm-w3m-cid-retrieve): Simplify.
16813
16814 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16815
16816         * message.el (message-kill-to-signature): Allow prefix arg to
16817         specify number of lines to keep before signature.
16818
16819 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16820
16821         * message.el (message-kill-to-signature): Change docstring.
16822
16823 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * canlock.el: Always require sha1-el.
16826         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16827
16828         * message.el: Autoload sha1 only when compiling.
16829
16830         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16831         eudc-expand-inline for XEmacs.
16832
16833 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * message.el (message-canlock-generate): Require sha1-el.
16836
16837 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16838
16839         * message.el (message-expand-name): Silence the byte compiler.
16840
16841         * lpath.el: Add detect-coding-system.
16842
16843         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16844         cus-edit.
16845
16846 2004-01-13  Simon Josefsson  <jas@extundo.com>
16847
16848         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16849         Invoke gnus-score-mode.  Reported by
16850         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16851
16852         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16853         Jim Blandy <jimb@redhat.com> (tiny change).
16854
16855 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16856
16857         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16858
16859 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * spam.el (spam-get-article-as-string): Update to use
16862         gnus-request-article-this-buffer, much simpler.
16863         (spam-get-article-as-buffer): Remove.
16864
16865 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16866
16867         * message.el (message-expand-name): Use EUDC if the user uses that.
16868
16869 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16870
16871         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16872         character for the encoding to avoid consing a string.
16873
16874         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16875         unnecessarily.
16876
16877         * mm-util.el (mm-replace-chars-in-string): Remove.
16878
16879         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16880         of mm-replace-chars-in-string.
16881
16882 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16883
16884         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16885
16886         * mm-util.el (mm-subst-char-in-string): Support inplace.
16887
16888         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16889         a new string in every iteration.  Use shy groups.
16890
16891 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16892
16893         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16894         * gnus-soup.el (gnus-soup-group-brew):
16895         * gnus-msg.el (gnus-put-message):
16896         * gnus-move.el (gnus-group-move-group-to-server):
16897         * gnus-kill.el (gnus-batch-score):
16898         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16899         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16900         (gnus-group-update-group, gnus-group-read-group)
16901         (gnus-group-make-group, gnus-group-make-help-group)
16902         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16903         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16904         (gnus-group-sort-by-unread, gnus-group-catchup)
16905         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16906         (gnus-group-yank-group, gnus-group-set-info)
16907         (gnus-group-list-groups):
16908         * gnus.el (gnus-generate-new-group-name):
16909         * gnus-delay.el (gnus-delay-send-queue):
16910         * nnvirtual.el (nnvirtual-catchup-group):
16911         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16912         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16913         (gnus-group-prepare-topics, gnus-topic-check-topology):
16914         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16915         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16916         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16917         (gnus-group-make-articles-read):
16918         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16919         (gnus-group-change-level, gnus-kill-newsgroup)
16920         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16921         (gnus-get-unread-articles, gnus-make-articles-unread)
16922         (gnus-make-ascending-articles-unread): Use accessor
16923         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16924         to get group information for improved readability.
16925
16926
16927 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16928
16929         * gnus-art.el (article-decode-mime-words, article-babel)
16930         (gnus-article-highlight-signature, gnus-article-add-buttons)
16931         (gnus-signature-toggle): Use gnus-with-article-buffer.
16932
16933         * gnus-art.el (gnus-article-highlight-headers)
16934         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16935
16936         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16937         (gnus-article-set-globals, gnus-request-article-this-buffer)
16938         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16939         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16940         (gnus-mime-display-alternative): Use with-current-buffer.
16941
16942 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16943
16944         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16945         also under 80 char limit, and call gnus-error if needed.
16946         (spam-fetch-article-header): Fix - it was a
16947         buffer-local variable (gnus-newsgroup-data).
16948         (spam-find-spam): Use spam-generate-fake-headers, forget about
16949         spam-insert-fake-headers.
16950         (spam-insert-fake-headers): Remove.
16951
16952 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16953
16954         * deuglify.el (gnus-article-outlook-unwrap-lines)
16955         (gnus-outlook-rearrange-article)
16956         (gnus-outlook-repair-attribution-outlook)
16957         (gnus-outlook-repair-attribution-block)
16958         (gnus-outlook-repair-attribution-other): Remove redundant
16959         save-excursion.
16960
16961 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16962
16963         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16964         (spam-fetch-field-subject-fast)
16965         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16966         (spam-fetch-article-header): Add functions to deal with Gnus
16967         internals for fast retrieval of article header data.
16968         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16969
16970 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16971
16972         * pop3.el (pop3-md5): Remove.
16973         (pop3-apop): Replace pop3-md5 with md5.
16974
16975         * mm-bodies.el: base64 is always built-in.
16976
16977         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16978         with-current-buffer.
16979
16980 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * canlock.el (canlock-insert-header): Remove excessive grouping in
16983         regexp.
16984
16985         * gnus-sum.el (gnus-summary-read-document): Ditto.
16986
16987         * gnus-uu.el (gnus-uu-part-number): Ditto.
16988
16989         * html2text.el (html2text-remove-tags): Ditto.
16990         (html2text-format-tags): Ditto.
16991         (html2text-format-single-elements): Ditto.
16992
16993         * mml.el (mml-parse-1): Ditto.
16994
16995 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16996
16997         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16998
16999         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17000
17001         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17002
17003         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17004
17005 2003-11-15  Simon Josefsson  <jas@extundo.com>
17006
17007         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17008         (pgg-gpg-lookup-key): Use regexp match instead of
17009         split-string (split-string is different between emacs 21.2 and
17010         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17011
17012 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17013
17014         * gnus-art.el (gnus-mime-view-all-parts)
17015         (gnus-article-part-wrapper, gnus-article-view-part): Use
17016         with-current-buffer.
17017
17018 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17019
17020         * spam.el (spam-disable-spam-split-during-ham-respool)
17021         (spam-spamoracle-database, spam-cache-lookups)
17022         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17023         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17024         (spam-group-ham-marks, spam-group-spam-marks)
17025         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17026         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17027         also add spam-use-blackholes to the statistical checks.
17028         (spam-fetch-field-fast): Add interface to fetching fields, may
17029         become a macro.
17030         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17031         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17032         (spam-insert-fake-headers): Fake an article when needed.
17033         (spam-find-spam): Fake article when possible.
17034         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17035         (spam-check-bogofilter-headers): Use message-fetch-field instead
17036         of nnmail-fetch-field.
17037
17038 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17039
17040         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17041
17042 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17043
17044         * spam.el (spam-split): Do not require spam-use-CHECK to be
17045         enabled if that check is passed to spam-split explicitly; also
17046         fix so 'spam doesn't get converted to spam-split-group when
17047         spam-split-symbolic-return is t.
17048         (spam-find-spam): Find registrations of the article and use those
17049         instead of re-running spam-split to find the spam/ham
17050         classification of the article.
17051         (spam-log-processing-to-registry, spam-log-registered-p)
17052         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17053         Use gnus-error instead of gnus-message.
17054         (spam-log-registration-type): Add function to determine the
17055         classification of a message based on registry entries; will
17056         return nil if both 'spam and 'ham are found.
17057         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17058         a reasonably fast local cache without the loading errors.
17059         (spam-cache-lookups): Set to t by default.
17060         (spam-find-spam): Don't try to guess spam-cache-lookups.
17061         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17062         spam-caches entry.
17063         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17064         caching of whitelist/blacklist entries.
17065         (spam-check-whitelist, spam-check-blacklist): Invoke
17066         spam-from-listed-p with a type, not a cache variable.
17067         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17068
17069 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17070
17071         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17072
17073         * nnmail.el (nnmail-split-fancy): do.
17074
17075         * mml.el (mml-parse): do.
17076
17077         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17078         (gnus-score-adaptive): do.
17079
17080 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17083         (gnus-mime-button-map): Don't set keymap parent.
17084         (gnus-button-ctan-directory-regexp): Use shy grouping.
17085         (gnus-prev-page-map): Don't set keymap parent.
17086         (gnus-prev-page-map): Remove duplicated one.
17087         (gnus-next-page-map): Don't set keymap parent.
17088         (gnus-mime-security-button-map): Ditto.
17089
17090         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17091         version number.
17092
17093         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17094
17095 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * canlock.el (canlock-sha1-function): Remove.
17098         (canlock-sha1-function-for-verify): Remove.
17099         (canlock-openssl-program): Remove.
17100         (canlock-openssl-args): Remove.
17101         (canlock-ignore-errors): Remove.
17102         (canlock-sha1-with-openssl): Remove.
17103         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17104         (canlock-verify): Don't use canlock-ignore-errors.
17105
17106         * sha1-el.el (sha1-string-external): Make it can return a string
17107         in binary form.
17108         (sha1-region-external): Ditto.
17109         (sha1-string-internal): Ditto.
17110         (sha1-region-internal): Ditto.
17111         (sha1-region): Ditto.
17112         (sha1-string): Ditto.
17113         (sha1): Ditto.
17114
17115 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17116
17117         * spam.el (spam-report-articles-gmane): New command.
17118
17119 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17122
17123         * run-at-time.el (run-at-time-saved): Remove.
17124         (run-at-time): Doc fix.
17125
17126 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17127
17128         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17129         (gnus-summary-limit-map): Add it.
17130         (gnus-summary-make-menu-bar): do.
17131
17132 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17133
17134         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17135         Make attempt at some caching support (done for BBDB only now).
17136         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17137         addresses to be checked.
17138         (spam-clear-cache-BBDB): Add function, to be invoked by
17139         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17140         (spam-check-BBDB): Check and use the caches, if
17141         spam-cache-lookups is on, remove superfluous (provide).
17142
17143 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17144
17145         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17146
17147 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17148
17149         * run-at-time.el (run-at-time-saved): Move to after the definition
17150         of `run-at-time'.
17151
17152         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17153
17154 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17157         mm-w3m-local-map-property.
17158
17159         * mm-view.el (mm-w3m-mode-map): Remove.
17160         (mm-w3m-local-map-property): Remove.
17161         (mm-inline-text-html-render-with-w3m): Don't use
17162         mm-w3m-local-map-property.
17163
17164 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17165
17166         * run-at-time.el: New file.
17167
17168         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17169         under Emacs.
17170
17171         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17172         of gnus-set-text-properties.
17173
17174         * gnus-uu.el (gnus-uu-save-article): Ditto.
17175
17176         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17177
17178         * gnus-cite.el (gnus-cite-parse): Ditto.
17179
17180         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17181         of gnus-.
17182
17183         * gnus-xmas.el (run-at-time): Require run-at-time.
17184
17185         * gnus.el: Changed calls to nnheader-run-at-time and
17186         password-run-at-time throughout to use run-at-time directly.
17187
17188         * password.el: Removed definition of run-at-time.
17189
17190         * nnheaderxm.el: Remove definition of run-at-time.
17191
17192 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17193
17194         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17195         in prompt.
17196
17197 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17198
17199         * messagexmas.el (message-xmas-redefine): Alias
17200         `message-make-caesar-translation-table' to
17201         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17202         version.
17203
17204         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17205         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17206         `gnus-xmas-set-text-properties'.
17207         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17208         `gnus-xmas-completing-read'.
17209         (gnus-xmas-completing-read): Removed.
17210         (gnus-xmas-open-network-stream): Removed.
17211
17212         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17213         XEmacs version.
17214
17215         * dns.el (dns-make-network-process): Use `open-network-stream'
17216         instead of `gnus-xmas-open-network-stream'.
17217
17218         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17219
17220         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17221
17222 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17223
17224         * gnus-art.el (gnus-mime-display-alternative)
17225         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17226         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17227         Don't use gnus-local-map-property.
17228
17229         * gnus-util.el (gnus-local-map-property): Remove.
17230
17231         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17232         gnus-completing-read-maybe-default with completing-read.
17233
17234         * gnus-util.el (gnus-completing-read): do.
17235         (gnus-completing-read-maybe-default): Remove.
17236
17237 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17238
17239         * password.el: Only autoload `run-at-time' if not XEmacs.
17240         Only autoload the itimer functions if XEmacs.
17241
17242 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17245         XEmacsen.
17246
17247         * dgnushack.el: Autoload executable-find for XEmacs.
17248
17249 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17250
17251         * gnus-art.el (gnus-read-string): Remove.
17252         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17253         read-string.
17254
17255 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17256
17257         * netrc.el: Autoload password-read.
17258         (netrc): Add configuration group.
17259         (netrc-encoding-method, netrc-openssl-path): Add
17260         variables for encoding and decoding of files with symmetric
17261         ciphers.
17262         (netrc-encode): Add assistant function to encode a file with
17263         netrc-encoding-method.
17264         (netrc-parse): Add interactive parameter, added optional
17265         decoding if netrc-encoding-method is non-nil but otherwise
17266         behavior is standard.
17267         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17268         Do s/encode/encrypt/ everywhere.
17269
17270         * spam.el: Remove executable-find autoload.
17271
17272 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17273
17274         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17275
17276         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17277
17278 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17279
17280         * gnus-art.el (gnus-treat-ansi-sequences)
17281         (article-treat-ansi-sequences): New variable and function.
17282         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17283
17284         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17285         Use it.
17286
17287 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17288
17289         * mm-util.el (mm-quote-arg): Remove.
17290
17291         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17292         shell-quote-argument.
17293
17294         * gnus-uu.el (gnus-uu-command): do.
17295
17296         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17297
17298         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17299         with make-char.
17300
17301         * mm-util.el (mm-make-char): Remove.
17302
17303         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17304         add-minor-mode.
17305
17306         * gnus-undo.el (gnus-undo-mode): do.
17307
17308         * gnus-topic.el (gnus-topic-mode): do.
17309
17310         * gnus-sum.el (gnus-dead-summary-mode): do.
17311
17312         * gnus-start.el (gnus-slave-mode): do.
17313
17314         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17315
17316         * gnus-ml.el (gnus-mailing-list-mode): do.
17317
17318         * gnus-gl.el (gnus-grouplens-mode): do.
17319
17320         * gnus-draft.el (gnus-draft-mode): do.
17321
17322         * gnus-dired.el (gnus-dired-mode): do.
17323
17324         * gnus-ems.el (gnus-add-minor-mode): Remove.
17325
17326         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17327         Replace gnus-char-width with char-width.
17328
17329         * gnus-ems.el (gnus-char-width): Remove.
17330
17331         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17332         Replace gnus-char-width with char-width.
17333
17334         * gnus-ems.el (gnus-char-width): Remove.
17335
17336         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17337         definition.
17338         Remove Emacs 20 hash table compatibility code.
17339
17340         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17341         20 compatibility code.
17342
17343         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17344
17345         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17346
17347         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17348         with point-at-{eol,bol}.
17349
17350         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17351
17352         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17353
17354         * flow-fill.el (fill-flowed-point-at-bol)
17355         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17356
17357         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17358         Replace with point-at-{eol,bol} throughout all files.
17359
17360 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * ntlm.el (ntlm-string-as-unibyte): New macro.
17363         (ntlm-build-auth-response): Use it.
17364
17365         Remove Emacs 20 stuff:
17366         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17367         (butlast, mapc, remove): Remove the compiler macros.
17368         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17369         of delq and copy-sequence.
17370         * gnus-art.el (popup-menu): Remove the compiler macro.
17371         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17372         Emacs 20.
17373
17374 2004-01-05  Simon Josefsson  <jas@extundo.com>
17375
17376         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17377         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17378         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17379         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17380         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17381         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17382         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17383         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17384         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17385         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17386         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17387         string-xor into ntlm-string-xor.  Suggested by
17388         Jesper Harder <harder@myrealbox.com>.
17389
17390         * ntlm.el: Don't include poem.
17391
17392         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17393         Jesper Harder <harder@myrealbox.com>.
17394
17395         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17396
17397         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17398         probably breaks emacs with DL patch, but do we care? Is anyone
17399         still using the DL stuff?)
17400
17401         * sieve-manage.el: Use the password package.
17402         (sieve-manage-read-passwd): Remove.
17403         (sieve-manage-interactive-login): Use password.  Re-add
17404         condition-case around loop.
17405
17406         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17407         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17408         the password package.
17409
17410 2003-02-19  Simon Josefsson  <jas@extundo.com>
17411
17412         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17413         token.
17414
17415 2002-08-07  Simon Josefsson  <jas@extundo.com>
17416
17417         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17418         (sieve-manage-authenticators):
17419         (sieve-manage-authenticator-alist): Add some SASL mechs.
17420         (sieve-sasl-auth): New function.
17421         (sieve-manage-cram-md5-auth):
17422         (sieve-manage-plain-auth): Rewrite using SASL library.
17423         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17424         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17425         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17426         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17427
17428 2004-01-05  Simon Josefsson  <jas@extundo.com>
17429
17430         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17431         New files.
17432
17433 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17434
17435         * gnus-group.el (gnus-no-groups-message): Update.
17436
17437         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17438
17439 2003-11-09  Simon Josefsson  <jas@extundo.com>
17440
17441         * imap.el: Support for ID IMAP extension (RFC 2971).
17442         (imap-local-variables): Add imap-id.
17443         (imap-id): New variable.
17444         (imap-id): New function.
17445         (imap-parse-response): Parse untagged ID response.
17446         * nnimap.el (nnimap-id): New variable.
17447         (nnimap-open-connection): Use it.
17448
17449 2003-12-28  Simon Josefsson  <jas@extundo.com>
17450
17451         * gnus-score.el (gnus-score-edit-all-score): New.
17452         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17453
17454 2004-01-04  Simon Josefsson  <jas@extundo.com>
17455
17456         * password.el: Add.
17457
17458 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17459
17460         * dns.el (dns-query-types): Fix typo.
17461         (dns-query-types): New function.
17462         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17463         PTR and SOA replies, see RFC 1035.
17464
17465 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17466
17467         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17468
17469         * Moved to Changelog.2.
17470
17471 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17472
17473         * gnus.el (gnus-version-number): Bump version.
17474
17475 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17476
17477         * gnus.el: No Gnus v0.1 is released.
17478
17479 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17480
17481         * gnus.el: No Gnus v0.0 is released.
17482
17483 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17484
17485         * gnus.el (gnus-version-number): Bump.
17486         (gnus-version): No.
17487
17488 See ChangeLog.2 for earlier changes.
17489
17490     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17491       Free Software Foundation, Inc.
17492
17493   This file is part of GNU Emacs.
17494
17495   GNU Emacs is free software: you can redistribute it and/or modify
17496   it under the terms of the GNU General Public License as published by
17497   the Free Software Foundation, either version 3 of the License, or
17498   (at your option) any later version.
17499
17500   GNU Emacs is distributed in the hope that it will be useful,
17501   but WITHOUT ANY WARRANTY; without even the implied warranty of
17502   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17503   GNU General Public License for more details.
17504
17505   You should have received a copy of the GNU General Public License
17506   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17507
17508 ;; Local Variables:
17509 ;; coding: utf-8
17510 ;; fill-column: 79
17511 ;; add-log-time-zone-rule: t
17512 ;; End: