Note the debbugs number.
[gnus] / lisp / ChangeLog
1 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnir.el: Use the server names without suffixes (bug #7009).
4
5         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6         unencrypted to STARTTLS, if possible.
7
8 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9
10         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11         headers before superseding.
12
13 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * nnrss.el (nnrss-use-local): Add documentation.
16
17         * nnimap.el (nnimap-extend-tls-programs): New function.
18         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
19         (nnimap-wait-for-connection): Accept the greeting from the stupid
20         output from openssl s_client -starttls, too.
21
22         * tls.el (tls-starttls-switches): New variable.
23         (tls-find-starttls-argument): Use it.
24         (open-tls-stream): Ditto.
25
26         * netrc.el (netrc-credentials): Return the value of the "default"
27         entry.
28         (netrc-machine): Ditto.
29
30         * nnimap.el (nnimap-find-article-by-message-id): Really return the
31         article number.
32         (nnimap-split-fancy): New variable.
33         (nnimap-split-incoming-mail): Use it.
34
35         * nntp.el (nntp-server-list-active-group): Document.
36
37         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
38         SELECT to get the message-id.
39
40         * mail-source.el (mail-sources): Removed webmail support.
41         (defvar): Ditto.
42         (mail-source-fetcher-alist): Ditto.
43         (mail-source-fetch-webmail): Removed.
44
45         * webmail.el: Removed -- doesn't seem relevant any more.
46
47         * gnus.el: Fix up make-obsolete-variable declarations throughout.
48
49         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
50         the \r.
51
52 2010-09-30  Julien Danjou  <julien@danjou.info>
53
54         * gnus-agent.el (gnus-agent-add-group): Fix call to
55         gnus-completing-read.
56
57 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * nndoc.el (nndoc-retrieve-groups): New function.
60
61         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
62         `default', use nnmail-split-methods.
63         (nnimap-request-article): Downcase the NILs so that they are nil.
64
65         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
66         symbol.
67
68         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
69         code, since if the user has requested network, that's what they ought
70         to get.
71         (nnimap-request-set-mark): Erase the buffer before issuing commands.
72         (nnimap-split-rule): Mark as obsolete.
73
74         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
75         variable.
76
77         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
78         correct slot, too.
79
80 2010-09-29  Julien Danjou  <julien@danjou.info>
81
82         * gnus.el (gnus-local-domain): Declare variable obsolete.
83
84         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
85         computing.
86         (gnus-ido-completing-read): Require ido.
87
88 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-registry.el: Don't prompt on load, which makes it impossible to
91         build Gnus.
92
93         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
94         when interpreting the structures.
95         (nnimap-request-accept-article): Add \r\n to the lines to make this
96         work with Cyrus.
97
98         * nndraft.el (nndraft-request-expire-articles): Use the group name
99         instead if "nndraft".  Fix found by Nils Ackermann.
100
101 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
102
103         * nnregistry.el: Added.
104
105 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
106
107         * nnmail.el (group, group-art-list, group-art):
108         Remove unneeded directives.
109
110 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
113         (mm-mime-charset)
114         * rfc2047.el (rfc2047-syntax-table)
115         * utf7.el (utf7-utf-16-coding-system): Comment fix.
116
117         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
118         rather than `insert-file-contents' and `eval-region'.
119
120         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
121         construction.
122
123         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
124
125         * time-date.el: No need to require cl for Emacs 21.
126
127 2010-09-29  Julien Danjou  <julien@danjou.info>
128
129         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
130         replacement of `gnus-gravatar-relief' to mimic
131         `gnus-faces-properties-alist'.
132         Add :version property.
133
134 2010-09-28  Florian Ragwitz  <rafl@debian.org>
135
136         * gnus-util.el (gnus-use-ido): Removed.
137         (gnus-std-completing-read): Add wrapper around completing-read.
138         (gnus-icompleting-read): Add wrapper around ibuffer-read-buffer.
139         (gnus-ido-completing-read): Add wrapper around ido-completing-read.
140         (gnus-completing-read-function): Add to chose from the above completion
141         functions or to provide a custom one.
142         (gnus-completing-read): Use the completing-read function configured
143         with gnus-completing-read-function.
144
145 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * mail-source.el (mail-source-report-new-mail)
148         * message.el (message-default-mail-headers)
149         * mm-decode.el (mm-valid-image-format-p): Comment fix.
150
151         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
152
153 2010-09-28  Julien Danjou  <julien@danjou.info>
154
155         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
156         mail-address contains the same string as real-name.
157
158         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
159         non-blank in header, otherwise it'll get stripped.
160
161         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
162         real-name, and then for mail address rather than doing : or , search.
163
164 2010-09-27  Julien Danjou  <julien@danjou.info>
165
166         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
167         (gnus-server-goto-server): Use gnus-completing-read.
168
169         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
170
171         * mm-util.el (defalias): Use gnus-completing-read.
172         (mm-codepage-setup): Use gnus-completing-read.
173
174         * smime.el (smime-sign-buffer): Use gnus-completing-read.
175         (smime-decrypt-buffer): Use gnus-completing-read.
176
177         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
178
179         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
180         (mml-minibuffer-read-disposition): Use gnus-completing-read.
181         (mml-insert-multipart): Use gnus-completing-read.
182
183         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
184
185         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
186
187         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
188
189         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
190
191         * gnus.el (gnus-read-method): Use gnus-completing-read.
192
193         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
194
195         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
196         (gnus-mime-action-on-part): Use gnus-completing-read.
197         (gnus-article-encrypt-body): Use gnus-completing-read.
198
199         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
200         (gnus-topic-move-matching): Use gnus-completing-read.
201         (gnus-topic-copy-matching): Use gnus-completing-read.
202         (gnus-topic-sort-topics): Use gnus-completing-read.
203         (gnus-topic-move): Use gnus-completing-read.
204
205         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
206         (gnus-agent-add-group): Use gnus-completing-read.
207
208         * nnmairix.el (nnmairix-create-server-and-default-group): Use
209         gnus-completing-read.
210         (nnmairix-update-groups): Use gnus-completing-read.
211         (nnmairix-get-server): Use gnus-completing-read.
212         (nnmairix-backend-to-server): Use gnus-completing-read.
213         (nnmairix-goto-original-article): Use gnus-completing-read.
214         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
215
216         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
217
218         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
219         (gnus-group-make-useful-group): Use gnus-completing-read.
220         (gnus-group-make-web-group): Use gnus-completing-read.
221         (gnus-group-add-to-virtual): Use gnus-completing-read.
222         (gnus-group-browse-foreign-server): Use gnus-completing-read.
223
224         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
225         (gnus-summary-limit-to-extra): Use gnus-completing-read.
226         (gnus-summary-execute-command): Use gnus-completing-read.
227         (gnus-summary-respool-article): Use gnus-completing-read.
228         (gnus-read-move-group-name): Use gnus-completing-read.
229
230         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
231         (gnus-summary-score-effect): Use gnus-completing-read.
232
233         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
234
235         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
236         right completing-read function.
237         (gnus-use-ido): New variable
238         (gnus-completing-read-with-default): Remove.
239
240 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
243         x-focus-frame.
244
245         * nnimap.el (auth-source-forget-user-or-password)
246         (auth-source-user-or-password): Autoload.
247
248         * message.el (message-from-style, message-interactive)
249         (message-cite-prefix-regexp, message-sendmail-envelope-from)
250         (message-yank-prefix, message-indentation-spaces, message-signature)
251         (message-signature-file): Add comment.
252
253 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
256         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
257         new articles.
258
259         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
260         parts.
261         (nnimap-request-article): Work with the t setting, too.
262
263         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
264         that you don't get flashes of other buffers.
265         (gnus-summary-show-complete-article): Intern before setting.
266
267 2010-09-27  David Engster  <dengste@eml.cc>
268
269         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
270         well as HEADERS.
271         (nnmairix-retrieve-headers): Provide new argument for the above.
272
273 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * gnus-sum.el (gnus-summary-move-article): Don't alter
276         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
277         group.
278
279         * nnimap.el (nnimap-update-info): Don't destructively alter active.
280
281         * message.el (message-cite-prefix-regexp): Revert my last edit.
282
283         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
284         variable instead of the Gnus variable.
285
286         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
287
288         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
289         again.
290
291         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
292         since some servers don't like it.
293         (nnimap-open-connection): Forget credentials if the server says the
294         password was wrong.
295         (nnimap-parse-line): Protect against invalid data.
296
297         * gnus-sum.el (gnus-summary-move-article): Add comment.
298         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
299         nothing alters it while scanning for new messages.
300
301         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
302         which may or may not help.
303         (nnimap-open-connection): If we're doing a stream connection, and then
304         discover we're on a STARTTLS-capable server, then open a STARTTLS
305         connection instead.
306
307 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
308
309         * sieve-manage.el (sieve-manage-default-stream): Make default stream
310         customizable.
311
312 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * nnimap.el (utf7): Required.
315
316         * message.el (message-cite-prefix-regexp): Remove "}" from citation
317         prefix.
318
319 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
320
321         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
322
323 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * nnimap.el (nnimap-request-accept-article): Message the error on
326         error.
327
328 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
331
332 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
333
334         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
335         handing broken links to browse-url.
336
337 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * nndoc.el (nndoc-request-list): Return success always.
340
341         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
342         `fetch-old' -- we only want to fetch the articles we've requested.  The
343         rest are in the agent, probably.
344         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
345         disappeared server" to something low.  It's not important.
346
347         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
348         arrived before the FETCH data.
349
350         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
351         target here, because we don't know the Gnus name of the group.
352
353         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
354         for the correct group.
355
356         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
357
358         * gnus.el (gnus): Give a final warning after startup.
359
360         * gnus-util.el (gnus-action-message-log): New variable.
361         (gnus-message): Use it.
362         (gnus-final-warning): New function.
363
364         * nnimap.el (nnimap-open-connection): Record the greeting.
365         (nnimap): Add greeting.
366
367 2010-09-26  Julien Danjou  <julien@danjou.info>
368
369         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
370         arguments.
371         (gnus-html-wash-images): Fix spec computing to include start/end.
372
373         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
374
375 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
378         deletion.
379         (nnimap-retrieve-headers): Don't select the group, because that's
380         already done by nnimap-possibly-change-group.
381
382         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
383         (gnus-picon-transform-address): Use it.
384
385         * mail-source.el (mail-source-value): Revert previous patch.
386
387         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
388         on failure.
389         (nnimap-open-connection): Look up both virtual and physical server name
390         credentials.
391
392         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
393
394 2009-02-07  Dave Love  <fx@gnu.org>
395
396         * tls.el (open-tls-stream): Don't query killing process.
397
398 2009-02-08  Dave Love  <fx@gnu.org>
399
400         * gnus-win.el (gnus-window-to-buffer-helper,
401         gnus-all-windows-visible-p): Function needn't be a symbol.
402
403         * mail-source.el (mail-source-value): Function needn't be a symbol.
404
405 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * message.el (message-cite-prefix-regexp): Remove } from the cite
408         prefix.
409
410         * gnus-art.el (gnus-treatment-function-alist): Do picons before
411         highlight again, so that the highlight is correct.
412
413         * gnus-picon.el (gnus-picon): Remove again.
414         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
415
416         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
417         doing the header highlightling, so that the background colour of the
418         picon is correct.
419
420         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
421         (gnus-picon): Ditto.
422         (gnus-picon): Reinstate.  The background colour for picons is white.
423         (gnus-picon-insert-glyph): Make the background white.
424
425         * nnml.el (nnml-open-nov): Don't return dead buffers.
426
427         * auth-source.el (auth-source-create): Query the user for whether to
428         store the credentials.
429
430         * netrc.el (netrc-store-data): New function.
431
432         * auth-source.el (auth-source-user-or-password): Use the existing auth
433         sources, if any, for creation.
434
435         * gnus.el (gnus-group-fast-parameter): Return the last matching
436         parameter instead of the first matching parameter.
437
438 2010-09-26  Julien Danjou  <julien@danjou.info>
439
440         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
441
442 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * mml2015.el (mml2015-use): Remove gpg support.
445
446         * mml1991.el (mml1991-function-alist): Remove gpg function.
447         (mml1991-gpg-sign): Removed.
448
449 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
450
451         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
452         (gnus-browse-unsubscribe-current-group): Document it.
453         (gnus-browse-unsubscribe-group): Use it.
454
455 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
458         address to the To list for easier response.
459
460         * gnus.el (gnus-play-startup-jingle): Removed.
461         (gnus-splash): Don't play jingle.
462         (gnus): Silence gnus-load message.
463
464         * gnus-art.el (gnus-treat-play-sounds): Removed.
465
466         * gnus.el (gnus-play-jingle): Remove audio support.
467
468         * gnus-cus.el (gnus-score-customize): Remove audio reference.
469
470         * earcon.el: Removed -- no users.
471
472         * gnus-audio.el: Removed -- no users of this package.
473
474         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
475
476         * gnus-start.el (gnus-setup-news): Remove nocem support.
477
478         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
479
480         * gnus.el (gnus-use-nocem): Removed.
481
482         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
483         Removed.
484
485         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
486         uses NoCeM any more.
487
488         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
489         (gnus-button-ctan-handler): Ditto.
490         (gnus-button-handle-ctan-bogus-regexp): Ditto.
491         (gnus-button-ctan-directory-regexp): Ditto.
492         (gnus-button-handle-ctan): Ditto.
493         (gnus-button-tex-level): Ditto.
494         (gnus-button-alist): Removed CTAN stuff.
495
496 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
499         nnimap-streaming test.
500
501         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
502         servers twice.
503
504         * nnimap.el (nnimap-open-connection): Add more error reporting when
505         nnimap fails early.
506
507         * nnheader.el (nnheader-get-report-string): New function.
508         (nnheader-get-report): Use it.
509
510         * gnus-int.el (gnus-check-server): Say what the error was when opening
511         failed.
512
513         * nnimap.el (nnimap-wait-for-response): Search further when we're not
514         using streaming.
515
516 2010-09-25  Julien Danjou  <julien@danjou.info>
517
518         * gnus-html.el (gnus-html-rescale-image): Use our defalias
519         gnus-window-inside-pixel-edges.
520
521 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
524
525         * mm-decode.el (mm-save-part): Allow saving to other directories the
526         normal Emacs way.
527
528         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
529         by Jay Berkenbilt.
530
531         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
532         there isn't a single byte.
533
534         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
535         just do it.  It doesn't really seem to matter what the user responds
536         here, I think, so it's just a confusing question.
537
538         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
539         non-streaming case.
540
541         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
542         (gnus-article-encrypt-body): Use it.
543
544         * gnus-sum.el (gnus-summary-show-complete-article): New command and
545         keystroke.
546
547         * nnimap.el (nnimap-find-wanted-parts-1): Use
548         gnus-fetch-partial-articles.
549
550         * gnus-art.el (gnus-fetch-partial-articles): New variable.
551
552         * nnimap.el (nnimap-insert-partial-structure): New function.
553         (nnimap-get-partial-article): New function.
554         (nnimap-request-article): Use it.
555         (nnimap-wait-for-response): Return whether the wait was successful.
556         (nnimap-finish-retrieve-group-infos): Don't do anything if the
557         retrieval wasn't successful.
558         (nnimap-retrieve-group-data-early): Allow throttling servers.
559         (nnimap-streaming): New variable.
560         (nnimap-fetch-partial-articles): Removed.
561
562         * mm-decode.el (mm-with-part): Protect against killed buffers.
563
564         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
565         for prettier summary display.
566
567 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
568
569         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
570         directly.
571
572 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
575         apparently third-party libraries depend on it.
576
577         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
578         before starting negotiation.
579
580         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
581         privacy reasons.
582         (gnus-treat-mail-gravatar): Ditto.
583
584         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
585         buffer when inserting images.  Inserting text into the headers, for
586         instance, can make them invalid.
587
588 2010-09-25  Julien Danjou  <julien@danjou.info>
589
590         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
591         variables.
592
593         * nnheader.el: Remove useless variables news-reply-yank-from and
594         news-reply-yank-message-id.
595
596         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
597         variables.
598
599         * mml1991.el: Remove useless mml1991-verbose.
600
601         * gnus.el: Remove useless variable gnus-use-generic-from.
602         Remove obsolete variable gnus-topic-indentation.
603
604         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
605
606         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
607
608         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
609
610         * gnus-group.el: Remove useless gnus-group-icon-cache.
611         Remove useless gnus-ephemeral-group-server.
612
613         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
614
615         * mml2015.el: Remove useless mml2015-verbose.
616
617         * mml-smime.el: Remove useless mml-smime-verbose.
618
619         * gnus.el: Remove useless gnus-local-domain.
620
621         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
622         gnus-gravatar-size.
623
624         * gnus-art.el: Remove useless gnus-treat-translate.
625
626 2010-09-24  Julien Danjou  <julien@danjou.info>
627
628         * gnus-sum.el: Add support for Gravatars.
629
630         * gnus-art.el: Add support for Gravatars.
631
632         * gnus-gravatar.el: Add this file.
633
634         * gravatar.el: Add this file.
635
636 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
639
640         * gnus-group.el (gnus-group-fetch-faq): Removed.
641
642         * gnus.el (gnus-group-faq-directory): Removed.
643
644         * gnus-group.el (gnus-group-fetch-charter): Removed.
645
646         * gnus.el (gnus-group-charter-alist): Removed.
647
648         * gnus-group.el (gnus-group-archive-directory): Removed.
649         (gnus-group-recent-archive-directory): Ditto.
650         (gnus-group-make-archive-group): Removed.
651
652         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
653
654         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
655         use the same article number for all the cached articles.
656
657         * nnimap.el (nnimap-command): Register the last command time so
658         that we can use it for idling NOOPs.
659         (nnimap-open-connection): Start the keeplive timer.
660         (nnimap-make-process-buffer): Store all the process buffers.
661         (nnimap-keepalive): New function.
662
663         * starttls.el: (starttls-open-stream): Add autoload cookie.
664
665 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
666
667         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
668         handling.
669
670 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
673         its data structures.
674
675         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
676         instead of the cl.el copy-list.
677         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
678         equalp.
679
680 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
683         and tool-bar-local-item-from-menu.
684
685         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
686         mode-line-highlight face for Emacs.
687
688         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
689         loading gnus-sum.elc; fix comment for canlock-verify.
690         (gnus-article-jump-to-part): Use read-number.
691         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
692         Emacs pre-21 compatible code for help-echo.
693         (gnus-article-next-page-1): No need to adjust the number of lines.
694         (gnus-article-describe-bindings): Always use help-buffer.
695
696         * gnus-audio.el (gnus-audio-inline-sound)
697         * gnus-cus.el (gnus-custom-mode)
698         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
699
700         * gnus-sum.el (gnus-remove-overlays): Doc fix.
701
702         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
703         compatible code.
704
705 2010-09-24  Glenn Morris  <rgm@gnu.org>
706
707         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
708         visiting the fcc file in rmail-mode.
709
710         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
711
712 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * nnir.el: Silence the byte compiler.
715
716         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
717         alias to browse-url-url-encode-chars if any.
718         (gnus-html-encode-url): Use it.
719
720 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-start.el (gnus-use-backend-marks): New variable.
723         (gnus-get-unread-articles-in-group): Use it.
724
725         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
726         makeover.
727
728 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
729
730         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
731
732 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
735         Removed.
736         (gnus-setup-news-hook): Removed
737         gnus-fixup-nnimap-unread-after-getting-new-news.
738
739         * gnus-int.el (gnus-request-update-info): Protect against backends not
740         having the function.
741
742         * nnimap.el (nnimap-stream): Mention starttls.
743         (nnimap-open-connection): Add starttls support.
744
745 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
746
747         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
748
749 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
752         BODYSTRUCTUREs.
753         (nnimap-transform-headers): Unfold quoted {42} headers.
754
755         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
756         the info.
757         (gnus-get-unread-articles): Only call updatep on backends that support
758         it.
759
760         * nnweb.el (nnweb-request-update-info): NOOP.
761
762         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
763
764         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
765         since it only deals with marks.
766
767         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
768         gnus-request-marks, and make a new gnus-request-update-info.
769
770         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
771         the active instead of the high number, which is usually too low.
772
773 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
774
775         * netrc.el (netrc-parse): Remove encrypt.el mentions.
776         * encrypt.el: Removed.
777
778 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
781         server in symbolic form.
782
783         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
784         0.9.
785
786 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
789         (nnimap-update-info): Fix up code slightly.
790
791         * gnus-int.el (gnus-open-server): Add tracing for performance
792         debugging.
793
794         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
795         (gnus-group-insert-group-line): Pass the real group name so that it
796         gets the right data.
797
798         * gnus-start.el (gnus-get-unread-articles): Don't have
799         `gnus-get-unread-articles-in-group' update info, since that can be
800         really slow and doesn't seem to be needed?
801
802 2010-09-22  Dan Christensen  <jdc@uwo.ca>
803
804         * time-date.el (date-to-time): Try using parse-time-string first before
805         using the slower timezone-make-date-arpa-standard.
806
807 2010-09-22  Julien Danjou  <julien@danjou.info>
808
809         * gnus-group.el (gnus-group-insert-group-line): Call
810         gnus-group-highlight-line.
811         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
812         default hook list.
813         (gnus-group-update-eval-form): Add new function.
814         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
815         (gnus-group-get-icon): Use gnus-group-update-eval-form.
816
817 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
820         immediate, then expire all articles.
821         (nnimap-update-info): Fix off-by-one errors.
822         (nnimap-flags-to-marks): Would return no marks lists for group with no
823         flags.  Instead return the other data.
824
825 2010-09-22  Julien Danjou  <julien@danjou.info>
826
827         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
828         Only return an icon.
829         (gnus-group-insert-group-line): Compute icon to return.
830
831         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
832         variable.
833         (gnus-html-image-fetched): Only cache if
834         gnus-html-image-automatic-caching is set.
835         (gnus-html-image-fetched): Check for errors.
836
837 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
840         once per method on `g'.  This ensures that backends like nnfolder don't
841         open all their folders.
842
843         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
844         (nnimap-request-list): Nix out group in the correct buffer.
845         (nnimap-parse-flags): Implement by using `read' instead of
846         hand-parsing.
847         (nnimap-flags-to-marks): Pass on permanent-flags.
848         (nnimap-make-process-buffer): Record the server name.
849         (nnimap-parse-flags): Fix typo.
850         (nnimap-request-scan): Run split on the server in general, not just a
851         single group.
852
853         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
854         parameter, and propagate this downwards.
855
856         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
857         since EXAMINE changes it on the server.
858
859         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
860         this command might take a while.
861
862 2010-09-22  Julien Danjou  <julien@danjou.info>
863
864         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
865         harmful if you have 2 images side-by-side, they can't be properly
866         update on text deletion.  Using text-property is safer here.
867         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
868         data.
869
870 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * nnimap.el (nnimap-expunge-inbox): Removed.
873         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
874         (nnimap-expunge): Flip default to t.
875
876         * gnus.el (gnus-method-to-server): Don't push things to the cache
877         unless it's unique.
878         (gnus-server-to-method): Ditto.
879
880 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
881
882         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
883
884 2010-09-22  Julien Danjou  <julien@danjou.info>
885
886         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
887         get the start of data.
888         (gnus-html-encode-url): Add this function to encode special chars in
889         URL.
890         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
891         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
892
893         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
894         default.
895         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
896
897         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
898         images alt-text.
899         (gnus-html-put-image): Put alt-text as help-echo.
900
901 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
904         * mm-util.el (mm-decompress-buffer)
905         * nnir.el (nnir-run-find-grep)
906         * pop3.el (pop3-list): Use 3rd arg of split-string.
907
908         * time-date.el (format-seconds): Comment fix.
909
910         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
911         and byte-optimize-form-code-walker.
912         (dgnushack-make-auto-load): Don't advise make-autoload.
913
914         * lpath.el: Remove Emacs 21 stuff.
915
916 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
919         outside the active range.  Suggested by Dan Christensen.
920
921         * gnus-start.el (gnus-get-unread-articles): Get the extended method
922         slightly later to avoid double-getting it.
923
924         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
925         previous patch.
926
927         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
928
929 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
930
931         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
932
933 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-int.el (gnus-open-server): Give a better error message in the
936         "go offline" case.
937
938         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
939         marks for nnimap, which is seldom the right thing to do.
940
941         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
942         (gnus-same-method-different-name): New function.
943
944         * nnimap.el (parse-time): Require.
945
946         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
947         method in the presence of many similar methods.
948
949         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
950
951         * nnimap.el (nnimap-find-expired-articles): Don't refer to
952         nnml-inhibit-expiry.
953
954         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
955         find out whether methods are equal.
956
957         * nnimap.el (nnimap-find-expired-articles): New function.
958         (nnimap-process-expiry-targets): New function.
959         (nnimap-request-move-article): Request the article before looking at
960         what the Message-ID is.  Fix found by Andrew Cohen.
961         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
962
963         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
964         for oldness in addition to being a predicate.
965
966         * nnimap.el (nnimap-request-group): When we have zero articles, return
967         the right data to Gnus.
968         (nnimap-request-expire-articles): Only delete articles immediately if
969         the target is 'delete.
970
971         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
972         method, this would bug out.
973
974         * gnus-group.el (gnus-group-expunge-group): Renamed from
975         gnus-group-nnimap-expunge, and implemented as a normal interface
976         function.
977
978         * gnus-int.el (gnus-request-expunge-group): New function.
979
980         * nnimap.el (nnimap-request-create-group): Implement.
981         (nnimap-request-expunge-group): New function.
982
983 2010-09-21  Julien Danjou  <julien@danjou.info>
984
985         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
986         (gnus-html-cache-expired): Add new function.
987         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
988         wethever we should display image for fetch it.
989         Compute alt-text earlier to pass it to the fetching function too.
990         (gnus-html-schedule-image-fetching): Change function argument to only
991         get one image at a time, not a list.
992         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
993         cache.
994         (gnus-html-get-image-data): New function to retrieve image data from
995         cache.
996         (gnus-html-put-image): Change buffer argument to use image data rather
997         than file, and place image above region rather than inserting a new
998         one. Do not take alt-text as argument, since it's useless now: we place
999         the image above alt-text.
1000         (gnus-html-prune-cache): Remove.
1001         (gnus-html-show-images): Start to fetch image when we find one, do not
1002         push into a temporary list.
1003         (gnus-html-prefetch-images): Only fetch image if they have expired.
1004         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1005         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1006
1007 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1010
1011 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1014         spec inser "*" if the group isn't active instead of 0.
1015
1016         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1017         opening the server.
1018         (nnimap-request-delete-group): Implement group deletion.
1019         (nnimap-transform-headers): Return the size of the entire message in
1020         the Bytes header, not just the size of the first part.
1021         (nnimap-request-move-article): When moving an article from nnimap,
1022         request the article first so the accepting form has an article to
1023         accept.  Reported by Dan Christensen.
1024         (nnimap-command): Make sure that the error message doesn't error out.
1025
1026 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1027
1028         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1029         we haven't requested anything.
1030
1031 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1034         "".  Fix found by Andrew Cohen.
1035
1036         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1037         instead of -encode-string.
1038
1039 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1042
1043         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1044         by mm-subst-char-in-string.
1045
1046 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1049         waiting for the connection string.
1050
1051         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1052         arriving.
1053
1054         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1055         bogus characters.  This allows selecting certain Gmail groups.
1056
1057         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1058         (nnimap-fetch-partial-articles): New variable.
1059         (nnimap-open-connection): When looking for credentials, also use the
1060         nnimap-server-port.
1061         (nnimap-request-article): Return the group/article number, so that Gnus
1062         `^' works as expected.
1063         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1064         them.
1065
1066         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1067         comments.
1068         (gnus-methods-sloppily-equal): New function.
1069         (gnus): When using the development version of Gnus, load the gnus-load
1070         file.
1071
1072         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1073         `gnus-open-server' on each method before trying to scan them etc.  This
1074         ensures that all the backend parameters are set correctly.
1075
1076         * nnimap.el (nnimap-authenticator): New variable.
1077         (nnimap-open-connection): Allow anonymous login.
1078         (nnimap-transform-headers): The chars header is called Chars not
1079         Bytes.
1080         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1081         drops.
1082
1083         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1084         patch, found by Knut Anders Hatlen.
1085
1086 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1087
1088         * gnus-agent.el (gnus-agent-batch-confirmation)
1089         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1090         to gnus-message.
1091         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1092         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1093         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1094         * gnus-int.el (gnus-open-server): Likewise.
1095         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1096         (gnus-score-check-syntax): Likewise.
1097         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1098         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1099         Likewise.
1100         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1101
1102 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1105         calling conventions so that prefetch doesn't bug out.
1106
1107 2010-09-19  Julien Danjou  <julien@danjou.info>
1108
1109         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1110         rather than `subst-char-in-region' in order to be able to replace ASCII
1111         char by UTF-8 ones.
1112
1113         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1114         than curl.
1115         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1116         the right URL and ALT text on images.
1117         (gnus-html-wash-tags): Fix tag case.
1118         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1119         (gnus-article-html): Add -o display_ins_del=2 option.
1120         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1121
1122 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1125         the extra mail headers, which sometimes seem to happen for unknown
1126         reasons.
1127
1128         * mail-parse.el (mail-header-encode-parameter): Define as
1129         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1130         (or most, perhaps?) mail readers don't understand the latter, but do
1131         understand the former.
1132
1133         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1134         to nil, so that no methods are automatically agentized.  I think this
1135         is probably what most users want.
1136
1137         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1138         from url-retrieve, for instance about invalid URLs.
1139
1140         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1141         groups that have no articles.
1142         (nnimap-request-article): Check that we really got an article when we
1143         requested one.
1144
1145         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1146         doesn't exist.
1147
1148         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1149         nntp buffer so the agent can save it.
1150         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1151         that CRLF doesn't get translated to \n.
1152         (nnimap-open-connection): Don't make 'shell commands only send \n.
1153
1154 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1155
1156         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1157         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1158         Update var name.
1159         (nnml-generate-nov-file): Use dolist.
1160         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1161         Use with-current-buffer.
1162
1163 2010-09-18  Julien Danjou  <julien@danjou.info>
1164
1165         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1166         parallel.
1167
1168 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1171         the range update right.
1172         (nnimap-request-group): Don't make `M-g' bug out on group with no
1173         marks.
1174         (nnoo): Required, so that other packages can require nnimap.
1175         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1176         command we're looking for.  This helps when the server sends more
1177         responses after we've gotten everything we expected.
1178         (nnimap): Add a `newlinep' field to keep track of end-of-line
1179         conventions.
1180         Don't send CRLF to things that don't want it.
1181         (nnimap-request-accept-article): Ditto.
1182
1183 2010-09-18  Julien Danjou  <julien@danjou.info>
1184
1185         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1186         than curl to retrieve images.
1187
1188 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1191         the marks.
1192         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1193         (nnimap-wait-for-connection): New function.
1194         (nnimap-open-connection): If we have PREAUTH, don't query for login
1195         credentials.
1196         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1197         when doing a partial update.
1198
1199 2010-09-18  Julien Danjou  <julien@danjou.info>
1200
1201         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1202         tags.
1203
1204 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * nnimap.el (nnimap-credentials): New function.
1207         (nnimap-open-connection): Use the new function to look for credentials
1208         also on the numeric equivalents of "imap" and "imaps".
1209
1210         * gnus-start.el (gnus-activate-group): Send the info to
1211         gnus-request-group.
1212
1213         * nnimap.el (nnimap-request-group): Have the "check" version of the
1214         function parse flags and update the info, so that a `M-g' get a total
1215         resync of all flags from the group.
1216
1217         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1218         to allow backends to alter the info on group selection.  Also alter all
1219         the backend -request-group functions to take the parameter.
1220
1221         * nnimap.el (nnimap-store-info): New function.
1222         (nnimap-update-info): Store the info for later usage.
1223         (nnimap-request-group): Use the stored info for the dont-check case, so
1224         that we don't retrieve all marks when we enter a group.
1225
1226         * nnimap.el: Use deffoo instead of defun for interface functions.
1227
1228         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1229         update the group info.  This makes the nndraft groups, for instance, go
1230         back to their old behaviour.
1231
1232         * gnus-sum.el (gnus-select-newsgroup): Indent.
1233
1234         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1235         in.
1236         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1237         nothing.
1238
1239         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1240         from methods that are denied.
1241
1242         * gnus-int.el (gnus-method-denied-p): New function.
1243
1244         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1245         store the password instead of netrc.
1246         (nnimap-open-connection): Don't error out when we can't make a
1247         connections.
1248
1249         * auth-source.el (auth-source-create): In the password prompt, say what
1250         we're querying for.  Also prompt for user name if that hasn't been
1251         given.
1252
1253         * nnimap.el (nnimap-with-process-buffer): Removed.
1254
1255 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1258         method when we're reading from the agent.
1259
1260         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1261
1262         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1263         that's probably most useful for users.
1264
1265         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1266         "failed" all the time.
1267
1268         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1269         ...)) with (with-current-buffer ... ).
1270
1271         * nntp.el (nntp-open-server): Return whether the open was successful or
1272         not.
1273
1274         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1275         select an unread unseen article first.
1276
1277         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1278         /etc/services, supply some sensible port defaults.
1279
1280         * dgnushack.el: Define netrc-credentials.
1281
1282 2010-09-17  Julien Danjou  <julien@danjou.info>
1283
1284         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1285
1286 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1287
1288         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1289         doesn't have any parameters.
1290
1291 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1294         only upcased checks.
1295
1296         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1297
1298         * nnimap.el (nnimap-open-shell-stream): New function.
1299         (nnimap-open-connection): Use it.
1300         (nnimap-transform-headers): Get the number of lines in each message.
1301         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1302         number of lines.
1303         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1304         problem.
1305
1306         * utf7.el (utf7-encode): Autoload.
1307
1308         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1309         to allow the mail splitting to not return a default group.  This is
1310         useful for nnimap, which will leave unmatched mail in the inbox.
1311
1312         * nnimap.el: Rewritten.
1313
1314         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1315         nnimap usage.
1316
1317         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1318         if the move is internal, so that nnimap can do fast internal moves.
1319
1320         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1321         data.
1322         (gnus-read-active-for-groups): Support finishing the early retrieval of
1323         data.
1324
1325         * gnus-range.el (gnus-range-nconcat): New function.
1326
1327         * gnus-int.el (gnus-finish-retrieve-group-infos)
1328         (gnus-retrieve-group-data-early): New functions.
1329
1330 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1333         (nnrss-retrieve-groups):
1334         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1335         (pop3-quit): Use with-current-buffer.
1336
1337 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1340         instead of nnheader-accept-process-output.
1341
1342         * dgnushack.el (dgnushack-compile): Add comment.
1343
1344         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1345
1346         * gnus-html.el (gnus-html-schedule-image-fetching)
1347         (gnus-html-prefetch-images): Replace process-kill-without-query by
1348         gnus-set-process-query-on-exit-flag.
1349
1350 2010-09-16  Romain Francoise  <romain@orebokech.com>
1351
1352         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1353
1354 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1357         parameter to unintern is mandatory-ish in Emacs 24.
1358
1359         * gnus-html.el (gnus-html-schedule-image-fetching)
1360         (gnus-html-prefetch-images): Check for curl before using it.
1361
1362         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1363         depend on curl, which isn't essential.
1364
1365         * imap.el: Revert back to version
1366         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1367         seem problematic.
1368
1369 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1370
1371         * gnus-registry.el (gnus-registry-install-shortcuts):
1372         Explicitly pass `obarray' to `unintern' to avoid a warning.
1373
1374 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1377         change.
1378
1379         * nnrss.el (nnrss-request-list): Removed this function and related
1380         functions, including the moreover stuff.
1381
1382 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383
1384         * nnrss.el (nnrss-retrieve-groups): New function.
1385
1386 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1387
1388         * .dir-locals.el: Add no-byte-compile cookie.
1389
1390 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * time-date.el (format-seconds): Comment fix.
1393
1394         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1395         for back end that doesn't support request-scan.
1396
1397 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1400         then do request scans from the backends.
1401
1402         * netrc.el (netrc-credentials): New conveniency function.
1403
1404         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1405         avoid running a hook per line, since this takes a lot of time,
1406         profiling shows.
1407         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1408         directly if gnus-visual-p is true.
1409
1410 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1413         groups; replace mapcar with dolist which is a bit faster; pass groups
1414         info to gnus-read-active-file-1.
1415         (gnus-read-active-file-1): Scan only specified groups if the new
1416         optional arg `infos' is given.
1417
1418 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1421
1422         * pop3.el (pop3-movemail): Removed.
1423         (pop3-streaming-movemail): Renamed to pop3-movemail.
1424
1425         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1426         don't restrict end-tag searches to the end of the line.
1427
1428 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1431         articles of every unchecked group to t, which means unknown since the
1432         server has never been opened.
1433
1434 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * gnus-html.el (gnus-html-show-alt-text): New command.
1437         (gnus-html-browse-image): Ditto.
1438         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1439         to browse the image directly.
1440         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1441         better.
1442
1443         * gnus-async.el (gnus-async-article-callback): Call
1444         `gnus-html-prefetch-images' unconditionally.
1445
1446         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1447         before feeding URLs to curl.
1448
1449 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1452         internal images as deletable by `W D D'.
1453
1454         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1455         (gnus-async-article-callback): Fix typo.
1456
1457 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1460         current line to work around bugs in the output from w3m.
1461
1462         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1463         for groups that want that.
1464
1465         * nntp.el (nntp-wait-for-string): Supply a timeout for
1466         accept-process-output to ensure progress.
1467
1468         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1469         level to get unread articles from, then use that for foreign groups,
1470         too.
1471
1472         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1473         confuses the rest of the function.
1474
1475         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1476         for the methods that support -retrieve-groups, too.
1477
1478         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1479
1480 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1483         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1484
1485         * pop3.el: Require cl when compiling.
1486         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1487
1488 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1491         that aren't going to be activated.
1492         (gnus-get-unread-articles): Fix up the last commit.
1493
1494         * gnus-html.el (gnus-article-html): Allow calling without specifying
1495         the handle.  In that case, dissect the buffer first.
1496
1497         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1498
1499         * nnimap.el (nnimap-open-connection): Revert the change that would look
1500         into authinfo for imaps instead of imap.
1501
1502         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1503         say that you don't want to call gnus-request-group with don-check, but
1504         do check the reponse.  This is for virtual groups only.
1505         (gnus-get-unread-articles): Count the archive groups as secondary, so
1506         that they're activated the same way as before.
1507
1508         * imap.el (imap-message-map): Removed optional buffer parameter, since
1509         no callers use it.
1510         (imap-message-get): Ditto.
1511         (imap-message-put): Ditto.
1512         (imap-mailbox-map): Ditto.
1513         (imap-mailbox-put): Ditto.
1514         (imap-mailbox-get): Ditto.
1515         (imap-mailbox-get): Revert last change for this function.
1516
1517         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1518         case-insensitively.
1519         (nnimap-debug): Removed.
1520
1521         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1522         to use `imap-fetch' instead.  According to the comments, this should be
1523         safe, since all other IMAP clients use the 1:* syntax.
1524         (imap-enable-exchange-bug-workaround): Removed.
1525         (imap-debug): Removed -- doesn't seem very useful.
1526
1527         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1528         mail from a file, and the file doesn't exist.
1529
1530         * imap.el (imap-log): New convenience function used throughout instead
1531         of repeating the same code all over the place.
1532
1533         * pop3.el (pop3-streaming-movemail): Return t for success.
1534
1535         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1536         .authinfo if we're using ssl connection.
1537
1538         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1539         already have if we're in a main Gnus `g' run.
1540
1541         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1542
1543 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1546
1547         * nnmh.el (nnmh-request-list-1): Bind `file'.
1548
1549         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1550         alias to set-process-query-on-exit-flag or process-kill-without-query.
1551         (pop3-open-server): Use it.
1552
1553 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1556         box to the Incoming file.  Fixes mistake in previous checkin.
1557
1558         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1559         request loop (for debugging purposes) removed.
1560
1561         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1562         culprit is more visible.
1563         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1564         (nnml-add-incremental-nov): New functions to do "incremental" nov
1565         updates, where we just append to the end of the existing nov files
1566         without reading/writing them in full.
1567
1568         * mail-source.el (mail-source-delete-crash-box): Really only check the
1569         incoming files once in a while.
1570
1571         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1572
1573         * mail-source.el (mail-source-delete-crash-box): Only check the
1574         incoming files for deletion once per day to save a lot of file
1575         accesses.
1576
1577         * pop3.el (pop3-logon): Fix up unbound variable typo.
1578
1579         * mail-source.el (pop3-streaming-movemail): Autoload.
1580
1581         * pop3.el (pop3-streaming-movemail): Respect
1582         pop3-leave-mail-on-server.
1583
1584         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1585         retrieval.
1586
1587         * pop3.el (pop3-process-filter): Removed unused function.
1588         (pop3-streaming-movemail, pop3-send-streaming-command)
1589         (pop3-wait-for-messages, pop3-write-to-file)
1590         (pop3-number-of-responses): New functions for streaming pop3
1591         retrieval.
1592
1593         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1594         come from no known methods.
1595         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1596         list.
1597
1598         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1599         message sizes.
1600         (pop3-movemail): Use erase-buffer instead of looping and deleting
1601         regions, which seems rather odd.
1602
1603         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1604         file once per `g' run.
1605
1606         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1607         directories.  This makes the draft queue directory work.
1608
1609         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1610         data from the backends, so that we only request the list of groups from
1611         each method once.  This should speed things up considerably.
1612
1613         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1614         detect that it's not implemented.
1615
1616         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1617         we actually do recurse down into the tree, but don't stat all leaf
1618         nodes.
1619
1620         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1621         then say so instead of bugging out.
1622
1623         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1624         files exist before trying to read them.
1625
1626         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1627         around <pre_int>.
1628
1629         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1630
1631         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1632
1633 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * mm-util.el (mm-image-load-path): Just return the image directories,
1636         not all directories in the path in addition to the image directories.
1637         (mm-image-load-path): Maintain a cache of the image directories so that
1638         the `g' command in Gnus doesn't have to stat dozens of directories each
1639         time.
1640
1641         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1642         (gnus-html-wash-tags): Add a new `i' command to insert images.
1643         (gnus-html-insert-image): New command and keystroke.
1644         (gnus-html-redisplay-with-images): New command and keystroke.
1645         (gnus-html-show-images): Renamed command.
1646         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1647         spacers.
1648         (gnus-html-wash-tags): Decode entities at the end, so that entities
1649         inside the tags don't mess up the rest of the "parsing".
1650
1651         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1652         so that nnimap methods aren't agentized by default.  There's apparently
1653         many problems related to agent/imap behaviour.
1654
1655         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1656
1657         * gnus-html.el: Doc fix.
1658
1659 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1662         specifier-spec-list for Emacs 21.
1663
1664         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1665         glyph-width and glyph-height instead of display-graphic-p and
1666         image-size; make avoidance of displaying small images work for XEmacs.
1667
1668         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1669         for XEmacs.
1670
1671         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1672         of symbol that holds plist data.
1673         (gnus-process-plist): Remove plist of process after getting it.
1674
1675 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * message.el (message-generate-hashcash): Change default to
1678         'opportunistic if hashcash is installed.
1679
1680         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1681         (gnus-html-put-image): Only call image-size once, since it's somewhat
1682         time-consuming on remote X servers.
1683
1684 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1687         type on data, not a file name.
1688
1689         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1690         window-pixel-edges for Emacs 21.
1691
1692         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1693         decoded contents.
1694         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1695
1696 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1699         group line format, since it isn't very interesting.
1700
1701         * gnus-agent.el (gnus-agent-short-article),
1702         (gnus-agent-long-article): Increase values for these two variables,
1703         since most people are likely to have more network connection and
1704         storage than before.
1705
1706         * gnus.el (gnus-refer-article-method): Change default to 'current.
1707         When referring an article, the common behaviour is to refer it from the
1708         current select method, not the native select method.  The chances of
1709         the native select method having the message in question is rather slim
1710         these days.
1711
1712         * gnus-sum.el (gnus-auto-select-subject): Change default to
1713         `unseen-or-unread'.  I think it's likely that most people want to
1714         select an unseen article over a previously seen, but unread one.
1715
1716         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1717         means that in the article buffer none of the minor mode elements will
1718         be shown, usually, and this is not desirable in most cases.
1719
1720         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1721         that commands like `d' (and the like) go to the next line in the
1722         buffer, instead of the next unread article.  I think this is the
1723         behaviour that is most natural for most users.
1724         (gnus-single-article-buffer): Change default to nil, so that people can
1725         have as many article buffers open as they have summary buffer.  I think
1726         this is the most natural way for the groups to behave.
1727
1728         * message.el (message-generate-new-buffers): Change default to
1729         `unsent', so that all new message buffers start their names with the
1730         string "*unsent", and it's easier to find the buffers if you move from
1731         them.
1732
1733 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1736         small.  They're probably tracking images.
1737         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1738         (gnus-html-rescale-image): Yet another try at getting the image sizing
1739         right.
1740
1741         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1742         nntp-marks-file-name is nil.
1743
1744 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1745
1746         * gnus-html.el (gnus-html-wash-tags)
1747         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1748         Better logging.
1749
1750 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1753
1754         * gnus-html.el (gnus-html-wash-tags): Check the value of
1755         gnus-blocked-images in the summary buffer.
1756
1757 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1758
1759         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1760
1761 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1764         like "a", it seems like.
1765         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1766         since it needs to be picked from the correct buffer.
1767
1768         * nnwfm.el: Removed.
1769
1770         * nnlistserv.el: Removed.
1771
1772 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1773
1774         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1775         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1776
1777 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * nnkiboze.el: Removed.
1780
1781         * nndb.el: Removed.
1782
1783         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1784         alt text.
1785         (gnus-html-rescale-image): Try to get the rescaling logic right for
1786         images that are just wide and not tall.
1787
1788         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1789         overshadow variable bindings.
1790
1791 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1792
1793         * gnus-html.el (gnus-html-wash-tags)
1794         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1795         extra logging.
1796
1797 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1800         (gnus-max-image-proportion): New variable.
1801         (gnus-html-rescale-image): New function.
1802         (gnus-html-put-image): Rescale images.
1803
1804 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1805
1806         Fix up some byte-compiler warnings.
1807         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1808         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1809         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1810         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1811         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1812         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1813         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1814
1815 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * gnus-html.el (gnus-article-html): Decode contents by charset.
1818
1819 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1822         (gnus-html-frame-width, gnus-blocked-images)
1823         * message.el (message-prune-recipient-rules): Add custom version.
1824         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1825
1826         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1827         functions.
1828
1829         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1830         gnus-process-get.
1831
1832 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1833
1834         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1835         instead of lsub directly.
1836
1837 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * nnwarchive.el: Removed.
1840
1841         * gnus-soup.el: Removed.
1842
1843         * nnsoup.el: Removed.
1844
1845         * nnultimate.el: Removed.
1846
1847         * gnus-html.el (gnus-blocked-images): New variable.
1848
1849         * message.el (message-prune-recipients): New function.
1850         (message-prune-recipient-rules): New variable.
1851
1852         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1853         guess whether a long line is natural text or not.
1854
1855         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1856         gnus-process-plist and friends for compatibility.
1857
1858 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1859
1860         * gnus-html.el: Require packages that define macros used in this file.
1861         (gnus-article-mouse-face): Declare to silence byte-compiler.
1862         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1863         process-get.
1864         (gnus-html-put-image): Use plist-get to avoid getf.
1865         (gnus-html-prefetch-images): Use with-current-buffer.
1866
1867 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * gnus-ems.el: Provide compatibility functions for
1870         gnus-set-process-plist.
1871
1872         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1873         header-line-format for XEmacs 21.4.
1874
1875         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1876         * gnus.el (gnus-valid-select-methods)
1877         * message.el (message-send-mail-partially-limit)
1878         * mm-decode.el (mm-text-html-renderer)
1879         * mml.el (mml-insert-mime-headers-always)
1880         * smiley.el (smiley-regexp-alist): Bump custom version.
1881
1882 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * gnus-html.el: require mm-url.
1885         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1886         with the url to `url'.
1887         (gnus-html-wash-tags): Support cid: URLs/images.
1888
1889 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1892         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1893         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1894
1895         * gnus-move.el: Removed file, since it doesn't really work.
1896
1897         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1898         UTF-8.  This seems to fix problems with some German web feeds.
1899
1900         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1901         at the top so that the proper colours are applied.
1902
1903         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1904         don't have dots in their names.
1905
1906         * gnus-art.el (gnus-article-view-part): Doc fix.
1907
1908         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1909         XEmacs-compatible.
1910         (gnus-html-put-image): Don't do images on non-graphic displays.
1911
1912         * nnslashdot.el: Removed this unused backend.
1913
1914         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1915         actions.
1916         (gnus-undo-register-1): Revert last change.
1917
1918         * gnus-group.el (gnus-group-completing-read): Protect against not
1919         having completion-styles bound.
1920
1921         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1922         make broken recipients happier.
1923
1924         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1925
1926         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1927         point parameter.
1928
1929         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1930
1931         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1932         completion-styles for group selection.
1933
1934 2009-02-04  Andreas Schwab  <schwab@suse.de>
1935
1936         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1937         headers and regexp-quote the match if necessary.
1938
1939 2009-03-24  Miles Bader  <miles@gnu.org>
1940
1941         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1942         the blinking smiley.
1943
1944 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1945
1946         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1947         blink smiley.
1948
1949 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1952         where the dribbel file lives exists.
1953
1954         * message.el (message-send-mail-partially-limit): Change the default to
1955         nil, since most people don't want this.
1956
1957         * mm-url.el (mm-url-decode-entities): Also decode entities like
1958         &#x3212.
1959
1960 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1961
1962         * gnus-sum.el (gnus-summary-idna-message):
1963         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1964         Hyperlink urls in docstrings with URL `...'.
1965
1966 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1967
1968         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1969         functions.
1970
1971 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1974         say what the mouseover text should be.
1975
1976         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1977         version of the mm-w3m-safe-url-regexp variable to only download images
1978         in the groups where we want that to happen.
1979
1980         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1981
1982         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1983         easier debugging.
1984         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1985         big pictures in the article buffer.
1986
1987         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1988         gnus-article-html.
1989         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1990         w3m.
1991
1992         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1993
1994 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1997         which doesn't exist.
1998
1999         * message.el (message-inhibit-ecomplete): New variable to allow some
2000         function to inhibit ecomplete address storage.
2001         (message-resend): Disable ecomplete message storage when resending
2002         messages.
2003
2004         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2005
2006 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2009         Save excursion while copying, moving, and deleting articles in order to
2010         prevent the cursor from jumping to unforeseen place.
2011
2012 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * lpath.el: No need to bind bookmark-current-buffer,
2015         bookmark-yank-point and bookmark-make-record-function.
2016
2017 2010-08-17  Glenn Morris  <rgm@gnu.org>
2018
2019         * gnus-sync.el: Require gnus components whose functions are used.
2020
2021         * gnus-art.el (bookmark-make-record-function):
2022         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2023         Declare for compiler.
2024
2025         * mm-url.el (mml-compute-boundary): Autoload.
2026
2027 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2030
2031 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2032
2033         Typo fix "hoo4a" -> "hook".
2034
2035         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2036
2037 2010-08-14  Glenn Morris  <rgm@gnu.org>
2038
2039         * gnus-sync.el (gnus-sync): Fix defgroup version.
2040
2041 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2042
2043         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2044
2045         * gnus-sync.el: Fix docs.
2046         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2047         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2048
2049 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2050
2051         Optimizations for gnus-sync.el.
2052
2053         * gnus-sync.el: Add docs about gnus-sync-backend
2054         possibilities.
2055         (gnus-sync-save): Remove unnecessary message.
2056         (gnus-sync-read): Optimize and show what groups were skipped.
2057
2058 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2059
2060         Minor bug fixes for gnus-sync.el.
2061
2062         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2063         read the sync on get-new-news.
2064
2065         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2066         quiet.
2067
2068         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2069
2070 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2071
2072         Make saving and restoring of hidden threads work with overlays.
2073         Patch applied by Ted Zlatanov.
2074
2075         * gnus-sum.el (gnus-hidden-threads-configuration)
2076         (gnus-restore-hidden-threads-configuration): Update to deal with text
2077         properties, rather than searching for a magic character.
2078
2079 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2080
2081         New gnus-sync.el library for synchronization of marks.
2082
2083         * gnus-sync.el: New library for synchronization of marks.
2084
2085         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2086         renamed from `gnus-registry-grep-in-list'.
2087
2088         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2089
2090         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2091
2092 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2095         determining charset of text fails.
2096
2097 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * nnmail.el (nnmail-get-new-mail-1): Revert.
2100
2101         * nnml.el (nnml-active-number): Make sure names of newly created groups
2102         in nnml-group-alist are encoded.
2103
2104 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2107         containing non-ASCII characters in active file for nnml back end.
2108
2109 2010-07-24  David Engster  <dengste@eml.cc>
2110
2111         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2112         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2113
2114 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2115
2116         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2117         tag (Bug#6654).
2118
2119 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2122         the article buffer, not the summary buffer.
2123
2124 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2127         Emacs 23 as well.
2128
2129 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2132         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2133
2134 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2135
2136         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2137         Patch applied by Karl Fogel.
2138
2139         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2140         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2141
2142 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2143
2144         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2145         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2146         C-w still not working correctly from Article buffers; Thierry's
2147         patch to fix that will be applied after this.
2148
2149         * gnus-art.el (bookmark-make-record-function): New local variable.
2150
2151         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2152         article buffer.
2153         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2154
2155 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2156
2157         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2158         on changes in bookmark.el.
2159
2160 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2163         `no-log' instead of message not to log prompt string.
2164
2165 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2166
2167         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2168         the *other* type of HTML form submission.
2169
2170 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2171
2172         * auth-source.el (auth-source-pick): If choice does not contain a
2173         questioned keyword, set the check to t.
2174
2175 2010-06-12  Romain Francoise  <romain@orebokech.com>
2176
2177         * gnus-util.el (gnus-date-get-time): Move up before first use.
2178
2179 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2182         (gnus-article-edit-part): Bind it to make last part that is substituted
2183         or deleted visible.
2184         (gnus-mime-display-single): Buttonize part of which id equals to
2185         gnus-mime-buttonized-part-id.
2186
2187 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2188
2189         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2190         (gnus-dd-mmm): Use gnus-date-get-time.
2191         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2192         simplify logic.
2193         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2194         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2195
2196 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2197
2198         * auth-source.el (top): Autoload `secrets-list-collections',
2199         `secrets-create-item', `secrets-delete-item'.
2200         (auth-sources): Fix tag string.
2201         (auth-get-source, auth-source-retrieve, auth-source-create)
2202         (auth-source-delete): New defuns.
2203         (auth-source-pick): Rewrite in order to avoid 2 passes.
2204         (auth-source-forget-user-or-password): New parameter USERNAME.
2205         (auth-source-user-or-password): New parameters CREATE-MISSING and
2206         DELETE-EXISTING.  Retrieve password interactively, if needed.
2207
2208 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2209
2210         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2211         deleting unused directories when gnus-expert-user is t.
2212
2213 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2216         for each temp file when gnus-article-browse-delete-temp is ask.
2217
2218 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2219
2220         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2221         Lisp calls to delete-backward-char by calls to delete-char.
2222
2223 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2224
2225         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2226
2227 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2228
2229         * password-cache.el (password-cache-remove): Fix docstring.
2230
2231 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2234         article unless decoding article to be saved.
2235
2236 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2239         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2240         generated within the mm-with-unibyte-current-buffer macro.
2241
2242 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2245         to nil when we're in a mml-preview buffer and no group is selected.
2246
2247 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2248
2249         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2250         when catching the `C-g'.  Reported by "Leo".
2251
2252 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * message.el (message-forward-make-body-plain)
2255         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2256         multibyte-string-p.
2257
2258         * lpath.el: Revert.
2259
2260 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * message.el (message-forward-make-body-mml): Assume original message
2263         is multibyte string; error on unibyte.
2264         (message-forward-make-body-plain): Ditto; don't add excessive newline
2265         in body end.
2266
2267         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2268
2269 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2270
2271         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2272         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2273
2274 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * mm-extern.el (mm-extern-url): Don't use
2277         mm-with-unibyte-current-buffer.
2278         (mm-extern-cache-contents): Use with-current-buffer instead of
2279         save-excursion + set-buffer.
2280
2281 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * mm-util.el (mm-emacs-mule): Remove.
2284
2285 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2286
2287         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2288         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2289         change.
2290
2291 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2294         bind the default value of enable-multibyte-characters to nil.
2295
2296 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * message.el (message-forward-make-body-plain)
2299         (message-forward-make-body-mml):
2300         Don't use mm-with-unibyte-current-buffer.
2301
2302 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2303
2304         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2305
2306 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2307
2308         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2309         (Bug#5592).
2310
2311 2010-05-07  Julien Danjou  <julien@danjou.info>
2312
2313         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2314         it to mm-pipe-part.
2315
2316         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2317         it is given.
2318
2319 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * binhex.el (binhex-decode-region-internal)
2322         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2323         (dns-query)
2324         * nnweb.el (nnweb-gmane-search)
2325         * pgg-parse.el (pgg-parse-armor)
2326         * pgg.el (pgg-verify-region)
2327         * sha1.el (sha1-string-external)
2328         * uudecode.el (uudecode-decode-region-internal)
2329         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2330         XEmacs.
2331
2332         * gnus-art.el (gnus-article-browse-html-parts)
2333         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2334         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2335         make-temp-file.
2336
2337         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2338         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2339         compiling.
2340
2341         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2342         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2343         XEmacs when compiling.
2344
2345         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2346         gnus-pick-mode-off-hook for XEmacs when compiling.
2347         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2348         gnus-binary-mode-off-hook for XEmacs when compiling.
2349
2350         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2351         nil if char-charset is not available.
2352
2353         * imap.el (imap-disable-multibyte)
2354         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2355         macros.
2356
2357         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2358         instead of encode-coding-string.
2359
2360         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2361         'xemacs) instead of mm-emacs-mule to switch function definitions.
2362         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2363
2364         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2365         bind temporary-file-directory for XEmacs;
2366         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2367         timer-set-function for XEmacs 21.4 and SXEmacs;
2368         bind timer-list for XEmacs 21.4 and SXEmacs;
2369         fbind char-charset and find-charset-region for non-Mule XEmacs;
2370         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2371         encode-coding-region and encode-coding-string for XEmacs having no
2372         file-coding feature.
2373
2374 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2375
2376         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2377
2378 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2381         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2382
2383 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2384
2385         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2386         alias `jka-compr-delete-temp-file' no longer exists.
2387
2388 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2389
2390         Use define-minor-mode in Gnus where applicable.
2391         * mml.el (mml-mode): Use define-minor-mode.
2392         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2393         (gnus-undo-mode): Use define-minor-mode.
2394         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2395         (gnus-dead-summary-mode): Use define-minor-mode.
2396         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2397         Initialize in declaration.
2398         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2399         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2400         (gnus-mailing-list-mode): Use define-minor-mode.
2401         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2402         (gnus-draft-mode): Use define-minor-mode.
2403         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2404         (gnus-dired-mode): Use define-minor-mode.
2405
2406 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2407
2408         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2409         handles on recursive mml-to-mime translation and check them for
2410         boundary delimiter collisions.  Reported by Greg Troxel.
2411
2412 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2415
2416 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2417
2418         * mm-util.el (mm-find-buffer-file-coding-system):
2419         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2420
2421 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2422
2423         * message.el (message-generate-headers): Record insertion of optional
2424         headers as well.  Otherwise the check to prevent repeated insertion of
2425         optional headers is a no-op.
2426
2427 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * smime.el: Don't mention CVS.
2430
2431         * nnrss.el (nnrss-fetch): Don't mention CVS.
2432
2433         * nnir.el: Don't mention CVS.
2434
2435 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2436
2437         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2438
2439 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * lpath.el: Fbind bookmark-default-handler,
2442         bookmark-get-bookmark-record, bookmark-make-record-default,
2443         bookmark-prop-get for Emacs <23 and XEmacs.
2444
2445 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2446
2447         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2448         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2449         Use with-current-buffer to silence the byte-compiler.
2450         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2451         bother to require `gnus'.
2452         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2453
2454 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2455
2456         * gnus-sum.el (gnus-summary-bookmark-make-record)
2457         (gnus-summary-bookmark-jump): New functions.
2458         (gnus-summary-mode): Setup bookmark support.
2459
2460 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2461
2462         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2463         if set.
2464
2465 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2468         gnus-article-browse-html-save-cid-image; make it work recursively for
2469         forwarded messages as well.
2470         (gnus-article-browse-html-parts): Work when prefix arg is given.
2471         (gnus-article-browse-html-article): Doc fix.
2472
2473 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2474
2475         * message.el (message-default-mail-headers):
2476         (message-default-headers): Carry the value mail-default-headers over
2477         into message-default-mail-headers, rather than message-default-headers.
2478
2479 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2480
2481         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2482         charset.
2483
2484         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2485         charset into the <meta> tag when the article is encoded to utf-8.
2486
2487 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2490         directories as well.
2491         (gnus-article-browse-html-parts): Work for images that do not specify
2492         file names; delete temp directory when quitting; insert header at the
2493         right place; use file: scheme for image files.
2494
2495 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2496
2497         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2498         (gnus-article-browse-html-parts): Use it to make temporary cid image
2499         files in addition to html file so that browser may display them.
2500
2501 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2504
2505 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2506
2507         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2508
2509 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2510
2511         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2512         about Secret Service API sources.  Improve Customize options.
2513         (auth-source-pick): Change to accept any number of search parameters.
2514         Implement fallbacks iteratively, not recursively.  Add scoring on the
2515         second pass and sort by score.  Call Secret Service API when needed.
2516         (auth-source-user-or-password): Use it.  Call Secret Service API
2517         directly when needed to get the user name and the password.
2518
2519 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2520
2521         * message.el (message-interactive): Doc fix.
2522         (message-qmail-inject-args): Reflow.
2523         (message-kill-to-signature): Fix typo in docstring.
2524
2525         * smiley.el (smiley-buffer): Fix typo in docstring.
2526
2527 2010-03-24  Glenn Morris  <rgm@gnu.org>
2528
2529         * mail-source.el (gnus-message): Declare.
2530         (mail-source-delete-old-incoming): Require gnus-util.
2531
2532 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2535
2536         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2537
2538         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2539         password-cache's default if it is not bound.
2540         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2541         password-cache-expiry's default if it is not bound.
2542
2543         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2544         available in Emacs 21.
2545
2546         * lpath.el: Suppress compiler warnings for:
2547         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2548         XEmacs;
2549         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2550         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2551         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2552
2553 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * auth-source.el (auth-sources): Fix up definition so extra parameters
2556         are always inline.
2557
2558 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2559
2560         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2561         wasn't updated after mismatch.  Clear cached mailbox info correctly
2562         when uidvalidity changes.
2563         (nnimap-group-prefixed-name): New function to avoid some code
2564         duplication.
2565         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2566         (nnimap-request-group): Use it.
2567         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2568         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2569         with many imap folders.  This is done by caching the group status from
2570         the imap server persistently in a group parameter `imap-status'.  (This
2571         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2572         but not persistently, so every Gnus startup was still very slow.)
2573
2574 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2575
2576         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2577         delete the extra newline.  Otherwise editing of :string and :number
2578         types don't work.
2579
2580 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2581
2582         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2583         secrets.el dependency.
2584         (auth-sources): Add optional user name.  Add secrets.el configuration
2585         choice (unused right now).
2586
2587 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2588
2589         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2590         `gnus-registry-install-shortcuts' fill in the functions.
2591
2592         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2593         warnings.
2594         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2595         (gnus-registry-install-shortcuts): Populate and use it in a
2596         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2597
2598 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2599
2600         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2601         In-place substitutions for the group name encoding/decoding.
2602         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2603         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2604         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2605         (nnimap-update-unseen, nnimap-request-list)
2606         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2607         (nnimap-request-set-mark, nnimap-split-to-groups)
2608         (nnimap-split-articles, nnimap-request-newgroups)
2609         (nnimap-request-create-group, nnimap-request-accept-article)
2610         (nnimap-request-delete-group, nnimap-request-rename-group)
2611         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2612         `encoded-mbx' for consistency.
2613         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2614         variable `imap-current-mailbox'.
2615
2616         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2617         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2618
2619 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2620
2621         * pop3.el (pop3-display-message-size-flag): Display message size byte
2622         counts during POP3 download.
2623         (pop3-movemail): Use it.
2624         (pop3-list): Implement listing of available messages.
2625
2626 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2627
2628         * nnir.el (nnir-get-article-nov-override-function): New function to
2629         override the normal NOV retrieval.
2630         (nnir-retrieve-headers): Use it.
2631
2632 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2633
2634         * auth-source.el (netrc-machine-user-or-password): Autoload.
2635
2636 2010-03-19  Glenn Morris  <rgm@gnu.org>
2637
2638         Stop message.el from loading about 40 libraries it doesn't always need.
2639         The general approach is to autoload rather than require, and to
2640         require in the specific functions rather than the file.  (Bug#5642)
2641
2642         * gmm-utils.el: Don't require wid-edit.
2643         (widget-create-child-value, widget-convert, widget-default-get):
2644         Autoload.
2645
2646         * gnus-util.el: Don't require time-date, netrc.
2647         (message-fetch-field, gnus-group-name-decode): Declare rather than
2648         autoloading.
2649         (gnus-fetch-field): Require message.
2650         (gnus-decode-newsgroups): Require gnus-group.
2651
2652         * ietf-drums.el: Don't require time-date.
2653
2654         * message.el: Don't require hashcash, canlock, ecomplete.
2655         Do require mail-utils.  Require nnheader only when compiling.
2656         (smtpmail-default-smtp-server): Remove declaration.
2657         (message-send-mail-function): Check smtpmail-default-smtp-server
2658         is bound rather than requiring smtpmail.
2659         (message-auto-save-directory, message-insert-signature): Use
2660         expand-file-name rather than nnheader-concat.
2661         (nnheader-insert-file-contents): Autoload.
2662         (hashcash-wait-async): Declare.
2663         (message-send-mail): Only call gnus-setup-posting-charset if
2664         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2665         (message-send-mail-with-sendmail): Require sendmail.
2666         (canlock-password, canlock-password-for-verify): Declare.
2667         (message-canlock-password): Require canlock.
2668         (nnheader-get-report): Autoload.
2669         (gnus-setup-posting-charset): Declare.
2670         (message-send-news): Require gnus-msg.
2671         (message-make-references, message-make-in-reply-to): Use mail-header-id
2672         rather than the alias mail-header-message-id.
2673         (ecomplete-add-item, ecomplete-save): Declare.
2674         (message-put-addresses-in-ecomplete): Require ecomplete.
2675         (ecomplete-display-matches): Autoload.
2676
2677         * mm-decode.el: Don't require mailcap, gnus-util.
2678         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2679         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2680         Autoload.
2681         (mailcap-mime-extensions): Declare.
2682
2683         * mm-encode.el: Don't require mailcap.
2684         (mailcap-extension-to-mime): Autoload.
2685
2686         * mml-sec.el: Don't require password-cache.
2687
2688         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2689         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2690         (mml-minibuffer-read-type): Require mailcap.
2691         (mml-preview): Require gnus-msg.
2692
2693         * mml1991.el: Require password-cache.
2694         (password-cache-expiry): Remove declaration.
2695
2696         * mml2015.el: Require password-cache.
2697         (password-cache-expiry): Remove declaration.
2698
2699         * nneething.el (mailcap): Require mailcap.
2700
2701         * nnheader.el (declare-function): Add compatibility stub.
2702         (message-remove-header): Declare rather than autoload.
2703         (nnheader-replace-header): Require message.
2704
2705         * nnimap.el (declare-function): Add compatibility stub.
2706         (netrc-parse, netrc-machine-user-or-password): Declare.
2707         (nnimap-open-connection): Require netrc.
2708
2709         * nntp.el (declare-function): Add compatibility stub.
2710         (netrc-parse, netrc-machine, netrc-get): Declare.
2711         (nntp-send-authinfo): Require netrc.
2712
2713         * rfc2047.el: Don't require qp.
2714         (quoted-printable-encode-region, quoted-printable-decode-string):
2715         Autoload.
2716
2717         * sieve-mode.el: Don't require easymenu.
2718         (easy-menu-add-item): Autoload it.
2719
2720         * spam-stat.el (time-to-number-of-days): Autoload it.
2721
2722 2010-03-19  Glenn Morris  <rgm@gnu.org>
2723
2724         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2725
2726 2010-03-18  Glenn Morris  <rgm@gnu.org>
2727
2728         * hashcash.el (declare-function): Remove duplicate definition.
2729
2730 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2731
2732         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2733         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2734         value if any backslash escapes).
2735
2736 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2739         if it is available.  (bug#5647)
2740
2741         * lpath.el: Suppress compiler warning for coding-system-from-name for
2742         Emacs 21 and XEmacs.
2743
2744 2010-03-14  Juri Linkov  <juri@jurta.org>
2745
2746         * hmac-def.el:
2747         * hmac-md5.el:
2748         * netrc.el: Fix keywords.
2749
2750 2010-02-26  Glenn Morris  <rgm@gnu.org>
2751
2752         * message.el (message-send-mail-function): Change the default, so that
2753         it inherits from a customized send-mail-function.  (Bug#5643)
2754
2755 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2756
2757         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2758         shell-command-to-string signals an error (bug#5299).
2759
2760 2010-02-24  Glenn Morris  <rgm@gnu.org>
2761
2762         * message.el (message-smtpmail-send-it)
2763         (message-send-mail-with-mailclient): Doc fixes.
2764
2765 2010-02-16  Glenn Morris  <rgm@gnu.org>
2766
2767         * message.el (message-default-mail-headers): Change the default value
2768         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2769
2770 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2773         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2774
2775 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2776
2777         * time-date.el (date-to-time): Doc fix (Bug#5408).
2778
2779 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2780
2781         * message.el (message-mail): Just pass yank-action on to message-setup.
2782         (message-setup): Handle (FUN . ARGS) form of yank-action.
2783         (message-with-reply-buffer, message-widen-reply)
2784         (message-yank-original): Handle non-buffer values of
2785         message-reply-buffer (Bug#4080).
2786         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2787
2788 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2789
2790         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2791         Fix typo in docstring.
2792
2793 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2794
2795         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2796         response.
2797
2798 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2801
2802         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2803
2804         * message.el (message-check-news-header-syntax): Protect against a
2805         string that `rfc822-addresses' returns when parsing fails.
2806
2807 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2810         (gnus-previous-char-property-change): New functions.
2811
2812         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2813
2814 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2815
2816         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2817         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2818
2819 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2820
2821         * message.el (message-exchange-point-and-mark): Rework last change to
2822         avoid using optional arg of exchange-point-and-mark, for backward
2823         compatibility.
2824
2825 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2826
2827         * message.el (message-exchange-point-and-mark): Call
2828         exchange-point-and-mark with an argument rather than setting
2829         mark-active by hand (Bug#5175).
2830
2831 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * nntp.el (nntp-service-to-port): Work for service expressed with
2834         numeric string; replace [:digit:] with [0-9] for XEmacs.
2835
2836 2009-12-17  Glenn Morris  <rgm@gnu.org>
2837
2838         * gnus-group.el (gnus-bug-group-download-format-alist):
2839         Change emacs entry to debbugs.gnu.org.  Bump :version.
2840
2841 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2842
2843         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2844
2845 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2846
2847         * message.el (message-info): Explain why we use `Info-goto-node'.
2848
2849 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2852
2853 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2854
2855         * message.el (message-completion-in-region): New compatibility function.
2856         (message-expand-group): Use it.
2857
2858 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2861         with no unread article should be listed if the 2nd arg `predicate' is
2862         given.
2863
2864 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2867
2868 2009-11-29  Juri Linkov  <juri@jurta.org>
2869
2870         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2871         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2872         on `gnus-recenter'. (Bug#4698, Bug#4981)
2873
2874 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2875
2876         * sha1.el (sha1-string-external): default-directory "/" in case
2877         otherwise non-existent.  process-connection-type pipe for touch of
2878         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2879
2880 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2881
2882         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2883         it's comms related and sgml-mode.el has "comm" on that basis too.
2884
2885 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2888         containing tspecial characters if they have been already quoted.
2889
2890 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2891
2892         * dns-mode.el (auto-mode-alist): Purecopy string.
2893
2894 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2895
2896         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2897
2898 2009-10-24  Glenn Morris  <rgm@gnu.org>
2899
2900         * gnus-art.el (help-xref-stack-item): Define for compiler.
2901
2902 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2903
2904         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2905
2906 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2909
2910 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2913         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2914
2915 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2918         (gnus-overlays-in): New alias to overlays-in.
2919
2920         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2921         gnus-overlay-get, and gnus-delete-overlay.
2922         (gnus-summary-show-thread): Make it work as well for systems in which
2923         next-single-char-property-change is not available.
2924         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2925
2926         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2927         (gnus-overlay-get): New alias to extent-property.
2928         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2929
2930         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2931         SXEmacs.
2932
2933         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2934         SXEmacs.
2935
2936 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2939
2940 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2941
2942         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2943         and XEmacs that don't have `remove-overlays'.
2944
2945 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2946
2947         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2948         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2949         selective display.  Use overlays instead.
2950
2951 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2952
2953         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2954
2955 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2956
2957         * spam-stat.el (spam-stat-load): Fix typo in message.
2958
2959 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2960
2961         * dig.el (dig-invoke): Fix typo in docstring.
2962         (query-dig): Reflow docstring.
2963
2964 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2965
2966         * gnus-art.el (gnus-article-encrypt-body):
2967         * message.el (message-check-recipients):
2968         * mm-util.el (mm-codepage-setup):
2969         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2970         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2971
2972 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2973
2974         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2975         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2976         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2977         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2978         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2979
2980 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2981
2982         * dig.el: Add "Keywords: comm", as per net-utils.el.
2983
2984 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2985
2986         * dig.el (dig-mode): Use define-derived-mode.
2987
2988 2009-09-19  Glenn Morris  <rgm@gnu.org>
2989
2990         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2991
2992 2009-09-18  Glenn Morris  <rgm@gnu.org>
2993
2994         * gnus-diary.el (gnus-diary-check-message):
2995         * message.el (message-insert-formatted-citation-line):
2996         * nnbabyl.el (top-level):
2997         * nndiary.el (nndiary-schedule):
2998         Fix typos in condition-case handlers.
2999
3000 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3003         configuration that provides the sole article window in a frame;
3004         position point correctly after deleting a part.
3005
3006 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3007
3008         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3009         (spam-resolve-registrations-routine): Use it to unregister articles
3010         that change status.
3011
3012 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3013
3014         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3015         with XEmacs.
3016         (parse-time-string-chars): Use it.
3017
3018 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3019
3020         * imap.el (imap-interactive-login): Better messages.
3021         (imap-open): Fix bug with renamed buffer on reconnect.
3022         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3023         for easier debugging and cleaner code.  On successful (guessed based on
3024         server capabilities) secondary authentication, set imap-state
3025         correctly.
3026         (imap-last-authenticator): Define imap-last-authenticator as a variable
3027         to avoid warnings.
3028
3029 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * nnrss.el (nnrss-request-article): Remove binding of
3032         default-enable-multibyte-characters that has gotten needless by
3033         the 2007-07-13 change in rfc2047-encode-message-header.
3034
3035         * mml.el (mml-insert-multipart): Error on the message header.
3036         (mml-insert-part): Error on the message header; position point at
3037         the end of a MIME tag.
3038
3039 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * time-date.el (autoload): Expand define-obsolete-function-alias into
3042         defalias and make-obsolete for old Emacsen that Gnus supports.
3043         (with-no-warnings): Define it for old Emacsen.
3044         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3045         is available.
3046         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3047         float-time is available; suppress compile warning for time-to-seconds.
3048
3049         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3050         (gnus-float-time): Alias to float-time if it exists.
3051
3052         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3053         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3054         float-time is available; suppress compile warning for time-to-seconds.
3055
3056         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3057         XEmacs.
3058
3059 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3060
3061         * imap.el (imap-message-map): Docstring fix.
3062
3063 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3066         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3067         Add the optional argument `encoding' that overrides the default.
3068
3069         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3070         mm-encode-buffer.
3071
3072 2009-09-04  Glenn Morris  <rgm@gnu.org>
3073
3074         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3075         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3076         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3077         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3078         * mm-util.el (mm-with-unibyte-current-buffer)
3079         (mm-find-buffer-file-coding-system):
3080         * yenc.el (yenc-decode-region): Use default-value rather than
3081         default-enable-multibyte-characters.
3082
3083 2009-09-03  Glenn Morris  <rgm@gnu.org>
3084
3085         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3086         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3087         than default-enable-multibyte-characters.
3088
3089 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3090
3091         * gnus-art.el (gnus-article-read-summary-keys):
3092         Fix gnus-buffer-configuration's value temporarily used.
3093
3094 2009-09-02  Glenn Morris  <rgm@gnu.org>
3095
3096         * gnus-util.el (gnus-float-time): New function.
3097         * gnus-delay.el (gnus-delay-article):
3098         * gnus-sum.el (gnus-thread-latest-date):
3099         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3100         * nnspool.el (nnspool-request-newgroups):
3101         Use gnus-float-time rather than time-to-seconds.
3102         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3103
3104         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3105         (gnus-header-subject-face, gnus-header-newsgroups-face)
3106         (gnus-header-name-face, gnus-header-content-face):
3107         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3108         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3109         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3110         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3111         (gnus-cite-face-11):
3112         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3113         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3114         (gnus-server-closed-face, gnus-server-denied-face)
3115         (gnus-server-offline-face):
3116         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3117         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3118         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3119         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3120         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3121         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3122         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3123         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3124         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3125         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3126         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3127         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3128         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3129         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3130         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3131         (gnus-summary-high-undownloaded-face)
3132         (gnus-summary-low-undownloaded-face)
3133         (gnus-summary-normal-undownloaded-face)
3134         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3135         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3136         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3137         (gnus-splash-face):
3138         * message.el (message-header-to-face, message-header-cc-face)
3139         (message-header-subject-face, message-header-newsgroups-face)
3140         (message-header-other-face, message-header-name-face)
3141         (message-header-xheader-face, message-separator-face)
3142         (message-cited-text-face, message-mml-face):
3143         * sieve-mode.el (sieve-control-commands-face)
3144         (sieve-action-commands-face, sieve-test-commands-face)
3145         (sieve-tagged-arguments-face):
3146         * spam.el (spam-face):
3147         Mark face aliases with "-face" in the name as obsolete.
3148
3149 2009-09-01  Glenn Morris  <rgm@gnu.org>
3150
3151         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3152         than goto-line.
3153
3154 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3157         Don't move point if the command is invoked inside the message header.
3158
3159 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3160
3161         * imap.el (imap-send-command): Simplify.
3162         (imap-wait-for-tag): point-max -> buffer-size.
3163
3164 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3165
3166         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3167         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3168         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3169         * nnir.el (nnir-swish-e-index-file):
3170         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3171         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3172         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3173         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3174         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3175         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3176
3177 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3180         Don't save excursion.
3181
3182 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3183
3184         * nnheader.el (nnheader-find-file-noselect):
3185         * mm-util.el (mm-insert-file-contents):
3186         Use (default-value 'major-mode) instead of default-major-mode.
3187
3188 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3189
3190         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3191
3192 2009-08-26  Glenn Morris  <rgm@gnu.org>
3193
3194         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3195         than placing in files.el.
3196
3197 2009-08-25  Glenn Morris  <rgm@gnu.org>
3198
3199         * nnir.el (top-level): Don't require cl at run-time.
3200         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3201         Replace cl-function substitute with gnus-replace-in-string.
3202         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3203         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3204         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3205         simplified expansions.
3206
3207 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3208
3209         * dig.el (dig): Add autoload cookie.
3210
3211 2009-08-22  Glenn Morris  <rgm@gnu.org>
3212
3213         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3214         goto-line.
3215
3216 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3217
3218         * parse-time.el (parse-time-string-chars): Save match data.
3219
3220 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3221
3222         * parse-time.el (parse-time-string-chars): Compute using character
3223         classes, to handle non-ascii characters (Bug#3190).
3224
3225 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3228
3229         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3230         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3231         (gnus-mm-display-part, gnus-mime-display-single)
3232         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3233         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3234
3235         * gnus-sum.el
3236         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3237         (gnus-summary-move-article): Add expirable mark to articles copied or
3238         moved to group that has auto-expire turned on if the option is non-nil.
3239
3240 2009-07-24  Glenn Morris  <rgm@gnu.org>
3241
3242         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3243         Fix typo.  (Bug#3903)
3244
3245 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3248         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3249         that should not be used for draft articles.
3250         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3251         that has no concern in minor mode keys.
3252         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3253         Abolish.
3254
3255 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3258         article without making inquiry to a user for unknown encoding.
3259
3260         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3261         (nnmaildir--scan): Assume i-node and device number that file-attributes
3262         returns might be cons-cell.
3263
3264         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3265
3266         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3267
3268 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3269
3270         * auth-source.el: Remove docs now in auth.texi.  Don't use
3271         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3272         `auth-source-hide-passwords' and use them.
3273
3274 2009-07-15  Glenn Morris  <rgm@gnu.org>
3275
3276         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3277
3278 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3281         excessive whitespace from the default values of title and description.
3282
3283 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3286         mail-fetch-field to fetch Content-Description header in order to
3287         exclude newlines.
3288
3289 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3290
3291         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3292         format used by GnuPG 2.0.11.
3293
3294 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3297         to deleted part.
3298
3299 2009-05-30  David Engster  <dengste@eml.cc>
3300
3301         * nnmairix.el: Remove old documentation in the commentary block.
3302         (nnmairix-request-group): Do not update active file for nnml back ends.
3303         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3304         end so that overview files are ignored.
3305         (nnmairix-update-groups): Make updating the groups more robust by using
3306         marks.
3307         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3308         with dollar characters in message-id.
3309
3310 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3311
3312         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3313         2008-12-25 in dns.el.
3314
3315 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3316
3317         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3318         could happen if the text is only composed of spaces and/or tabs.
3319
3320 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3321
3322         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3323         when sending a queued message to avoid extra mml tags.
3324
3325 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3328
3329 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3332         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3333         rmail-toggle-header for XEmacs;
3334         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3335
3336 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * gnus-dired.el: Remove autoload for gnus-setup-message.
3339         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3340         displaying Gnus logo; always use compose-mail.
3341
3342 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3345
3346 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3349         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3350         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3351         available.
3352         (gnus-nocem-epg-verify): New function.
3353
3354 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3355
3356         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3357
3358 2009-02-15  Glenn Morris  <rgm@gnu.org>
3359
3360         * gnus-util.el (rmail-insert-rmail-file-header)
3361         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3362         autoloads.
3363         (rmail-default-rmail-file): Remove unnecessary declaration.
3364         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3365
3366 2009-02-14  Glenn Morris  <rgm@gnu.org>
3367
3368         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3369         variable (only used in gnus-util, which declares it anyway).
3370         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3371         which was only needed by gnus-art (changed to not use it any more).
3372         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3373         only used in gnus-util, which autoloads it itself.
3374         (rmail-update-summary): Fix autoload.
3375
3376         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3377         rather than rmail-output-to-rmail-file.
3378
3379 2009-02-07  Glenn Morris  <rgm@gnu.org>
3380
3381         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3382         autoload of function that no longer exists.
3383         (rmail-toggle-header): Declare.
3384         (message-forward-rmail-make-body): Handle mbox Rmail.
3385
3386 2009-01-31  Glenn Morris  <rgm@gnu.org>
3387
3388         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3389         2009-01-09 change.
3390
3391 2009-01-31  Dave Love  <fx@gnu.org>
3392
3393         * imap.el (imap-fetch-safe): Bind debug-on-error.
3394         (imap-debug): Add imap-fetch-safe.
3395
3396 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3397
3398         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3399         (auth-source-forget-all-cached): New convenience function.
3400         (auth-source-user-or-password): Accept list of modes or a single mode.
3401
3402         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3403         auth-source modes.
3404
3405         * netrc.el (netrc-machine-user-or-password): Use list of
3406         auth-source modes.
3407
3408         * nnimap.el (nnimap-open-connection): Use list of
3409         auth-source modes.
3410
3411         * nntp.el (nntp-send-authinfo): Use list of
3412         auth-source modes.
3413
3414 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3415
3416         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3417         now.
3418
3419 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3422         coding system in XEmacs; add a workaround for XEmacs.
3423
3424         * lpath.el: Fbind coding-system-aliasee.
3425
3426 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3429         of current-language-environment.
3430
3431 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3432
3433         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3434         available at runtime.
3435
3436 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3439
3440 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3441
3442         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3443         the greatest positive fixnum value doesn't work under an XEmacs with
3444         bignum support; use the most-positive-fixnum constant instead,
3445         available since Emacs 21.1 with cl and XEmacs 21.1.
3446
3447 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3450         XEmacs gets not to work.
3451
3452 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * mm-util.el (mm-coding-system-priorities): Allow the value like
3455         "Japanese (UTF-8)" of current-language-environment.
3456
3457 2009-01-09  Glenn Morris  <rgm@gnu.org>
3458
3459         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3460         with last-command-event.
3461
3462 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3463
3464         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3465         in the doc string.
3466
3467         * message.el (message-fix-before-sending): Amend comment.
3468
3469 2009-01-08  Dave Love  <fx@gnu.org>
3470
3471         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3472
3473 2009-01-07  David Engster  <dengste@eml.cc>
3474
3475         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3476         simplified server definitions by converting it via
3477         gnus-server-to-method.
3478
3479 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3482         parameter's operands.
3483
3484 2009-01-06  David Engster  <dengste@eml.cc>
3485
3486         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3487         primary select method (for gnus-group-mark-article-as-read).
3488
3489 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3490
3491         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3492         `(gnus)Face', not `(gnus)X-Face'.
3493
3494 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * mm-util.el (mm-ucs-to-char): New function.
3497
3498         * mm-url.el (mm-url-decode-entities): Use it.
3499
3500         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3501         unicode-to-char.
3502
3503 2009-01-05  Dave Love  <fx@gnu.org>
3504
3505         * time-date.el: Require cl for `declare'.
3506
3507 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3510         Dave Love.
3511
3512 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3513
3514         * message.el (message-fix-before-sending): Add `eight-bit' to
3515         illegible-text check.
3516
3517 2009-01-03  Michael Olson  <mwolson@gnu.org>
3518
3519         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3520         `headers' is nil.  This can occur if the IMAP server does not have
3521         permissions to read messages from a folder, but can write new messages
3522         to the folder.
3523         (nnimap-request-article-part): Do not insert `data' if it is nil.
3524
3525         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3526         characters which will confuse `read', so skip past them.
3527
3528 2009-01-01  Dave Love  <fx@gnu.org>
3529
3530         * imap.el (imap-string-to-integer): Fix typo.
3531         (imap-fetch-safe): New function.
3532         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3533
3534         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3535
3536         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3537         (imap-parse-greeting): Fix doc strings.
3538         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3539         (imap-parse-flag-list): Make messages unique.
3540         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3541
3542         * nnimap.el: Fix author email.
3543         (nnimap-split-rule): Add FIXME comment.
3544         (nnimap-debug): Fix doc string.
3545
3546 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3549
3550 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3551
3552         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3553         nslookup if resolv.conf isn't available.
3554         (dns-query): Rename from query-dns.
3555         (dns-query-cached): Rename from query-dns-cached.
3556
3557 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3560         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3561         to check if those variables exist (first appeared in Emacs 18.50).
3562
3563 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * mm-util.el (mm-line-number-at-pos): New function.
3566
3567         * spam-report.el (spam-report-process-queue): Use it.
3568
3569 2008-12-24  David Engster  <dengste@eml.cc>
3570
3571         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3572         parameters that haven't existed as variables as buffer-local variables.
3573
3574 2008-12-23  Dave Love  <fx@gnu.org>
3575
3576         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3577         cadar.
3578
3579         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3580         imap-starttls-p.
3581         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3582
3583 2008-12-22  Dave Love  <fx@gnu.org>
3584
3585         * imap.el: Fix author email.  Doc fixes.
3586         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3587         reply.
3588
3589 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3590
3591         * spam-report.el (spam-report-gmane-max-requests): New constant.
3592         (spam-report-gmane-wait): New variable.
3593         (spam-report-gmane-ham, spam-report-gmane-spam)
3594         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3595         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3596         the server.
3597
3598         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3599         Add explanations.
3600
3601         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3602         nnheader-accept-process-output and nnheader-read-timeout if available.
3603         (pop3-movemail): Use it.
3604
3605         * message.el (message-check-news-body-syntax): Fix signature check if
3606         there's an attachment.
3607
3608 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * mm-util.el: Add comments to the mm- emulating functions.
3611
3612 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3615         by Stephen Berman <stephen.berman@gmx.net>.
3616
3617 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * mm-util.el (mm-substring-no-properties): New function.
3620         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3621         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3622         (mm-string-to-multibyte): Doc fix.
3623
3624         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3625
3626 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3627
3628         * mml.el (mml-attach-file): Strip text properties from file name.
3629         (Bug#1574)
3630
3631 2008-12-16  Glenn Morris  <rgm@gnu.org>
3632
3633         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3634
3635 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3638         knows since the charset specified might be a bogus alias that
3639         mm-charset-synonym-alist provides.
3640
3641 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3642
3643         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3644         "ISO_8859-1".
3645
3646         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3647
3648 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * mm-util.el (mm-charset-eval-alist):
3651         Define it before mm-charset-to-coding-system.
3652         (mm-charset-to-coding-system): Add optional argument `silent';
3653         define it before mm-charset-override-alist.
3654         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3655         default value if it can be used in Emacs currently running;
3656         silence mm-charset-to-coding-system.
3657
3658 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3661         `allow-override' which says whether to use `mm-charset-override-alist'.
3662         (rfc2047-decode-encoded-words): Use it.
3663
3664         * mm-util.el (mm-charset-override-alist): Fix custom type;
3665         add `(gb2312 . gbk)' to choices.
3666
3667 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3670         fast.
3671
3672         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3673
3674         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3675
3676 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3677
3678         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3679         on links.
3680
3681         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3682
3683 2008-12-03  Lute Kamstra  <lute@gnu.org>
3684
3685         * sha1.el: Remove leading * from docstrings of defcustoms,
3686         deffaces, defconsts and defuns.
3687
3688 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3691         users' addresses that don't have domain parts.
3692         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3693         rather than message-narrow-to-head since there will be the message
3694         header separator.
3695
3696 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3697
3698         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3699         since the result is inserted in a unibyte buffer anyway.
3700         (nnimap-demule-use-string-to-multibyte): Remove.
3701         (nnimap-demule): Alias it to mm-string-to-multibyte.
3702
3703 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3704
3705         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3706         variable for debugging bug#464 and bug#1174.
3707         (nnimap-demule): Use it.
3708
3709 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3710
3711         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3712         score calculation correctly.
3713
3714 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3715
3716         * message.el (message-send-mail): Just set the buffer to unibyte
3717         rather than use mm-with-unibyte-current-buffer which does a lot more.
3718         (message-send-mail-partially): Don't bother with
3719         mm-with-unibyte-current-buffer since it's already been made unibyte by
3720         message-send-mail.
3721
3722 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3723
3724         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3725
3726 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3727
3728         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3729
3730 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3733         require itself and to remove `with-no-warnings'.
3734
3735 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3736
3737         * starttls.el (starttls-any-program-available): Get the name of the
3738         available TLS layer program.
3739         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3740         well as the host name in the "opening" message.
3741
3742         * auth-source.el (auth-source-cache, auth-source-do-cache)
3743         (auth-source-user-or-password): Cache passwords and logins by default,
3744         allow override with `auth-source-do-cache'.
3745         (auth-source-forget-user-or-password): Allow users to remove cache
3746         entries if needed.
3747
3748 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3749
3750         * md4.el (md4-buffer): Fix typo in docstring.
3751         (md4, md4-64): Doc fixes.
3752         (md4-pack-int32): Reflow docstring.
3753
3754 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3755
3756         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3757         condition-case to only the forward-sexp call.
3758
3759 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3762         quotes contained.  Make it more robust regardless by an extra
3763         condition-case wrapper.
3764
3765 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3768
3769 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * nnml.el (nnml-request-expire-articles): Check if the function set to
3772         `nnmail-expiry-target' returns the symbol `delete'.
3773
3774         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3775
3776         * nnmail.el (nnmail-expiry-target): Fix custom type.
3777
3778 2008-10-02  Glenn Morris  <rgm@gnu.org>
3779
3780         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3781         Silence compiler warning.
3782
3783 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3784
3785         * tls.el (open-tls-stream): Show the actual command being
3786         executed, instead of the format string.
3787
3788 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * lpath.el: Fbind codepage-setup for Emacs 23.
3791
3792 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3793
3794         * mml.el (mml-menu): Don't assume mml2015 is bound.
3795
3796 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3799         exists.
3800
3801 2008-09-27  Glenn Morris  <rgm@gnu.org>
3802
3803         * gnus-util.el (mail-header-remove-comments): Autoload it.
3804
3805 2008-09-27  Andreas Schwab  <schwab@suse.de>
3806
3807         * gnus-util.el (gnus-split-references): Strip comments.
3808         (gnus-parent-id): Likewise.
3809
3810 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * message.el (message-confirm-send): Fix version.
3813
3814 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * message.el (message-idna-to-ascii-rhs-1): Use
3817         mail-extract-address-components rather than mail-header-parse-addresses
3818         that is an alias by default to ietf-drums-parse-addresses that does not
3819         support non-ASCII names in headers' contents.
3820
3821 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3822
3823         * message.el (message-confirm-send): Fixed variable documentation to
3824         avoid the "y/n" wording.
3825
3826 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3827
3828         * message.el (message-set-auto-save-file-name): Save to a different
3829         filename so multiple messages (especially drafts) can be recovered.
3830
3831 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * message.el (message-confirm-send): Add appropriate version.
3834
3835 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3836
3837         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3838         defvar.
3839
3840 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3841
3842         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3843         (mm-pkcs7-enveloped-magic): Ditto.
3844
3845 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3846
3847         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3848         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3849
3850 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3853         default, it's better.
3854
3855 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3856
3857         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3858         summary line gnus-number property and ignore them (with a warning
3859         message).
3860
3861 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3864         macro caddr in the interactive form since it won't be expanded.
3865
3866 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3869         `charset'; fix name of function called recursively.
3870         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3871
3872 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3875         (gnus-mime-set-charset-parameters): New function.
3876         (gnus-mime-view-part-as-charset): Use it to correctly display part
3877         specifying wrong charset.
3878
3879 2008-09-08  David Engster  <dengste@eml.cc>
3880
3881         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3882         in completing-read for back end server.
3883
3884 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * message.el (message-confirm-send): New variable to confirm sending a
3887         message.
3888         (message-send): Use it.
3889
3890 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3893
3894 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3897
3898 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3899
3900         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3901         prevent tracking too many groups.
3902         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3903         Use it.
3904
3905 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3906
3907         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3908         moving point to the bottom of the window in order to avoid recentering.
3909
3910 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3913
3914         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3915         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3916         (gnus-article-beginning-of-window): Fix calculation.
3917
3918 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-msg.el (gnus-summary-supersede-article)
3921         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3922         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3923         message header.
3924
3925 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3926
3927         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3928         pending output coming after the status change.
3929
3930 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3931
3932         * message.el:
3933         * gnus-start.el:
3934         * gnus-registry.el: Remove VMS support.
3935
3936 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3939         macro.
3940         (rfc2104-hash): Use it.
3941
3942 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3945         (gnus-summary-sort-by-most-recent-date): New commands.
3946         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3947         and menu entries.
3948
3949 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3952         don't redisplay article for raw contents; remove plural articles stuff.
3953
3954         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3955         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3956         on gnus-summary-save-article; display results properly.
3957
3958 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * lpath.el: No need to fbind ns-focus-frame.
3961
3962 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3965
3966 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3969         gnus-save-all-headers.
3970
3971 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3972
3973         * gnus-util.el (ns-focus-frame): Remove declaration.
3974         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3975         like x.
3976
3977 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3978
3979         * rfc2104.el (rfc2104-zero): Delete defconst.
3980         (rfc2104-hex-alist): Likewise.
3981         (rfc2104-hex-to-int): Delete func.
3982         (rfc2104-hexstring-to-bitstring): Likewise.
3983         (rfc2104-nybbles): New defconst.
3984         (rfc2104-hash): Rewrite for speed.
3985
3986 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * tls.el (open-tls-stream): Make it work with the 2nd argument
3989         BUFFER that is a string but does not exist as a buffer object, as
3990         mentioned in the doc-string.
3991
3992 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3995         SXEmacs.
3996
3997 2008-07-16  Glenn Morris  <rgm@gnu.org>
3998
3999         * gnus-util.el (ns-focus-frame): Declare for compiler.
4000
4001 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4004         set as a group parameter.
4005         (gnus-summary-save-in-pipe): Work when it is called independently.
4006         (gnus-summary-pipe-to-muttprint): Don't modify
4007         gnus-summary-pipe-output-default-command.
4008
4009 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4010
4011         * message.el (message-send-mail-with-sendmail):
4012         Display the error message.
4013
4014 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-art.el (gnus-default-article-saver):
4017         Add gnus-summary-save-in-pipe to choices.
4018         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4019         gnus-summary-pipe-output-default-command as the default command.
4020         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4021         instead of gnus-last-shell-command.
4022
4023         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4024         New user option.
4025         (gnus-summary-muttprint-program): Mention the value will be changed.
4026         (gnus-summary-save-article): Force showing of all headers.
4027         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4028
4029 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4030
4031         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4032
4033 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4034
4035         * nnimap.el (nnimap-id):
4036         * sieve-manage.el (sieve-manage-open): Doc fixes.
4037
4038 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4039
4040         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4041         if available.
4042
4043 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4044
4045         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4046
4047         * nnkiboze.el (nnkiboze-generate-group):
4048         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4049
4050         * nnmairix.el: Require CL.
4051
4052 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * dgnushack.el: Autoload get-display-table and put-display-table for
4055         XEmacs 21.5.
4056
4057         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4058         21.4 and SXEmacs.
4059
4060 2008-06-15  David Engster  <dengste@eml.cc>
4061
4062         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4063
4064 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4065
4066         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4067         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4068         runtime choice under XEmacs.
4069
4070         * gnus-sum.el (gnus-summary-set-display-table):
4071         Use `gnus-put-display-table', `gnus-get-display-table',
4072         `gnus-set-display-table' for the display table, instead of `aset'.
4073
4074         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4075         Use `gnus-put-display-table', `gnus-get-display-table',
4076         `gnus-set-display-table' for the display table.
4077
4078 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4079
4080         * nnmairix.el: Add autoloads.
4081
4082 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * nnmairix.el (nnmairix-delete-recreate-group)
4085         (nnmairix-update-and-clear-marks): Fix error messages.
4086
4087 2008-06-14  David Engster  <dengste@eml.cc>
4088
4089         * nnmairix.el: Upgrade to version 0.6.
4090         (nnmairix-group-toggle-propmarks-this-group)
4091         (nnmairix-group-toggle-readmarks-this-group)
4092         (nnmairix-group-delete-recreate-this-group)
4093         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4094         (nnmairix-remove-tick-mark-original-article): New commands.
4095         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4096         (nnmairix-propagate-marks-to-nnmairix-groups)
4097         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4098         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4099         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4100         functions needed for marks propagation and manipulation of read marks.
4101         (nnmairix-update-groups): New function.
4102         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4103         (nnmairix-determine-original-group-from-registry)
4104         (nnmairix-determine-original-group-from-path)
4105         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4106         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4107         New helper functions.
4108         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4109         keystrokes for new commands.
4110         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4111         (nnmairix-request-group): Check allow-fast group parameter.
4112         (nnmairix-request-create-group): Set allow-fast group parameter if
4113         nnmairix-allowfast-default is set.
4114         (nnmairix-close-group): Propagate marks upon closing if needed.
4115         (nnmairix-group-toggle-threads-this-group): Use new.
4116         nnmairix-group-toggle-parameter helper function.
4117         (nnmairix-search): Better check for empty search result.
4118         (nnmairix-goto-original-article): Use new helper functions for
4119         determining original article.
4120         (nnmairix-show-original-article): Make sure message-id is in brackets.
4121         (nnmairix-call-mairix-binary): Change variable name.
4122         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4123         helper function.
4124         (nnmairix-widget-toggle-activate): Fix doc string.
4125
4126 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * nnir.el: Require edmacro when compiling with XEmacs.
4129         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4130         available in Emacs 21.
4131
4132 2008-06-11  Glenn Morris  <rgm@gnu.org>
4133
4134         * gnus-util.el (x-focus-frame):
4135         * gnus.el (image-size):
4136         * mm-decode.el (image-size): Declare.
4137
4138         * gnus-picon.el (declare-function): Add compat definition.
4139         (image-size): Declare.
4140
4141         * gnus-group.el (tool-bar-map):
4142         * gnus-sum.el (tool-bar-map): Define for compiler.
4143
4144         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4145
4146         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4147
4148         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4149         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4150         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4151         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4152         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4153         * sieve-manage.el, spam-report.el, spam.el:
4154         Remove unnecessary eval-and-compile of autoloads.
4155
4156 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4157
4158         * auth-source.el: Precise Tramp doc.
4159
4160 2008-06-07  Glenn Morris  <rgm@gnu.org>
4161
4162         * nnmairix.el: Remove unnecessary eval-when-compile.
4163
4164 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * lpath.el: Fbind propertize for XEmacs 21.4.
4167
4168 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4169
4170         * nnir.el: Move here from ../contrib.
4171
4172 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4173
4174         * gnus-util.el (gnus-read-shell-command): New function.
4175         * mm-decode.el (mm-pipe-part):
4176         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4177
4178 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4181
4182 2008-06-03  Glenn Morris  <rgm@gnu.org>
4183
4184         * pop3.el (nnheader-accept-process-output): Autoload it.
4185
4186 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4189         are not 2-digit hexadecimal characters that follow `%'s.
4190
4191 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4192
4193         * message.el (message-bogus-recipient-p): Fix type in doc string.
4194         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4195         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4196         Improve custom options.
4197         (message-bogus-recipient-p): Adjust accordingly.
4198
4199 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4200
4201         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4202         long-form month and day names.
4203
4204 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * dgnushack.el: Autoload debug, eudc-expand-inline and
4207         pgg-snarf-keys-region for XEmacs.
4208
4209         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4210
4211         * nnmairix.el: Require edmacro when compiling with XEmacs.
4212
4213 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4216         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4217
4218 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4219
4220         * auth-source.el: Add more docs.
4221
4222         * netrc.el (netrc-machine): Always match if the port is not given.
4223
4224 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4227         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4228         retrieval faster in some cases, but might make CPU usage larger.  If
4229         this has any bad side effects, we might revert this change.
4230
4231         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4232         seems to make mail retrieval much, much faster.
4233         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4234         unconditionally.
4235
4236         * gnus-draft.el (gnus-group-send-queue): Bind
4237         message-send-mail-partially-limit to nil to avoid being prompted.
4238
4239 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4242
4243         * message.el (message-bogus-address-regexp): Fix and improve custom
4244         type.
4245         (message-setup-hook): Add message-check-recipients as custom option.
4246
4247 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * message.el (message-cite-function): Remove bogus autoload which crept
4250         in during merge from v5-10.
4251
4252 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4255
4256         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4257
4258         * auth-source.el: Preliminary Tramp docs.
4259         (auth-sources): Change the default auth-sources to use
4260         EPA .gpg files.
4261
4262 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4263
4264         * nntp.el: Autoload `auth-source-user-or-password'.
4265         (nntp-send-authinfo): Use it.
4266
4267         * nnimap.el: Autoload `auth-source-user-or-password'.
4268         (nnimap-open-connection): Use it.
4269
4270         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4271         for the gnus-message function.
4272         (auth-source-user-or-password): Use it.
4273
4274 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4275
4276         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4277         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4278         (rfc2104-hash): Use it.
4279
4280 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4281
4282         * gnus-art.el (gnus-article-toggle-truncate-lines):
4283         Don't use `iff' in docstring.
4284
4285 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4288
4289         * gnus-util.el (gnus-extract-address-component-name)
4290         (gnus-extract-address-component-email): Convenience functions around
4291         `gnus-extract-address-components'.
4292
4293         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4294         Use `gnus-extract-address-component-email' to fix bug of comparing full
4295         sender name to `user-mail-address'.
4296
4297 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4298
4299         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4300         catch/throw to optimize.
4301         (gnus-registry-find-keywords): Just use member to find a keyword.
4302
4303 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4304
4305         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4306         is current before calling gnus-server-prepare.
4307         (gnus-server-setup-buffer, gnus-server-update-server)
4308         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4309
4310 2008-05-04  Juri Linkov  <juri@jurta.org>
4311
4312         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4313         (mailcap-file-default-commands): Use mailcap-replace-in-string
4314         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4315         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4316
4317 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4318
4319         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4320
4321 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4322
4323         * gnus.el: Bump version to 0.11.
4324
4325 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4326
4327         * gnus.el: No Gnus v0.10 is released.
4328
4329 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4332         hooks.
4333         (gnus-update-read-articles): Speed up non-marks-using users.
4334         (gnus-use-marks): Define gnus-use-marks.
4335         (gnus-propagate-marks): Rename variable to something more sensible.
4336
4337 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4338
4339         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4340         (gmm-image-load-path-for-library): Fix typos in docstrings.
4341         (gmm-message): Reflow docstring.
4342
4343 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * mail-source.el (mail-source-set-1, mail-source-bind):
4346         Move auth-source code out of the macro to clean it up and fix bugs.
4347
4348 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4351         by sender if it's equal to user-mail-address, it's likely to be
4352         useless.
4353
4354         * mail-source.el (mail-source-bind): Don't use user or password if they
4355         are not bound.  Unintern them if they are nil.  Don't use server unless
4356         it's bound, and default it to empty string otherwise.
4357
4358 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4359
4360         * mail-source.el: Load auth-source.el.
4361         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4362         get user name or password, if auth-sources is set up.
4363
4364         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4365         strategy of splitting with parent.
4366         (gnus-registry-split-fancy-with-parent)
4367         (gnus-registry-post-process-groups): Use it and fix prior
4368         bug (returning a list as the split result).
4369
4370         * auth-source.el (auth-sources): Remove server parameter.
4371         (auth-source-pick, auth-source-user-or-password)
4372         (auth-source-user-or-password-imap)
4373         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4374         (auth-source-user-or-password-sftp)
4375         (auth-source-user-or-password-smtp): Remove server parameter.
4376
4377 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4378
4379         * smime.el (smime-sign-region, smime-encrypt-region)
4380         (smime-decrypt-region):
4381         Remove redundant calls to `generate-new-buffer-name'.
4382
4383 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4384
4385         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4386         Don't use QP for message/rfc822.
4387         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4388
4389 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4390
4391         * sieve-manage.el (sieve-string-bytes): Remove.
4392         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4393         correct byte-length only if the process's coding-system is the same as
4394         the one used internally by Emacs to represent strings.
4395
4396 2008-04-22  Juri Linkov  <juri@jurta.org>
4397
4398         * mailcap.el (mailcap-file-default-commands): New function.
4399
4400 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * message.el (message-signature-separator, message-cite-function):
4403         Change custom version.
4404
4405 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4406
4407         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4408         commands.
4409         (tls-checktrust): Ditto.
4410
4411 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * mm-decode.el (mm-display-external): Make temp file read-only.
4414
4415 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4418         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4419         `C-c C-f d'.
4420
4421 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4422
4423         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4424
4425 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4426
4427         * gnus.el: Bump version to 0.9.
4428
4429 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4430
4431         * gnus.el: No Gnus v0.8 is released.
4432
4433 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4434
4435         * mail-source.el (mail-source-value):
4436         Prefer fboundp to functionp so it works with macros as well.
4437
4438 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4439
4440         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4441         Fix last change in case the element is not even a symbol.
4442
4443 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4444
4445         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4446         Prefer fboundp to functionp so it works with macros as well.
4447
4448 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * auth-source.el: Added docs.
4451         (auth-sources): Modify format to support server.
4452         (auth-source-pick, auth-source-user-or-password)
4453         (auth-source-user-or-password-imap)
4454         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4455         (auth-source-user-or-password-sftp)
4456         (auth-source-user-or-password-smtp): Add server parameter.
4457
4458 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * gnus-registry.el: Initialize the registry when gnus-registry-install
4461         is t.
4462
4463 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * compface.el (uncompface): Make buffer unibyte.
4466
4467 2008-04-05  Glenn Morris  <rgm@gnu.org>
4468
4469         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4470
4471 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4472
4473         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4474         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4475
4476         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4477         multibyteness after rather than before erasing it.
4478
4479         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4480         mm-with-multibyte.
4481         (gnus-request-article-this-buffer): Make sure the proper decoding is
4482         used if gnus-original-article-buffer happens to be unibyte.
4483
4484         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4485         default-enable-multibyte-characters.
4486
4487         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4488         default-enable-multibyte-characters.
4489
4490         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4491
4492         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4493
4494 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4495
4496         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4497         (imap-message-copyuid-1): Use it.
4498         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4499         J. Williams in
4500         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4501
4502         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4503         imap-enable-exchange-bug-workaround.
4504         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4505
4506 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4507
4508         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4509         a 100 byte status-checks into a 2-3MB transfer for each group.
4510         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4511         to enable bug workaround or not.
4512         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4513
4514 2008-03-31  Glenn Morris  <rgm@gnu.org>
4515
4516         * message.el (mml2015-use): Declare for compiler.
4517         (message-info): Require mml2015 when appropriate.
4518
4519 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4522         whitespace.
4523
4524 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4525
4526         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4527         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4528         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4529         (nntp-service-to-port): New function.
4530         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4531         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4532         (nntp-open-netcat-stream): New function.
4533         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4534
4535 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4536
4537         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4538
4539 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4540
4541         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4542
4543 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4544
4545         * dns.el (dns-write): Use set-buffer-multibyte.
4546
4547 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4548
4549         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4550
4551 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4552
4553         * message.el (message-signature-separator): Change default.
4554         Improve custom type.
4555         (message-cite-function): Change default to
4556         message-cite-original-without-signature.
4557
4558         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4559         toggle.
4560
4561         * message.el (message-check-news-body-syntax): Fix signature check.
4562         (message-setup-1): Mark buffer as unmodified _after_ running
4563         message-setup-hook and handling message-alternative-emails.
4564         (message-shorten-references): Be more strict when building list of
4565         valid references to comply with GNKSA.
4566
4567         * gnus-group.el (gnus-read-ephemeral-bug-group)
4568         (gnus-read-ephemeral-debian-bug-group)
4569         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4570
4571         * message.el (message-info): Don't use booleanp which isn't supported
4572         in Emacs 21 and XEmacs.
4573
4574 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4577         gnus-group-gmane-group-download-format.
4578         (gnus-group-read-ephemeral-gmane-group): Rename from
4579         gnus-group-read-ephemeral-gmane-group.
4580         (gnus-read-ephemeral-gmane-group-url): Rename from
4581         gnus-group-read-ephemeral-gmane-group-url.
4582         (gnus-bug-group-download-format-alist): New variable.
4583         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4584         (gnus-read-ephemeral-emacs-bug-group): New commands.
4585
4586 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4587
4588         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4589         (gnus-visible-headers): Improve custom type.
4590
4591 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4592
4593         * mml.el (mml-menu): Add workarounds for XEmacs.
4594
4595         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4596         X-Boundary header.
4597
4598         * message.el (message-simplify-recipients): Fix previous commit.
4599
4600 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4601
4602         * mm-util.el (mm-set-buffer-multibyte): New function.
4603         * mm-decode.el (mm-copy-to-buffer): Use it.
4604
4605 2008-03-19  Glenn Morris  <rgm@gnu.org>
4606
4607         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4608         Accidentally removed in the sync process with Emacs.
4609
4610 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * message.el (message-alter-recipients-discard-bogus-full-name):
4613         New function.
4614         (message-alter-recipients-function): New variable.
4615         (message-get-reply-headers): Use it.
4616         (message-replace-header): New helper function.
4617         (message-recipients-without-full-name): New variable.
4618         (message-simplify-recipients): New command.
4619
4620         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4621
4622         * message.el (message-info): Handle EasyPG manual.
4623
4624         * mml.el (mml-menu): Add entry for EasyPG.
4625
4626 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4627
4628         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4629         parameter.
4630
4631         * message.el (message-disassociate-draft): Specify drafts group name
4632         fully.
4633
4634 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4637         unnecessary duplicates from the match list.
4638
4639 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4642
4643         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4644
4645         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4646         args of `how-many' of which the XEmacs version doesn't take; declare
4647         Info-index-next as function.
4648
4649 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4650
4651         * gnus-score.el (gnus-score-headers): Fix handling of
4652         gnus-inhibit-slow-scoring.
4653
4654         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4655         string.
4656         (gnus-button-url-regexp): Improve handling of parenthesis.
4657         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4658         (gnus-button-handle-info-keystrokes): Handle index entries.
4659
4660 2008-03-15  Glenn Morris  <rgm@gnu.org>
4661
4662         * parse-time.el (parse-time-string): Simplify.
4663
4664 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4667         Incoming* files.
4668
4669 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4672         (auth-source-pick): Use it.
4673
4674 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4675
4676         * binhex.el (binhex-decode-region-internal):
4677         * uudecode.el (uudecode-decode-region-internal):
4678         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4679         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4680         setting default-enable-multibyte-characters.
4681
4682 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4683
4684         * auth-source.el (auth-source-protocols)
4685         (auth-source-protocols-customize, auth-source-choices): Added and
4686         modified variable customizations and defaults.
4687         (auth-source-pick, auth-source-user-or-password)
4688         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4689         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4690         (auth-source-user-or-password-sftp)
4691         (auth-source-user-or-password-smtp): Use new variables and provide an
4692         interface to netrc.el.
4693
4694 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4697         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4698         Make sure the nntp port to specify is a string.
4699
4700 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4701
4702         * nntp.el: Use with-current-buffer.
4703         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4704         dubious mm-with-unibyte-current-buffer.
4705         (nntp-with-open-group-function): New function extracted from
4706         nntp-with-open-group macro.
4707         (nntp-with-open-group): Use the function, so it's easier to debug.
4708         Add indentation and debugging info.
4709         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4710         the use of the netcat alternatives.
4711
4712         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4713         Avoid mm-string-as-multibyte as well.
4714
4715         * nnweb.el (nnweb-insert-html):
4716         Remove use of nnheader-string-as-multibyte.
4717
4718         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4719         (nnheader-string-as-multibyte): Remove.
4720
4721         * mm-view.el: Use inhibit-read-only.
4722         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4723         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4724         or unibyte-string.
4725
4726         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4727         (mm-uu-yenc-extract): Use with-current-buffer.
4728
4729         * gnus-soup.el (gnus-soup-send-packet): Don't use
4730         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4731
4732         * nnmh.el: Use with-current-buffer.
4733         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4734         mm-string-as-multibyte on the output of mm-encode-coding-string.
4735
4736         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4737         (nnimap-request-move-article): Use with-current-buffer.
4738
4739         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4740         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4741         conversion uses string-make-unibyte rather than string-as-unibyte.
4742
4743         * gnus-msg.el: Use with-current-buffer.
4744
4745         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4746
4747 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4748
4749         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4750         string for caching if it is 'PIN.
4751
4752 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * lpath.el: Consider the case without Emacs/W3.
4755
4756 2008-03-08  Glenn Morris  <rgm@gnu.org>
4757
4758         * time-date.el (date-to-time, time-subtract, time-add)
4759         (safe-date-to-time): Doc fixes.
4760
4761 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * mail-source.el (mail-source-delete-old-incoming-confirm):
4764         Change default to nil.
4765         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4766
4767 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * lpath.el: Rearrange.
4770
4771         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4772         (gnus-article-goto-prev-page): Work for articles having ^L's.
4773
4774         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4775
4776         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4777
4778 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4779
4780         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4781         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4782         (gnus-bookmark-jump): Adjust some variable names.
4783
4784 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * auth-source.el: New package.
4787         (auth-source-choices): Add customization entry point variable.
4788
4789         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4790         bug.
4791
4792 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4793
4794         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4795         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4796         (gnus-registry-install-shortcuts): Rename from
4797         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4798         the `gnus-registry-mark-map' keymap dynamically from
4799         `gnus-registry-marks'.  The generated functions update the summary line
4800         when a registry mark is added or deleted, and will call
4801         `gnus-registry-install-p' (see the comments in the code).
4802         (gnus-registry-user-format-function-M): Use concat intelligently.
4803
4804         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4805         the registry mark functions.
4806
4807 2008-03-05  Glenn Morris  <rgm@gnu.org>
4808
4809         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4810         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4811         gnus-art.
4812         (top-level): No need to load own source when compiling.
4813
4814 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4815
4816         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4817         Suggested by <chris.anderton@zetnet.co.uk>.
4818
4819 2008-03-04  Glenn Morris  <rgm@gnu.org>
4820
4821         * gnus-sum.el (top-level): No need to require gnus when compiling,
4822         since unconditionally required near start of file.
4823         (gnus-summary-display-while-building): Move definition before use.
4824
4825 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4826
4827         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4828         formatting function.
4829
4830 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4833         with plists.
4834         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4835         Use new format.
4836
4837 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4840         `where-is-internal' that returns a range of key sequences.
4841
4842 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4843
4844         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4845
4846         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4847         (gnus-summary-jump-to-group): Consider windows on other displayed
4848         frames as well.  Similar changes might be needed elsewhere, but that's
4849         the one I've bumped into during my use.
4850
4851         * nndoc.el (nndoc-oe-dbx-type-p):
4852         * gnus-msg.el (gnus-debug):
4853         * gnus-group.el (gnus-update-group-mark-positions):
4854         Use mm-string-to-multibyte.
4855
4856 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4857
4858         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4859         doesn't handle NotDashEscaped.
4860
4861         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4862         (mml-dnd-attach-options): Fix typo in custom choice.
4863
4864         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4865         nndoc-article-type to mbox.
4866         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4867
4868         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4869         to nil, instead of html2text.
4870
4871         * imap.el (imap-debug): Add `imap-ping-server'.
4872
4873         * gnus-bookmark.el: Add FIXMEs.
4874
4875         * message.el (message-form-letter-separator)
4876         (message-send-form-letter-delay): New variables.
4877         (message-send-form-letter): Use them.  New command to send form
4878         letters.  Requested by Uwe Siart.
4879         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4880
4881 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4882
4883         * Update copyright years.
4884
4885 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4886
4887         Sync from EMACS_22_BASE.
4888
4889         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4890
4891 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4892
4893         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4894         empty author.
4895
4896 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4897
4898         * gnus-registry.el (gnus-registry-marks): Add variable for
4899         customization of marks and their appearance.
4900         (gnus-registry-read-mark): Use it.
4901         (gnus-registry-do-marks): Add utility function to loop through
4902         `gnus-registry-marks'.
4903         (gnus-registry-install-shortcuts-and-menus): Add function to install
4904         shortcuts and menus.
4905         (gnus-registry-initialize): Use it.
4906         (gnus-registry-default-mark): Clarify documentation.
4907
4908 2008-02-29  Glenn Morris  <rgm@gnu.org>
4909
4910         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4911         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4912         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4913         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4914         Change defcustom :version from 23.0 to 23.1.
4915
4916 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * gnus-registry.el (gnus-registry-follow-group-p)
4919         (gnus-registry-post-process-groups): Add functions to aid registry
4920         splitting and improve logging.  Clarify behavior in function
4921         documentation.
4922         (gnus-registry-split-fancy-with-parent): Use them.
4923
4924 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4925
4926         * gnus-art.el: Use with-current-buffer.
4927
4928 2008-02-27  David Engster  <dengste@eml.cc>
4929
4930         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4931         Express real group name in the response.
4932
4933 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4936         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4937         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4938         autoload gnus-registry-fetch-group when compiling.
4939         (nnmairix-request-group-with-article-number-correction): Remove
4940         unreferenced argument passed to nnmairix-call-backend.
4941
4942 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4945         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4946         Wilde.
4947
4948 2008-02-27  Glenn Morris  <rgm@gnu.org>
4949
4950         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4951         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4952         variables to defconsts.  Convert comments to doc-strings.
4953         (nnmairix-last-server, nnmairix-current-server): Convert from free
4954         variables to defvars.  Convert comments to doc-strings.
4955         (gnus-registry-fetch-group): Autoload.
4956         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4957         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4958         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4959         caddr.
4960         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4961         nnmairix-request-group-with-article-number-correction call.
4962         (nnmairix-fast, nnmairix-group): New, less general names, for free
4963         variables passed from nnmairix-request-group to
4964         nnmairix-request-group-with-article-number-correction.  Declare.
4965         (nnmairix-request-group-with-article-number-correction):
4966         Use nnmairix-fast, nnmairix-group rather than fast, group.
4967
4968 2008-02-26  David Engster  <dengste@eml.cc>
4969
4970         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4971         version 0.5.
4972
4973 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4974
4975         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4976         instead of making an extra function call.  Don't add the current group
4977         to articles only when they have the group.  Use
4978         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4979         Reported by David <de_bb@arcor.de>.
4980
4981 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4984         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4985
4986 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * mail-source.el (mail-source-delete-incoming): Change default.
4989         Supplement doc string.
4990
4991         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4992
4993 2008-02-14  Glenn Morris  <rgm@gnu.org>
4994
4995         * time-date.el (format-seconds): New function.
4996
4997 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4998
4999         * nnmail.el (nnmail-message-id-cache-file): Derive from
5000         `gnus-home-directory'.
5001
5002 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5003
5004         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5005         Document negative prefix.
5006
5007         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5008
5009 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5010
5011         * message.el (message-unsent-separator): Add the Exim bounce
5012         separator.
5013
5014 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5015
5016         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5017         list.
5018         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5019         recipient/signer list.
5020
5021 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * Makefile.in (datarootdir): Define.
5024         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5025         name that might contain whitespace.
5026
5027 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5028
5029         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5030         fbound (Emacs 23 unicode), signal an error.
5031
5032 2008-02-08  Glenn Morris  <rgm@gnu.org>
5033
5034         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5035
5036 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5037
5038         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5039         ports to the calls to `netrc-machine-user-or-password' in addition to
5040         "imap" and "imaps".
5041
5042 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5043
5044         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5045
5046         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5047
5048 2008-02-01  Kenichi Handa  <handa@m17n.org>
5049
5050         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5051         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5052         (rfc2104-hash): Convert the result of concat to unibyte string.
5053
5054 2008-02-01  Dave Love  <fx@gnu.org>
5055
5056         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5057         coding-system-for-read.
5058         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5059
5060 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5063         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5064         <hanche@math.ntnu.no>.
5065
5066 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5069
5070         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5071
5072 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5073
5074         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5075         * message.el (message-beginning-of-line): Use featurep instead of bound
5076         tests in order to resolve conditionals at compile time.
5077
5078 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5079
5080         * mail-source.el (mail-sources): Add `group' choice.
5081
5082         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5083         parameter `in-group' to control into which group the articles go.
5084         Add treatment of `group' mail-source.
5085
5086 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5089
5090         * mm-decode.el (mm-dissect-buffer): Decode description.
5091
5092         * mml.el (mml-to-mime): Encode message header first.
5093
5094 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5097         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5098
5099         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5100         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5101
5102 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5103
5104         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5105
5106 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5109         prefix keys.
5110         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5111         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5112         gnus-xmas.el.
5113
5114         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5115         (gnus-xmas-article-describe-bindings): New function.
5116         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5117         gnus-xmas-article-describe-bindings.
5118
5119         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5120
5121 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5122
5123         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5124         Add new variables for article mark management.
5125         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5126         list of extra data entries which, when present, will indicate that the
5127         article ID should not be trimmed from the registry.
5128         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5129         functions.
5130         (gnus-registry-read-mark): New function to read a mark name from the
5131         user.
5132         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5133         (gnus-registry-set-article-mark-internal): New functions to add and
5134         remove marks.
5135         (gnus-registry-get-article-marks): New function to show the marks for
5136         an article, or retrieve them for further use.
5137
5138 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5141         keys when no argument is given.
5142
5143 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * imap.el (imap-ping-server): New variable.
5146         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5147         (imap-ping-server): Minor doc string fixes.
5148
5149 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5150
5151         * imap.el (imap-ping-server): New function.
5152         (imap-opened): Call imap-ping-server.
5153
5154 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5155
5156         * gnus-sum.el (gnus-article-sort-by-random)
5157         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5158         jidanni@jidanni.org.
5159
5160 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-art.el (gnus-article-describe-bindings): New function.
5163         (gnus-article-read-summary-keys): Use it.
5164         (gnus-article-mode-map): Bind `C-h b' to it.
5165
5166 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5169         XEmacs.
5170         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5171         against non-character events.
5172
5173         * lpath.el: Fbind map-keymap for Emacs 21.
5174
5175 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5178         command.
5179         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5180         instead of END.  Change name of the temp file.
5181         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5182         customizable.
5183
5184 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5187         bind `S W' to gnus-article-wide-reply-with-original; set default
5188         binding to gnus-article-read-summary-send-keys.
5189         (gnus-article-read-summary-keys): Fix the order of keys; display
5190         continuation keys correctly in the echo area; describe bindings
5191         correctly when keys end with `C-h'.
5192         (gnus-article-read-summary-send-keys): New function.
5193         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5194         for gnus-article-read-summary-send-keys; display continuation keys
5195         correctly in the echo area.
5196         (gnus-article-reply-with-original): Ignore prefix argument.
5197         (gnus-article-wide-reply-with-original): New function.
5198
5199         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5200         Emacs 21.
5201
5202 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5205         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5206
5207 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5208
5209         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5210         (gnus-group-read-ephemeral-gmane-group): New command.
5211
5212 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5213
5214         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5215
5216 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * message.el (message-send-mail-function): Increase custom version.
5219
5220         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5221         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5222
5223 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5224
5225         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5226         for the cases where imap-authenticate is called with a nil buffer
5227         parameter.
5228
5229 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5232         html parts correctly; support forwarded messages.
5233         (gnus-article-browse-html-article): Remove work buffers.
5234
5235         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5236         compiling.
5237         (netrc-bound-and-true-p): New macro.
5238         (netrc-parse): Use it instead of bound-and-true-p that is not available
5239         in XEmacs 21.4.
5240
5241 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5242
5243         * gnus-registry.el (gnus-registry-mark-article)
5244         (gnus-registry-article-marks): Add functionality to mark articles
5245         through the Gnus registry.
5246
5247         * encrypt.el: Clarify documentation for the new pgg method.
5248         (encrypt-file-alist): Add PGG option.
5249         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5250         functionality.  Abstract password key and messaging to external
5251         functions.
5252         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5253         (encrypt-message-method-and-cipher): Add new convenience external
5254         functions.
5255         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5256         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5257
5258         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5259         (netrc-parse): Use encrypt-file-alist to determine if
5260         encrypt-find-model or encrypt-insert-file-contents should be used.
5261
5262         * encrypt.el: Clarify documentation.  Load password-cache or
5263         password, whichever one is found first, instead of autoloading.
5264
5265 2007-12-19  Glenn Morris  <rgm@gnu.org>
5266
5267         * mml.el (message-options-set, message-narrow-to-head)
5268         (message-in-body-p, message-mail-p, message-encode-message-body):
5269         Autoload.
5270         (message-remove-header, message-narrow-to-headers-or-head)
5271         (message-subscribed-p, message-make-mail-followup-to)
5272         (message-position-on-field, message-news-p)
5273         (message-options-set-recipient, message-generate-headers)
5274         (message-sort-headers): Declare as functions.
5275
5276 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5277
5278         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5279         convention in doc string.
5280
5281 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5284         title to html parts.
5285         (gnus-article-browse-html-article): Pass message header to it.
5286
5287         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5288
5289 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5292         or password compatible with XEmacs.
5293
5294 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5297         format document.
5298         (gnus-mime-delete-part): Don't write description line if empty.
5299         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5300
5301 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5302
5303         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5304         (gnus-summary-mark-read-and-unread-as-read)
5305         (gnus-summary-mark-current-read-and-unread-as-read)
5306         (gnus-summary-mark-unread-as-ticked): Doc fix.
5307         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5308
5309 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5312         Christoph Conrad <christoph.conrad@gmx.de>.
5313
5314 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5317         yes-or-no-p.
5318
5319 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * mm-decode.el (mm-add-meta-html-tag): New function.
5322         (mm-save-part-to-file, mm-pipe-part): Use it.
5323
5324         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5325         gnus-y-or-n-p instead of y-or-n-p.
5326         (gnus-article-browse-html-parts): Work with message/external-body; use
5327         mm-add-meta-html-tag.
5328
5329 2007-12-11  Glenn Morris  <rgm@gnu.org>
5330
5331         * gnus-cache.el: Require gnus-sum not just when compiling.
5332
5333         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5334
5335         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5336         definitions before use.
5337
5338         * mm-decode.el: Require gnus-util.
5339         (mm-remove-part): Only call delete-annotation on XEmacs.
5340
5341         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5342
5343         * nnmail.el: Require gnus-int.
5344
5345         * spam.el: Move `require's before `eval-when-compile's.
5346
5347         * gnus-ems.el (gnus-alive-p):
5348         * gnus-fun.el (message-goto-eoh):
5349         * gnus-util.el (gnus-group-name-decode):
5350         * mail-source.el (gnus-compress-sequence):
5351         * message.el (Info-goto-node, format-spec):
5352         * mm-bodies.el (message-options-get):
5353         * mm-decode.el (mm-view-pkcs7):
5354         * mm-util.el (gmm-write-region):
5355         * mml-smime.el (mml-compute-boundary)
5356         (gnus-completing-read-with-default):
5357         * mml.el (widget-button-press, gnus-make-hashtable):
5358         * mml1991.el (mm-decode-content-transfer-encoding)
5359         (mm-encode-content-transfer-encoding)
5360         (message-options-get, message-options-set):
5361         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5362         * nnfolder.el (gnus-request-group):
5363         * nnheader.el (ietf-drums-unfold-fws):
5364         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5365         * smime.el (gnus-run-mode-hooks):
5366         * spam-stat.el (gnus-message): Autoload.
5367
5368         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5369         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5370         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5371         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5372         Add declare-function compatibility definition.
5373
5374         * gnus-cache.el (nnvirtual-find-group-art):
5375         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5376         (gnus-add-image, gnus-add-wash-type):
5377         * gnus-group.el (nnkiboze-score-file):
5378         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5379         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5380         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5381         (message-tokenize-header, gnus-get-buffer-create)
5382         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5383         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5384         * gnus.el (gnus-group-decoded-name):
5385         * mail-source.el (imap-capability):
5386         * mm-bodies.el (message-options-set):
5387         * mm-decode.el (gnus-configure-windows):
5388         * mm-extern.el (message-goto-body):
5389         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5390         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5391         (epg-sub-key-validity, message-options-set):
5392         * mml.el (widget-event-point, gnus-configure-windows):
5393         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5394         * mml2015.el (epg-check-configuration, epg-configuration)
5395         (message-options-set):
5396         * nndb.el (nndb-request-article):
5397         * nnfolder.el (gnus-request-create-group):
5398         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5399         * nnmaildir.el (gnus-group-mark-article-read):
5400         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5401         * rfc1843.el (message-fetch-field):
5402         * spam.el (gnus-extract-address-components):
5403         Declare as functions.
5404
5405 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5408
5409         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5410
5411         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5412         bind show-trailing-whitespace for XEmacs.
5413
5414 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5415
5416         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5417         new no-op macro for backward compatibility.
5418
5419         * imap.el (imap-string-to-integer): New function.
5420
5421 2007-12-09  Glenn Morris  <rgm@gnu.org>
5422
5423         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5424
5425         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5426         * message.el, mm-view.el, sieve-manage.el, smime.el:
5427         Add declare-function compatibility definition.
5428
5429         * gnus-art.el (w3-region, w3m-region, Info-menu):
5430         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5431         * gnus-sum.el (gnus-get-predicate):
5432         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5433         * message.el (mail-abbrev-in-expansion-header-p):
5434         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5435         (w3m-detect-meta-charset, w3m-region):
5436         * sieve-manage.el (password-read, password-cache-add)
5437         (password-cache-remove):
5438         * smime.el (password-read-and-add): Declare as functions.
5439
5440 2007-12-08  David Kastrup  <dak@gnu.org>
5441
5442         * gnus-sum.el (gnus-summary-simplify-subject-query):
5443         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5444         `message'.
5445
5446 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5449         it to bind idna-program, installation-directory, defined-colors, and
5450         face-attribute for XEmacs of the version that compiles defcustom forms.
5451
5452 2007-12-07  Glenn Morris  <rgm@gnu.org>
5453
5454         * gnus-art.el (article-make-date-line): Revert previous change.
5455
5456 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5459
5460 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5461
5462         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5463         Call gnus-add-to-range ranges only once with a prepared article-list.
5464
5465 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5466
5467         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5468         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5469         group names with backslashes.  Reported by Tassilo Horn
5470         <tassilo@member.fsf.org>.
5471
5472 2007-12-06  Deepak Goel  <deego3@gmail.com>
5473
5474         * gnus-art.el (article-make-date-line):
5475         * gnus-start.el (gnus-load):
5476         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5477
5478 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-art.el (gnus-use-idna)
5481         * gnus-start.el (gnus-site-init-file)
5482         * message.el (message-use-idna)
5483         * mm-uu.el (mm-uu-hide-markers)
5484         * smiley.el (smiley-style): Revert changes that suppress warnings.
5485
5486 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5489         specify charset to html source.  Reported by Christoph Conrad
5490         <christoph.conrad@gmx.de>.
5491
5492 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5495         idna-program in order to suppress byte compile warning issued by XEmacs
5496         that came to byte compile the default value section of defcustom forms
5497         recently.
5498
5499         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5500         value of installation-directory.
5501
5502         * message.el (message-use-idna): Don't directly refer to the value of
5503         idna-program.
5504
5505         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5506
5507         * smiley.el (smiley-style): Don't directly call face-attribute.
5508
5509 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5510
5511         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5512
5513         * gnus-dired.el: Reduce Gnus dependencies.
5514         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5515         require.  Use autoloads instead.
5516         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5517         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5518         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5519         (gnus-dired-mode): Adjust doc string.
5520         (gnus-dired-mail-mode): New variable.
5521         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5522         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5523         (gnus-dired-mail-buffers): New function.  Return mail or message
5524         composition buffers.
5525         (gnus-dired-attach): Use it.
5526         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5527         NO-DECODE.
5528         (gnus-dired-print): Use `gnus-print-buffer' depending on
5529         `gnus-dired-mail-mode'.
5530
5531 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * rfc2047.el (rfc2047-encoded-word-regexp)
5534         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5535         explaining what regexp patterns are for.
5536
5537 2007-12-04  Glenn Morris  <rgm@gnu.org>
5538
5539         * password.el: Move to password-cache.el.
5540
5541         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5542         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5543         * mml-smime.el (password-read, password-cache-add)
5544         (password-cache-remove):
5545         No need to autoload, since mml-sec requires password.
5546
5547         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5548         * message.el (gnus-extract-address-components):
5549         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5550
5551         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5552         password.
5553
5554 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * mailcap.el: Reduce dependencies.
5557         (mail-header-parse-content-type): Autoload.
5558         (mailcap-delete-duplicates): New alias.
5559         (mailcap-mime-info): Add optional argument NO-DECODE.
5560         (mailcap-mime-types): Use mailcap-delete-duplicates.
5561
5562         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5563
5564 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5565
5566         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5567         (imap-parse-status): Upcase status-att for servers that sends them
5568         lower-case (e.g., MS Exchange 2007).
5569
5570 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5573         function.
5574
5575         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5576         (gnus-uu-yenc-article): New function.
5577
5578         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5579
5580         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5581         buffer.
5582
5583 2007-12-02  Glenn Morris  <rgm@gnu.org>
5584
5585         * binhex.el (binhex): New custom group.
5586         (binhex-decoder-program, binhex-decoder-switches)
5587         (binhex-use-external): Move to the binhex custom group.
5588
5589         * uudecode.el (uudecode): New custom group.
5590         (uudecode-decoder-program, uudecode-decoder-switches)
5591         (uudecode-use-external): Move to the uudecode custom group.
5592
5593         * netrc.el (top-level): Don't load `encrypt' features.
5594         (netrc-parse): Don't use encrypt.
5595         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5596
5597         * encrypt.el: Remove file.
5598
5599 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5602         matches on patches.
5603
5604         * gnus-art.el (gnus-article-browse-html-article): Mention
5605         `mm-text-html-renderer' in the doc string.
5606
5607         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5608         string.  Add comments.
5609
5610         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5611         if rhs is ASCII.
5612
5613 2007-12-01  Glenn Morris  <rgm@gnu.org>
5614
5615         * mail-source.el (top-level): Require format-spec before
5616         eval-when-compile.
5617
5618 2007-11-30  Glenn Morris  <rgm@gnu.org>
5619
5620         * encrypt.el: Require password, rather than autoloading password-read.
5621
5622 2007-11-29  Glenn Morris  <rgm@gnu.org>
5623
5624         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5625         (sasl-make-client, sasl-next-step, sasl-step-data)
5626         (sasl-step-set-data): Declare as functions.
5627
5628 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5631
5632 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5633
5634         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5635         certs should be verified and what is to be done in the event of a
5636         verification failure.
5637
5638         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5639         caller can indicate whether the cache should be disregarded for this
5640         call.  This way the result of the call is reproducible at all times and
5641         can be considered a canonical server name for the supplied method.
5642         (gnus-agent-method-p): Canonicalize server names by pushing their
5643         method through `gnus-method-to-server' using the no-cache argument.
5644
5645         * gnus-srvr.el (gnus-server-insert-server-line): Call
5646         `gnus-method-to-server' with `no-cache' argument.
5647
5648         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5649         gnus-agent-possibly-synchronize-flags as this should be called when the
5650         server is actually being opened.
5651         (gnus-agent-possibly-synchronize-flags)
5652         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5653         flags file of an agentized server to the latter function.
5654
5655         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5656         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5657         after a connection has been established successfully.
5658
5659 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-art.el (article-display-face): Force to display face if called
5662         interactively; check if gnus-article-x-face-too-ugly matches author.
5663         (article-display-x-face): Display face even if From header is missing
5664         as article-display-face does.
5665
5666 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5667
5668         * hashcash.el (message-narrow-to-headers-or-head)
5669         (message-fetch-field, message-goto-eoh)
5670         (message-narrow-to-headers): Declare as functions.
5671
5672 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * mail-source.el (mail-sources): Default to fetch from file for
5675         compatibility with default of nnmail-spool-file.
5676
5677 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5680         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5681         to look for encoded word that should be encoded again.
5682         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5683         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5684         encoding pattern.
5685         (rfc2047-decode-region): Switch strict regexp and loose one according
5686         to rfc2047-allow-irregular-q-encoded-words.
5687
5688 2007-11-25  Romain Francoise  <romain@orebokech.com>
5689
5690         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5691
5692 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * tls.el (tls-program): Provide more custom choices from
5695         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5696         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5697
5698 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5699
5700         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5701         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5702
5703         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5704         `nnmail-spool-file'.
5705
5706         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5707         `nnmail-spool-file'.
5708
5709         * gnus-move.el (gnus-change-server): Ditto.
5710
5711         * gnus-kill.el (gnus-batch-score): Ditto.
5712
5713         * gnus-cache.el (gnus-jog-cache): Ditto.
5714
5715         * gnus-msg.el (gnus-summary-reply):
5716         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5717
5718 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5721         version.  Minor improvement to doc strings.
5722         (tls-program): Add comment.
5723
5724 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5725
5726         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5727         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5728         mismatch between the hostname provided in the certificate and the name
5729         of the host connnecting to.
5730         (open-tls-stream): Use them.  Check certificates against trusted root
5731         certificates.
5732
5733 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5734
5735         * gnus-cache.el (gnus-cache-generate-nov-databases):
5736         Use nnml-generate-nov-databases-directory instead of
5737         nnml-generate-nov-databases-1.
5738
5739 2007-11-24  Glenn Morris  <rgm@gnu.org>
5740
5741         * message.el (message-tool-bar-retro): Update for rename
5742         mail_send.xpm->mail-send.xpm.
5743
5744 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5745
5746         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5747         `smime-ldap-search' for Emacs 22 and up.
5748
5749 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5750
5751         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5752
5753         * message.el (message-send-mail-function): Fix error convention.
5754         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5755         (message-widen-reply, message-send-mail, message-talkative-question)
5756         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5757         (message-clone-locals, message-send-news): Use with-current-buffer.
5758         (message-insert-or-toggle-importance): Remove unused var `valid'.
5759         (message-make-references): Remove unused var `new-references'.
5760         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5761
5762 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5763
5764         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5765         (spam-split-symbolic-return-positive): Reflow docstring.
5766         (spam-backends, spam-summary-exit-behavior)
5767         (spam-mark-ham-unread-before-move-from-spam-group)
5768         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5769         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5770         (spam-clear-cache, spam-backend-check, spam-install-backend)
5771         (spam-install-statistical-backend, spam-list-of-processors)
5772         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5773         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5774         (spam-check-crm114, spam-initialize, spam-unload-hook):
5775         Fix typos in docstrings.
5776
5777 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5780         been checked if they have never been read and those group levels are
5781         higher than the one that a user specified.
5782
5783 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5786         foreign groups unless a group level is specified by a user.
5787         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5788
5789 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * message.el (message-send-mail-function): Require sendmail.
5792
5793 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * message.el (message-send-mail-function): Check for smtpmail too.
5796
5797         * utf7.el (utf7-encode, utf7-decode): Use coding system
5798         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5799
5800         * message.el (message-send-mail-function): New function.
5801         (message-send-mail-function): Set default using
5802         message-send-mail-function.  Adjust doc string.
5803         (message-send-mail-with-mailclient): New function.
5804
5805 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5806
5807         * smime.el (from):
5808         * rfc2047.el (message-posting-charset):
5809         * qp.el (mm-use-ultra-safe-encoding):
5810         * pop3.el (parse-time-months):
5811         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5812         * nnml.el (files):
5813         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5814         (jka-compr-compression-info-list, ange-ftp-path-format)
5815         (efs-path-regexp):
5816         * nndiary.el (files):
5817         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5818         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5819         (epg-digest-algorithm-alist, inhibit-redisplay)
5820         (password-cache-expiry):
5821         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5822         (pgg-output-buffer, password-cache-expiry):
5823         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5824         (efs-path-regexp):
5825         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5826         (inhibit-redisplay):
5827         * mm-uu.el (file-name, start-point, end-point, entry)
5828         (gnus-newsgroup-name, gnus-newsgroup-charset):
5829         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5830         (latin-unity-ucs-list):
5831         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5832         (mm-uu-binhex-decode-function):
5833         * message.el (gnus-message-group-art, gnus-list-identifiers)
5834         (rmail-enable-mime-composing, gnus-local-organization)
5835         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5836         (gnus-read-active-file, facemenu-add-face-function)
5837         (facemenu-remove-face-function, gnus-article-decoded-p)
5838         (tool-bar-mode):
5839         * mail-source.el (display-time-mail-function):
5840         * gnus-util.el (nnmail-pathname-coding-system)
5841         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5842         (gnus-original-article-buffer, gnus-user-agent)
5843         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5844         (xemacs-codename, sxemacs-codename, emacs-program-version):
5845         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5846         * gnus-start.el (gnus-agent-covered-methods)
5847         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5848         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5849         (gnus-newsgroup-headers, gnus-group-list-mode)
5850         (gnus-group-mark-positions, gnus-newsgroup-data)
5851         (gnus-newsgroup-unreads, nnoo-state-alist)
5852         (gnus-current-select-method, mail-sources)
5853         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5854         (nnmail-spool-file, gnus-cache-active-hashtb):
5855         * gnus-mh.el (mh-lib-progs):
5856         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5857         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5858         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5859         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5860         (gnus-group-buffer):
5861         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5862         (font-lock-set-defaults):
5863         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5864         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5865         (gnus-summary-post-menu, total-parts, type, condition, length):
5866         * gnus-agent.el (gnus-agent-read-agentview):
5867         * flow-fill.el (show-trailing-whitespace):
5868         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5869         eval-and-compile wrappers for byte compiler pacifiers.
5870
5871         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5872         (mm-display-inline-fontify): Check for featurep 'xemacs not
5873         extent-list.
5874
5875         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5876         itimer-list.
5877         (mm-create-image-xemacs): Only do something for XEmacs.
5878         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5879
5880         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5881
5882         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5883         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5884
5885 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5886
5887         * nnimap.el (nnimap-split-download-body):
5888         * gnus-demon.el (gnus-demon):
5889         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5890
5891 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5894         macros.
5895         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5896         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5897         copy data from unibyte buffer to multibyte current buffer.
5898         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5899         to copy data from unibyte current buffer to multibyte buffer.
5900         (nntp-make-process-buffer): Make process buffer unibyte.
5901
5902         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5903
5904 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5905
5906         * pop3.el (pop3-open-server): Accept and process data more robustly at
5907         connexion start to avoid spurious "POP SSL connexion failed" errors.
5908
5909 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5912         read group names.
5913
5914 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5917
5918 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5921         (nnmail-save-active): Use a unibyte buffer when saving active file,
5922         which may contain non-ASCII group names.
5923
5924         * nnml.el (nnml-request-group): Decode group names in messages.
5925
5926 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * message.el (message-citation-line-function)
5929         (message-insert-formatted-citation-line): Fix spelling of
5930         `message-insert-formated-citation-line'.
5931
5932 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5935
5936 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5939         nnmail-pathname-coding-system.
5940
5941         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5942         that a user enters; decode group names in messages.
5943
5944         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5945
5946 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5947
5948         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5949
5950         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5951
5952         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5953         risky local variable.
5954
5955         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5956
5957 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * encrypt.el: Improve documentation to fix function name typo.
5960         Reported by Daiki Ueno <ueno@unixuser.org>.
5961
5962 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5965         even if the point is not in the last page of an article.
5966         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5967         back to the previous page.
5968
5969 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5972
5973 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5976
5977 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5978
5979         * message.el (message-check-news-body-syntax): Avoid
5980         mm-string-as-multibyte.
5981         (message-hide-headers): Don't assume (point-min)==1.
5982
5983 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * message.el (message-remove-blank-cited-lines): Fix if remove is
5986         given.
5987         (message-bogus-address-regexp): New variable.
5988         (message-bogus-recipient-p): New function.
5989         (message-check-recipients): New command.
5990         (message-syntax-checks): Add `bogus-recipient'.
5991         (message-fix-before-sending): Add `bogus-recipient'.
5992
5993         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5994         (gnus-treat-body-boundary): Don't test window-system.
5995
5996 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5997
5998         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5999
6000 2007-10-28  Miles Bader  <miles@gnu.org>
6001
6002         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6003         at compile-time too.
6004
6005 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * gnus-msg.el (gnus-message-setup-hook): Add
6008         `message-remove-blank-cited-lines' to options.
6009
6010 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * message.el (message-remove-blank-cited-lines): New function.
6013         Suggested by Karl Plästerer.
6014
6015 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6018         mapc.
6019
6020         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6021         (top-level): Use mapc to set functions to be traced for debugging.
6022
6023         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6024         called for effect with while loop.
6025
6026         * message.el (message-talkative-question): Replace mapcar called for
6027         effect with mapc.
6028
6029         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6030         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6031         called for effect with dolist.
6032
6033         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6034
6035         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6036         gnus-extra-headers and nnmail-extra-headers.
6037
6038         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6039         called for effect with dolist.
6040         (top-level): Use mapc to set functions to be traced for debugging.
6041
6042         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6043         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6044         dolist.
6045
6046         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6047         Replace mapcar called for effect with mapc.
6048         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6049         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6050         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6051         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6052
6053         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6054         remove-if that's a cl function.
6055
6056         * webmail.el (webmail-debug): Replace mapcar called for effect with
6057         dolist.
6058
6059         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6060         with mapc.
6061
6062 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6065         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6066         with while loop.
6067
6068         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6069         functions from article-* functions.
6070         (gnus-multi-decode-header): Replace mapcar called for effect with
6071         dolist.
6072
6073         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6074         (gnus-bookmark-show-details): Replace mapcar called for effect with
6075         while loop.
6076
6077         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6078         called for effect with while loop.
6079
6080         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6081         with dolist.
6082
6083         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6084         mapcar called for effect with dolist.
6085
6086         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6087
6088         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6089         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6090         Replace mapcar called for effect with dolist.
6091         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6092         mapc.
6093
6094         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6095         Replace mapcar called for effect with dolist.
6096         (gnus-topic-list): Replace mapcar called for effect with mapc.
6097
6098         * gnus.el: Use mapc instead of mapcar to add autoloads.
6099
6100 2007-10-23  Richard Stallman  <rms@gnu.org>
6101
6102         * gnus-group.el (gnus-group-highlight): Mark as risky.
6103
6104 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus.el (gnus-server-to-method): Return method found first in
6107         gnus-newsrc-alist.
6108
6109         * gnus-art.el (gnus-article-highlight-signature)
6110         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6111         button overlay without the front stickiness.
6112
6113 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6114
6115         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6116         overview buffer needed a catch to receive its throw.
6117         (gnus-agent-flush-cache): Declared as interactive to make this function
6118         easier to use.
6119
6120 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6123         `next-line'.
6124
6125 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6128         exclude address matching message-dont-reply-to-names.
6129
6130 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-util.el (gnus-string<): New function.
6133
6134         * gnus-sum.el (gnus-article-sort-by-author)
6135         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6136
6137 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6140         the frame-focus tag is set in gnus-buffer-configuration.
6141
6142 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6145         the front stickiness.
6146
6147 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6150         url pattern; remove duplicate one.
6151         (gnus-article-extend-url-button): New function.
6152         (gnus-article-add-buttons): Use it.
6153         (gnus-button-push): Use concatenated url that it makes.
6154
6155 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6156
6157         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6158
6159 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6160
6161         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6162         Don't hardcode point-min==1.
6163
6164 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6167         Fix comment about "iso8859-1".
6168
6169 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6170
6171         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6172         ones returned from the verify-function.
6173
6174         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6175         mml2015-extract-cleartext-signature if extraction failed.
6176
6177 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6178
6179         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6180         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6181         failed.
6182
6183 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6186
6187 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6190         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6191         recommends to use EasyPG instead of PGG.
6192
6193         * pgg.el: Revert to revision 6.23.2.16.
6194
6195         * pgg-def.el: Revert to revision 6.6.2.14.
6196
6197         * pgg-gpg.el: Revert to revision 6.23.2.34.
6198
6199 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6200
6201         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6202         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6203         thread for both the null and zero (kill/expire thread) universal prefix
6204         cases.
6205         (gnus-summary-expire-thread): Add new function to expire a thread,
6206         using gnus-summary-kill-thread.
6207         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6208         shortcuts for gnus-summary-expire-thread.
6209         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6210         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6211
6212 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6215         extras value, so an extras entry can be deleted.
6216         (gnus-registry-delete-extra-entry): Use it.
6217         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6218         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6219         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6220         storage through the gnus-registry, and provide an appropriate API for
6221         it.
6222
6223 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6226         Suggested by Leo <sdl.web@gmail.com>.
6227
6228         * gnus.el: Do.
6229
6230 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6233         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6234
6235         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6236
6237         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6238         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6239
6240 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6243         newline.
6244         (nnmbox-request-accept-article): Don't change article in source buffer;
6245         narrow to header to use message-fetch-field rather than
6246         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6247         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6248         as delimiters; make sure article ends with newline.
6249         (nnmbox-delete-mail): Correct last position of article to be deleted;
6250         ignore X-Gnus-Newsgroup header in article body.
6251         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6252         positions; make sure article ends with newline.
6253
6254         * message.el (message-display-abbrev): Don't infloop when a user
6255         inserts SPC in the beginning of header.
6256
6257         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6258         coding-system-for-read and coding-system-for-write for XEmacs having no
6259         file-coding feature.
6260
6261         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6262
6263 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6266         list of groups not followed by default.  Fix type to be regexp.
6267         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6268
6269 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6270
6271         * hmac-def.el (define-hmac-function): Switch from old-style to
6272         new-style backquotes.
6273
6274         * md4.el (md4-make-step): Likewise.
6275
6276 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6279         raw-text coding system when saving .newsrc file, which may contain
6280         non-ASCII group names.
6281
6282 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-cus.el (gnus-score-extra): New widget.
6285         (gnus-score-extra-convert): New function.
6286         (gnus-score-customize): Use it for Extra.
6287
6288 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6289
6290         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6291         (mml2015-mailcrypt-clear-verify): Use it.
6292         (mml2015-gpg-clear-verify): Use it.
6293         (mml2015-pgg-clear-verify): Use it.
6294         (mml2015-epg-clear-verify): Replace the current part with the output
6295         from GnuPG; don't extract the plaintext by itself.
6296
6297         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6298         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6299         mml2015-clear-verify-function; don't touch the armor headers or
6300         dash-escaped text here.
6301
6302 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6305         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6306         parts, or application/octet-stream as a last resort.
6307         (gnus-mime-view-part-as-type): Don't toggle display.
6308         (gnus-mime-view-part-as-charset): Don't turn off display before
6309         querying charset.
6310
6311         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6312         stuff to undisplayer function in Emacs.
6313         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6314
6315         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6316         text/calendar parts.
6317
6318 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6321         decoding text/calendar parts.
6322
6323         * message.el (message-forward-make-body-mime): Always mark body as
6324         having no illegible text; remove signed-or-encrypted argument.
6325         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6326
6327         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6328         (mml-generate-mime-1): Don't encode body if it is specified to be in
6329         raw form; don't make buffer be unibyte when inserting multibyte string.
6330
6331 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6332
6333         * sha1.el: Fix up comment style.
6334         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6335         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6336
6337         * hex-util.el: Fix up comment style.
6338         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6339
6340         * gnus-salt.el: Use with-current-buffer.
6341         (gnus-pick-setup-message): Fix long-standing typo.
6342
6343 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * imap.el (imap-logout-timeout): New variable.
6346         (imap-logout, imap-logout-wait): New functions.
6347         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6348
6349         * nnimap.el (nnimap-logout-timeout): New server variable.
6350         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6351         nnimap-logout-timeout.
6352
6353         * gnus-art.el (gnus-article-summary-command-nosave)
6354         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6355
6356 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus.el (gnus-maximum-newsgroup): New variable.
6359
6360         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6361         according to gnus-maximum-newsgroup.
6362
6363         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6364         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6365         Limit the range of articles according to gnus-maximum-newsgroup.
6366
6367 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6368
6369         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6370         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6371         Don't perform gnus-configure-windows here; reuse existing sticky
6372         article buffer.
6373
6374         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6375         it doesn't exist in gnus-article-mode.
6376
6377 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6380         (gnus-agent-decoded-group-name): New function.
6381         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6382         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6383
6384 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6385
6386         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6387         Add binding for gnus-sticky-article.
6388         (gnus-summary-exit): Don't kill sticky article buffers.
6389
6390         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6391         article buffer.
6392         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6393         (gnus-kill-sticky-article-buffers): New commands.
6394
6395 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * nntp.el (nntp-xref-number-is-evil): New server variable.
6398         (nntp-find-group-and-number): If it is non-nil, don't trust article
6399         numbers in the Xref header.
6400
6401 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-agent.el (gnus-agent-read-group): New function.
6404         (gnus-agent-flush-group, gnus-agent-expire-group)
6405         (gnus-agent-regenerate-group): Use it.
6406         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6407         nnmail-pathname-coding-system.
6408
6409 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6412
6413         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6414         that are unread as unread, and also as selected so that information of
6415         marks having been changed by a user may be updated when exiting group.
6416
6417 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6420         calculated ignoring signature parts to gnus-treat-article.
6421
6422 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6425         a point here in order to keep the window start.
6426         (gnus-insert-mime-security-button): Make a button overlay without the
6427         front stickiness.
6428         (gnus-mime-display-security): Goto the end of a button.
6429
6430         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6431
6432 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6435         group-name-at-point.
6436         (gnus-group-completing-read): New function that offers decoded
6437         non-ASCII group names for completion.
6438         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6439         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6440         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6441         (gnus-group-fetch-control): Use it.
6442         (gnus-fetch-group): Use group-name-at-point for the initial value
6443         rather than the default value; use gnus-alive-p.
6444
6445         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6446         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6447         (gnus-summary-post-news): Use gnus-group-completing-read.
6448
6449         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6450         (gnus-read-move-group-name): Decode group name for completion.
6451
6452 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6455         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6456         Yamaoka slightly modified the code).
6457
6458 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6461         (nnmail-split-incoming): Bind it.
6462
6463         * nnml.el (nnml-group-name-charset): New function.
6464         (nnml-decoded-group-name): Use it; don't decode group name if
6465         nnmail-group-names-not-encoded-p is non-nil.
6466         (nnml-encoded-group-name): New function.
6467         (nnml-group-pathname): Inline nnml-decoded-group-name.
6468         (nnml-request-expire-articles): Decode group name in message.
6469         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6470         nnmail-pathname-coding-system.
6471         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6472         not decoded ones according to nnmail-group-names-not-encoded-p.
6473         (nnml-generate-active-info): Use nnml-encoded-group-name.
6474
6475 2007-08-08  Glenn Morris  <rgm@gnu.org>
6476
6477         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6478         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6479         doc-strings and comments.
6480
6481 2007-07-25  Glenn Morris  <rgm@gnu.org>
6482
6483         * Relicense all FSF files to GPLv3 or later.
6484
6485 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-sum.el (gnus-summary-move-article): Make
6488         gnus-summary-respool-article work.
6489
6490 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6493         string.
6494
6495 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6496
6497         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6498         that should be ignored when comparing distant RSS articles with local
6499         ones.
6500         (nnrss-make-hash-index): New function.  Create a hash index according
6501         to the ignored fields.
6502         (nnrss-check-group): Use it.
6503
6504 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6507
6508         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6509
6510         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6511         the new optional argument ENCODED is non-nil.
6512         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6513         coding system for encoding group name.
6514         (gnus-group-make-rss-group): Pass un-encoded group name to
6515         gnus-group-make-group.
6516         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6517         encoded.
6518
6519         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6520         Encode group name to which articles are moved or copied.
6521         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6522         coding system for encoding Newsgroup, Followup-To and Xref headers.
6523
6524         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6525         marks; use nnheader-file-coding-system to write a file.
6526         (nnagent-retrieve-headers): Bind file-name-coding-system to
6527         nnmail-pathname-coding-system.
6528
6529         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6530
6531         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6532         (nnml-request-article, nnml-request-create-group)
6533         (nnml-request-rename-group, nnml-find-id)
6534         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6535         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6536         (nnml-save-marks): Use nnml-group-pathname instead of
6537         nnmail-group-pathname.
6538
6539         (nnml-request-create-group, nnml-request-expire-articles)
6540         (nnml-request-move-article, nnml-request-delete-group)
6541         (nnml-deletable-article-p, nnml-possibly-create-directory)
6542         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6543         (nnml-open-marks): Bind file-name-coding-system to
6544         nnmail-pathname-coding-system.
6545
6546         (nnml-request-article): Pass server argument to nnml-find-group-number.
6547         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6548         server argument to nnml-possibly-create-directory.
6549         (nnml-request-accept-article): Pass server argument to
6550         nnml-active-number and nnml-save-mail.
6551         (nnml-find-group-number): Pass server argument to nnml-find-id.
6552         (nnml-request-update-info): Pass server argument to
6553         nnml-marks-changed-p.
6554
6555         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6556         (nnml-save-mail, nnml-active-number): Add server argument.
6557
6558         (nnml-request-delete-group): Warn if group is missing.
6559         (nnml-get-nov-buffer): Decode group name.
6560         (nnml-generate-active-info): Encode group name.
6561         (nnml-open-marks): Decode group name in messages.
6562
6563 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6566         if it is not specified.
6567         (gnus-article-pipe-part, gnus-article-save-part)
6568         (gnus-article-interactively-view-part, gnus-article-copy-part)
6569         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6570         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6571         (gnus-article-replace-part, gnus-article-delete-part)
6572         (gnus-article-view-part-as-type): Pass raw prefix argument to
6573         gnus-article-part-wrapper.
6574
6575 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus-agent.el (gnus-agent-save-active): Bind
6578         nnheader-file-coding-system to gnus-agent-file-coding-system.
6579
6580         * gnus-cache.el (gnus-cache-save-buffers)
6581         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6582         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6583         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6584         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6585         (gnus-cache-generate-active, gnus-cache-rename-group)
6586         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6587         (gnus-cache-update-overview-total-fetched-for): Bind
6588         file-name-coding-system to nnmail-pathname-coding-system.
6589         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6590         variables.
6591         (gnus-cache-decoded-group-name): New function.
6592         (gnus-cache-file-name): Use it.
6593         (gnus-cache-generate-active): Use non-decoded group name for active.
6594
6595         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6596         right place.
6597         (gnus-write-active-file): Don't break non-ASCII group names.
6598
6599         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6600         nnmail-pathname-coding-system.
6601
6602         * lpath.el: Bind default-file-name-coding-system,
6603         file-name-coding-system and language-info-alist for XEmacs.
6604
6605         * gnus-uu.el (gnus-uu-decode-save): Typo.
6606
6607 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6610
6611 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6614         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6615         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6616         (gnus-agent-flush-group, gnus-agent-flush-cache)
6617         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6618         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6619         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6620         (gnus-agent-regenerate-group)
6621         (gnus-agent-update-files-total-fetched-for)
6622         (gnus-agent-update-view-total-fetched-for): Bind
6623         file-name-coding-system to nnmail-pathname-coding-system.
6624         (gnus-agent-group-pathname): Don't encode file names by
6625         nnmail-pathname-coding-system.
6626         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6627         coding-system-for-write instead of buffer-file-coding-system to
6628         gnus-agent-file-coding-system.
6629
6630         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6631         Decode group name.
6632
6633         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6634
6635         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6636         (gnus-read-newsrc-el-file): Make group names unibyte.
6637
6638         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6639         nnmail-pathname-coding-system.
6640
6641         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6642         (nnrss-request-delete-group): Bind file-name-coding-system to
6643         nnmail-pathname-coding-system.
6644         (nnrss-read-server-data, nnrss-read-group-data): Bind
6645         file-name-coding-system correctly.
6646         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6647
6648         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6649         (nntp-server-to-method-cache): New variable.
6650         (nntp-group-pathname): New function that decodes non-ASCII group names.
6651         (nntp-possibly-create-directory, nntp-marks-changed-p)
6652         (nntp-save-marks, nntp-open-marks): Use it.
6653         (nntp-possibly-create-directory, nntp-open-marks):
6654         Bind file-name-coding-system to nnmail-pathname-coding-system.
6655         (nntp-open-marks): Decode group names when bootstrapping marks.
6656
6657         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6658         Newsgroups and Folowup-To headers.
6659
6660 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6663         (gnus-server-closed-face, gnus-server-denied-face)
6664         (gnus-server-offline-face): Remove variable.
6665         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6666
6667         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6668         of modifying message-stack directly for XEmacs.
6669
6670         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6671         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6672         if the coding-system argument is nil for XEmacs.
6673
6674         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6675         mm-charset-override-alist.
6676
6677         * rfc2047.el: Don't require base64; require rfc2045 for the function
6678         rfc2045-encode-string.
6679         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6680         to quote the parameter value.
6681
6682 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6685         form in gnus-group-name-charset-method-alist.
6686
6687         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6688         overrides the default layout edit-form.
6689
6690         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6691
6692         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6693
6694 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6697         as unfetched articles.
6698
6699 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6702
6703 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6706         original back end that keeps marks in the local system.
6707
6708 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6711         arg of pop-to-buffer for XEmacs.
6712         (gnus-article-read-summary-keys): Ditto; don't restore window
6713         configuration if summary command ends up with neither article buffer
6714         nor summary buffer; describe bindings if summary keys end with C-h.
6715
6716 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * message.el (message-fix-before-sending): Skip raw message part to be
6719         forwarded while checking illegible text.
6720         (message-forward-make-body-mime, message-forward-make-body): Mark
6721         signed or encrypted raw message as having no illegible text.
6722
6723 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6726         (gnus-message-with-timestamp-1): New macro.
6727         (gnus-message-with-timestamp): New function.
6728         (gnus-message): Use them.
6729
6730         * nnheader.el (nnheader-message): Use them.
6731
6732 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6735         .newsrc.eld file.
6736
6737 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-agent.el (gnus-agent-fetch-headers)
6740         (gnus-agent-retrieve-headers): Bind
6741         gnus-decode-encoded-address-function to identity.
6742
6743         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6744         available also when the server returns simply a dot.
6745
6746         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6747
6748 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6751
6752 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-ems.el (gnus-x-splash): Make it work.
6755
6756         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6757         from being used.
6758
6759         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6760
6761 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6764         4th and the 5th arguments.
6765
6766         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6767         the front stickiness.
6768         (gnus-article-summary-command-nosave): Correct the order of the
6769         arguments passed to pop-to-buffer.
6770         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6771         summary command ends up with the article buffer.
6772
6773         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6774         the same faces.
6775
6776 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6777
6778         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6779
6780 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6781
6782         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6783         * gnus-sum.el (gnus-summary-highlight):
6784         * pgg.el (pgg-sign-region, pgg-sign):
6785         * mail-source.el (mail-source-delete-old-incoming-confirm):
6786         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6787
6788 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (gnus-mime-view-part-externally)
6791         (gnus-mime-view-part-internally): Fix predicate function passed to
6792         completing-read.
6793
6794         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6795
6796         * gnus.el (gnus-update-message-archive-method): Add :version.
6797
6798 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus.el (gnus-update-message-archive-method): New variable.
6801
6802         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6803         according to gnus-message-archive-method if
6804         gnus-update-message-archive-method is non-nil.
6805
6806 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6809         by Loic Dachary <loic@dachary.org>.
6810         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6811
6812 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * message.el (message-pop-to-buffer): Add switch-function argument.
6815         (message-mail): Pass switch-function argument to it.
6816
6817 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6820         Improve doc string.
6821
6822 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6825         (gnus-header-content)
6826         * gnus-cite.el (gnus-cite-10)
6827         * gnus-srvr.el (gnus-server-closed)
6828         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6829         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6830         (gnus-group-mail-3-empty, gnus-group-mail-low)
6831         (gnus-group-mail-low-empty, gnus-splash)
6832         * message.el (message-header-to, message-header-cc)
6833         (message-header-subject, message-header-other, message-header-name)
6834         (message-header-xheader, message-separator, message-cited-text)
6835         (message-mml): Lighten colors of faces used for dark background.
6836
6837 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6838
6839         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6840         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6841
6842 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * message.el (message-narrow-to-headers-or-head):
6845         Ignore mail-header-separator in the body.
6846
6847 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6850         same as window size.
6851
6852 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6853
6854         * message.el (message-font-lock-keywords): Use message-header-xheader
6855         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6856         ahead of the anything pattern, to get it recognised.
6857
6858 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6861         spam.el loads uses it in the compiled defadvice form.
6862
6863 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6864
6865         * gnus-sum.el (gnus-articles-to-read)
6866         (gnus-summary-insert-old-articles): Don't truncate group name for
6867         `read-string'.
6868
6869         * gnus-util.el (gnus-limit-string): Delete this function.
6870
6871         * gnus-sum.el (gnus-simplify-subject-fully): Use
6872         `truncate-string-to-width' instead.
6873
6874 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6875
6876         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6877         if, on summary exit, the next group has to be selected.
6878         (gnus-summary-exit): Use it.
6879
6880 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6883         non-break space.
6884
6885 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6888         Check if group is not a directory.
6889         (nnfolder-request-expire-articles): Don't delete articles if the target
6890         group is not available.
6891
6892         * nnml.el (nnml-request-create-group): Properly check if group is not a
6893         file.
6894         (nnml-request-expire-articles): Don't delete articles if the target
6895         group is not available.
6896
6897         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6898         Don't quote characters that are within parentheses.
6899
6900 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6903         (gnus-handle-ephemeral-exit): Select article according to it.
6904
6905 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * message.el (message-insert-formated-citation-line): Remove newline.
6908         (message-citation-line-format): Add final \n here so that the user can
6909         avoid a blank line.
6910
6911 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6912
6913         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6914         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6915         Update lanl/arXiv support.
6916
6917 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus.el: Bump version number.
6920
6921 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922
6923         * gnus.el (gnus-version-number): Bump version.
6924
6925 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6926
6927         * gnus.el: No Gnus v0.6 is released.
6928
6929 2007-04-27  Didier Verna  <didier@xemacs.org>
6930
6931         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6932         * gmm-utils.el (gmm-regexp-concat): here.
6933         * message.el: Don't require 'gnus-util.
6934         (message-dont-reply-to-names): Handle name change above.
6935         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6936
6937 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6940         since the initial value varies according to the system.
6941
6942 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6945
6946 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6947
6948         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6949
6950 2007-04-24  Didier Verna  <didier@xemacs.org>
6951
6952         Improve the type of gnus-ignored-from-addresses.
6953         * gnus-util.el (gnus-orify-regexp): New function.
6954         * message.el (gnus-util): Require it.
6955         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6956         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6957         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6958
6959 2007-04-24  Didier Verna  <didier@xemacs.org>
6960
6961         * gnus-sum.el:
6962         * gnus-utils.el: Fix some trailing whitespaces.
6963
6964 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6967         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6968         article's Message-ID; refer parent article in summary buffer.
6969
6970         * message.el (message-bounce): Call mime-to-mml.
6971
6972         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6973         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6974         optimize and/or forms properly.
6975
6976 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6979         URL.
6980
6981 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6984
6985 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6988         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6989         displayed of multipart/alternative part if it is invoked from summary
6990         buffer.
6991
6992         * mm-view.el (mm-inline-text-html-render-with-w3m)
6993         (mm-inline-text-html-render-with-w3m-standalone)
6994         (mm-inline-render-with-function): Use mail-parse-charset by default.
6995
6996 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6997
6998         * parse-time.el (parse-time-string-chars): Check if CHAR
6999         is less than the length of parse-time-syntax.
7000
7001 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7004         from gnus-newsgroup-processable.
7005
7006 2007-04-16  Didier Verna  <didier@xemacs.org>
7007
7008         * gnus-msg.el (gnus-configure-posting-styles): Handle
7009         message-signature-directory properly with :file syntax.  Reported by
7010         "Leo".
7011
7012 2007-04-11  Didier Verna  <didier@xemacs.org>
7013
7014         New user option: message-signature-directory.
7015         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7016         * message.el (message-insert-signature): Ditto.
7017         * message.el (message-signature-file): Doc update.
7018         * message.el (message-signature-directory): New.
7019
7020 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-msg.el (gnus-inews-yank-articles): Use
7023         message-exchange-point-and-mark instead of exchange-point-and-mark.
7024
7025 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * message.el (message-yank-original): Make sure cited text ends with
7028         newline; don't exchange point and mark.
7029
7030 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7031
7032         * tls.el (open-tls-stream): Properly handle case where there
7033         is no associated buffer.
7034
7035 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7036
7037         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7038         message-yank-original, make sure (< mark TEXT point).
7039
7040 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * message.el (message-fill-column): New variable.
7043         (message-mode): Use it.  Add comment on a possible new hook.
7044
7045         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7046         (nnmail-get-new-mail): Reformat.
7047
7048         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7049
7050         * gmm-utils.el: Fix Commentary.
7051         (gmm-tool-bar-from-list): Fix typo in doc string.
7052
7053 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7054
7055         * message.el (message-yank-original): Don't switch point and mark
7056         unnecessarily to put point and mark as documented.
7057
7058 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7061         from the message heads.
7062
7063 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7064
7065         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7066         article buffer does not have a window.  This may not be the best
7067         solution but is certainly better than setting the start of the null,
7068         that is the current, window.
7069
7070 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7073         (gnus-draft-setup): Run it.
7074
7075         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7076         gnus-score-fast-scoring.  Allow regexp.
7077         (gnus-score-headers): Use it.
7078
7079         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7080         XEmacs.
7081
7082         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7083         string.
7084         (gnus-button-alist): Also catch `<f1> k ...'.
7085         (gnus-treat-display-x-face): Fix doc string.
7086
7087 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7088
7089         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7090         evaluation of gnus-extended-version to ensure correct generation of the
7091         User-Agent header when message-generate-headers-first is used.
7092
7093 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7094
7095         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7096         hashcash-path is nil.  Don't call callback with incorrect number of
7097         parameters if val is 0.
7098
7099 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7100
7101         * message.el (message-required-news-headers):
7102         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7103
7104 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7105
7106         * tls.el (open-tls-stream): In handshake-waiting loop,
7107         don't wait more if there is output available to process.
7108
7109 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7110
7111         * tls.el (tls-program): Doc fix.
7112
7113 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * message.el (message-generate-new-buffers): Change the meaning of the
7116         nil value; add `standard' to the choices; treat t as `unique'; improve
7117         doc string.
7118         (gnus-select-frame-set-input-focus): Autoload.
7119         (message-buffer-name): Search for the existing message buffer if
7120         message-generate-new-buffers is nil or `standard'; treat the value t of
7121         message-generate-new-buffers as `unique'.
7122         (message-pop-to-buffer): Raise the frame already displaying the message
7123         buffer; clear the echo area after querying.
7124         (message-setup): Pass the `continue' argument to compose-mail.
7125         (message-mail): Prefer `switch-function' if it is given; search for the
7126         existing message buffer if the `continue' argument is non-nil; pass
7127         continue and switch-function arguments to compose-mail by way of
7128         message-setup.
7129         (message-mail-other-window): Adjust argument of message-setup.
7130         (message-mail-other-frame): Ditto.
7131
7132 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7135         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7136         to turn font-lock on when turning gnus-message-citation-mode on.
7137
7138 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7139
7140         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7141         (mml-smime-function-alist): New variable; add epg as the backend.
7142         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7143         mml-smime- functions instead.
7144         * mm-view.el: Require smime.
7145
7146 2007-03-05  Didier Verna  <didier@xemacs.org>
7147
7148         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7149         instead of just inheritance for posting styles.
7150         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7151
7152 2007-02-24  Chris Moore  <dooglus@gmail.com>
7153
7154         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7155         * pgg-pgp.el (pgg-pgp-encrypt-region):
7156         * pgg-gpg.el (pgg-gpg-encrypt-region):
7157         Check pgg-encrypt-for-me if no other recipients.
7158
7159 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7160
7161         * tls.el (tls-certtool-program): Fix custom type.
7162
7163 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7166         and point-at-eol instead of line-(beginning|end)-position.
7167
7168         * assistant.el (assistant-parse-buffer): Ditto.
7169
7170         * netrc.el (netrc-parse-services): Ditto.
7171
7172 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7173
7174         * mml2015.el (mml2015-epg-find-usable-key): New function.
7175         (mml2015-epg-sign): Use it.
7176         (mml2015-epg-encrypt): Use it.
7177
7178 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * message.el (message-make-in-reply-to): Quote name containing
7181         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7182         if there are special characters.  Reported by NAKAJI Hiroyuki
7183         <nakaji@jp.freebsd.org>.
7184
7185 2007-02-27  Didier Verna  <didier@xemacs.org>
7186
7187         Include the group parameters as well as the topic ones in the
7188         inheritance filter process.
7189         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7190         argument GROUP-PARAMS-LIST.
7191         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7192
7193 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * nntp.el (nntp-never-echoes-commands)
7196         (nntp-open-connection-functions-never-echo-commands): New variables.
7197         (nntp-send-command): Use them.
7198
7199 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7200
7201         * mml2015.el (mml2015-epg-verify): Simplified.
7202
7203 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * mml.el (mml-content-disposition-alist): New user option.
7206         (mml-content-disposition): New function.
7207         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7208         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7209
7210 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7211
7212         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7213         verification.
7214
7215 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7216
7217         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7218         articles posted in the last 24 hours.
7219
7220 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7221
7222         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7223
7224 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7225
7226         * nntp.el (nntp-send-command): Don't wait for echoes when
7227         nntp-open-ssl-stream is used.
7228
7229 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7232         (gnus-message-add-citation-keywords)
7233         (gnus-message-remove-citation-keywords): Remove.
7234         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7235         directly, make the variables in font-lock-defaults buffer-local, add
7236         gnus-message-citation-keywords to them and then update the value of
7237         font-lock-keywords.
7238
7239 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * message.el (message-cite-original-1): Don't call
7242         gnus-article-highlight-citation.
7243
7244         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7245         citations; fix line count.
7246
7247 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7250         (gnus-message-add-citation-keywords)
7251         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7252         versions of font-lock-add-keywords and font-lock-remove-keywords to
7253         work with XEmacs correctly.
7254
7255 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-cite.el (gnus-cite-face-list): Set the values of
7258         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7259         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7260         (gnus-message-cite-prefix-regexp): New variable.
7261         (gnus-message-search-citation-line): Use it; protect against long
7262         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7263         the 0th match data for Emacs.
7264         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7265         (gnus-message-add-citation-keywords): Append keywords rather than
7266         prepending; emulate font-lock-add-keywords if it is not available.
7267         (gnus-message-remove-citation-keywords): Emulate
7268         font-lock-remove-keywords if it is not available.
7269
7270         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7271
7272         * message.el (message-cite-prefix-regexp): Set the value of
7273         gnus-message-cite-prefix-regexp.
7274
7275 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7276
7277         * nnweb.el (nnweb-google-parse-1): Update parser.
7278
7279 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7280
7281         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7282
7283 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7284
7285         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7286         regexp.
7287
7288 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7291         string-to-multibyte.
7292         (uudecode-decode-region-internal): Use it.
7293
7294         * lpath.el: Fbind string-as-multibyte for XEmacs.
7295
7296 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7299         custom choice.
7300
7301         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7302
7303 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7304
7305         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7306
7307         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7308         `write-region' to respect `mm-inhibit-file-name-handlers'.
7309
7310 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7313         Use gnus-home-directory instead of "~/" or "$HOME".
7314
7315 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7316
7317         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7318         to mention filename.
7319         Add comments at beginning regarding usage.
7320         (encrypt-write-file-contents): Change interactive so a string is
7321         acceptable.  If the file has no associated model, show an error instead
7322         of a nonsense prompt.
7323
7324 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7325
7326         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7327         Thanks to Yoshihiko Yamada for kind notification of this typo.
7328
7329 2007-01-12  Kenichi Handa  <handa@m17n.org>
7330
7331         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7332         multibyte buffer.
7333
7334 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * gnus-score.el (gnus-score-fast-scoring): New variable.
7337         (gnus-score-headers): Use it.
7338
7339         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7340
7341         * message.el (message-cite-original-1): Call
7342         gnus-article-highlight-citation if requested.
7343         (message-make-from): Allow name and address as optional arguments.
7344
7345         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7346
7347         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7348         bugs to doc string.
7349         (gnus-button-alist): Add mid\\|message-id.
7350         (gnus-button-fetch-group): Extend for use in
7351         `browse-url-browser-function'.
7352         (gnus-button-url-regexp): Try to catch paired parentheses like in
7353         Wikipedia URLs.
7354
7355         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7356         Suggested by Simon Krahnke <overlord@gmx.li>.
7357
7358 2007-01-13  Romain Francoise  <romain@orebokech.com>
7359
7360         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7361         Update copyright.
7362
7363 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7364
7365         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7366
7367 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7368
7369         * gnus-registry.el (gnus-registry-unfollowed-groups)
7370         (gnus-registry-split-fancy-with-parent): Fix documentation.
7371
7372 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7375         from nnweb groups.
7376
7377 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7380         Xref urls.  Erase buffer before requesting head.
7381
7382 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7385         customizable.
7386
7387 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7388
7389         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7390         no signing key is found.
7391         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7392         no encrypting and/or signing key is found.
7393
7394 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7397
7398 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7399
7400         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7401         headers read from disk with the ones newly found in the current search.
7402         This should no longer cause problems, because the article numbers in
7403         Gmane's `nov.php' output are ignored since the previous change.
7404
7405 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7406
7407         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7408
7409 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7412         replace-regexp-in-string; bind url-version; fbind display-images-p and
7413         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7414         find-face and set-itimer-function for Emacs; bind itimer-list for
7415         Emacs.
7416
7417         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7418
7419 2007-01-01  Romain Francoise  <romain@orebokech.com>
7420
7421         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7422
7423 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7424
7425         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7426         `define-minor-mode' macro definition expanded properly.
7427         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7428         exclude it there.
7429
7430         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7431         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7432         `fboundp' test.
7433         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7434         This is OK to autoload in (S)XEmacs now.
7435
7436 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7437
7438         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7439         keystroke.
7440         (gnus-summary-limit-to-singletons): Fix typo.
7441
7442         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7443         else fails.
7444
7445 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7446
7447         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7448         docstring.
7449
7450         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7451         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7452         (gnus-summary-insert-dormant-articles): Fix typo in message.
7453
7454 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7457         nil for XEmacs.
7458         (gnus-message-citation-mode): Don't autoload in XEmacs.
7459
7460         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7461
7462 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7463
7464         * nnimap.el (nnimap-expunge-search-string): Mention
7465         nnimap-search-uids-not-since-is-evil in docstring.
7466
7467 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * spam.el: Revert to make-obsolete-variable because
7470         define-obsolete-variable-alias is not supported in Emacs 21.
7471
7472         * spam.el (spam-ifile-path, spam-ifile-database-path)
7473         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7474         make-obsolete-variable.
7475         (spam-bsfilter-path, spam-bsfilter-program)
7476         (spam-spamassassin-path, spam-spamassassin-program)
7477         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7478         use "path" inappropriately.
7479         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7480         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7481         variable names.
7482
7483 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7484
7485         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7486         summary buffer.
7487
7488         * password.el (password-cache-remove): Use clear-string to burn
7489         password, if available.
7490
7491 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7494
7495         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7496
7497         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7498         (gnus-message-highlight-citation): Move defcustom here from
7499         gnus-cite.el.
7500         (gnus-message-citation-mode): Autoload.
7501
7502         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7503         checks to make it compile with XEmacs.
7504         (gnus-message-citation-mode): New minor mode.
7505         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7506         (gnus-message-highlight-citation): New variables.
7507         (gnus-message-search-citation-line)
7508         (gnus-message-add-citation-keywords)
7509         (gnus-message-remove-citation-keywords)
7510         (turn-on-gnus-message-citation-mode)
7511         (turn-off-gnus-message-citation-mode): New functions.
7512
7513 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7514
7515         * gnus-cite.el: Enable highlighting of different citation levels in
7516         message-mode.
7517
7518 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * message.el (message-make-fqdn): Fix comment.
7521         (message-bogus-system-names): Add ".local".
7522
7523         * spam.el (spam-ifile-path, spam-ifile-program)
7524         (spam-ifile-database-path, spam-ifile-database)
7525         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7526         Don't use "path" inappropriately.
7527         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7528         strings.
7529         (spam-check-ifile, spam-ifile-register-with-ifile)
7530         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7531         new variable names.
7532
7533         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7534         (gnus-treat-display-smileys): Simplify using
7535         gnus-image-type-available-p.
7536
7537         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7538         available.
7539
7540         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7541         `display-images-p' if available.
7542
7543 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7546         one after turning on the buffer's multibyteness instead of decoding
7547         them directly in the unibyte buffer that causes unexpected conversion
7548         in Emacs 23 (unicode).
7549
7550 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7551
7552         * message.el (message-generate-hashcash): Fix custom type.
7553
7554 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7557
7558 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7561         disconnect icons.  Add help text.
7562
7563 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7566         negated to be consistent with the others we handle.
7567
7568 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7571         version of gnus-summary-buffer to something, so that we can use two
7572         article buffers at the same time.
7573
7574 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7575
7576         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7577         trigger all the extra headers.
7578         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7579         sorting.
7580
7581 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7582
7583         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7584         solid groups.
7585
7586 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7587
7588         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7589
7590 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * legacy-gnus-agent.el: Add Copyright notice.
7593
7594 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7595
7596         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7597
7598 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7601
7602         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7603         to make it work reliably in CVS Emacs.
7604         (gnus-summary-limit-strange-charsets-predicate)
7605         (gnus-summary-limit-to-predicate): New functions.
7606
7607 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7608
7609         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7610         specifying array size.
7611         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7612         array if it is too small.
7613         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7614         (gnus-sort-threads-loop): New function.
7615
7616 2006-12-06  Chris Moore  <dooglus@gmail.com>
7617
7618         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7619         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7620
7621 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7622
7623         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7624         options.
7625
7626 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7629         DOS-ing the recipient.
7630
7631         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7632         the headers when creating the mapping to avoid mismappings.
7633         (nnweb-gmane-create-mapping): Always nix out old mapping.
7634
7635 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7638         and mm-verify-option to never.
7639
7640 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * message.el (message-signed-or-encrypted-p): New function.
7643         (message-forward-make-body): Use it.
7644
7645         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7646         Replace encode-coding-string with mm-encode-coding-string.
7647
7648 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * nneething.el (nneething-decode-file-name): Replace
7651         decode-coding-string with mm-decode-coding-string.
7652
7653         * gnus-int.el (gnus-open-server): Say failed server's name.
7654
7655 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7656
7657         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7658         strings to a single string.  Quote `errors-file-name'.
7659         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7660         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7661         Adjust calls.  Use `shell-quote-argument'.
7662
7663 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7664
7665         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7666         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7667
7668         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7669         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7670         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7671         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7672         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7673         (gnus-subscribe-newsgroup, gnus-1):
7674         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7675         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7676         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7677         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7678
7679 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7680
7681         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7682         keystroke.
7683         (gnus-summary-limit-to-bodies): Implement headersp.
7684
7685 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686
7687         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7688
7689 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7692
7693 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * message.el (message-generate-hashcash): Expand range of values to
7696         include `opportunistic'.
7697         (message-send-mail): Use it.
7698
7699 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7700
7701         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7702         and comment it.
7703
7704         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7705
7706 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * gnus-util.el (gnus-extract-address-components): Improve comment.
7709
7710 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-util.el (gnus-extract-address-components): Work with address in
7713         which the name portion contains @.
7714
7715         * lpath.el: Fbind custom-autoload.
7716
7717 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * gnus.el (gnus-start): Move custom group up.
7720         (gnus-select-method): Don't autoload, but make it available for
7721         `customize-variable'.
7722         (gnus-getenv-nntpserver): Don't autoload.
7723
7724 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7725
7726         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7727
7728 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * message.el (message-sendmail-extra-arguments): New variable.
7731         (message-send-mail-with-sendmail): Use it.
7732
7733 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7736         mm-with-unibyte-current-buffer to make string unibyte.
7737
7738         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7739         mm-string-as-multibyte.
7740
7741 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7742
7743         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7744         Reported by Werner Koch <wk@gnupg.org>.
7745
7746 2006-11-14  Daiki Ueno  <ueno@p360>
7747
7748         * mml2015.el: Autoload epa-select-keys when compiling.
7749
7750 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7751
7752         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7753         message-options.
7754         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7755
7756 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7757
7758         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7759         EasyPG (< 0.0.6).
7760         (mml2015-always-trust): New user option.
7761         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7762         prompt.
7763
7764 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * nntp.el (nntp-authinfo-force): New variable.
7767         (nntp-send-authinfo): Use it.
7768
7769 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7772         decode encoded words.  Improve prompt.  Add comment about forwarding.
7773         (message-replacement-char): Move up.
7774
7775 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7776
7777         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7778         instead of gnus-intersection because arguments of gnus-sorted-nunion
7779         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7780
7781 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7784         (message-simplify-subject-functions): Enable
7785         message-strip-subject-encoded-words by default.
7786
7787 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * message.el (message-strip-subject-encoded-words): New function.
7790         (message-simplify-subject-functions): New variable.
7791         (message-simplify-subject): Use it.  Fix typo in doc string.
7792         Support message-strip-subject-encoded-words.
7793
7794 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7795
7796         * gnus-diary.el (gnus-diary-delay-format-function):
7797         * nndiary.el (nndiary-reminders):
7798         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7799
7800 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * gnus-art.el (article-hide-boring-headers): Fetch date from
7803         gnus-original-article-buffer to avoid problems with localized date
7804         strings.
7805
7806 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7809
7810 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7813         New variables.
7814         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7815         (mm-charset-synonym-alist): Move some entries to
7816         mm-codepage-iso-8859-list.
7817         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7818         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7819
7820 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7823
7824 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7827         with Emacs 21 and XEmacs.
7828
7829 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * spam.el (spam-parse-address): New function for better parsing,
7832         catching errors, etc.
7833         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7834
7835 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * mm-view.el: Add interactive arg to html2text autoload.
7838
7839 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7842
7843 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7846         variables.
7847         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7848         (mm-charset-synonym-alist): Move some entries to
7849         mm-codepage-iso-8859-list.
7850
7851         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7852
7853 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * message.el (message-citation-line-format)
7856         (message-insert-formated-citation-line): Fix implementation of %E, %N
7857         and %n according to the doc string.
7858
7859 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7860
7861         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7862         car-safe to avoid bad parses.
7863
7864 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7867         names.
7868
7869         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7870
7871 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7874         header.
7875
7876         * message.el (message-draft-headers): Add Date.
7877         (message-headers-to-generate): Fix typo in docstring.
7878
7879         * nndraft.el (nndraft-required-headers): New variable.
7880         (nndraft-generate-headers): Use it.
7881
7882         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7883
7884 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7885
7886         * gnus-registry.el (gnus-registry-wash-for-keywords)
7887         (gnus-registry-find-keywords): New functions to allow easy searching of
7888         articles that are in the registry.
7889
7890 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7891
7892         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7893         ietf-drums-parse-address instead of gnus-extract-address-components.
7894         Reported by Damien Elmes <damien@repose.cx>.
7895
7896 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * gnus.el (gnus-mime): Remove unused custom group.
7899
7900 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7901
7902         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7903         "blank line" when searching for end of armor headers.
7904
7905 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gmm-utils.el (gmm-write-region): Fix variable name.
7908
7909 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * gmm-utils.el (gmm-write-region): New function based on compatibility
7912         code from `mm-make-temp-file'.
7913
7914         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7915
7916         * nnmaildir.el (nnmaildir--update-nov)
7917         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7918         Use `gmm-write-region'.
7919
7920 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7923         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7924
7925         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7926
7927         * message.el (message-replacement-char): New variable.
7928         (message-fix-before-sending): Use it.
7929         (message-simplify-subject): New function to remove duplicate code.
7930         (message-reply, message-followup): Use it.
7931
7932         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7933         gnus-summary-limit-to-articles.
7934
7935 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * gnus-util.el (gnus-with-local-quit): New macro.
7938
7939         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7940
7941 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7942
7943         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7944         ignore non-string data.
7945
7946 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7947
7948         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7949         non-string data (needs to be done in the registry too).
7950
7951 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7952
7953         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7954         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7955         (gnus-registry-split-fancy-with-parent)
7956         (gnus-registry-fetch-simplified-message-subject-fast)
7957         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7958         Remove text properties on ingress into the registry and when it's saved.
7959         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7960         registry from entries with no groups.
7961
7962 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7963
7964         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7965         function to remove string properties.
7966
7967 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * gmm-utils.el (gmm): Adjust custom version.
7970
7971         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7972         custom version.
7973
7974         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7975
7976 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * gnus-art.el (gnus-insert-prev-page-button)
7979         (gnus-insert-next-page-button): Simplify.  Reformat.
7980
7981 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7982
7983         * gnus-art.el (gnus-insert-prev-page-button)
7984         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7985
7986 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7987
7988         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7989
7990 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7991
7992         * gnus-art.el (gnus-insert-mime-button)
7993         (gnus-insert-mime-security-button):
7994         Apply gnus-article-button-face to MIME and security buttons.
7995
7996 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7999         readable.
8000
8001 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8004
8005 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8006
8007         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8008         `browse-url-of-file' instead of `browse-url'.
8009
8010 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8011
8012         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8013         regexp.  Articles containing quotation were cut prematurely.
8014
8015 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * message.el (message-cite-original-1): Use nobody by default for the
8018         value of From header.
8019         (message-reply): Ditto.
8020
8021 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8022
8023         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8024         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8025         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8026
8027 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8030         mails in the doc string.  Add some URLs in comment.
8031         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8032
8033 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8036         backslashes handling and the way to find boundaries of quoted strings.
8037
8038 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8039
8040         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8041         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8042         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8043         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8044
8045 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8048         doc string.
8049         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8050
8051 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * lpath.el: Fbind epg-check-configuration.
8054
8055 2006-09-06  Simon Josefsson  <jas@extundo.com>
8056
8057         * mml2015.el (mml2015-use): Doc fix, mention epg.
8058
8059 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8060
8061         * mml2015.el (mml2015-use): Default to epg, if available.
8062
8063 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8064
8065         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8066         message-sender.
8067         (mml1991-epg-encrypt): Ditto.
8068         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8069         message-sender.
8070         (mml2015-epg-encrypt): Ditto.
8071
8072 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8073
8074         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8075         several common directories.
8076
8077 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8078
8079         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8080         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8081
8082 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-art.el (article-decode-encoded-words): Make it fast.
8085
8086 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8089
8090         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8091         in quoted string into `\'.
8092
8093 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8096         Use standard-syntax-table.
8097
8098 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-art.el (gnus-decode-address-function): New variable.
8101         (article-decode-encoded-words): Use it to decode headers which are
8102         assumed to contain addresses.
8103         (gnus-mime-delete-part): Remove useless `or'.
8104
8105         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8106         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8107         (gnus-nov-parse-line): Use it to decode From header.
8108         (gnus-get-newsgroup-headers): Ditto.
8109         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8110
8111         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8112         (mail-decode-encoded-address-string): New alias.
8113
8114         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8115         New function.
8116         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8117         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8118         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8119         (rfc2047-decode-string): Ditto.
8120         (rfc2047-decode-address-region): New function.
8121         (rfc2047-decode-address-string): New function.
8122
8123 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * message.el (message-caesar-buffer-body): Allow rotating headers.
8126
8127         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8128
8129         * message.el (message-insert-formated-citation-line): Fix %f.
8130         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8131
8132 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8135         (gnus-bookmark-mouse-available-p): New macro.
8136         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8137         (gnus-bookmark-bmenu-show-infos): Use it.
8138         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8139         (gnus-bookmark-bmenu-hide-infos): Ditto.
8140         (gnus-bookmark-remove-properties): New function.
8141         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8142         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8143         (gnus-bookmark-write-file): Bind coding-system-for-write.
8144         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8145         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8146         group before selecting it.
8147         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8148         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8149         quit-window if it is not available; use gnus-mouse-2 and bind it to
8150         gnus-bookmark-bmenu-select-by-mouse.
8151         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8152         (gnus-bookmark-bmenu-select-by-mouse): New function.
8153
8154 2006-08-13  Romain Francoise  <romain@orebokech.com>
8155
8156         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8157         space.
8158
8159 2006-08-10  Romain Francoise  <romain@orebokech.com>
8160
8161         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8162         (dns-mode-soa-auto-increment-serial): New user option.
8163         (dns-mode-soa-maybe-increment-serial): New function.
8164         (dns-mode): Add the latter to `write-contents-functions'.
8165
8166 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * compface.el (uncompface): Use binary rather than raw-text-unix.
8169
8170 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * compface.el (uncompface): Make sure the eol conversion doesn't take
8173         place when communicating with the external programs.  Reported by
8174         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8175
8176 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8179
8180 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8181
8182         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8183         Make it more robust by parsing author and date independently.
8184
8185 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8188
8189 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8190
8191         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8192         first matching secret key.
8193         (mml2015-epg-encrypt): Ditto.
8194
8195         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8196         first matching secret key.
8197         (mml1991-epg-encrypt): Ditto.
8198
8199         * mml2015.el (mml2015-encrypt-to-self): New user option.
8200         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8201         mml2015-epg-encrypt-to-self is set.
8202
8203         * mml1991.el (mml1991-encrypt-to-self): New variable.
8204         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8205         mml1991-epg-encrypt-to-self is set.
8206
8207         * mml2015.el (mml2015-signers): New user option.
8208         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8209         (mml2015-epg-encrypt): Allow to select signing keys.
8210
8211         * mml1991.el (mml1991-signers): New variable.
8212         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8213         (mml1991-epg-encrypt): Allow to select signing keys.
8214
8215 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * nnheader.el (nnheader-insert-head): Make it work even if the file
8218         uses CRLF for the line-break code.
8219
8220 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8221
8222         * mml2015.el: Require mml-sec instead of password.
8223         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8224         (mml2015-cache-passphrase): Inherit the default value from
8225         mml-secure-cache-passphrase.
8226         (mml2015-passphrase-cache-expiry): Inherit the default value from
8227         mml-secure-passphrase-cache-expiry.
8228
8229         * mml1991.el: Require mml-sec instead of password.
8230         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8231         (mml1991-cache-passphrase): Inherit the default value from
8232         mml-secure-cache-passphrase.
8233         (mml1991-passphrase-cache-expiry): Inherit the default value from
8234         mml-secure-passphrase-cache-expiry.
8235
8236         * mml-sec.el: Require password.
8237         (mml-secure-verbose): New user option.
8238         (mml-secure-cache-passphrase): New user option.
8239         (mml-secure-passphrase-cache-expiry): New user option.
8240
8241 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8242
8243         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8244         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8245         andreas@altroot.de (Andreas Vögele).
8246
8247         FIXME: Use `tiny change'?
8248
8249 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8250
8251         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8252         workaround for the url package included with Emacs.
8253
8254         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8255
8256 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8259         correctly.  This fixes a bug caused by the 2006-05-12 change.
8260
8261 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8262
8263         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8264         some information about the error when saying that the `bogus' mail
8265         group will be used.
8266
8267 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8270         string.
8271
8272 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8273
8274         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8275
8276 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8277
8278         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8279
8280 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8281
8282         * mml1991.el (mml1991-function-alist): Add epg.
8283         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8284         (mml1991-epg-encrypt): New functions.
8285
8286 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8287
8288         * mml2015.el (mml2015-verbose): New variable.
8289         (mml2015-cache-passphrase): Ditto.
8290         (mml2015-passphrase-cache-expiry): Ditto.
8291         (mml2015-function-alist): Add epg.
8292         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8293         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8294         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8295         functions.
8296
8297 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8298
8299         * message.el (message-cite-original-1): Preserve region when removing
8300         quoted text due to X-No-Archive in order to avoid bogus attribution
8301         when citing multiple messages.
8302
8303 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8304
8305         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8306         Kenneth Jacker <khj@be.cs.appstate.edu>.
8307
8308 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-diary.el (gnus-user-format-function-d)
8311         (gnus-user-format-function-D): Autoload.
8312
8313         * imap.el (Commentary): Fix typo.
8314
8315         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8316         2006-04-22 contribution.
8317
8318 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8319
8320         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8321         It didn't really fix the bogosity I'm seeing with solid web groups.
8322
8323 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8324
8325         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8326         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8327         created using server names.  If we use the feature without declaring
8328         it, Gnus does not properly manage server and group state.
8329
8330         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8331         bound.
8332
8333 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8334
8335         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8336         looking up the method using GROUP's prefix before inventing a new one.
8337         It is used on killed/unknown groups in various places where returning
8338         an all-new method isn't expected by the caller.
8339
8340         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8341         and match semantics of gnus-group-real-prefix.
8342
8343 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * nnmail.el (nnmail-broken-references-mailers): New variable.
8346         (nnmail-ignore-broken-references): New function generalizing
8347         nnmail-fix-eudora-headers.
8348         (nnmail-fix-eudora-headers): Now obsolete.
8349
8350         * gnus-art.el (gnus-button-handle-custom): Support
8351         `customize-apropos*'.
8352
8353 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8356
8357         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8358         articles.
8359
8360 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * message.el (message-cite-reply-above): New variable.
8363         (message-yank-original): Use it.
8364
8365 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8368
8369 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8372         as read.
8373
8374         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8375
8376 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8377
8378         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8379         (gnus-bookmark-default-file): Use gnus-directory.
8380         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8381         Remove "*" in doc string.
8382         (gnus-bookmark-write-file): Simplify.
8383         (gnus-bookmark-maybe-sort-alist): Use `when'.
8384         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8385         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8386         FIXME about Emacs 21 and XEmacs compatibility.
8387         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8388         compatibility.
8389         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8390         compatibility.
8391         (gnus-bookmark-menu-heading): Fix version.
8392
8393 2006-06-19  Bastien Guerry  <bzg@altern.org>
8394
8395         * gnus-bookmark.el: New file.
8396
8397 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * message.el (message-syntax-checks): Doc fix.
8400
8401 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8402
8403         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8404         unsubscribed groups as if they were killed ones.  It causes duplicate
8405         entries in gnus-newsrc-alist.
8406
8407 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * message.el (message-syntax-checks): Doc fix.
8410         (message-send-mail): Add check for continuation headers.
8411         (message-check-news-header-syntax): Fix regexp used to check for
8412         continuation headers.
8413
8414 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8417
8418 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8421
8422 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8425         default-truncate-lines.
8426
8427 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8430         to fill the utf-8 entry.
8431
8432         * lpath.el: Fbind unicode-precedence-list.
8433
8434 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8435
8436         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8437
8438 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8439
8440         * gnus-agent.el (directory-files-and-attributes): Move all the way
8441         forward (the third and final move).
8442         (gnus-agent-read-agentview): Trap reconstruction errors due to
8443         nonexistant directory.  Handle by returning nil.
8444
8445 2006-05-30  Didier Verna  <didier@xemacs.org>
8446
8447         * message.el (message-dont-reply-to-names): Update the custom type.
8448         * message.el (message-dont-reply-to-names): New defsubst: potentially
8449         convert a list of regexps into a single one.
8450         * message.el (message-get-reply-headers): Use it.
8451         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8452
8453 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-agent.el (directory-files-and-attributes): Move forward.
8456
8457 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * gnus-ml.el (gnus-mailing-list-subscribe)
8460         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8461         (gnus-mailing-list-message): Fix doc strings.
8462
8463 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8464
8465         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8466         of doing it manually.
8467
8468 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8471         comment.
8472
8473 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8474
8475         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8476         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8477         (gnus-agent-read-local): All symbols allocated in my-obarray.
8478         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8479         (gnus-agent-regenerate-group): Check numeric names to see if they are
8480         messages or groups.
8481         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8482         better way of do this...)
8483
8484         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8485         'dummy.group' (there should be a better way of do this...)
8486
8487 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8490         (gnus-saved-headers): Ditto.
8491         (gnus-default-article-saver): Mention functions may have properties.
8492         (gnus-article-save): Override gnus-save-all-headers and
8493         gnus-saved-headers by :headers property which saver function may have.
8494         (gnus-summary-save-in-file): Add :headers property.
8495         (gnus-summary-write-to-file): Ditto.
8496
8497         * gnus-sum.el (gnus-summary-save-article): Bind
8498         gnus-prompt-before-saving to t when saving many articles in a file;
8499         always show all headers.
8500
8501         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8502
8503 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8506         marks.
8507
8508         * message.el (message-indent-citation): Add optional arguments to allow
8509         using it outside of message buffers.
8510
8511         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8512         (gnus-article-treat-unfold-headers): Use it.
8513         (gnus-article-truncate-lines): New variable.
8514         (gnus-article-mode): Use it.
8515         (gnus-article-toggle-truncate-lines): New function.
8516
8517         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8518         gnus-article-toggle-truncate-lines.
8519
8520         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8521         coding system in XEmacs, use binary.
8522
8523 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8526         after-load-alist.
8527
8528         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8529         this function should save decoded articles.
8530         (gnus-summary-write-to-file): Use property to specify this function
8531         should save decoded articles and specify gnus-summary-save-in-file
8532         should be used to save articles other than the first one when saving
8533         many articles.
8534         (gnus-summary-save-body-in-file): Use property to specify this
8535         function should save decoded articles.
8536         (gnus-summary-write-body-to-file): Use property to specify this
8537         function should save decoded articles and specify
8538         gnus-summary-save-body-in-file should be used to save articles other
8539         than the first one when saving many articles.
8540
8541         * gnus-sum.el (gnus-summary-save-article): Simplify.
8542
8543 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-art.el (gnus-default-article-saver): Add
8546         gnus-summary-write-body-to-file.
8547         (gnus-article-save-coding-system): Don't use coding system object
8548         in XEmacs.
8549         (gnus-read-save-file-name): Add optional `dir-var' argument which
8550         specifies directory in which files are saved; work even if optional
8551         `variable' argument is not specified.
8552         (gnus-summary-write-to-file): Read file name.
8553         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8554         (gnus-summary-write-body-to-file): New function.
8555
8556         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8557         (gnus-summary-local-variables): Add it.
8558         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8559         (gnus-summary-save-article): Remove optional `decode' argument;
8560         determine whether to decode articles by the value of
8561         gnus-default-article-saver; when saving many files using
8562         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8563         it first and use gnus-summary-save-in-file or
8564         gnus-summary-save-body-in-file thereafter unless
8565         gnus-prompt-before-saving is always; move point to article which
8566         will be saved.
8567         (gnus-summary-save-article-file): Revert.
8568         (gnus-summary-write-article-file): Revert.
8569         (gnus-summary-save-article-body-file): Revert.
8570         (gnus-summary-write-article-body-file): New function.
8571
8572 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus-art.el (gnus-default-article-saver): Doc fix.
8575         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8576         from gnus-summary-save-article-coding-system, and default to a
8577         certain coding system.
8578         (gnus-output-to-file): Add coding cookie and encode text according
8579         to gnus-article-save-coding-system; don't use mm-append-to-file.
8580
8581         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8582         gnus-art.el and rename to gnus-article-save-coding-system.
8583         (gnus-summary-save-article): Require gnus-art; don't show all
8584         headers if it decodes articles; don't add coding cookie here;
8585         don't bind mm-text-coding-system-for-write.
8586         (gnus-summary-save-article-file): Save decoded articles.
8587         (gnus-summary-write-article-file): When saving many files, use
8588         gnus-summary-write-to-file first and gnus-summary-save-in-file
8589         thereafter unless gnus-prompt-before-saving is always.
8590         (gnus-summary-save-article-body-file): Save decoded articles.
8591
8592         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8593
8594 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * nnrss.el (nnrss-check-group): Bind hash-index.
8597
8598 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8599
8600         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8601         its hash index.  Store this hash in `nnrss-group-data'.
8602         (nnrss-read-group-data): Update accordingly.
8603
8604 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8607         entry.
8608
8609         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8610         gnus-article-browse-html-article.
8611
8612 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8613
8614         * gnus-sum.el (gnus-summary-mime-map): Add
8615         gnus-article-browse-html-article.
8616
8617         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8618
8619 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8622         suitable coding systems in customize.
8623
8624 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * mail-source.el (mail-sources): Fix custom type.
8627
8628 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8631         (gnus-summary-expire-articles-now): Shorten prompt.
8632
8633         * gmm-utils.el (wid-edit): Require.
8634         (defun-gmm): Renamed from `gmm-defun-compat'.
8635         (gmm-image-search-load-path): Use it.
8636         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8637
8638 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8641         variable.
8642         (gnus-summary-save-article): Add optional `decode' argument.  If
8643         it is set and gnus-summary-save-article-coding-system is non-nil,
8644         save decoded article.
8645         (gnus-summary-write-article-file): Save decoded article if
8646         gnus-summary-save-article-coding-system is non-nil.
8647
8648         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8649         type.
8650
8651 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8654
8655 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8658         first to test gnus-single-article-buffer which may be buffer-local.
8659
8660         * gnus-sum.el (gnus-summary-setup-buffer): Make
8661         gnus-single-article-buffer buffer-local and nil in ephemeral
8662         group; make gnus-article-buffer, gnus-article-current, and
8663         gnus-original-article-buffer always buffer-local.
8664         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8665         group.
8666         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8667
8668 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * nnml.el (nnml-request-compact-group): Compressed files might not
8671         have .gz extension.
8672
8673 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8674
8675         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8676         (mm-copy-to-buffer): Use with-current-buffer.
8677         (mm-display-part): Simplify.
8678         (mm-inlinable-p): Add optional arg `type'.
8679
8680 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8681
8682         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8683         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8684         Try harder to show the attachment internally or externally using
8685         gnus-mime-view-part-as-type.
8686
8687 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * message.el (message-from-style, message-signature-separator)
8690         (message-user-organization-file, message-send-mail-function)
8691         (message-citation-line-function, message-yank-prefix)
8692         (message-indent-citation-function, message-signature)
8693         (message-signature-file, message-signature-insert-empty-line):
8694         Remove autoloads.
8695
8696         * gnus-art.el (gnus-buttonized-mime-types): Remove
8697         "multipart/signed".  Revert 2006-04-26 change.
8698
8699 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * gnus.el (gnus-version-number): Bump version.
8702
8703 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8704
8705         * gnus.el: No Gnus v0.5 is released.
8706
8707 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8708
8709         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8710         fetching articles by message-id.
8711
8712 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8713
8714         * message.el (hashcash): Require hashcash as normal.
8715
8716         * ecomplete.el (ecomplete-highlight-match-line): Use
8717         point-at-eol.
8718         (ecomplete-highlight-match-line): Use `highlight', because that
8719         face exists in both Emacs and XEmacs.
8720
8721         * message.el (message-display-abbrev): Use point-at-bol.
8722
8723         * mail-source.el: Don't require timer/timer-funcs.
8724
8725         * gnus-async.el: Ditto.
8726
8727         * password.el: Ditto.
8728
8729         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8730
8731         * mm-url.el: Ditto.
8732
8733         * gnus-xmas.el: Don't require timer-funcs.
8734
8735         * mm-util.el: Require timer/timer-funcs.
8736
8737 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8738
8739         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8740         Close.
8741
8742 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8745         unibyte after clear-decrypt function runs.
8746
8747         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8748         returns as a unibyte string.
8749
8750 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * lpath.el: Revert.
8753
8754         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8755         (pgg-gpg-process-sentinel): Revert.
8756
8757         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8758         (pgg-pgp-lookup-key): Revert.
8759
8760         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8761         (pgg-pgp5-lookup-key): Revert.
8762
8763         * pgg.el (pgg-fetch-key): Revert.
8764
8765 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * lpath.el: Fbind string-as-multibyte for XEmacs.
8768
8769         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8770         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8771         (mml1991-pgg-encrypt): Ditto.
8772
8773         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8774         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8775         a multibyte buffer.
8776
8777         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8778         (pgg-pgp-lookup-key): Ditto.
8779
8780         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8781         (pgg-pgp5-lookup-key): Ditto.
8782
8783         * pgg.el (pgg-fetch-key): Ditto.
8784
8785 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * message.el (message-user-organization-file): Check several
8788         locations of the organization file.
8789
8790         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8791         Add gnus-article-view-part-as-type.
8792
8793         * gnus-art.el (gnus-article-view-part-as-type): New function.
8794
8795         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8796         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8797
8798         * mml.el: Simplify autoload.
8799         (mml-mode): defvar dnd-protocol-alist instead of using
8800         symbol-value.
8801         (mml-default-directory): New variable.
8802         (mml-minibuffer-read-file): Use it.
8803         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8804
8805         * message.el (message-citation-line-format): New variable.
8806         (message-insert-formated-citation-line): New function.
8807         (message-citation-line-function): Add
8808         `message-insert-formated-citation-line' to custom type.
8809
8810         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8811         to doc string.
8812
8813         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8814         depending on mm-verify-option.
8815
8816 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8819         binding pgg-* variables; reimplement the section which prevents
8820         MIME header from being signed.
8821         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8822         pgg-text-mode; remove a blank line at the top of body.
8823
8824         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8825         lines at the top of body; use gnus-newsgroup-charset if there's no
8826         Charset header.
8827
8828 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * message.el (message-self-insert-commands): Doc fix.
8831
8832         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8833         (mm-uu-pgp-encrypted-test): Ditto.
8834         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8835         between header and body; return application/pgp-encrypted handle
8836         if decryption failed; decode decrypted body by charset.
8837
8838         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8839         element match to application/pgp-*.
8840
8841 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8842
8843         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8844         HTML.
8845
8846 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * mail-source.el (mail-source-call-script): Message the error
8849         string.
8850
8851 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8852
8853         * gnus-util.el (gnus-byte-compile): Use it.
8854
8855 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8856
8857         * gnus-util.el (kill-empty-logs): New function.
8858
8859 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * message.el (message-mail-alias-type): Doc fix.
8862         (message-mail-alias-type-p): New function.
8863         (message-send): Use it.
8864         (message-mode): Ditto.
8865         (message-strip-forbidden-properties): Ditto.
8866
8867         * ecomplete.el (ecomplete-database-file-coding-system): New
8868         variable.
8869         (ecomplete-save): Use it.
8870         (ecomplete-setup): Use it.
8871
8872 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * message.el (message-self-insert-commands): New variable.
8875         (message-strip-forbidden-properties): Use it.
8876
8877 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878
8879         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8880         that doesn't make XEmacs choke.
8881
8882 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-util.el (gnus-replace-in-string):
8885         Prefer replace-regexp-in-string over of replace-in-string.
8886
8887 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-util.el (gnus-select-frame-set-input-focus):
8890         Use select-frame-set-input-focus if it is available in XEmacs; use
8891         definition defined in Emacs 22 for old Emacsen.
8892
8893         * dgnushack.el: Autoload unmorse-region for XEmacs.
8894
8895         * lpath.el: Bind cursor-in-non-selected-windows and
8896         select-frame-set-input-focus for XEmacs.
8897
8898 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8901
8902 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8903
8904         * gnus-registry.el (gnus-registry-cache-save): Remove text
8905         properties when saving via the temp buffer.
8906
8907 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * message.el (message-generate-hashcash): Honor custom type.
8910
8911 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8912
8913         * message.el (message-generate-hashcash): Default to non-nil when
8914         hashcash is found.
8915
8916         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8917         (gnus-refer-thread-limit): Increase default to 500.
8918
8919         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8920
8921         * flow-fill.el (fill-flowed): Allow delete-space.
8922
8923 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8926         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8927         Remove autoloads.
8928
8929 2006-04-18  Simon Josefsson  <jas@extundo.com>
8930
8931         * message.el (message-generate-hashcash): Default to.
8932
8933 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8936         concatenating segments rather than before concatenating them.
8937
8938 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8939
8940         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8941
8942 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8943
8944         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8945
8946         * message.el (message-forward-make-body-plain): Allow
8947         message-forward-ignored-headers to be a list.
8948         (message-remove-ignored-headers): Factor out into function.
8949         (message-forward-make-body-mml): Use it.
8950
8951         * imap.el (imap-quote-specials): New function.
8952         (imap-login-auth): Quote specials.
8953
8954         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8955         (rfc2231-parse-string): Allow concatanation of parameters that
8956         aren't contiguous.  The test case is
8957           (mail-header-parse-content-type "message/external-body;
8958             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8959             access-type=LOCAL-FILE;
8960             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8961
8962 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8963
8964         * nntp.el (nntp-accept-process-output): Return the value of
8965         `nnheader-accept-process-output'.
8966
8967 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8970         (gnus-button-alist): Recognize more diff formats.
8971         (gnus-button-patch): Strip directory.
8972
8973 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8976         Emacs 22 when setting focus.
8977
8978 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979
8980         * gnus-art.el (gnus-article-treat-types): Do treatment of
8981         text/x-verbatim parts.
8982         (gnus-button-patch): New command.
8983
8984         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8985         addresses that contain invalid characters.
8986
8987 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988
8989         * message.el (message-put-addresses-in-ecomplete): Use
8990         gnus-replace-in-string.
8991         (message-is-yours-p): Use the more correct
8992         mail-header-parse-address instead of
8993         mail-extract-address-components.
8994         (message-put-addresses-in-ecomplete): Fix typo.
8995
8996         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8997         keystroke.
8998
8999         * gnus-art.el (gnus-treatment-function-alist): Change order of
9000         newsgroups/generic header folding to avoid double-folding.
9001
9002         * message.el (message-hidden-headers): Add X-Draft-From.
9003
9004         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9005         command.
9006         (gnus-summary-repeat-search-article-backward): New command.
9007
9008         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9009         groups in the parent topic.
9010
9011 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9012
9013         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9014         (spam-extra-header-to-number): Return the CRM114 number as a
9015         number instead of a string.
9016
9017 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * gnus-art.el (gnus-face-properties-alist): Moved here from
9020         gnus-fun.
9021
9022         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9023
9024 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9025
9026         * message.el (message-strip-forbidden-properties): Only display on
9027         self-insert-command.
9028
9029         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9030         reindent.
9031         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9032
9033 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9034
9035         * smiley.el (smiley-style): Fix typo.
9036
9037 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9038
9039         * hashcash.el (hashcash-insert-payment-async-2): Use
9040         message-goto-eoh instead of doing it manually.
9041         (mail-add-payment): Use message-narrow-to-header instead of trying
9042         to do the same itself.
9043
9044         * message.el (message-hidden-headers): Add Face.
9045
9046         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9047         reparenting code.
9048         (gnus-summary-reparent-children): Refactored out code.
9049         (gnus-summary-thread-map): New keystroke.
9050         (gnus-summary-reparent-children): Make into command.
9051
9052         * smiley.el (smiley-style): Default to `medium' if using a large
9053         font.
9054
9055         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9056         does it itself.
9057
9058         * message.el (message-point-in-header-p): Simplify definition.
9059
9060 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * nnagent.el (nnagent-request-set-mark): Silence log file
9063         writing.
9064         (nnagent-request-set-mark): Use write-region instead of
9065         append-to-file.
9066
9067         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9068         strange select method.
9069
9070         * ecomplete.el (ecomplete-display-matches): Get highlightling
9071         right.
9072         (ecomplete-display-matches): Use literals.
9073         (ecomplete-display-matches): Disable message logging.
9074
9075         * message.el (message-display-abbrev): Small optimization.
9076
9077         * ecomplete.el (ecomplete-display-matches): Allow automatic
9078         display.
9079
9080         * message.el (message-strip-forbidden-properties): Display
9081         abbrevs.
9082         (message-display-abbrev): Get automatic display right.
9083
9084         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9085         keystrokes.
9086
9087 2006-04-13  Romain Francoise  <romain@orebokech.com>
9088
9089         TODO: Backport to v5-10!
9090
9091         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9092         Moved here (and renamed) from gnus-registry.el.
9093
9094         * gnus-registry.el: Require gnus-util.
9095         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9096
9097 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * gnus-group.el (gnus-group-catchup-current): Change
9100         if-then-else-if-then-else into cond.
9101         (gnus-group-catchup): Indent.
9102         (group-name-at-point): New function.
9103         (gnus-fetch-group): Provide default from thing at point.
9104
9105 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * message.el (message-display-abbrev): Fix regexp.
9108
9109         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9110         choosing.
9111         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9112         dead variables.
9113
9114         * message.el (message-newline-and-indent): Remove debugging.
9115         (message-display-abbrev): Use new implementation.
9116
9117 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * gnus-art.el (gnus-article-mode): Set
9120         cursor-in-non-selected-windows to nil.
9121
9122         * smiley.el: Revert previous change.
9123         (smiley-data-directory): defvar it before using it in the
9124         defcustom of `smiley-style'.
9125
9126 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * message.el (message-newline-and-indent): New function.
9129
9130         * ecomplete.el: Implement more bits.
9131
9132         * message.el (message-put-addresses-in-ecomplete): Clean up the
9133         string.
9134
9135         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9136
9137         * gnus-sum.el (gnus-summary-save-parts): Bind
9138         gnus-summary-save-parts-counter and use it to make unique file
9139         names.
9140
9141         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9142
9143         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9144         parameter to say whether to actually parse the individual
9145         addresses.
9146
9147         * message.el (message-put-addresses-in-ecomplete): New function.
9148         (ecomplete): Require.
9149         (message-mail-alias-type): Add ecomplete as an option.
9150
9151 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9152
9153         * flow-fill.el (fill-flowed): Remove trailing space from blank
9154         quoted lines.
9155
9156 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9157
9158         * smiley.el (smiley-style): Move definition later to avoid a
9159         compilation warning.
9160
9161 2006-04-12  Kenichi Handa  <handa@m17n.org>
9162
9163         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9164         buffer and then decode the buffer text if necessary.
9165         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9166         first, and after mm-encode-body, change the buffer to unibyte.
9167         Use mm-disable-multibyte instead of set-buffer-multibyte.
9168
9169 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9172         Content-Type header instead of Content-Disposition header.
9173         (gnus-mime-inline-part): Ditto.
9174         (gnus-mime-view-part-as-charset): Ignore charset that the part
9175         specifies.
9176
9177         * mm-decode.el (mm-display-part): Work with external parts and
9178         usual parts similarly.
9179
9180         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9181         instead of gnus-display-mime.
9182
9183         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9184         instead of with-temp-buffer.
9185
9186         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9187         tag to summarized topics part in order to encode non-ASCII text.
9188
9189 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * smiley.el (smiley-style): New variable.
9192         (smiley-directory): New function.
9193         (smiley-data-directory): Derive from `smiley-style' using
9194         `smiley-directory'.
9195         (smiley-regexp-alist): Add new entries.
9196
9197         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9198         (gnus-article-browse-delete-temp): Add :version.
9199
9200 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9201
9202         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9203         the sieve region.
9204
9205 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * gnus.el (gnus-version-number): Bump version.
9208
9209 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * gnus.el: No Gnus v0.4 is released.
9212
9213 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9216         layout.
9217
9218         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9219         unknown charset.
9220
9221         * message.el (message-header-synonyms): Add Original-To to the
9222         default.
9223
9224         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9225         optional parameter.
9226
9227 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * gnus-fun.el (gnus): Require it for gnus-directory.
9230
9231 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9234
9235 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9236
9237         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9238
9239 2006-04-05  Simon Josefsson  <jas@extundo.com>
9240
9241         * password.el (password-reset): New function.
9242
9243 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9244
9245         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9246         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9247
9248 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9249
9250         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9251         Some whitespace was matched into the url, which broke browsing hits
9252         > 100 when mm-url-use-external was nil.
9253
9254 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9257         gnus-extra-headers for 'Newsgroups.
9258
9259         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9260         bound.
9261
9262 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9263
9264         * pgg-gpg.el: Clean up process buffers every time gpg processes
9265         complete.
9266
9267 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9270         doc string.
9271
9272 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9273
9274         * pgg-gpg.el (pgg-gpg-process-filter)
9275         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9276
9277         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9278         lines, temporary fix.
9279
9280 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9283
9284 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9285
9286         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9287         default-enable-multibyte-characters.  This reverts the change from
9288         revision 6.17 which is no longer necessary because the passphrase
9289         is sent separately now.  GnuPG messages are unreadable under
9290         multibyte locales with default-enable-multibyte-characters set to
9291         nil.
9292
9293 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * message.el (message-tool-bar-gnome): Move "spell".
9296
9297 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9300         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9301         instead.
9302
9303 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9304
9305         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9306         newsgroups handling for NNTP overviews which don't include
9307         Newsgroups.
9308
9309 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9310
9311         * message.el (message-resend): Bind message-generate-hashcash to nil.
9312
9313 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9314
9315         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9316         when searching for already-paid recipients.
9317
9318 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9319
9320         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9321         passphrases when it is not needed.
9322         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9323         passphrase stuff from gpg, should only be necessary when you use
9324         gpg with a smartcard.
9325
9326 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * mml.el (mml-insert-mime): Ignore cached contents of
9329         message/external-body part.
9330
9331         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9332         (mm-insert-part): Ditto.
9333
9334 2006-03-23  Simon Josefsson  <jas@extundo.com>
9335
9336         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9337         Reiner.
9338         (pgg-gpg-use-agent-p): Use it again.
9339
9340 2006-03-23  Simon Josefsson  <jas@extundo.com>
9341
9342         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9343         older emacsen.
9344         (pgg-gpg-use-agent-p): Don't use it.
9345
9346 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9349         if we can.
9350
9351 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9352
9353         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9354         (pgg-gpg-update-agent): New function.
9355         (pgg-gpg-use-agent-p): New function.
9356         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9357         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9358         (pgg-gpg-sign-region): Use it.
9359
9360 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9363         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9364
9365 2006-03-21  Simon Josefsson  <jas@extundo.com>
9366
9367         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9368         <wilde@sha-bang.de>.
9369         (pgg-gpg-use-agent): New variable.
9370         (pgg-gpg-process-region): Use it.
9371         (pgg-gpg-encrypt-region): Likewise.
9372         (pgg-gpg-encrypt-symmetric-region): Likewise.
9373         (pgg-gpg-decrypt-region): Likewise.
9374         (pgg-gpg-sign-region): Likewise.
9375         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9376
9377 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9380
9381         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9382         Add comment on version.
9383
9384 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * smiley.el: Add missing test smiley.
9387
9388 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * mm-decode.el (mm-with-part): New macro.
9391         (mm-get-part): Use it; work with message/external-body as well.
9392         (mm-save-part): Treat name and filename equally.
9393
9394         * mm-extern.el (mm-extern-cache-contents): New function.
9395         (mm-inline-external-body): Use it; force the part to be displayed;
9396         move undisplayer added to the cached handle to the parent.
9397
9398         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9399         (gnus-mime-view-part-as-type): Work with message/external-body.
9400
9401         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9402
9403 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9404
9405         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9406         images in image-load-path.  [Sync with image.el, revision 1.60, in
9407         Emacs.]
9408
9409 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9412         path rather than symbol.  Always return list of directories.
9413         Guarantee that image directory comes first.  [Sync with image.el,
9414         revision 1.59, in Emacs.]
9415
9416         * message.el (message-make-tool-bar): Adjust to new API of
9417         `gmm-image-load-path-for-library'.
9418
9419         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9420
9421         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9422
9423 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9424
9425         * gnus-art.el (gnus-article-only-boring-p):
9426         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9427         intangible text.
9428         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9429
9430 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9433         `defun' instead of `gmm-defun-compat'.
9434
9435 2006-03-14  Simon Josefsson  <jas@extundo.com>
9436
9437         * message.el (message-unique-id): Don't use message-number-base36
9438         if (user-uid) is a float.
9439         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9440
9441 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9444
9445         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9446         empty line between a part and a message part.
9447
9448 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * smiley.el: Add more test smileys.
9451         (smiley-data-directory, smiley-regexp-alist)
9452         (gnus-smiley-file-types): Fix doc strings.
9453         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9454         adding new elements.
9455         (smiley-mouse-map): Unused code.  Make it a comment.
9456
9457 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9460         scan latest NoCeM messages instead of old ones.
9461         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9462         delimiters that are recently used.
9463         (gnus-nocem-load-cache): Add autoload cookie.
9464
9465         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9466
9467         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9468         level which is larger than gnus-use-nocem is specified.
9469
9470         * gnus-group.el (gnus-group-get-new-news): Ditto.
9471
9472 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-util.el (gnus-tool-bar-update): New function.
9475
9476         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9477         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9478
9479         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9480
9481         * gnus-group.el (gnus-group-redraw-when-idle)
9482         (gnus-group-redraw-check): Remove.
9483         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9484
9485 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9488         if optional last element is specified in splits (FIELD VALUE...).
9489
9490 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9493         to gmm-image-load-path-for-library.  Call with no-error argument.
9494         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9495
9496         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9497
9498         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9499
9500         * gmm-utils.el (gmm-image-load-path): Remove alias.
9501
9502 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * gmm-utils.el (gmm-image-load-path): Add alias.
9505
9506         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9507         nnml-generate-nov-databases-1.
9508         (nnml-generate-nov-databases): Use it.
9509         (nnml-generate-nov-databases-directory): Document no-active
9510         argument.
9511
9512         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9513         directory if path is t.  Add no-error.
9514
9515         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9516         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9517
9518         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9519         resetting gnus-article-browse-html-temp-list.
9520
9521         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9522         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9523         Add example to docstring.  Rename local variables.  Move error
9524         checks to default case in cond and simplify.
9525
9526 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9529         handle is multipart when calling it recursively.
9530         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9531
9532 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9533
9534         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9535         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9536
9537 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9540         is loaded.
9541
9542         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9543         loaded.
9544
9545 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9548         to "Emacs 23 (unicode)" in doc string.
9549
9550         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9551         "Emacs 23 (unicode)" in comment.
9552
9553 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9556
9557         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9558         characters 160 through 255 in Emacs 23.
9559
9560 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9563         gnus-article-browse-html-temp.
9564         (gnus-article-browse-delete-temp): Make it customizable.  Add
9565         `file'.  Adjust doc string.
9566         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9567         query for each file.  Adjust doc string.
9568         (gnus-article-browse-html-parts): Add
9569         `gnus-article-browse-delete-temp-files' to
9570         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9571
9572 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9573
9574         * gnus-art.el (gnus-article-browse-html-temp)
9575         (gnus-article-browse-delete-temp): New variables.
9576         (gnus-article-browse-delete-temp-files): New function.
9577         (gnus-article-browse-html-parts): Use it.
9578
9579 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9582
9583         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9584         string.
9585
9586         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9587         gnus-summary-insert-new-articles when unplugged.  Remove
9588         gnus-summary-search-article-forward.
9589
9590         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9591         display-visual-class instead of display-color-cells.
9592
9593 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * dgnushack.el: Autoload customize-group for XEmacs.
9596
9597         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9598         message/* containing non-ASCII text properly.
9599
9600 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * message.el: Require gmm-utils, remove autoloads.
9603         (message-tool-bar): Set default based on
9604         gmm-tool-bar-style.
9605         (message-tool-bar-gnome): Add gmm-customize-mode.
9606
9607         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9608         gmm-tool-bar-style.
9609         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9610
9611         * gnus-group.el (gnus-group-tool-bar): Set default based on
9612         gmm-tool-bar-style.
9613         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9614
9615         * gmm-utils.el (gmm-image-directory): Rename variable from
9616         gmm-image-load-path.
9617         (gmm-image-load-path): Use gmm-image-directory.
9618         (gmm-customize-mode): New function.
9619         (gmm-tool-bar-style): New variable.
9620
9621         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9622         gnus-group-redraw-line-number.
9623         (gnus-group-redraw-check): Simplify.
9624         (gnus-group-tool-bar-update): Remove redraw check.
9625         (gnus-group-make-tool-bar): Add redraw check.
9626
9627 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9628
9629         * gnus-art.el (gnus-button): Add missing parentheses.
9630
9631 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * lpath.el: Fbind line-number-at-pos.
9634
9635 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9638
9639 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * gnus-art.el (gnus-button): New face.
9642         (gnus-article-button-face): Use it.
9643
9644         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9645         gnus-summary-next-page.  Re-order.
9646
9647         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9648         next-node are now included.
9649         (gnus-group-redraw-line-number): New internal variable.
9650         (gnus-group-redraw-check): Helper function for updating the tool
9651         bar.
9652         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9653
9654         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9655
9656         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9657         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9658         Use it to match format of Spamassassin 3.0 and later.  Reported by
9659         IRIE Tetsuya <irie@t.email.ne.jp>.
9660         (spam-check-bogofilter)
9661         (spam-bogofilter-register-with-bogofilter): Fix args of
9662         `gnus-error' calls.
9663
9664 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9667         unnecessary interaction when sending queued mails.  Reported by
9668         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9669
9670 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9673         first or last are nil.
9674
9675 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9676
9677         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9678
9679 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9680
9681         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9682
9683 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * dns.el (query-dns): Protect more against buggy tcp output.
9686
9687 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9690         nov.php.
9691
9692 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9693
9694         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9695         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9696         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9697         output on the server side.
9698         (nnweb-google-create-mapping): Update regexps and add some
9699         progress indication.
9700
9701 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9704         gnus-agent-toggle-plugged.  Re-order icons.
9705         (gnus-group-tool-bar-gnome): Add
9706         gnus-group-{prev,next}-unread-group.
9707         (gnus-group-tool-bar-gnome): Re-order icons.
9708
9709         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9710         gnus-summary-insert-new-articles.
9711
9712         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9713         comments.
9714
9715         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9716         also available in Emacs 21.3.
9717
9718         * message.el (message-fix-before-sending): Change "Emacs 22" to
9719         "Emacs 23 (unicode)" in comment.
9720
9721         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9722         "Emacs 23 (unicode)" in comment.
9723
9724         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9725         comment.
9726         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9727
9728         * mm-view.el (mm-fill-flowed): Add :version.
9729
9730 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9733         and load-path.
9734
9735 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * message.el: Autoload gmm-image-load-path.
9738         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9739         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9740         consitency.
9741
9742         * gmm-utils.el (gmm-image-load-path): Also search in
9743         "../etc/images".  Don't set gmm-image-load-path if we don't find
9744         the image.
9745
9746 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * gmm-utils.el (gmm-image-load-path): Don't make
9749         `gmm-image-load-path' include subdirectories which the second arg
9750         `image' might specify.
9751
9752         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9753         subdirectory to icon file names.
9754
9755         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9756
9757 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9760         gmm-image-load-path calls.
9761
9762         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9763
9764         * message.el (message-make-tool-bar): Ditto.
9765
9766         * mml.el (mml-preview): Added comment concerning tool bar icons.
9767
9768         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9769         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9770
9771         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9772         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9773
9774         * message.el (message-tool-bar-gnome): Use new icon names.
9775         (message-make-tool-bar): Use `gmm-image-load-path'.
9776
9777         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9778         functions from MH-E.
9779         (gmm-image-load-path): New variable from MH-E.
9780         (gmm-image-load-path): New function from MH-E.  Added arguments
9781         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9782         *-image-load-path-called-flag.
9783
9784 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9785
9786         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9787
9788 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9789
9790         * nnimap.el (nnimap-request-move-article): Change folder back to
9791         source group before deleting.
9792
9793 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9796
9797         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9798         mm-url.
9799
9800         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9801
9802 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9805         coding system which mm-charset-to-coding-system returns for a
9806         given charset is valid.
9807
9808 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9809
9810         * html2text.el (html2text-remove-tag-list):
9811         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9812
9813 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9814
9815         * gnus-cus.el: Revert 2005-10-17 change.
9816
9817 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * gnus-art.el (article-strip-banner): Call
9820         article-really-strip-banner only when the regexp match is made.
9821
9822 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-art.el (article-strip-banner): Use
9825         gnus-extract-address-components instead of
9826         mail-header-parse-addresses to make it work with non-ASCII text;
9827         remove mail-encode-encoded-word-string.
9828
9829         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9830         values which are surrounded with \"...\"; make it never cause a
9831         Lisp error; give up parsing of parameters if it failed in
9832         extracting type.
9833
9834 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9835
9836         * smime.el (smime-cert-by-ldap-1): Fix bug where
9837         `smime-ldap-search' returns results without userCertificates.
9838
9839 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9842
9843 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * spam.el (spam-check-spamassassin-headers): Adapt format for
9846         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9847         <ari@mbf.ocn.ne.jp>.
9848         (spam-list-of-processors): Add spam-use-gmane.
9849
9850 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9853         make-temp-file; make it work with XEmacs as well.
9854
9855         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9856         mm-make-temp-file.
9857
9858         * mm-decode.el (mm-display-external): Use the 3rd arg of
9859         mm-make-temp-file.
9860         (mm-create-image-xemacs): Ditto.
9861
9862 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9865         with message-narrow-to-headers.
9866         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9867         (gnus-draft-check-draft-articles): New function.
9868         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9869
9870 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * gnus-art.el (gnus-article-browse-html-parts):
9873         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9874         Don't use suffix argument for mm-make-temp-file for Emacs 21
9875         compatibility.  Remove useless `format'.
9876
9877 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9878
9879         * nnweb.el (nnweb-google-wash-article): Update regexps.
9880         (nnweb-group-alist): Use defvoo instead of defvar.
9881
9882 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9885         re-loading nn* modules.
9886
9887 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9890         for `tool-bar-mode' and don't check it's default-value.
9891
9892         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9893
9894         * message.el (message-make-tool-bar): Ditto.
9895
9896         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9897         `substring'.  Shorten tmp-file name.
9898
9899         * gnus.el: Remove bogus comment.
9900
9901 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9902
9903         * gnus-art.el (gnus-article-browse-html-parts): New function.
9904         (gnus-article-browse-html-article): New function for viewing html
9905         articles with a browser.
9906
9907 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9908
9909         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9910         in elisp.
9911         (pgg-gpg-encrypt-symmetric-region): Ditto.
9912         (pgg-gpg-sign-region): Ditto.
9913
9914         * pgg-def.el (pgg-text-mode): New variable.
9915
9916         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9917         (mml2015-pgg-encrypt): Ditto.
9918
9919         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9920         (mml1991-pgg-encrypt): Ditto.
9921
9922 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9925         message-make-date instead of current-time-string.
9926
9927         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9928         to gnus-decoded which mm-uu might set.
9929
9930 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9933         don't decode quoted parameters; remove misimported Emacs code.
9934         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9935         (rfc2231-decode-encoded-string): Don't use split-string which
9936         behaves differently according to Emacs version; use
9937         mm-decode-coding-region to convert charset to coding-system.
9938         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9939         (rfc2231-encode-string): Remove misimported Emacs code.
9940
9941 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9944         when calling mail-header-parse-content-type.
9945         (article-de-quoted-unreadable): Ditto.
9946         (article-de-base64-unreadable): Ditto.
9947         (article-wash-html): Ditto.
9948
9949         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9950         calling mail-header-parse-content-type and
9951         mail-header-parse-content-disposition.
9952         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9953         mail-header-parse-content-type.
9954
9955         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9956         insert charset and format parameters; encode description after
9957         inserting it to buffer.
9958         (mml-insert-parameter): Fold lines properly even if a parameter is
9959         segmented into two or more lines; change the max column to 76.
9960
9961         * rfc1843.el (rfc1843-decode-article-body): Don't use
9962         ignore-errors when calling mail-header-parse-content-type.
9963
9964         * rfc2231.el (rfc2231-parse-string): Return at least type if
9965         possible; don't cause an error even if it fails in parsing of
9966         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9967         (rfc2231-encode-string): Don't break lines at the beginning, leave
9968         it to mml-insert-parameter.
9969
9970         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9971         calling mail-header-parse-content-type.
9972
9973 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * spam-report.el (spam-report-gmane-use-article-number):
9976         Improve doc string.
9977         (spam-report-gmane-internal): Check if a suitable header was found
9978         in the article.
9979
9980 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9983         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9984
9985 2006-02-05  Romain Francoise  <romain@orebokech.com>
9986
9987         Update copyright notices of all files in the gnus directory.
9988
9989 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9990
9991         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9992
9993 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9996         segmented lines of parameter value to cope with Thunderbird 1.5
9997         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9998         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9999         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10000
10001 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10002
10003         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10004         parts.
10005
10006 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10007
10008         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10009         there's only one active file for all servers.
10010         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10011         solid groups.  Gnus might have used a FAST request to select the group.
10012         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10013         and nnweb-search redundantly in the active file.
10014         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10015         (nnweb-request-create-group): Don't use ARGS.
10016         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10017         initialisations.  Let nnoo do the work.
10018
10019 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10022         Say the part has been decoded.
10023
10024         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10025
10026 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10027
10028         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10029         mailcap-viewer-test-cache when there's no 'test clause, since that
10030         will invert the meaning of a "nil" test previously determined by
10031         mailcap-mailcap-entry-passes-test.
10032
10033 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10036         compiling.
10037
10038         * gnus-sum.el: Ditto.
10039
10040         * message.el: Don't bind tool-bar-map when compiling.
10041
10042 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10045
10046 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10047
10048         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10049         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10050         current Google Groups.
10051
10052 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10055         and tool-bar-mode.
10056
10057         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10058         and tool-bar-mode.
10059
10060         * message.el (message-tool-bar-update): Simplify.
10061         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10062
10063         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10064         gnus-summary-buffer.
10065         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10066         gnus-summary-reply.
10067
10068         * gmm-utils.el (gmm): Add :version.
10069
10070 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * Makefile.in (clean): New rule.
10073         (distclean): Use it.
10074
10075 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10076
10077         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10078         autoload.
10079
10080 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gmm-utils.el (gmm-verbose): Add :group.
10083
10084 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * message.el: Change some comments WRT tool-bars.
10087
10088         * gnus-sum.el (gnus-summary-tool-bar)
10089         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10090         (gnus-summary-tool-bar-zap-list): New variables.
10091         (gnus-summary-make-tool-bar): Complete rewrite using
10092         `gmm-tool-bar-from-list'.
10093
10094         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10095         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10096         variables.
10097         (gnus-group-make-tool-bar): Complete rewrite using
10098         `gmm-tool-bar-from-list'.
10099         (gnus-group-tool-bar-update): New function.
10100
10101         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10102
10103 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10106         is dissected into a single part of which the type is the same as
10107         the given one; decode charset.
10108
10109 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10110
10111         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10112         into alists as symbol not string, since that's what
10113         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10114         look for.
10115
10116 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10119         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10120
10121         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10122
10123 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10126         (gnus-xmas-mime-security-button-menu): New function.
10127
10128         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10129         (gnus-mime-security-button-menu): New definition.
10130         (gnus-mime-security-button-map): Use them.
10131         (gnus-mime-security-button-menu): New function.
10132         (gnus-insert-mime-security-button): Addition to help echo.
10133         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10134         (gnus-mime-security-pipe-part): New functions.
10135
10136         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10137         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10138
10139         * mm-decode.el (mm-handle-set-disposition): Remove.
10140         (mm-handle-set-description): Remove.
10141
10142 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10145         (mm-w3m-standalone-supports-m17n-p): New function.
10146         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10147         w3m usage.
10148
10149         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10150         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10151
10152 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * message.el (message-tool-bar-zap-list): Use
10155         gmm-tool-bar-zap-list as custom type.
10156         (message-tool-bar-update): New function.
10157         (message-tool-bar, message-tool-bar-gnome)
10158         (message-tool-bar-retro): Add message-tool-bar-update.
10159         (message-tool-bar-gnome): Add flyspell-buffer.
10160
10161         * gnus-util.el (gnus-error): Describe `args'.
10162
10163         * gmm-utils.el (gmm-error): Describe `args'.
10164         (gmm-tool-bar-zap-list): New widget.
10165         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10166
10167 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10170         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10171         the number of recursive calls.
10172
10173         * mm-decode.el (mm-handle-set-disposition): New macro.
10174         (mm-handle-set-description): New macro.
10175
10176 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10179         encoding.
10180
10181 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * message.el (message-tool-bar-zap-list, message-tool-bar)
10184         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10185         (message-tool-bar-local-item-from-menu): Remove.
10186         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10187         (message-make-tool-bar): New function.
10188         (message-mode): Use `message-make-tool-bar'.
10189
10190         * gmm-utils.el: New file.
10191         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10192         (gmm-lazy): New widget copied from `nnmail.el'.
10193         (gmm-tool-bar-from-list): New function for creating customizable
10194         tool bars.
10195         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10196         output.
10197         (gmm): Add :prefix to defgroup.
10198
10199 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10200
10201         * gmm-utils.el (gmm-widget-p): New function.
10202
10203 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * mml.el (mml-attach-file): Describe `description' in doc string.
10206         (mml-menu): Add Emacs MIME manual and PGG manual.
10207
10208 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10209
10210         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10211
10212 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10213
10214         * nntp.el (nntp-end-of-line): Doc fix.
10215
10216 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10217
10218         * imap.el (imap-open): Handle case where buffer is a buffer
10219         object.
10220
10221 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10222
10223         * gnus-delay.el (gnus-delay): Don't autoload.
10224         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10225         to be re-loaded when customizing the `gnus-delay' group.
10226
10227 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10228
10229         * message.el (message-insert-citation-line): Use newlines.
10230
10231 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10232
10233         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10234         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10235         these routines, so the passphrase can be managed externally and
10236         passed in to the system.
10237         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10238         pgg-add-passphrase-to-cache function.
10239
10240         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10241         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10242         these routines, so the passphrase can be managed externally and
10243         passed in to the system.
10244         (pgg-pgp5-sign-region): Use new name of
10245         pgg-add-passphrase-to-cache function.
10246
10247 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10248
10249         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10250         part of the decoded armor to find the key-identifier.
10251         (pgg-gpg-lookup-key-owner): New function to return the
10252         human-readable identifier of a key owner.
10253         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10254         itself.
10255         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10256         the key value) if we have a key and can match it against a secret
10257         key.  Also, added a note pointing out fact that the prompt only
10258         indicates the first matching key.
10259
10260         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10261         pgg-decrypt-region.
10262         (pgg-add-passphrase-to-cache): Rename from
10263         `pgg-add-passphrase-cache' to reduce confusion (all callers
10264         changed).
10265         (pgg-remove-passphrase-from-cache): Rename from
10266         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10267         changed).
10268         (pgg-read-passphrase, pgg-add-passphrase-cache)
10269         (pgg-remove-passphrase-cache): Add informative docstrings.
10270         (pgg-decrypt): Convey provided passphrase in subordinate call to
10271         pgg-decrypt-region.
10272
10273 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10274
10275         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10276         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10277         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10278         'passphrase' argument, so the passphrase can be managed externally
10279         and then passed in to the system.
10280
10281         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10282         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10283         so the passphrase cache can be used reliably with identifiers
10284         besides a pgp packet's key id.
10285
10286         * pgg-gpg.el (pgg-gpg-encrypt-region)
10287         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10288         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10289         these routines, so the passphrase can be managed externally and
10290         passed in to the system.
10291
10292         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10293         'notruncate' argument, so the passphrase cache can be used
10294         reliably with identifiers besides a pgp packet's key id.
10295
10296 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10297
10298         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10299         symmetric encryption.
10300         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10301         encrypted session key.
10302         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10303         message ask for the passphrase in a proper way.
10304
10305         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10306         New user commands for symmetric encryption.
10307
10308 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10311
10312         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10313
10314 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10315
10316         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10317
10318 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * mm-decode.el (mm-inlined-types): Add application/pgp.
10321         (mm-automatic-display): Ditto.
10322
10323         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10324         part as text.
10325
10326 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * nnrss.el: Update copyright.
10329         (nnrss-opml-import): Query whether to subscribe to each entry.
10330
10331         * gnus-art.el:
10332         * gnus-sum.el:
10333         * gnus-xmas.el:
10334         * messagexmas.el:
10335         * mm-uu.el:
10336         * mm-view.el: Update copyright.
10337
10338 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10339
10340         * message.el (message-info): New function.
10341         (message-mode-menu): Add it.
10342         Update copyright.
10343
10344         * ChangeLog: Fix and update copyright.
10345
10346 2006-01-13  Romain Francoise  <romain@orebokech.com>
10347
10348         * message.el (message-forward-subject-name-subject): Prefer the
10349         address to 'nowhere' if the sender has no name.
10350         Fix typo.  Update copyright year.
10351
10352 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-art.el (article-wash-html): Use
10355         gnus-summary-show-article-charset-alist if a numeric arg is given.
10356         (gnus-article-wash-html-with-w3m-standalone): New function.
10357
10358         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10359         mm-inline-text-html-render-with-w3m-standalone.
10360         (mm-text-html-washer-alist): Map w3m-standalone to
10361         gnus-article-wash-html-with-w3m-standalone.
10362         (mm-inline-text-html-render-with-w3m-standalone): New function.
10363
10364 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10367         Improve LaTeX.
10368
10369 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10372         (nnrss-request-article): Render text/plain parts as HTML.
10373
10374         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10375         the buffer.
10376
10377 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10380         custom definition of `gnus-posting-styles'.
10381
10382         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10383         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10384
10385 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10388         Use nntp for bug archive.
10389
10390 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10393         parts.
10394         (nnrss-normalize-date): New function converts ISO 8601 date into
10395         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10396         (nnrss-check-group): Use it.
10397
10398 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10401
10402         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10403         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10404         (nnrss-insert-w3): Ditto.
10405
10406 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10409         the articles to be forwarded including the case where neither a
10410         number of articles nor a region is specified.
10411
10412 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * nnrss.el (nnrss-request-article): Fix last change; fill
10415         text/plain parts.
10416
10417 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10420         in text/plain part.
10421         (nnrss-check-group): Don't add excessive newline to dc:subject.
10422
10423 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10424
10425         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10426         article.
10427
10428 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10431         (nnml-use-compressed-files, nnml-save-mail): Support other
10432         comression programs such as bzip2.
10433
10434 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10435
10436         * dns.el (query-dns): Make sure we check the buffer size before
10437         removing tcp headers.
10438
10439 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10442         remove MIME buttons associated with multipart/alternative parts.
10443         (gnus-mime-display-alternative): Tag buttons using `article-type'
10444         text property.
10445
10446         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10447         associated with multipart/alternative parts.
10448
10449         * gnus-art.el (gnus-signature-separator): Fix custom type.
10450
10451         * mm-decode.el (mm-inlined-types): Fix custom type.
10452         (mm-keep-viewer-alive-types): Ditto.
10453         (mm-automatic-display): Ditto.
10454         (mm-attachment-override-types): Ditto.
10455         (mm-inline-override-types): Ditto.
10456         (mm-automatic-external-display): Ditto.
10457
10458 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * spam-report.el (spam-report-user-mail-address)
10461         (spam-report-user-agent): New variables.
10462         (spam-report-url-ping-plain): Use spam-report-user-agent.
10463
10464 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10465
10466         * gnus-art.el (gnus-button-handle-custom): Do not just use
10467         `customize-apropos' for any "M-x customize-*" button but the
10468         function called for.  Accept both the function name and its
10469         argument in order to achieve this.
10470         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10471         function name to `gnus-button-handle-custom' in case of "M-x
10472         customize-*" buttons.
10473
10474 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10477         multipart/alternative and add xref to mm-discouraged-alternatives
10478         in doc string.
10479
10480         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10481         gnus-buttonized-mime-types in doc string.
10482
10483 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10486         Suggest image/.* in the doc string.
10487
10488 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10491         message-marks (Debian bug #342521).
10492
10493 2005-12-12  Simon Josefsson  <jas@extundo.com>
10494
10495         * password.el (password-read-from-cache): Add.
10496         (password-read): Use it.
10497
10498 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10501         us-ascii as a MIME charset.
10502
10503         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10504         against the case where the 2nd arg TYPE is nil.
10505
10506 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * pop3.el (pop3-stream-type): Fix custom version.
10509
10510         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10511
10512 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10513
10514         * mm-decode.el (mm-display-external): Add missing cdr.
10515
10516 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10519         RFC1524) if it is in mailcap or add a suffix according to
10520         mailcap-mime-extensions when generating a temp filename; postpone
10521         deleting a temp file for 2 seconds for some wrappers, shell
10522         scripts, and so on, which might exit right after having started a
10523         viewer command as a background job.
10524
10525 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * nntp.el (nntp-marks-directory): Fix custom group.
10528
10529         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10530         steps when < 10.
10531
10532         * gnus-start.el (gnus-no-server-1): Mention
10533         `gnus-level-default-subscribed' in doc string.
10534
10535 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10536
10537         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10538         parens.
10539
10540 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-xmas.el (gnus-use-toolbar): Revert.
10543         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10544         gnus-use-toolbar is default.
10545
10546         * messagexmas.el (message-use-toolbar): Revert.
10547         (message-setup-toolbar): Use global default-toolbar if
10548         message-use-toolbar is default.
10549
10550 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10553         according to default-toolbar-visible-p.
10554
10555         * messagexmas.el (message-use-toolbar): Ditto.
10556
10557 2005-11-26  Dave Love  <fx@gnu.org>
10558
10559         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10560         (tls-program, tls-success): Provide openssl alternative.
10561
10562         * starttls.el: Doc fixes.
10563         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10564         SERVICE to PORT.
10565
10566         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10567         port null or service name.
10568         (starttls-negotiate): Autoload.
10569
10570 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * message.el (message-kill-to-signature): Fix interactive spec.
10573
10574 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * pop3.el (pop3-open-server): Recognize a string as a service name.
10577
10578 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10579
10580         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10581
10582 2005-11-23  Dave Love  <fx@gnu.org>
10583
10584         Add pop3s, pop3/starttls.
10585
10586         * pop3.el (pop3-authentication-scheme): Clarify doc.
10587         (open-tls-stream, starttls-open-stream): Autoload.
10588         (pop3-stream-type): New.
10589         (pop3-open-server): Use it.
10590
10591         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10592         for POP.
10593         (mail-source-keyword-map): Add :stream for POP.
10594         (mail-source-fetch-pop): Use pop3-stream-type.
10595
10596 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10599         of current-time-string.
10600
10601 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10602
10603         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10604         date header.
10605
10606 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10607
10608         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10609         it can seriously impact performance as it bypasses the agent's
10610         local caches.
10611
10612 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10613
10614         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10615         must be explicitly online rather than "not explicitly offline" for
10616         its flags to be synchronized.
10617
10618         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10619         that gnus-uu-unmark-thread will function correctly.
10620
10621         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10622         1024K is instead displayed as 1M.
10623
10624 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10625
10626         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10627
10628 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10629
10630         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10631
10632 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10633
10634         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10635         error message to display actual error condition.
10636         (gnus-agent-save-local): Avoid saving symbols that are bound to
10637         nil as they simply result in a warning message in
10638         gnus-agent-read-local.
10639
10640 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10643         rather than make-variable-buffer-local for file-precious-flag.
10644
10645 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10646
10647         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10648         for duplicates which are removed.  The invalid sort check then
10649         triggers a rescan after the sort as sorting may have moved
10650         duplicate entries such that they can be cheaply detected.
10651
10652 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10655
10656 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10657
10658         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10659         internal variable to a custom variable.  Changed default value
10660         from compressed(2) to uncompressed(1).
10661         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10662         support for uncompressed agentview files.  Taken together, reading
10663         the agentview file should now be 6-7 times faster.
10664
10665 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10666
10667         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10668         as a buffer-local variable.  This avoids creating truncated
10669         dribble files as a result of a hang up, eg.
10670
10671 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10672
10673         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10674         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10675         XEmacs.
10676
10677 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * gnus-start.el (gnus-start-draft-setup): Enforce
10680         `gnus-draft-mode' for nndraft:drafts at startup.
10681
10682         * gnus.el (gnus-splash): Change custom group.
10683         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10684         allow-list argument.
10685
10686         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10687         string.
10688
10689 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * gnus-art.el (gnus-default-article-saver): Add user-defined
10692         `function' to custom type.
10693
10694 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10695
10696         * imap.el (imap-open): Handle case where buffer is a buffer
10697         object.
10698
10699 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10702         long lines.
10703         (gnus-cache-delete-group): Wrap doc strings.
10704
10705         * gnus-agent.el (gnus-agent-rename-group)
10706         (gnus-agent-delete-group): Wrap doc strings.
10707
10708 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * messagexmas.el (message-use-toolbar): Change the valid values
10711         into default, top, bottom, left, and right.
10712         (message-toolbar-thickness): New variable.
10713         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10714         well.
10715         (message-setup-toolbar): Make it work.
10716
10717         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10718         (gnus-use-toolbar): Change the valid values into default, top,
10719         bottom, left, and right.
10720         (gnus-toolbar-thickness): New variable.
10721         (gnus-xmas-setup-toolbar): New function.
10722         (gnus-xmas-setup-group-toolbar): Use it.
10723         (gnus-xmas-setup-summary-toolbar): Use it.
10724
10725 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10726
10727         * gnus-start.el (gnus-1): Add "native" to
10728         gnus-predefined-server-alist.
10729
10730         * gnus.el (gnus-method-to-server): Don't add "native" to the
10731         lists here, because that leads to problems when
10732         gnus-select-method is bound.
10733
10734 2005-11-09  Simon Josefsson  <jas@extundo.com>
10735
10736         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10737         use (not sort-by-date) instead.
10738
10739 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10740
10741         * gnus-delay.el (gnus-delay-group): Don't autoload.
10742         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10743         to be re-loaded when customizing the `gnus-delay' group.
10744
10745 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10746
10747         * message.el: Revert last changes.
10748         (message-insert-citation-line): Use newlines.
10749
10750 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10751
10752         * message.el (message-courtesy-message)
10753         (message-mark-insert-begin, message-mark-insert-end)
10754         (message-elide-ellipsis, message-cancel-message)
10755         (message-add-header, message-change-subject)
10756         (message-cross-post-followup-to-header)
10757         (message-cross-post-insert-note, message-reduce-to-to-cc)
10758         (message-widen-reply, message-delete-not-region)
10759         (message-kill-to-signature, message-insert-signature)
10760         (message-insert-importance-high, message-insert-importance-low)
10761         (message-insert-or-toggle-importance)
10762         (message-insert-disposition-notification-to)
10763         (message-indent-citation, message-yank-original)
10764         (message-cite-original-without-signature, message-cite-original)
10765         (message-insert-citation-line, message-position-on-field)
10766         (message-fix-before-sending, message-send-mail-partially)
10767         (message-send-mail, message-send-mail-with-sendmail)
10768         (message-send-mail-with-qmail, message-send-news)
10769         (message-check-news-header-syntax, message-generate-headers)
10770         (message-insert-courtesy-copy, message-fill-address)
10771         (message-fill-header, message-shorten-references)
10772         (message-setup-1, message-cancel-news)
10773         (message-forward-make-body-plain, message-forward-make-body-mime)
10774         (message-forward-make-body-mml, message-encode-message-body)
10775         (message-forward-make-body-digest-plain)
10776         (message-forward-make-body-digest-mime)
10777         (message-use-alternative-email-as-from): Insert `hard-newline'
10778         instead of ordinary newlines.
10779
10780 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * message.el (message-generate-headers): Downcase the argument
10783         given to message-check-element.
10784
10785 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10786
10787         * nntp.el (nntp-authinfo-rejected): New error condition.
10788         (nntp-wait-for): Use new error condition to signal authentication
10789         error.
10790         (nntp-retrieve-data): Rethrow new error condition to break out of
10791         recursive call to nntp-send-authinfo.
10792
10793 2005-11-08  Romain Francoise  <romain@orebokech.com>
10794
10795         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10796         (gnus-summary-exit-map): Bind to `Z p'.
10797         (gnus-summary-make-menu-bar): Add menu item.
10798
10799 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10802         (gnus-treat-*): Add `first' in all doc strings.
10803
10804         * gnus-group.el (gnus-group-compact-group): Fix typo.
10805
10806 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus.el (gnus-parameters-case-fold-search): New variable.
10809         (gnus-parameters-get-parameter): Use it.
10810
10811         * gnus-score.el (gnus-home-score-file): Doc fix.
10812
10813 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10814
10815         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10816
10817 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * mm-util.el (mm-special-display-p): New function.
10820
10821         * mml.el (mml-preview): Use it; doc fix.
10822
10823 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10824
10825         * imap.el (imap-open): Handle case where buffer is a buffer object.
10826
10827 2005-10-29  Romain Francoise  <romain@orebokech.com>
10828
10829         * message.el (message-fix-before-sending): Fix comment.
10830
10831 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10832
10833         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10834
10835 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10836
10837         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10838         Used in gnus-score.el.
10839
10840 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10843
10844 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10847         whitespace removed in revision 7.8.  Use concatenated string to
10848         protect trailing whitespace.
10849
10850 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10851
10852         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10853         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10854         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10855         Courier IMAP ("some version from 2004").  Mostly based on similar
10856         code in the same function.
10857
10858 2005-10-26  Didier Verna  <didier@xemacs.org>
10859
10860         * gnus-group.el (gnus-group-compact-group): Invalidate original
10861         article buffer.
10862         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10863         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10864         NOV database and in article itself.
10865         Invalidate article backlog.
10866
10867 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10870
10871 2005-10-26  Simon Josefsson  <jas@extundo.com>
10872
10873         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10874         part of 2004-07-25 change.
10875
10876 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * message.el (message-display-completion-list): New function.
10879         (message-expand-group): Use it; make sure the Completions buffer
10880         is modifiable.
10881 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10882
10883         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10884         user-mail-name is an empty string.
10885
10886 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10889         depending on gnus-score-decay-constant.
10890
10891         * encrypt.el (encrypt-insert-file-contents)
10892         (encrypt-write-file-contents): Don't use `gnus-message'.
10893
10894         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10895         arguments.
10896         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10897         arguments to mm-uu-verbatim-marks-extract.
10898         (mm-uu-hide-markers): New variable.
10899         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10900
10901         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10902         (gnus-convert-image-to-face-command): Use "convert" by default to
10903         allow other input image formats.
10904         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10905         accordingly.
10906
10907 2005-10-23  Simon Josefsson  <jas@extundo.com>
10908
10909         * imap.el (imap-gssapi-program): Align command line parameters
10910         with latest GNU SASL.
10911         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10912
10913 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10916         HTML.
10917         (nnslashdot-request-article): Ditto.
10918
10919         * lpath.el (featurep): Add nobreak-char-display.
10920
10921 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10922
10923         * mail-source.el (mail-source-fetch-pop): Require pop3.
10924         (mail-source-check-pop): Ditto.
10925
10926 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10929         errors.
10930
10931 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10934         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10935
10936         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10937
10938         * mm-bodies.el (mm-decode-string): Call
10939         `mm-charset-to-coding-system' with allow-override argument.
10940
10941 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10944         (rfc2047-charset-to-coding-system): New function.
10945         (rfc2047-decode-encoded-words): New function.
10946         (rfc2047-decode-region): Use them.
10947         (rfc2047-decode-cte): Remove.
10948         (rfc2047-parse-and-decode): Remove.
10949         (rfc2047-decode): Remove.
10950
10951 2005-10-15  Kenichi Handa  <handa@m17n.org>
10952
10953         * rfc2047.el (rfc2047-decode-cte): New function.
10954         (rfc2047-decode-region): Change the way to decode successive
10955         encoded-words: decode B- or Q-encoding in each encoded-word,
10956         concatenate them, and decode it as charset.
10957
10958 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * lpath.el: Fbind codepage-setup for XEmacs.
10961
10962 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10963
10964         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10965         widget-move-and-invoke.
10966         (gnus-custom-mode): Use gnus-custom-map.
10967
10968 2005-10-15  Bill Wohler  <wohler@newt.com>
10969
10970         * message.el (message-tool-bar-map): Renamed image file from
10971         mail_send to mail/send.
10972
10973 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10974
10975         * message.el (message-expand-group): Pass the common
10976         prefix substring of completion to `display-completion-list'.
10977
10978 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * mml-sec.el (mml-secure-method): New internal variable.
10981         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10982         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10983         functions using mml-secure-method.
10984
10985         * mml.el (mml-mode-map): Add key bindings for those functions.
10986         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10987         Harder <harder@myrealbox.com>.
10988         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10989         end of message if point is the headers of the message.
10990
10991         * message.el (message-in-body-p): New function.
10992
10993         * assistant.el: Autoload gnus-util and netrc.
10994
10995         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10996         Use `mm-charset-override-alist' only when decoding.
10997
10998         * mm-bodies.el (mm-decode-body): Call
10999         `mm-charset-to-coding-system' with allow-override argument.
11000
11001         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11002         `filename' from Content-Disposition if Content-Type doesn't
11003         provide `name'.
11004         (gnus-mime-view-part-as-type): Set default instead of
11005         initial-input.
11006
11007 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11008
11009         * format-spec.el (format-spec): Propagate text properties of % spec.
11010
11011 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * gnus-art.el (gnus-treat-predicate): Add `first'.
11014
11015 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11018         (mm-charset-override-alist): New variable.
11019         (mm-charset-to-coding-system): Use it.
11020         (mm-codepage-setup): New helper function.
11021         (mm-charset-eval-alist): New variable.
11022         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11023         about unknown charsets.
11024
11025         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11026
11027 2005-10-04  David Hansen  <david.hansen@gmx.net>
11028
11029         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11030         (nnrss-check-group): Ditto.
11031
11032 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11035         Rename x-gnus-verbatim to x-verbatim.
11036         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11037
11038         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11039         x-verbatim.
11040
11041         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11042
11043         * gnus-util.el (gnus-remove-duplicates): Remove.
11044
11045         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11046         instead of gnus-remove-duplicates.
11047
11048         * message.el (message-remove-duplicates): Remove.
11049         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11050         message-remove-duplicates.
11051
11052         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11053         available, else use implementation from `delete-dups'.
11054
11055         * message.el (message-insert-expires): New function.
11056         (message-mode-map): Add key binding.
11057         (message-mode-field-menu): Add menu entry.
11058         (message-mode): Document it.
11059         (message-make-expires-date): Use `message-make-date'.
11060
11061 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11062
11063         * message.el (message-make-expires-date): New function.
11064
11065 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * Makefile.in (list-installed-shadows): New entry.
11068         (install): Use it.
11069         (remove-installed-shadows): New entry.
11070
11071         * dgnushack.el (dgnushack-default-load-path): New variable.
11072         (dgnushack-find-lisp-shadows): New function.
11073         (dgnushack-remove-lisp-shadows): New function.
11074
11075 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * Makefile.in (install-el-elc): New entry.
11078         (install): Use it so that .el files are necessarily installed.
11079
11080 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11083
11084 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11085
11086         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11087         function rather than the diff-mode.el package.
11088         (mm-display-external): Use with-current-buffer.
11089         (mm-viewer-completion-map, mm-viewer-completion-map):
11090         Move initialization inside declaration.
11091
11092 2005-09-29  Simon Josefsson  <jas@extundo.com>
11093
11094         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11095         autoload mail-check-payment.
11096         (spam-check-hashcash): Define unconditionally, since hashcash.el
11097         is part of Gnus now.  Ignore errors from payment checking.
11098
11099 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * message.el (message-bold-region, message-unbold-region): Rename
11102         from `bold-region' and `unbold-region'.
11103
11104         * message.el: Remove useless autoloads.
11105
11106 2005-09-28  Simon Josefsson  <jas@extundo.com>
11107
11108         * message.el (message-use-idna): Default to t.
11109         (message-use-idna): Test whether encoding works too.  Doc fix.
11110
11111 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * nntp.el (nntp-warn-about-losing-connection): Remove.
11114
11115 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11118         customizable.  Change default value.
11119         (mm-uu-diff-groups-regexp): Change default value.
11120         (mm-uu-type-alist): Add doc string.
11121         (mm-uu-configure): Add doc string.  Make it interactive.
11122         (mm-uu-tex-groups-regexp): New variable.
11123         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11124         (mm-uu-type-alist): Add LaTeX documents.
11125         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11126         of "text/verbatim".
11127         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11128
11129         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11130         instead of "text/verbatim".
11131
11132         * message.el (message-mark-inserted-region)
11133         (message-mark-insert-file): Use slrn style marks when called with
11134         prefix argument.
11135
11136 2005-09-27  Simon Josefsson  <jas@extundo.com>
11137
11138         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11139
11140 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11141
11142         * message.el (message-remove-duplicates): New function.
11143         Implementation borrowed from `gnus-remove-duplicates'.
11144         (message-idna-to-ascii-rhs): Also encode idna addresses in
11145         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11146         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11147         only ask about the same idna domain once per header and also tell
11148         in what header to replace the idna domain.
11149
11150         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11151         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11152         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11153         a header is decoded and not just the last one.
11154
11155 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11158         has been decoded.
11159
11160         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11161         (mm-insert-part): Don't modify text if it has been decoded.
11162
11163         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11164         decoded.
11165
11166         * mm-view.el (mm-inline-text): Don't strip text props unless
11167         decoding enriched or richtext parts.
11168
11169 2005-09-25  Romain Francoise  <romain@orebokech.com>
11170
11171         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11172         * gnus-start.el (gnus-subscribe-interactively):
11173         * gnus-uu.el (gnus-uu-grab-articles):
11174         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11175         space.
11176
11177 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11178
11179         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11180         * mm-view.el (mm-view-pkcs7-decrypt):
11181         * gnus-sum.el (gnus-summary-limit-to-extra)
11182         (gnus-summary-respool-article, gnus-read-move-group-name):
11183         * gnus-score.el (gnus-summary-increase-score):
11184         * gnus-util.el (gnus-completing-read-with-default):
11185         * gnus-art.el (gnus-read-save-file-name)
11186         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11187         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11188         * message.el (message-check-news-header-syntax):
11189         Follow convention for reading with the minibuffer.
11190
11191 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11192
11193         * spam-report.el (spam-report-url-ping-plain):
11194         Use gnus-extended-version as User-Agent.
11195
11196         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11197         default value is nil.
11198
11199         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11200         (mm-uu-verbatim-marks-extract): New function.
11201         (mm-uu-extract): New face.
11202         (mm-uu-copy-to-buffer): Use it.
11203
11204         * spam-report.el (spam-report-gmane-ham): Renamed from
11205         `spam-report-gmane-unspam'.
11206         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11207         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11208
11209         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11210         Autoload.
11211         (spam-report-gmane-unregister-routine): Renamed
11212         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11213
11214 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11215
11216         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11217         (spam-report-gmane-unregister-routine): Add support for gmane
11218         unregistration.
11219
11220         * spam-report.el (spam-report-gmane-unspam)
11221         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11222         (spam-report-gmane): Change to take a single article and do unspam
11223         registration.
11224
11225 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * mm-url.el (mm-url-decode-entities): Fix regexp.
11228
11229 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11230
11231         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11232         default to nil, to be able to use Gnus at all.  If the default
11233         switches to something else, then the function should be fixed not
11234         be exceedingly slow.
11235
11236 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11237
11238         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11239         fail hard.
11240
11241         * spam-report.el: Add better Keywords line.
11242
11243         * spam.el: Add Maintainer and better Keywords line.
11244
11245 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus-art.el (gnus-article-replace-part)
11248         (gnus-mime-replace-part): New functions.
11249         (gnus-mime-action-alist, gnus-mime-button-commands)
11250         (gnus-mime-save-part-and-strip): Added file argument.
11251         (gnus-article-part-wrapper): Added interactive argument.
11252
11253         * gnus-sum.el (gnus-summary-mime-map): Add
11254         `gnus-article-replace-part'.
11255
11256 2005-09-19  Didier Verna  <didier@xemacs.org>
11257
11258         The nnml compaction feature:
11259         * nnml.el (nnml-request-compact-group): New function.
11260         * nnml.el (nnml-request-compact): New function.
11261         * gnus-int.el (gnus-request-compact-group): New function.
11262         * gnus-int.el (gnus-request-compact): New function.
11263         * gnus-group.el (gnus-group-compact-group): New function.
11264         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11265         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11266         * gnus-srvr.el (gnus-server-compact-server): New function.
11267         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11268         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11269
11270 2005-09-18  Deepak Goel  <deego@gnufans.org>
11271
11272         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11273         format spec.
11274
11275 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11278
11279 2005-09-15  Romain Francoise  <romain@orebokech.com>
11280
11281         * message.el (message-fill-paragraph): Clarify docstring.
11282
11283 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * gnus-art.el (gnus-mime-display-part): Protect against broken
11286         MIME messages.
11287
11288 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11291         before parsing header.
11292
11293 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11294
11295         * html2text.el (html2text-replace-list): Add new entities.
11296
11297 2005-09-11  Romain Francoise  <romain@orebokech.com>
11298
11299         * message.el (message-alternative-emails): Improve docstring.
11300         (message-setup-1): Call `message-use-alternative-email-as-from'
11301         after `message-setup-hook' to give it precedence over posting
11302         styles, etc.
11303         (message-use-alternative-email-as-from): Add docstring.  Remove
11304         the original From header if present.
11305
11306         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11307         (nnml-save-mail): Use it.
11308
11309         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11310         articles.  Add new argument `silent'.
11311         (gnus-uu-mark-all): Report the total number of marked articles.
11312
11313 2005-09-10  Romain Francoise  <romain@orebokech.com>
11314
11315         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11316         (gnus-uu-mark-series): Likewise.
11317
11318 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * spam-report.el (spam-report-gmane): Fix generation of spam
11321         report URL.
11322
11323 2005-09-10  Simon Josefsson  <jas@extundo.com>
11324
11325         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11326         t, based on discussion on the ding list with Robert Epprecht
11327         <epprecht@solnet.ch>.
11328
11329 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * spam-report.el (spam-report-gmane): Make it work without
11332         X-Report-Spam header.  Gmane now only provides Archived-At.
11333         This is only used if `spam-report-gmane-use-article-number' is nil.
11334         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11335
11336         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11337         make `gnus-summary-sort-by-recipient' work with threading.
11338
11339         * nnweb.el (nnweb-google-wash-article): Print a message if article
11340         is not available.
11341
11342 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11343
11344         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11345         change.  Decode text/* parts content before displaying.
11346
11347 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11350
11351 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11354
11355         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11356         url-package-name, url-package-version,
11357         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11358         w3m-display-inline-images, and w3m-minor-mode-map.
11359
11360 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * message.el (message-tab-body-function): Fix mismatched custom type.
11363
11364         * gnus.el (gnus-group-change-level-function): Ditto.
11365
11366         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11367
11368         * gnus-art.el (gnus-signature-limit)
11369         (gnus-article-mime-part-function): Ditto.
11370
11371 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * mml.el (mml-mode): Silence the byte compiler.
11374
11375         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11376         using `(sit-for 0)' before moving the point to the specified part;
11377         skip unbuttonized parts.
11378         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11379         return to the summary window if gnus-auto-select-part is non-nil.
11380
11381 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11384         variables.
11385         (mml-dnd-attach-file, mml-mode): Use them.
11386
11387         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11388         Make fetching article by MID work again for Google Groups.  Added
11389         FIXME concerning gnus-group-make-web-group.
11390
11391         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11392         Don't depend on Gnus by using mail-extract-address-components if
11393         gnus-extract-address-components is not bound.
11394
11395 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * gnus-art.el (gnus-mime-display-security): Don't display the
11398         signature, but only the signed part.
11399
11400 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11403
11404         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11405         list, not listp.
11406
11407 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11408
11409         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11410         when encoding.
11411
11412         * mm-bodies.el (mm-decode-content-transfer-encoding):
11413         De-canonicalize CRLF for all text content types, not just
11414         text/plain.
11415
11416 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11419         valid article; point arrow and cursor at the MIME button.
11420
11421 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11424         Suggested by Dan Christensen <jdc@uwo.ca>.
11425
11426         * mm-decode.el (mm-save-part): Enable change of prompt.
11427
11428 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11429
11430         * gnus-msg.el (gnus-inews-add-send-actions): Made
11431         `message-post-method' lambda parameter ARG `&optional'.
11432
11433 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * gnus-sum.el (gnus-summary-mime-map): Added
11436         gnus-article-save-part-and-strip, gnus-article-delete-part and
11437         gnus-article-jump-to-part.
11438
11439         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11440         (gnus-article-edit-part): Use it.
11441         (gnus-article-part-wrapper): Added no-handle argument.
11442         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11443         functions.
11444
11445 2005-08-29  Romain Francoise  <romain@orebokech.com>
11446
11447         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11448         docstring.
11449         (gnus-face-from-file): Likewise.
11450
11451 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11454         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11455         non-nil.
11456         (gnus-auto-select-part): New variable.
11457         (gnus-article-jump-to-part): New function.
11458         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11459         (gnus-mime-delete-part): Allow selecting specified part after
11460         deleting or stripping parts.
11461         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11462         part if argument is bogus.
11463
11464 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11465
11466         * gnus-art.el (w3m-minor-mode-map):
11467         * gnus-spec.el (gnus-newsrc-file-version):
11468         * gnus-util.el (nnmail-active-file-coding-system)
11469         (gnus-original-article-buffer, gnus-user-agent):
11470         * gnus.el (gnus-ham-process-destinations)
11471         (gnus-parameter-ham-marks-alist)
11472         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11473         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11474         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11475         * mm-decode.el (gnus-current-window-configuration):
11476         * mm-extern.el (gnus-article-mime-handles):
11477         * mm-url.el (url-current-object, url-package-name)
11478         (url-package-version):
11479         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11480         (smime-keys, w3m-cid-retrieve-function-alist)
11481         (w3m-current-buffer, w3m-display-inline-images)
11482         (w3m-minor-mode-map):
11483         * mml-smime.el (gnus-extract-address-components):
11484         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11485         (gnus-newsrc-hashtb, message-default-charset)
11486         (message-deletable-headers, message-options)
11487         (message-posting-charset, message-required-mail-headers)
11488         (message-required-news-headers):
11489         * mml1991.el (mc-pgp-always-sign):
11490         * mml2015.el (mc-pgp-always-sign):
11491         * nnheader.el (nnmail-extra-headers):
11492         * rfc1843.el (gnus-decode-encoded-word-function)
11493         (gnus-decode-header-function, gnus-newsgroup-name):
11494         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11495
11496 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11497
11498         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11499         the end of the date treatments.
11500
11501 2005-08-15  Simon Josefsson  <jas@extundo.com>
11502
11503         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11504         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11505         Capello and Romain Francoise.
11506         (pgg-fetch-key-function): Removed, not used?
11507         (pgg-insert-url-with-w3): Require url, to get
11508         url-insert-file-contents regardless of where it is defined.
11509
11510 2005-08-13  Romain Francoise  <romain@orebokech.com>
11511
11512         * message.el (message-cite-original-1): New function.
11513         (message-cite-original): Use it.
11514         (message-cite-original-without-signature): Ditto.
11515
11516 2005-08-08  Romain Francoise  <romain@orebokech.com>
11517
11518         * message.el (message-yank-empty-prefix): New variable.
11519         (message-indent-citation): Use it.
11520         (message-cite-original-without-signature): Respect X-No-Archive.
11521
11522 2005-08-08  Simon Josefsson  <jas@extundo.com>
11523
11524         * pgg.el: Autoload url-insert-file-contents instead of loading
11525         w3/url.
11526         (pgg-insert-url-with-w3): Don't load url here.
11527
11528 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11529
11530         * message.el (message-kill-to-signature): Don't insert newline at
11531         bol.
11532         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11533
11534 2005-08-06  Romain Francoise  <romain@orebokech.com>
11535
11536         * message.el (message-user-fqdn): Fix typo in docstring.
11537
11538 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11539
11540         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11541
11542         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11543
11544 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * mm-bodies.el (mm-encode-body): Use coding system rather than
11547         charset to encode text.
11548
11549         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11550         number of charsets if utf-8 is available (XEmacs).
11551
11552 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11555         taken from `gnus-button-mid-or-mail-regexp'.
11556         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11557         (gnus-button-alist): Improve regexp for domain part of the MIDs
11558         for news:localpart@domain buttons.
11559         (gnus-button-ctan-directory-regexp): Update.
11560
11561 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * sieve-manage.el (sieve-manage-interactive-login): Use
11564         make-local-variable rather than make-variable-buffer-local.
11565         (sieve-manage-open): Ditto.
11566         (sieve-manage-authenticate): Ditto.
11567
11568         * mml.el (mml-generate-mime-1): Make the content type default to
11569         text/plain if the filename is not specified.
11570
11571 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11574         instead of insert-buffer.
11575
11576         * message.el (message-yank-original): Ditto; set the mark at the
11577         end of the yanked message.
11578
11579 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11582         lines to scroll rather than to stop it.
11583
11584         * mml.el (mml-generate-default-type): Add doc string.
11585         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11586         default to application/octet-stream when determining the content
11587         type if it is not specified for the part or the mml contents; add
11588         a comment about mml-generate-default-type.
11589
11590 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11593         make it default to application/octet-stream when determining the
11594         content type if it is not specified for the external contents.
11595
11596 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11599         segmented parameter but also other parameters might be there.
11600
11601 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * mm-decode.el (mm-display-external): Delete temp file, directory
11604         and buffer immediately if the external process is exited.
11605
11606 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11609         fewer lines than that of scroll-margin.
11610         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11611
11612 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * gnus-art.el (gnus-article-next-page): Revert.
11615         (gnus-article-beginning-of-window): New macro.
11616         (gnus-article-next-page-1): Use it.
11617         (gnus-article-prev-page): Ditto.
11618         (gnus-article-edit-part): Use insert-buffer-substring instead of
11619         insert-buffer.
11620         (gnus-article-edit-exit): Ditto.
11621
11622         * gnus-util.el (gnus-beginning-of-window): Remove.
11623         (gnus-end-of-window): Remove.
11624
11625         * lpath.el: Don't bind header-line-format and scroll-margin.
11626
11627 2005-07-25  Simon Josefsson  <jas@extundo.com>
11628
11629         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11630         to have the url package without w3.  Reported by Daiki Ueno
11631         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11632
11633 2005-07-20  Didier Verna  <didier@xemacs.org>
11634
11635         * gnus-diary.el: Remove the description comment (nndiary is now
11636         properly documented in the Gnus manual).
11637         Fix the spelling of "Back End".
11638         * nndiary.el: Ditto.
11639         Fix the copyright notice.
11640
11641 2005-07-18  Romain Francoise  <romain@orebokech.com>
11642
11643         * gnus-sum.el (gnus-summary-to-prefix)
11644         (gnus-summary-newsgroup-prefix): New variables.
11645         (gnus-summary-from-or-to-or-newsgroups): Use them.
11646
11647 2005-07-17  Romain Francoise  <romain@orebokech.com>
11648
11649         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11650         space as it's generally not especially interesting to the user.
11651
11652 2005-07-16  Romain Francoise  <romain@orebokech.com>
11653
11654         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11655         nil to avoid prompting and file modification if one of the
11656         messages at the top of the nnfolder file contains a copyright
11657         notice.
11658         Update copyright notice.
11659
11660         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11661         instead of `current-time-string' as the latter creates a time
11662         string that is not RFC 2822 compliant (it lacks the zone).
11663         Update copyright notice.
11664
11665 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11666
11667         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11668         for text/rtf.  Display default in prompt.  Pass default for M-n.
11669
11670         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11671
11672 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11673
11674         * gnus-msg.el (gnus-button-mailto): Remove
11675         save-selected-window-window hackery because it relies on
11676         save-selected-window internals.
11677
11678 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11681         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11682         (gnus-article-prev-page): Ditto.
11683
11684         * gnus-util.el (gnus-beginning-of-window): New function.
11685         (gnus-end-of-window): New function.
11686
11687         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11688
11689 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11690
11691         * gnus-score.el (gnus-score-edit-all-score): Set
11692         gnus-score-edit-exit-function to gnus-score-edit-done and call
11693         gnus-message.
11694
11695 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696
11697         * gnus-msg.el (gnus-button-mailto): Remove
11698         save-selected-window-window hackery because it relies on
11699         save-selected-window internals.
11700
11701 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11704         add-minor-mode.
11705         (gnus-binary-mode): Ditto.
11706
11707         * gnus-topic.el (gnus-topic-mode): Ditto.
11708
11709 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11710
11711         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11712         (gnus-article-prev-page): Take scroll-margin into consideration.
11713
11714 2005-07-04  Lute Kamstra  <lute@gnu.org>
11715
11716         Update FSF's address in GPL notices.
11717
11718 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11719
11720         * gnus.el (gnus-exit):
11721         * gnus-group.el (gnus-group-icons):
11722         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11723
11724         * gnus-nocem.el (gnus-nocem):
11725         * message.el (message-various, message-buffers, message-sending)
11726         (message-interface, message-forwarding, message-insertion)
11727         (message-headers, message-news, message-mail):
11728         * pgg-gpg.el (pgg-gpg):
11729         * pgg-parse.el (pgg-parse):
11730         * pgg-pgp.el (pgg-pgp):
11731         * pgg-pgp5.el (pgg-pgp5):
11732         * pop3.el (pop3): Finish `defgroup' description with period.
11733
11734 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * gnus-art.el (article-display-face): Improve the efficiency.
11737         (article-display-x-face): Ditto; remove grey x-face stuff.
11738
11739 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * gnus-art.el (article-display-face): Correct the position in
11742         which Faces are inserted.
11743
11744 2005-06-29  Didier Verna  <didier@xemacs.org>
11745
11746         * gnus-art.el (article-display-face): Display faces in correct
11747         order.
11748
11749 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11752         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11753         (gnus-nocem-check-article): Fetch the Type header.
11754         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11755         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11756         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11757         make sure gnus-nocem-hashtb is initialized.
11758         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11759         (gnus-nocem-unwanted-article-p): Ditto.
11760
11761         * pgg.el (pgg-verify): Return the verification result.
11762
11763 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11764
11765         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11766         is ascii.
11767
11768 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11769
11770         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11771         `show-nonbreak-escape'.
11772
11773 2005-06-23  Lute Kamstra  <lute@gnu.org>
11774
11775         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11776
11777         * dig.el (dig-mode):
11778         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11779
11780 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11781
11782         * nnimap.el (nnimap-split-download-body): Fix spellings.
11783
11784 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11785
11786         * gnus-art.el (gnus-article-encrypt-body):
11787         * gnus-cus.el (gnus-score-customize):
11788         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11789         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11790
11791 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11792
11793         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11794         header by looking for magic "MII" at the beginnig.
11795
11796 2005-06-16  Miles Bader  <miles@gnu.org>
11797
11798         * gnus-xmas.el (gnus-xmas-group-startup-message):
11799         Use renamed gnus-splash face.
11800
11801         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11802         (assistant-field-face): New backward-compatibility alias for renamed
11803         face.
11804         (assistant-render-text): Use renamed assistant-field face.
11805
11806         * spam.el (spam): Remove "-face" suffix from face name.
11807         (spam-face): New backward-compatibility alias for renamed face.
11808         (spam-face, spam-initialize): Use renamed spam face.
11809
11810         * message.el (message-header-to, message-header-cc)
11811         (message-header-subject, message-header-newsgroups)
11812         (message-header-other, message-header-name)
11813         (message-header-xheader, message-separator, message-cited-text)
11814         (message-mml): Remove "-face" suffix from face names.
11815         (message-header-to-face, message-header-cc-face)
11816         (message-header-subject-face, message-header-newsgroups-face)
11817         (message-header-other-face, message-header-name-face)
11818         (message-header-xheader-face, message-separator-face)
11819         (message-cited-text-face, message-mml-face):
11820         New backward-compatibility aliases for renamed faces.
11821         (message-font-lock-keywords): Use renamed message faces.
11822
11823         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11824         (sieve-test-commands, sieve-tagged-arguments):
11825         Remove "-face" suffix from face names.
11826         (sieve-control-commands-face, sieve-action-commands-face)
11827         (sieve-test-commands-face, sieve-tagged-arguments-face):
11828         New backward-compatibility aliases for renamed faces.
11829         (sieve-control-commands-face, sieve-action-commands-face)
11830         (sieve-test-commands-face, sieve-tagged-arguments-face):
11831         Use renamed sieve faces.
11832
11833         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11834         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11835         (gnus-group-news-3-empty, gnus-group-news-4)
11836         (gnus-group-news-4-empty, gnus-group-news-5)
11837         (gnus-group-news-5-empty, gnus-group-news-6)
11838         (gnus-group-news-6-empty, gnus-group-news-low)
11839         (gnus-group-news-low-empty, gnus-group-mail-1)
11840         (gnus-group-mail-1-empty, gnus-group-mail-2)
11841         (gnus-group-mail-2-empty, gnus-group-mail-3)
11842         (gnus-group-mail-3-empty, gnus-group-mail-low)
11843         (gnus-group-mail-low-empty, gnus-summary-selected)
11844         (gnus-summary-cancelled, gnus-summary-high-ticked)
11845         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11846         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11847         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11848         (gnus-summary-low-undownloaded)
11849         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11850         (gnus-summary-low-unread, gnus-summary-normal-unread)
11851         (gnus-summary-high-read, gnus-summary-low-read)
11852         (gnus-summary-normal-read, gnus-splash):
11853         Remove "-face" suffix from face names.
11854         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11855         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11856         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11857         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11858         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11859         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11860         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11861         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11862         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11863         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11864         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11865         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11866         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11867         (gnus-summary-normal-ticked-face)
11868         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11869         (gnus-summary-normal-ancient-face)
11870         (gnus-summary-high-undownloaded-face)
11871         (gnus-summary-low-undownloaded-face)
11872         (gnus-summary-normal-undownloaded-face)
11873         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11874         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11875         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11876         (gnus-splash-face):
11877         New backward-compatibility aliases for renamed faces.
11878         (gnus-group-startup-message): Use renamed gnus faces.
11879
11880         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11881         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11882         (gnus-server-agent): Remove "-face" suffix from face names.
11883         (gnus-server-agent-face, gnus-server-opened-face)
11884         (gnus-server-closed-face, gnus-server-denied-face)
11885         (gnus-server-offline-face):
11886         New backward-compatibility aliases for renamed faces.
11887         (gnus-server-agent-face, gnus-server-opened-face)
11888         (gnus-server-closed-face, gnus-server-denied-face)
11889         (gnus-server-offline-face): Use renamed gnus faces.
11890
11891         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11892         Remove "-face" suffix from face names.
11893         (gnus-picon-xbm-face, gnus-picon-face):
11894         New backward-compatibility aliases for renamed faces.
11895
11896         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11897         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11898         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11899         (gnus-cite-11): Remove "-face" suffix from face names.
11900         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11901         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11902         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11903         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11904         New backward-compatibility aliases for renamed faces.
11905         (gnus-cite-attribution-face, gnus-cite-face-list)
11906         (gnus-article-boring-faces): Use renamed gnus faces.
11907
11908         * gnus-art.el (gnus-signature, gnus-header-from)
11909         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11910         (gnus-header-content): Remove "-face" suffix from face names.
11911         (gnus-signature-face, gnus-header-from-face)
11912         (gnus-header-subject-face, gnus-header-newsgroups-face)
11913         (gnus-header-name-face, gnus-header-content-face):
11914         New backward-compatibility aliases for renamed faces.
11915         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11916
11917         * gnus-sum.el (gnus-summary-selected-face)
11918         (gnus-summary-highlight): Use renamed gnus faces.
11919         * gnus-group.el (gnus-group-highlight): Likewise.
11920
11921 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11922
11923         * gnus-sieve.el (gnus-sieve-article-add-rule):
11924         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11925         * spam-stat.el (spam-stat-buffer-change-to-spam)
11926         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11927
11928         * message.el (message-is-yours-p):
11929         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11930
11931 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * mm-view.el (mm-inline-text): Withdraw the last change.
11934
11935 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11938         executing enriched-decode.
11939
11940 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11943         charset of tar files.
11944
11945 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11946
11947         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11948
11949 2005-06-04  Lute Kamstra  <lute@gnu.org>
11950
11951         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11952         information is never recorded.
11953
11954 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11955
11956         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11957
11958 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * pop3.el (pop3-apop): Run md5 in the binary mode.
11961
11962         * starttls.el (starttls-set-process-query-on-exit-flag):
11963         Use eval-and-compile.
11964
11965 2005-05-31  Simon Josefsson  <jas@extundo.com>
11966
11967         * smime.el (smime-replace-in-string): Define.
11968         (smime-cert-by-ldap-1): Use it.
11969
11970 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * gnus-art.el (article-display-x-face): Replace
11973         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11974
11975         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11976         set-process-query-on-exit-flag or process-kill-without-query.
11977
11978         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11979         loop instead of replace-regexp.
11980
11981         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11982         instead of process-kill-without-query if it is available.
11983
11984         * lpath.el: Fbind ldap-search-entries.
11985
11986         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11987         instead of find-file-hooks if it is available.
11988
11989         * mml1991.el: Bind pgg-default-user-id when compiling.
11990
11991         * mml2015.el: Bind pgg-default-user-id when compiling.
11992
11993         * nndraft.el (nndraft-request-associate-buffer):
11994         Use write-contents-functions instead of write-contents-hooks if it is
11995         available.
11996
11997         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11998         instead of find-file-hooks if it is available.
11999
12000         * nntp.el (nntp-open-connection): Replace
12001         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12002         (nntp-open-ssl-stream): Ditto.
12003         (nntp-open-tls-stream): Ditto.
12004
12005         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12006         set-process-query-on-exit-flag or process-kill-without-query.
12007         (starttls-open-stream-gnutls): Use it instead of
12008         process-kill-without-query.
12009         (starttls-open-stream): Ditto.
12010
12011 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12012
12013         * smime.el (smime-cert-by-ldap-1): Don't use
12014         replace-regexp-in-string.
12015
12016 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12017
12018         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12019
12020         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12021         in PEM format.  Adjust to the XEmacs compability.
12022
12023 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12026         by `string-to-number'.
12027         * gnus-agent.el (gnus-agent-regenerate-group)
12028         (gnus-agent-fetch-articles): Ditto.
12029         * gnus-art.el (gnus-button-fetch-group): Ditto.
12030         * gnus-cache.el (gnus-cache-generate-active)
12031         (gnus-cache-articles-in-group): Ditto.
12032         * gnus-group.el (gnus-group-set-current-level)
12033         (gnus-group-insert-group-line): Ditto.
12034         * gnus-score.el (gnus-score-set-expunge-below)
12035         (gnus-score-set-mark-below, gnus-summary-score-effect)
12036         (gnus-summary-score-entry): Ditto.
12037         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12038         (gnus-soup-pack): Ditto.
12039         * gnus-spec.el (gnus-xmas-format): Ditto.
12040         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12041         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12042         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12043         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12044         * nndb.el (nndb-get-remote-expire-response): Ditto.
12045         * nndiary.el (nndiary-parse-schedule-value)
12046         (nndiary-string-to-number, nndiary-request-replace-article)
12047         (nndiary-request-article): Ditto.
12048         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12049         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12050         * nneething.el (nneething-make-head): Ditto.
12051         * nnfolder.el (nnfolder-request-article)
12052         (nnfolder-retrieve-headers): Ditto.
12053         * nnheader.el (nnheader-file-to-number): Ditto.
12054         * nnkiboze.el (nnkiboze-request-article): Ditto.
12055         * nnmail.el (nnmail-process-unix-mail-format)
12056         (nnmail-process-babyl-mail-format): Ditto.
12057         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12058         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12059         (nnmh-request-create-group, nnmh-request-list-1)
12060         (nnmh-request-group, nnmh-request-article): Ditto.
12061         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12062         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12063         * nnsoup.el (nnsoup-make-active): Ditto.
12064         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12065         * nntp.el (nntp-find-group-and-number)
12066         (nntp-retrieve-headers-with-xover): Ditto.
12067         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12068         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12069         (pgg-format-key-identifier): Ditto.
12070         * pop3.el (pop3-last, pop3-stat): Ditto.
12071         * qp.el (quoted-printable-decode-region): Ditto.
12072
12073         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12074         of concat.
12075
12076 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12079
12080         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12081
12082         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12083
12084         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12085
12086         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12087
12088         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12089
12090         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12091         (gnus-carpal-mode): Ditto.
12092
12093         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12094         (gnus-browse-mode): Ditto.
12095
12096         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12097
12098         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12099
12100 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12101
12102         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12103
12104 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * gnus-util.el (gnus-run-mode-hooks): New function.
12107
12108         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12109
12110         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12111         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12112
12113 2005-05-27  Lute Kamstra  <lute@gnu.org>
12114
12115         * dns-mode.el (dns-mode): Specify customization group.
12116
12117 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12118
12119         * gnus-agent.el (gnus-agent-make-mode-line-string):
12120         Use mode-line-highlight as mouse-face.
12121
12122 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * canlock.el (canlock): Change the parent group to news.
12125
12126         * deuglify.el (gnus-outlook-deuglify): Add :group.
12127
12128         * dig.el (dig): Add :group.
12129
12130         * dns-mode.el (dns-mode): Add :group.
12131
12132         * encrypt.el (encrypt): Add :group.
12133
12134         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12135         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12136         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12137         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12138         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12139
12140         * gnus-diary.el (gnus-diary): Add :group.
12141
12142         * gnus.el (gnus-group-news-1-face): Add :group.
12143         (gnus-group-news-1-empty-face): Ditto.
12144         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12145         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12146         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12147         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12148         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12149         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12150         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12151         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12152         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12153         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12154         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12155         (gnus-summary-high-ticked-face): Ditto.
12156         (gnus-summary-low-ticked-face): Ditto.
12157         (gnus-summary-normal-ticked-face): Ditto.
12158         (gnus-summary-high-ancient-face): Ditto.
12159         (gnus-summary-low-ancient-face): Ditto.
12160         (gnus-summary-normal-ancient-face): Ditto.
12161         (gnus-summary-high-undownloaded-face): Ditto.
12162         (gnus-summary-low-undownloaded-face): Ditto.
12163         (gnus-summary-normal-undownloaded-face): Ditto.
12164         (gnus-summary-high-unread-face): Ditto.
12165         (gnus-summary-low-unread-face): Ditto.
12166         (gnus-summary-normal-unread-face): Ditto.
12167         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12168         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12169
12170         * hashcash.el (hashcash): New custom group.
12171         (hashcash-default-payment): Add :group.
12172         (hashcash-payment-alist): Ditto.
12173         (hashcash-default-accept-payment): Ditto.
12174         (hashcash-accept-resources): Ditto.
12175         (hashcash-path): Ditto.
12176         (hashcash-extra-generate-parameters): Ditto.
12177         (hashcash-double-spend-database): Ditto.
12178         (hashcash-in-news): Ditto.
12179
12180         * message.el (message-minibuffer-local-map): Add :group.
12181
12182         * netrc.el (netrc): Add :group.
12183
12184         * sieve-manage.el (sieve-manage-log): Add :group.
12185         (sieve-manage-default-user): Diito.
12186         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12187         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12188         (sieve-manage-authenticators): Ditto.
12189         (sieve-manage-authenticator-alist): Ditto.
12190         (sieve-manage-default-port): Ditto.
12191
12192         * sieve-mode.el (sieve-control-commands-face): Add :group.
12193         (sieve-action-commands-face): Ditto.
12194         (sieve-test-commands-face): Ditto.
12195         (sieve-tagged-arguments-face): Ditto.
12196
12197         * smime.el (smime): Add :group.
12198
12199         * spam-report.el (spam-report): Add :group.
12200
12201         * spam.el (spam, spam-face): Add :group.
12202
12203 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12204
12205         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12206         return \n.\n.\n at the end of articles.  Protect against that.
12207         (nntp-with-open-group): Allow debugging.
12208
12209         * nnheader.el (mail-header-set-extra): Make into a function
12210         because I just could't understand how to quote the list properly.
12211
12212         * dns.el (query-dns-cached): New function.
12213
12214 2005-05-26  Lute Kamstra  <lute@gnu.org>
12215
12216         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12217
12218 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12221
12222         * gnus-art.el: Don't autoload mail-extract-address-components.
12223
12224         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12225         eval-and-compile to evaluate it.
12226
12227         * hashcash.el: Don't autoload executable-find.
12228
12229         * nndb.el: Don't declare the nndb back end two or more times; don't
12230         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12231
12232         * nntp.el: Autoload format-spec instead of format; use
12233         eval-and-compile to evaluate autoload forms.
12234
12235 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12236
12237         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12238
12239 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12240
12241         * gnus.el (gnus-version-number): Bump version.
12242
12243 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12244
12245         * gnus.el: No Gnus v0.3 is released.
12246
12247 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248
12249         * lpath.el (featurep): Bind show-nonbreak-escape.
12250
12251 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * gnus-art.el (gnus-article-edit-part): Disable undo.
12254
12255 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12258         gnus-article-date-lapsed-new-header is t if date timer is active;
12259         skip headers in which the original date value is empty.
12260         (gnus-article-save-original-date): Redefine it as a macro.
12261         (gnus-display-mime): Use it.
12262
12263 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * gnus-art.el (article-date-ut): Support converting date in
12266         forwarded parts as well.
12267         (gnus-article-save-original-date): New function.
12268         (gnus-display-mime): Use it.
12269
12270 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12271
12272         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12273         enclosure element of <item>.
12274
12275 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * message.el (message-kill-buffer-query): Renamed from
12278         `message-kill-buffer-query-if-modified'.  Added :version.
12279
12280 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12283         window layout.
12284
12285 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * mml.el: Autoload dnd when compiling.
12288
12289 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12292         x-dnd-*.
12293
12294 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * qp.el (quoted-printable-encode-region): Save excursion.
12297
12298 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12299
12300         * message.el (message-kill-buffer-query-if-modified): Add new variable
12301         so the user can kill a modified message buffer quickly.
12302         (message-kill-buffer): Use it.
12303
12304 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * lpath.el: Fbind display-time-event-handler; don't fbind
12307         string-to-multibyte.
12308
12309         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12310
12311 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12314         contained in text because xml.el decodes entities) with LFs.
12315
12316 2005-04-11  Lute Kamstra  <lute@gnu.org>
12317
12318         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12319         differently.
12320
12321 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12322
12323         * mm-util.el (mm-detect-coding-region): Typo.
12324
12325 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12328
12329 2005-04-06  Deepak Goel  <deego@gnufans.org>
12330
12331         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12332         user-function allow user modifications of the scores.
12333         (spam-stat-score-buffer-user): New function, to allow
12334         user-computed modifications to the score.
12335         (spam-stat-score-buffer-user-functions): List of additional
12336         scoring functions.
12337         (spam-stat-error-holder): Global temporary error holder.
12338         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12339         variable.
12340
12341 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12342
12343         * gnus-registry.el (gnus-registry-clean-empty-function)
12344         (gnus-registry-trim, gnus-registry-fetch-groups)
12345         (gnus-registry-delete-group): Groups that match
12346         `gnus-registry-ignored-groups' are removed from the registry
12347         entries, not just ignored for splitting.  This helps clean up the
12348         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12349         to get all the groups a message ID is in.
12350
12351         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12352         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12353         (spam-stat-score-buffer-user-functions): Add :number custom type.
12354
12355 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12358         argument in XEmacs.
12359
12360         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12361         (nnrss-request-group): Decode group name first.
12362         (nnrss-request-article): Make a text/plain article if mml-to-mime
12363         failed.
12364         (nnrss-get-encoding): Return a compatible encoding according to
12365         nnrss-compatible-encoding-alist.
12366         (nnrss-find-el): Use consp instead of listp.
12367         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12368
12369 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12372         which Emacs 20 doesn't support.
12373         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12374
12375 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12378         silence the byte compiler inside the defun.
12379
12380         * gnus-demon.el (parse-time-string): Add autoload.
12381
12382         * gnus-delay.el (parse-time-string): Add autoload.
12383
12384         * gnus-art.el (parse-time-string): Add autoload.
12385
12386         * nnultimate.el (parse-time): Require for `parse-time-string'.
12387
12388 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12391
12392         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12393
12394         * smime.el (smime-ldap-host-list): Add :version.
12395
12396 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12399         pass it to `gnus-browse-read-group'.
12400         (gnus-browse-read-group): Add NUMBER argument and pass it to
12401         `gnus-group-read-ephemeral-group'.
12402
12403         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12404         argument and pass it to `gnus-group-read-group'.
12405
12406 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12407
12408         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12409         mm-xemacs-find-mime-charset-1 if we have the mule feature
12410         available at runtime.
12411
12412 2005-03-25  Werner Lemberg  <wl@gnu.org>
12413
12414         * nnmaildir.el: Replace `illegal' with `invalid'.
12415
12416 2005-03-23  Lute Kamstra  <lute@gnu.org>
12417
12418         * time-date.el: Add comment on time value formats.
12419         Don't require parse-time.
12420         (with-decoded-time-value): New macro.
12421         (encode-time-value): New function.
12422         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12423         (days-to-time): Return a valid time value when arg is huge.
12424         (time-since): Use time-subtract.
12425         (time-to-number-of-days): Use time-to-seconds.
12426
12427 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12428
12429         * gnus-start.el (gnus-display-time-event-handler):
12430         Check display-time-timer at runtime rather than only at load time
12431         in case display-time-mode is turned off in the mean time.
12432
12433 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12436         used.
12437
12438         * nneething.el (nneething-map-file-directory): Derive from
12439         `gnus-directory'.
12440
12441         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12442         the To/Cc button.
12443
12444 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * nnmaildir.el (nnmaildir-request-accept-article):
12447         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12448
12449 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12450
12451         * gnus-async.el: Require timer-funcs at compile time when in
12452         XEmacs for `run-with-idle-timer'.
12453
12454 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12455
12456         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12457         autoloaded function.
12458
12459 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12460
12461         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12462
12463 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12464
12465         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12466
12467 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12468
12469         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12470         gnus-expert-user to default.
12471
12472 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12473
12474         * nnimap.el (nnimap-open-server): Ditto.
12475
12476         * imap.el (imap-authenticate): Fix typo.
12477
12478 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12479
12480         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12481         buffer (since IMAP server might return FETCH response out of
12482         order, and the nntp buffer must be sorted).
12483
12484 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12485
12486         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12487         comparison on string.
12488
12489         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12490         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12491         (gnus-agent-summary-fetch-series): Modified to protect against
12492         gnus-agent-summary-fetch-group clearing processable flags.
12493         (gnus-agent-synchronize-group-flags): Update live group buffer as
12494         synchronization may occur due to the user toggle the plugged
12495         status.
12496         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12497         successfully downloaded.
12498         (gnus-agent-expire-group-1): Avoid using markers when the overview
12499         is in ascending order; greatly improves performance.
12500         (gnus-agent-regenerate-group): Use
12501         gnus-agent-synchronize-group-flags to reset read status in both
12502         gnus and server.
12503         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12504
12505 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * message.el: Don't autoload former message-utils variables.
12508         (message-strip-subject-trailing-was): Change doc string.
12509
12510         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12511         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12512         (nnweb-google-search): Add "hl=en" here.
12513         (nnweb-google-parse-1, nnweb-google-create-mapping):
12514         Don't hardcode URL.
12515
12516 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * message.el (message-get-reply-headers, message-followup):
12519         Mention related variables `message-use-followup-to' and
12520         `message-use-mail-followup-to', in the information buffer.
12521
12522         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12523         of broken groups(-beta).google.com.
12524
12525 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12526
12527         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12528         parameter to invoked gnus-request-move-article; remove the
12529         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12530         all at once instead of once per article.
12531         (gnus-summary-remove-process-mark): Accept a list of articles as
12532         well as a single article for processing.
12533
12534         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12535         parameter.
12536
12537         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12538
12539         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12540
12541         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12542         parameter.
12543
12544         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12545         parameter.
12546
12547         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12548         parameter and remove the gnus-sum-hint-move-is-internal variable.
12549
12550         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12551         parameter.
12552
12553         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12554         parameter.
12555
12556         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12557         parameter.
12558
12559         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12560
12561         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12562         parameter.
12563
12564         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12565         parameter.
12566
12567 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12568
12569         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12570         a more conservative way.
12571
12572 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12573
12574         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12575         buffer, so it moves the window's cursor.
12576
12577 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12578
12579         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12580         `mm-dissect-multipart' and receive the from field as an (optional)
12581         argument from `mm-dissect-multipart'.
12582         (mm-dissect-multipart): Receive the from field as an argument and
12583         pass it on when we call `mm-dissect-buffer' on MIME parts.
12584         Fixes verification/decryption of signed/encrypted MIME parts.
12585
12586 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12587
12588         * gnus-sum.el (gnus-summary-move-article): Set
12589         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12590         whatever it calls (right now, only nnimap-request-move article
12591         respects it).
12592
12593         * nnimap.el (nnimap-request-move-article): When
12594         gnus-sum-hint-move-is-internal is set, don't do the extra
12595         nnimap-request-article.
12596
12597 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12600
12601         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12602         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12603
12604         * gnus-sum.el (gnus-summary-caesar-message):
12605         Apply `gnus-treat-article' after rotation.
12606
12607         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12608         doc string.
12609
12610 2005-02-22  Simon Josefsson  <jas@extundo.com>
12611
12612         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12613         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12614         <arne@arnested.dk>.
12615         (encrypt): Add password-cache and password-cache-expiry as group
12616         members.
12617
12618 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12619
12620         * smime.el (smime-ldap-host-list): Doc fix.
12621         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12622         cache) password.
12623         (smime-sign-region): Use it.
12624         (smime-decrypt-region): Use it.
12625         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12626         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12627         fails.
12628         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12629         certificate from DER to PEM format rather than calling openssl.
12630
12631         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12632
12633         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12634         for signing/encryption.
12635
12636         * mml.el (mml-parse-1): Use them.
12637
12638 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12639
12640         * nnrss.el (nnrss-verbose): Removed.
12641         (nnrss-request-group): Use `nnheader-message' instead.
12642
12643 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12644
12645         * nnrss.el (nnrss-verbose): New variable.
12646         (nnrss-request-group): Make it say nnrss is requesting a group.
12647
12648 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12651         Handle news URL with given port correctly.
12652
12653 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12656         containing special characters.
12657
12658         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12659
12660         * mml.el (mime-to-mml): Ditto.
12661
12662         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12663         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12664         (rfc2047-decode-region): Quote decoded words containing special
12665         characters when rfc2047-quote-decoded-words-containing-tspecials
12666         is non-nil.
12667
12668 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12669
12670         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12671
12672         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12673
12674 2005-02-15  Simon Josefsson  <jas@extundo.com>
12675
12676         * nnimap.el (nnimap-debug): Doc fix.
12677
12678         * imap.el (imap-debug): Doc fix.
12679
12680 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12683
12684 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12685
12686         * gnus.el (spam-contents): Improve docs for spam-contents
12687         parameter in its variable incarnation.
12688
12689 2005-02-14  Simon Josefsson  <jas@extundo.com>
12690
12691         * smime-ldap.el: Use require instead of load-library for ldap.
12692         (smime-ldap-search): Indent.
12693         (smime-ldap-search-internal): Shorten line.
12694
12695         * smime.el (smime-cert-by-dns): Add doc-string.
12696         (smime-cert-by-ldap-1): Indent.
12697
12698         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12699         mml-smime-get-dns-ldap.
12700         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12701
12702 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12703
12704         * smime.el: Require smime-ldap.
12705         (smime-ldap-host-list): New variable.
12706         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12707
12708         * mml-smime.el (mml-smime-encrypt-query): New function.
12709         (mml-smime-encrypt-query): Use it.
12710
12711         * smime-ldap.el: New file.
12712
12713 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12716
12717 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12720         argument in doc string.  Make query for type more clear.
12721
12722 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * gnus.el (gnus-group-startup-message): Search for gnus images in
12725         etc/images/gnus.
12726         * mm-util.el (mm-image-load-path): Likewise.
12727         * smiley.el (smiley-data-directory): Search for smilies in
12728         etc/images/smilies.
12729
12730 2005-02-09  Kim F. Storm  <storm@cua.dk>
12731
12732         Change Emacs release version from 21.4 to 22.1 throughout.
12733         Change Emacs development version from 21.3.50 to 22.0.50.
12734
12735 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12738
12739         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12740         non-Mule XEmacs as well.
12741         (mm-decompress-buffer): Signal an error intentionally if it does
12742         not decompress compressed data because auto-compression-mode is
12743         disabled.
12744
12745 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12746
12747         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12748         an ID in the registry even if it has no groups.
12749
12750 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12753         merge it into mm-decompress-buffer.
12754         (gnus-mime-copy-part): Use the MIME part charset, the value which
12755         a user specified or gnus-newsgroup-charset for decoding, like
12756         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12757         save-buffer what was used.  Suggested by Kevin Ryde
12758         <user42@zip.com.au>.
12759         (gnus-mime-inline-part): Allow the name parameter as well as the
12760         filename parameter; force decompressing of compressed data; always
12761         display contents being not decoded as unibyte.
12762
12763         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12764         as well as the filename parameter.
12765
12766         * mm-util.el (mm-decompress-buffer): Merge
12767         gnus-mime-jka-compr-maybe-uncompress.
12768         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12769         of compressed data.
12770
12771 2005-02-08  Simon Josefsson  <jas@extundo.com>
12772
12773         * imap.el (imap-log): Doc fix.
12774
12775 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12778         the coding cookies; decompress compressed parts.
12779
12780         * mml.el (mml-generate-mime-1): Add the charset parameter according
12781         to the value which a user specified manually or the coding cookie.
12782
12783         * mm-util.el (mm-string-to-multibyte): New function.
12784         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12785         (mm-coding-system-to-mime-charset): New function.
12786         (mm-decompress-buffer): New function.
12787         (mm-find-buffer-file-coding-system): New function.
12788
12789         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12790         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12791         parts.
12792
12793 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12794
12795         * mm-view.el (mm-display-inline-fontify): Decode a part according
12796         to the charset parameter.
12797
12798 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12801         prefix arg is neither nil nor a number, as info specifies.
12802
12803 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12806         timestamps.
12807
12808 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12809
12810         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12811         groups error checking and notify user.
12812
12813 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12814
12815         * message.el (message-send-mail-function): Check existence of
12816         sendmail-program first before using default value
12817         `message-send-mail-with-sendmail'.  Otherwise use more generic
12818         `smtpmail-send-it'.
12819
12820 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * nntp.el (nntp-request-update-info): Always return nil.
12823
12824 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12825
12826         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12827
12828 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12829
12830         * message.el (message-beginning-of-line): Change the behavior when
12831         invoked between BOL and : so that it first moves backward.
12832
12833 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12836         article buffer when editing of the article is discarded.
12837         (gnus-article-prepare): Revert.
12838
12839 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * gnus-art.el (gnus-article-prepare):
12842         Remove message-strip-forbidden-properties from the local hook.
12843
12844 2005-01-27  Simon Josefsson  <jas@extundo.com>
12845
12846         * password.el (password-cache-add): Only start one timer per key.
12847         Reported by Derek Atkins <warlord@MIT.EDU>.
12848
12849 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12850
12851         * run-at-time.el: Removed.  It is no longer needed as
12852         timer-funcs.el in the xemacs-base package has a working version of
12853         `run-at-time'.
12854
12855         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12856
12857         * password.el: Require timer-funcs instead of run-at-time in
12858         XEmacs.
12859         Remove `password-run-at-time' macro.
12860         (password-cache-add): Use `run-at-time' instead of
12861         `password-run-at-time'.
12862
12863         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12864         Remove `nnheader-cancel-function-timers' alias,
12865         `cancel-function-timers' exists in XEmacs in timer-funcs.
12866
12867         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12868         for `run-with-idle-timer'.
12869
12870         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12871         for `run-at-time'.
12872
12873         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12874         for `with-timeout'.
12875
12876         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12877         the same as for XEmacs 21.4.
12878         No need to ignore `run-with-idle-timer', this function exists in
12879         XEmacs now in timer-funcs.el in the xemacs-base package.
12880         (dgnushack-compile): No need to delete
12881         run-at-time.el from the list of files to compile because it
12882         doesn't exist anymore.
12883
12884 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12887         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12888
12889 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12890
12891         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12892         sensitively.
12893
12894 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12895
12896         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12897
12898 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12901         which will be inserted according to the multibyteness of a buffer
12902         rather than the type of contents.  Suggested by ARISAWA Akihiro
12903         <ari@mbf.ocn.ne.jp>.
12904
12905         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12906         of string which old xml.el may return rather than a string.
12907
12908 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12911
12912 2005-01-16  Simon Josefsson  <jas@extundo.com>
12913
12914         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12915         idn/idna.el isn't available.
12916         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12917         <michael@waxrat.com>.
12918
12919         * hashcash.el: Remove non-FSF copyright header.
12920
12921         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12922         (hashcash-generate-payment): Use it.
12923         (hashcash-generate-payment-async): Use it.
12924
12925 2005-01-15  Simon Josefsson  <jas@extundo.com>
12926
12927         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12928         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12929
12930         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12931         gnus-summary-idna-message.
12932         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12933         (gnus-summary-idna-message): New function.
12934
12935 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12938         gnus-novice-user.
12939
12940 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * nnrss.el (nnrss-request-delete-group): Delete entries in
12943         nnrss-group-alist as well.
12944         (nnrss-save-server-data): Insert newline.
12945
12946 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * gnus.el (gnus-user-agent): Use list of symbols instead of
12949         symbols.  Display full version number for (S)XEmacs.  Optionally
12950         display (S)XEmacs codename.
12951
12952         * gnus-util.el (gnus-emacs-version): Update for new
12953         `gnus-user-agent'.
12954
12955         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12956         Gnus version.
12957
12958 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12961         which is unreadable in some setups.
12962
12963 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-spec.el (gnus-update-format-specifications): Flush the
12966         group format spec cache if it doesn't support decoded group names.
12967
12968 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12969
12970         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12971         Allow to apply decay on score files matching a regexp.
12972
12973 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12976         compatibility in %g and %c.
12977
12978 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12981         name for only %g and %c.
12982         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12983         of gnus-tmp-group to decoded group name.
12984         (gnus-group-make-rss-group): Exclude `/'s from group names.
12985
12986 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * nnrss.el (nnrss-get-encoding): Fix regexp.
12989
12990 2004-12-27  Simon Josefsson  <jas@extundo.com>
12991
12992         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12993         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12994         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12995
12996 2004-12-17  Kim F. Storm  <storm@cua.dk>
12997
12998         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12999
13000         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13001
13002 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13003
13004         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13005
13006 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * nnrss.el: Require rfc2047 and mml.
13009         (nnrss-file-coding-system): New variable.
13010         (nnrss-format-string): Redefine it as an inline function.
13011         (nnrss-decode-group-name): New function.
13012         (nnrss-string-as-multibyte): Remove.
13013         (nnrss-retrieve-headers): Decode group name; don't use
13014         nnrss-format-string.
13015         (nnrss-request-group): Decode group name.
13016         (nnrss-request-article): Decode group name; allow a Message-ID as
13017         well as an article number; don't use nnrss-format-string; encode a
13018         Message-ID string which may contain non-ASCII characters; use
13019         mml-to-mime to compose a MIME article.
13020         (nnrss-request-expire-articles): Decode group name.
13021         (nnrss-request-delete-group): Decode group name.
13022         (nnrss-fetch): Clarify error message.
13023         (nnrss-read-server-data): Use insert-file-contents instead of load;
13024         bind file-name-coding-system; use multibyte buffer.
13025         (nnrss-save-server-data): Bind coding-system-for-write to the
13026         value of nnrss-file-coding-system; bind file-name-coding-system;
13027         add coding cookie.
13028         (nnrss-read-group-data): Use insert-file-contents instead of load;
13029         bind file-name-coding-system; use multibyte buffer.
13030         (nnrss-save-group-data): Bind coding-system-for-write to the
13031         value of nnrss-file-coding-system; bind file-name-coding-system.
13032         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13033         make it work with non-ASCII text.
13034         (nnrss-find-el): Make it work with old xml.el as well.
13035
13036 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13037
13038         * nnrss.el (nnrss-get-encoding): New function.
13039         (nnrss-fetch): Use unibyte buffer initially; bind
13040         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13041         decode contents according to the encoding attribute.
13042         (nnrss-save-group-data): Add coding cookie.
13043         (nnrss-mime-encode-string): New function.
13044         (nnrss-check-group): Use it to encode subject and author.
13045
13046 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13047
13048         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13049         imaginary variable.
13050
13051 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13054         correctly even if there are wide characters.
13055
13056 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13057
13058         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13059         downcased symbol names; make a new cache instead of reusing
13060         bbdb-hashtable.
13061
13062 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13065         concatenating segments rather than before concatenating them.
13066         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13067
13068         * message.el (message-get-reply-headers): Bind `extra'.
13069
13070 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * message.el (message-extra-wide-headers): New variable.
13073         (message-get-reply-headers): Use it.
13074
13075 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13078         (gnus-agent-group-pathname): Ditto.
13079
13080         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13081
13082         * gnus-group.el (gnus-group-make-group): Decode group name.
13083         (gnus-group-make-rss-group): Register the group data after opening
13084         the nnrss group.
13085
13086 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13087
13088         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13089         by expiry now get marked as read.
13090
13091 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13094
13095 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13096
13097         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13098         unify Latin characters in XEmacs.
13099         (mm-find-mime-charset-region): Use it.
13100
13101 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * gnus-util.el (gnus-delete-directory): New function.
13104
13105         * gnus-agent.el (gnus-agent-delete-group): Use it.
13106
13107         * gnus-cache.el (gnus-cache-delete-group): Use it.
13108
13109 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13112         names.
13113
13114 2004-12-16  Simon Josefsson  <jas@extundo.com>
13115
13116         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13117
13118 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13121
13122         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13123         (gnus-group-set-current-level): Decode group name.
13124
13125 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13126
13127         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13128         failed.
13129
13130 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-group.el (gnus-group-delete-group): Decode group name.
13133         (gnus-group-make-rss-group): Encode group name.
13134         (gnus-group-catchup-current): Decode group name.
13135         (gnus-group-kill-group): Decode group name.
13136
13137 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13138
13139         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13140
13141 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-group.el (gnus-group-make-rss-group):
13144         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13145
13146         * gnus-start.el (gnus-setup-news): Honor user's setting to
13147         gnus-message-archive-method.  Suggested by Lute Kamstra
13148         <lute@gnu.org>.
13149
13150 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13151
13152         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13153         global counterparts of the buffer-local variables.
13154
13155 2004-11-16  Romain Francoise  <romain@orebokech.com>
13156
13157         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13158         counterparts of the buffer-local variables.
13159
13160 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * message.el (message-forbidden-properties): Fixed typo in doc
13163         string.
13164
13165 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * gnus-util.el (gnus-replace-in-string): Added doc string.
13168
13169         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13170         to avoid problems when splitting mails with many recipients.
13171
13172 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13173
13174         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13175         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13176
13177 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13178
13179         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13180         if there is no hashtable in memory or file modification time is
13181         newer than cached timestamp.
13182
13183 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13186         not-matching option.
13187
13188 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13191         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13192         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13193         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13194         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13195         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13196
13197 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * message.el (message-forward-make-body-mml): Remove headers
13200         according to message-forward-ignored-headers if a message is decoded.
13201
13202 2004-12-02  Romain Francoise  <romain@orebokech.com>
13203
13204         * message.el (message-forward-make-body-plain): Always remove
13205         headers according to message-forward-ignored-headers.
13206
13207 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13208
13209         * spam.el (spam-summary-prepare-exit): Remove the
13210         gnus-summary-limit pop for now, it has problems with ham marks for
13211         me.
13212
13213 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13214
13215         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13216         correctly.
13217
13218 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13219
13220         * format-spec.el (format-spec): Message the char.
13221
13222 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13223
13224         * gnus-art.el (gnus-split-methods): Reformat comments.
13225
13226         * spam.el (spam-summary-prepare-exit): Remove article limits
13227         before exiting the summary buffer.
13228
13229 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13232         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13233
13234         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13235         order to silence the byte compiler.
13236
13237         * spam.el: Fix the way to silence the byte compiler, which
13238         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13239         bbdb-search-simple, spam-BBDB-register-routine,
13240         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13241         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13242         spam-stat-buffer-is-spam, spam-stat-load,
13243         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13244         spam-stat-save and spam-stat-split-fancy.
13245
13246 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13249         which may confuse users.
13250         (canlock-password-for-verify): Ditto.
13251
13252         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13253
13254         * gnus-art.el (gnus-emphasis-alist): Ditto.
13255
13256         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13257
13258         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13259
13260         * gnus-start.el (gnus-save-killed-list): Ditto.
13261
13262         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13263         (gnus-sum-thread-tree-root): Ditto.
13264         (gnus-sum-thread-tree-false-root): Ditto.
13265         (gnus-sum-thread-tree-single-indent): Ditto.
13266
13267         * message.el (message-courtesy-message): Ditto.
13268         (message-archive-note): Ditto.
13269         (message-subscribed-address-file): Ditto.
13270         (message-user-fqdn): Ditto.
13271
13272         * spam-report.el (spam-report-gmane-regex): Ditto.
13273
13274         * spam.el (spam-blackhole-good-server-regex): Ditto.
13275
13276 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * mml.el (mml-preview): Widen the message buffer before copying
13279         the contents to the preview buffer; sort headers before previewing.
13280
13281         * message.el (message-hidden-headers): Fix the way to avoid a bug
13282         in the `repeat' widget in Emacs 21.3 or earlier.
13283
13284 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * message.el (message-hidden-headers): Default to "^References:".
13287         Improve customization type.  Suggested by Reiner Steib
13288         <Reiner.Steib@gmx.de>.
13289
13290 2004-11-25  Romain Francoise  <romain@orebokech.com>
13291
13292         * message.el (message-strip-forbidden-properties): Remove check for
13293         obsolete `message-hidden' text property, hidden headers are not
13294         accessible in the buffer anymore.
13295
13296 2004-11-22  Romain Francoise  <romain@orebokech.com>
13297
13298         * message.el (message-header-format-alist): Add `From' in list
13299         so that it can be sorted.
13300         (message-fix-before-sending): Widen and sort headers before
13301         sending.
13302         (message-hide-headers): Use narrowing to hide headers by moving
13303         them to the top of the buffer and narrowing to the region
13304         underneath.
13305
13306 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13307
13308         * message.el (message-strip-forbidden-properties): Bind
13309         buffer-read-only (etc) to nil.
13310
13311 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13314         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13315
13316 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13317
13318         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13319
13320 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13321
13322         * dns.el (query-dns): Use sit-for to time instead of
13323         accept-process-output, since that doesn't seem to work on udp
13324         sockets.
13325
13326 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13329
13330 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13331
13332         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13333         doc string.  Improve doc string.
13334
13335 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * nntp.el (nntp-request-update-info): Return nil if
13338         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13339         may not call gnus-activate-group which uselessly issues the GROUP
13340         commands for all nntp groups and wastes time.  Reported by Romain
13341         Francoise <romain@orebokech.com>.
13342
13343         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13344
13345 2004-11-15  Simon Josefsson  <jas@extundo.com>
13346
13347         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13348         headers separately.
13349         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13350         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13351
13352 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13353
13354         * gnus-start.el (gnus-convert-old-newsrc):
13355         Assign legacy-gnus-agent to 5.10.7.
13356
13357 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13358
13359         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13360         start of the lines.
13361
13362 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13363
13364         * hashcash.el (hashcash-default-payment): Change default to 20.
13365         (hashcash-default-accept-payment): Change default to 20.
13366         (hashcash-process-alist): New variable.
13367         (hashcash-generate-payment-async): Add.
13368         (hashcash-already-paid-p): Add.
13369         (hashcash-insert-payment): Don't generate payments twice.
13370         (hashcash-insert-payment-async): Add.
13371         (hashcash-insert-payment-async-2): Add.
13372         (hashcash-cancel-async): Add.
13373         (hashcash-wait-async): Add.
13374         (hashcash-processes-running-p): Add.
13375         (hashcash-wait-or-cancel): Add.
13376         (mail-add-payment): New optional argument.  Conditionally start
13377         asynchronous calculation.
13378         (mail-add-payment-async): Add.
13379
13380         * message.el (message-send-mail): Wait for asynchronous hashcash
13381         results.  Don't clobber existing X-Hashcash headers.
13382         (message-setup-1): Call mail-add-payment-async when
13383         message-generate-hashcash is non-nil.
13384
13385 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13386
13387         * message.el (message-use-alternative-email-as-from): Examine the
13388         From header as well; use message-make-from in order to include a
13389         user's full name.
13390
13391 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13394         default; improve customization type.
13395         (gnus-emphasis-custom-with-format): New macro.
13396         (gnus-emphasis-custom-value-to-external): New function.
13397         (gnus-emphasis-custom-value-to-internal): New function.
13398
13399 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13400
13401         * dns.el (query-dns): Resolve reverse addresses.
13402
13403 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * gnus-group.el (gnus-group-get-new-news): Use it.
13406
13407         * gnus-start.el (gnus-check-reasonable-setup): New function.
13408
13409 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13412         "Args out of range" error.  Reported by Arnaud Giersch
13413         <arnaud.giersch@free.fr>.
13414
13415 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13416
13417         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13418
13419 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13420
13421         * spam.el (spam group): Add :version.
13422
13423         * pgg-def.el (pgg group): Add :version.
13424
13425 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * gnus-art.el (gnus-article-edit-article): Don't associate the
13428         article buffer with a draft file.  This is a temporary measure
13429         against the 2004-08-22 change to gnus-article-edit-mode.
13430
13431 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13434         (html2text-format-tags): Remove unused variable `attr'.
13435
13436 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13439
13440         * tls.el (tls-process-connection-type, tls-success)
13441         (tls-certtool-program): Add :version.
13442
13443         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13444         (starttls-extra-arguments, starttls-process-connection-type)
13445         (starttls-connect, starttls-failure, starttls-success): Add :version.
13446
13447         * spam-stat.el (spam-stat): Add :version.
13448
13449         * sieve.el (sieve): Add :version.
13450
13451         * sha1.el (sha1): Add :version.
13452         (sha1-use-external): Remove redundant version.
13453
13454         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13455         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13456         (nnmail-split-fancy-match-partial-words)
13457         (nnmail-split-lowercase-expanded): Add :version.
13458
13459         * nndiary.el (nndiary): Add :version.
13460
13461         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13462
13463         * mml-sec.el (mml-default-sign-method)
13464         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13465         Add :version.
13466
13467         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13468
13469         * mm-url.el (mm-url-use-external, mm-url-program)
13470         (mm-url-arguments): Add :version.
13471
13472         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13473         (mm-attachment-file-modes, mm-decrypt-option)
13474         (mm-w3m-safe-url-regexp): Add :version.
13475
13476         * message.el (message-cite-prefix-regexp)
13477         (message-sendmail-envelope-from, message-minibuffer-local-map)
13478         (message-user-fqdn, message-completion-alist): Add :version.
13479
13480         * gnus-win.el (gnus-configure-windows-hook)
13481         (gnus-use-frames-on-any-display): Add :version.
13482
13483         * gnus-art.el (gnus-article-address-banner-alist)
13484         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13485         (gnus-treat-from-picon, gnus-treat-mail-picon)
13486         (gnus-treat-x-pgp-sig): Add :version.
13487
13488         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13489         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13490         (gnus-summary-article-delete-hook)
13491         (gnus-summary-display-while-building): Add :version.
13492
13493         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13494         (gnus-get-top-new-news-hook): Add :version.
13495
13496         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13497         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13498
13499         * gnus-registry.el (gnus-registry): Add :version.
13500
13501         * gnus-spec.el (gnus-use-correct-string-widths)
13502         (gnus-make-format-preserve-properties): Add :version.
13503
13504         * gnus.el (gnus-group-charter-alist)
13505         (gnus-group-fetch-control-use-browse-url)
13506         (gnus-install-group-spam-parameters): Add :version.
13507
13508         * gnus-diary.el (gnus-diary): Add :version.
13509
13510         * gnus-delay.el (gnus-delay): Add :version.
13511
13512         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13513         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13514         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13515         Add :version.
13516
13517         * gnus-agent.el (gnus-agent-max-fetch-size)
13518         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13519         (gnus-agent-prompt-send-queue): Add :version.
13520
13521         * deuglify.el (gnus-outlook-deuglify): Add :version.
13522
13523         * html2text.el: Beautify code.  Improve doc strings.  Some
13524         checkdoc cleanup.
13525         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13526
13527 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13528
13529         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13530
13531 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13532
13533         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13534         when package is loaded.
13535
13536         * spam.el (spam-summary-score-preferred-header): Add global preference
13537         for people who want to override the default SpamAssassin over
13538         Bogofilter preference (when both are set).
13539         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13540         (spam-user-format-function-S): Check
13541         spam-summary-score-preferred-header.
13542         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13543         (spam-user-format-function-S): Format the score correctly.
13544
13545 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13548         signature file.  Suggested by Manoj Srivastava
13549         <srivasta@golden-gryphon.com>.
13550
13551         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13552         iso-2022-jp even in the Japanese language environment.
13553         Suggested by Jason Rumney <jasonr@gnu.org>.
13554
13555 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13558         use the same characters as the dummy marks; make it free from
13559         getting affected by the language environment.
13560         (gnus-summary-read-group-1): Update mark positions only when the
13561         format spec is updated.
13562
13563         * gnus-spec.el (gnus-update-format-specifications): Return a list
13564         of updated types.
13565
13566 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13569         of boundp to check if display-warning is available.
13570
13571 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13572
13573         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13574
13575 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * nnspool.el (nnspool-spool-directory): Use news-path if the
13578         news-directory variable is not bound.
13579
13580         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13581         function instead of display-warning if it is not available.
13582
13583 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13586         v5-10: Use `point-at-bol'.
13587
13588 2004-10-26  Simon Josefsson  <jas@extundo.com>
13589
13590         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13591         <chenggao@gmail.com>.
13592
13593 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13596         instead.
13597
13598 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13601         to remove a server from the nnimap-server-buffer-alist.
13602         (nnimap-open-connection, nnimap-close-server): Use it.
13603
13604         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13605
13606 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13609         running the major-mode function.
13610
13611 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13614         dummy marks in the right way.
13615
13616 2004-10-18  David Edmondson  <dme@dme.org>
13617
13618         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13619         excessively.
13620
13621 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13622
13623         * gnus-util.el (gnus-split-references): Accept a nil references
13624         string and go on blissfully.
13625
13626         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13627         cases where the references string is non-nil but has no references.
13628
13629         * encrypt.el: Add autoload tags.
13630
13631         * spam.el (spam-resolve-registrations-routine): Remove article
13632         from unregistration list too.  Reported by David Hanak
13633         <dhanak@isis.vanderbilt.edu>
13634
13635 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13638         nil.  Changed custom type.
13639
13640 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13643
13644         * gnus-sum.el (gnus-summary-move-article): Use it.
13645
13646 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13647
13648         * encrypt.el: Add autoload cookies.
13649
13650         * spam.el (spam-backend-article-list-property)
13651         (spam-backend-get-article-todo-list)
13652         (spam-backend-put-article-todo-list)
13653         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13654         Resolve registrations separately.
13655         (spam-register-routine): Format comments.
13656         (spam-unregister-routine, spam-register-routine): Always call with
13657         specific-articles, no default list.
13658         (spam-summary-prepare-exit): Use the spam-classifications function.
13659
13660         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13661         gnus-encrypt.el.
13662
13663         * encrypt.el: Copied from gnus-encrypt.el.
13664
13665         * gnus-encrypt.el: Commented that it's obsolete.
13666
13667 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13670         (gnus-score-save): Use it.
13671
13672         * message.el (message-bury): Use `window-dedicated-p'.
13673
13674 2004-10-15  Simon Josefsson  <jas@extundo.com>
13675
13676         * pop3.el (top-level): Don't require nnheader.
13677         (pop3-read-timeout): Add.
13678         (pop3-accept-process-output): Add.
13679         (pop3-read-response, pop3-retr): Use it.
13680
13681 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13682
13683         * spam.el (spam-register-routine): Move comment.
13684         (spam-verify-bogofilter): Use 'unknown for the initial
13685         spam-bogofilter-valid state, not 'never.
13686
13687         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13688         for netrc-machine.
13689
13690         * nnimap.el (nnimap-open-connection): Use
13691         netrc-machine-user-or-password.
13692
13693 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13694
13695         * gnus-registry.el (gnus-registry-unload-hook):
13696         Set as a variable with add-hook.
13697
13698         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13699         of news-path.
13700
13701         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13702
13703         * spam.el: Delete duplicate `provide'.
13704         (spam-unload-hook): Set as a variable with add-hook.
13705
13706 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13709         in the doc string.
13710
13711         * message.el (message-ignored-news-headers)
13712         (message-ignored-supersedes-headers)
13713         (message-ignored-resent-headers)
13714         (message-forward-ignored-headers): Improve custom type.
13715
13716 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * message.el (message-tokenize-header): Fix 2004-09-06 change
13719         which used point-min in the wrong place.
13720
13721 2004-10-12  Simon Josefsson  <jas@extundo.com>
13722
13723         * tls.el (tls-certtool-program): New variable.
13724         (tls-certificate-information): New function, based on
13725         ssl-certificate-information.
13726
13727 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * compface.el: Move the version of ELisp-based uncompface program
13730         to the contrib directory because of the copyright problem.
13731
13732 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * message.el (message-kill-buffer): Raise the current frame.
13735
13736 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13739
13740         * gnus.el (message-y-or-n-p): Autoload.
13741
13742         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13743         (pop3-password-required, pop3-authentication-scheme)
13744         (pop3-leave-mail-on-server): Made customizable.
13745         (pop3): New custom group.
13746         (pop3-retr): Remove `sleep-for' statements.
13747         Suggested by Dave Love <fx@gnu.org>.
13748
13749         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13750         Windows/DOS.
13751
13752         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13753         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13754         Dave Love <fx@gnu.org>.
13755
13756         * mml.el (mml-minibuffer-read-disposition): Require match.
13757         Suggested by Dave Love <fx@gnu.org>.
13758
13759 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13762         doc string.
13763
13764 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13767
13768 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13769
13770         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13771         instead of calling `mm-insert-inline', to decode text/* parts
13772         before displaying them.
13773
13774 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * mm-uu.el (mm-uu-text-plain-type): New variable.
13777         (mm-uu-pgp-signed-extract-1): Use it.
13778         (mm-uu-pgp-encrypted-extract-1): Use it.
13779         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13780         bind mm-uu-text-plain-type with that value.
13781         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13782         mm-uu-dissect.
13783
13784 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-group.el (gnus-update-group-mark-positions):
13787         * gnus-sum.el (gnus-update-summary-mark-positions):
13788         * message.el (message-check-news-body-syntax):
13789         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13790         of string-as-multibyte.
13791
13792 2004-10-05  Juri Linkov  <juri@jurta.org>
13793
13794         * gnus-group.el (gnus-update-group-mark-positions):
13795         * gnus-sum.el (gnus-update-summary-mark-positions):
13796         * message.el (message-check-news-body-syntax):
13797         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13798         8-bit unibyte values to a multibyte string for search functions.
13799
13800 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13803         (mm-uu-dissect-text-parts): New function.
13804
13805         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13806         dissect text parts.
13807
13808         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13809         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13810
13811         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13812
13813         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13814         gnus-current-topics instead of gnus-current-topic.
13815
13816 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13817
13818         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13819
13820 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13821
13822         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13823         where approriate.
13824
13825         * nnml.el (nnml-generate-active-info): do.
13826
13827         * nndiary.el (nndiary-generate-active-info): do.
13828
13829         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13830         (gnus-topic-move): do.
13831
13832         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13833         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13834
13835         * gnus-srvr.el (gnus-server-prepare)
13836         (gnus-server-open-all-servers): do.
13837
13838         * gnus-msg.el (gnus-summary-cancel-article)
13839         (gnus-summary-resend-message)
13840         (gnus-summary-mail-crosspost-complaint): do.
13841
13842         * gnus-move.el (gnus-change-server): do.
13843
13844         * gnus-group.el (gnus-group-unmark-all-groups)
13845         (gnus-group-set-current-level): do.
13846
13847 2004-10-04  Simon Josefsson  <jas@extundo.com>
13848
13849         * message.el (message-generate-hashcash): Doc fix.
13850
13851 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13852
13853         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13854         avoid infinite recursion via gnus-get-function.
13855
13856 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13857
13858         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13859
13860         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13861
13862         * nnmail.el (nnmail-split-history): do.
13863
13864         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13865         (nnml-request-delete-group): do.
13866
13867         * nnslashdot.el (nnslashdot-read-groups): do.
13868
13869         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13870         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13871
13872         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13873         (nnspool-sift-nov-with-sed): Use last.
13874         (nnspool-retrieve-headers-with-nov): Use mapc.
13875         (nnspool-request-newgroups): Use dolist.
13876         (nnspool-request-group): Use last.
13877
13878         * nntp.el (nntp-read-server-type): Use dolist.
13879
13880         * nnvirtual.el (nnvirtual-create-mapping)
13881         (nnvirtual-update-read-and-marked): Use dolist.
13882         (nnvirtual-convert-headers): Simplify.
13883
13884 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13885
13886         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13887         support for sync'ing tick marks.
13888
13889 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13892         there's no visible header.
13893
13894 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13895
13896         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13897         necessary, pass full group name to gnus-request-set-marks.
13898
13899 2004-10-01  Simon Josefsson  <jas@extundo.com>
13900
13901         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13902         acroread.
13903
13904 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13905
13906         * spam-report.el (spam-report-gmane): Fix interactive.
13907
13908         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13909
13910         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13911         when writing file.
13912         (gnus-agent-synchronize-flags): Don't default to being
13913         interactive.
13914
13915 2004-09-30  Simon Josefsson  <jas@extundo.com>
13916
13917         * message.el (message-generate-hashcash): Add.
13918         (message-send-mail): Use it, call mail-add-payment.
13919
13920 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13921
13922         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13923
13924 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13925
13926         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13927         gnus-requst-update-info with explicit code to sync the in-memory
13928         info read flags with the marks being sync'd to the backend.
13929
13930         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13931
13932 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13933
13934         * spam.el (spam-verify-bogofilter): Add new function.
13935         (spam-check-bogofilter)
13936         (spam-bogofilter-register-with-bogofilter): Use it.
13937         (spam-verify-bogofilter): Add small fixes.
13938
13939 2004-09-28  Simon Josefsson  <jas@extundo.com>
13940
13941         * hashcash.el (hashcash-generate-payment): Revert.
13942
13943 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13944
13945         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13946         gnus-extract-references instead of gnus-split-references.
13947
13948         * gnus-util.el (gnus-extract-references): Add new function, analogous
13949         to gnus-split-references but extracts only the message-ID without
13950         anything extra.
13951
13952         * hashcash.el (hashcash-generate-payment)
13953         (hashcash-check-payment): Do the right thing if hashcash-path is
13954         nil (because the hashcash program could not be found).
13955
13956         * spam.el (spam-use-hashcash): Remove comment.
13957
13958 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13959
13960         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13961         (gnus-cache-enter-article, gnus-cache-remove-article)
13962         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13963
13964         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13965
13966         * gnus-art.el (article-hide-boring-headers)
13967         (article-translate-strings, article-display-face)
13968         (gnus-article-mime-match-handle-first)
13969         (gnus-article-highlight-headers)
13970         (gnus-article-add-buttons-to-head): do.
13971
13972 2004-09-27  Simon Josefsson  <jas@extundo.com>
13973
13974         * hashcash.el: New version, from
13975         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13976         ../contrib/.
13977
13978 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13981
13982 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13983
13984         * gnus-dup.el (gnus-dup-open): Use mapc.
13985         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13986
13987         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13988         Reported by Stefan Wiens <s.wi@gmx.net>.
13989
13990         * gnus.el (gnus-shutdown): Use dolist.
13991
13992         * gnus-undo.el (gnus-undo): Use mapc.
13993
13994         * nnrss.el (nnrss-generate-active): do.
13995
13996         * message.el (message-cite-original-without-signature)
13997         (message-cite-original): Use mapc.
13998         (message-do-actions, message-make-forward-subject): Use dolist.
13999
14000 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14001
14002         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14003         deletion to remove entire duplicate line.  Fixes merged article
14004         number bug.
14005
14006 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14007
14008         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14009         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14010         first ask if you want to open a server and then, even when you
14011         responded with no, asking if you want to synchronize the server's
14012         flags.
14013         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14014         multi-line expressions.
14015         (gnus-agent-synchronize-group-flags): New internal function.
14016         Updates marks in memory (in the info structure) AND in the
14017         backend.
14018
14019         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14020
14021         * nnagent.el (nnagent-request-set-mark): Use
14022         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14023         method, to ensure that synchronization updates marks in the
14024         backend and in the info (in memory) structure.
14025
14026 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14029         convention fully; don't miss the root article of a thread; make
14030         the X-Draft-From header with correct article numbers.
14031
14032 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14033
14034         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14035         unless plugged.  Disable the agent so that an open failure causes
14036         an error.
14037
14038         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14039         Reverted 2004-09-21 change.  The backend must be opened while
14040         synchronizing flags even when the backend stores the flags
14041         locally.
14042
14043 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14046         in `header' match.  Reported by Svend Tollak Munkejord.
14047
14048         * message.el (message-cite-original): Fix use of
14049         `message-cite-articles-with-x-no-archive'.
14050
14051 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14054         (gnus-window-to-buffer): Ditto.
14055
14056         * mml.el (mml-preview-buffer): New variable.
14057         (mml-preview): Manage window layout with gnus-buffer-configuration.
14058
14059         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14060         X-Draft-From header even if those articles aren't quoted.
14061
14062 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14063
14064         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14065         (gnus-request-set-mark, gnus-request-update-mark): Use new
14066         g-s-t-u-l-m to decide to use backend even when unplugged.
14067
14068 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14071         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14072
14073 2004-09-20  Simon Josefsson  <jas@extundo.com>
14074
14075         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14076         "utf-16-le".
14077
14078 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14079
14080         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14081
14082 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * uudecode.el (uudecode-use-external): Add :version.
14085
14086         * smime.el (smime-CA-file, smime-encrypt-cipher)
14087         (smime-dns-server): Add :version.
14088
14089         * smiley.el (gnus-smiley-file-types): Add :version.
14090
14091         * sha1.el (sha1-use-external): Add :version.
14092
14093         * pgg-def.el (pgg-query-keyserver): Add :version.
14094
14095         * nnmail.el (nnmail-fancy-expiry-targets)
14096         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14097         Add :version.
14098
14099         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14100         (nnimap-retrieve-groups-asynchronous): Add :version.
14101         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14102
14103         * mml.el (mml-content-disposition-parameters)
14104         (mml-insert-mime-headers-always): Add :version.
14105
14106         * mm-util.el (mm-coding-system-priorities): Add :version.
14107
14108         * mm-decode.el (mm-inline-text-html-with-images)
14109         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14110         (mm-verify-option): Add :version.
14111         (mm-text-html-renderer): Change :version.
14112
14113         * message.el (message-fcc-externalize-attachments)
14114         (message-required-headers, message-draft-headers)
14115         (message-subject-trailing-was-query)
14116         (message-subject-trailing-was-ask-regexp)
14117         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14118         (message-mark-insert-end, message-archive-header)
14119         (message-archive-note, message-cross-post-default)
14120         (message-cross-post-note, message-followup-to-note)
14121         (message-cross-post-note-function, message-use-mail-followup-to)
14122         (message-subscribed-address-functions)
14123         (message-subscribed-address-file, message-subscribed-addresses)
14124         (message-subscribed-regexps, message-allow-no-recipients)
14125         (message-yank-cited-prefix, message-signature-insert-empty-line)
14126         (message-hidden-headers, message-hierarchical-addresses)
14127         (message-mail-user-agent, message-use-idna)
14128         (message-valid-fqdn-regexp)
14129         (message-strip-special-text-properties, message-header-synonyms)
14130         (message-beginning-of-line, message-tab-body-function): Add :version.
14131         (message-insert-canlock, message-wide-reply-confirm-recipients):
14132         Change :version.
14133
14134         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14135         and :version.
14136         (mail-source-delete-old-incoming-confirm)
14137         (mail-source-movemail-program): Add :version.
14138
14139         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14140         (gnus-agent-cache, gnus-agent): Change :version.
14141
14142         * gnus-util.el (gnus-use-byte-compile): Change :version.
14143
14144         * gnus-sum.el (gnus-summary-make-false-root-always)
14145         (gnus-summary-default-high-score)
14146         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14147         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14148         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14149         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14150         (gnus-sum-thread-tree-single-indent)
14151         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14152         (gnus-sum-thread-tree-leaf-with-other)
14153         (gnus-sum-thread-tree-single-leaf): Add :version.
14154         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14155         (gnus-article-loose-mime): Change :version.
14156
14157         * gnus-start.el (gnus-backup-startup-file)
14158         (gnus-save-startup-file-via-temp-buffer): Add :version.
14159
14160         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14161         (gnus-server-offline-face): Add :version.
14162
14163         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14164
14165         * gnus-msg.el (gnus-gcc-externalize-attachments)
14166         (gnus-debug-files, gnus-debug-exclude-variables)
14167         (gnus-discouraged-post-methods): Change :version.
14168         (gnus-confirm-mail-reply-to-news)
14169         (gnus-confirm-treat-mail-like-news): Add :version.
14170
14171         * gnus-int.el (gnus-server-unopen-status): Add :version.
14172
14173         * gnus-group.el (gnus-group-jump-to-group-prompt)
14174         (gnus-large-ephemeral-newsgroup)
14175         (gnus-fetch-old-ephemeral-headers): Add :version.
14176
14177         * gnus-fun.el (gnus-x-face-directory)
14178         (gnus-convert-pbm-to-x-face-command)
14179         (gnus-convert-image-to-x-face-command)
14180         (gnus-convert-image-to-face-command): Add :version.
14181
14182         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14183
14184         * gnus-cite.el (gnus-cite-blank-line-after-header)
14185         (gnus-article-boring-faces): Add :version.
14186
14187         * gnus-art.el (gnus-buttonized-mime-types)
14188         (gnus-inhibit-mime-unbuttonizing)
14189         (gnus-treat-display-face)
14190         (gnus-treat-body-boundary): Change :version.
14191         (gnus-body-boundary-delimiter, gnus-picon-databases)
14192         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14193         (gnus-treat-date-english, gnus-treat-fold-headers)
14194         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14195         (gnus-treat-mail-picon, gnus-treat-wash-html)
14196         (gnus-article-encrypt-protocol)
14197         (gnus-use-idna, gnus-article-over-scroll)
14198         (gnus-mime-display-multipart-alternative-as-mixed)
14199         (gnus-mime-display-multipart-related-as-mixed)
14200         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14201         (gnus-ctan-url, gnus-button-ctan-handler)
14202         (gnus-button-handle-ctan-bogus-regexp)
14203         (gnus-button-ctan-directory-regexp)
14204         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14205         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14206         (gnus-button-man-level, gnus-button-emacs-level)
14207         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14208
14209         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14210         (gnus-agent-go-online): Change :version.
14211         (gnus-agent-expire-unagentized-dirs)
14212         (gnus-agent-auto-agentize-methods): Add :version.
14213
14214         * flow-fill.el (fill-flowed-display-column)
14215         (fill-flowed-encode-column): Add :version.
14216
14217         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14218         (gnus-outlook-deuglify-unwrap-max)
14219         (gnus-outlook-deuglify-cite-marks)
14220         (gnus-outlook-deuglify-unwrap-stop-chars)
14221         (gnus-outlook-deuglify-no-wrap-chars)
14222         (gnus-outlook-deuglify-attrib-cut-regexp)
14223         (gnus-outlook-deuglify-attrib-verb-regexp)
14224         (gnus-outlook-deuglify-attrib-end-regexp)
14225         (gnus-outlook-display-hook): Add :version.
14226
14227         * binhex.el (binhex-use-external): Add :version.
14228
14229 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14232         and `invisible'.
14233
14234 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14235
14236         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14237         in gnus-registry-trim.
14238
14239 2004-09-13  Simon Josefsson  <jas@extundo.com>
14240
14241         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14242
14243         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14244
14245         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14246         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14247         <yamaoka@jpl.org>.
14248         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14249         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14250         <yamaoka@jpl.org>.
14251
14252         * sieve.el (sieve-manage-mode): Ditto.
14253
14254 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14257
14258 2004-09-11  Simon Josefsson  <jas@extundo.com>
14259
14260         * dns-mode.el: Add.
14261
14262         * mm-view.el (mm-display-dns-inline): Add.
14263
14264         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14265         (mm-automatic-display): Ditto.
14266
14267         * mailcap.el (mailcap-mime-data): Add text/dns.
14268         (mailcap-mime-extensions): Map .soa to text/dns.
14269
14270 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14271
14272         * gnus-art.el (article-decode-mime-words, article-babel)
14273         (gnus-article-highlight-signature, gnus-article-add-buttons)
14274         (gnus-signature-toggle): Remove unnecessary bindings of
14275         `inhibit-read-only' inherited from v5.10 merge.
14276
14277 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * nntp.el (nntp): New customization group.
14280         (nntp-authinfo-file): Add customization group.
14281
14282         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14283
14284         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14285
14286         * gnus.el (to-address, to-list, subscribed)
14287         (large-newsgroup-initial): Ditto.
14288
14289         * flow-fill.el (fill-flowed-display-column)
14290         (fill-flowed-encode-column): Ditto.
14291
14292 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14293
14294         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14295         Use point-min rather than 1.
14296         (message-send-mail): Use buffer-size rather than point-max.
14297
14298         * gnus-sum.el (gnus-summary-search-article-forward):
14299         Signal a specific `search-failed' rather than a generic `error'.
14300
14301         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14302         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14303         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14304
14305 2004-09-10  Simon Josefsson  <jas@extundo.com>
14306
14307         * nndb.el (require): Remove tcp and duplicate cl.
14308
14309 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-agent.el (directory-files-and-attributes): Move forward.
14312
14313 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14314
14315         * gnus-agent.el (directory-files-and-attributes): Optionally
14316         defined to support XEmacs.
14317
14318 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14319
14320         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14321         to avoid run-time CL dependencies.
14322         (gnus-agent-unfetch-articles): New function.
14323         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14324         article numbers even when local .overview file is missing.
14325         (gnus-agent-read-article-number): New function.  Only accepts
14326         27-bit article numbers.
14327         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14328         gnus-agent-read-article-number.
14329         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14330         from backend while recognizing that article numbers in .overview
14331         must be valid.
14332         (gnus-agent-update-files-total-fetched-for): Use
14333         directory-files-and-attributes to improve performance.
14334         * gnus-int.el (gnus-request-move-article): Use
14335         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14336         improve performance.
14337
14338         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14339         some users confused by references to .newsrc when they only have a
14340         .newsrc.eld file.
14341         (gnus-convert-mark-converter-prompt)
14342         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14343         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14344         New function.  Used internally to only display 'gnus converting
14345         files' message when actually necessary.
14346
14347         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14348         methods now autoloaded.
14349
14350 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14353         identifiers.
14354
14355 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14356
14357         * gnus-picon.el: Fix indentation and closing parenthesis.
14358
14359 2004-09-01  Simon Josefsson  <jas@extundo.com>
14360
14361         * message.el (message-canlock-generate): Require sha1, not
14362         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14363         to require within a function.  Sadly, if sha1.el isn't loaded, the
14364         let binding in m-c-g will hide the defcustom definition, which is
14365         bad.)
14366
14367         * canlock.el: Require sha1, not sha1-el.
14368
14369         * message.el: Don't autoload sha1 (there is a autoload cookie in
14370         sha1.el).
14371
14372         * sha1-el.el: Renamed to sha1.el.
14373
14374 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14375
14376         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14377
14378 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14379
14380         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14381
14382 2004-08-30  Kim F. Storm  <storm@cua.dk>
14383
14384         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14385
14386         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14387         Add :group 'nnimap.
14388
14389 2004-08-30  Andreas Schwab  <schwab@suse.de>
14390
14391         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14392         ?* and ?\;.
14393
14394         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14395         and ?\' to symbol instead of whitespace.
14396
14397 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14400
14401         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14402         instead of re-search-forward.
14403
14404         * gnus-uu.el (gnus-uu-save-article): Ditto.
14405         (gnus-uu-post-encode-uuencode): Ditto.
14406
14407         * html2text.el (html2text-clean-list-items): Ditto.
14408         (html2text-clean-dtdd): Ditto.
14409         (html2text-format-tags): Ditto.
14410
14411         * message.el (message-send-mail-with-sendmail): Fix regexp.
14412         (message-fill-field-general): Use search-forward instead of
14413         re-search-forward.
14414         (unbold-region): Ditto.
14415
14416         * nnrss.el (nnrss-request-article): Ditto.
14417
14418         * nnslashdot.el (nnslashdot-request-article): Ditto.
14419
14420         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14421
14422         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14423         "Unrecognized menu descriptor" error in XEmacs.
14424
14425 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14426
14427         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14428         parent article of a sparse article in the thread hashtb.
14429
14430 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14431
14432         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14433         (nnmail-expand-newtext): Lowercase expanded entries if
14434         nnmail-split-lowercase-expanded is non-nil.
14435
14436 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14439
14440         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14441         of gnus-tmp-news-method into string under XEmacs.  It will be
14442         passed to gnus-correct-length which takes only a string argument.
14443
14444 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-util.el (gnus-bind-print-variables): New macro.
14447         (gnus-prin1): Use it.
14448         (gnus-prin1-to-string): Use it.
14449         (gnus-pp): New function.
14450         (gnus-pp-to-string): New function.
14451
14452         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14453         Replace pp-to-string with gnus-pp-to-string.
14454         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14455         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14456         * gnus-msg.el (gnus-debug): Ditto.
14457         * gnus-score.el (gnus-score-save): Ditto.
14458         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14459         gnus-pp-to-string.
14460         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14461         with gnus-pp.
14462         * score-mode.el (gnus-score-pretty-print): Ditto.
14463         * webmail.el (webmail-debug): Ditto.
14464
14465 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-art.el (article-display-face, article-display-x-face):
14468         Use buffer-read-only.
14469
14470 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el (article-hide-list-identifiers):
14473         Bind inhibit-read-only as t.
14474
14475 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14478
14479 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14480
14481         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14482         (gnus-narrow-to-page): Don't assume point-min == 1.
14483         (gnus-article-edit-mode): Derive from message-mode.
14484
14485         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14486         point-min == 1.
14487
14488         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14489         Disable incorrect use of `assert'.
14490
14491         * message.el (message-mode): Set comment-start-skip.
14492
14493
14494 2004-08-22  Sam Steingold  <sds@gnu.org>
14495
14496         * pop3.el (pop3-leave-mail-on-server): New user variable.
14497         (pop3-movemail): Delete mail only when it is nil.
14498
14499 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14502
14503         * mml.el (mml-preview): Use `pop-to-buffer'.
14504
14505         * message.el (message-goto-mail-followup-to): Insert after "To".
14506         (message-carefully-insert-headers): Add comment.
14507
14508         * gnus.el: Remove unused variable `gnus-article-check-size'.
14509
14510         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14511
14512         * gnus-art.el (gnus-button-alist): Improve
14513         `gnus-button-handle-library' entry.
14514
14515 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14516
14517         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14518         downcase, since XEmacs capitalizes error messages differently.
14519
14520 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14521
14522         * nntp.el: Add (require 'gnus) due to reference to
14523         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14524
14525 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14526
14527         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14528         `mm-fill-flowed'.
14529
14530         * mm-decode.el (mm-dissect-singlepart): Check it.
14531
14532 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14533
14534         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14535         'imap' for netrc parsing.
14536
14537 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14538
14539         * mailcap.el (mailcap-mime-data): Mark as risky.
14540
14541 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14544         may be included in the encoded word.
14545         (rfc2047-encode): Don't append a space if the encoded word
14546         includes close parenthesis.
14547
14548 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14551         of text within parentheses.
14552
14553 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14554
14555         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14556         (gnus-encrypt-write-file-contents): Make the password key the file
14557         name PLUS the cipher, not just the cipher.  Also remove failed
14558         passwords from the cache.
14559
14560 2004-08-06  Simon Josefsson  <jas@extundo.com>
14561
14562         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14563         fix.
14564
14565 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14568         LWSP.
14569
14570 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14571
14572         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14573         to append in-reply-to: data to the references: header.
14574
14575         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14576         (netrc-parse): Use gnus-encrypt.el functions.
14577
14578         * gnus-encrypt.el: Add new file for encryption support; currently
14579         does only a few GPG ciphers and an internal XOR cipher.
14580
14581         * password.el: Add comments on using password-read-and-add.
14582         (password-read-and-add): Add function to read and add the
14583         password to the cache at once.
14584
14585 2004-07-28  Simon Josefsson  <jas@extundo.com>
14586
14587         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14588         parameter (but don't use it, for now).
14589
14590         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14591         instead of hard coding to nil.
14592
14593 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14596         as mm-inline-image-xemacs does.
14597
14598 2004-07-26  Simon Josefsson  <jas@extundo.com>
14599
14600         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14601         Revert part of 2004-07-17 change below.
14602
14603 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14606         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14607
14608 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14609
14610         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14611         quotes that actually start with ">" at the beginning of the
14612         lines.
14613
14614 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * rfc2047.el (rfc2047-encode-region): Fix last change.
14617         (rfc2047-encode-parameter): Remove useless concat.
14618
14619 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14622         encode special characters; fix some kind of misconfigured headers;
14623         signal a real error if debug-on-quit or debug-on-error is non-nil.
14624         (rfc2047-encode-max-chars): New variable.
14625         (rfc2047-encode-1): Use it.
14626         (rfc2047-encode-parameter): New function.
14627
14628         * mml.el (mml-insert-parameter): Remove an excessive space.
14629
14630 2004-07-17  Simon Josefsson  <jas@extundo.com>
14631
14632         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14633         Kai Grossjohann <kai@emptydomain.de>.
14634         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14635         (gnus-group-make-menu-bar): Ditto.
14636
14637         * gnus-util.el (gnus-group-server): Add.
14638
14639 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14640
14641         * message.el (message-clone-locals): Clone sendmail and smtp
14642         variables.
14643
14644 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * rfc2047.el (rfc2047-encode-region): Fix last change.
14647
14648 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14651         characters as non-special.
14652
14653 2004-07-09  Simon Josefsson  <jas@extundo.com>
14654
14655         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14656         Users will lose all flag changes made while unplugged with
14657         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14658         good default.  See numerous reports on ding mailing list.
14659
14660 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14663         add generate-head-function and generate-article-function to the
14664         rfc822-forward entry.
14665         (nndoc-rfc822-forward-generate-article): New function.
14666         (nndoc-rfc822-forward-generate-head): New function.
14667
14668         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14669
14670 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14671
14672         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14673         respect display group parameter and gnus-summary-expunge-below.
14674         (gnus-articles-to-read): Remove unused reference to display group
14675         parameter.
14676
14677 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14678
14679         * nnheader.el (nnheader-uniquify-message-id): New experimental
14680         variable.
14681         (nnheader-nov-read-message-id): Use it.
14682
14683         * spam-report.el (spam-report-gmane): Add interactive.
14684
14685 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14688         qp-or-base64 for the application/* types.
14689
14690 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14691
14692         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14693
14694 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14695
14696         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14697         trim value.
14698
14699 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14700
14701         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14702         New macro and function.
14703         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14704
14705 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14708         after-load-alist.
14709
14710 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711
14712         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14713         update info that isn't there.
14714
14715 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14716
14717         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14718         entry.
14719
14720 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * mm-view.el (mm-inline-render-with-function): Use multibyte
14723         buffer; decode html source by charset.
14724
14725         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14726
14727         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14728         Mule-UCS is loaded under XEmacs.
14729         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14730
14731 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14732
14733         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14734
14735 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * mm-util.el (mm-coding-system-p): Return a coding-system.
14738         (mm-mime-mule-charset-alist): Use shift_jis instead of
14739         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14740         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14741         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14742         instead of japanese-shift-jis and iso-latin-1 respectively in
14743         order to share the default value with both Emacs and XEmacs-mule.
14744         (mm-mule-charset-to-mime-charset): Make
14745         mm-coding-system-priorities effective.
14746         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14747         while predicating of candidates upon the priorities.
14748
14749 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14750
14751         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14752         gnus-uu-invert-processable.
14753
14754         * gnus.el: Autoload gnus-uu-invert-processable.
14755
14756 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * mm-util.el (mm-with-multibyte-buffer): New macro.
14759
14760         * rfc2047.el (rfc2047-encode-string): Use it.
14761         (rfc2047-encode-region): Move point to the end of the region after
14762         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14763
14764 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14767         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14768
14769 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14772         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14773         Karl Chen <quarl@nospam.quarl.org>.
14774
14775 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14776
14777         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14778         invalid addresses.
14779
14780 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14781
14782         * spam.el: Change section markers, revise TODO list.
14783         (spam-backends): Make new master list of all installed backends.
14784         (spam-summary-exit-behavior): Add new variable to determine how
14785         messages moves are done at summary exit.
14786         (spam-move-spam-nonspam-groups-only)
14787         (spam-process-ham-in-nonham-groups)
14788         (spam-process-ham-in-spam-groups): Remove variables, the
14789         spam-summary-exit-behavior variable should be used to manage this
14790         behavior.
14791         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14792         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14793         and spam-old-spam-articles.
14794         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14795         Add empty variables, placeholders for the backends they represent.
14796         (spam-set-difference): Move, unchanged.
14797         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14798         unless the user has a processor variable.
14799         (spam-classifications, spam-classification-valid-p)
14800         (spam-backend-properties, spam-backend-property-valid-p)
14801         (spam-backend-function-type-valid-p)
14802         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14803         (spam-report-articles-gmane, spam-report-articles-resend):
14804         Remove functions, they are not needed.
14805         (spam-install-backend-super, spam-backend-list)
14806         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14807         (spam-backend-function, spam-backend-ham-registration-function)
14808         (spam-backend-spam-registration-function)
14809         (spam-backend-ham-unregistration-function)
14810         (spam-backend-spam-unregistration-function)
14811         (spam-backend-statistical-p, spam-backend-mover-p)
14812         (spam-install-backend-alias, spam-install-checkonly-backend)
14813         (spam-install-mover-backend, spam-install-nocheck-backend)
14814         (spam-install-backend, spam-install-statistical-backend)
14815         (spam-install-statistical-checkonly-backend): Add backend installation
14816         support.
14817         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14818         (spam-group-processor-p): Use the new backend code and respect the
14819         summary exit behavior.
14820         (spam-mark-spam-as-expired-and-move-routine): Remove.
14821         (spam-summary-prepare): Change to use the new spam-old-articles
14822         variable.
14823         (spam-copy-or-move-routine, spam-copy-spam-routine)
14824         (spam-move-spam-routine, spam-copy-ham-routine)
14825         (spam-move-ham-routine): Add code to copy/move ham or spam.
14826         (spam-fetch-field-fast): Improve doc and code, plus allow the
14827         'number request.
14828         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14829         variables.
14830         (spam-split, spam-find-spam): Use the new backend code.
14831         (spam-registration-functions): Remove variable.
14832         (spam-unregister-routine): Add convenience wrapper.
14833         (spam-log-undo-registration, spam-register-routine)
14834         (spam-log-processing-to-registry)
14835         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14836         where possible.
14837         (spam-check-gmane-xref, spam-check-regex-headers)
14838         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14839         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14840         (spam-check-bogofilter-headers, spam-check-spamoracle)
14841         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14842         (spam-check-crm114-headers): Use the spam-split-group that
14843         spam-split prepares, no need to determine it every time.
14844
14845         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14846         to the nnheader-parse-naked-head call.
14847
14848         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14849
14850         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14851         the nnheader-nov-read-message-id call.
14852
14853 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14856         gnus-activate-group twice.  Suggested by Markus Peter
14857         <warp@spin.de>.
14858
14859 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus-art.el (gnus-article-time-format): Exchange the order of
14862         day and month in the default value; fix customization type.
14863         (article-date-ut): Use add-text-properties.
14864         (article-make-date-line): Use message-make-date instead of
14865         current-time-string.
14866
14867         * message.el (message-fetch-field): Don't use set-text-properties.
14868         (message-make-date): Simplify.
14869
14870         * messagexmas.el (message-xmas-make-date): New function.
14871         (message-xmas-redefine): Defalias message-make-date to it.
14872
14873 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14876         (rfc2047-encode-region): Treat text within parentheses as special;
14877         show the original text when error has occurred.
14878
14879         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14880         already-computed method to gnus-activate-group.
14881
14882         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14883         same select-methods identical Lisp objects.
14884
14885         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14886         object when modifying the info.
14887
14888 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14891         gnus-opened-servers since it has never been opened with the new
14892         configuration yet.
14893
14894 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14897         arg to nnheader-generate-fake-message-id.
14898
14899 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14900
14901         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14902         number and build a fake message ID localized to a group and
14903         article number (so it's repeatable from that point on).
14904         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14905         ID format.
14906
14907         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14908         nnheader-generate-fake-message-id with the article number.
14909
14910 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14911
14912         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14913         end-of-buffer.
14914
14915 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14916
14917         * message.el (message-ignored-supersedes-headers): Add Approved.
14918
14919 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14922         goto-char.
14923         (rfc2047-encode): Fold the line before encoding.
14924
14925 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926
14927         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14928         folding -- not all headers can be folded, and this should be done
14929         by the message composition mode.  Probably.  I think.
14930
14931 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14934         fast.
14935
14936         * gnus-ems.el (gnus-remove-image): Don't use
14937         message-text-with-property; remove only the image found first.
14938
14939         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14940         found first.
14941
14942 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14943
14944         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14945
14946 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * message.el (message-text-with-property): Make it fast and accept
14949         optional arguments.
14950         (message-strip-forbidden-properties): Use it.
14951         (message-fix-before-sending): Follow the m-t-w-p change.
14952
14953         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14954
14955 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * gnus-art.el (article-hide-headers): Don't change the buffer
14958         mistakenly when performing mml-preview even if
14959         gnus-single-article-buffer is nil.
14960
14961 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14962
14963         * message.el (message-expand-name-databases): New user option.
14964         (message-expand-name): Use it.
14965
14966 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14967
14968         * spam.el (spam-report-articles-resend)
14969         (spam-report-resend-register-routine): Allow ham reporting.
14970         (spam-report-resend-register-ham-routine): Add wrapper.
14971         (spam-registration-functions): Add ham resending functions.
14972         (spam-list-of-processors): Add ham resend processor.
14973
14974         * gnus.el (ham-resend-to): Add new group parameter.
14975         (spam-process): Add ham resend option.
14976
14977         * spam-report.el (spam-report-resend): Allow reporting ham.
14978         (spam-report-resend-ham): Add wrapper.
14979
14980 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14981
14982         * message.el (message-cite-articles-with-x-no-archive): New
14983         variable.
14984         (message-cite-original): Use it.
14985
14986 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14987
14988         * message.el (message-cite-original): Respect X-No-Archive.
14989
14990 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * gnus-art.el (article-hide-headers): Refer to the values for
14993         gnus-ignored-headers and gnus-visible-headers in the summary
14994         buffer since a user may have set them as group parameters.
14995
14996 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14997
14998         * assistant.el (assistant-node-name): Add convenience function.
14999         (assistant-render-text, assistant-render-node): Add error handling,
15000         plus handle multiple next nodes.
15001         (assistant-find-next-node): Comment out for now.
15002         (assistant-find-next-nodes): Add function, returns list of next
15003         nodes.
15004
15005 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * mail-source.el (mail-source-directory): Fix doc-string.
15008
15009 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * assistant.el (assistant-render-text, assistant-eval): Add :set
15012         widget type, which is different because it takes and returns a
15013         list.  Much hilarity ensues.
15014
15015 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15018
15019         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15020         doc-string.
15021
15022         * gnus-start.el (gnus-activate-group): Added doc-string.
15023
15024 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15027
15028 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15029
15030         * assistant.el (assistant-render-text): Try to add a :set
15031         widget, more to come.
15032
15033         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15034         strings.
15035         (spam-report-articles-resend)
15036         (spam-register-routine): Do registration iff any articles warrant
15037         it.
15038         (spam-summary-prepare-exit): Change log message for nil group
15039         destinations.
15040
15041 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15042
15043         * spam.el (spam-report-resend-register-routine): Allow
15044         spam-report-resend-to to be a group parameter or a global value.
15045
15046 2004-05-26  Simon Josefsson  <jas@extundo.com>
15047
15048         * starttls.el: Merge with my GNUTLS based starttls.el.
15049         (starttls-gnutls-program, starttls-use-gnutls)
15050         (starttls-extra-arguments, starttls-process-connection-type)
15051         (starttls-connect, starttls-failure, starttls-success): New
15052         variables.
15053         (starttls-program, starttls-extra-args): Doc fix.
15054         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15055         functions.
15056         (starttls-negotiate, starttls-open-stream): Check
15057         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15058         function if it is set.
15059
15060 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15063         structured fields.
15064
15065 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15068
15069 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15070
15071         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15072         variable.
15073         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15074         assigning the spam-mark to new messages.
15075
15076 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15077
15078         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15079
15080 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15083
15084         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15085         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15086         default.
15087
15088 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15089
15090         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15091         correct data.
15092
15093 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15094
15095         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15096         (spam-group-processor-p): Fix function.
15097         (spam-group-processor-multiple-p)
15098         (spam-group-spam-processor-report-gmane-p)
15099         (spam-group-spam-processor-report-resend-p)
15100         (spam-group-spam-processor-bogofilter-p)
15101         (spam-group-spam-processor-blacklist-p)
15102         (spam-group-spam-processor-ifile-p)
15103         (spam-group-ham-processor-ifile-p)
15104         (spam-group-spam-processor-spamoracle-p)
15105         (spam-group-spam-processor-crm114-p)
15106         (spam-group-ham-processor-bogofilter-p)
15107         (spam-group-spam-processor-stat-p)
15108         (spam-group-ham-processor-stat-p)
15109         (spam-group-ham-processor-whitelist-p)
15110         (spam-group-ham-processor-BBDB-p)
15111         (spam-group-ham-processor-spamoracle-p)
15112         (spam-group-ham-processor-copy-p): Remove functions with some
15113         prejudice against unneeded code.
15114         (spam-report-articles-resend)
15115         (spam-report-resend-register-routine): Allow the group/topic
15116         spam-resend-to value to override spam-report-resend-to.
15117         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15118         properly now.
15119
15120         * gnus.el (spam-resend-to): Add group/topic parameter.
15121         (spam-process): Move the OBSOLETE processors to the end of the
15122         choices.
15123
15124 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15125
15126         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15127         with resend-to set to nil, and then ask the user if necessary.
15128         (spam-report-resend): spam-report-resend takes a list of articles, not
15129         separate article numbers.
15130
15131 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15134         addition to emacs-w3m.
15135
15136 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15137
15138         * assistant.el (assistant-authinfo-data): New function.
15139         (assistant-eval): Eval for entire assistant.
15140
15141         * netrc.el (netrc-services-file): New variable.
15142         (netrc-parse-services): New function.
15143         (netrc-find-service-name): New function.
15144         (netrc-find-service-number): New function.
15145         (netrc-port-equal): New function.
15146         (netrc-machine): Use it.
15147
15148         * nnimap.el (nnimap-open-connection): Use netrc.
15149
15150         * gnus-util.el (gnus-netrc-get): Remove aliases.
15151
15152         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15153
15154         * assistant.el (wid-edit): Fix compilation.
15155
15156         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15157
15158 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15159
15160         * gnus-util.el (gnus-set-file-modes): New function.  (small
15161         patch).
15162
15163 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15164
15165         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15166
15167         * assistant.el (assistant-render-node): Fix up rendering and
15168         read-only text.
15169         (assistant-render-node): Reset.
15170         (assistant-make-read-only): Not sticky.
15171
15172 2004-05-20  Danny Siu  <dsiu@adobe.com>
15173
15174         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15175         centered even when gnus-auto-center-summary is t.
15176
15177 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15178
15179         * dns.el (dns-get-txt-answer): New function.
15180         (dns-read-txt): Ditto.
15181         (query-dns): Use it.
15182
15183 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15186         active for foreign groups even if the group level is higher than
15187         the specified value.
15188
15189 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15190
15191         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15192         non-active groups.
15193
15194         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15195
15196 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15197
15198         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15199
15200 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15201
15202         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15203         (spam-crm114-header, spam-crm114-spam-switch)
15204         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15205         (spam-crm114-positive-spam-header)
15206         (spam-crm114-database-directory, spam-list-of-processors)
15207         (spam-group-spam-processor-crm114-p)
15208         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15209         (spam-generic-score, spam-list-of-checks)
15210         (spam-list-of-statistical-checks, spam-registration-functions)
15211         (spam-check-crm114-headers, spam-crm114-score)
15212         (spam-check-crm114, spam-crm114-register-with-crm114)
15213         (spam-crm114-register-spam-routine)
15214         (spam-crm114-unregister-spam-routine)
15215         (spam-crm114-register-ham-routine)
15216         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15217         asjo@koldfront.dk (Adam Sjøgren).
15218
15219         * gnus.el: Add spam-use-crm114.
15220
15221         * spam.el (spam-list-of-processors, spam-registration-functions):
15222         Add spam-use-resend.
15223         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15224         (spam-report-articles-gmane): Add doc fix.
15225         (spam-report-articles-resend, spam-report-resend-register-routine):
15226         Add wrappers around spam-report-resend-to.
15227
15228         * spam-report.el (spam-report-resend-to, spam-report-resend):
15229         Add support for resending spam.
15230         (spam-report-gmane): Fix line length >80.
15231
15232         * gnus.el (spam-process): Add spam-use-resend.
15233
15234 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15235
15236         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15237         number of processed spam messages.
15238         (spam-ham-copy-or-move-routine): Return the number of processed
15239         ham messages.
15240         (spam-summary-prepare-exit): Use the above values to decide
15241         whether status messages shouled be displayed.
15242
15243 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15246         `rfc2047-encoding-function-alist' in order to avoid conflicting
15247         with the old version.
15248         (rfc2047-encode-region): Concatenate words containing non-ASCII
15249         characters in structured fields; don't encode space-delimited
15250         ASCII words even in unstructured fields; don't break words at
15251         char-category boundaries.
15252         (rfc2047-encode-1): New function.
15253         (rfc2047-encode): Use it; encode text so that it occupies the
15254         maximum width within 76-column; work correctly on Q encoding for
15255         iso-2022-* charsets.
15256         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15257         sure not to break a line just after the header name.
15258         (rfc2047-b-encode-region): Removed.
15259         (rfc2047-b-encode-string): New function.
15260         (rfc2047-q-encode-region): Removed.
15261         (rfc2047-q-encode-string): New function.
15262
15263         * mm-util.el (mm-replace-in-string): New function.
15264
15265 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15266
15267         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15268         get it right.
15269         (gnus-inews-make-draft): Really.
15270
15271 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15272
15273         * nnmh.el (nnmh-request-list-1): Don't check the link count
15274         before descending.  (small patch)
15275
15276 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15277
15278         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15279         stuff.
15280
15281         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15282         on real group name.
15283
15284         * gnus-art.el (gnus-signature-limit): Doc fix.
15285
15286         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15287
15288         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15289
15290 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15291
15292         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15293         isn't a string.
15294
15295 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15296
15297         * gnus-draft.el (gnus-draft-send): Bind
15298         rfc2047-encode-encoded-words.
15299
15300         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15301         (rfc2047-encodable-p): Say that =? needs encoding.
15302         (rfc2047-encode-encoded-words): New variable.
15303
15304         * gnus-group.el (gnus-group-select-group): Doc fix.
15305
15306         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15307
15308         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15309         to nil.
15310
15311         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15312
15313         * nnheader.el (nnheader-get-lines-and-char): New function.
15314
15315 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * gnus-msg.el (gnus-summary-followup-with-original): Document
15318         yanking of region when active.
15319
15320 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15323         groups if the group level is higher than the specified value.
15324
15325 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15326
15327         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15328         (gnus-group-jump-to-group): Added prefix argument using
15329         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15330         non-active group.
15331
15332         * compface.el (uncompface): Be verbose when changing
15333         `uncompface-use-external'.
15334
15335         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15336         handle manual section.
15337
15338 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15339
15340         * gnus-art.el (gnus-button-alist): Revert previous change.
15341
15342 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15345
15346 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15347
15348         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15349         whether backend can accept message.
15350
15351         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15352
15353 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15354
15355         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15356         Avoid creating directory when nntp-marks-is-evil is true.
15357         Reported by Reiner Steib.
15358
15359 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15360
15361         * gnus-picon.el (gnus-picon-style): New variable.
15362         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15363         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15364         Jesper Harder <harder@ifa.au.dk>.
15365
15366 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * message.el (message-fill-field): Return point.
15369         (message-generate-headers): Go to end of field.
15370
15371         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15372         stuff for non-living groups.
15373
15374 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15375
15376         * gnus-art.el (gnus-article-followup-with-original)
15377         (gnus-article-reply-with-original): gnus-mark-active-p ->
15378         gnus-region-active-p.
15379
15380 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15381
15382         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15383         only when there is spam or ham to be processed.
15384
15385 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15386
15387         * mail-source.el (mail-source-delete-crash-box): Refactor.
15388         (mail-source-fetch): Use it.
15389         (mail-source-fetch-file): Ditto.
15390         (mail-source-fetch-directory): Run postscript in loop.
15391         (mail-source-fetch-pop): Delete.
15392         (mail-source-fetch-maildir): Ditto.
15393         (mail-source-fetch-imap): Ditto.
15394
15395         * imap.el (imap-authenticators): Comment out sasl.
15396
15397         * message.el (message-skip-to-next-address): New function.
15398         (message-fill-header-address): Refactor.
15399         (message-fill-address): Use it.
15400         (message-delete-address): Use it.
15401         (message-fill-header-general): Refactor.
15402         (message-fill-field-address): Rename.
15403         (message-narrow-to-field): Find the start of the header.
15404         (message-header-format-alist): Don't pre-fill.
15405         (message-fill-header): Removed.
15406         (message-insert-header): New function.
15407         (message-shorten-references): Use it.
15408
15409         * rfc2047.el (rfc2047-field-value): Strip props.
15410
15411         * mail-parse.el (mail-header-make-address): New alias.
15412
15413         * ietf-drums.el (ietf-drums-make-address): New function.
15414
15415         * imap.el: Add compiler directives.
15416
15417         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15418
15419         * gnus-art.el (article-decode-idna-rhs): Don't use
15420         message-idna-inside-rhs-p.
15421
15422 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15423
15424         * message.el (message-idna-inside-rhs-p): Removed.
15425         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15426
15427         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15428         false positives.
15429
15430 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15431
15432         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15433
15434 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15435
15436         * nneething.el (nneething-file-name): Don't create spurious
15437         files.
15438
15439         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15440         (gnus-inews-do-gcc): Remove sleep.
15441
15442         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15443         part under point.
15444
15445         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15446         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15447
15448 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15449
15450         * spam.el (spam-summary-prepare-exit): Fixed (length).
15451
15452 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15453
15454         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15455         as expired without moving it" message when there are spam
15456         messages left.
15457
15458 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15459
15460         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15461         header is not nil.
15462
15463 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15464
15465         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15466         nntp-possibly-create-directory, not nntp-possibly-change-group.
15467         (nntp-marks-changed-p): New arg SERVER.
15468         (nntp-request-update-info): Adjust caller.
15469
15470 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15471
15472         * nntp.el (nntp-save-marks): Pass missing arg.
15473
15474 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15475
15476         * nntp.el: Support marks.
15477         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15478         (nntp-marks-modtime, nntp-marks-directory): New variables.
15479         (nntp-request-set-mark, nntp-request-update-info)
15480         (nntp-possibly-create-directory, nntp-marks-changed-p)
15481         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15482         functions.
15483
15484 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15485
15486         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15487         (gnus-xmas-redefine): Rename.
15488
15489         * gnus-score.el (gnus-score-insert-help): Use
15490         gnus-select-lowest-window.
15491
15492         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15493         appt-select-lowest-window and rename to gnus-select-lowest-window.
15494
15495         * gnus.el: do.
15496
15497 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15498
15499         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15500         encodings of MIME-encoded words, in order to improve
15501         interoperability with several broken MUAs.
15502
15503 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15504
15505         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15506         tags, only when charsets are not specified in headers.
15507         (mm-inline-text-html-render-with-w3m): Ditto.
15508
15509         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15510         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15511
15512 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15513
15514         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15515         instead of MIME-decoded from fields when checking
15516         `gnus-article-address-banner-alist'.
15517
15518 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15519
15520         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15521         description rather than subject.
15522
15523 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15524
15525         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15526
15527 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15528
15529         * gnus.el (gnus-version-number): Bump.
15530
15531 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15532
15533         * gnus.el: No Gnus v0.2 is released.
15534
15535 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15536
15537         * gnus-agent.el (gnus-agent-read-agentview): Inline
15538         gnus-uncompress-range.
15539
15540 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15541
15542         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15543         `exec-installed-p'.
15544
15545 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15546
15547         * gnus.el (spam-process, spam-autodetect-methods): Add
15548         bsfilter and bsfilter-headers.
15549
15550         * spam.el (spam-bsfilter): New customize group.
15551         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15552         (spam-bsfilter-header, spam-bsfilter-probability-header)
15553         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15554         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15555         (spam-bsfilter-database-directory): New options.
15556         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15557         (spam-list-of-statistical-checks, spam-registration-functions):
15558         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15559         (spam-bsfilter-score): New command.
15560         (spam-check-bsfilter-headers, spam-check-bsfilter)
15561         (spam-bsfilter-register-with-bsfilter)
15562         (spam-bsfilter-register-spam-routine)
15563         (spam-bsfilter-unregister-spam-routine)
15564         (spam-bsfilter-register-ham-routine)
15565         (spam-bsfilter-unregister-ham-routine): New functions.
15566         (spam-generic-score): Support bsfilter; Accept an optional argument
15567         to recalcurate spam score even if scoring header has already been
15568         added.
15569         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15570         optional argument to recalcurate spam score even if scoring header
15571         has already been added.
15572
15573 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15574
15575         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15576         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15577         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15578         link is missing.
15579
15580 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15581
15582         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15583         (html2text-get-attr): Rewrite.
15584
15585         * message.el (message-setup-1): Remove redundant put-text-property
15586         on mail-header-separator.
15587
15588 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15589
15590         * gnus-registry.el (gnus-registry-cache-whitespace)
15591         (gnus-registry-action, gnus-registry-spool-action)
15592         (gnus-registry-split-fancy-with-parent): Change message levels
15593         from 5 to 3 or 7, as needed.
15594
15595         * spam.el (spam-summary-prepare-exit)
15596         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15597         (spam-split, spam-find-spam, spam-log-undo-registration)
15598         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15599         level from 5 to 6.
15600
15601 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15604         2004-03-04 change).
15605
15606 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15607
15608         * sieve-manage.el (sieve-manage-open):
15609         * nnweb.el (nnweb-insert-html):
15610         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15611         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15612         * nnspool.el (nnspool-request-group):
15613         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15614         * nnml.el (nnml-request-update-info):
15615         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15616         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15617         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15618         (nnimap-request-set-mark):
15619         * nnfolder.el (nnfolder-request-update-info):
15620         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15621         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15622         * gnus-uu.el (gnus-uu-find-articles-matching):
15623         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15624         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15625         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15626         * gnus-nocem.el (gnus-nocem-scan-groups):
15627         * gnus-int.el (gnus-start-news-server):
15628         * gnus-group.el (gnus-group-make-kiboze-group)
15629         (gnus-group-browse-foreign-server):
15630         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15631         Use mapc when appropriate.
15632
15633 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15634
15635         FIXME: Make separate entries for each person.
15636
15637         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15638         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15639         <shields@msrl.com>:
15640
15641         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15642         may need for spam sorting and scoring.
15643         (spam-user-format-function-S): Add user format function suitable for
15644         general use.
15645         (spam-article-sort-by-spam-status): Add sorting function for summary
15646         sorting.
15647         (spam-extra-header-to-number): Add function to get a score from a
15648         header.
15649         (spam-summary-score): Add function to get a numeric score from the
15650         headers.
15651         (spam-generic-score): Fix function doc, was in wrong place.
15652         (spam-initialize): Take symbols when it's run, and install the
15653         extra headers that spam-necessary-extra-headers thinks we need.
15654
15655 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15656
15657         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15658         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15659
15660 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15661
15662         * gnus-sum.el (gnus-set-global-variables)
15663         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15664         (gnus-article-get-xrefs, gnus-summary-best-group)
15665         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15666         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15667         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15668         Use with-current-buffer.
15669
15670 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * spam.el (spam-summary-prepare-exit): Simplify logic.
15673         (spam-fetch-article-header): Read the article header if it's not
15674         available.
15675         (spam-list-articles): Simplify logic.
15676         (spam-filelist-register-routine): Fix bug with unregister-list.
15677
15678         * gnus-registry.el: Fix comments at beginning.
15679
15680 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15681
15682         * message.el (message-cater-to-broken-inn): Remove.
15683         (message-shorten-references): Make sure the total folded length of
15684         References is shorter than 998 characters to cater to a bug in INN
15685         2.3.  Also, don't pretend that references aren't folded -- this
15686         hasn't worked for a while.
15687
15688 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15689
15690         * gnus-agent.el (gnus-agentize):
15691         gnus-agent-send-mail-real-function no longer set to current value
15692         of message-send-mail-function but rather a lambda that calls
15693         message-send-mail-function.  The change makes the agent real-time
15694         responsive to user changes to message-send-mail-function.
15695
15696 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15697
15698         * legacy-gnus-agent.el
15699         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15700         help from Florian Weimer <fw@deneb.enyo.de>
15701
15702 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * nnmail.el (nnmail-cache-insert): Revert last change.
15705
15706 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * nnmail.el (nnmail-cache-insert): Always check whether
15709         nnmail-cache-ignore-groups matches a group name.
15710
15711 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15712
15713         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15714         (spam-find-spam, spam-log-processing-to-registry)
15715         (spam-log-registered-p, spam-log-unregistration-needed-p)
15716         (spam-log-undo-registration): Use gnus-message instead of
15717         gnus-error, none of these errors are fatal.
15718
15719         * gnus-registry.el (gnus-registry-clean-empty-function)
15720         (gnus-registry-clean-empty): Remove only empty entries without
15721         extra data.
15722
15723 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15724
15725         * spam-stat.el (spam-stat-buffer-change-to-spam)
15726         (spam-stat-buffer-change-to-non-spam): Change (error) to
15727         (gnus-message 8) invocation.
15728
15729 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * nntp.el (nntp-via-netcat-command): New variable.
15732         (nntp-via-netcat-switches): New variable.
15733         (nntp-open-via-rlogin-and-netcat): New function.
15734         (nntp-open-connection-function): Doc fix.
15735         (nntp-telnet-command): Doc fix.
15736         (nntp-end-of-line): Doc fix.
15737         (nntp-via-rlogin-command): Doc fix.
15738         (nntp-via-user-name): Doc fix.
15739         (nntp-via-address): Doc fix.
15740
15741 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15744         error in Emacs 21.1.
15745
15746 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15749
15750 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15751
15752         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15753         (gnus-agent-with-refreshed-group): New macro.
15754         (gnus-agent-rename-group): New function.
15755         (gnus-agent-delete-group): New function.
15756         (gnus-agent-save-group-info): Use gnus-command-method when
15757         `method' parameter is nil.  Don't write nil entries into the
15758         active file.
15759         (gnus-agent-get-group-info): New function.
15760         (gnus-agent-fetch-articles): Use
15761         gnus-agent-update-files-total-fetched-for to increment disk space
15762         used.
15763         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15764         gnus-agent-update-view-total-fetched-for to increment disk space
15765         used.
15766         (gnus-agent-get-local): Added optional parameters to avoid calling
15767         gnus-group-real-name and gnus-find-method-for-group.
15768         (gnus-agent-set-local): Delete stored entry if either min, or max,
15769         are nil.
15770         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15771         quit, use gnus-agent-regenerate-group to record existance of any
15772         articles fetched to disk before the quit occurred.
15773         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15774         gnus-agent-update-view-total-fetched-for, and
15775         gnus-agent-update-files-total-fetched-for to decrement disk space
15776         used.
15777         (gnus-agent-retrieve-headers): Use
15778         gnus-agent-update-view-total-fetched-for to increment disk space
15779         used.
15780         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15781         with gnus-agent-update-files-total-fetched-for to decrement disk
15782         space and fresh group buffer.
15783         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15784         (gnus-agent-need-update-total-fetched-for): New variable.
15785         (gnus-agent-update-files-total-fetched-for): New function.
15786         (gnus-agent-update-view-total-fetched-for): New function.
15787         (gnus-agent-total-fetched-for): New function.
15788
15789         * gnus-cache.el (gnus-cache-save-buffers): Use
15790         gnus-cache-update-overview-total-fetched-for to change disk space
15791         used by this group.
15792         (gnus-cache-possibly-enter-article): Use
15793         gnus-cache-update-file-total-fetched-for to increment disk space
15794         used by this group.
15795         (gnus-cache-possibly-remove-article): Use
15796         gnus-cache-update-file-total-fetched-for to decrement disk space
15797         used by this group.
15798         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15799         (gnus-cache-rename-group): New function.
15800         (gnus-cache-delete-group): New function.
15801         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15802         (gnus-cache-need-update-total-fetched-for): New variable.
15803         (gnus-cache-with-refreshed-group): New macro.
15804         (gnus-cache-update-file-total-fetched-for): New function.
15805         (gnus-cache-update-overview-total-fetched-for): New function.
15806         (gnus-cache-rename-group-total-fetched-for): New function.
15807         (gnus-cache-delete-group-total-fetched-for): New function.
15808         (gnus-cache-total-fetched-for): New function.
15809
15810         * gnus-group.el: Require gnus-sum and autoload functions to
15811         resolve warnings when gnus-group.el compiled alone.
15812         (gnus-group-line-format): Documented new %F.
15813         (size of Fetched data) group line format; identifies disk space
15814         used by agent and cache.
15815         (gnus-group-line-format-alist): Defined new F format.
15816         (gnus-total-fetched-for): New function.
15817         (gnus-group-delete-group): No longer update
15818         gnus-cache-active-altered as gnus-request-delete-group now keeps
15819         the cache in sync.
15820         (gnus-group-list-active): Let the agent store a server's active
15821         list if currently plugged.
15822
15823         * gnus-int.el (gnus-request-delete-group):
15824         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15825         local disk in sync with the server.
15826         (gnus-request-rename-group):
15827         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15828         local disk in sync with the server.
15829
15830         * gnus-start.el (gnus-get-unread-articles):
15831         Cosmetic simplification to logic.
15832
15833         * gnus-util.el (gnus-rename-file): New function.
15834
15835 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15836
15837         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15838
15839 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15840
15841         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15842         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15843
15844 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15845
15846         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15847         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15848
15849 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15852
15853 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15854
15855         * spam.el (spam-set-difference): Add function to replace
15856         gnus-set-difference in spam.el.
15857         (spam-summary-prepare-exit): Use spam-set-difference.
15858
15859 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15860
15861         * gnus-registry.el (gnus-registry-cache-file): Update to use
15862         gnus-dribble-directory OR gnus-home-directory OR ~.
15863         (gnus-registry-split-fancy-with-parent): Fix doc.
15864
15865 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * message.el (message-exchange-point-and-mark): Use
15868         message-mark-active-p.  Suggested by Jesper Harder
15869         <harder@ifa.au.dk>.
15870
15871 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * message.el (message-exchange-point-and-mark): Don't activate
15874         region if it was inactive.  Suggested by Hiroshi Fujishima
15875         <pooh@nature.tsukuba.ac.jp>.
15876
15877 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-art.el (article-display-face): Display Faces in the same
15880         order as X-Faces.
15881
15882 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15885
15886 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15889         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15890         (gnus-article-mime-hierarchy): Remove.
15891         (gnus-article-mime-hierarchy-next): Remove.
15892         (gnus-article-mode): Revert 2004-03-19 change.
15893         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15894         (gnus-insert-mime-button): Revert 2004-03-19 change.
15895         (gnus-mime-accumulate-hierarchy): Remove.
15896         (gnus-mime-enter-multipart): Remove.
15897         (gnus-mime-leave-multipart): Remove.
15898         (gnus-mime-display-part): Revert 2004-03-19 change.
15899         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15900
15901         * mml.el (mml-preview): Revert 2004-03-19 change.
15902
15903 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15904
15905         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15906
15907 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15910         t while entering a file name using the mm-with-multibyte macro.
15911         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15912
15913         * mm-util.el (mm-with-multibyte): New macro.
15914
15915 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15918         user option.
15919         (gnus-mime-multipart-functions): Doc and customization fix.
15920         (gnus-article-mime-hierarchy): New variable.
15921         (gnus-article-mime-hierarchy-next): New variable.
15922         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15923         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15924         gnus-article-mime-hierarchy-next to nil.
15925         (gnus-insert-mime-button): Show hierarchy numbers.
15926         (gnus-mime-accumulate-hierarchy): New function.
15927         (gnus-mime-enter-multipart): New function.
15928         (gnus-mime-leave-multipart): New function.
15929         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15930         (gnus-mime-display-alternative): Show hierarchy numbers.
15931
15932         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15933         gnus-article-mime-hierarchy-next to nil.
15934
15935 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15936
15937         * dns.el: Don't require gnus-xmas.
15938
15939 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15940
15941         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15942         inline PGP.
15943         (mml-menu): Disable mml-quote-region if mark is inactive.
15944
15945 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15948         when the group's active is not available.
15949
15950 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15953         error.
15954
15955 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15956
15957         * imap.el (imap-store-password): New variable.
15958         (imap-interactive-login): Use it.
15959         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15960
15961 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15964         window-start and hscroll to summary window.
15965
15966 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15967
15968         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15969         conversion message to newsrc-dribble when an actual conversion is
15970         performed.
15971
15972 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15973
15974         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15975
15976 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * mm-decode.el (mm-complicated-handles): New function reviving
15979         former definition of mm-multiple-handles.
15980
15981         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15982         (gnus-mime-delete-part): Use it.
15983
15984 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15985
15986         * gnus-agent.el (gnus-agent-read-local): Bind
15987         nnheader-file-coding-system to gnus-agent-file-coding-system to
15988         avoid the implicit assumption that they will always be equal.
15989         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15990         coding-system-for-write, as the with-temp-file macro first prints
15991         to a buffer then saves the buffer.
15992
15993 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-art.el (gnus-article-edit-part): New function.
15996         (gnus-mime-save-part-and-strip): Use it; do query instead of
15997         signaling an error; don't use mm-multiple-handles.
15998         (gnus-mime-delete-part): Ditto.
15999
16000 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16001
16002         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16003         old file versions.
16004         (gnus-group-prepare-hook): Removed function that converted list
16005         form of gnus-agent-expire-days to group properties.
16006
16007         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16008         (gnus-request-accept-article): Re-indented.
16009
16010         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16011         converters to handle old agent file formats.  Added logic for a
16012         "backup before upgrading warning".
16013         (gnus-convert-mark-converter-prompt): Developers can mark
16014         functions as needing (default), or not needing,
16015         gnus-convert-old-newsrc's "backup before upgrading warning".
16016         (gnus-convert-converter-needs-prompt): Tests whether the user
16017         should be protected from potentially irreversable changes by the
16018         function.
16019
16020         * legacy-gnus-agent.el: New.  Provides converters that are only
16021         loaded when gnus-convert-old-newsrc needs to call them.
16022
16023 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * mail-source.el (mail-source-touch-pop): Doc fix.
16026
16027         * message.el (message-smtpmail-send-it): Doc fix.
16028
16029 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16030
16031         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16032
16033         * nnmail.el (nnmail-split-fancy): do.
16034
16035         * gnus-kill.el (gnus-kill, gnus-execute): do.
16036
16037 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16038
16039         * gnus-sum.el (gnus-widget-reversible-match)
16040         (gnus-widget-reversible-to-internal)
16041         (gnus-widget-reversible-to-external): New functions.
16042         (gnus-widget-reversible): New widget.
16043         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16044
16045 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16046
16047         * gnus-sum.el (gnus-thread-sort-functions)
16048         (gnus-article-sort-functions): Document `(not F)' items.
16049
16050 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16051
16052         * spam.el (spam-use-gmane-xref): Add new backend.
16053         (spam-gmane-xref-spam-group): Add variable to control the name of the
16054         Gmane spam group.
16055         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16056         (spam-regex-headers-spam, spam-regex-headers-ham)
16057         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16058         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16059         backends and checks.
16060         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16061
16062         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16063         an autodetect method.
16064
16065 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16066
16067         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16068         articles are being added to a group.
16069         (gnus-request-replace-article): Inform the agent that articles
16070         need to be uncached as the cached contents are no longer valid.
16071
16072 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * binhex.el: Don't autoload executable-find.
16075
16076         * canlock.el: Don't autoload mail-fetch-field.
16077
16078         * dgnushack.el: Autoload c-mode for XEmacs.
16079
16080         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16081
16082         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16083         rmail-dont-reply-to and rmail-output.
16084
16085         * gnus-score.el: Don't autoload ffap-string-at-point.
16086
16087         * gnus-setup.el: Don't autoload sc-cite-original.
16088
16089         * imap.el: Don't autoload base64-decode-string,
16090         base64-encode-string and md5.
16091
16092         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16093         and rmail-msg-restore-non-pruned-header.
16094
16095         * mm-decode.el: Don't autoload executable-find.
16096
16097         * mm-url.el: Don't autoload executable-find.
16098
16099         * mm-view.el: Don't autoload diff-mode.
16100
16101         * nndb.el: Don't autoload news-reply-mode, news-setup,
16102         cancel-timer and telnet.
16103
16104         * password.el: Don't autoload run-at-time for Emacs.
16105
16106         * sha1-el.el: Don't autoload executable-find.
16107
16108         * sieve-mode.el: Don't autoload c-mode.
16109
16110         * uudecode.el: Don't autoload executable-find.
16111
16112 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16113
16114         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16115         (gnus-agent-possibly-alter-active): Avoid null in numeric
16116         comparison.
16117         (gnus-agent-set-local): Refuse to save null in local object table.
16118         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16119         list of articles that will be marked as unread.
16120
16121 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16124
16125 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16128         language tags.
16129
16130 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16131
16132         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16133         Don't bind "obarray".
16134
16135         * gnus-sum.el (gnus-thread-sort-functions): Added
16136         `gnus-thread-sort-by-most-recent-number' and
16137         `gnus-thread-sort-by-most-recent-date'.
16138         Reported by Kai Grossjohann <kai@emptydomain.de>.
16139
16140 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16143
16144 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16145
16146         * gnus-cus.el (gnus-agent-customize-category): Removed
16147         ignore-errors macro reference that required cl to be loaded at
16148         run-time.
16149
16150         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16151         single-interval range of the form (min . max).  Previously the
16152         range had to look like ((min . max)).  Likewise, return
16153         (min . max) rather than ((min . max)).
16154         (gnus-range-map): Use gnus-range-normalize to accept
16155         single-interval range.
16156
16157         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16158         the cache, but not the agent, now appear with their usual face.
16159
16160         * dgnushack.el (loaddir): New variable that is bound to the
16161         directory containing the dgnushack.el file. Use loaddir, rather
16162         than srcdir, to update load-path. Change lets dgnushack compile
16163         code in directories other than GNUS/lisp.
16164
16165 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * lpath.el: Don't bind w3m-safe-url-regexp.
16168
16169         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16170         w3m-safe-url-regexp variable buffer-local.
16171
16172         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16173
16174 2004-02-27  Simon Josefsson  <jas@extundo.com>
16175
16176         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16177         gnus-group-real-prefix.
16178         (gnus-summary-move-article): Use it, instead of
16179         gnus-group-real-prefix.
16180
16181 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * lpath.el: Bind w3m-safe-url-regexp.
16184
16185         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16186         w3m-safe-url-regexp variable buffer-local and set it as the value
16187         of mm-w3m-safe-url-regexp.
16188
16189         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16190
16191         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16192         parsing gnus-posting-styles when the message is not for replying.
16193
16194         * dgnushack.el: Autoload sgml-mode for XEmacs.
16195
16196         * nnrss.el (nnrss-opml-export): Use
16197         mm-set-buffer-file-coding-system instead of
16198         set-buffer-file-coding-system.
16199
16200 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16201
16202         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16203         of checkdoc.el).
16204         * nnrss.el: do.
16205         * gnus-mlspl.el: do.
16206         * gnus-ml.el: do.
16207         * gnus-srvr.el: do.
16208
16209         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16210
16211 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16212
16213         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16214         Corrections to custom-manual links.
16215
16216         * gnus-art.el (gnus-article): Ditto.
16217
16218         * mm-decode.el (mime-display, mime-security): Ditto.
16219
16220 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16221
16222         * flow-fill.el: Typo.
16223
16224 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16225
16226         * spam-wash.el: New file.
16227
16228 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16229
16230         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16231
16232 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16233
16234         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16235         to be run with new-articles as LIST1, not LIST2.
16236         (spam-registration-functions): Add spam-use-ham-copy as a nil
16237         registration backend.
16238
16239 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16240
16241         * spam-stat.el (spam-stat-washing-hook): New option.
16242         (spam-stat-buffer-words): Use it.
16243         (spam-stat-process-directory, spam-stat-test-directory): Use
16244         insert-file-contents-literally.
16245         (spam-stat-coding-system): New variable.
16246         (spam-stat-load, spam-stat-save): Use it.
16247
16248 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * spam-report.el (spam-report-plug-agent): Quote
16251         spam-report-url-to-file and spam-report-url-ping-plain.
16252
16253 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16256         / in mailto URLs.
16257
16258 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16259
16260         * spam-report.el (spam-report-process-queue): Fix interactive use.
16261         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16262         (spam-report-unplug-agent): Doc fixes.
16263         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16264         (spam-report-agentize, spam-report-deagentize): Autoload.
16265
16266 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16269
16270         * message.el (message-setup-fill-variables): Add mml tags to
16271         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16272         <ajk@iu.edu>.
16273         (message-mode): Don't modify paragraph-separate there.
16274
16275 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * compface.el (uncompface-use-external): Default to undecided.
16278         (uncompface-use-external-threshold): New variable.
16279         (uncompface-float-time): New macro.
16280         (uncompface): Determine whether to use the external decoder if
16281         uncompface-use-external is undecided.
16282
16283 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16284
16285         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16286         after images.
16287
16288         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16289
16290 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16291
16292         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16293
16294         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16295
16296         * gnus-sum.el (gnus-summary-limit-to-age)
16297         (gnus-summary-limit-children): do.
16298
16299         * gnus-int.el (gnus-request-scan): do.
16300
16301         * gnus-group.el (gnus-group-suspend): do.
16302
16303         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16304
16305         * gnus-cite.el (gnus-cite-parse-attributions): do.
16306
16307         * gnus-agent.el (gnus-summary-set-agent-mark)
16308         (gnus-agent-regenerate-group): do.
16309
16310         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16311
16312         * binhex.el (binhex-decode-region-internal): do.
16313
16314 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * gnus-fun.el (gnus-face-properties-alist): New user option.
16317         (gnus-display-x-face-in-from): Use it.
16318
16319         * gnus-art.el (article-display-face): Ditto.
16320
16321         * compface.el (uncompface-use-external): Default to nil.
16322
16323 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16324
16325         * nntp.el (nntp-erase-buffer): New function.
16326         (nntp-retrieve-data, nntp-send-command)
16327         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16328         (nntp-possibly-change-group): Use it.
16329
16330         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16331         with-current-buffer.
16332
16333 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16334
16335         * compface.el: Merge the ELisp-based uncompface program.
16336         (compface): New customization group.
16337         (uncompface-use-external): New user option.
16338         (uncompface): Call uncompface-internal if uncompface-use-external
16339         is nil.
16340         (uncompface-internal): New function.  Note that there are also
16341         some other functions and variables added for this function.
16342
16343 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16344
16345         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16346         if necessary.
16347
16348 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16349
16350         * spam-report.el (spam-report-unplug-agent)
16351         (spam-report-plug-agent, spam-report-deagentize)
16352         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16353         Add support for the Agent in spam-report: when unplugged, report to a
16354         file; when plugged, submit all the requests.
16355
16356         * spam.el (spam-register-routine): Fix message about
16357         registration.
16358
16359 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16360
16361         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16362         dependencies.
16363         (rfc2047-encode): Use it.
16364
16365         * gnus-art.el (gnus-button-marker-list): Move before first
16366         reference.
16367
16368         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16369         (imap-parse-body): Fix format string mismatch.
16370
16371         * gnus-score.el (gnus-summary-increase-score): do.
16372
16373         * nnrss.el (nnrss-close): New function.
16374
16375 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16376
16377         * nnrss.el (nnrss-make-filename): New function.
16378         (nnrss-request-delete-group, nnrss-read-server-data)
16379         (nnrss-save-server-data, nnrss-read-group-data)
16380         (nnrss-save-group-data): Use it.
16381         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16382         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16383         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16384
16385 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16386
16387         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16388
16389 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16390
16391         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16392         files.
16393
16394         * message.el (message-generate-headers-first): Don't quote nil
16395         and t in docstrings.
16396
16397         * imap.el (imap-id): do.
16398
16399         * gnus-agent.el (gnus-agent-consider-all-articles)
16400         (gnus-agent-queue-mail): do.
16401
16402 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16403
16404         * spam-report.el (spam-report-process-queue): New function.
16405         Process requests from `spam-report-requests-file'.
16406         (spam-report-process-queue): Doc fix.
16407
16408 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16409
16410         * spam.el (spam-register-routine)
16411         (spam-log-processing-to-registry, spam-log-registered-p)
16412         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16413         Change "check" to "spam-check" for semi-clarity.
16414
16415 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16416
16417         * pop3.el: Require nnheader.
16418
16419         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16420
16421         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16422
16423         * gnus-picon.el: Require cl.
16424
16425         * gnus-fun.el: Require gnus-ems and gnus-util.
16426
16427         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16428
16429         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16430
16431         * gnus-art.el (gnus-article-edit-mode): Define before first
16432         reference.
16433
16434 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16435
16436         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16437         (gnus-uu-post-encoded): Use point-at-bol.
16438
16439         * gnus-topic.el (gnus-group-active-topic-p): do.
16440
16441         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16442
16443         * gnus-group.el (gnus-group-kill-region): do.
16444
16445         * gnus-art.el (article-date-ut): do.
16446
16447         * message.el (message-fetch-field): Remove redundant
16448         case-fold-search binding.
16449         (message-narrow-to-field): Simplify.
16450
16451 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * spam.el (spam-directory): Derive from `gnus-directory'.
16454
16455         * spam-report.el (spam-report-url-to-file)
16456         (spam-report-requests-file): New function and variable for offline
16457         reporting.
16458         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16459         and user defined function.
16460         (spam-report-url-ping-mm-url): Remove doubled slash.
16461
16462 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16463
16464         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16465
16466 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16467
16468         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16469         format string mismatch.
16470
16471         * sieve.el (sieve-deactivate-all): do.
16472
16473         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16474
16475         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16476
16477         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16478
16479         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16480
16481 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16482
16483         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16484         the list of checks.
16485
16486 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16487
16488         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16489         padding.
16490
16491 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16492
16493         * mm-view.el (mm-fill-flowed): New variable.
16494         (mm-inline-text): Use it.
16495
16496 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16497
16498         * spam.el (spam-spamassassin-register-ham-routine)
16499         (spam-spamassassin-register-spam-routine): Fix function names.
16500
16501 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * gnus.el (gnus-tmp-grouplens): Remove.
16504         (gnus-summary-line-format): Remove grouplens.
16505
16506         * gnus-group.el (gnus-group-line-format): Ditto.
16507
16508         * gnus-spec.el (gnus-format-specs): Ditto.
16509         (gnus-update-format-specifications): Flush the group format spec
16510         cache if there's the grouplens stuff.
16511         (gnus-parse-simple-format): Replace %l with the empty string.
16512
16513 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16514
16515         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16516         omission.
16517
16518 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16521         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16522
16523 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16524
16525         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16526         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16527         New macros and functions.
16528         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16529         Handle > NLINK_MAX messages.
16530         * nnmaildir.el (nnmaildir-request-set-mark): Use
16531         nnmaildir--emlink-p and nnmaildir--eexist-p.
16532
16533 2004-01-25  Alex Schroeder  <alex@gnu.org>
16534
16535         * spam-stat.el (spam-stat-process-directory-age): New option.
16536         (spam-stat-process-directory): Use it.
16537
16538 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16539
16540         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16541         (spam-stat-save): Accept prefix argument.
16542
16543 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16544
16545         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16546         links" error.
16547
16548 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16551         the rest of the and/or forms.
16552
16553 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16556         compatibility with old .newsrc.eld files.
16557
16558         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16559
16560         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16561
16562         * gnus-start.el (gnus-1): do.
16563
16564         * gnus-group.el (gnus-group-line-format-alist): do.
16565
16566         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16567
16568         * gnus-gl.el: Remove.
16569
16570 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16571
16572         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16573         marks consisting of a single range {for example, (3 . 5)} rather
16574         than a list of a single range { ((3 . 5)) }.
16575
16576 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16577
16578         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16579         with-current-buffer.
16580         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16581         avoid consing a string.
16582
16583         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16584         Remove obsolete entries for big5 and gb2312.
16585
16586 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16587
16588         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16589         uncompressed list.
16590
16591 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16592
16593         * spam-stat.el (spam-stat-strip-xref): New function.
16594         (spam-stat-process-directory): Use it.
16595
16596         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16597         here -- it's done in message-fetch-field.
16598
16599 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16600
16601         * gnus-agent.el (gnus-agent-queue-mail)
16602         (gnus-agent-prompt-send-queue): New variables.
16603         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16604         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16605         "nndraft:queue" along to gnus-draft-send.  Use
16606         gnus-agent-prompt-send-queue.
16607         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16608         is "nndraft:queue".  Suggested by Gaute Strokkenes
16609         <gs234@srcf.ucam.org>
16610
16611         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16612         (agent-enable-undownloaded-faces): Added.
16613         (gnus-agent-cat-groups): Use eval-and-compile, not
16614         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16615         method of gnus-agent-cat-groups even when the buffer has been
16616         evaled.
16617         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16618         delete gnus-agent-save-active-1.
16619         (gnus-agent-save-groups): Deleted.  Identical to
16620         gnus-agent-save-active.
16621         (gnus-agent-write-active): No longer adjust agent's copy of active
16622         file as agent's adjustments are now stored in their own
16623         file.  Removed optional parameter.
16624         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16625         servers.  Add use of min/max range limits from server's local
16626         file.
16627         (gnus-agent-save-alist): Removed unused optional argument.
16628         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16629         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16630         (gnus-agent-set-local): A per-server file that keeps min/max range
16631         limits for articles known to the agent.  Provides a fast mechanism
16632         for altering many active ranges.
16633         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16634         active file (local makes it unnecessary).
16635         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16636
16637         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16638         (agent-enable-undownloaded-faces): Added.
16639
16640         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16641         disable it when sending to "nndraft:queue".
16642         (gnus-group-send-queue): Add safety check to avoid sending queue
16643         when unplugged.
16644
16645         * gnus-group.el (gnus-group-catchup): Use new
16646         gnus-sequence-of-unread-articles, not
16647         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16648         numbers of articles.  Use gnus-range-map to avoid having to
16649         uncompress the unread list.
16650         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16651         Fixed invalid ange-ftp reference.
16652
16653         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16654         (gnus-sorted-range-intersection): Intersection of two ranges
16655         without requiring that they first be uncompressed.
16656
16657         * gnus-start.el (gnus-activate-group): Unless blocked by the
16658         caller, possibly expand the active range to include both cached
16659         and agentized articles.
16660         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16661         multiple version-dependent converters.
16662         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16663         gnus-agent-save-active.
16664         (gnus-save-newsrc-file): Save dirty agent range limits.
16665
16666         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16667         gnus-agent-possibly-alter-active.
16668         (gnus-adjust-marked-articles): Faster handling of simple lists.
16669
16670 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16671
16672         * spam-stat.el (spam-stat-test-directory): New optional argument
16673         displays a list of files detected.  Suggested by Andrew Cohen
16674         <cohen@andy.bu.edu>.
16675         (spam-stat-buffer-words-with-scores): Don't narrow and change
16676         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16677
16678 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16679
16680         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16681         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16682         (spam-spamassassin-arguments)
16683         (spam-spamassassin-spam-flag-header)
16684         (spam-spamassassin-positive-spam-flag-header)
16685         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16686         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16687         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16688         (spam-list-of-processors, spam-list-of-checks)
16689         (spam-list-of-statistical-checks, spam-registration-functions)
16690         (spam-check-spamassassin-headers, spam-check-spamassassin)
16691         (spam-spamassassin-score)
16692         (spam-spamassassin-register-with-sa-learn)
16693         (spam-spamassassin-register-spam-routine)
16694         (spam-spamassassin-register-ham-routine)
16695         (spam-assassin-register-spam-routine)
16696         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16697         (spam-bogofilter-score): Fix to show article before scoring.
16698
16699 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16700
16701         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16702         default scoring function.
16703         (spam-generic-score): Call spam-spamassassin-score if
16704         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16705         spam-bogofilter-score otherwise.
16706
16707         * gnus.el (spam-process, spam-autodetect-methods): Add
16708         spamassassin and spamassassin-headers.
16709
16710 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16711
16712         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16713         Suppress unnecessary messages.
16714
16715 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16716
16717         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16718         make-hash-table.
16719
16720 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * canlock.el (base64-encode-string): Don't autoload it.
16723
16724 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * run-at-time.el: Remove useless (require 'itimer),
16727         eval-and-compile and (featurep 'xemacs).
16728
16729 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16730
16731         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16732         GROUP is a virtual group.
16733
16734 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16735
16736         * gnus.el: Autoload `message-y-or-n-p'.
16737
16738 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16739
16740         * pgg-parse.el: Remove unnecessary (require 'custom).
16741
16742         * pgg-def.el: do.
16743
16744         * nnmail.el: do.
16745
16746         * gnus-undo.el: do.
16747
16748         * gnus-picon.el: do.
16749
16750         * gnus-util.el: do.
16751
16752 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16753
16754         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16755
16756 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16759         handle, as well as a list.
16760
16761         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16762         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16763         (mm-w3m-cid-retrieve): Simplify.
16764
16765 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16766
16767         * message.el (message-kill-to-signature): Allow prefix arg to
16768         specify number of lines to keep before signature.
16769
16770 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16771
16772         * message.el (message-kill-to-signature): Change docstring.
16773
16774 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * canlock.el: Always require sha1-el.
16777         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16778
16779         * message.el: Autoload sha1 only when compiling.
16780
16781         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16782         eudc-expand-inline for XEmacs.
16783
16784 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * message.el (message-canlock-generate): Require sha1-el.
16787
16788 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16789
16790         * message.el (message-expand-name): Silence the byte compiler.
16791
16792         * lpath.el: Add detect-coding-system.
16793
16794         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16795         cus-edit.
16796
16797 2004-01-13  Simon Josefsson  <jas@extundo.com>
16798
16799         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16800         Invoke gnus-score-mode.  Reported by
16801         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16802
16803         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16804         Jim Blandy <jimb@redhat.com> (tiny change).
16805
16806 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16807
16808         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16809
16810 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16811
16812         * spam.el (spam-get-article-as-string): Update to use
16813         gnus-request-article-this-buffer, much simpler.
16814         (spam-get-article-as-buffer): Remove.
16815
16816 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16817
16818         * message.el (message-expand-name): Use EUDC if the user uses that.
16819
16820 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16821
16822         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16823         character for the encoding to avoid consing a string.
16824
16825         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16826         unnecessarily.
16827
16828         * mm-util.el (mm-replace-chars-in-string): Remove.
16829
16830         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16831         of mm-replace-chars-in-string.
16832
16833 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16834
16835         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16836
16837         * mm-util.el (mm-subst-char-in-string): Support inplace.
16838
16839         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16840         a new string in every iteration.  Use shy groups.
16841
16842 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16843
16844         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16845         * gnus-soup.el (gnus-soup-group-brew):
16846         * gnus-msg.el (gnus-put-message):
16847         * gnus-move.el (gnus-group-move-group-to-server):
16848         * gnus-kill.el (gnus-batch-score):
16849         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16850         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16851         (gnus-group-update-group, gnus-group-read-group)
16852         (gnus-group-make-group, gnus-group-make-help-group)
16853         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16854         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16855         (gnus-group-sort-by-unread, gnus-group-catchup)
16856         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16857         (gnus-group-yank-group, gnus-group-set-info)
16858         (gnus-group-list-groups):
16859         * gnus.el (gnus-generate-new-group-name):
16860         * gnus-delay.el (gnus-delay-send-queue):
16861         * nnvirtual.el (nnvirtual-catchup-group):
16862         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16863         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16864         (gnus-group-prepare-topics, gnus-topic-check-topology):
16865         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16866         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16867         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16868         (gnus-group-make-articles-read):
16869         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16870         (gnus-group-change-level, gnus-kill-newsgroup)
16871         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16872         (gnus-get-unread-articles, gnus-make-articles-unread)
16873         (gnus-make-ascending-articles-unread): Use accessor
16874         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16875         to get group information for improved readability.
16876
16877
16878 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16879
16880         * gnus-art.el (article-decode-mime-words, article-babel)
16881         (gnus-article-highlight-signature, gnus-article-add-buttons)
16882         (gnus-signature-toggle): Use gnus-with-article-buffer.
16883
16884         * gnus-art.el (gnus-article-highlight-headers)
16885         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16886
16887         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16888         (gnus-article-set-globals, gnus-request-article-this-buffer)
16889         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16890         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16891         (gnus-mime-display-alternative): Use with-current-buffer.
16892
16893 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16894
16895         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16896         also under 80 char limit, and call gnus-error if needed.
16897         (spam-fetch-article-header): Fix - it was a
16898         buffer-local variable (gnus-newsgroup-data).
16899         (spam-find-spam): Use spam-generate-fake-headers, forget about
16900         spam-insert-fake-headers.
16901         (spam-insert-fake-headers): Remove.
16902
16903 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16904
16905         * deuglify.el (gnus-article-outlook-unwrap-lines)
16906         (gnus-outlook-rearrange-article)
16907         (gnus-outlook-repair-attribution-outlook)
16908         (gnus-outlook-repair-attribution-block)
16909         (gnus-outlook-repair-attribution-other): Remove redundant
16910         save-excursion.
16911
16912 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16915         (spam-fetch-field-subject-fast)
16916         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16917         (spam-fetch-article-header): Add functions to deal with Gnus
16918         internals for fast retrieval of article header data.
16919         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16920
16921 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16922
16923         * pop3.el (pop3-md5): Remove.
16924         (pop3-apop): Replace pop3-md5 with md5.
16925
16926         * mm-bodies.el: base64 is always built-in.
16927
16928         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16929         with-current-buffer.
16930
16931 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * canlock.el (canlock-insert-header): Remove excessive grouping in
16934         regexp.
16935
16936         * gnus-sum.el (gnus-summary-read-document): Ditto.
16937
16938         * gnus-uu.el (gnus-uu-part-number): Ditto.
16939
16940         * html2text.el (html2text-remove-tags): Ditto.
16941         (html2text-format-tags): Ditto.
16942         (html2text-format-single-elements): Ditto.
16943
16944         * mml.el (mml-parse-1): Ditto.
16945
16946 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16947
16948         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16949
16950         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16951
16952         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16953
16954         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16955
16956 2003-11-15  Simon Josefsson  <jas@extundo.com>
16957
16958         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16959         (pgg-gpg-lookup-key): Use regexp match instead of
16960         split-string (split-string is different between emacs 21.2 and
16961         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16962
16963 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16964
16965         * gnus-art.el (gnus-mime-view-all-parts)
16966         (gnus-article-part-wrapper, gnus-article-view-part): Use
16967         with-current-buffer.
16968
16969 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * spam.el (spam-disable-spam-split-during-ham-respool)
16972         (spam-spamoracle-database, spam-cache-lookups)
16973         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16974         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16975         (spam-group-ham-marks, spam-group-spam-marks)
16976         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16977         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16978         also add spam-use-blackholes to the statistical checks.
16979         (spam-fetch-field-fast): Add interface to fetching fields, may
16980         become a macro.
16981         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16982         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16983         (spam-insert-fake-headers): Fake an article when needed.
16984         (spam-find-spam): Fake article when possible.
16985         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16986         (spam-check-bogofilter-headers): Use message-fetch-field instead
16987         of nnmail-fetch-field.
16988
16989 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16992
16993 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16994
16995         * spam.el (spam-split): Do not require spam-use-CHECK to be
16996         enabled if that check is passed to spam-split explicitly; also
16997         fix so 'spam doesn't get converted to spam-split-group when
16998         spam-split-symbolic-return is t.
16999         (spam-find-spam): Find registrations of the article and use those
17000         instead of re-running spam-split to find the spam/ham
17001         classification of the article.
17002         (spam-log-processing-to-registry, spam-log-registered-p)
17003         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17004         Use gnus-error instead of gnus-message.
17005         (spam-log-registration-type): Add function to determine the
17006         classification of a message based on registry entries; will
17007         return nil if both 'spam and 'ham are found.
17008         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17009         a reasonably fast local cache without the loading errors.
17010         (spam-cache-lookups): Set to t by default.
17011         (spam-find-spam): Don't try to guess spam-cache-lookups.
17012         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17013         spam-caches entry.
17014         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17015         caching of whitelist/blacklist entries.
17016         (spam-check-whitelist, spam-check-blacklist): Invoke
17017         spam-from-listed-p with a type, not a cache variable.
17018         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17019
17020 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17021
17022         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17023
17024         * nnmail.el (nnmail-split-fancy): do.
17025
17026         * mml.el (mml-parse): do.
17027
17028         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17029         (gnus-score-adaptive): do.
17030
17031 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17034         (gnus-mime-button-map): Don't set keymap parent.
17035         (gnus-button-ctan-directory-regexp): Use shy grouping.
17036         (gnus-prev-page-map): Don't set keymap parent.
17037         (gnus-prev-page-map): Remove duplicated one.
17038         (gnus-next-page-map): Don't set keymap parent.
17039         (gnus-mime-security-button-map): Ditto.
17040
17041         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17042         version number.
17043
17044         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17045
17046 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * canlock.el (canlock-sha1-function): Remove.
17049         (canlock-sha1-function-for-verify): Remove.
17050         (canlock-openssl-program): Remove.
17051         (canlock-openssl-args): Remove.
17052         (canlock-ignore-errors): Remove.
17053         (canlock-sha1-with-openssl): Remove.
17054         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17055         (canlock-verify): Don't use canlock-ignore-errors.
17056
17057         * sha1-el.el (sha1-string-external): Make it can return a string
17058         in binary form.
17059         (sha1-region-external): Ditto.
17060         (sha1-string-internal): Ditto.
17061         (sha1-region-internal): Ditto.
17062         (sha1-region): Ditto.
17063         (sha1-string): Ditto.
17064         (sha1): Ditto.
17065
17066 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17067
17068         * spam.el (spam-report-articles-gmane): New command.
17069
17070 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17073
17074         * run-at-time.el (run-at-time-saved): Remove.
17075         (run-at-time): Doc fix.
17076
17077 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17078
17079         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17080         (gnus-summary-limit-map): Add it.
17081         (gnus-summary-make-menu-bar): do.
17082
17083 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17084
17085         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17086         Make attempt at some caching support (done for BBDB only now).
17087         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17088         addresses to be checked.
17089         (spam-clear-cache-BBDB): Add function, to be invoked by
17090         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17091         (spam-check-BBDB): Check and use the caches, if
17092         spam-cache-lookups is on, remove superfluous (provide).
17093
17094 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17097
17098 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17099
17100         * run-at-time.el (run-at-time-saved): Move to after the definition
17101         of `run-at-time'.
17102
17103         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17104
17105 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17108         mm-w3m-local-map-property.
17109
17110         * mm-view.el (mm-w3m-mode-map): Remove.
17111         (mm-w3m-local-map-property): Remove.
17112         (mm-inline-text-html-render-with-w3m): Don't use
17113         mm-w3m-local-map-property.
17114
17115 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17116
17117         * run-at-time.el: New file.
17118
17119         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17120         under Emacs.
17121
17122         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17123         of gnus-set-text-properties.
17124
17125         * gnus-uu.el (gnus-uu-save-article): Ditto.
17126
17127         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17128
17129         * gnus-cite.el (gnus-cite-parse): Ditto.
17130
17131         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17132         of gnus-.
17133
17134         * gnus-xmas.el (run-at-time): Require run-at-time.
17135
17136         * gnus.el: Changed calls to nnheader-run-at-time and
17137         password-run-at-time throughout to use run-at-time directly.
17138
17139         * password.el: Removed definition of run-at-time.
17140
17141         * nnheaderxm.el: Remove definition of run-at-time.
17142
17143 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17144
17145         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17146         in prompt.
17147
17148 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17149
17150         * messagexmas.el (message-xmas-redefine): Alias
17151         `message-make-caesar-translation-table' to
17152         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17153         version.
17154
17155         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17156         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17157         `gnus-xmas-set-text-properties'.
17158         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17159         `gnus-xmas-completing-read'.
17160         (gnus-xmas-completing-read): Removed.
17161         (gnus-xmas-open-network-stream): Removed.
17162
17163         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17164         XEmacs version.
17165
17166         * dns.el (dns-make-network-process): Use `open-network-stream'
17167         instead of `gnus-xmas-open-network-stream'.
17168
17169         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17170
17171         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17172
17173 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17174
17175         * gnus-art.el (gnus-mime-display-alternative)
17176         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17177         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17178         Don't use gnus-local-map-property.
17179
17180         * gnus-util.el (gnus-local-map-property): Remove.
17181
17182         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17183         gnus-completing-read-maybe-default with completing-read.
17184
17185         * gnus-util.el (gnus-completing-read): do.
17186         (gnus-completing-read-maybe-default): Remove.
17187
17188 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17189
17190         * password.el: Only autoload `run-at-time' if not XEmacs.
17191         Only autoload the itimer functions if XEmacs.
17192
17193 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17196         XEmacsen.
17197
17198         * dgnushack.el: Autoload executable-find for XEmacs.
17199
17200 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17201
17202         * gnus-art.el (gnus-read-string): Remove.
17203         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17204         read-string.
17205
17206 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17207
17208         * netrc.el: Autoload password-read.
17209         (netrc): Add configuration group.
17210         (netrc-encoding-method, netrc-openssl-path): Add
17211         variables for encoding and decoding of files with symmetric
17212         ciphers.
17213         (netrc-encode): Add assistant function to encode a file with
17214         netrc-encoding-method.
17215         (netrc-parse): Add interactive parameter, added optional
17216         decoding if netrc-encoding-method is non-nil but otherwise
17217         behavior is standard.
17218         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17219         Do s/encode/encrypt/ everywhere.
17220
17221         * spam.el: Remove executable-find autoload.
17222
17223 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17224
17225         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17226
17227         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17228
17229 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * gnus-art.el (gnus-treat-ansi-sequences)
17232         (article-treat-ansi-sequences): New variable and function.
17233         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17234
17235         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17236         Use it.
17237
17238 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17239
17240         * mm-util.el (mm-quote-arg): Remove.
17241
17242         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17243         shell-quote-argument.
17244
17245         * gnus-uu.el (gnus-uu-command): do.
17246
17247         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17248
17249         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17250         with make-char.
17251
17252         * mm-util.el (mm-make-char): Remove.
17253
17254         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17255         add-minor-mode.
17256
17257         * gnus-undo.el (gnus-undo-mode): do.
17258
17259         * gnus-topic.el (gnus-topic-mode): do.
17260
17261         * gnus-sum.el (gnus-dead-summary-mode): do.
17262
17263         * gnus-start.el (gnus-slave-mode): do.
17264
17265         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17266
17267         * gnus-ml.el (gnus-mailing-list-mode): do.
17268
17269         * gnus-gl.el (gnus-grouplens-mode): do.
17270
17271         * gnus-draft.el (gnus-draft-mode): do.
17272
17273         * gnus-dired.el (gnus-dired-mode): do.
17274
17275         * gnus-ems.el (gnus-add-minor-mode): Remove.
17276
17277         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17278         Replace gnus-char-width with char-width.
17279
17280         * gnus-ems.el (gnus-char-width): Remove.
17281
17282         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17283         Replace gnus-char-width with char-width.
17284
17285         * gnus-ems.el (gnus-char-width): Remove.
17286
17287         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17288         definition.
17289         Remove Emacs 20 hash table compatibility code.
17290
17291         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17292         20 compatibility code.
17293
17294         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17295
17296         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17297
17298         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17299         with point-at-{eol,bol}.
17300
17301         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17302
17303         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17304
17305         * flow-fill.el (fill-flowed-point-at-bol)
17306         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17307
17308         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17309         Replace with point-at-{eol,bol} throughout all files.
17310
17311 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * ntlm.el (ntlm-string-as-unibyte): New macro.
17314         (ntlm-build-auth-response): Use it.
17315
17316         Remove Emacs 20 stuff:
17317         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17318         (butlast, mapc, remove): Remove the compiler macros.
17319         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17320         of delq and copy-sequence.
17321         * gnus-art.el (popup-menu): Remove the compiler macro.
17322         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17323         Emacs 20.
17324
17325 2004-01-05  Simon Josefsson  <jas@extundo.com>
17326
17327         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17328         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17329         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17330         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17331         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17332         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17333         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17334         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17335         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17336         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17337         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17338         string-xor into ntlm-string-xor.  Suggested by
17339         Jesper Harder <harder@myrealbox.com>.
17340
17341         * ntlm.el: Don't include poem.
17342
17343         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17344         Jesper Harder <harder@myrealbox.com>.
17345
17346         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17347
17348         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17349         probably breaks emacs with DL patch, but do we care? Is anyone
17350         still using the DL stuff?)
17351
17352         * sieve-manage.el: Use the password package.
17353         (sieve-manage-read-passwd): Remove.
17354         (sieve-manage-interactive-login): Use password.  Re-add
17355         condition-case around loop.
17356
17357         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17358         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17359         the password package.
17360
17361 2003-02-19  Simon Josefsson  <jas@extundo.com>
17362
17363         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17364         token.
17365
17366 2002-08-07  Simon Josefsson  <jas@extundo.com>
17367
17368         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17369         (sieve-manage-authenticators):
17370         (sieve-manage-authenticator-alist): Add some SASL mechs.
17371         (sieve-sasl-auth): New function.
17372         (sieve-manage-cram-md5-auth):
17373         (sieve-manage-plain-auth): Rewrite using SASL library.
17374         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17375         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17376         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17377         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17378
17379 2004-01-05  Simon Josefsson  <jas@extundo.com>
17380
17381         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17382         New files.
17383
17384 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17385
17386         * gnus-group.el (gnus-no-groups-message): Update.
17387
17388         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17389
17390 2003-11-09  Simon Josefsson  <jas@extundo.com>
17391
17392         * imap.el: Support for ID IMAP extension (RFC 2971).
17393         (imap-local-variables): Add imap-id.
17394         (imap-id): New variable.
17395         (imap-id): New function.
17396         (imap-parse-response): Parse untagged ID response.
17397         * nnimap.el (nnimap-id): New variable.
17398         (nnimap-open-connection): Use it.
17399
17400 2003-12-28  Simon Josefsson  <jas@extundo.com>
17401
17402         * gnus-score.el (gnus-score-edit-all-score): New.
17403         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17404
17405 2004-01-04  Simon Josefsson  <jas@extundo.com>
17406
17407         * password.el: Add.
17408
17409 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17410
17411         * dns.el (dns-query-types): Fix typo.
17412         (dns-query-types): New function.
17413         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17414         PTR and SOA replies, see RFC 1035.
17415
17416 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17417
17418         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17419
17420         * Moved to Changelog.2.
17421
17422 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17423
17424         * gnus.el (gnus-version-number): Bump version.
17425
17426 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17427
17428         * gnus.el: No Gnus v0.1 is released.
17429
17430 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17431
17432         * gnus.el: No Gnus v0.0 is released.
17433
17434 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17435
17436         * gnus.el (gnus-version-number): Bump.
17437         (gnus-version): No.
17438
17439 See ChangeLog.2 for earlier changes.
17440
17441     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17442       Free Software Foundation, Inc.
17443
17444   This file is part of GNU Emacs.
17445
17446   GNU Emacs is free software: you can redistribute it and/or modify
17447   it under the terms of the GNU General Public License as published by
17448   the Free Software Foundation, either version 3 of the License, or
17449   (at your option) any later version.
17450
17451   GNU Emacs is distributed in the hope that it will be useful,
17452   but WITHOUT ANY WARRANTY; without even the implied warranty of
17453   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17454   GNU General Public License for more details.
17455
17456   You should have received a copy of the GNU General Public License
17457   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17458
17459 ;; Local Variables:
17460 ;; coding: utf-8
17461 ;; fill-column: 79
17462 ;; add-log-time-zone-rule: t
17463 ;; End: