Remove webmail.el support, which no longer seems relevant.
[gnus] / lisp / ChangeLog
1 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mail-source.el (mail-sources): Removed webmail support.
4         (defvar): Ditto.
5         (mail-source-fetcher-alist): Ditto.
6         (mail-source-fetch-webmail): Removed.
7
8         * webmail.el: Removed -- doesn't seem relevant any more.
9
10         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11
12         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
13         the \r.
14
15 2010-09-30  Julien Danjou  <julien@danjou.info>
16
17         * gnus-agent.el (gnus-agent-add-group): Fix call to
18         gnus-completing-read.
19
20 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * nndoc.el (nndoc-retrieve-groups): New function.
23
24         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
25         `default', use nnmail-split-methods.
26         (nnimap-request-article): Downcase the NILs so that they are nil.
27
28         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
29         symbol.
30
31         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
32         code, since if the user has requested network, that's what they ought
33         to get.
34         (nnimap-request-set-mark): Erase the buffer before issuing commands.
35         (nnimap-split-rule): Mark as obsolete.
36
37         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
38         variable.
39
40         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
41         correct slot, too.
42
43 2010-09-29  Julien Danjou  <julien@danjou.info>
44
45         * gnus.el (gnus-local-domain): Declare variable obsolete.
46
47         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
48         computing.
49         (gnus-ido-completing-read): Require ido.
50
51 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * gnus-registry.el: Don't prompt on load, which makes it impossible to
54         build Gnus.
55
56         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
57         when interpreting the structures.
58         (nnimap-request-accept-article): Add \r\n to the lines to make this
59         work with Cyrus.
60
61         * nndraft.el (nndraft-request-expire-articles): Use the group name
62         instead if "nndraft".  Fix found by Nils Ackermann.
63
64 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
65
66         * nnregistry.el: Added.
67
68 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
69
70         * nnmail.el (group, group-art-list, group-art):
71         Remove unneeded directives.
72
73 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
76         (mm-mime-charset)
77         * rfc2047.el (rfc2047-syntax-table)
78         * utf7.el (utf7-utf-16-coding-system): Comment fix.
79
80         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
81         rather than `insert-file-contents' and `eval-region'.
82
83         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
84         construction.
85
86         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
87
88         * time-date.el: No need to require cl for Emacs 21.
89
90 2010-09-29  Julien Danjou  <julien@danjou.info>
91
92         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
93         replacement of `gnus-gravatar-relief' to mimic
94         `gnus-faces-properties-alist'.
95         Add :version property.
96
97 2010-09-28  Florian Ragwitz  <rafl@debian.org>
98
99         * gnus-util.el (gnus-use-ido): Removed.
100         (gnus-std-completing-read): Add wrapper around completing-read.
101         (gnus-icompleting-read): Add wrapper around ibuffer-read-buffer.
102         (gnus-ido-completing-read): Add wrapper around ido-completing-read.
103         (gnus-completing-read-function): Add to chose from the above completion
104         functions or to provide a custom one.
105         (gnus-completing-read): Use the completing-read function configured
106         with gnus-completing-read-function.
107
108 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * mail-source.el (mail-source-report-new-mail)
111         * message.el (message-default-mail-headers)
112         * mm-decode.el (mm-valid-image-format-p): Comment fix.
113
114         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
115
116 2010-09-28  Julien Danjou  <julien@danjou.info>
117
118         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
119         mail-address contains the same string as real-name.
120
121         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
122         non-blank in header, otherwise it'll get stripped.
123
124         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
125         real-name, and then for mail address rather than doing : or , search.
126
127 2010-09-27  Julien Danjou  <julien@danjou.info>
128
129         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
130         (gnus-server-goto-server): Use gnus-completing-read.
131
132         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
133
134         * mm-util.el (defalias): Use gnus-completing-read.
135         (mm-codepage-setup): Use gnus-completing-read.
136
137         * smime.el (smime-sign-buffer): Use gnus-completing-read.
138         (smime-decrypt-buffer): Use gnus-completing-read.
139
140         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
141
142         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
143         (mml-minibuffer-read-disposition): Use gnus-completing-read.
144         (mml-insert-multipart): Use gnus-completing-read.
145
146         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
147
148         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
149
150         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
151
152         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
153
154         * gnus.el (gnus-read-method): Use gnus-completing-read.
155
156         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
157
158         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
159         (gnus-mime-action-on-part): Use gnus-completing-read.
160         (gnus-article-encrypt-body): Use gnus-completing-read.
161
162         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
163         (gnus-topic-move-matching): Use gnus-completing-read.
164         (gnus-topic-copy-matching): Use gnus-completing-read.
165         (gnus-topic-sort-topics): Use gnus-completing-read.
166         (gnus-topic-move): Use gnus-completing-read.
167
168         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
169         (gnus-agent-add-group): Use gnus-completing-read.
170
171         * nnmairix.el (nnmairix-create-server-and-default-group): Use
172         gnus-completing-read.
173         (nnmairix-update-groups): Use gnus-completing-read.
174         (nnmairix-get-server): Use gnus-completing-read.
175         (nnmairix-backend-to-server): Use gnus-completing-read.
176         (nnmairix-goto-original-article): Use gnus-completing-read.
177         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
178
179         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
180
181         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
182         (gnus-group-make-useful-group): Use gnus-completing-read.
183         (gnus-group-make-web-group): Use gnus-completing-read.
184         (gnus-group-add-to-virtual): Use gnus-completing-read.
185         (gnus-group-browse-foreign-server): Use gnus-completing-read.
186
187         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
188         (gnus-summary-limit-to-extra): Use gnus-completing-read.
189         (gnus-summary-execute-command): Use gnus-completing-read.
190         (gnus-summary-respool-article): Use gnus-completing-read.
191         (gnus-read-move-group-name): Use gnus-completing-read.
192
193         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
194         (gnus-summary-score-effect): Use gnus-completing-read.
195
196         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
197
198         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
199         right completing-read function.
200         (gnus-use-ido): New variable
201         (gnus-completing-read-with-default): Remove.
202
203 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
206         x-focus-frame.
207
208         * nnimap.el (auth-source-forget-user-or-password)
209         (auth-source-user-or-password): Autoload.
210
211         * message.el (message-from-style, message-interactive)
212         (message-cite-prefix-regexp, message-sendmail-envelope-from)
213         (message-yank-prefix, message-indentation-spaces, message-signature)
214         (message-signature-file): Add comment.
215
216 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
219         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
220         new articles.
221
222         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
223         parts.
224         (nnimap-request-article): Work with the t setting, too.
225
226         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
227         that you don't get flashes of other buffers.
228         (gnus-summary-show-complete-article): Intern before setting.
229
230 2010-09-27  David Engster  <dengste@eml.cc>
231
232         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
233         well as HEADERS.
234         (nnmairix-retrieve-headers): Provide new argument for the above.
235
236 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * gnus-sum.el (gnus-summary-move-article): Don't alter
239         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
240         group.
241
242         * nnimap.el (nnimap-update-info): Don't destructively alter active.
243
244         * message.el (message-cite-prefix-regexp): Revert my last edit.
245
246         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
247         variable instead of the Gnus variable.
248
249         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
250
251         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
252         again.
253
254         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
255         since some servers don't like it.
256         (nnimap-open-connection): Forget credentials if the server says the
257         password was wrong.
258         (nnimap-parse-line): Protect against invalid data.
259
260         * gnus-sum.el (gnus-summary-move-article): Add comment.
261         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
262         nothing alters it while scanning for new messages.
263
264         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
265         which may or may not help.
266         (nnimap-open-connection): If we're doing a stream connection, and then
267         discover we're on a STARTTLS-capable server, then open a STARTTLS
268         connection instead.
269
270 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
271
272         * sieve-manage.el (sieve-manage-default-stream): Make default stream
273         customizable.
274
275 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * nnimap.el (utf7): Required.
278
279         * message.el (message-cite-prefix-regexp): Remove "}" from citation
280         prefix.
281
282 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
283
284         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
285
286 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * nnimap.el (nnimap-request-accept-article): Message the error on
289         error.
290
291 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
294
295 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
296
297         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
298         handing broken links to browse-url.
299
300 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * nndoc.el (nndoc-request-list): Return success always.
303
304         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
305         `fetch-old' -- we only want to fetch the articles we've requested.  The
306         rest are in the agent, probably.
307         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
308         disappeared server" to something low.  It's not important.
309
310         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
311         arrived before the FETCH data.
312
313         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
314         target here, because we don't know the Gnus name of the group.
315
316         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
317         for the correct group.
318
319         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
320
321         * gnus.el (gnus): Give a final warning after startup.
322
323         * gnus-util.el (gnus-action-message-log): New variable.
324         (gnus-message): Use it.
325         (gnus-final-warning): New function.
326
327         * nnimap.el (nnimap-open-connection): Record the greeting.
328         (nnimap): Add greeting.
329
330 2010-09-26  Julien Danjou  <julien@danjou.info>
331
332         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
333         arguments.
334         (gnus-html-wash-images): Fix spec computing to include start/end.
335
336         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
337
338 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
341         deletion.
342         (nnimap-retrieve-headers): Don't select the group, because that's
343         already done by nnimap-possibly-change-group.
344
345         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
346         (gnus-picon-transform-address): Use it.
347
348         * mail-source.el (mail-source-value): Revert previous patch.
349
350         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
351         on failure.
352         (nnimap-open-connection): Look up both virtual and physical server name
353         credentials.
354
355         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
356
357 2009-02-07  Dave Love  <fx@gnu.org>
358
359         * tls.el (open-tls-stream): Don't query killing process.
360
361 2009-02-08  Dave Love  <fx@gnu.org>
362
363         * gnus-win.el (gnus-window-to-buffer-helper,
364         gnus-all-windows-visible-p): Function needn't be a symbol.
365
366         * mail-source.el (mail-source-value): Function needn't be a symbol.
367
368 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * message.el (message-cite-prefix-regexp): Remove } from the cite
371         prefix.
372
373         * gnus-art.el (gnus-treatment-function-alist): Do picons before
374         highlight again, so that the highlight is correct.
375
376         * gnus-picon.el (gnus-picon): Remove again.
377         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
378
379         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
380         doing the header highlightling, so that the background colour of the
381         picon is correct.
382
383         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
384         (gnus-picon): Ditto.
385         (gnus-picon): Reinstate.  The background colour for picons is white.
386         (gnus-picon-insert-glyph): Make the background white.
387
388         * nnml.el (nnml-open-nov): Don't return dead buffers.
389
390         * auth-source.el (auth-source-create): Query the user for whether to
391         store the credentials.
392
393         * netrc.el (netrc-store-data): New function.
394
395         * auth-source.el (auth-source-user-or-password): Use the existing auth
396         sources, if any, for creation.
397
398         * gnus.el (gnus-group-fast-parameter): Return the last matching
399         parameter instead of the first matching parameter.
400
401 2010-09-26  Julien Danjou  <julien@danjou.info>
402
403         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
404
405 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * mml2015.el (mml2015-use): Remove gpg support.
408
409         * mml1991.el (mml1991-function-alist): Remove gpg function.
410         (mml1991-gpg-sign): Removed.
411
412 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
413
414         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
415         (gnus-browse-unsubscribe-current-group): Document it.
416         (gnus-browse-unsubscribe-group): Use it.
417
418 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
421         address to the To list for easier response.
422
423         * gnus.el (gnus-play-startup-jingle): Removed.
424         (gnus-splash): Don't play jingle.
425         (gnus): Silence gnus-load message.
426
427         * gnus-art.el (gnus-treat-play-sounds): Removed.
428
429         * gnus.el (gnus-play-jingle): Remove audio support.
430
431         * gnus-cus.el (gnus-score-customize): Remove audio reference.
432
433         * earcon.el: Removed -- no users.
434
435         * gnus-audio.el: Removed -- no users of this package.
436
437         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
438
439         * gnus-start.el (gnus-setup-news): Remove nocem support.
440
441         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
442
443         * gnus.el (gnus-use-nocem): Removed.
444
445         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
446         Removed.
447
448         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
449         uses NoCeM any more.
450
451         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
452         (gnus-button-ctan-handler): Ditto.
453         (gnus-button-handle-ctan-bogus-regexp): Ditto.
454         (gnus-button-ctan-directory-regexp): Ditto.
455         (gnus-button-handle-ctan): Ditto.
456         (gnus-button-tex-level): Ditto.
457         (gnus-button-alist): Removed CTAN stuff.
458
459 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
462         nnimap-streaming test.
463
464         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
465         servers twice.
466
467         * nnimap.el (nnimap-open-connection): Add more error reporting when
468         nnimap fails early.
469
470         * nnheader.el (nnheader-get-report-string): New function.
471         (nnheader-get-report): Use it.
472
473         * gnus-int.el (gnus-check-server): Say what the error was when opening
474         failed.
475
476         * nnimap.el (nnimap-wait-for-response): Search further when we're not
477         using streaming.
478
479 2010-09-25  Julien Danjou  <julien@danjou.info>
480
481         * gnus-html.el (gnus-html-rescale-image): Use our defalias
482         gnus-window-inside-pixel-edges.
483
484 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
487
488         * mm-decode.el (mm-save-part): Allow saving to other directories the
489         normal Emacs way.
490
491         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
492         by Jay Berkenbilt.
493
494         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
495         there isn't a single byte.
496
497         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
498         just do it.  It doesn't really seem to matter what the user responds
499         here, I think, so it's just a confusing question.
500
501         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
502         non-streaming case.
503
504         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
505         (gnus-article-encrypt-body): Use it.
506
507         * gnus-sum.el (gnus-summary-show-complete-article): New command and
508         keystroke.
509
510         * nnimap.el (nnimap-find-wanted-parts-1): Use
511         gnus-fetch-partial-articles.
512
513         * gnus-art.el (gnus-fetch-partial-articles): New variable.
514
515         * nnimap.el (nnimap-insert-partial-structure): New function.
516         (nnimap-get-partial-article): New function.
517         (nnimap-request-article): Use it.
518         (nnimap-wait-for-response): Return whether the wait was successful.
519         (nnimap-finish-retrieve-group-infos): Don't do anything if the
520         retrieval wasn't successful.
521         (nnimap-retrieve-group-data-early): Allow throttling servers.
522         (nnimap-streaming): New variable.
523         (nnimap-fetch-partial-articles): Removed.
524
525         * mm-decode.el (mm-with-part): Protect against killed buffers.
526
527         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
528         for prettier summary display.
529
530 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
531
532         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
533         directly.
534
535 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
538         apparently third-party libraries depend on it.
539
540         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
541         before starting negotiation.
542
543         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
544         privacy reasons.
545         (gnus-treat-mail-gravatar): Ditto.
546
547         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
548         buffer when inserting images.  Inserting text into the headers, for
549         instance, can make them invalid.
550
551 2010-09-25  Julien Danjou  <julien@danjou.info>
552
553         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
554         variables.
555
556         * nnheader.el: Remove useless variables news-reply-yank-from and
557         news-reply-yank-message-id.
558
559         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
560         variables.
561
562         * mml1991.el: Remove useless mml1991-verbose.
563
564         * gnus.el: Remove useless variable gnus-use-generic-from.
565         Remove obsolete variable gnus-topic-indentation.
566
567         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
568
569         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
570
571         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
572
573         * gnus-group.el: Remove useless gnus-group-icon-cache.
574         Remove useless gnus-ephemeral-group-server.
575
576         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
577
578         * mml2015.el: Remove useless mml2015-verbose.
579
580         * mml-smime.el: Remove useless mml-smime-verbose.
581
582         * gnus.el: Remove useless gnus-local-domain.
583
584         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
585         gnus-gravatar-size.
586
587         * gnus-art.el: Remove useless gnus-treat-translate.
588
589 2010-09-24  Julien Danjou  <julien@danjou.info>
590
591         * gnus-sum.el: Add support for Gravatars.
592
593         * gnus-art.el: Add support for Gravatars.
594
595         * gnus-gravatar.el: Add this file.
596
597         * gravatar.el: Add this file.
598
599 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
602
603         * gnus-group.el (gnus-group-fetch-faq): Removed.
604
605         * gnus.el (gnus-group-faq-directory): Removed.
606
607         * gnus-group.el (gnus-group-fetch-charter): Removed.
608
609         * gnus.el (gnus-group-charter-alist): Removed.
610
611         * gnus-group.el (gnus-group-archive-directory): Removed.
612         (gnus-group-recent-archive-directory): Ditto.
613         (gnus-group-make-archive-group): Removed.
614
615         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
616
617         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
618         use the same article number for all the cached articles.
619
620         * nnimap.el (nnimap-command): Register the last command time so
621         that we can use it for idling NOOPs.
622         (nnimap-open-connection): Start the keeplive timer.
623         (nnimap-make-process-buffer): Store all the process buffers.
624         (nnimap-keepalive): New function.
625
626         * starttls.el: (starttls-open-stream): Add autoload cookie.
627
628 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
629
630         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
631         handling.
632
633 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
636         its data structures.
637
638         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
639         instead of the cl.el copy-list.
640         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
641         equalp.
642
643 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
646         and tool-bar-local-item-from-menu.
647
648         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
649         mode-line-highlight face for Emacs.
650
651         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
652         loading gnus-sum.elc; fix comment for canlock-verify.
653         (gnus-article-jump-to-part): Use read-number.
654         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
655         Emacs pre-21 compatible code for help-echo.
656         (gnus-article-next-page-1): No need to adjust the number of lines.
657         (gnus-article-describe-bindings): Always use help-buffer.
658
659         * gnus-audio.el (gnus-audio-inline-sound)
660         * gnus-cus.el (gnus-custom-mode)
661         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
662
663         * gnus-sum.el (gnus-remove-overlays): Doc fix.
664
665         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
666         compatible code.
667
668 2010-09-24  Glenn Morris  <rgm@gnu.org>
669
670         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
671         visiting the fcc file in rmail-mode.
672
673         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
674
675 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * nnir.el: Silence the byte compiler.
678
679         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
680         alias to browse-url-url-encode-chars if any.
681         (gnus-html-encode-url): Use it.
682
683 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * gnus-start.el (gnus-use-backend-marks): New variable.
686         (gnus-get-unread-articles-in-group): Use it.
687
688         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
689         makeover.
690
691 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
692
693         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
694
695 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
698         Removed.
699         (gnus-setup-news-hook): Removed
700         gnus-fixup-nnimap-unread-after-getting-new-news.
701
702         * gnus-int.el (gnus-request-update-info): Protect against backends not
703         having the function.
704
705         * nnimap.el (nnimap-stream): Mention starttls.
706         (nnimap-open-connection): Add starttls support.
707
708 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
709
710         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
711
712 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
715         BODYSTRUCTUREs.
716         (nnimap-transform-headers): Unfold quoted {42} headers.
717
718         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
719         the info.
720         (gnus-get-unread-articles): Only call updatep on backends that support
721         it.
722
723         * nnweb.el (nnweb-request-update-info): NOOP.
724
725         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
726
727         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
728         since it only deals with marks.
729
730         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
731         gnus-request-marks, and make a new gnus-request-update-info.
732
733         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
734         the active instead of the high number, which is usually too low.
735
736 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
737
738         * netrc.el (netrc-parse): Remove encrypt.el mentions.
739         * encrypt.el: Removed.
740
741 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
744         server in symbolic form.
745
746         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
747         0.9.
748
749 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
752         (nnimap-update-info): Fix up code slightly.
753
754         * gnus-int.el (gnus-open-server): Add tracing for performance
755         debugging.
756
757         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
758         (gnus-group-insert-group-line): Pass the real group name so that it
759         gets the right data.
760
761         * gnus-start.el (gnus-get-unread-articles): Don't have
762         `gnus-get-unread-articles-in-group' update info, since that can be
763         really slow and doesn't seem to be needed?
764
765 2010-09-22  Dan Christensen  <jdc@uwo.ca>
766
767         * time-date.el (date-to-time): Try using parse-time-string first before
768         using the slower timezone-make-date-arpa-standard.
769
770 2010-09-22  Julien Danjou  <julien@danjou.info>
771
772         * gnus-group.el (gnus-group-insert-group-line): Call
773         gnus-group-highlight-line.
774         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
775         default hook list.
776         (gnus-group-update-eval-form): Add new function.
777         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
778         (gnus-group-get-icon): Use gnus-group-update-eval-form.
779
780 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
783         immediate, then expire all articles.
784         (nnimap-update-info): Fix off-by-one errors.
785         (nnimap-flags-to-marks): Would return no marks lists for group with no
786         flags.  Instead return the other data.
787
788 2010-09-22  Julien Danjou  <julien@danjou.info>
789
790         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
791         Only return an icon.
792         (gnus-group-insert-group-line): Compute icon to return.
793
794         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
795         variable.
796         (gnus-html-image-fetched): Only cache if
797         gnus-html-image-automatic-caching is set.
798         (gnus-html-image-fetched): Check for errors.
799
800 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
803         once per method on `g'.  This ensures that backends like nnfolder don't
804         open all their folders.
805
806         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
807         (nnimap-request-list): Nix out group in the correct buffer.
808         (nnimap-parse-flags): Implement by using `read' instead of
809         hand-parsing.
810         (nnimap-flags-to-marks): Pass on permanent-flags.
811         (nnimap-make-process-buffer): Record the server name.
812         (nnimap-parse-flags): Fix typo.
813         (nnimap-request-scan): Run split on the server in general, not just a
814         single group.
815
816         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
817         parameter, and propagate this downwards.
818
819         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
820         since EXAMINE changes it on the server.
821
822         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
823         this command might take a while.
824
825 2010-09-22  Julien Danjou  <julien@danjou.info>
826
827         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
828         harmful if you have 2 images side-by-side, they can't be properly
829         update on text deletion.  Using text-property is safer here.
830         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
831         data.
832
833 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * nnimap.el (nnimap-expunge-inbox): Removed.
836         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
837         (nnimap-expunge): Flip default to t.
838
839         * gnus.el (gnus-method-to-server): Don't push things to the cache
840         unless it's unique.
841         (gnus-server-to-method): Ditto.
842
843 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
844
845         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
846
847 2010-09-22  Julien Danjou  <julien@danjou.info>
848
849         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
850         get the start of data.
851         (gnus-html-encode-url): Add this function to encode special chars in
852         URL.
853         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
854         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
855
856         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
857         default.
858         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
859
860         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
861         images alt-text.
862         (gnus-html-put-image): Put alt-text as help-echo.
863
864 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
867         * mm-util.el (mm-decompress-buffer)
868         * nnir.el (nnir-run-find-grep)
869         * pop3.el (pop3-list): Use 3rd arg of split-string.
870
871         * time-date.el (format-seconds): Comment fix.
872
873         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
874         and byte-optimize-form-code-walker.
875         (dgnushack-make-auto-load): Don't advise make-autoload.
876
877         * lpath.el: Remove Emacs 21 stuff.
878
879 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
882         outside the active range.  Suggested by Dan Christensen.
883
884         * gnus-start.el (gnus-get-unread-articles): Get the extended method
885         slightly later to avoid double-getting it.
886
887         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
888         previous patch.
889
890         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
891
892 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
893
894         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
895
896 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-int.el (gnus-open-server): Give a better error message in the
899         "go offline" case.
900
901         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
902         marks for nnimap, which is seldom the right thing to do.
903
904         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
905         (gnus-same-method-different-name): New function.
906
907         * nnimap.el (parse-time): Require.
908
909         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
910         method in the presence of many similar methods.
911
912         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
913
914         * nnimap.el (nnimap-find-expired-articles): Don't refer to
915         nnml-inhibit-expiry.
916
917         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
918         find out whether methods are equal.
919
920         * nnimap.el (nnimap-find-expired-articles): New function.
921         (nnimap-process-expiry-targets): New function.
922         (nnimap-request-move-article): Request the article before looking at
923         what the Message-ID is.  Fix found by Andrew Cohen.
924         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
925
926         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
927         for oldness in addition to being a predicate.
928
929         * nnimap.el (nnimap-request-group): When we have zero articles, return
930         the right data to Gnus.
931         (nnimap-request-expire-articles): Only delete articles immediately if
932         the target is 'delete.
933
934         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
935         method, this would bug out.
936
937         * gnus-group.el (gnus-group-expunge-group): Renamed from
938         gnus-group-nnimap-expunge, and implemented as a normal interface
939         function.
940
941         * gnus-int.el (gnus-request-expunge-group): New function.
942
943         * nnimap.el (nnimap-request-create-group): Implement.
944         (nnimap-request-expunge-group): New function.
945
946 2010-09-21  Julien Danjou  <julien@danjou.info>
947
948         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
949         (gnus-html-cache-expired): Add new function.
950         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
951         wethever we should display image for fetch it.
952         Compute alt-text earlier to pass it to the fetching function too.
953         (gnus-html-schedule-image-fetching): Change function argument to only
954         get one image at a time, not a list.
955         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
956         cache.
957         (gnus-html-get-image-data): New function to retrieve image data from
958         cache.
959         (gnus-html-put-image): Change buffer argument to use image data rather
960         than file, and place image above region rather than inserting a new
961         one. Do not take alt-text as argument, since it's useless now: we place
962         the image above alt-text.
963         (gnus-html-prune-cache): Remove.
964         (gnus-html-show-images): Start to fetch image when we find one, do not
965         push into a temporary list.
966         (gnus-html-prefetch-images): Only fetch image if they have expired.
967         (gnus-html-browse-image): Fix, use 'gnus-image-url.
968         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
969
970 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
973
974 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
977         spec inser "*" if the group isn't active instead of 0.
978
979         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
980         opening the server.
981         (nnimap-request-delete-group): Implement group deletion.
982         (nnimap-transform-headers): Return the size of the entire message in
983         the Bytes header, not just the size of the first part.
984         (nnimap-request-move-article): When moving an article from nnimap,
985         request the article first so the accepting form has an article to
986         accept.  Reported by Dan Christensen.
987         (nnimap-command): Make sure that the error message doesn't error out.
988
989 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
990
991         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
992         we haven't requested anything.
993
994 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
997         "".  Fix found by Andrew Cohen.
998
999         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1000         instead of -encode-string.
1001
1002 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1005
1006         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1007         by mm-subst-char-in-string.
1008
1009 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1012         waiting for the connection string.
1013
1014         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1015         arriving.
1016
1017         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1018         bogus characters.  This allows selecting certain Gmail groups.
1019
1020         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1021         (nnimap-fetch-partial-articles): New variable.
1022         (nnimap-open-connection): When looking for credentials, also use the
1023         nnimap-server-port.
1024         (nnimap-request-article): Return the group/article number, so that Gnus
1025         `^' works as expected.
1026         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1027         them.
1028
1029         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1030         comments.
1031         (gnus-methods-sloppily-equal): New function.
1032         (gnus): When using the development version of Gnus, load the gnus-load
1033         file.
1034
1035         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1036         `gnus-open-server' on each method before trying to scan them etc.  This
1037         ensures that all the backend parameters are set correctly.
1038
1039         * nnimap.el (nnimap-authenticator): New variable.
1040         (nnimap-open-connection): Allow anonymous login.
1041         (nnimap-transform-headers): The chars header is called Chars not
1042         Bytes.
1043         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1044         drops.
1045
1046         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1047         patch, found by Knut Anders Hatlen.
1048
1049 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1050
1051         * gnus-agent.el (gnus-agent-batch-confirmation)
1052         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1053         to gnus-message.
1054         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1055         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1056         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1057         * gnus-int.el (gnus-open-server): Likewise.
1058         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1059         (gnus-score-check-syntax): Likewise.
1060         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1061         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1062         Likewise.
1063         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1064
1065 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1068         calling conventions so that prefetch doesn't bug out.
1069
1070 2010-09-19  Julien Danjou  <julien@danjou.info>
1071
1072         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1073         rather than `subst-char-in-region' in order to be able to replace ASCII
1074         char by UTF-8 ones.
1075
1076         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1077         than curl.
1078         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1079         the right URL and ALT text on images.
1080         (gnus-html-wash-tags): Fix tag case.
1081         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1082         (gnus-article-html): Add -o display_ins_del=2 option.
1083         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1084
1085 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1088         the extra mail headers, which sometimes seem to happen for unknown
1089         reasons.
1090
1091         * mail-parse.el (mail-header-encode-parameter): Define as
1092         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1093         (or most, perhaps?) mail readers don't understand the latter, but do
1094         understand the former.
1095
1096         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1097         to nil, so that no methods are automatically agentized.  I think this
1098         is probably what most users want.
1099
1100         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1101         from url-retrieve, for instance about invalid URLs.
1102
1103         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1104         groups that have no articles.
1105         (nnimap-request-article): Check that we really got an article when we
1106         requested one.
1107
1108         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1109         doesn't exist.
1110
1111         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1112         nntp buffer so the agent can save it.
1113         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1114         that CRLF doesn't get translated to \n.
1115         (nnimap-open-connection): Don't make 'shell commands only send \n.
1116
1117 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1118
1119         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1120         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1121         Update var name.
1122         (nnml-generate-nov-file): Use dolist.
1123         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1124         Use with-current-buffer.
1125
1126 2010-09-18  Julien Danjou  <julien@danjou.info>
1127
1128         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1129         parallel.
1130
1131 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1134         the range update right.
1135         (nnimap-request-group): Don't make `M-g' bug out on group with no
1136         marks.
1137         (nnoo): Required, so that other packages can require nnimap.
1138         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1139         command we're looking for.  This helps when the server sends more
1140         responses after we've gotten everything we expected.
1141         (nnimap): Add a `newlinep' field to keep track of end-of-line
1142         conventions.
1143         Don't send CRLF to things that don't want it.
1144         (nnimap-request-accept-article): Ditto.
1145
1146 2010-09-18  Julien Danjou  <julien@danjou.info>
1147
1148         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1149         than curl to retrieve images.
1150
1151 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1154         the marks.
1155         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1156         (nnimap-wait-for-connection): New function.
1157         (nnimap-open-connection): If we have PREAUTH, don't query for login
1158         credentials.
1159         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1160         when doing a partial update.
1161
1162 2010-09-18  Julien Danjou  <julien@danjou.info>
1163
1164         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1165         tags.
1166
1167 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * nnimap.el (nnimap-credentials): New function.
1170         (nnimap-open-connection): Use the new function to look for credentials
1171         also on the numeric equivalents of "imap" and "imaps".
1172
1173         * gnus-start.el (gnus-activate-group): Send the info to
1174         gnus-request-group.
1175
1176         * nnimap.el (nnimap-request-group): Have the "check" version of the
1177         function parse flags and update the info, so that a `M-g' get a total
1178         resync of all flags from the group.
1179
1180         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1181         to allow backends to alter the info on group selection.  Also alter all
1182         the backend -request-group functions to take the parameter.
1183
1184         * nnimap.el (nnimap-store-info): New function.
1185         (nnimap-update-info): Store the info for later usage.
1186         (nnimap-request-group): Use the stored info for the dont-check case, so
1187         that we don't retrieve all marks when we enter a group.
1188
1189         * nnimap.el: Use deffoo instead of defun for interface functions.
1190
1191         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1192         update the group info.  This makes the nndraft groups, for instance, go
1193         back to their old behaviour.
1194
1195         * gnus-sum.el (gnus-select-newsgroup): Indent.
1196
1197         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1198         in.
1199         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1200         nothing.
1201
1202         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1203         from methods that are denied.
1204
1205         * gnus-int.el (gnus-method-denied-p): New function.
1206
1207         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1208         store the password instead of netrc.
1209         (nnimap-open-connection): Don't error out when we can't make a
1210         connections.
1211
1212         * auth-source.el (auth-source-create): In the password prompt, say what
1213         we're querying for.  Also prompt for user name if that hasn't been
1214         given.
1215
1216         * nnimap.el (nnimap-with-process-buffer): Removed.
1217
1218 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1221         method when we're reading from the agent.
1222
1223         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1224
1225         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1226         that's probably most useful for users.
1227
1228         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1229         "failed" all the time.
1230
1231         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1232         ...)) with (with-current-buffer ... ).
1233
1234         * nntp.el (nntp-open-server): Return whether the open was successful or
1235         not.
1236
1237         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1238         select an unread unseen article first.
1239
1240         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1241         /etc/services, supply some sensible port defaults.
1242
1243         * dgnushack.el: Define netrc-credentials.
1244
1245 2010-09-17  Julien Danjou  <julien@danjou.info>
1246
1247         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1248
1249 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1250
1251         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1252         doesn't have any parameters.
1253
1254 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1257         only upcased checks.
1258
1259         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1260
1261         * nnimap.el (nnimap-open-shell-stream): New function.
1262         (nnimap-open-connection): Use it.
1263         (nnimap-transform-headers): Get the number of lines in each message.
1264         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1265         number of lines.
1266         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1267         problem.
1268
1269         * utf7.el (utf7-encode): Autoload.
1270
1271         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1272         to allow the mail splitting to not return a default group.  This is
1273         useful for nnimap, which will leave unmatched mail in the inbox.
1274
1275         * nnimap.el: Rewritten.
1276
1277         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1278         nnimap usage.
1279
1280         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1281         if the move is internal, so that nnimap can do fast internal moves.
1282
1283         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1284         data.
1285         (gnus-read-active-for-groups): Support finishing the early retrieval of
1286         data.
1287
1288         * gnus-range.el (gnus-range-nconcat): New function.
1289
1290         * gnus-int.el (gnus-finish-retrieve-group-infos)
1291         (gnus-retrieve-group-data-early): New functions.
1292
1293 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1294
1295         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1296         (nnrss-retrieve-groups):
1297         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1298         (pop3-quit): Use with-current-buffer.
1299
1300 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1303         instead of nnheader-accept-process-output.
1304
1305         * dgnushack.el (dgnushack-compile): Add comment.
1306
1307         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1308
1309         * gnus-html.el (gnus-html-schedule-image-fetching)
1310         (gnus-html-prefetch-images): Replace process-kill-without-query by
1311         gnus-set-process-query-on-exit-flag.
1312
1313 2010-09-16  Romain Francoise  <romain@orebokech.com>
1314
1315         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1316
1317 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1320         parameter to unintern is mandatory-ish in Emacs 24.
1321
1322         * gnus-html.el (gnus-html-schedule-image-fetching)
1323         (gnus-html-prefetch-images): Check for curl before using it.
1324
1325         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1326         depend on curl, which isn't essential.
1327
1328         * imap.el: Revert back to version
1329         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1330         seem problematic.
1331
1332 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1333
1334         * gnus-registry.el (gnus-registry-install-shortcuts):
1335         Explicitly pass `obarray' to `unintern' to avoid a warning.
1336
1337 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1340         change.
1341
1342         * nnrss.el (nnrss-request-list): Removed this function and related
1343         functions, including the moreover stuff.
1344
1345 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * nnrss.el (nnrss-retrieve-groups): New function.
1348
1349 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1350
1351         * .dir-locals.el: Add no-byte-compile cookie.
1352
1353 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * time-date.el (format-seconds): Comment fix.
1356
1357         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1358         for back end that doesn't support request-scan.
1359
1360 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1363         then do request scans from the backends.
1364
1365         * netrc.el (netrc-credentials): New conveniency function.
1366
1367         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1368         avoid running a hook per line, since this takes a lot of time,
1369         profiling shows.
1370         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1371         directly if gnus-visual-p is true.
1372
1373 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1376         groups; replace mapcar with dolist which is a bit faster; pass groups
1377         info to gnus-read-active-file-1.
1378         (gnus-read-active-file-1): Scan only specified groups if the new
1379         optional arg `infos' is given.
1380
1381 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1384
1385         * pop3.el (pop3-movemail): Removed.
1386         (pop3-streaming-movemail): Renamed to pop3-movemail.
1387
1388         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1389         don't restrict end-tag searches to the end of the line.
1390
1391 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1394         articles of every unchecked group to t, which means unknown since the
1395         server has never been opened.
1396
1397 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-html.el (gnus-html-show-alt-text): New command.
1400         (gnus-html-browse-image): Ditto.
1401         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1402         to browse the image directly.
1403         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1404         better.
1405
1406         * gnus-async.el (gnus-async-article-callback): Call
1407         `gnus-html-prefetch-images' unconditionally.
1408
1409         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1410         before feeding URLs to curl.
1411
1412 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1415         internal images as deletable by `W D D'.
1416
1417         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1418         (gnus-async-article-callback): Fix typo.
1419
1420 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1423         current line to work around bugs in the output from w3m.
1424
1425         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1426         for groups that want that.
1427
1428         * nntp.el (nntp-wait-for-string): Supply a timeout for
1429         accept-process-output to ensure progress.
1430
1431         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1432         level to get unread articles from, then use that for foreign groups,
1433         too.
1434
1435         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1436         confuses the rest of the function.
1437
1438         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1439         for the methods that support -retrieve-groups, too.
1440
1441         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1442
1443 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1446         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1447
1448         * pop3.el: Require cl when compiling.
1449         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1450
1451 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1454         that aren't going to be activated.
1455         (gnus-get-unread-articles): Fix up the last commit.
1456
1457         * gnus-html.el (gnus-article-html): Allow calling without specifying
1458         the handle.  In that case, dissect the buffer first.
1459
1460         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1461
1462         * nnimap.el (nnimap-open-connection): Revert the change that would look
1463         into authinfo for imaps instead of imap.
1464
1465         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1466         say that you don't want to call gnus-request-group with don-check, but
1467         do check the reponse.  This is for virtual groups only.
1468         (gnus-get-unread-articles): Count the archive groups as secondary, so
1469         that they're activated the same way as before.
1470
1471         * imap.el (imap-message-map): Removed optional buffer parameter, since
1472         no callers use it.
1473         (imap-message-get): Ditto.
1474         (imap-message-put): Ditto.
1475         (imap-mailbox-map): Ditto.
1476         (imap-mailbox-put): Ditto.
1477         (imap-mailbox-get): Ditto.
1478         (imap-mailbox-get): Revert last change for this function.
1479
1480         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1481         case-insensitively.
1482         (nnimap-debug): Removed.
1483
1484         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1485         to use `imap-fetch' instead.  According to the comments, this should be
1486         safe, since all other IMAP clients use the 1:* syntax.
1487         (imap-enable-exchange-bug-workaround): Removed.
1488         (imap-debug): Removed -- doesn't seem very useful.
1489
1490         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1491         mail from a file, and the file doesn't exist.
1492
1493         * imap.el (imap-log): New convenience function used throughout instead
1494         of repeating the same code all over the place.
1495
1496         * pop3.el (pop3-streaming-movemail): Return t for success.
1497
1498         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1499         .authinfo if we're using ssl connection.
1500
1501         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1502         already have if we're in a main Gnus `g' run.
1503
1504         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1505
1506 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1509
1510         * nnmh.el (nnmh-request-list-1): Bind `file'.
1511
1512         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1513         alias to set-process-query-on-exit-flag or process-kill-without-query.
1514         (pop3-open-server): Use it.
1515
1516 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1519         box to the Incoming file.  Fixes mistake in previous checkin.
1520
1521         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1522         request loop (for debugging purposes) removed.
1523
1524         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1525         culprit is more visible.
1526         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1527         (nnml-add-incremental-nov): New functions to do "incremental" nov
1528         updates, where we just append to the end of the existing nov files
1529         without reading/writing them in full.
1530
1531         * mail-source.el (mail-source-delete-crash-box): Really only check the
1532         incoming files once in a while.
1533
1534         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1535
1536         * mail-source.el (mail-source-delete-crash-box): Only check the
1537         incoming files for deletion once per day to save a lot of file
1538         accesses.
1539
1540         * pop3.el (pop3-logon): Fix up unbound variable typo.
1541
1542         * mail-source.el (pop3-streaming-movemail): Autoload.
1543
1544         * pop3.el (pop3-streaming-movemail): Respect
1545         pop3-leave-mail-on-server.
1546
1547         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1548         retrieval.
1549
1550         * pop3.el (pop3-process-filter): Removed unused function.
1551         (pop3-streaming-movemail, pop3-send-streaming-command)
1552         (pop3-wait-for-messages, pop3-write-to-file)
1553         (pop3-number-of-responses): New functions for streaming pop3
1554         retrieval.
1555
1556         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1557         come from no known methods.
1558         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1559         list.
1560
1561         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1562         message sizes.
1563         (pop3-movemail): Use erase-buffer instead of looping and deleting
1564         regions, which seems rather odd.
1565
1566         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1567         file once per `g' run.
1568
1569         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1570         directories.  This makes the draft queue directory work.
1571
1572         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1573         data from the backends, so that we only request the list of groups from
1574         each method once.  This should speed things up considerably.
1575
1576         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1577         detect that it's not implemented.
1578
1579         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1580         we actually do recurse down into the tree, but don't stat all leaf
1581         nodes.
1582
1583         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1584         then say so instead of bugging out.
1585
1586         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1587         files exist before trying to read them.
1588
1589         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1590         around <pre_int>.
1591
1592         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1593
1594         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1595
1596 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * mm-util.el (mm-image-load-path): Just return the image directories,
1599         not all directories in the path in addition to the image directories.
1600         (mm-image-load-path): Maintain a cache of the image directories so that
1601         the `g' command in Gnus doesn't have to stat dozens of directories each
1602         time.
1603
1604         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1605         (gnus-html-wash-tags): Add a new `i' command to insert images.
1606         (gnus-html-insert-image): New command and keystroke.
1607         (gnus-html-redisplay-with-images): New command and keystroke.
1608         (gnus-html-show-images): Renamed command.
1609         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1610         spacers.
1611         (gnus-html-wash-tags): Decode entities at the end, so that entities
1612         inside the tags don't mess up the rest of the "parsing".
1613
1614         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1615         so that nnimap methods aren't agentized by default.  There's apparently
1616         many problems related to agent/imap behaviour.
1617
1618         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1619
1620         * gnus-html.el: Doc fix.
1621
1622 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1625         specifier-spec-list for Emacs 21.
1626
1627         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1628         glyph-width and glyph-height instead of display-graphic-p and
1629         image-size; make avoidance of displaying small images work for XEmacs.
1630
1631         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1632         for XEmacs.
1633
1634         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1635         of symbol that holds plist data.
1636         (gnus-process-plist): Remove plist of process after getting it.
1637
1638 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * message.el (message-generate-hashcash): Change default to
1641         'opportunistic if hashcash is installed.
1642
1643         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1644         (gnus-html-put-image): Only call image-size once, since it's somewhat
1645         time-consuming on remote X servers.
1646
1647 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1650         type on data, not a file name.
1651
1652         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1653         window-pixel-edges for Emacs 21.
1654
1655         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1656         decoded contents.
1657         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1658
1659 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1662         group line format, since it isn't very interesting.
1663
1664         * gnus-agent.el (gnus-agent-short-article),
1665         (gnus-agent-long-article): Increase values for these two variables,
1666         since most people are likely to have more network connection and
1667         storage than before.
1668
1669         * gnus.el (gnus-refer-article-method): Change default to 'current.
1670         When referring an article, the common behaviour is to refer it from the
1671         current select method, not the native select method.  The chances of
1672         the native select method having the message in question is rather slim
1673         these days.
1674
1675         * gnus-sum.el (gnus-auto-select-subject): Change default to
1676         `unseen-or-unread'.  I think it's likely that most people want to
1677         select an unseen article over a previously seen, but unread one.
1678
1679         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1680         means that in the article buffer none of the minor mode elements will
1681         be shown, usually, and this is not desirable in most cases.
1682
1683         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1684         that commands like `d' (and the like) go to the next line in the
1685         buffer, instead of the next unread article.  I think this is the
1686         behaviour that is most natural for most users.
1687         (gnus-single-article-buffer): Change default to nil, so that people can
1688         have as many article buffers open as they have summary buffer.  I think
1689         this is the most natural way for the groups to behave.
1690
1691         * message.el (message-generate-new-buffers): Change default to
1692         `unsent', so that all new message buffers start their names with the
1693         string "*unsent", and it's easier to find the buffers if you move from
1694         them.
1695
1696 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1699         small.  They're probably tracking images.
1700         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1701         (gnus-html-rescale-image): Yet another try at getting the image sizing
1702         right.
1703
1704         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1705         nntp-marks-file-name is nil.
1706
1707 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1708
1709         * gnus-html.el (gnus-html-wash-tags)
1710         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1711         Better logging.
1712
1713 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1716
1717         * gnus-html.el (gnus-html-wash-tags): Check the value of
1718         gnus-blocked-images in the summary buffer.
1719
1720 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1721
1722         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1723
1724 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1727         like "a", it seems like.
1728         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1729         since it needs to be picked from the correct buffer.
1730
1731         * nnwfm.el: Removed.
1732
1733         * nnlistserv.el: Removed.
1734
1735 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1736
1737         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1738         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1739
1740 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * nnkiboze.el: Removed.
1743
1744         * nndb.el: Removed.
1745
1746         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1747         alt text.
1748         (gnus-html-rescale-image): Try to get the rescaling logic right for
1749         images that are just wide and not tall.
1750
1751         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1752         overshadow variable bindings.
1753
1754 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1755
1756         * gnus-html.el (gnus-html-wash-tags)
1757         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1758         extra logging.
1759
1760 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1763         (gnus-max-image-proportion): New variable.
1764         (gnus-html-rescale-image): New function.
1765         (gnus-html-put-image): Rescale images.
1766
1767 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1768
1769         Fix up some byte-compiler warnings.
1770         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1771         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1772         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1773         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1774         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1775         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1776         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1777
1778 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus-html.el (gnus-article-html): Decode contents by charset.
1781
1782 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1785         (gnus-html-frame-width, gnus-blocked-images)
1786         * message.el (message-prune-recipient-rules): Add custom version.
1787         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1788
1789         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1790         functions.
1791
1792         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1793         gnus-process-get.
1794
1795 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1796
1797         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1798         instead of lsub directly.
1799
1800 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * nnwarchive.el: Removed.
1803
1804         * gnus-soup.el: Removed.
1805
1806         * nnsoup.el: Removed.
1807
1808         * nnultimate.el: Removed.
1809
1810         * gnus-html.el (gnus-blocked-images): New variable.
1811
1812         * message.el (message-prune-recipients): New function.
1813         (message-prune-recipient-rules): New variable.
1814
1815         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1816         guess whether a long line is natural text or not.
1817
1818         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1819         gnus-process-plist and friends for compatibility.
1820
1821 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1822
1823         * gnus-html.el: Require packages that define macros used in this file.
1824         (gnus-article-mouse-face): Declare to silence byte-compiler.
1825         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1826         process-get.
1827         (gnus-html-put-image): Use plist-get to avoid getf.
1828         (gnus-html-prefetch-images): Use with-current-buffer.
1829
1830 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * gnus-ems.el: Provide compatibility functions for
1833         gnus-set-process-plist.
1834
1835         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1836         header-line-format for XEmacs 21.4.
1837
1838         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1839         * gnus.el (gnus-valid-select-methods)
1840         * message.el (message-send-mail-partially-limit)
1841         * mm-decode.el (mm-text-html-renderer)
1842         * mml.el (mml-insert-mime-headers-always)
1843         * smiley.el (smiley-regexp-alist): Bump custom version.
1844
1845 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus-html.el: require mm-url.
1848         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1849         with the url to `url'.
1850         (gnus-html-wash-tags): Support cid: URLs/images.
1851
1852 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1855         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1856         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1857
1858         * gnus-move.el: Removed file, since it doesn't really work.
1859
1860         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1861         UTF-8.  This seems to fix problems with some German web feeds.
1862
1863         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1864         at the top so that the proper colours are applied.
1865
1866         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1867         don't have dots in their names.
1868
1869         * gnus-art.el (gnus-article-view-part): Doc fix.
1870
1871         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1872         XEmacs-compatible.
1873         (gnus-html-put-image): Don't do images on non-graphic displays.
1874
1875         * nnslashdot.el: Removed this unused backend.
1876
1877         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1878         actions.
1879         (gnus-undo-register-1): Revert last change.
1880
1881         * gnus-group.el (gnus-group-completing-read): Protect against not
1882         having completion-styles bound.
1883
1884         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1885         make broken recipients happier.
1886
1887         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1888
1889         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1890         point parameter.
1891
1892         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1893
1894         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1895         completion-styles for group selection.
1896
1897 2009-02-04  Andreas Schwab  <schwab@suse.de>
1898
1899         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1900         headers and regexp-quote the match if necessary.
1901
1902 2009-03-24  Miles Bader  <miles@gnu.org>
1903
1904         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1905         the blinking smiley.
1906
1907 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1908
1909         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1910         blink smiley.
1911
1912 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1915         where the dribbel file lives exists.
1916
1917         * message.el (message-send-mail-partially-limit): Change the default to
1918         nil, since most people don't want this.
1919
1920         * mm-url.el (mm-url-decode-entities): Also decode entities like
1921         &#x3212.
1922
1923 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1924
1925         * gnus-sum.el (gnus-summary-idna-message):
1926         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1927         Hyperlink urls in docstrings with URL `...'.
1928
1929 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1930
1931         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1932         functions.
1933
1934 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1937         say what the mouseover text should be.
1938
1939         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1940         version of the mm-w3m-safe-url-regexp variable to only download images
1941         in the groups where we want that to happen.
1942
1943         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1944
1945         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1946         easier debugging.
1947         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1948         big pictures in the article buffer.
1949
1950         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1951         gnus-article-html.
1952         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1953         w3m.
1954
1955         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1956
1957 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1960         which doesn't exist.
1961
1962         * message.el (message-inhibit-ecomplete): New variable to allow some
1963         function to inhibit ecomplete address storage.
1964         (message-resend): Disable ecomplete message storage when resending
1965         messages.
1966
1967         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1968
1969 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1972         Save excursion while copying, moving, and deleting articles in order to
1973         prevent the cursor from jumping to unforeseen place.
1974
1975 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * lpath.el: No need to bind bookmark-current-buffer,
1978         bookmark-yank-point and bookmark-make-record-function.
1979
1980 2010-08-17  Glenn Morris  <rgm@gnu.org>
1981
1982         * gnus-sync.el: Require gnus components whose functions are used.
1983
1984         * gnus-art.el (bookmark-make-record-function):
1985         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1986         Declare for compiler.
1987
1988         * mm-url.el (mml-compute-boundary): Autoload.
1989
1990 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1993
1994 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1995
1996         Typo fix "hoo4a" -> "hook".
1997
1998         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1999
2000 2010-08-14  Glenn Morris  <rgm@gnu.org>
2001
2002         * gnus-sync.el (gnus-sync): Fix defgroup version.
2003
2004 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2005
2006         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2007
2008         * gnus-sync.el: Fix docs.
2009         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2010         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2011
2012 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2013
2014         Optimizations for gnus-sync.el.
2015
2016         * gnus-sync.el: Add docs about gnus-sync-backend
2017         possibilities.
2018         (gnus-sync-save): Remove unnecessary message.
2019         (gnus-sync-read): Optimize and show what groups were skipped.
2020
2021 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2022
2023         Minor bug fixes for gnus-sync.el.
2024
2025         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2026         read the sync on get-new-news.
2027
2028         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2029         quiet.
2030
2031         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2032
2033 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2034
2035         Make saving and restoring of hidden threads work with overlays.
2036         Patch applied by Ted Zlatanov.
2037
2038         * gnus-sum.el (gnus-hidden-threads-configuration)
2039         (gnus-restore-hidden-threads-configuration): Update to deal with text
2040         properties, rather than searching for a magic character.
2041
2042 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2043
2044         New gnus-sync.el library for synchronization of marks.
2045
2046         * gnus-sync.el: New library for synchronization of marks.
2047
2048         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2049         renamed from `gnus-registry-grep-in-list'.
2050
2051         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2052
2053         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2054
2055 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2058         determining charset of text fails.
2059
2060 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * nnmail.el (nnmail-get-new-mail-1): Revert.
2063
2064         * nnml.el (nnml-active-number): Make sure names of newly created groups
2065         in nnml-group-alist are encoded.
2066
2067 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2070         containing non-ASCII characters in active file for nnml back end.
2071
2072 2010-07-24  David Engster  <dengste@eml.cc>
2073
2074         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2075         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2076
2077 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2078
2079         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2080         tag (Bug#6654).
2081
2082 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2085         the article buffer, not the summary buffer.
2086
2087 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2090         Emacs 23 as well.
2091
2092 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2095         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2096
2097 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2098
2099         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2100         Patch applied by Karl Fogel.
2101
2102         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2103         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2104
2105 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2106
2107         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2108         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2109         C-w still not working correctly from Article buffers; Thierry's
2110         patch to fix that will be applied after this.
2111
2112         * gnus-art.el (bookmark-make-record-function): New local variable.
2113
2114         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2115         article buffer.
2116         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2117
2118 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2119
2120         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2121         on changes in bookmark.el.
2122
2123 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2126         `no-log' instead of message not to log prompt string.
2127
2128 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2129
2130         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2131         the *other* type of HTML form submission.
2132
2133 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2134
2135         * auth-source.el (auth-source-pick): If choice does not contain a
2136         questioned keyword, set the check to t.
2137
2138 2010-06-12  Romain Francoise  <romain@orebokech.com>
2139
2140         * gnus-util.el (gnus-date-get-time): Move up before first use.
2141
2142 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2145         (gnus-article-edit-part): Bind it to make last part that is substituted
2146         or deleted visible.
2147         (gnus-mime-display-single): Buttonize part of which id equals to
2148         gnus-mime-buttonized-part-id.
2149
2150 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2151
2152         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2153         (gnus-dd-mmm): Use gnus-date-get-time.
2154         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2155         simplify logic.
2156         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2157         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2158
2159 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2160
2161         * auth-source.el (top): Autoload `secrets-list-collections',
2162         `secrets-create-item', `secrets-delete-item'.
2163         (auth-sources): Fix tag string.
2164         (auth-get-source, auth-source-retrieve, auth-source-create)
2165         (auth-source-delete): New defuns.
2166         (auth-source-pick): Rewrite in order to avoid 2 passes.
2167         (auth-source-forget-user-or-password): New parameter USERNAME.
2168         (auth-source-user-or-password): New parameters CREATE-MISSING and
2169         DELETE-EXISTING.  Retrieve password interactively, if needed.
2170
2171 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2172
2173         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2174         deleting unused directories when gnus-expert-user is t.
2175
2176 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2179         for each temp file when gnus-article-browse-delete-temp is ask.
2180
2181 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2182
2183         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2184         Lisp calls to delete-backward-char by calls to delete-char.
2185
2186 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2187
2188         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2189
2190 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2191
2192         * password-cache.el (password-cache-remove): Fix docstring.
2193
2194 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2197         article unless decoding article to be saved.
2198
2199 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2202         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2203         generated within the mm-with-unibyte-current-buffer macro.
2204
2205 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2208         to nil when we're in a mml-preview buffer and no group is selected.
2209
2210 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2211
2212         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2213         when catching the `C-g'.  Reported by "Leo".
2214
2215 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * message.el (message-forward-make-body-plain)
2218         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2219         multibyte-string-p.
2220
2221         * lpath.el: Revert.
2222
2223 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * message.el (message-forward-make-body-mml): Assume original message
2226         is multibyte string; error on unibyte.
2227         (message-forward-make-body-plain): Ditto; don't add excessive newline
2228         in body end.
2229
2230         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2231
2232 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2233
2234         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2235         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2236
2237 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * mm-extern.el (mm-extern-url): Don't use
2240         mm-with-unibyte-current-buffer.
2241         (mm-extern-cache-contents): Use with-current-buffer instead of
2242         save-excursion + set-buffer.
2243
2244 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * mm-util.el (mm-emacs-mule): Remove.
2247
2248 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2249
2250         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2251         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2252         change.
2253
2254 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2257         bind the default value of enable-multibyte-characters to nil.
2258
2259 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * message.el (message-forward-make-body-plain)
2262         (message-forward-make-body-mml):
2263         Don't use mm-with-unibyte-current-buffer.
2264
2265 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2266
2267         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2268
2269 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2270
2271         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2272         (Bug#5592).
2273
2274 2010-05-07  Julien Danjou  <julien@danjou.info>
2275
2276         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2277         it to mm-pipe-part.
2278
2279         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2280         it is given.
2281
2282 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * binhex.el (binhex-decode-region-internal)
2285         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2286         (dns-query)
2287         * nnweb.el (nnweb-gmane-search)
2288         * pgg-parse.el (pgg-parse-armor)
2289         * pgg.el (pgg-verify-region)
2290         * sha1.el (sha1-string-external)
2291         * uudecode.el (uudecode-decode-region-internal)
2292         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2293         XEmacs.
2294
2295         * gnus-art.el (gnus-article-browse-html-parts)
2296         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2297         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2298         make-temp-file.
2299
2300         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2301         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2302         compiling.
2303
2304         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2305         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2306         XEmacs when compiling.
2307
2308         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2309         gnus-pick-mode-off-hook for XEmacs when compiling.
2310         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2311         gnus-binary-mode-off-hook for XEmacs when compiling.
2312
2313         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2314         nil if char-charset is not available.
2315
2316         * imap.el (imap-disable-multibyte)
2317         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2318         macros.
2319
2320         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2321         instead of encode-coding-string.
2322
2323         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2324         'xemacs) instead of mm-emacs-mule to switch function definitions.
2325         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2326
2327         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2328         bind temporary-file-directory for XEmacs;
2329         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2330         timer-set-function for XEmacs 21.4 and SXEmacs;
2331         bind timer-list for XEmacs 21.4 and SXEmacs;
2332         fbind char-charset and find-charset-region for non-Mule XEmacs;
2333         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2334         encode-coding-region and encode-coding-string for XEmacs having no
2335         file-coding feature.
2336
2337 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2338
2339         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2340
2341 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2344         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2345
2346 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2347
2348         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2349         alias `jka-compr-delete-temp-file' no longer exists.
2350
2351 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2352
2353         Use define-minor-mode in Gnus where applicable.
2354         * mml.el (mml-mode): Use define-minor-mode.
2355         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2356         (gnus-undo-mode): Use define-minor-mode.
2357         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2358         (gnus-dead-summary-mode): Use define-minor-mode.
2359         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2360         Initialize in declaration.
2361         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2362         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2363         (gnus-mailing-list-mode): Use define-minor-mode.
2364         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2365         (gnus-draft-mode): Use define-minor-mode.
2366         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2367         (gnus-dired-mode): Use define-minor-mode.
2368
2369 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2370
2371         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2372         handles on recursive mml-to-mime translation and check them for
2373         boundary delimiter collisions.  Reported by Greg Troxel.
2374
2375 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2378
2379 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2380
2381         * mm-util.el (mm-find-buffer-file-coding-system):
2382         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2383
2384 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2385
2386         * message.el (message-generate-headers): Record insertion of optional
2387         headers as well.  Otherwise the check to prevent repeated insertion of
2388         optional headers is a no-op.
2389
2390 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2391
2392         * smime.el: Don't mention CVS.
2393
2394         * nnrss.el (nnrss-fetch): Don't mention CVS.
2395
2396         * nnir.el: Don't mention CVS.
2397
2398 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2399
2400         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2401
2402 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * lpath.el: Fbind bookmark-default-handler,
2405         bookmark-get-bookmark-record, bookmark-make-record-default,
2406         bookmark-prop-get for Emacs <23 and XEmacs.
2407
2408 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2409
2410         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2411         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2412         Use with-current-buffer to silence the byte-compiler.
2413         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2414         bother to require `gnus'.
2415         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2416
2417 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2418
2419         * gnus-sum.el (gnus-summary-bookmark-make-record)
2420         (gnus-summary-bookmark-jump): New functions.
2421         (gnus-summary-mode): Setup bookmark support.
2422
2423 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2424
2425         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2426         if set.
2427
2428 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2431         gnus-article-browse-html-save-cid-image; make it work recursively for
2432         forwarded messages as well.
2433         (gnus-article-browse-html-parts): Work when prefix arg is given.
2434         (gnus-article-browse-html-article): Doc fix.
2435
2436 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2437
2438         * message.el (message-default-mail-headers):
2439         (message-default-headers): Carry the value mail-default-headers over
2440         into message-default-mail-headers, rather than message-default-headers.
2441
2442 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2443
2444         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2445         charset.
2446
2447         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2448         charset into the <meta> tag when the article is encoded to utf-8.
2449
2450 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2453         directories as well.
2454         (gnus-article-browse-html-parts): Work for images that do not specify
2455         file names; delete temp directory when quitting; insert header at the
2456         right place; use file: scheme for image files.
2457
2458 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2459
2460         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2461         (gnus-article-browse-html-parts): Use it to make temporary cid image
2462         files in addition to html file so that browser may display them.
2463
2464 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2467
2468 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2469
2470         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2471
2472 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2473
2474         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2475         about Secret Service API sources.  Improve Customize options.
2476         (auth-source-pick): Change to accept any number of search parameters.
2477         Implement fallbacks iteratively, not recursively.  Add scoring on the
2478         second pass and sort by score.  Call Secret Service API when needed.
2479         (auth-source-user-or-password): Use it.  Call Secret Service API
2480         directly when needed to get the user name and the password.
2481
2482 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2483
2484         * message.el (message-interactive): Doc fix.
2485         (message-qmail-inject-args): Reflow.
2486         (message-kill-to-signature): Fix typo in docstring.
2487
2488         * smiley.el (smiley-buffer): Fix typo in docstring.
2489
2490 2010-03-24  Glenn Morris  <rgm@gnu.org>
2491
2492         * mail-source.el (gnus-message): Declare.
2493         (mail-source-delete-old-incoming): Require gnus-util.
2494
2495 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2498
2499         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2500
2501         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2502         password-cache's default if it is not bound.
2503         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2504         password-cache-expiry's default if it is not bound.
2505
2506         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2507         available in Emacs 21.
2508
2509         * lpath.el: Suppress compiler warnings for:
2510         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2511         XEmacs;
2512         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2513         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2514         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2515
2516 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2517
2518         * auth-source.el (auth-sources): Fix up definition so extra parameters
2519         are always inline.
2520
2521 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2522
2523         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2524         wasn't updated after mismatch.  Clear cached mailbox info correctly
2525         when uidvalidity changes.
2526         (nnimap-group-prefixed-name): New function to avoid some code
2527         duplication.
2528         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2529         (nnimap-request-group): Use it.
2530         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2531         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2532         with many imap folders.  This is done by caching the group status from
2533         the imap server persistently in a group parameter `imap-status'.  (This
2534         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2535         but not persistently, so every Gnus startup was still very slow.)
2536
2537 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2538
2539         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2540         delete the extra newline.  Otherwise editing of :string and :number
2541         types don't work.
2542
2543 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2544
2545         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2546         secrets.el dependency.
2547         (auth-sources): Add optional user name.  Add secrets.el configuration
2548         choice (unused right now).
2549
2550 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2551
2552         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2553         `gnus-registry-install-shortcuts' fill in the functions.
2554
2555         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2556         warnings.
2557         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2558         (gnus-registry-install-shortcuts): Populate and use it in a
2559         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2560
2561 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2562
2563         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2564         In-place substitutions for the group name encoding/decoding.
2565         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2566         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2567         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2568         (nnimap-update-unseen, nnimap-request-list)
2569         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2570         (nnimap-request-set-mark, nnimap-split-to-groups)
2571         (nnimap-split-articles, nnimap-request-newgroups)
2572         (nnimap-request-create-group, nnimap-request-accept-article)
2573         (nnimap-request-delete-group, nnimap-request-rename-group)
2574         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2575         `encoded-mbx' for consistency.
2576         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2577         variable `imap-current-mailbox'.
2578
2579         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2580         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2581
2582 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2583
2584         * pop3.el (pop3-display-message-size-flag): Display message size byte
2585         counts during POP3 download.
2586         (pop3-movemail): Use it.
2587         (pop3-list): Implement listing of available messages.
2588
2589 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2590
2591         * nnir.el (nnir-get-article-nov-override-function): New function to
2592         override the normal NOV retrieval.
2593         (nnir-retrieve-headers): Use it.
2594
2595 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2596
2597         * auth-source.el (netrc-machine-user-or-password): Autoload.
2598
2599 2010-03-19  Glenn Morris  <rgm@gnu.org>
2600
2601         Stop message.el from loading about 40 libraries it doesn't always need.
2602         The general approach is to autoload rather than require, and to
2603         require in the specific functions rather than the file.  (Bug#5642)
2604
2605         * gmm-utils.el: Don't require wid-edit.
2606         (widget-create-child-value, widget-convert, widget-default-get):
2607         Autoload.
2608
2609         * gnus-util.el: Don't require time-date, netrc.
2610         (message-fetch-field, gnus-group-name-decode): Declare rather than
2611         autoloading.
2612         (gnus-fetch-field): Require message.
2613         (gnus-decode-newsgroups): Require gnus-group.
2614
2615         * ietf-drums.el: Don't require time-date.
2616
2617         * message.el: Don't require hashcash, canlock, ecomplete.
2618         Do require mail-utils.  Require nnheader only when compiling.
2619         (smtpmail-default-smtp-server): Remove declaration.
2620         (message-send-mail-function): Check smtpmail-default-smtp-server
2621         is bound rather than requiring smtpmail.
2622         (message-auto-save-directory, message-insert-signature): Use
2623         expand-file-name rather than nnheader-concat.
2624         (nnheader-insert-file-contents): Autoload.
2625         (hashcash-wait-async): Declare.
2626         (message-send-mail): Only call gnus-setup-posting-charset if
2627         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2628         (message-send-mail-with-sendmail): Require sendmail.
2629         (canlock-password, canlock-password-for-verify): Declare.
2630         (message-canlock-password): Require canlock.
2631         (nnheader-get-report): Autoload.
2632         (gnus-setup-posting-charset): Declare.
2633         (message-send-news): Require gnus-msg.
2634         (message-make-references, message-make-in-reply-to): Use mail-header-id
2635         rather than the alias mail-header-message-id.
2636         (ecomplete-add-item, ecomplete-save): Declare.
2637         (message-put-addresses-in-ecomplete): Require ecomplete.
2638         (ecomplete-display-matches): Autoload.
2639
2640         * mm-decode.el: Don't require mailcap, gnus-util.
2641         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2642         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2643         Autoload.
2644         (mailcap-mime-extensions): Declare.
2645
2646         * mm-encode.el: Don't require mailcap.
2647         (mailcap-extension-to-mime): Autoload.
2648
2649         * mml-sec.el: Don't require password-cache.
2650
2651         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2652         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2653         (mml-minibuffer-read-type): Require mailcap.
2654         (mml-preview): Require gnus-msg.
2655
2656         * mml1991.el: Require password-cache.
2657         (password-cache-expiry): Remove declaration.
2658
2659         * mml2015.el: Require password-cache.
2660         (password-cache-expiry): Remove declaration.
2661
2662         * nneething.el (mailcap): Require mailcap.
2663
2664         * nnheader.el (declare-function): Add compatibility stub.
2665         (message-remove-header): Declare rather than autoload.
2666         (nnheader-replace-header): Require message.
2667
2668         * nnimap.el (declare-function): Add compatibility stub.
2669         (netrc-parse, netrc-machine-user-or-password): Declare.
2670         (nnimap-open-connection): Require netrc.
2671
2672         * nntp.el (declare-function): Add compatibility stub.
2673         (netrc-parse, netrc-machine, netrc-get): Declare.
2674         (nntp-send-authinfo): Require netrc.
2675
2676         * rfc2047.el: Don't require qp.
2677         (quoted-printable-encode-region, quoted-printable-decode-string):
2678         Autoload.
2679
2680         * sieve-mode.el: Don't require easymenu.
2681         (easy-menu-add-item): Autoload it.
2682
2683         * spam-stat.el (time-to-number-of-days): Autoload it.
2684
2685 2010-03-19  Glenn Morris  <rgm@gnu.org>
2686
2687         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2688
2689 2010-03-18  Glenn Morris  <rgm@gnu.org>
2690
2691         * hashcash.el (declare-function): Remove duplicate definition.
2692
2693 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2694
2695         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2696         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2697         value if any backslash escapes).
2698
2699 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2702         if it is available.  (bug#5647)
2703
2704         * lpath.el: Suppress compiler warning for coding-system-from-name for
2705         Emacs 21 and XEmacs.
2706
2707 2010-03-14  Juri Linkov  <juri@jurta.org>
2708
2709         * hmac-def.el:
2710         * hmac-md5.el:
2711         * netrc.el: Fix keywords.
2712
2713 2010-02-26  Glenn Morris  <rgm@gnu.org>
2714
2715         * message.el (message-send-mail-function): Change the default, so that
2716         it inherits from a customized send-mail-function.  (Bug#5643)
2717
2718 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2719
2720         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2721         shell-command-to-string signals an error (bug#5299).
2722
2723 2010-02-24  Glenn Morris  <rgm@gnu.org>
2724
2725         * message.el (message-smtpmail-send-it)
2726         (message-send-mail-with-mailclient): Doc fixes.
2727
2728 2010-02-16  Glenn Morris  <rgm@gnu.org>
2729
2730         * message.el (message-default-mail-headers): Change the default value
2731         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2732
2733 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2736         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2737
2738 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2739
2740         * time-date.el (date-to-time): Doc fix (Bug#5408).
2741
2742 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2743
2744         * message.el (message-mail): Just pass yank-action on to message-setup.
2745         (message-setup): Handle (FUN . ARGS) form of yank-action.
2746         (message-with-reply-buffer, message-widen-reply)
2747         (message-yank-original): Handle non-buffer values of
2748         message-reply-buffer (Bug#4080).
2749         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2750
2751 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2752
2753         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2754         Fix typo in docstring.
2755
2756 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2757
2758         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2759         response.
2760
2761 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2764
2765         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2766
2767         * message.el (message-check-news-header-syntax): Protect against a
2768         string that `rfc822-addresses' returns when parsing fails.
2769
2770 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2773         (gnus-previous-char-property-change): New functions.
2774
2775         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2776
2777 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2778
2779         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2780         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2781
2782 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2783
2784         * message.el (message-exchange-point-and-mark): Rework last change to
2785         avoid using optional arg of exchange-point-and-mark, for backward
2786         compatibility.
2787
2788 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2789
2790         * message.el (message-exchange-point-and-mark): Call
2791         exchange-point-and-mark with an argument rather than setting
2792         mark-active by hand (Bug#5175).
2793
2794 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * nntp.el (nntp-service-to-port): Work for service expressed with
2797         numeric string; replace [:digit:] with [0-9] for XEmacs.
2798
2799 2009-12-17  Glenn Morris  <rgm@gnu.org>
2800
2801         * gnus-group.el (gnus-bug-group-download-format-alist):
2802         Change emacs entry to debbugs.gnu.org.  Bump :version.
2803
2804 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2805
2806         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2807
2808 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2809
2810         * message.el (message-info): Explain why we use `Info-goto-node'.
2811
2812 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2815
2816 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2817
2818         * message.el (message-completion-in-region): New compatibility function.
2819         (message-expand-group): Use it.
2820
2821 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2824         with no unread article should be listed if the 2nd arg `predicate' is
2825         given.
2826
2827 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2830
2831 2009-11-29  Juri Linkov  <juri@jurta.org>
2832
2833         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2834         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2835         on `gnus-recenter'. (Bug#4698, Bug#4981)
2836
2837 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2838
2839         * sha1.el (sha1-string-external): default-directory "/" in case
2840         otherwise non-existent.  process-connection-type pipe for touch of
2841         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2842
2843 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2844
2845         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2846         it's comms related and sgml-mode.el has "comm" on that basis too.
2847
2848 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2851         containing tspecial characters if they have been already quoted.
2852
2853 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2854
2855         * dns-mode.el (auto-mode-alist): Purecopy string.
2856
2857 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2858
2859         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2860
2861 2009-10-24  Glenn Morris  <rgm@gnu.org>
2862
2863         * gnus-art.el (help-xref-stack-item): Define for compiler.
2864
2865 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2866
2867         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2868
2869 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2872
2873 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2876         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2877
2878 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2881         (gnus-overlays-in): New alias to overlays-in.
2882
2883         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2884         gnus-overlay-get, and gnus-delete-overlay.
2885         (gnus-summary-show-thread): Make it work as well for systems in which
2886         next-single-char-property-change is not available.
2887         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2888
2889         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2890         (gnus-overlay-get): New alias to extent-property.
2891         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2892
2893         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2894         SXEmacs.
2895
2896         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2897         SXEmacs.
2898
2899 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2900
2901         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2902
2903 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2904
2905         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2906         and XEmacs that don't have `remove-overlays'.
2907
2908 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2909
2910         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2911         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2912         selective display.  Use overlays instead.
2913
2914 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2915
2916         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2917
2918 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2919
2920         * spam-stat.el (spam-stat-load): Fix typo in message.
2921
2922 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2923
2924         * dig.el (dig-invoke): Fix typo in docstring.
2925         (query-dig): Reflow docstring.
2926
2927 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2928
2929         * gnus-art.el (gnus-article-encrypt-body):
2930         * message.el (message-check-recipients):
2931         * mm-util.el (mm-codepage-setup):
2932         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2933         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2934
2935 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2936
2937         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2938         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2939         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2940         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2941         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2942
2943 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2944
2945         * dig.el: Add "Keywords: comm", as per net-utils.el.
2946
2947 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2948
2949         * dig.el (dig-mode): Use define-derived-mode.
2950
2951 2009-09-19  Glenn Morris  <rgm@gnu.org>
2952
2953         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2954
2955 2009-09-18  Glenn Morris  <rgm@gnu.org>
2956
2957         * gnus-diary.el (gnus-diary-check-message):
2958         * message.el (message-insert-formatted-citation-line):
2959         * nnbabyl.el (top-level):
2960         * nndiary.el (nndiary-schedule):
2961         Fix typos in condition-case handlers.
2962
2963 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2966         configuration that provides the sole article window in a frame;
2967         position point correctly after deleting a part.
2968
2969 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2970
2971         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2972         (spam-resolve-registrations-routine): Use it to unregister articles
2973         that change status.
2974
2975 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2978         with XEmacs.
2979         (parse-time-string-chars): Use it.
2980
2981 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2982
2983         * imap.el (imap-interactive-login): Better messages.
2984         (imap-open): Fix bug with renamed buffer on reconnect.
2985         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2986         for easier debugging and cleaner code.  On successful (guessed based on
2987         server capabilities) secondary authentication, set imap-state
2988         correctly.
2989         (imap-last-authenticator): Define imap-last-authenticator as a variable
2990         to avoid warnings.
2991
2992 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * nnrss.el (nnrss-request-article): Remove binding of
2995         default-enable-multibyte-characters that has gotten needless by
2996         the 2007-07-13 change in rfc2047-encode-message-header.
2997
2998         * mml.el (mml-insert-multipart): Error on the message header.
2999         (mml-insert-part): Error on the message header; position point at
3000         the end of a MIME tag.
3001
3002 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * time-date.el (autoload): Expand define-obsolete-function-alias into
3005         defalias and make-obsolete for old Emacsen that Gnus supports.
3006         (with-no-warnings): Define it for old Emacsen.
3007         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3008         is available.
3009         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3010         float-time is available; suppress compile warning for time-to-seconds.
3011
3012         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3013         (gnus-float-time): Alias to float-time if it exists.
3014
3015         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3016         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3017         float-time is available; suppress compile warning for time-to-seconds.
3018
3019         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3020         XEmacs.
3021
3022 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3023
3024         * imap.el (imap-message-map): Docstring fix.
3025
3026 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3029         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3030         Add the optional argument `encoding' that overrides the default.
3031
3032         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3033         mm-encode-buffer.
3034
3035 2009-09-04  Glenn Morris  <rgm@gnu.org>
3036
3037         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3038         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3039         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3040         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3041         * mm-util.el (mm-with-unibyte-current-buffer)
3042         (mm-find-buffer-file-coding-system):
3043         * yenc.el (yenc-decode-region): Use default-value rather than
3044         default-enable-multibyte-characters.
3045
3046 2009-09-03  Glenn Morris  <rgm@gnu.org>
3047
3048         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3049         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3050         than default-enable-multibyte-characters.
3051
3052 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3053
3054         * gnus-art.el (gnus-article-read-summary-keys):
3055         Fix gnus-buffer-configuration's value temporarily used.
3056
3057 2009-09-02  Glenn Morris  <rgm@gnu.org>
3058
3059         * gnus-util.el (gnus-float-time): New function.
3060         * gnus-delay.el (gnus-delay-article):
3061         * gnus-sum.el (gnus-thread-latest-date):
3062         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3063         * nnspool.el (nnspool-request-newgroups):
3064         Use gnus-float-time rather than time-to-seconds.
3065         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3066
3067         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3068         (gnus-header-subject-face, gnus-header-newsgroups-face)
3069         (gnus-header-name-face, gnus-header-content-face):
3070         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3071         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3072         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3073         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3074         (gnus-cite-face-11):
3075         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3076         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3077         (gnus-server-closed-face, gnus-server-denied-face)
3078         (gnus-server-offline-face):
3079         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3080         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3081         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3082         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3083         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3084         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3085         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3086         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3087         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3088         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3089         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3090         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3091         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3092         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3093         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3094         (gnus-summary-high-undownloaded-face)
3095         (gnus-summary-low-undownloaded-face)
3096         (gnus-summary-normal-undownloaded-face)
3097         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3098         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3099         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3100         (gnus-splash-face):
3101         * message.el (message-header-to-face, message-header-cc-face)
3102         (message-header-subject-face, message-header-newsgroups-face)
3103         (message-header-other-face, message-header-name-face)
3104         (message-header-xheader-face, message-separator-face)
3105         (message-cited-text-face, message-mml-face):
3106         * sieve-mode.el (sieve-control-commands-face)
3107         (sieve-action-commands-face, sieve-test-commands-face)
3108         (sieve-tagged-arguments-face):
3109         * spam.el (spam-face):
3110         Mark face aliases with "-face" in the name as obsolete.
3111
3112 2009-09-01  Glenn Morris  <rgm@gnu.org>
3113
3114         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3115         than goto-line.
3116
3117 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3120         Don't move point if the command is invoked inside the message header.
3121
3122 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3123
3124         * imap.el (imap-send-command): Simplify.
3125         (imap-wait-for-tag): point-max -> buffer-size.
3126
3127 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3128
3129         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3130         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3131         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3132         * nnir.el (nnir-swish-e-index-file):
3133         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3134         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3135         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3136         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3137         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3138         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3139
3140 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3143         Don't save excursion.
3144
3145 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3146
3147         * nnheader.el (nnheader-find-file-noselect):
3148         * mm-util.el (mm-insert-file-contents):
3149         Use (default-value 'major-mode) instead of default-major-mode.
3150
3151 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3152
3153         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3154
3155 2009-08-26  Glenn Morris  <rgm@gnu.org>
3156
3157         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3158         than placing in files.el.
3159
3160 2009-08-25  Glenn Morris  <rgm@gnu.org>
3161
3162         * nnir.el (top-level): Don't require cl at run-time.
3163         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3164         Replace cl-function substitute with gnus-replace-in-string.
3165         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3166         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3167         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3168         simplified expansions.
3169
3170 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3171
3172         * dig.el (dig): Add autoload cookie.
3173
3174 2009-08-22  Glenn Morris  <rgm@gnu.org>
3175
3176         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3177         goto-line.
3178
3179 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3180
3181         * parse-time.el (parse-time-string-chars): Save match data.
3182
3183 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3184
3185         * parse-time.el (parse-time-string-chars): Compute using character
3186         classes, to handle non-ascii characters (Bug#3190).
3187
3188 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3191
3192         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3193         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3194         (gnus-mm-display-part, gnus-mime-display-single)
3195         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3196         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3197
3198         * gnus-sum.el
3199         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3200         (gnus-summary-move-article): Add expirable mark to articles copied or
3201         moved to group that has auto-expire turned on if the option is non-nil.
3202
3203 2009-07-24  Glenn Morris  <rgm@gnu.org>
3204
3205         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3206         Fix typo.  (Bug#3903)
3207
3208 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3211         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3212         that should not be used for draft articles.
3213         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3214         that has no concern in minor mode keys.
3215         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3216         Abolish.
3217
3218 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3221         article without making inquiry to a user for unknown encoding.
3222
3223         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3224         (nnmaildir--scan): Assume i-node and device number that file-attributes
3225         returns might be cons-cell.
3226
3227         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3228
3229         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3230
3231 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3232
3233         * auth-source.el: Remove docs now in auth.texi.  Don't use
3234         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3235         `auth-source-hide-passwords' and use them.
3236
3237 2009-07-15  Glenn Morris  <rgm@gnu.org>
3238
3239         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3240
3241 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3244         excessive whitespace from the default values of title and description.
3245
3246 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3249         mail-fetch-field to fetch Content-Description header in order to
3250         exclude newlines.
3251
3252 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3253
3254         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3255         format used by GnuPG 2.0.11.
3256
3257 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3260         to deleted part.
3261
3262 2009-05-30  David Engster  <dengste@eml.cc>
3263
3264         * nnmairix.el: Remove old documentation in the commentary block.
3265         (nnmairix-request-group): Do not update active file for nnml back ends.
3266         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3267         end so that overview files are ignored.
3268         (nnmairix-update-groups): Make updating the groups more robust by using
3269         marks.
3270         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3271         with dollar characters in message-id.
3272
3273 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3274
3275         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3276         2008-12-25 in dns.el.
3277
3278 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3279
3280         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3281         could happen if the text is only composed of spaces and/or tabs.
3282
3283 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3284
3285         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3286         when sending a queued message to avoid extra mml tags.
3287
3288 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3291
3292 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3295         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3296         rmail-toggle-header for XEmacs;
3297         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3298
3299 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gnus-dired.el: Remove autoload for gnus-setup-message.
3302         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3303         displaying Gnus logo; always use compose-mail.
3304
3305 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3308
3309 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3312         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3313         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3314         available.
3315         (gnus-nocem-epg-verify): New function.
3316
3317 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3320
3321 2009-02-15  Glenn Morris  <rgm@gnu.org>
3322
3323         * gnus-util.el (rmail-insert-rmail-file-header)
3324         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3325         autoloads.
3326         (rmail-default-rmail-file): Remove unnecessary declaration.
3327         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3328
3329 2009-02-14  Glenn Morris  <rgm@gnu.org>
3330
3331         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3332         variable (only used in gnus-util, which declares it anyway).
3333         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3334         which was only needed by gnus-art (changed to not use it any more).
3335         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3336         only used in gnus-util, which autoloads it itself.
3337         (rmail-update-summary): Fix autoload.
3338
3339         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3340         rather than rmail-output-to-rmail-file.
3341
3342 2009-02-07  Glenn Morris  <rgm@gnu.org>
3343
3344         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3345         autoload of function that no longer exists.
3346         (rmail-toggle-header): Declare.
3347         (message-forward-rmail-make-body): Handle mbox Rmail.
3348
3349 2009-01-31  Glenn Morris  <rgm@gnu.org>
3350
3351         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3352         2009-01-09 change.
3353
3354 2009-01-31  Dave Love  <fx@gnu.org>
3355
3356         * imap.el (imap-fetch-safe): Bind debug-on-error.
3357         (imap-debug): Add imap-fetch-safe.
3358
3359 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3360
3361         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3362         (auth-source-forget-all-cached): New convenience function.
3363         (auth-source-user-or-password): Accept list of modes or a single mode.
3364
3365         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3366         auth-source modes.
3367
3368         * netrc.el (netrc-machine-user-or-password): Use list of
3369         auth-source modes.
3370
3371         * nnimap.el (nnimap-open-connection): Use list of
3372         auth-source modes.
3373
3374         * nntp.el (nntp-send-authinfo): Use list of
3375         auth-source modes.
3376
3377 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3380         now.
3381
3382 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3385         coding system in XEmacs; add a workaround for XEmacs.
3386
3387         * lpath.el: Fbind coding-system-aliasee.
3388
3389 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3392         of current-language-environment.
3393
3394 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3395
3396         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3397         available at runtime.
3398
3399 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3402
3403 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3404
3405         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3406         the greatest positive fixnum value doesn't work under an XEmacs with
3407         bignum support; use the most-positive-fixnum constant instead,
3408         available since Emacs 21.1 with cl and XEmacs 21.1.
3409
3410 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3413         XEmacs gets not to work.
3414
3415 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * mm-util.el (mm-coding-system-priorities): Allow the value like
3418         "Japanese (UTF-8)" of current-language-environment.
3419
3420 2009-01-09  Glenn Morris  <rgm@gnu.org>
3421
3422         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3423         with last-command-event.
3424
3425 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3426
3427         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3428         in the doc string.
3429
3430         * message.el (message-fix-before-sending): Amend comment.
3431
3432 2009-01-08  Dave Love  <fx@gnu.org>
3433
3434         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3435
3436 2009-01-07  David Engster  <dengste@eml.cc>
3437
3438         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3439         simplified server definitions by converting it via
3440         gnus-server-to-method.
3441
3442 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3445         parameter's operands.
3446
3447 2009-01-06  David Engster  <dengste@eml.cc>
3448
3449         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3450         primary select method (for gnus-group-mark-article-as-read).
3451
3452 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3453
3454         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3455         `(gnus)Face', not `(gnus)X-Face'.
3456
3457 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * mm-util.el (mm-ucs-to-char): New function.
3460
3461         * mm-url.el (mm-url-decode-entities): Use it.
3462
3463         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3464         unicode-to-char.
3465
3466 2009-01-05  Dave Love  <fx@gnu.org>
3467
3468         * time-date.el: Require cl for `declare'.
3469
3470 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3471
3472         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3473         Dave Love.
3474
3475 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * message.el (message-fix-before-sending): Add `eight-bit' to
3478         illegible-text check.
3479
3480 2009-01-03  Michael Olson  <mwolson@gnu.org>
3481
3482         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3483         `headers' is nil.  This can occur if the IMAP server does not have
3484         permissions to read messages from a folder, but can write new messages
3485         to the folder.
3486         (nnimap-request-article-part): Do not insert `data' if it is nil.
3487
3488         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3489         characters which will confuse `read', so skip past them.
3490
3491 2009-01-01  Dave Love  <fx@gnu.org>
3492
3493         * imap.el (imap-string-to-integer): Fix typo.
3494         (imap-fetch-safe): New function.
3495         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3496
3497         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3498
3499         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3500         (imap-parse-greeting): Fix doc strings.
3501         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3502         (imap-parse-flag-list): Make messages unique.
3503         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3504
3505         * nnimap.el: Fix author email.
3506         (nnimap-split-rule): Add FIXME comment.
3507         (nnimap-debug): Fix doc string.
3508
3509 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3510
3511         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3512
3513 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3516         nslookup if resolv.conf isn't available.
3517         (dns-query): Rename from query-dns.
3518         (dns-query-cached): Rename from query-dns-cached.
3519
3520 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3523         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3524         to check if those variables exist (first appeared in Emacs 18.50).
3525
3526 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * mm-util.el (mm-line-number-at-pos): New function.
3529
3530         * spam-report.el (spam-report-process-queue): Use it.
3531
3532 2008-12-24  David Engster  <dengste@eml.cc>
3533
3534         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3535         parameters that haven't existed as variables as buffer-local variables.
3536
3537 2008-12-23  Dave Love  <fx@gnu.org>
3538
3539         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3540         cadar.
3541
3542         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3543         imap-starttls-p.
3544         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3545
3546 2008-12-22  Dave Love  <fx@gnu.org>
3547
3548         * imap.el: Fix author email.  Doc fixes.
3549         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3550         reply.
3551
3552 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3553
3554         * spam-report.el (spam-report-gmane-max-requests): New constant.
3555         (spam-report-gmane-wait): New variable.
3556         (spam-report-gmane-ham, spam-report-gmane-spam)
3557         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3558         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3559         the server.
3560
3561         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3562         Add explanations.
3563
3564         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3565         nnheader-accept-process-output and nnheader-read-timeout if available.
3566         (pop3-movemail): Use it.
3567
3568         * message.el (message-check-news-body-syntax): Fix signature check if
3569         there's an attachment.
3570
3571 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * mm-util.el: Add comments to the mm- emulating functions.
3574
3575 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3576
3577         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3578         by Stephen Berman <stephen.berman@gmx.net>.
3579
3580 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * mm-util.el (mm-substring-no-properties): New function.
3583         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3584         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3585         (mm-string-to-multibyte): Doc fix.
3586
3587         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3588
3589 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3590
3591         * mml.el (mml-attach-file): Strip text properties from file name.
3592         (Bug#1574)
3593
3594 2008-12-16  Glenn Morris  <rgm@gnu.org>
3595
3596         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3597
3598 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3601         knows since the charset specified might be a bogus alias that
3602         mm-charset-synonym-alist provides.
3603
3604 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3605
3606         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3607         "ISO_8859-1".
3608
3609         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3610
3611 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * mm-util.el (mm-charset-eval-alist):
3614         Define it before mm-charset-to-coding-system.
3615         (mm-charset-to-coding-system): Add optional argument `silent';
3616         define it before mm-charset-override-alist.
3617         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3618         default value if it can be used in Emacs currently running;
3619         silence mm-charset-to-coding-system.
3620
3621 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3624         `allow-override' which says whether to use `mm-charset-override-alist'.
3625         (rfc2047-decode-encoded-words): Use it.
3626
3627         * mm-util.el (mm-charset-override-alist): Fix custom type;
3628         add `(gb2312 . gbk)' to choices.
3629
3630 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3633         fast.
3634
3635         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3636
3637         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3638
3639 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3640
3641         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3642         on links.
3643
3644         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3645
3646 2008-12-03  Lute Kamstra  <lute@gnu.org>
3647
3648         * sha1.el: Remove leading * from docstrings of defcustoms,
3649         deffaces, defconsts and defuns.
3650
3651 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3654         users' addresses that don't have domain parts.
3655         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3656         rather than message-narrow-to-head since there will be the message
3657         header separator.
3658
3659 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3660
3661         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3662         since the result is inserted in a unibyte buffer anyway.
3663         (nnimap-demule-use-string-to-multibyte): Remove.
3664         (nnimap-demule): Alias it to mm-string-to-multibyte.
3665
3666 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3667
3668         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3669         variable for debugging bug#464 and bug#1174.
3670         (nnimap-demule): Use it.
3671
3672 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3675         score calculation correctly.
3676
3677 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3678
3679         * message.el (message-send-mail): Just set the buffer to unibyte
3680         rather than use mm-with-unibyte-current-buffer which does a lot more.
3681         (message-send-mail-partially): Don't bother with
3682         mm-with-unibyte-current-buffer since it's already been made unibyte by
3683         message-send-mail.
3684
3685 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3686
3687         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3688
3689 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3690
3691         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3692
3693 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3696         require itself and to remove `with-no-warnings'.
3697
3698 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3699
3700         * starttls.el (starttls-any-program-available): Get the name of the
3701         available TLS layer program.
3702         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3703         well as the host name in the "opening" message.
3704
3705         * auth-source.el (auth-source-cache, auth-source-do-cache)
3706         (auth-source-user-or-password): Cache passwords and logins by default,
3707         allow override with `auth-source-do-cache'.
3708         (auth-source-forget-user-or-password): Allow users to remove cache
3709         entries if needed.
3710
3711 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3712
3713         * md4.el (md4-buffer): Fix typo in docstring.
3714         (md4, md4-64): Doc fixes.
3715         (md4-pack-int32): Reflow docstring.
3716
3717 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3720         condition-case to only the forward-sexp call.
3721
3722 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3723
3724         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3725         quotes contained.  Make it more robust regardless by an extra
3726         condition-case wrapper.
3727
3728 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3731
3732 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * nnml.el (nnml-request-expire-articles): Check if the function set to
3735         `nnmail-expiry-target' returns the symbol `delete'.
3736
3737         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3738
3739         * nnmail.el (nnmail-expiry-target): Fix custom type.
3740
3741 2008-10-02  Glenn Morris  <rgm@gnu.org>
3742
3743         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3744         Silence compiler warning.
3745
3746 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3747
3748         * tls.el (open-tls-stream): Show the actual command being
3749         executed, instead of the format string.
3750
3751 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * lpath.el: Fbind codepage-setup for Emacs 23.
3754
3755 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3756
3757         * mml.el (mml-menu): Don't assume mml2015 is bound.
3758
3759 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3762         exists.
3763
3764 2008-09-27  Glenn Morris  <rgm@gnu.org>
3765
3766         * gnus-util.el (mail-header-remove-comments): Autoload it.
3767
3768 2008-09-27  Andreas Schwab  <schwab@suse.de>
3769
3770         * gnus-util.el (gnus-split-references): Strip comments.
3771         (gnus-parent-id): Likewise.
3772
3773 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3774
3775         * message.el (message-confirm-send): Fix version.
3776
3777 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * message.el (message-idna-to-ascii-rhs-1): Use
3780         mail-extract-address-components rather than mail-header-parse-addresses
3781         that is an alias by default to ietf-drums-parse-addresses that does not
3782         support non-ASCII names in headers' contents.
3783
3784 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * message.el (message-confirm-send): Fixed variable documentation to
3787         avoid the "y/n" wording.
3788
3789 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3790
3791         * message.el (message-set-auto-save-file-name): Save to a different
3792         filename so multiple messages (especially drafts) can be recovered.
3793
3794 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3795
3796         * message.el (message-confirm-send): Add appropriate version.
3797
3798 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3799
3800         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3801         defvar.
3802
3803 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3804
3805         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3806         (mm-pkcs7-enveloped-magic): Ditto.
3807
3808 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3809
3810         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3811         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3812
3813 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3814
3815         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3816         default, it's better.
3817
3818 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3819
3820         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3821         summary line gnus-number property and ignore them (with a warning
3822         message).
3823
3824 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3827         macro caddr in the interactive form since it won't be expanded.
3828
3829 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3832         `charset'; fix name of function called recursively.
3833         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3834
3835 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3838         (gnus-mime-set-charset-parameters): New function.
3839         (gnus-mime-view-part-as-charset): Use it to correctly display part
3840         specifying wrong charset.
3841
3842 2008-09-08  David Engster  <dengste@eml.cc>
3843
3844         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3845         in completing-read for back end server.
3846
3847 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3848
3849         * message.el (message-confirm-send): New variable to confirm sending a
3850         message.
3851         (message-send): Use it.
3852
3853 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3854
3855         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3856
3857 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3860
3861 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3862
3863         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3864         prevent tracking too many groups.
3865         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3866         Use it.
3867
3868 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3869
3870         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3871         moving point to the bottom of the window in order to avoid recentering.
3872
3873 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3876
3877         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3878         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3879         (gnus-article-beginning-of-window): Fix calculation.
3880
3881 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * gnus-msg.el (gnus-summary-supersede-article)
3884         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3885         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3886         message header.
3887
3888 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3889
3890         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3891         pending output coming after the status change.
3892
3893 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3894
3895         * message.el:
3896         * gnus-start.el:
3897         * gnus-registry.el: Remove VMS support.
3898
3899 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3902         macro.
3903         (rfc2104-hash): Use it.
3904
3905 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3906
3907         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3908         (gnus-summary-sort-by-most-recent-date): New commands.
3909         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3910         and menu entries.
3911
3912 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3915         don't redisplay article for raw contents; remove plural articles stuff.
3916
3917         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3918         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3919         on gnus-summary-save-article; display results properly.
3920
3921 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * lpath.el: No need to fbind ns-focus-frame.
3924
3925 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3928
3929 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3932         gnus-save-all-headers.
3933
3934 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3935
3936         * gnus-util.el (ns-focus-frame): Remove declaration.
3937         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3938         like x.
3939
3940 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3941
3942         * rfc2104.el (rfc2104-zero): Delete defconst.
3943         (rfc2104-hex-alist): Likewise.
3944         (rfc2104-hex-to-int): Delete func.
3945         (rfc2104-hexstring-to-bitstring): Likewise.
3946         (rfc2104-nybbles): New defconst.
3947         (rfc2104-hash): Rewrite for speed.
3948
3949 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * tls.el (open-tls-stream): Make it work with the 2nd argument
3952         BUFFER that is a string but does not exist as a buffer object, as
3953         mentioned in the doc-string.
3954
3955 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3958         SXEmacs.
3959
3960 2008-07-16  Glenn Morris  <rgm@gnu.org>
3961
3962         * gnus-util.el (ns-focus-frame): Declare for compiler.
3963
3964 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3967         set as a group parameter.
3968         (gnus-summary-save-in-pipe): Work when it is called independently.
3969         (gnus-summary-pipe-to-muttprint): Don't modify
3970         gnus-summary-pipe-output-default-command.
3971
3972 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3973
3974         * message.el (message-send-mail-with-sendmail):
3975         Display the error message.
3976
3977 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * gnus-art.el (gnus-default-article-saver):
3980         Add gnus-summary-save-in-pipe to choices.
3981         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3982         gnus-summary-pipe-output-default-command as the default command.
3983         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3984         instead of gnus-last-shell-command.
3985
3986         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3987         New user option.
3988         (gnus-summary-muttprint-program): Mention the value will be changed.
3989         (gnus-summary-save-article): Force showing of all headers.
3990         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3991
3992 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3993
3994         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3995
3996 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3997
3998         * nnimap.el (nnimap-id):
3999         * sieve-manage.el (sieve-manage-open): Doc fixes.
4000
4001 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4002
4003         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4004         if available.
4005
4006 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4007
4008         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4009
4010         * nnkiboze.el (nnkiboze-generate-group):
4011         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4012
4013         * nnmairix.el: Require CL.
4014
4015 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * dgnushack.el: Autoload get-display-table and put-display-table for
4018         XEmacs 21.5.
4019
4020         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4021         21.4 and SXEmacs.
4022
4023 2008-06-15  David Engster  <dengste@eml.cc>
4024
4025         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4026
4027 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4028
4029         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4030         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4031         runtime choice under XEmacs.
4032
4033         * gnus-sum.el (gnus-summary-set-display-table):
4034         Use `gnus-put-display-table', `gnus-get-display-table',
4035         `gnus-set-display-table' for the display table, instead of `aset'.
4036
4037         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4038         Use `gnus-put-display-table', `gnus-get-display-table',
4039         `gnus-set-display-table' for the display table.
4040
4041 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4042
4043         * nnmairix.el: Add autoloads.
4044
4045 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4046
4047         * nnmairix.el (nnmairix-delete-recreate-group)
4048         (nnmairix-update-and-clear-marks): Fix error messages.
4049
4050 2008-06-14  David Engster  <dengste@eml.cc>
4051
4052         * nnmairix.el: Upgrade to version 0.6.
4053         (nnmairix-group-toggle-propmarks-this-group)
4054         (nnmairix-group-toggle-readmarks-this-group)
4055         (nnmairix-group-delete-recreate-this-group)
4056         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4057         (nnmairix-remove-tick-mark-original-article): New commands.
4058         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4059         (nnmairix-propagate-marks-to-nnmairix-groups)
4060         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4061         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4062         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4063         functions needed for marks propagation and manipulation of read marks.
4064         (nnmairix-update-groups): New function.
4065         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4066         (nnmairix-determine-original-group-from-registry)
4067         (nnmairix-determine-original-group-from-path)
4068         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4069         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4070         New helper functions.
4071         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4072         keystrokes for new commands.
4073         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4074         (nnmairix-request-group): Check allow-fast group parameter.
4075         (nnmairix-request-create-group): Set allow-fast group parameter if
4076         nnmairix-allowfast-default is set.
4077         (nnmairix-close-group): Propagate marks upon closing if needed.
4078         (nnmairix-group-toggle-threads-this-group): Use new.
4079         nnmairix-group-toggle-parameter helper function.
4080         (nnmairix-search): Better check for empty search result.
4081         (nnmairix-goto-original-article): Use new helper functions for
4082         determining original article.
4083         (nnmairix-show-original-article): Make sure message-id is in brackets.
4084         (nnmairix-call-mairix-binary): Change variable name.
4085         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4086         helper function.
4087         (nnmairix-widget-toggle-activate): Fix doc string.
4088
4089 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * nnir.el: Require edmacro when compiling with XEmacs.
4092         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4093         available in Emacs 21.
4094
4095 2008-06-11  Glenn Morris  <rgm@gnu.org>
4096
4097         * gnus-util.el (x-focus-frame):
4098         * gnus.el (image-size):
4099         * mm-decode.el (image-size): Declare.
4100
4101         * gnus-picon.el (declare-function): Add compat definition.
4102         (image-size): Declare.
4103
4104         * gnus-group.el (tool-bar-map):
4105         * gnus-sum.el (tool-bar-map): Define for compiler.
4106
4107         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4108
4109         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4110
4111         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4112         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4113         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4114         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4115         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4116         * sieve-manage.el, spam-report.el, spam.el:
4117         Remove unnecessary eval-and-compile of autoloads.
4118
4119 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4120
4121         * auth-source.el: Precise Tramp doc.
4122
4123 2008-06-07  Glenn Morris  <rgm@gnu.org>
4124
4125         * nnmairix.el: Remove unnecessary eval-when-compile.
4126
4127 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * lpath.el: Fbind propertize for XEmacs 21.4.
4130
4131 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * nnir.el: Move here from ../contrib.
4134
4135 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4136
4137         * gnus-util.el (gnus-read-shell-command): New function.
4138         * mm-decode.el (mm-pipe-part):
4139         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4140
4141 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4144
4145 2008-06-03  Glenn Morris  <rgm@gnu.org>
4146
4147         * pop3.el (nnheader-accept-process-output): Autoload it.
4148
4149 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4152         are not 2-digit hexadecimal characters that follow `%'s.
4153
4154 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * message.el (message-bogus-recipient-p): Fix type in doc string.
4157         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4158         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4159         Improve custom options.
4160         (message-bogus-recipient-p): Adjust accordingly.
4161
4162 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4163
4164         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4165         long-form month and day names.
4166
4167 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * dgnushack.el: Autoload debug, eudc-expand-inline and
4170         pgg-snarf-keys-region for XEmacs.
4171
4172         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4173
4174         * nnmairix.el: Require edmacro when compiling with XEmacs.
4175
4176 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4177
4178         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4179         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4180
4181 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         * auth-source.el: Add more docs.
4184
4185         * netrc.el (netrc-machine): Always match if the port is not given.
4186
4187 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4190         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4191         retrieval faster in some cases, but might make CPU usage larger.  If
4192         this has any bad side effects, we might revert this change.
4193
4194         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4195         seems to make mail retrieval much, much faster.
4196         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4197         unconditionally.
4198
4199         * gnus-draft.el (gnus-group-send-queue): Bind
4200         message-send-mail-partially-limit to nil to avoid being prompted.
4201
4202 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4203
4204         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4205
4206         * message.el (message-bogus-address-regexp): Fix and improve custom
4207         type.
4208         (message-setup-hook): Add message-check-recipients as custom option.
4209
4210 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * message.el (message-cite-function): Remove bogus autoload which crept
4213         in during merge from v5-10.
4214
4215 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4216
4217         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4218
4219         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4220
4221         * auth-source.el: Preliminary Tramp docs.
4222         (auth-sources): Change the default auth-sources to use
4223         EPA .gpg files.
4224
4225 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4226
4227         * nntp.el: Autoload `auth-source-user-or-password'.
4228         (nntp-send-authinfo): Use it.
4229
4230         * nnimap.el: Autoload `auth-source-user-or-password'.
4231         (nnimap-open-connection): Use it.
4232
4233         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4234         for the gnus-message function.
4235         (auth-source-user-or-password): Use it.
4236
4237 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4238
4239         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4240         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4241         (rfc2104-hash): Use it.
4242
4243 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4244
4245         * gnus-art.el (gnus-article-toggle-truncate-lines):
4246         Don't use `iff' in docstring.
4247
4248 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4251
4252         * gnus-util.el (gnus-extract-address-component-name)
4253         (gnus-extract-address-component-email): Convenience functions around
4254         `gnus-extract-address-components'.
4255
4256         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4257         Use `gnus-extract-address-component-email' to fix bug of comparing full
4258         sender name to `user-mail-address'.
4259
4260 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4263         catch/throw to optimize.
4264         (gnus-registry-find-keywords): Just use member to find a keyword.
4265
4266 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4267
4268         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4269         is current before calling gnus-server-prepare.
4270         (gnus-server-setup-buffer, gnus-server-update-server)
4271         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4272
4273 2008-05-04  Juri Linkov  <juri@jurta.org>
4274
4275         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4276         (mailcap-file-default-commands): Use mailcap-replace-in-string
4277         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4278         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4279
4280 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4281
4282         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4283
4284 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4285
4286         * gnus.el: Bump version to 0.11.
4287
4288 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4289
4290         * gnus.el: No Gnus v0.10 is released.
4291
4292 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4295         hooks.
4296         (gnus-update-read-articles): Speed up non-marks-using users.
4297         (gnus-use-marks): Define gnus-use-marks.
4298         (gnus-propagate-marks): Rename variable to something more sensible.
4299
4300 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4301
4302         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4303         (gmm-image-load-path-for-library): Fix typos in docstrings.
4304         (gmm-message): Reflow docstring.
4305
4306 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4307
4308         * mail-source.el (mail-source-set-1, mail-source-bind):
4309         Move auth-source code out of the macro to clean it up and fix bugs.
4310
4311 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4312
4313         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4314         by sender if it's equal to user-mail-address, it's likely to be
4315         useless.
4316
4317         * mail-source.el (mail-source-bind): Don't use user or password if they
4318         are not bound.  Unintern them if they are nil.  Don't use server unless
4319         it's bound, and default it to empty string otherwise.
4320
4321 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * mail-source.el: Load auth-source.el.
4324         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4325         get user name or password, if auth-sources is set up.
4326
4327         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4328         strategy of splitting with parent.
4329         (gnus-registry-split-fancy-with-parent)
4330         (gnus-registry-post-process-groups): Use it and fix prior
4331         bug (returning a list as the split result).
4332
4333         * auth-source.el (auth-sources): Remove server parameter.
4334         (auth-source-pick, auth-source-user-or-password)
4335         (auth-source-user-or-password-imap)
4336         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4337         (auth-source-user-or-password-sftp)
4338         (auth-source-user-or-password-smtp): Remove server parameter.
4339
4340 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4341
4342         * smime.el (smime-sign-region, smime-encrypt-region)
4343         (smime-decrypt-region):
4344         Remove redundant calls to `generate-new-buffer-name'.
4345
4346 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4347
4348         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4349         Don't use QP for message/rfc822.
4350         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4351
4352 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4353
4354         * sieve-manage.el (sieve-string-bytes): Remove.
4355         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4356         correct byte-length only if the process's coding-system is the same as
4357         the one used internally by Emacs to represent strings.
4358
4359 2008-04-22  Juri Linkov  <juri@jurta.org>
4360
4361         * mailcap.el (mailcap-file-default-commands): New function.
4362
4363 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4364
4365         * message.el (message-signature-separator, message-cite-function):
4366         Change custom version.
4367
4368 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4369
4370         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4371         commands.
4372         (tls-checktrust): Ditto.
4373
4374 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * mm-decode.el (mm-display-external): Make temp file read-only.
4377
4378 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4379
4380         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4381         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4382         `C-c C-f d'.
4383
4384 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4385
4386         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4387
4388 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4389
4390         * gnus.el: Bump version to 0.9.
4391
4392 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4393
4394         * gnus.el: No Gnus v0.8 is released.
4395
4396 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4397
4398         * mail-source.el (mail-source-value):
4399         Prefer fboundp to functionp so it works with macros as well.
4400
4401 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4402
4403         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4404         Fix last change in case the element is not even a symbol.
4405
4406 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4407
4408         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4409         Prefer fboundp to functionp so it works with macros as well.
4410
4411 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         * auth-source.el: Added docs.
4414         (auth-sources): Modify format to support server.
4415         (auth-source-pick, auth-source-user-or-password)
4416         (auth-source-user-or-password-imap)
4417         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4418         (auth-source-user-or-password-sftp)
4419         (auth-source-user-or-password-smtp): Add server parameter.
4420
4421 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4422
4423         * gnus-registry.el: Initialize the registry when gnus-registry-install
4424         is t.
4425
4426 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * compface.el (uncompface): Make buffer unibyte.
4429
4430 2008-04-05  Glenn Morris  <rgm@gnu.org>
4431
4432         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4433
4434 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4435
4436         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4437         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4438
4439         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4440         multibyteness after rather than before erasing it.
4441
4442         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4443         mm-with-multibyte.
4444         (gnus-request-article-this-buffer): Make sure the proper decoding is
4445         used if gnus-original-article-buffer happens to be unibyte.
4446
4447         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4448         default-enable-multibyte-characters.
4449
4450         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4451         default-enable-multibyte-characters.
4452
4453         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4454
4455         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4456
4457 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4458
4459         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4460         (imap-message-copyuid-1): Use it.
4461         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4462         J. Williams in
4463         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4464
4465         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4466         imap-enable-exchange-bug-workaround.
4467         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4468
4469 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4470
4471         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4472         a 100 byte status-checks into a 2-3MB transfer for each group.
4473         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4474         to enable bug workaround or not.
4475         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4476
4477 2008-03-31  Glenn Morris  <rgm@gnu.org>
4478
4479         * message.el (mml2015-use): Declare for compiler.
4480         (message-info): Require mml2015 when appropriate.
4481
4482 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4485         whitespace.
4486
4487 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4488
4489         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4490         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4491         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4492         (nntp-service-to-port): New function.
4493         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4494         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4495         (nntp-open-netcat-stream): New function.
4496         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4497
4498 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4499
4500         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4501
4502 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4503
4504         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4505
4506 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4507
4508         * dns.el (dns-write): Use set-buffer-multibyte.
4509
4510 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4511
4512         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4513
4514 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4515
4516         * message.el (message-signature-separator): Change default.
4517         Improve custom type.
4518         (message-cite-function): Change default to
4519         message-cite-original-without-signature.
4520
4521         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4522         toggle.
4523
4524         * message.el (message-check-news-body-syntax): Fix signature check.
4525         (message-setup-1): Mark buffer as unmodified _after_ running
4526         message-setup-hook and handling message-alternative-emails.
4527         (message-shorten-references): Be more strict when building list of
4528         valid references to comply with GNKSA.
4529
4530         * gnus-group.el (gnus-read-ephemeral-bug-group)
4531         (gnus-read-ephemeral-debian-bug-group)
4532         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4533
4534         * message.el (message-info): Don't use booleanp which isn't supported
4535         in Emacs 21 and XEmacs.
4536
4537 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4538
4539         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4540         gnus-group-gmane-group-download-format.
4541         (gnus-group-read-ephemeral-gmane-group): Rename from
4542         gnus-group-read-ephemeral-gmane-group.
4543         (gnus-read-ephemeral-gmane-group-url): Rename from
4544         gnus-group-read-ephemeral-gmane-group-url.
4545         (gnus-bug-group-download-format-alist): New variable.
4546         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4547         (gnus-read-ephemeral-emacs-bug-group): New commands.
4548
4549 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4550
4551         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4552         (gnus-visible-headers): Improve custom type.
4553
4554 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * mml.el (mml-menu): Add workarounds for XEmacs.
4557
4558         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4559         X-Boundary header.
4560
4561         * message.el (message-simplify-recipients): Fix previous commit.
4562
4563 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4564
4565         * mm-util.el (mm-set-buffer-multibyte): New function.
4566         * mm-decode.el (mm-copy-to-buffer): Use it.
4567
4568 2008-03-19  Glenn Morris  <rgm@gnu.org>
4569
4570         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4571         Accidentally removed in the sync process with Emacs.
4572
4573 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4574
4575         * message.el (message-alter-recipients-discard-bogus-full-name):
4576         New function.
4577         (message-alter-recipients-function): New variable.
4578         (message-get-reply-headers): Use it.
4579         (message-replace-header): New helper function.
4580         (message-recipients-without-full-name): New variable.
4581         (message-simplify-recipients): New command.
4582
4583         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4584
4585         * message.el (message-info): Handle EasyPG manual.
4586
4587         * mml.el (mml-menu): Add entry for EasyPG.
4588
4589 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4590
4591         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4592         parameter.
4593
4594         * message.el (message-disassociate-draft): Specify drafts group name
4595         fully.
4596
4597 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4600         unnecessary duplicates from the match list.
4601
4602 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4605
4606         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4607
4608         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4609         args of `how-many' of which the XEmacs version doesn't take; declare
4610         Info-index-next as function.
4611
4612 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4613
4614         * gnus-score.el (gnus-score-headers): Fix handling of
4615         gnus-inhibit-slow-scoring.
4616
4617         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4618         string.
4619         (gnus-button-url-regexp): Improve handling of parenthesis.
4620         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4621         (gnus-button-handle-info-keystrokes): Handle index entries.
4622
4623 2008-03-15  Glenn Morris  <rgm@gnu.org>
4624
4625         * parse-time.el (parse-time-string): Simplify.
4626
4627 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4630         Incoming* files.
4631
4632 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4633
4634         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4635         (auth-source-pick): Use it.
4636
4637 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4638
4639         * binhex.el (binhex-decode-region-internal):
4640         * uudecode.el (uudecode-decode-region-internal):
4641         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4642         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4643         setting default-enable-multibyte-characters.
4644
4645 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4646
4647         * auth-source.el (auth-source-protocols)
4648         (auth-source-protocols-customize, auth-source-choices): Added and
4649         modified variable customizations and defaults.
4650         (auth-source-pick, auth-source-user-or-password)
4651         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4652         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4653         (auth-source-user-or-password-sftp)
4654         (auth-source-user-or-password-smtp): Use new variables and provide an
4655         interface to netrc.el.
4656
4657 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4660         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4661         Make sure the nntp port to specify is a string.
4662
4663 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4664
4665         * nntp.el: Use with-current-buffer.
4666         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4667         dubious mm-with-unibyte-current-buffer.
4668         (nntp-with-open-group-function): New function extracted from
4669         nntp-with-open-group macro.
4670         (nntp-with-open-group): Use the function, so it's easier to debug.
4671         Add indentation and debugging info.
4672         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4673         the use of the netcat alternatives.
4674
4675         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4676         Avoid mm-string-as-multibyte as well.
4677
4678         * nnweb.el (nnweb-insert-html):
4679         Remove use of nnheader-string-as-multibyte.
4680
4681         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4682         (nnheader-string-as-multibyte): Remove.
4683
4684         * mm-view.el: Use inhibit-read-only.
4685         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4686         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4687         or unibyte-string.
4688
4689         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4690         (mm-uu-yenc-extract): Use with-current-buffer.
4691
4692         * gnus-soup.el (gnus-soup-send-packet): Don't use
4693         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4694
4695         * nnmh.el: Use with-current-buffer.
4696         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4697         mm-string-as-multibyte on the output of mm-encode-coding-string.
4698
4699         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4700         (nnimap-request-move-article): Use with-current-buffer.
4701
4702         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4703         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4704         conversion uses string-make-unibyte rather than string-as-unibyte.
4705
4706         * gnus-msg.el: Use with-current-buffer.
4707
4708         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4709
4710 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4711
4712         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4713         string for caching if it is 'PIN.
4714
4715 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * lpath.el: Consider the case without Emacs/W3.
4718
4719 2008-03-08  Glenn Morris  <rgm@gnu.org>
4720
4721         * time-date.el (date-to-time, time-subtract, time-add)
4722         (safe-date-to-time): Doc fixes.
4723
4724 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4725
4726         * mail-source.el (mail-source-delete-old-incoming-confirm):
4727         Change default to nil.
4728         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4729
4730 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * lpath.el: Rearrange.
4733
4734         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4735         (gnus-article-goto-prev-page): Work for articles having ^L's.
4736
4737         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4738
4739         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4740
4741 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4742
4743         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4744         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4745         (gnus-bookmark-jump): Adjust some variable names.
4746
4747 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4748
4749         * auth-source.el: New package.
4750         (auth-source-choices): Add customization entry point variable.
4751
4752         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4753         bug.
4754
4755 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4756
4757         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4758         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4759         (gnus-registry-install-shortcuts): Rename from
4760         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4761         the `gnus-registry-mark-map' keymap dynamically from
4762         `gnus-registry-marks'.  The generated functions update the summary line
4763         when a registry mark is added or deleted, and will call
4764         `gnus-registry-install-p' (see the comments in the code).
4765         (gnus-registry-user-format-function-M): Use concat intelligently.
4766
4767         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4768         the registry mark functions.
4769
4770 2008-03-05  Glenn Morris  <rgm@gnu.org>
4771
4772         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4773         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4774         gnus-art.
4775         (top-level): No need to load own source when compiling.
4776
4777 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4778
4779         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4780         Suggested by <chris.anderton@zetnet.co.uk>.
4781
4782 2008-03-04  Glenn Morris  <rgm@gnu.org>
4783
4784         * gnus-sum.el (top-level): No need to require gnus when compiling,
4785         since unconditionally required near start of file.
4786         (gnus-summary-display-while-building): Move definition before use.
4787
4788 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4789
4790         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4791         formatting function.
4792
4793 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4796         with plists.
4797         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4798         Use new format.
4799
4800 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4803         `where-is-internal' that returns a range of key sequences.
4804
4805 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4806
4807         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4808
4809         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4810         (gnus-summary-jump-to-group): Consider windows on other displayed
4811         frames as well.  Similar changes might be needed elsewhere, but that's
4812         the one I've bumped into during my use.
4813
4814         * nndoc.el (nndoc-oe-dbx-type-p):
4815         * gnus-msg.el (gnus-debug):
4816         * gnus-group.el (gnus-update-group-mark-positions):
4817         Use mm-string-to-multibyte.
4818
4819 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4820
4821         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4822         doesn't handle NotDashEscaped.
4823
4824         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4825         (mml-dnd-attach-options): Fix typo in custom choice.
4826
4827         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4828         nndoc-article-type to mbox.
4829         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4830
4831         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4832         to nil, instead of html2text.
4833
4834         * imap.el (imap-debug): Add `imap-ping-server'.
4835
4836         * gnus-bookmark.el: Add FIXMEs.
4837
4838         * message.el (message-form-letter-separator)
4839         (message-send-form-letter-delay): New variables.
4840         (message-send-form-letter): Use them.  New command to send form
4841         letters.  Requested by Uwe Siart.
4842         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4843
4844 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * Update copyright years.
4847
4848 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         Sync from EMACS_22_BASE.
4851
4852         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4853
4854 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4855
4856         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4857         empty author.
4858
4859 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4860
4861         * gnus-registry.el (gnus-registry-marks): Add variable for
4862         customization of marks and their appearance.
4863         (gnus-registry-read-mark): Use it.
4864         (gnus-registry-do-marks): Add utility function to loop through
4865         `gnus-registry-marks'.
4866         (gnus-registry-install-shortcuts-and-menus): Add function to install
4867         shortcuts and menus.
4868         (gnus-registry-initialize): Use it.
4869         (gnus-registry-default-mark): Clarify documentation.
4870
4871 2008-02-29  Glenn Morris  <rgm@gnu.org>
4872
4873         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4874         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4875         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4876         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4877         Change defcustom :version from 23.0 to 23.1.
4878
4879 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * gnus-registry.el (gnus-registry-follow-group-p)
4882         (gnus-registry-post-process-groups): Add functions to aid registry
4883         splitting and improve logging.  Clarify behavior in function
4884         documentation.
4885         (gnus-registry-split-fancy-with-parent): Use them.
4886
4887 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4888
4889         * gnus-art.el: Use with-current-buffer.
4890
4891 2008-02-27  David Engster  <dengste@eml.cc>
4892
4893         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4894         Express real group name in the response.
4895
4896 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4899         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4900         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4901         autoload gnus-registry-fetch-group when compiling.
4902         (nnmairix-request-group-with-article-number-correction): Remove
4903         unreferenced argument passed to nnmairix-call-backend.
4904
4905 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4908         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4909         Wilde.
4910
4911 2008-02-27  Glenn Morris  <rgm@gnu.org>
4912
4913         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4914         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4915         variables to defconsts.  Convert comments to doc-strings.
4916         (nnmairix-last-server, nnmairix-current-server): Convert from free
4917         variables to defvars.  Convert comments to doc-strings.
4918         (gnus-registry-fetch-group): Autoload.
4919         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4920         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4921         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4922         caddr.
4923         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4924         nnmairix-request-group-with-article-number-correction call.
4925         (nnmairix-fast, nnmairix-group): New, less general names, for free
4926         variables passed from nnmairix-request-group to
4927         nnmairix-request-group-with-article-number-correction.  Declare.
4928         (nnmairix-request-group-with-article-number-correction):
4929         Use nnmairix-fast, nnmairix-group rather than fast, group.
4930
4931 2008-02-26  David Engster  <dengste@eml.cc>
4932
4933         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4934         version 0.5.
4935
4936 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4937
4938         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4939         instead of making an extra function call.  Don't add the current group
4940         to articles only when they have the group.  Use
4941         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4942         Reported by David <de_bb@arcor.de>.
4943
4944 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4947         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4948
4949 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * mail-source.el (mail-source-delete-incoming): Change default.
4952         Supplement doc string.
4953
4954         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4955
4956 2008-02-14  Glenn Morris  <rgm@gnu.org>
4957
4958         * time-date.el (format-seconds): New function.
4959
4960 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4961
4962         * nnmail.el (nnmail-message-id-cache-file): Derive from
4963         `gnus-home-directory'.
4964
4965 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4966
4967         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4968         Document negative prefix.
4969
4970         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4971
4972 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * message.el (message-unsent-separator): Add the Exim bounce
4975         separator.
4976
4977 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4978
4979         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4980         list.
4981         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4982         recipient/signer list.
4983
4984 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * Makefile.in (datarootdir): Define.
4987         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4988         name that might contain whitespace.
4989
4990 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4993         fbound (Emacs 23 unicode), signal an error.
4994
4995 2008-02-08  Glenn Morris  <rgm@gnu.org>
4996
4997         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4998
4999 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5000
5001         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5002         ports to the calls to `netrc-machine-user-or-password' in addition to
5003         "imap" and "imaps".
5004
5005 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5006
5007         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5008
5009         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5010
5011 2008-02-01  Kenichi Handa  <handa@m17n.org>
5012
5013         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5014         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5015         (rfc2104-hash): Convert the result of concat to unibyte string.
5016
5017 2008-02-01  Dave Love  <fx@gnu.org>
5018
5019         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5020         coding-system-for-read.
5021         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5022
5023 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5024
5025         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5026         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5027         <hanche@math.ntnu.no>.
5028
5029 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5032
5033         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5034
5035 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5036
5037         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5038         * message.el (message-beginning-of-line): Use featurep instead of bound
5039         tests in order to resolve conditionals at compile time.
5040
5041 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5042
5043         * mail-source.el (mail-sources): Add `group' choice.
5044
5045         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5046         parameter `in-group' to control into which group the articles go.
5047         Add treatment of `group' mail-source.
5048
5049 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5052
5053         * mm-decode.el (mm-dissect-buffer): Decode description.
5054
5055         * mml.el (mml-to-mime): Encode message header first.
5056
5057 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5060         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5061
5062         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5063         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5064
5065 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5066
5067         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5068
5069 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5072         prefix keys.
5073         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5074         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5075         gnus-xmas.el.
5076
5077         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5078         (gnus-xmas-article-describe-bindings): New function.
5079         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5080         gnus-xmas-article-describe-bindings.
5081
5082         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5083
5084 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5085
5086         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5087         Add new variables for article mark management.
5088         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5089         list of extra data entries which, when present, will indicate that the
5090         article ID should not be trimmed from the registry.
5091         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5092         functions.
5093         (gnus-registry-read-mark): New function to read a mark name from the
5094         user.
5095         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5096         (gnus-registry-set-article-mark-internal): New functions to add and
5097         remove marks.
5098         (gnus-registry-get-article-marks): New function to show the marks for
5099         an article, or retrieve them for further use.
5100
5101 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5104         keys when no argument is given.
5105
5106 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * imap.el (imap-ping-server): New variable.
5109         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5110         (imap-ping-server): Minor doc string fixes.
5111
5112 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5113
5114         * imap.el (imap-ping-server): New function.
5115         (imap-opened): Call imap-ping-server.
5116
5117 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * gnus-sum.el (gnus-article-sort-by-random)
5120         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5121         jidanni@jidanni.org.
5122
5123 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * gnus-art.el (gnus-article-describe-bindings): New function.
5126         (gnus-article-read-summary-keys): Use it.
5127         (gnus-article-mode-map): Bind `C-h b' to it.
5128
5129 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5132         XEmacs.
5133         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5134         against non-character events.
5135
5136         * lpath.el: Fbind map-keymap for Emacs 21.
5137
5138 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5139
5140         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5141         command.
5142         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5143         instead of END.  Change name of the temp file.
5144         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5145         customizable.
5146
5147 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5150         bind `S W' to gnus-article-wide-reply-with-original; set default
5151         binding to gnus-article-read-summary-send-keys.
5152         (gnus-article-read-summary-keys): Fix the order of keys; display
5153         continuation keys correctly in the echo area; describe bindings
5154         correctly when keys end with `C-h'.
5155         (gnus-article-read-summary-send-keys): New function.
5156         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5157         for gnus-article-read-summary-send-keys; display continuation keys
5158         correctly in the echo area.
5159         (gnus-article-reply-with-original): Ignore prefix argument.
5160         (gnus-article-wide-reply-with-original): New function.
5161
5162         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5163         Emacs 21.
5164
5165 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5168         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5169
5170 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5173         (gnus-group-read-ephemeral-gmane-group): New command.
5174
5175 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5176
5177         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5178
5179 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5180
5181         * message.el (message-send-mail-function): Increase custom version.
5182
5183         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5184         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5185
5186 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5189         for the cases where imap-authenticate is called with a nil buffer
5190         parameter.
5191
5192 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5195         html parts correctly; support forwarded messages.
5196         (gnus-article-browse-html-article): Remove work buffers.
5197
5198         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5199         compiling.
5200         (netrc-bound-and-true-p): New macro.
5201         (netrc-parse): Use it instead of bound-and-true-p that is not available
5202         in XEmacs 21.4.
5203
5204 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5205
5206         * gnus-registry.el (gnus-registry-mark-article)
5207         (gnus-registry-article-marks): Add functionality to mark articles
5208         through the Gnus registry.
5209
5210         * encrypt.el: Clarify documentation for the new pgg method.
5211         (encrypt-file-alist): Add PGG option.
5212         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5213         functionality.  Abstract password key and messaging to external
5214         functions.
5215         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5216         (encrypt-message-method-and-cipher): Add new convenience external
5217         functions.
5218         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5219         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5220
5221         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5222         (netrc-parse): Use encrypt-file-alist to determine if
5223         encrypt-find-model or encrypt-insert-file-contents should be used.
5224
5225         * encrypt.el: Clarify documentation.  Load password-cache or
5226         password, whichever one is found first, instead of autoloading.
5227
5228 2007-12-19  Glenn Morris  <rgm@gnu.org>
5229
5230         * mml.el (message-options-set, message-narrow-to-head)
5231         (message-in-body-p, message-mail-p, message-encode-message-body):
5232         Autoload.
5233         (message-remove-header, message-narrow-to-headers-or-head)
5234         (message-subscribed-p, message-make-mail-followup-to)
5235         (message-position-on-field, message-news-p)
5236         (message-options-set-recipient, message-generate-headers)
5237         (message-sort-headers): Declare as functions.
5238
5239 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5240
5241         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5242         convention in doc string.
5243
5244 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5247         title to html parts.
5248         (gnus-article-browse-html-article): Pass message header to it.
5249
5250         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5251
5252 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5253
5254         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5255         or password compatible with XEmacs.
5256
5257 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5258
5259         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5260         format document.
5261         (gnus-mime-delete-part): Don't write description line if empty.
5262         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5263
5264 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5265
5266         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5267         (gnus-summary-mark-read-and-unread-as-read)
5268         (gnus-summary-mark-current-read-and-unread-as-read)
5269         (gnus-summary-mark-unread-as-ticked): Doc fix.
5270         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5271
5272 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5275         Christoph Conrad <christoph.conrad@gmx.de>.
5276
5277 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5280         yes-or-no-p.
5281
5282 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * mm-decode.el (mm-add-meta-html-tag): New function.
5285         (mm-save-part-to-file, mm-pipe-part): Use it.
5286
5287         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5288         gnus-y-or-n-p instead of y-or-n-p.
5289         (gnus-article-browse-html-parts): Work with message/external-body; use
5290         mm-add-meta-html-tag.
5291
5292 2007-12-11  Glenn Morris  <rgm@gnu.org>
5293
5294         * gnus-cache.el: Require gnus-sum not just when compiling.
5295
5296         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5297
5298         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5299         definitions before use.
5300
5301         * mm-decode.el: Require gnus-util.
5302         (mm-remove-part): Only call delete-annotation on XEmacs.
5303
5304         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5305
5306         * nnmail.el: Require gnus-int.
5307
5308         * spam.el: Move `require's before `eval-when-compile's.
5309
5310         * gnus-ems.el (gnus-alive-p):
5311         * gnus-fun.el (message-goto-eoh):
5312         * gnus-util.el (gnus-group-name-decode):
5313         * mail-source.el (gnus-compress-sequence):
5314         * message.el (Info-goto-node, format-spec):
5315         * mm-bodies.el (message-options-get):
5316         * mm-decode.el (mm-view-pkcs7):
5317         * mm-util.el (gmm-write-region):
5318         * mml-smime.el (mml-compute-boundary)
5319         (gnus-completing-read-with-default):
5320         * mml.el (widget-button-press, gnus-make-hashtable):
5321         * mml1991.el (mm-decode-content-transfer-encoding)
5322         (mm-encode-content-transfer-encoding)
5323         (message-options-get, message-options-set):
5324         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5325         * nnfolder.el (gnus-request-group):
5326         * nnheader.el (ietf-drums-unfold-fws):
5327         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5328         * smime.el (gnus-run-mode-hooks):
5329         * spam-stat.el (gnus-message): Autoload.
5330
5331         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5332         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5333         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5334         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5335         Add declare-function compatibility definition.
5336
5337         * gnus-cache.el (nnvirtual-find-group-art):
5338         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5339         (gnus-add-image, gnus-add-wash-type):
5340         * gnus-group.el (nnkiboze-score-file):
5341         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5342         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5343         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5344         (message-tokenize-header, gnus-get-buffer-create)
5345         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5346         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5347         * gnus.el (gnus-group-decoded-name):
5348         * mail-source.el (imap-capability):
5349         * mm-bodies.el (message-options-set):
5350         * mm-decode.el (gnus-configure-windows):
5351         * mm-extern.el (message-goto-body):
5352         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5353         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5354         (epg-sub-key-validity, message-options-set):
5355         * mml.el (widget-event-point, gnus-configure-windows):
5356         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5357         * mml2015.el (epg-check-configuration, epg-configuration)
5358         (message-options-set):
5359         * nndb.el (nndb-request-article):
5360         * nnfolder.el (gnus-request-create-group):
5361         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5362         * nnmaildir.el (gnus-group-mark-article-read):
5363         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5364         * rfc1843.el (message-fetch-field):
5365         * spam.el (gnus-extract-address-components):
5366         Declare as functions.
5367
5368 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5371
5372         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5373
5374         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5375         bind show-trailing-whitespace for XEmacs.
5376
5377 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5380         new no-op macro for backward compatibility.
5381
5382         * imap.el (imap-string-to-integer): New function.
5383
5384 2007-12-09  Glenn Morris  <rgm@gnu.org>
5385
5386         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5387
5388         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5389         * message.el, mm-view.el, sieve-manage.el, smime.el:
5390         Add declare-function compatibility definition.
5391
5392         * gnus-art.el (w3-region, w3m-region, Info-menu):
5393         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5394         * gnus-sum.el (gnus-get-predicate):
5395         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5396         * message.el (mail-abbrev-in-expansion-header-p):
5397         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5398         (w3m-detect-meta-charset, w3m-region):
5399         * sieve-manage.el (password-read, password-cache-add)
5400         (password-cache-remove):
5401         * smime.el (password-read-and-add): Declare as functions.
5402
5403 2007-12-08  David Kastrup  <dak@gnu.org>
5404
5405         * gnus-sum.el (gnus-summary-simplify-subject-query):
5406         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5407         `message'.
5408
5409 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5412         it to bind idna-program, installation-directory, defined-colors, and
5413         face-attribute for XEmacs of the version that compiles defcustom forms.
5414
5415 2007-12-07  Glenn Morris  <rgm@gnu.org>
5416
5417         * gnus-art.el (article-make-date-line): Revert previous change.
5418
5419 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5422
5423 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5424
5425         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5426         Call gnus-add-to-range ranges only once with a prepared article-list.
5427
5428 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5429
5430         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5431         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5432         group names with backslashes.  Reported by Tassilo Horn
5433         <tassilo@member.fsf.org>.
5434
5435 2007-12-06  Deepak Goel  <deego3@gmail.com>
5436
5437         * gnus-art.el (article-make-date-line):
5438         * gnus-start.el (gnus-load):
5439         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5440
5441 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus-art.el (gnus-use-idna)
5444         * gnus-start.el (gnus-site-init-file)
5445         * message.el (message-use-idna)
5446         * mm-uu.el (mm-uu-hide-markers)
5447         * smiley.el (smiley-style): Revert changes that suppress warnings.
5448
5449 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5452         specify charset to html source.  Reported by Christoph Conrad
5453         <christoph.conrad@gmx.de>.
5454
5455 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5458         idna-program in order to suppress byte compile warning issued by XEmacs
5459         that came to byte compile the default value section of defcustom forms
5460         recently.
5461
5462         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5463         value of installation-directory.
5464
5465         * message.el (message-use-idna): Don't directly refer to the value of
5466         idna-program.
5467
5468         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5469
5470         * smiley.el (smiley-style): Don't directly call face-attribute.
5471
5472 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5473
5474         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5475
5476         * gnus-dired.el: Reduce Gnus dependencies.
5477         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5478         require.  Use autoloads instead.
5479         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5480         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5481         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5482         (gnus-dired-mode): Adjust doc string.
5483         (gnus-dired-mail-mode): New variable.
5484         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5485         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5486         (gnus-dired-mail-buffers): New function.  Return mail or message
5487         composition buffers.
5488         (gnus-dired-attach): Use it.
5489         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5490         NO-DECODE.
5491         (gnus-dired-print): Use `gnus-print-buffer' depending on
5492         `gnus-dired-mail-mode'.
5493
5494 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * rfc2047.el (rfc2047-encoded-word-regexp)
5497         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5498         explaining what regexp patterns are for.
5499
5500 2007-12-04  Glenn Morris  <rgm@gnu.org>
5501
5502         * password.el: Move to password-cache.el.
5503
5504         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5505         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5506         * mml-smime.el (password-read, password-cache-add)
5507         (password-cache-remove):
5508         No need to autoload, since mml-sec requires password.
5509
5510         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5511         * message.el (gnus-extract-address-components):
5512         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5513
5514         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5515         password.
5516
5517 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * mailcap.el: Reduce dependencies.
5520         (mail-header-parse-content-type): Autoload.
5521         (mailcap-delete-duplicates): New alias.
5522         (mailcap-mime-info): Add optional argument NO-DECODE.
5523         (mailcap-mime-types): Use mailcap-delete-duplicates.
5524
5525         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5526
5527 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5528
5529         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5530         (imap-parse-status): Upcase status-att for servers that sends them
5531         lower-case (e.g., MS Exchange 2007).
5532
5533 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5536         function.
5537
5538         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5539         (gnus-uu-yenc-article): New function.
5540
5541         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5542
5543         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5544         buffer.
5545
5546 2007-12-02  Glenn Morris  <rgm@gnu.org>
5547
5548         * binhex.el (binhex): New custom group.
5549         (binhex-decoder-program, binhex-decoder-switches)
5550         (binhex-use-external): Move to the binhex custom group.
5551
5552         * uudecode.el (uudecode): New custom group.
5553         (uudecode-decoder-program, uudecode-decoder-switches)
5554         (uudecode-use-external): Move to the uudecode custom group.
5555
5556         * netrc.el (top-level): Don't load `encrypt' features.
5557         (netrc-parse): Don't use encrypt.
5558         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5559
5560         * encrypt.el: Remove file.
5561
5562 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5565         matches on patches.
5566
5567         * gnus-art.el (gnus-article-browse-html-article): Mention
5568         `mm-text-html-renderer' in the doc string.
5569
5570         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5571         string.  Add comments.
5572
5573         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5574         if rhs is ASCII.
5575
5576 2007-12-01  Glenn Morris  <rgm@gnu.org>
5577
5578         * mail-source.el (top-level): Require format-spec before
5579         eval-when-compile.
5580
5581 2007-11-30  Glenn Morris  <rgm@gnu.org>
5582
5583         * encrypt.el: Require password, rather than autoloading password-read.
5584
5585 2007-11-29  Glenn Morris  <rgm@gnu.org>
5586
5587         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5588         (sasl-make-client, sasl-next-step, sasl-step-data)
5589         (sasl-step-set-data): Declare as functions.
5590
5591 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5594
5595 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5596
5597         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5598         certs should be verified and what is to be done in the event of a
5599         verification failure.
5600
5601         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5602         caller can indicate whether the cache should be disregarded for this
5603         call.  This way the result of the call is reproducible at all times and
5604         can be considered a canonical server name for the supplied method.
5605         (gnus-agent-method-p): Canonicalize server names by pushing their
5606         method through `gnus-method-to-server' using the no-cache argument.
5607
5608         * gnus-srvr.el (gnus-server-insert-server-line): Call
5609         `gnus-method-to-server' with `no-cache' argument.
5610
5611         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5612         gnus-agent-possibly-synchronize-flags as this should be called when the
5613         server is actually being opened.
5614         (gnus-agent-possibly-synchronize-flags)
5615         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5616         flags file of an agentized server to the latter function.
5617
5618         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5619         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5620         after a connection has been established successfully.
5621
5622 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * gnus-art.el (article-display-face): Force to display face if called
5625         interactively; check if gnus-article-x-face-too-ugly matches author.
5626         (article-display-x-face): Display face even if From header is missing
5627         as article-display-face does.
5628
5629 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5630
5631         * hashcash.el (message-narrow-to-headers-or-head)
5632         (message-fetch-field, message-goto-eoh)
5633         (message-narrow-to-headers): Declare as functions.
5634
5635 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * mail-source.el (mail-sources): Default to fetch from file for
5638         compatibility with default of nnmail-spool-file.
5639
5640 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5643         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5644         to look for encoded word that should be encoded again.
5645         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5646         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5647         encoding pattern.
5648         (rfc2047-decode-region): Switch strict regexp and loose one according
5649         to rfc2047-allow-irregular-q-encoded-words.
5650
5651 2007-11-25  Romain Francoise  <romain@orebokech.com>
5652
5653         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5654
5655 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * tls.el (tls-program): Provide more custom choices from
5658         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5659         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5660
5661 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5662
5663         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5664         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5665
5666         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5667         `nnmail-spool-file'.
5668
5669         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5670         `nnmail-spool-file'.
5671
5672         * gnus-move.el (gnus-change-server): Ditto.
5673
5674         * gnus-kill.el (gnus-batch-score): Ditto.
5675
5676         * gnus-cache.el (gnus-jog-cache): Ditto.
5677
5678         * gnus-msg.el (gnus-summary-reply):
5679         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5680
5681 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5684         version.  Minor improvement to doc strings.
5685         (tls-program): Add comment.
5686
5687 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5688
5689         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5690         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5691         mismatch between the hostname provided in the certificate and the name
5692         of the host connnecting to.
5693         (open-tls-stream): Use them.  Check certificates against trusted root
5694         certificates.
5695
5696 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * gnus-cache.el (gnus-cache-generate-nov-databases):
5699         Use nnml-generate-nov-databases-directory instead of
5700         nnml-generate-nov-databases-1.
5701
5702 2007-11-24  Glenn Morris  <rgm@gnu.org>
5703
5704         * message.el (message-tool-bar-retro): Update for rename
5705         mail_send.xpm->mail-send.xpm.
5706
5707 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5708
5709         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5710         `smime-ldap-search' for Emacs 22 and up.
5711
5712 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5713
5714         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5715
5716         * message.el (message-send-mail-function): Fix error convention.
5717         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5718         (message-widen-reply, message-send-mail, message-talkative-question)
5719         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5720         (message-clone-locals, message-send-news): Use with-current-buffer.
5721         (message-insert-or-toggle-importance): Remove unused var `valid'.
5722         (message-make-references): Remove unused var `new-references'.
5723         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5724
5725 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5726
5727         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5728         (spam-split-symbolic-return-positive): Reflow docstring.
5729         (spam-backends, spam-summary-exit-behavior)
5730         (spam-mark-ham-unread-before-move-from-spam-group)
5731         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5732         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5733         (spam-clear-cache, spam-backend-check, spam-install-backend)
5734         (spam-install-statistical-backend, spam-list-of-processors)
5735         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5736         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5737         (spam-check-crm114, spam-initialize, spam-unload-hook):
5738         Fix typos in docstrings.
5739
5740 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5743         been checked if they have never been read and those group levels are
5744         higher than the one that a user specified.
5745
5746 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5749         foreign groups unless a group level is specified by a user.
5750         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5751
5752 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5753
5754         * message.el (message-send-mail-function): Require sendmail.
5755
5756 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * message.el (message-send-mail-function): Check for smtpmail too.
5759
5760         * utf7.el (utf7-encode, utf7-decode): Use coding system
5761         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5762
5763         * message.el (message-send-mail-function): New function.
5764         (message-send-mail-function): Set default using
5765         message-send-mail-function.  Adjust doc string.
5766         (message-send-mail-with-mailclient): New function.
5767
5768 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5769
5770         * smime.el (from):
5771         * rfc2047.el (message-posting-charset):
5772         * qp.el (mm-use-ultra-safe-encoding):
5773         * pop3.el (parse-time-months):
5774         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5775         * nnml.el (files):
5776         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5777         (jka-compr-compression-info-list, ange-ftp-path-format)
5778         (efs-path-regexp):
5779         * nndiary.el (files):
5780         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5781         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5782         (epg-digest-algorithm-alist, inhibit-redisplay)
5783         (password-cache-expiry):
5784         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5785         (pgg-output-buffer, password-cache-expiry):
5786         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5787         (efs-path-regexp):
5788         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5789         (inhibit-redisplay):
5790         * mm-uu.el (file-name, start-point, end-point, entry)
5791         (gnus-newsgroup-name, gnus-newsgroup-charset):
5792         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5793         (latin-unity-ucs-list):
5794         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5795         (mm-uu-binhex-decode-function):
5796         * message.el (gnus-message-group-art, gnus-list-identifiers)
5797         (rmail-enable-mime-composing, gnus-local-organization)
5798         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5799         (gnus-read-active-file, facemenu-add-face-function)
5800         (facemenu-remove-face-function, gnus-article-decoded-p)
5801         (tool-bar-mode):
5802         * mail-source.el (display-time-mail-function):
5803         * gnus-util.el (nnmail-pathname-coding-system)
5804         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5805         (gnus-original-article-buffer, gnus-user-agent)
5806         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5807         (xemacs-codename, sxemacs-codename, emacs-program-version):
5808         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5809         * gnus-start.el (gnus-agent-covered-methods)
5810         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5811         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5812         (gnus-newsgroup-headers, gnus-group-list-mode)
5813         (gnus-group-mark-positions, gnus-newsgroup-data)
5814         (gnus-newsgroup-unreads, nnoo-state-alist)
5815         (gnus-current-select-method, mail-sources)
5816         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5817         (nnmail-spool-file, gnus-cache-active-hashtb):
5818         * gnus-mh.el (mh-lib-progs):
5819         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5820         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5821         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5822         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5823         (gnus-group-buffer):
5824         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5825         (font-lock-set-defaults):
5826         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5827         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5828         (gnus-summary-post-menu, total-parts, type, condition, length):
5829         * gnus-agent.el (gnus-agent-read-agentview):
5830         * flow-fill.el (show-trailing-whitespace):
5831         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5832         eval-and-compile wrappers for byte compiler pacifiers.
5833
5834         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5835         (mm-display-inline-fontify): Check for featurep 'xemacs not
5836         extent-list.
5837
5838         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5839         itimer-list.
5840         (mm-create-image-xemacs): Only do something for XEmacs.
5841         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5842
5843         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5844
5845         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5846         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5847
5848 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5849
5850         * nnimap.el (nnimap-split-download-body):
5851         * gnus-demon.el (gnus-demon):
5852         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5853
5854 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5857         macros.
5858         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5859         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5860         copy data from unibyte buffer to multibyte current buffer.
5861         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5862         to copy data from unibyte current buffer to multibyte buffer.
5863         (nntp-make-process-buffer): Make process buffer unibyte.
5864
5865         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5866
5867 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5868
5869         * pop3.el (pop3-open-server): Accept and process data more robustly at
5870         connexion start to avoid spurious "POP SSL connexion failed" errors.
5871
5872 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5875         read group names.
5876
5877 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5880
5881 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5884         (nnmail-save-active): Use a unibyte buffer when saving active file,
5885         which may contain non-ASCII group names.
5886
5887         * nnml.el (nnml-request-group): Decode group names in messages.
5888
5889 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * message.el (message-citation-line-function)
5892         (message-insert-formatted-citation-line): Fix spelling of
5893         `message-insert-formated-citation-line'.
5894
5895 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5898
5899 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5902         nnmail-pathname-coding-system.
5903
5904         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5905         that a user enters; decode group names in messages.
5906
5907         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5908
5909 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5912
5913         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5914
5915         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5916         risky local variable.
5917
5918         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5919
5920 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5921
5922         * encrypt.el: Improve documentation to fix function name typo.
5923         Reported by Daiki Ueno <ueno@unixuser.org>.
5924
5925 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5928         even if the point is not in the last page of an article.
5929         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5930         back to the previous page.
5931
5932 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5935
5936 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5939
5940 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5941
5942         * message.el (message-check-news-body-syntax): Avoid
5943         mm-string-as-multibyte.
5944         (message-hide-headers): Don't assume (point-min)==1.
5945
5946 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5947
5948         * message.el (message-remove-blank-cited-lines): Fix if remove is
5949         given.
5950         (message-bogus-address-regexp): New variable.
5951         (message-bogus-recipient-p): New function.
5952         (message-check-recipients): New command.
5953         (message-syntax-checks): Add `bogus-recipient'.
5954         (message-fix-before-sending): Add `bogus-recipient'.
5955
5956         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5957         (gnus-treat-body-boundary): Don't test window-system.
5958
5959 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5960
5961         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5962
5963 2007-10-28  Miles Bader  <miles@gnu.org>
5964
5965         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5966         at compile-time too.
5967
5968 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * gnus-msg.el (gnus-message-setup-hook): Add
5971         `message-remove-blank-cited-lines' to options.
5972
5973 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5974
5975         * message.el (message-remove-blank-cited-lines): New function.
5976         Suggested by Karl Plästerer.
5977
5978 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5981         mapc.
5982
5983         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5984         (top-level): Use mapc to set functions to be traced for debugging.
5985
5986         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5987         called for effect with while loop.
5988
5989         * message.el (message-talkative-question): Replace mapcar called for
5990         effect with mapc.
5991
5992         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5993         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5994         called for effect with dolist.
5995
5996         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5997
5998         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5999         gnus-extra-headers and nnmail-extra-headers.
6000
6001         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6002         called for effect with dolist.
6003         (top-level): Use mapc to set functions to be traced for debugging.
6004
6005         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6006         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6007         dolist.
6008
6009         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6010         Replace mapcar called for effect with mapc.
6011         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6012         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6013         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6014         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6015
6016         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6017         remove-if that's a cl function.
6018
6019         * webmail.el (webmail-debug): Replace mapcar called for effect with
6020         dolist.
6021
6022         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6023         with mapc.
6024
6025 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6028         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6029         with while loop.
6030
6031         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6032         functions from article-* functions.
6033         (gnus-multi-decode-header): Replace mapcar called for effect with
6034         dolist.
6035
6036         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6037         (gnus-bookmark-show-details): Replace mapcar called for effect with
6038         while loop.
6039
6040         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6041         called for effect with while loop.
6042
6043         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6044         with dolist.
6045
6046         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6047         mapcar called for effect with dolist.
6048
6049         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6050
6051         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6052         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6053         Replace mapcar called for effect with dolist.
6054         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6055         mapc.
6056
6057         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6058         Replace mapcar called for effect with dolist.
6059         (gnus-topic-list): Replace mapcar called for effect with mapc.
6060
6061         * gnus.el: Use mapc instead of mapcar to add autoloads.
6062
6063 2007-10-23  Richard Stallman  <rms@gnu.org>
6064
6065         * gnus-group.el (gnus-group-highlight): Mark as risky.
6066
6067 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus.el (gnus-server-to-method): Return method found first in
6070         gnus-newsrc-alist.
6071
6072         * gnus-art.el (gnus-article-highlight-signature)
6073         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6074         button overlay without the front stickiness.
6075
6076 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6077
6078         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6079         overview buffer needed a catch to receive its throw.
6080         (gnus-agent-flush-cache): Declared as interactive to make this function
6081         easier to use.
6082
6083 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6086         `next-line'.
6087
6088 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6091         exclude address matching message-dont-reply-to-names.
6092
6093 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * gnus-util.el (gnus-string<): New function.
6096
6097         * gnus-sum.el (gnus-article-sort-by-author)
6098         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6099
6100 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6103         the frame-focus tag is set in gnus-buffer-configuration.
6104
6105 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6108         the front stickiness.
6109
6110 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6113         url pattern; remove duplicate one.
6114         (gnus-article-extend-url-button): New function.
6115         (gnus-article-add-buttons): Use it.
6116         (gnus-button-push): Use concatenated url that it makes.
6117
6118 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6119
6120         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6121
6122 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6123
6124         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6125         Don't hardcode point-min==1.
6126
6127 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6130         Fix comment about "iso8859-1".
6131
6132 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6133
6134         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6135         ones returned from the verify-function.
6136
6137         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6138         mml2015-extract-cleartext-signature if extraction failed.
6139
6140 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6141
6142         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6143         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6144         failed.
6145
6146 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6147
6148         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6149
6150 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6153         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6154         recommends to use EasyPG instead of PGG.
6155
6156         * pgg.el: Revert to revision 6.23.2.16.
6157
6158         * pgg-def.el: Revert to revision 6.6.2.14.
6159
6160         * pgg-gpg.el: Revert to revision 6.23.2.34.
6161
6162 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6163
6164         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6165         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6166         thread for both the null and zero (kill/expire thread) universal prefix
6167         cases.
6168         (gnus-summary-expire-thread): Add new function to expire a thread,
6169         using gnus-summary-kill-thread.
6170         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6171         shortcuts for gnus-summary-expire-thread.
6172         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6173         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6174
6175 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6178         extras value, so an extras entry can be deleted.
6179         (gnus-registry-delete-extra-entry): Use it.
6180         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6181         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6182         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6183         storage through the gnus-registry, and provide an appropriate API for
6184         it.
6185
6186 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6189         Suggested by Leo <sdl.web@gmail.com>.
6190
6191         * gnus.el: Do.
6192
6193 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6196         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6197
6198         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6199
6200         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6201         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6202
6203 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6206         newline.
6207         (nnmbox-request-accept-article): Don't change article in source buffer;
6208         narrow to header to use message-fetch-field rather than
6209         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6210         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6211         as delimiters; make sure article ends with newline.
6212         (nnmbox-delete-mail): Correct last position of article to be deleted;
6213         ignore X-Gnus-Newsgroup header in article body.
6214         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6215         positions; make sure article ends with newline.
6216
6217         * message.el (message-display-abbrev): Don't infloop when a user
6218         inserts SPC in the beginning of header.
6219
6220         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6221         coding-system-for-read and coding-system-for-write for XEmacs having no
6222         file-coding feature.
6223
6224         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6225
6226 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6229         list of groups not followed by default.  Fix type to be regexp.
6230         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6231
6232 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6233
6234         * hmac-def.el (define-hmac-function): Switch from old-style to
6235         new-style backquotes.
6236
6237         * md4.el (md4-make-step): Likewise.
6238
6239 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6242         raw-text coding system when saving .newsrc file, which may contain
6243         non-ASCII group names.
6244
6245 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-cus.el (gnus-score-extra): New widget.
6248         (gnus-score-extra-convert): New function.
6249         (gnus-score-customize): Use it for Extra.
6250
6251 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6252
6253         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6254         (mml2015-mailcrypt-clear-verify): Use it.
6255         (mml2015-gpg-clear-verify): Use it.
6256         (mml2015-pgg-clear-verify): Use it.
6257         (mml2015-epg-clear-verify): Replace the current part with the output
6258         from GnuPG; don't extract the plaintext by itself.
6259
6260         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6261         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6262         mml2015-clear-verify-function; don't touch the armor headers or
6263         dash-escaped text here.
6264
6265 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6268         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6269         parts, or application/octet-stream as a last resort.
6270         (gnus-mime-view-part-as-type): Don't toggle display.
6271         (gnus-mime-view-part-as-charset): Don't turn off display before
6272         querying charset.
6273
6274         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6275         stuff to undisplayer function in Emacs.
6276         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6277
6278         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6279         text/calendar parts.
6280
6281 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6284         decoding text/calendar parts.
6285
6286         * message.el (message-forward-make-body-mime): Always mark body as
6287         having no illegible text; remove signed-or-encrypted argument.
6288         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6289
6290         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6291         (mml-generate-mime-1): Don't encode body if it is specified to be in
6292         raw form; don't make buffer be unibyte when inserting multibyte string.
6293
6294 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6295
6296         * sha1.el: Fix up comment style.
6297         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6298         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6299
6300         * hex-util.el: Fix up comment style.
6301         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6302
6303         * gnus-salt.el: Use with-current-buffer.
6304         (gnus-pick-setup-message): Fix long-standing typo.
6305
6306 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * imap.el (imap-logout-timeout): New variable.
6309         (imap-logout, imap-logout-wait): New functions.
6310         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6311
6312         * nnimap.el (nnimap-logout-timeout): New server variable.
6313         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6314         nnimap-logout-timeout.
6315
6316         * gnus-art.el (gnus-article-summary-command-nosave)
6317         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6318
6319 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus.el (gnus-maximum-newsgroup): New variable.
6322
6323         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6324         according to gnus-maximum-newsgroup.
6325
6326         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6327         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6328         Limit the range of articles according to gnus-maximum-newsgroup.
6329
6330 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6331
6332         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6333         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6334         Don't perform gnus-configure-windows here; reuse existing sticky
6335         article buffer.
6336
6337         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6338         it doesn't exist in gnus-article-mode.
6339
6340 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6343         (gnus-agent-decoded-group-name): New function.
6344         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6345         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6346
6347 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6348
6349         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6350         Add binding for gnus-sticky-article.
6351         (gnus-summary-exit): Don't kill sticky article buffers.
6352
6353         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6354         article buffer.
6355         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6356         (gnus-kill-sticky-article-buffers): New commands.
6357
6358 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * nntp.el (nntp-xref-number-is-evil): New server variable.
6361         (nntp-find-group-and-number): If it is non-nil, don't trust article
6362         numbers in the Xref header.
6363
6364 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-agent.el (gnus-agent-read-group): New function.
6367         (gnus-agent-flush-group, gnus-agent-expire-group)
6368         (gnus-agent-regenerate-group): Use it.
6369         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6370         nnmail-pathname-coding-system.
6371
6372 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6375
6376         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6377         that are unread as unread, and also as selected so that information of
6378         marks having been changed by a user may be updated when exiting group.
6379
6380 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6383         calculated ignoring signature parts to gnus-treat-article.
6384
6385 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6388         a point here in order to keep the window start.
6389         (gnus-insert-mime-security-button): Make a button overlay without the
6390         front stickiness.
6391         (gnus-mime-display-security): Goto the end of a button.
6392
6393         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6394
6395 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6398         group-name-at-point.
6399         (gnus-group-completing-read): New function that offers decoded
6400         non-ASCII group names for completion.
6401         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6402         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6403         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6404         (gnus-group-fetch-control): Use it.
6405         (gnus-fetch-group): Use group-name-at-point for the initial value
6406         rather than the default value; use gnus-alive-p.
6407
6408         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6409         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6410         (gnus-summary-post-news): Use gnus-group-completing-read.
6411
6412         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6413         (gnus-read-move-group-name): Decode group name for completion.
6414
6415 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6416
6417         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6418         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6419         Yamaoka slightly modified the code).
6420
6421 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6424         (nnmail-split-incoming): Bind it.
6425
6426         * nnml.el (nnml-group-name-charset): New function.
6427         (nnml-decoded-group-name): Use it; don't decode group name if
6428         nnmail-group-names-not-encoded-p is non-nil.
6429         (nnml-encoded-group-name): New function.
6430         (nnml-group-pathname): Inline nnml-decoded-group-name.
6431         (nnml-request-expire-articles): Decode group name in message.
6432         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6433         nnmail-pathname-coding-system.
6434         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6435         not decoded ones according to nnmail-group-names-not-encoded-p.
6436         (nnml-generate-active-info): Use nnml-encoded-group-name.
6437
6438 2007-08-08  Glenn Morris  <rgm@gnu.org>
6439
6440         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6441         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6442         doc-strings and comments.
6443
6444 2007-07-25  Glenn Morris  <rgm@gnu.org>
6445
6446         * Relicense all FSF files to GPLv3 or later.
6447
6448 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * gnus-sum.el (gnus-summary-move-article): Make
6451         gnus-summary-respool-article work.
6452
6453 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6456         string.
6457
6458 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6459
6460         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6461         that should be ignored when comparing distant RSS articles with local
6462         ones.
6463         (nnrss-make-hash-index): New function.  Create a hash index according
6464         to the ignored fields.
6465         (nnrss-check-group): Use it.
6466
6467 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6470
6471         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6472
6473         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6474         the new optional argument ENCODED is non-nil.
6475         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6476         coding system for encoding group name.
6477         (gnus-group-make-rss-group): Pass un-encoded group name to
6478         gnus-group-make-group.
6479         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6480         encoded.
6481
6482         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6483         Encode group name to which articles are moved or copied.
6484         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6485         coding system for encoding Newsgroup, Followup-To and Xref headers.
6486
6487         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6488         marks; use nnheader-file-coding-system to write a file.
6489         (nnagent-retrieve-headers): Bind file-name-coding-system to
6490         nnmail-pathname-coding-system.
6491
6492         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6493
6494         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6495         (nnml-request-article, nnml-request-create-group)
6496         (nnml-request-rename-group, nnml-find-id)
6497         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6498         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6499         (nnml-save-marks): Use nnml-group-pathname instead of
6500         nnmail-group-pathname.
6501
6502         (nnml-request-create-group, nnml-request-expire-articles)
6503         (nnml-request-move-article, nnml-request-delete-group)
6504         (nnml-deletable-article-p, nnml-possibly-create-directory)
6505         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6506         (nnml-open-marks): Bind file-name-coding-system to
6507         nnmail-pathname-coding-system.
6508
6509         (nnml-request-article): Pass server argument to nnml-find-group-number.
6510         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6511         server argument to nnml-possibly-create-directory.
6512         (nnml-request-accept-article): Pass server argument to
6513         nnml-active-number and nnml-save-mail.
6514         (nnml-find-group-number): Pass server argument to nnml-find-id.
6515         (nnml-request-update-info): Pass server argument to
6516         nnml-marks-changed-p.
6517
6518         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6519         (nnml-save-mail, nnml-active-number): Add server argument.
6520
6521         (nnml-request-delete-group): Warn if group is missing.
6522         (nnml-get-nov-buffer): Decode group name.
6523         (nnml-generate-active-info): Encode group name.
6524         (nnml-open-marks): Decode group name in messages.
6525
6526 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6529         if it is not specified.
6530         (gnus-article-pipe-part, gnus-article-save-part)
6531         (gnus-article-interactively-view-part, gnus-article-copy-part)
6532         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6533         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6534         (gnus-article-replace-part, gnus-article-delete-part)
6535         (gnus-article-view-part-as-type): Pass raw prefix argument to
6536         gnus-article-part-wrapper.
6537
6538 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * gnus-agent.el (gnus-agent-save-active): Bind
6541         nnheader-file-coding-system to gnus-agent-file-coding-system.
6542
6543         * gnus-cache.el (gnus-cache-save-buffers)
6544         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6545         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6546         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6547         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6548         (gnus-cache-generate-active, gnus-cache-rename-group)
6549         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6550         (gnus-cache-update-overview-total-fetched-for): Bind
6551         file-name-coding-system to nnmail-pathname-coding-system.
6552         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6553         variables.
6554         (gnus-cache-decoded-group-name): New function.
6555         (gnus-cache-file-name): Use it.
6556         (gnus-cache-generate-active): Use non-decoded group name for active.
6557
6558         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6559         right place.
6560         (gnus-write-active-file): Don't break non-ASCII group names.
6561
6562         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6563         nnmail-pathname-coding-system.
6564
6565         * lpath.el: Bind default-file-name-coding-system,
6566         file-name-coding-system and language-info-alist for XEmacs.
6567
6568         * gnus-uu.el (gnus-uu-decode-save): Typo.
6569
6570 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6573
6574 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6577         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6578         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6579         (gnus-agent-flush-group, gnus-agent-flush-cache)
6580         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6581         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6582         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6583         (gnus-agent-regenerate-group)
6584         (gnus-agent-update-files-total-fetched-for)
6585         (gnus-agent-update-view-total-fetched-for): Bind
6586         file-name-coding-system to nnmail-pathname-coding-system.
6587         (gnus-agent-group-pathname): Don't encode file names by
6588         nnmail-pathname-coding-system.
6589         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6590         coding-system-for-write instead of buffer-file-coding-system to
6591         gnus-agent-file-coding-system.
6592
6593         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6594         Decode group name.
6595
6596         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6597
6598         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6599         (gnus-read-newsrc-el-file): Make group names unibyte.
6600
6601         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6602         nnmail-pathname-coding-system.
6603
6604         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6605         (nnrss-request-delete-group): Bind file-name-coding-system to
6606         nnmail-pathname-coding-system.
6607         (nnrss-read-server-data, nnrss-read-group-data): Bind
6608         file-name-coding-system correctly.
6609         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6610
6611         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6612         (nntp-server-to-method-cache): New variable.
6613         (nntp-group-pathname): New function that decodes non-ASCII group names.
6614         (nntp-possibly-create-directory, nntp-marks-changed-p)
6615         (nntp-save-marks, nntp-open-marks): Use it.
6616         (nntp-possibly-create-directory, nntp-open-marks):
6617         Bind file-name-coding-system to nnmail-pathname-coding-system.
6618         (nntp-open-marks): Decode group names when bootstrapping marks.
6619
6620         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6621         Newsgroups and Folowup-To headers.
6622
6623 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6626         (gnus-server-closed-face, gnus-server-denied-face)
6627         (gnus-server-offline-face): Remove variable.
6628         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6629
6630         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6631         of modifying message-stack directly for XEmacs.
6632
6633         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6634         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6635         if the coding-system argument is nil for XEmacs.
6636
6637         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6638         mm-charset-override-alist.
6639
6640         * rfc2047.el: Don't require base64; require rfc2045 for the function
6641         rfc2045-encode-string.
6642         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6643         to quote the parameter value.
6644
6645 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6648         form in gnus-group-name-charset-method-alist.
6649
6650         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6651         overrides the default layout edit-form.
6652
6653         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6654
6655         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6656
6657 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6660         as unfetched articles.
6661
6662 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6665
6666 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6669         original back end that keeps marks in the local system.
6670
6671 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6674         arg of pop-to-buffer for XEmacs.
6675         (gnus-article-read-summary-keys): Ditto; don't restore window
6676         configuration if summary command ends up with neither article buffer
6677         nor summary buffer; describe bindings if summary keys end with C-h.
6678
6679 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * message.el (message-fix-before-sending): Skip raw message part to be
6682         forwarded while checking illegible text.
6683         (message-forward-make-body-mime, message-forward-make-body): Mark
6684         signed or encrypted raw message as having no illegible text.
6685
6686 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6689         (gnus-message-with-timestamp-1): New macro.
6690         (gnus-message-with-timestamp): New function.
6691         (gnus-message): Use them.
6692
6693         * nnheader.el (nnheader-message): Use them.
6694
6695 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6698         .newsrc.eld file.
6699
6700 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-agent.el (gnus-agent-fetch-headers)
6703         (gnus-agent-retrieve-headers): Bind
6704         gnus-decode-encoded-address-function to identity.
6705
6706         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6707         available also when the server returns simply a dot.
6708
6709         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6710
6711 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6714
6715 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-ems.el (gnus-x-splash): Make it work.
6718
6719         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6720         from being used.
6721
6722         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6723
6724 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6727         4th and the 5th arguments.
6728
6729         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6730         the front stickiness.
6731         (gnus-article-summary-command-nosave): Correct the order of the
6732         arguments passed to pop-to-buffer.
6733         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6734         summary command ends up with the article buffer.
6735
6736         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6737         the same faces.
6738
6739 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6740
6741         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6742
6743 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6744
6745         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6746         * gnus-sum.el (gnus-summary-highlight):
6747         * pgg.el (pgg-sign-region, pgg-sign):
6748         * mail-source.el (mail-source-delete-old-incoming-confirm):
6749         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6750
6751 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-art.el (gnus-mime-view-part-externally)
6754         (gnus-mime-view-part-internally): Fix predicate function passed to
6755         completing-read.
6756
6757         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6758
6759         * gnus.el (gnus-update-message-archive-method): Add :version.
6760
6761 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus.el (gnus-update-message-archive-method): New variable.
6764
6765         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6766         according to gnus-message-archive-method if
6767         gnus-update-message-archive-method is non-nil.
6768
6769 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6772         by Loic Dachary <loic@dachary.org>.
6773         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6774
6775 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * message.el (message-pop-to-buffer): Add switch-function argument.
6778         (message-mail): Pass switch-function argument to it.
6779
6780 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6783         Improve doc string.
6784
6785 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6788         (gnus-header-content)
6789         * gnus-cite.el (gnus-cite-10)
6790         * gnus-srvr.el (gnus-server-closed)
6791         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6792         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6793         (gnus-group-mail-3-empty, gnus-group-mail-low)
6794         (gnus-group-mail-low-empty, gnus-splash)
6795         * message.el (message-header-to, message-header-cc)
6796         (message-header-subject, message-header-other, message-header-name)
6797         (message-header-xheader, message-separator, message-cited-text)
6798         (message-mml): Lighten colors of faces used for dark background.
6799
6800 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6801
6802         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6803         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6804
6805 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * message.el (message-narrow-to-headers-or-head):
6808         Ignore mail-header-separator in the body.
6809
6810 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6813         same as window size.
6814
6815 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6816
6817         * message.el (message-font-lock-keywords): Use message-header-xheader
6818         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6819         ahead of the anything pattern, to get it recognised.
6820
6821 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6824         spam.el loads uses it in the compiled defadvice form.
6825
6826 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6827
6828         * gnus-sum.el (gnus-articles-to-read)
6829         (gnus-summary-insert-old-articles): Don't truncate group name for
6830         `read-string'.
6831
6832         * gnus-util.el (gnus-limit-string): Delete this function.
6833
6834         * gnus-sum.el (gnus-simplify-subject-fully): Use
6835         `truncate-string-to-width' instead.
6836
6837 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6838
6839         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6840         if, on summary exit, the next group has to be selected.
6841         (gnus-summary-exit): Use it.
6842
6843 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6844
6845         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6846         non-break space.
6847
6848 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6851         Check if group is not a directory.
6852         (nnfolder-request-expire-articles): Don't delete articles if the target
6853         group is not available.
6854
6855         * nnml.el (nnml-request-create-group): Properly check if group is not a
6856         file.
6857         (nnml-request-expire-articles): Don't delete articles if the target
6858         group is not available.
6859
6860         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6861         Don't quote characters that are within parentheses.
6862
6863 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6866         (gnus-handle-ephemeral-exit): Select article according to it.
6867
6868 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * message.el (message-insert-formated-citation-line): Remove newline.
6871         (message-citation-line-format): Add final \n here so that the user can
6872         avoid a blank line.
6873
6874 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6875
6876         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6877         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6878         Update lanl/arXiv support.
6879
6880 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * gnus.el: Bump version number.
6883
6884 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * gnus.el (gnus-version-number): Bump version.
6887
6888 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6889
6890         * gnus.el: No Gnus v0.6 is released.
6891
6892 2007-04-27  Didier Verna  <didier@xemacs.org>
6893
6894         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6895         * gmm-utils.el (gmm-regexp-concat): here.
6896         * message.el: Don't require 'gnus-util.
6897         (message-dont-reply-to-names): Handle name change above.
6898         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6899
6900 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6903         since the initial value varies according to the system.
6904
6905 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6908
6909 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6910
6911         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6912
6913 2007-04-24  Didier Verna  <didier@xemacs.org>
6914
6915         Improve the type of gnus-ignored-from-addresses.
6916         * gnus-util.el (gnus-orify-regexp): New function.
6917         * message.el (gnus-util): Require it.
6918         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6919         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6920         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6921
6922 2007-04-24  Didier Verna  <didier@xemacs.org>
6923
6924         * gnus-sum.el:
6925         * gnus-utils.el: Fix some trailing whitespaces.
6926
6927 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6930         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6931         article's Message-ID; refer parent article in summary buffer.
6932
6933         * message.el (message-bounce): Call mime-to-mml.
6934
6935         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6936         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6937         optimize and/or forms properly.
6938
6939 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6942         URL.
6943
6944 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6947
6948 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6951         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6952         displayed of multipart/alternative part if it is invoked from summary
6953         buffer.
6954
6955         * mm-view.el (mm-inline-text-html-render-with-w3m)
6956         (mm-inline-text-html-render-with-w3m-standalone)
6957         (mm-inline-render-with-function): Use mail-parse-charset by default.
6958
6959 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6960
6961         * parse-time.el (parse-time-string-chars): Check if CHAR
6962         is less than the length of parse-time-syntax.
6963
6964 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6967         from gnus-newsgroup-processable.
6968
6969 2007-04-16  Didier Verna  <didier@xemacs.org>
6970
6971         * gnus-msg.el (gnus-configure-posting-styles): Handle
6972         message-signature-directory properly with :file syntax.  Reported by
6973         "Leo".
6974
6975 2007-04-11  Didier Verna  <didier@xemacs.org>
6976
6977         New user option: message-signature-directory.
6978         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6979         * message.el (message-insert-signature): Ditto.
6980         * message.el (message-signature-file): Doc update.
6981         * message.el (message-signature-directory): New.
6982
6983 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-msg.el (gnus-inews-yank-articles): Use
6986         message-exchange-point-and-mark instead of exchange-point-and-mark.
6987
6988 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * message.el (message-yank-original): Make sure cited text ends with
6991         newline; don't exchange point and mark.
6992
6993 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6994
6995         * tls.el (open-tls-stream): Properly handle case where there
6996         is no associated buffer.
6997
6998 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6999
7000         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7001         message-yank-original, make sure (< mark TEXT point).
7002
7003 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * message.el (message-fill-column): New variable.
7006         (message-mode): Use it.  Add comment on a possible new hook.
7007
7008         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7009         (nnmail-get-new-mail): Reformat.
7010
7011         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7012
7013         * gmm-utils.el: Fix Commentary.
7014         (gmm-tool-bar-from-list): Fix typo in doc string.
7015
7016 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7017
7018         * message.el (message-yank-original): Don't switch point and mark
7019         unnecessarily to put point and mark as documented.
7020
7021 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7024         from the message heads.
7025
7026 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7027
7028         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7029         article buffer does not have a window.  This may not be the best
7030         solution but is certainly better than setting the start of the null,
7031         that is the current, window.
7032
7033 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7036         (gnus-draft-setup): Run it.
7037
7038         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7039         gnus-score-fast-scoring.  Allow regexp.
7040         (gnus-score-headers): Use it.
7041
7042         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7043         XEmacs.
7044
7045         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7046         string.
7047         (gnus-button-alist): Also catch `<f1> k ...'.
7048         (gnus-treat-display-x-face): Fix doc string.
7049
7050 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7051
7052         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7053         evaluation of gnus-extended-version to ensure correct generation of the
7054         User-Agent header when message-generate-headers-first is used.
7055
7056 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7057
7058         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7059         hashcash-path is nil.  Don't call callback with incorrect number of
7060         parameters if val is 0.
7061
7062 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7063
7064         * message.el (message-required-news-headers):
7065         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7066
7067 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7068
7069         * tls.el (open-tls-stream): In handshake-waiting loop,
7070         don't wait more if there is output available to process.
7071
7072 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7073
7074         * tls.el (tls-program): Doc fix.
7075
7076 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * message.el (message-generate-new-buffers): Change the meaning of the
7079         nil value; add `standard' to the choices; treat t as `unique'; improve
7080         doc string.
7081         (gnus-select-frame-set-input-focus): Autoload.
7082         (message-buffer-name): Search for the existing message buffer if
7083         message-generate-new-buffers is nil or `standard'; treat the value t of
7084         message-generate-new-buffers as `unique'.
7085         (message-pop-to-buffer): Raise the frame already displaying the message
7086         buffer; clear the echo area after querying.
7087         (message-setup): Pass the `continue' argument to compose-mail.
7088         (message-mail): Prefer `switch-function' if it is given; search for the
7089         existing message buffer if the `continue' argument is non-nil; pass
7090         continue and switch-function arguments to compose-mail by way of
7091         message-setup.
7092         (message-mail-other-window): Adjust argument of message-setup.
7093         (message-mail-other-frame): Ditto.
7094
7095 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7098         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7099         to turn font-lock on when turning gnus-message-citation-mode on.
7100
7101 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7102
7103         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7104         (mml-smime-function-alist): New variable; add epg as the backend.
7105         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7106         mml-smime- functions instead.
7107         * mm-view.el: Require smime.
7108
7109 2007-03-05  Didier Verna  <didier@xemacs.org>
7110
7111         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7112         instead of just inheritance for posting styles.
7113         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7114
7115 2007-02-24  Chris Moore  <dooglus@gmail.com>
7116
7117         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7118         * pgg-pgp.el (pgg-pgp-encrypt-region):
7119         * pgg-gpg.el (pgg-gpg-encrypt-region):
7120         Check pgg-encrypt-for-me if no other recipients.
7121
7122 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7123
7124         * tls.el (tls-certtool-program): Fix custom type.
7125
7126 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7129         and point-at-eol instead of line-(beginning|end)-position.
7130
7131         * assistant.el (assistant-parse-buffer): Ditto.
7132
7133         * netrc.el (netrc-parse-services): Ditto.
7134
7135 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7136
7137         * mml2015.el (mml2015-epg-find-usable-key): New function.
7138         (mml2015-epg-sign): Use it.
7139         (mml2015-epg-encrypt): Use it.
7140
7141 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * message.el (message-make-in-reply-to): Quote name containing
7144         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7145         if there are special characters.  Reported by NAKAJI Hiroyuki
7146         <nakaji@jp.freebsd.org>.
7147
7148 2007-02-27  Didier Verna  <didier@xemacs.org>
7149
7150         Include the group parameters as well as the topic ones in the
7151         inheritance filter process.
7152         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7153         argument GROUP-PARAMS-LIST.
7154         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7155
7156 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * nntp.el (nntp-never-echoes-commands)
7159         (nntp-open-connection-functions-never-echo-commands): New variables.
7160         (nntp-send-command): Use them.
7161
7162 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7163
7164         * mml2015.el (mml2015-epg-verify): Simplified.
7165
7166 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * mml.el (mml-content-disposition-alist): New user option.
7169         (mml-content-disposition): New function.
7170         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7171         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7172
7173 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7174
7175         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7176         verification.
7177
7178 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7179
7180         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7181         articles posted in the last 24 hours.
7182
7183 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7184
7185         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7186
7187 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7188
7189         * nntp.el (nntp-send-command): Don't wait for echoes when
7190         nntp-open-ssl-stream is used.
7191
7192 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7195         (gnus-message-add-citation-keywords)
7196         (gnus-message-remove-citation-keywords): Remove.
7197         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7198         directly, make the variables in font-lock-defaults buffer-local, add
7199         gnus-message-citation-keywords to them and then update the value of
7200         font-lock-keywords.
7201
7202 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * message.el (message-cite-original-1): Don't call
7205         gnus-article-highlight-citation.
7206
7207         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7208         citations; fix line count.
7209
7210 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7213         (gnus-message-add-citation-keywords)
7214         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7215         versions of font-lock-add-keywords and font-lock-remove-keywords to
7216         work with XEmacs correctly.
7217
7218 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-cite.el (gnus-cite-face-list): Set the values of
7221         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7222         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7223         (gnus-message-cite-prefix-regexp): New variable.
7224         (gnus-message-search-citation-line): Use it; protect against long
7225         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7226         the 0th match data for Emacs.
7227         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7228         (gnus-message-add-citation-keywords): Append keywords rather than
7229         prepending; emulate font-lock-add-keywords if it is not available.
7230         (gnus-message-remove-citation-keywords): Emulate
7231         font-lock-remove-keywords if it is not available.
7232
7233         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7234
7235         * message.el (message-cite-prefix-regexp): Set the value of
7236         gnus-message-cite-prefix-regexp.
7237
7238 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7239
7240         * nnweb.el (nnweb-google-parse-1): Update parser.
7241
7242 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7243
7244         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7245
7246 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7247
7248         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7249         regexp.
7250
7251 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7254         string-to-multibyte.
7255         (uudecode-decode-region-internal): Use it.
7256
7257         * lpath.el: Fbind string-as-multibyte for XEmacs.
7258
7259 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7262         custom choice.
7263
7264         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7265
7266 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7267
7268         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7269
7270         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7271         `write-region' to respect `mm-inhibit-file-name-handlers'.
7272
7273 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7274
7275         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7276         Use gnus-home-directory instead of "~/" or "$HOME".
7277
7278 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7279
7280         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7281         to mention filename.
7282         Add comments at beginning regarding usage.
7283         (encrypt-write-file-contents): Change interactive so a string is
7284         acceptable.  If the file has no associated model, show an error instead
7285         of a nonsense prompt.
7286
7287 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7288
7289         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7290         Thanks to Yoshihiko Yamada for kind notification of this typo.
7291
7292 2007-01-12  Kenichi Handa  <handa@m17n.org>
7293
7294         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7295         multibyte buffer.
7296
7297 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * gnus-score.el (gnus-score-fast-scoring): New variable.
7300         (gnus-score-headers): Use it.
7301
7302         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7303
7304         * message.el (message-cite-original-1): Call
7305         gnus-article-highlight-citation if requested.
7306         (message-make-from): Allow name and address as optional arguments.
7307
7308         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7309
7310         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7311         bugs to doc string.
7312         (gnus-button-alist): Add mid\\|message-id.
7313         (gnus-button-fetch-group): Extend for use in
7314         `browse-url-browser-function'.
7315         (gnus-button-url-regexp): Try to catch paired parentheses like in
7316         Wikipedia URLs.
7317
7318         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7319         Suggested by Simon Krahnke <overlord@gmx.li>.
7320
7321 2007-01-13  Romain Francoise  <romain@orebokech.com>
7322
7323         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7324         Update copyright.
7325
7326 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7327
7328         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7329
7330 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7331
7332         * gnus-registry.el (gnus-registry-unfollowed-groups)
7333         (gnus-registry-split-fancy-with-parent): Fix documentation.
7334
7335 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336
7337         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7338         from nnweb groups.
7339
7340 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341
7342         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7343         Xref urls.  Erase buffer before requesting head.
7344
7345 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7348         customizable.
7349
7350 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7351
7352         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7353         no signing key is found.
7354         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7355         no encrypting and/or signing key is found.
7356
7357 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7358
7359         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7360
7361 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7362
7363         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7364         headers read from disk with the ones newly found in the current search.
7365         This should no longer cause problems, because the article numbers in
7366         Gmane's `nov.php' output are ignored since the previous change.
7367
7368 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7369
7370         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7371
7372 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7375         replace-regexp-in-string; bind url-version; fbind display-images-p and
7376         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7377         find-face and set-itimer-function for Emacs; bind itimer-list for
7378         Emacs.
7379
7380         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7381
7382 2007-01-01  Romain Francoise  <romain@orebokech.com>
7383
7384         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7385
7386 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7387
7388         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7389         `define-minor-mode' macro definition expanded properly.
7390         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7391         exclude it there.
7392
7393         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7394         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7395         `fboundp' test.
7396         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7397         This is OK to autoload in (S)XEmacs now.
7398
7399 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7402         keystroke.
7403         (gnus-summary-limit-to-singletons): Fix typo.
7404
7405         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7406         else fails.
7407
7408 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7409
7410         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7411         docstring.
7412
7413         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7414         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7415         (gnus-summary-insert-dormant-articles): Fix typo in message.
7416
7417 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7420         nil for XEmacs.
7421         (gnus-message-citation-mode): Don't autoload in XEmacs.
7422
7423         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7424
7425 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7426
7427         * nnimap.el (nnimap-expunge-search-string): Mention
7428         nnimap-search-uids-not-since-is-evil in docstring.
7429
7430 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * spam.el: Revert to make-obsolete-variable because
7433         define-obsolete-variable-alias is not supported in Emacs 21.
7434
7435         * spam.el (spam-ifile-path, spam-ifile-database-path)
7436         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7437         make-obsolete-variable.
7438         (spam-bsfilter-path, spam-bsfilter-program)
7439         (spam-spamassassin-path, spam-spamassassin-program)
7440         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7441         use "path" inappropriately.
7442         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7443         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7444         variable names.
7445
7446 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7447
7448         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7449         summary buffer.
7450
7451         * password.el (password-cache-remove): Use clear-string to burn
7452         password, if available.
7453
7454 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7457
7458         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7459
7460         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7461         (gnus-message-highlight-citation): Move defcustom here from
7462         gnus-cite.el.
7463         (gnus-message-citation-mode): Autoload.
7464
7465         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7466         checks to make it compile with XEmacs.
7467         (gnus-message-citation-mode): New minor mode.
7468         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7469         (gnus-message-highlight-citation): New variables.
7470         (gnus-message-search-citation-line)
7471         (gnus-message-add-citation-keywords)
7472         (gnus-message-remove-citation-keywords)
7473         (turn-on-gnus-message-citation-mode)
7474         (turn-off-gnus-message-citation-mode): New functions.
7475
7476 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7477
7478         * gnus-cite.el: Enable highlighting of different citation levels in
7479         message-mode.
7480
7481 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * message.el (message-make-fqdn): Fix comment.
7484         (message-bogus-system-names): Add ".local".
7485
7486         * spam.el (spam-ifile-path, spam-ifile-program)
7487         (spam-ifile-database-path, spam-ifile-database)
7488         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7489         Don't use "path" inappropriately.
7490         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7491         strings.
7492         (spam-check-ifile, spam-ifile-register-with-ifile)
7493         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7494         new variable names.
7495
7496         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7497         (gnus-treat-display-smileys): Simplify using
7498         gnus-image-type-available-p.
7499
7500         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7501         available.
7502
7503         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7504         `display-images-p' if available.
7505
7506 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7509         one after turning on the buffer's multibyteness instead of decoding
7510         them directly in the unibyte buffer that causes unexpected conversion
7511         in Emacs 23 (unicode).
7512
7513 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7514
7515         * message.el (message-generate-hashcash): Fix custom type.
7516
7517 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7520
7521 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7524         disconnect icons.  Add help text.
7525
7526 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7529         negated to be consistent with the others we handle.
7530
7531 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7534         version of gnus-summary-buffer to something, so that we can use two
7535         article buffers at the same time.
7536
7537 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7538
7539         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7540         trigger all the extra headers.
7541         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7542         sorting.
7543
7544 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7545
7546         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7547         solid groups.
7548
7549 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7550
7551         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7552
7553 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * legacy-gnus-agent.el: Add Copyright notice.
7556
7557 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7558
7559         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7560
7561 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7564
7565         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7566         to make it work reliably in CVS Emacs.
7567         (gnus-summary-limit-strange-charsets-predicate)
7568         (gnus-summary-limit-to-predicate): New functions.
7569
7570 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7571
7572         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7573         specifying array size.
7574         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7575         array if it is too small.
7576         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7577         (gnus-sort-threads-loop): New function.
7578
7579 2006-12-06  Chris Moore  <dooglus@gmail.com>
7580
7581         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7582         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7583
7584 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7585
7586         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7587         options.
7588
7589 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7592         DOS-ing the recipient.
7593
7594         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7595         the headers when creating the mapping to avoid mismappings.
7596         (nnweb-gmane-create-mapping): Always nix out old mapping.
7597
7598 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7601         and mm-verify-option to never.
7602
7603 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * message.el (message-signed-or-encrypted-p): New function.
7606         (message-forward-make-body): Use it.
7607
7608         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7609         Replace encode-coding-string with mm-encode-coding-string.
7610
7611 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * nneething.el (nneething-decode-file-name): Replace
7614         decode-coding-string with mm-decode-coding-string.
7615
7616         * gnus-int.el (gnus-open-server): Say failed server's name.
7617
7618 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7619
7620         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7621         strings to a single string.  Quote `errors-file-name'.
7622         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7623         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7624         Adjust calls.  Use `shell-quote-argument'.
7625
7626 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7627
7628         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7629         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7630
7631         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7632         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7633         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7634         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7635         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7636         (gnus-subscribe-newsgroup, gnus-1):
7637         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7638         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7639         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7640         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7641
7642 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7643
7644         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7645         keystroke.
7646         (gnus-summary-limit-to-bodies): Implement headersp.
7647
7648 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649
7650         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7651
7652 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7655
7656 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * message.el (message-generate-hashcash): Expand range of values to
7659         include `opportunistic'.
7660         (message-send-mail): Use it.
7661
7662 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7663
7664         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7665         and comment it.
7666
7667         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7668
7669 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7670
7671         * gnus-util.el (gnus-extract-address-components): Improve comment.
7672
7673 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-util.el (gnus-extract-address-components): Work with address in
7676         which the name portion contains @.
7677
7678         * lpath.el: Fbind custom-autoload.
7679
7680 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * gnus.el (gnus-start): Move custom group up.
7683         (gnus-select-method): Don't autoload, but make it available for
7684         `customize-variable'.
7685         (gnus-getenv-nntpserver): Don't autoload.
7686
7687 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7688
7689         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7690
7691 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * message.el (message-sendmail-extra-arguments): New variable.
7694         (message-send-mail-with-sendmail): Use it.
7695
7696 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7699         mm-with-unibyte-current-buffer to make string unibyte.
7700
7701         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7702         mm-string-as-multibyte.
7703
7704 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7705
7706         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7707         Reported by Werner Koch <wk@gnupg.org>.
7708
7709 2006-11-14  Daiki Ueno  <ueno@p360>
7710
7711         * mml2015.el: Autoload epa-select-keys when compiling.
7712
7713 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7714
7715         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7716         message-options.
7717         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7718
7719 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7720
7721         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7722         EasyPG (< 0.0.6).
7723         (mml2015-always-trust): New user option.
7724         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7725         prompt.
7726
7727 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * nntp.el (nntp-authinfo-force): New variable.
7730         (nntp-send-authinfo): Use it.
7731
7732 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7735         decode encoded words.  Improve prompt.  Add comment about forwarding.
7736         (message-replacement-char): Move up.
7737
7738 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7739
7740         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7741         instead of gnus-intersection because arguments of gnus-sorted-nunion
7742         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7743
7744 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7747         (message-simplify-subject-functions): Enable
7748         message-strip-subject-encoded-words by default.
7749
7750 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * message.el (message-strip-subject-encoded-words): New function.
7753         (message-simplify-subject-functions): New variable.
7754         (message-simplify-subject): Use it.  Fix typo in doc string.
7755         Support message-strip-subject-encoded-words.
7756
7757 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7758
7759         * gnus-diary.el (gnus-diary-delay-format-function):
7760         * nndiary.el (nndiary-reminders):
7761         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7762
7763 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * gnus-art.el (article-hide-boring-headers): Fetch date from
7766         gnus-original-article-buffer to avoid problems with localized date
7767         strings.
7768
7769 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7772
7773 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7776         New variables.
7777         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7778         (mm-charset-synonym-alist): Move some entries to
7779         mm-codepage-iso-8859-list.
7780         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7781         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7782
7783 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7786
7787 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7790         with Emacs 21 and XEmacs.
7791
7792 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7793
7794         * spam.el (spam-parse-address): New function for better parsing,
7795         catching errors, etc.
7796         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7797
7798 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * mm-view.el: Add interactive arg to html2text autoload.
7801
7802 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7805
7806 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7809         variables.
7810         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7811         (mm-charset-synonym-alist): Move some entries to
7812         mm-codepage-iso-8859-list.
7813
7814         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7815
7816 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * message.el (message-citation-line-format)
7819         (message-insert-formated-citation-line): Fix implementation of %E, %N
7820         and %n according to the doc string.
7821
7822 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7823
7824         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7825         car-safe to avoid bad parses.
7826
7827 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7830         names.
7831
7832         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7833
7834 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7837         header.
7838
7839         * message.el (message-draft-headers): Add Date.
7840         (message-headers-to-generate): Fix typo in docstring.
7841
7842         * nndraft.el (nndraft-required-headers): New variable.
7843         (nndraft-generate-headers): Use it.
7844
7845         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7846
7847 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7848
7849         * gnus-registry.el (gnus-registry-wash-for-keywords)
7850         (gnus-registry-find-keywords): New functions to allow easy searching of
7851         articles that are in the registry.
7852
7853 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7856         ietf-drums-parse-address instead of gnus-extract-address-components.
7857         Reported by Damien Elmes <damien@repose.cx>.
7858
7859 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * gnus.el (gnus-mime): Remove unused custom group.
7862
7863 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7864
7865         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7866         "blank line" when searching for end of armor headers.
7867
7868 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gmm-utils.el (gmm-write-region): Fix variable name.
7871
7872 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * gmm-utils.el (gmm-write-region): New function based on compatibility
7875         code from `mm-make-temp-file'.
7876
7877         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7878
7879         * nnmaildir.el (nnmaildir--update-nov)
7880         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7881         Use `gmm-write-region'.
7882
7883 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7886         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7887
7888         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7889
7890         * message.el (message-replacement-char): New variable.
7891         (message-fix-before-sending): Use it.
7892         (message-simplify-subject): New function to remove duplicate code.
7893         (message-reply, message-followup): Use it.
7894
7895         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7896         gnus-summary-limit-to-articles.
7897
7898 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * gnus-util.el (gnus-with-local-quit): New macro.
7901
7902         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7903
7904 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7905
7906         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7907         ignore non-string data.
7908
7909 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7910
7911         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7912         non-string data (needs to be done in the registry too).
7913
7914 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7915
7916         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7917         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7918         (gnus-registry-split-fancy-with-parent)
7919         (gnus-registry-fetch-simplified-message-subject-fast)
7920         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7921         Remove text properties on ingress into the registry and when it's saved.
7922         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7923         registry from entries with no groups.
7924
7925 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7928         function to remove string properties.
7929
7930 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * gmm-utils.el (gmm): Adjust custom version.
7933
7934         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7935         custom version.
7936
7937         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7938
7939 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus-art.el (gnus-insert-prev-page-button)
7942         (gnus-insert-next-page-button): Simplify.  Reformat.
7943
7944 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7945
7946         * gnus-art.el (gnus-insert-prev-page-button)
7947         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7948
7949 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7950
7951         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7952
7953 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7954
7955         * gnus-art.el (gnus-insert-mime-button)
7956         (gnus-insert-mime-security-button):
7957         Apply gnus-article-button-face to MIME and security buttons.
7958
7959 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7960
7961         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7962         readable.
7963
7964 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7967
7968 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7969
7970         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7971         `browse-url-of-file' instead of `browse-url'.
7972
7973 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7974
7975         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7976         regexp.  Articles containing quotation were cut prematurely.
7977
7978 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * message.el (message-cite-original-1): Use nobody by default for the
7981         value of From header.
7982         (message-reply): Ditto.
7983
7984 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7985
7986         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7987         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7988         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7989
7990 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7993         mails in the doc string.  Add some URLs in comment.
7994         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7995
7996 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7999         backslashes handling and the way to find boundaries of quoted strings.
8000
8001 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8002
8003         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8004         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8005         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8006         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8007
8008 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8011         doc string.
8012         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8013
8014 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * lpath.el: Fbind epg-check-configuration.
8017
8018 2006-09-06  Simon Josefsson  <jas@extundo.com>
8019
8020         * mml2015.el (mml2015-use): Doc fix, mention epg.
8021
8022 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8023
8024         * mml2015.el (mml2015-use): Default to epg, if available.
8025
8026 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8027
8028         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8029         message-sender.
8030         (mml1991-epg-encrypt): Ditto.
8031         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8032         message-sender.
8033         (mml2015-epg-encrypt): Ditto.
8034
8035 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8036
8037         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8038         several common directories.
8039
8040 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8041
8042         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8043         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8044
8045 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * gnus-art.el (article-decode-encoded-words): Make it fast.
8048
8049 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8052
8053         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8054         in quoted string into `\'.
8055
8056 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8059         Use standard-syntax-table.
8060
8061 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-art.el (gnus-decode-address-function): New variable.
8064         (article-decode-encoded-words): Use it to decode headers which are
8065         assumed to contain addresses.
8066         (gnus-mime-delete-part): Remove useless `or'.
8067
8068         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8069         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8070         (gnus-nov-parse-line): Use it to decode From header.
8071         (gnus-get-newsgroup-headers): Ditto.
8072         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8073
8074         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8075         (mail-decode-encoded-address-string): New alias.
8076
8077         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8078         New function.
8079         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8080         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8081         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8082         (rfc2047-decode-string): Ditto.
8083         (rfc2047-decode-address-region): New function.
8084         (rfc2047-decode-address-string): New function.
8085
8086 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * message.el (message-caesar-buffer-body): Allow rotating headers.
8089
8090         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8091
8092         * message.el (message-insert-formated-citation-line): Fix %f.
8093         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8094
8095 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8098         (gnus-bookmark-mouse-available-p): New macro.
8099         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8100         (gnus-bookmark-bmenu-show-infos): Use it.
8101         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8102         (gnus-bookmark-bmenu-hide-infos): Ditto.
8103         (gnus-bookmark-remove-properties): New function.
8104         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8105         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8106         (gnus-bookmark-write-file): Bind coding-system-for-write.
8107         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8108         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8109         group before selecting it.
8110         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8111         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8112         quit-window if it is not available; use gnus-mouse-2 and bind it to
8113         gnus-bookmark-bmenu-select-by-mouse.
8114         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8115         (gnus-bookmark-bmenu-select-by-mouse): New function.
8116
8117 2006-08-13  Romain Francoise  <romain@orebokech.com>
8118
8119         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8120         space.
8121
8122 2006-08-10  Romain Francoise  <romain@orebokech.com>
8123
8124         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8125         (dns-mode-soa-auto-increment-serial): New user option.
8126         (dns-mode-soa-maybe-increment-serial): New function.
8127         (dns-mode): Add the latter to `write-contents-functions'.
8128
8129 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * compface.el (uncompface): Use binary rather than raw-text-unix.
8132
8133 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * compface.el (uncompface): Make sure the eol conversion doesn't take
8136         place when communicating with the external programs.  Reported by
8137         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8138
8139 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8142
8143 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8144
8145         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8146         Make it more robust by parsing author and date independently.
8147
8148 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8151
8152 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8153
8154         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8155         first matching secret key.
8156         (mml2015-epg-encrypt): Ditto.
8157
8158         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8159         first matching secret key.
8160         (mml1991-epg-encrypt): Ditto.
8161
8162         * mml2015.el (mml2015-encrypt-to-self): New user option.
8163         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8164         mml2015-epg-encrypt-to-self is set.
8165
8166         * mml1991.el (mml1991-encrypt-to-self): New variable.
8167         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8168         mml1991-epg-encrypt-to-self is set.
8169
8170         * mml2015.el (mml2015-signers): New user option.
8171         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8172         (mml2015-epg-encrypt): Allow to select signing keys.
8173
8174         * mml1991.el (mml1991-signers): New variable.
8175         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8176         (mml1991-epg-encrypt): Allow to select signing keys.
8177
8178 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * nnheader.el (nnheader-insert-head): Make it work even if the file
8181         uses CRLF for the line-break code.
8182
8183 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8184
8185         * mml2015.el: Require mml-sec instead of password.
8186         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8187         (mml2015-cache-passphrase): Inherit the default value from
8188         mml-secure-cache-passphrase.
8189         (mml2015-passphrase-cache-expiry): Inherit the default value from
8190         mml-secure-passphrase-cache-expiry.
8191
8192         * mml1991.el: Require mml-sec instead of password.
8193         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8194         (mml1991-cache-passphrase): Inherit the default value from
8195         mml-secure-cache-passphrase.
8196         (mml1991-passphrase-cache-expiry): Inherit the default value from
8197         mml-secure-passphrase-cache-expiry.
8198
8199         * mml-sec.el: Require password.
8200         (mml-secure-verbose): New user option.
8201         (mml-secure-cache-passphrase): New user option.
8202         (mml-secure-passphrase-cache-expiry): New user option.
8203
8204 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8205
8206         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8207         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8208         andreas@altroot.de (Andreas Vögele).
8209
8210         FIXME: Use `tiny change'?
8211
8212 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8213
8214         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8215         workaround for the url package included with Emacs.
8216
8217         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8218
8219 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8222         correctly.  This fixes a bug caused by the 2006-05-12 change.
8223
8224 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8225
8226         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8227         some information about the error when saying that the `bogus' mail
8228         group will be used.
8229
8230 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8233         string.
8234
8235 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8236
8237         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8238
8239 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8240
8241         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8242
8243 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8244
8245         * mml1991.el (mml1991-function-alist): Add epg.
8246         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8247         (mml1991-epg-encrypt): New functions.
8248
8249 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8250
8251         * mml2015.el (mml2015-verbose): New variable.
8252         (mml2015-cache-passphrase): Ditto.
8253         (mml2015-passphrase-cache-expiry): Ditto.
8254         (mml2015-function-alist): Add epg.
8255         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8256         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8257         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8258         functions.
8259
8260 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8261
8262         * message.el (message-cite-original-1): Preserve region when removing
8263         quoted text due to X-No-Archive in order to avoid bogus attribution
8264         when citing multiple messages.
8265
8266 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8267
8268         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8269         Kenneth Jacker <khj@be.cs.appstate.edu>.
8270
8271 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * gnus-diary.el (gnus-user-format-function-d)
8274         (gnus-user-format-function-D): Autoload.
8275
8276         * imap.el (Commentary): Fix typo.
8277
8278         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8279         2006-04-22 contribution.
8280
8281 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8282
8283         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8284         It didn't really fix the bogosity I'm seeing with solid web groups.
8285
8286 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8287
8288         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8289         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8290         created using server names.  If we use the feature without declaring
8291         it, Gnus does not properly manage server and group state.
8292
8293         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8294         bound.
8295
8296 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8297
8298         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8299         looking up the method using GROUP's prefix before inventing a new one.
8300         It is used on killed/unknown groups in various places where returning
8301         an all-new method isn't expected by the caller.
8302
8303         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8304         and match semantics of gnus-group-real-prefix.
8305
8306 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * nnmail.el (nnmail-broken-references-mailers): New variable.
8309         (nnmail-ignore-broken-references): New function generalizing
8310         nnmail-fix-eudora-headers.
8311         (nnmail-fix-eudora-headers): Now obsolete.
8312
8313         * gnus-art.el (gnus-button-handle-custom): Support
8314         `customize-apropos*'.
8315
8316 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8319
8320         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8321         articles.
8322
8323 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * message.el (message-cite-reply-above): New variable.
8326         (message-yank-original): Use it.
8327
8328 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8331
8332 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8335         as read.
8336
8337         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8338
8339 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8342         (gnus-bookmark-default-file): Use gnus-directory.
8343         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8344         Remove "*" in doc string.
8345         (gnus-bookmark-write-file): Simplify.
8346         (gnus-bookmark-maybe-sort-alist): Use `when'.
8347         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8348         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8349         FIXME about Emacs 21 and XEmacs compatibility.
8350         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8351         compatibility.
8352         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8353         compatibility.
8354         (gnus-bookmark-menu-heading): Fix version.
8355
8356 2006-06-19  Bastien Guerry  <bzg@altern.org>
8357
8358         * gnus-bookmark.el: New file.
8359
8360 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * message.el (message-syntax-checks): Doc fix.
8363
8364 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8365
8366         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8367         unsubscribed groups as if they were killed ones.  It causes duplicate
8368         entries in gnus-newsrc-alist.
8369
8370 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * message.el (message-syntax-checks): Doc fix.
8373         (message-send-mail): Add check for continuation headers.
8374         (message-check-news-header-syntax): Fix regexp used to check for
8375         continuation headers.
8376
8377 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8380
8381 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8384
8385 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8388         default-truncate-lines.
8389
8390 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8393         to fill the utf-8 entry.
8394
8395         * lpath.el: Fbind unicode-precedence-list.
8396
8397 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8398
8399         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8400
8401 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8402
8403         * gnus-agent.el (directory-files-and-attributes): Move all the way
8404         forward (the third and final move).
8405         (gnus-agent-read-agentview): Trap reconstruction errors due to
8406         nonexistant directory.  Handle by returning nil.
8407
8408 2006-05-30  Didier Verna  <didier@xemacs.org>
8409
8410         * message.el (message-dont-reply-to-names): Update the custom type.
8411         * message.el (message-dont-reply-to-names): New defsubst: potentially
8412         convert a list of regexps into a single one.
8413         * message.el (message-get-reply-headers): Use it.
8414         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8415
8416 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-agent.el (directory-files-and-attributes): Move forward.
8419
8420 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8421
8422         * gnus-ml.el (gnus-mailing-list-subscribe)
8423         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8424         (gnus-mailing-list-message): Fix doc strings.
8425
8426 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8427
8428         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8429         of doing it manually.
8430
8431 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8434         comment.
8435
8436 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8437
8438         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8439         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8440         (gnus-agent-read-local): All symbols allocated in my-obarray.
8441         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8442         (gnus-agent-regenerate-group): Check numeric names to see if they are
8443         messages or groups.
8444         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8445         better way of do this...)
8446
8447         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8448         'dummy.group' (there should be a better way of do this...)
8449
8450 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8453         (gnus-saved-headers): Ditto.
8454         (gnus-default-article-saver): Mention functions may have properties.
8455         (gnus-article-save): Override gnus-save-all-headers and
8456         gnus-saved-headers by :headers property which saver function may have.
8457         (gnus-summary-save-in-file): Add :headers property.
8458         (gnus-summary-write-to-file): Ditto.
8459
8460         * gnus-sum.el (gnus-summary-save-article): Bind
8461         gnus-prompt-before-saving to t when saving many articles in a file;
8462         always show all headers.
8463
8464         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8465
8466 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8469         marks.
8470
8471         * message.el (message-indent-citation): Add optional arguments to allow
8472         using it outside of message buffers.
8473
8474         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8475         (gnus-article-treat-unfold-headers): Use it.
8476         (gnus-article-truncate-lines): New variable.
8477         (gnus-article-mode): Use it.
8478         (gnus-article-toggle-truncate-lines): New function.
8479
8480         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8481         gnus-article-toggle-truncate-lines.
8482
8483         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8484         coding system in XEmacs, use binary.
8485
8486 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8489         after-load-alist.
8490
8491         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8492         this function should save decoded articles.
8493         (gnus-summary-write-to-file): Use property to specify this function
8494         should save decoded articles and specify gnus-summary-save-in-file
8495         should be used to save articles other than the first one when saving
8496         many articles.
8497         (gnus-summary-save-body-in-file): Use property to specify this
8498         function should save decoded articles.
8499         (gnus-summary-write-body-to-file): Use property to specify this
8500         function should save decoded articles and specify
8501         gnus-summary-save-body-in-file should be used to save articles other
8502         than the first one when saving many articles.
8503
8504         * gnus-sum.el (gnus-summary-save-article): Simplify.
8505
8506 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gnus-art.el (gnus-default-article-saver): Add
8509         gnus-summary-write-body-to-file.
8510         (gnus-article-save-coding-system): Don't use coding system object
8511         in XEmacs.
8512         (gnus-read-save-file-name): Add optional `dir-var' argument which
8513         specifies directory in which files are saved; work even if optional
8514         `variable' argument is not specified.
8515         (gnus-summary-write-to-file): Read file name.
8516         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8517         (gnus-summary-write-body-to-file): New function.
8518
8519         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8520         (gnus-summary-local-variables): Add it.
8521         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8522         (gnus-summary-save-article): Remove optional `decode' argument;
8523         determine whether to decode articles by the value of
8524         gnus-default-article-saver; when saving many files using
8525         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8526         it first and use gnus-summary-save-in-file or
8527         gnus-summary-save-body-in-file thereafter unless
8528         gnus-prompt-before-saving is always; move point to article which
8529         will be saved.
8530         (gnus-summary-save-article-file): Revert.
8531         (gnus-summary-write-article-file): Revert.
8532         (gnus-summary-save-article-body-file): Revert.
8533         (gnus-summary-write-article-body-file): New function.
8534
8535 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * gnus-art.el (gnus-default-article-saver): Doc fix.
8538         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8539         from gnus-summary-save-article-coding-system, and default to a
8540         certain coding system.
8541         (gnus-output-to-file): Add coding cookie and encode text according
8542         to gnus-article-save-coding-system; don't use mm-append-to-file.
8543
8544         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8545         gnus-art.el and rename to gnus-article-save-coding-system.
8546         (gnus-summary-save-article): Require gnus-art; don't show all
8547         headers if it decodes articles; don't add coding cookie here;
8548         don't bind mm-text-coding-system-for-write.
8549         (gnus-summary-save-article-file): Save decoded articles.
8550         (gnus-summary-write-article-file): When saving many files, use
8551         gnus-summary-write-to-file first and gnus-summary-save-in-file
8552         thereafter unless gnus-prompt-before-saving is always.
8553         (gnus-summary-save-article-body-file): Save decoded articles.
8554
8555         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8556
8557 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * nnrss.el (nnrss-check-group): Bind hash-index.
8560
8561 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8562
8563         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8564         its hash index.  Store this hash in `nnrss-group-data'.
8565         (nnrss-read-group-data): Update accordingly.
8566
8567 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8570         entry.
8571
8572         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8573         gnus-article-browse-html-article.
8574
8575 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8576
8577         * gnus-sum.el (gnus-summary-mime-map): Add
8578         gnus-article-browse-html-article.
8579
8580         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8581
8582 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8585         suitable coding systems in customize.
8586
8587 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * mail-source.el (mail-sources): Fix custom type.
8590
8591 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8592
8593         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8594         (gnus-summary-expire-articles-now): Shorten prompt.
8595
8596         * gmm-utils.el (wid-edit): Require.
8597         (defun-gmm): Renamed from `gmm-defun-compat'.
8598         (gmm-image-search-load-path): Use it.
8599         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8600
8601 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8604         variable.
8605         (gnus-summary-save-article): Add optional `decode' argument.  If
8606         it is set and gnus-summary-save-article-coding-system is non-nil,
8607         save decoded article.
8608         (gnus-summary-write-article-file): Save decoded article if
8609         gnus-summary-save-article-coding-system is non-nil.
8610
8611         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8612         type.
8613
8614 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8617
8618 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8621         first to test gnus-single-article-buffer which may be buffer-local.
8622
8623         * gnus-sum.el (gnus-summary-setup-buffer): Make
8624         gnus-single-article-buffer buffer-local and nil in ephemeral
8625         group; make gnus-article-buffer, gnus-article-current, and
8626         gnus-original-article-buffer always buffer-local.
8627         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8628         group.
8629         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8630
8631 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * nnml.el (nnml-request-compact-group): Compressed files might not
8634         have .gz extension.
8635
8636 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8637
8638         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8639         (mm-copy-to-buffer): Use with-current-buffer.
8640         (mm-display-part): Simplify.
8641         (mm-inlinable-p): Add optional arg `type'.
8642
8643 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8644
8645         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8646         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8647         Try harder to show the attachment internally or externally using
8648         gnus-mime-view-part-as-type.
8649
8650 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * message.el (message-from-style, message-signature-separator)
8653         (message-user-organization-file, message-send-mail-function)
8654         (message-citation-line-function, message-yank-prefix)
8655         (message-indent-citation-function, message-signature)
8656         (message-signature-file, message-signature-insert-empty-line):
8657         Remove autoloads.
8658
8659         * gnus-art.el (gnus-buttonized-mime-types): Remove
8660         "multipart/signed".  Revert 2006-04-26 change.
8661
8662 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus.el (gnus-version-number): Bump version.
8665
8666 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8667
8668         * gnus.el: No Gnus v0.5 is released.
8669
8670 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8671
8672         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8673         fetching articles by message-id.
8674
8675 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8676
8677         * message.el (hashcash): Require hashcash as normal.
8678
8679         * ecomplete.el (ecomplete-highlight-match-line): Use
8680         point-at-eol.
8681         (ecomplete-highlight-match-line): Use `highlight', because that
8682         face exists in both Emacs and XEmacs.
8683
8684         * message.el (message-display-abbrev): Use point-at-bol.
8685
8686         * mail-source.el: Don't require timer/timer-funcs.
8687
8688         * gnus-async.el: Ditto.
8689
8690         * password.el: Ditto.
8691
8692         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8693
8694         * mm-url.el: Ditto.
8695
8696         * gnus-xmas.el: Don't require timer-funcs.
8697
8698         * mm-util.el: Require timer/timer-funcs.
8699
8700 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8701
8702         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8703         Close.
8704
8705 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8708         unibyte after clear-decrypt function runs.
8709
8710         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8711         returns as a unibyte string.
8712
8713 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * lpath.el: Revert.
8716
8717         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8718         (pgg-gpg-process-sentinel): Revert.
8719
8720         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8721         (pgg-pgp-lookup-key): Revert.
8722
8723         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8724         (pgg-pgp5-lookup-key): Revert.
8725
8726         * pgg.el (pgg-fetch-key): Revert.
8727
8728 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * lpath.el: Fbind string-as-multibyte for XEmacs.
8731
8732         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8733         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8734         (mml1991-pgg-encrypt): Ditto.
8735
8736         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8737         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8738         a multibyte buffer.
8739
8740         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8741         (pgg-pgp-lookup-key): Ditto.
8742
8743         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8744         (pgg-pgp5-lookup-key): Ditto.
8745
8746         * pgg.el (pgg-fetch-key): Ditto.
8747
8748 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * message.el (message-user-organization-file): Check several
8751         locations of the organization file.
8752
8753         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8754         Add gnus-article-view-part-as-type.
8755
8756         * gnus-art.el (gnus-article-view-part-as-type): New function.
8757
8758         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8759         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8760
8761         * mml.el: Simplify autoload.
8762         (mml-mode): defvar dnd-protocol-alist instead of using
8763         symbol-value.
8764         (mml-default-directory): New variable.
8765         (mml-minibuffer-read-file): Use it.
8766         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8767
8768         * message.el (message-citation-line-format): New variable.
8769         (message-insert-formated-citation-line): New function.
8770         (message-citation-line-function): Add
8771         `message-insert-formated-citation-line' to custom type.
8772
8773         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8774         to doc string.
8775
8776         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8777         depending on mm-verify-option.
8778
8779 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8782         binding pgg-* variables; reimplement the section which prevents
8783         MIME header from being signed.
8784         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8785         pgg-text-mode; remove a blank line at the top of body.
8786
8787         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8788         lines at the top of body; use gnus-newsgroup-charset if there's no
8789         Charset header.
8790
8791 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * message.el (message-self-insert-commands): Doc fix.
8794
8795         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8796         (mm-uu-pgp-encrypted-test): Ditto.
8797         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8798         between header and body; return application/pgp-encrypted handle
8799         if decryption failed; decode decrypted body by charset.
8800
8801         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8802         element match to application/pgp-*.
8803
8804 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8805
8806         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8807         HTML.
8808
8809 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * mail-source.el (mail-source-call-script): Message the error
8812         string.
8813
8814 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * gnus-util.el (gnus-byte-compile): Use it.
8817
8818 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8819
8820         * gnus-util.el (kill-empty-logs): New function.
8821
8822 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * message.el (message-mail-alias-type): Doc fix.
8825         (message-mail-alias-type-p): New function.
8826         (message-send): Use it.
8827         (message-mode): Ditto.
8828         (message-strip-forbidden-properties): Ditto.
8829
8830         * ecomplete.el (ecomplete-database-file-coding-system): New
8831         variable.
8832         (ecomplete-save): Use it.
8833         (ecomplete-setup): Use it.
8834
8835 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * message.el (message-self-insert-commands): New variable.
8838         (message-strip-forbidden-properties): Use it.
8839
8840 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8843         that doesn't make XEmacs choke.
8844
8845 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * gnus-util.el (gnus-replace-in-string):
8848         Prefer replace-regexp-in-string over of replace-in-string.
8849
8850 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-util.el (gnus-select-frame-set-input-focus):
8853         Use select-frame-set-input-focus if it is available in XEmacs; use
8854         definition defined in Emacs 22 for old Emacsen.
8855
8856         * dgnushack.el: Autoload unmorse-region for XEmacs.
8857
8858         * lpath.el: Bind cursor-in-non-selected-windows and
8859         select-frame-set-input-focus for XEmacs.
8860
8861 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8864
8865 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8866
8867         * gnus-registry.el (gnus-registry-cache-save): Remove text
8868         properties when saving via the temp buffer.
8869
8870 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * message.el (message-generate-hashcash): Honor custom type.
8873
8874 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8875
8876         * message.el (message-generate-hashcash): Default to non-nil when
8877         hashcash is found.
8878
8879         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8880         (gnus-refer-thread-limit): Increase default to 500.
8881
8882         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8883
8884         * flow-fill.el (fill-flowed): Allow delete-space.
8885
8886 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8889         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8890         Remove autoloads.
8891
8892 2006-04-18  Simon Josefsson  <jas@extundo.com>
8893
8894         * message.el (message-generate-hashcash): Default to.
8895
8896 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8899         concatenating segments rather than before concatenating them.
8900
8901 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8904
8905 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8908
8909         * message.el (message-forward-make-body-plain): Allow
8910         message-forward-ignored-headers to be a list.
8911         (message-remove-ignored-headers): Factor out into function.
8912         (message-forward-make-body-mml): Use it.
8913
8914         * imap.el (imap-quote-specials): New function.
8915         (imap-login-auth): Quote specials.
8916
8917         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8918         (rfc2231-parse-string): Allow concatanation of parameters that
8919         aren't contiguous.  The test case is
8920           (mail-header-parse-content-type "message/external-body;
8921             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8922             access-type=LOCAL-FILE;
8923             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8924
8925 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8926
8927         * nntp.el (nntp-accept-process-output): Return the value of
8928         `nnheader-accept-process-output'.
8929
8930 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8933         (gnus-button-alist): Recognize more diff formats.
8934         (gnus-button-patch): Strip directory.
8935
8936 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8939         Emacs 22 when setting focus.
8940
8941 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8942
8943         * gnus-art.el (gnus-article-treat-types): Do treatment of
8944         text/x-verbatim parts.
8945         (gnus-button-patch): New command.
8946
8947         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8948         addresses that contain invalid characters.
8949
8950 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * message.el (message-put-addresses-in-ecomplete): Use
8953         gnus-replace-in-string.
8954         (message-is-yours-p): Use the more correct
8955         mail-header-parse-address instead of
8956         mail-extract-address-components.
8957         (message-put-addresses-in-ecomplete): Fix typo.
8958
8959         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8960         keystroke.
8961
8962         * gnus-art.el (gnus-treatment-function-alist): Change order of
8963         newsgroups/generic header folding to avoid double-folding.
8964
8965         * message.el (message-hidden-headers): Add X-Draft-From.
8966
8967         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8968         command.
8969         (gnus-summary-repeat-search-article-backward): New command.
8970
8971         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8972         groups in the parent topic.
8973
8974 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8975
8976         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8977         (spam-extra-header-to-number): Return the CRM114 number as a
8978         number instead of a string.
8979
8980 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * gnus-art.el (gnus-face-properties-alist): Moved here from
8983         gnus-fun.
8984
8985         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8986
8987 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988
8989         * message.el (message-strip-forbidden-properties): Only display on
8990         self-insert-command.
8991
8992         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8993         reindent.
8994         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8995
8996 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8997
8998         * smiley.el (smiley-style): Fix typo.
8999
9000 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * hashcash.el (hashcash-insert-payment-async-2): Use
9003         message-goto-eoh instead of doing it manually.
9004         (mail-add-payment): Use message-narrow-to-header instead of trying
9005         to do the same itself.
9006
9007         * message.el (message-hidden-headers): Add Face.
9008
9009         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9010         reparenting code.
9011         (gnus-summary-reparent-children): Refactored out code.
9012         (gnus-summary-thread-map): New keystroke.
9013         (gnus-summary-reparent-children): Make into command.
9014
9015         * smiley.el (smiley-style): Default to `medium' if using a large
9016         font.
9017
9018         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9019         does it itself.
9020
9021         * message.el (message-point-in-header-p): Simplify definition.
9022
9023 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9024
9025         * nnagent.el (nnagent-request-set-mark): Silence log file
9026         writing.
9027         (nnagent-request-set-mark): Use write-region instead of
9028         append-to-file.
9029
9030         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9031         strange select method.
9032
9033         * ecomplete.el (ecomplete-display-matches): Get highlightling
9034         right.
9035         (ecomplete-display-matches): Use literals.
9036         (ecomplete-display-matches): Disable message logging.
9037
9038         * message.el (message-display-abbrev): Small optimization.
9039
9040         * ecomplete.el (ecomplete-display-matches): Allow automatic
9041         display.
9042
9043         * message.el (message-strip-forbidden-properties): Display
9044         abbrevs.
9045         (message-display-abbrev): Get automatic display right.
9046
9047         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9048         keystrokes.
9049
9050 2006-04-13  Romain Francoise  <romain@orebokech.com>
9051
9052         TODO: Backport to v5-10!
9053
9054         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9055         Moved here (and renamed) from gnus-registry.el.
9056
9057         * gnus-registry.el: Require gnus-util.
9058         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9059
9060 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * gnus-group.el (gnus-group-catchup-current): Change
9063         if-then-else-if-then-else into cond.
9064         (gnus-group-catchup): Indent.
9065         (group-name-at-point): New function.
9066         (gnus-fetch-group): Provide default from thing at point.
9067
9068 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * message.el (message-display-abbrev): Fix regexp.
9071
9072         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9073         choosing.
9074         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9075         dead variables.
9076
9077         * message.el (message-newline-and-indent): Remove debugging.
9078         (message-display-abbrev): Use new implementation.
9079
9080 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus-art.el (gnus-article-mode): Set
9083         cursor-in-non-selected-windows to nil.
9084
9085         * smiley.el: Revert previous change.
9086         (smiley-data-directory): defvar it before using it in the
9087         defcustom of `smiley-style'.
9088
9089 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * message.el (message-newline-and-indent): New function.
9092
9093         * ecomplete.el: Implement more bits.
9094
9095         * message.el (message-put-addresses-in-ecomplete): Clean up the
9096         string.
9097
9098         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9099
9100         * gnus-sum.el (gnus-summary-save-parts): Bind
9101         gnus-summary-save-parts-counter and use it to make unique file
9102         names.
9103
9104         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9105
9106         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9107         parameter to say whether to actually parse the individual
9108         addresses.
9109
9110         * message.el (message-put-addresses-in-ecomplete): New function.
9111         (ecomplete): Require.
9112         (message-mail-alias-type): Add ecomplete as an option.
9113
9114 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9115
9116         * flow-fill.el (fill-flowed): Remove trailing space from blank
9117         quoted lines.
9118
9119 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * smiley.el (smiley-style): Move definition later to avoid a
9122         compilation warning.
9123
9124 2006-04-12  Kenichi Handa  <handa@m17n.org>
9125
9126         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9127         buffer and then decode the buffer text if necessary.
9128         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9129         first, and after mm-encode-body, change the buffer to unibyte.
9130         Use mm-disable-multibyte instead of set-buffer-multibyte.
9131
9132 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9135         Content-Type header instead of Content-Disposition header.
9136         (gnus-mime-inline-part): Ditto.
9137         (gnus-mime-view-part-as-charset): Ignore charset that the part
9138         specifies.
9139
9140         * mm-decode.el (mm-display-part): Work with external parts and
9141         usual parts similarly.
9142
9143         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9144         instead of gnus-display-mime.
9145
9146         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9147         instead of with-temp-buffer.
9148
9149         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9150         tag to summarized topics part in order to encode non-ASCII text.
9151
9152 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * smiley.el (smiley-style): New variable.
9155         (smiley-directory): New function.
9156         (smiley-data-directory): Derive from `smiley-style' using
9157         `smiley-directory'.
9158         (smiley-regexp-alist): Add new entries.
9159
9160         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9161         (gnus-article-browse-delete-temp): Add :version.
9162
9163 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9164
9165         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9166         the sieve region.
9167
9168 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * gnus.el (gnus-version-number): Bump version.
9171
9172 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * gnus.el: No Gnus v0.4 is released.
9175
9176 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9179         layout.
9180
9181         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9182         unknown charset.
9183
9184         * message.el (message-header-synonyms): Add Original-To to the
9185         default.
9186
9187         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9188         optional parameter.
9189
9190 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * gnus-fun.el (gnus): Require it for gnus-directory.
9193
9194 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9197
9198 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9199
9200         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9201
9202 2006-04-05  Simon Josefsson  <jas@extundo.com>
9203
9204         * password.el (password-reset): New function.
9205
9206 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9207
9208         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9209         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9210
9211 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9212
9213         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9214         Some whitespace was matched into the url, which broke browsing hits
9215         > 100 when mm-url-use-external was nil.
9216
9217 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9220         gnus-extra-headers for 'Newsgroups.
9221
9222         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9223         bound.
9224
9225 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9226
9227         * pgg-gpg.el: Clean up process buffers every time gpg processes
9228         complete.
9229
9230 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9233         doc string.
9234
9235 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9236
9237         * pgg-gpg.el (pgg-gpg-process-filter)
9238         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9239
9240         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9241         lines, temporary fix.
9242
9243 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9246
9247 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9248
9249         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9250         default-enable-multibyte-characters.  This reverts the change from
9251         revision 6.17 which is no longer necessary because the passphrase
9252         is sent separately now.  GnuPG messages are unreadable under
9253         multibyte locales with default-enable-multibyte-characters set to
9254         nil.
9255
9256 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * message.el (message-tool-bar-gnome): Move "spell".
9259
9260 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9263         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9264         instead.
9265
9266 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9267
9268         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9269         newsgroups handling for NNTP overviews which don't include
9270         Newsgroups.
9271
9272 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9273
9274         * message.el (message-resend): Bind message-generate-hashcash to nil.
9275
9276 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9277
9278         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9279         when searching for already-paid recipients.
9280
9281 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9282
9283         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9284         passphrases when it is not needed.
9285         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9286         passphrase stuff from gpg, should only be necessary when you use
9287         gpg with a smartcard.
9288
9289 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * mml.el (mml-insert-mime): Ignore cached contents of
9292         message/external-body part.
9293
9294         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9295         (mm-insert-part): Ditto.
9296
9297 2006-03-23  Simon Josefsson  <jas@extundo.com>
9298
9299         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9300         Reiner.
9301         (pgg-gpg-use-agent-p): Use it again.
9302
9303 2006-03-23  Simon Josefsson  <jas@extundo.com>
9304
9305         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9306         older emacsen.
9307         (pgg-gpg-use-agent-p): Don't use it.
9308
9309 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9312         if we can.
9313
9314 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9315
9316         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9317         (pgg-gpg-update-agent): New function.
9318         (pgg-gpg-use-agent-p): New function.
9319         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9320         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9321         (pgg-gpg-sign-region): Use it.
9322
9323 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9326         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9327
9328 2006-03-21  Simon Josefsson  <jas@extundo.com>
9329
9330         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9331         <wilde@sha-bang.de>.
9332         (pgg-gpg-use-agent): New variable.
9333         (pgg-gpg-process-region): Use it.
9334         (pgg-gpg-encrypt-region): Likewise.
9335         (pgg-gpg-encrypt-symmetric-region): Likewise.
9336         (pgg-gpg-decrypt-region): Likewise.
9337         (pgg-gpg-sign-region): Likewise.
9338         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9339
9340 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9343
9344         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9345         Add comment on version.
9346
9347 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * smiley.el: Add missing test smiley.
9350
9351 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * mm-decode.el (mm-with-part): New macro.
9354         (mm-get-part): Use it; work with message/external-body as well.
9355         (mm-save-part): Treat name and filename equally.
9356
9357         * mm-extern.el (mm-extern-cache-contents): New function.
9358         (mm-inline-external-body): Use it; force the part to be displayed;
9359         move undisplayer added to the cached handle to the parent.
9360
9361         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9362         (gnus-mime-view-part-as-type): Work with message/external-body.
9363
9364         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9365
9366 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9369         images in image-load-path.  [Sync with image.el, revision 1.60, in
9370         Emacs.]
9371
9372 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9375         path rather than symbol.  Always return list of directories.
9376         Guarantee that image directory comes first.  [Sync with image.el,
9377         revision 1.59, in Emacs.]
9378
9379         * message.el (message-make-tool-bar): Adjust to new API of
9380         `gmm-image-load-path-for-library'.
9381
9382         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9383
9384         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9385
9386 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9387
9388         * gnus-art.el (gnus-article-only-boring-p):
9389         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9390         intangible text.
9391         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9392
9393 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9396         `defun' instead of `gmm-defun-compat'.
9397
9398 2006-03-14  Simon Josefsson  <jas@extundo.com>
9399
9400         * message.el (message-unique-id): Don't use message-number-base36
9401         if (user-uid) is a float.
9402         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9403
9404 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9407
9408         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9409         empty line between a part and a message part.
9410
9411 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * smiley.el: Add more test smileys.
9414         (smiley-data-directory, smiley-regexp-alist)
9415         (gnus-smiley-file-types): Fix doc strings.
9416         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9417         adding new elements.
9418         (smiley-mouse-map): Unused code.  Make it a comment.
9419
9420 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9423         scan latest NoCeM messages instead of old ones.
9424         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9425         delimiters that are recently used.
9426         (gnus-nocem-load-cache): Add autoload cookie.
9427
9428         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9429
9430         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9431         level which is larger than gnus-use-nocem is specified.
9432
9433         * gnus-group.el (gnus-group-get-new-news): Ditto.
9434
9435 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * gnus-util.el (gnus-tool-bar-update): New function.
9438
9439         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9440         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9441
9442         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9443
9444         * gnus-group.el (gnus-group-redraw-when-idle)
9445         (gnus-group-redraw-check): Remove.
9446         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9447
9448 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9451         if optional last element is specified in splits (FIELD VALUE...).
9452
9453 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9456         to gmm-image-load-path-for-library.  Call with no-error argument.
9457         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9458
9459         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9460
9461         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9462
9463         * gmm-utils.el (gmm-image-load-path): Remove alias.
9464
9465 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gmm-utils.el (gmm-image-load-path): Add alias.
9468
9469         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9470         nnml-generate-nov-databases-1.
9471         (nnml-generate-nov-databases): Use it.
9472         (nnml-generate-nov-databases-directory): Document no-active
9473         argument.
9474
9475         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9476         directory if path is t.  Add no-error.
9477
9478         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9479         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9480
9481         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9482         resetting gnus-article-browse-html-temp-list.
9483
9484         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9485         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9486         Add example to docstring.  Rename local variables.  Move error
9487         checks to default case in cond and simplify.
9488
9489 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9492         handle is multipart when calling it recursively.
9493         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9494
9495 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9496
9497         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9498         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9499
9500 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9503         is loaded.
9504
9505         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9506         loaded.
9507
9508 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9511         to "Emacs 23 (unicode)" in doc string.
9512
9513         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9514         "Emacs 23 (unicode)" in comment.
9515
9516 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9519
9520         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9521         characters 160 through 255 in Emacs 23.
9522
9523 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9526         gnus-article-browse-html-temp.
9527         (gnus-article-browse-delete-temp): Make it customizable.  Add
9528         `file'.  Adjust doc string.
9529         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9530         query for each file.  Adjust doc string.
9531         (gnus-article-browse-html-parts): Add
9532         `gnus-article-browse-delete-temp-files' to
9533         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9534
9535 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9536
9537         * gnus-art.el (gnus-article-browse-html-temp)
9538         (gnus-article-browse-delete-temp): New variables.
9539         (gnus-article-browse-delete-temp-files): New function.
9540         (gnus-article-browse-html-parts): Use it.
9541
9542 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9545
9546         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9547         string.
9548
9549         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9550         gnus-summary-insert-new-articles when unplugged.  Remove
9551         gnus-summary-search-article-forward.
9552
9553         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9554         display-visual-class instead of display-color-cells.
9555
9556 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * dgnushack.el: Autoload customize-group for XEmacs.
9559
9560         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9561         message/* containing non-ASCII text properly.
9562
9563 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * message.el: Require gmm-utils, remove autoloads.
9566         (message-tool-bar): Set default based on
9567         gmm-tool-bar-style.
9568         (message-tool-bar-gnome): Add gmm-customize-mode.
9569
9570         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9571         gmm-tool-bar-style.
9572         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9573
9574         * gnus-group.el (gnus-group-tool-bar): Set default based on
9575         gmm-tool-bar-style.
9576         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9577
9578         * gmm-utils.el (gmm-image-directory): Rename variable from
9579         gmm-image-load-path.
9580         (gmm-image-load-path): Use gmm-image-directory.
9581         (gmm-customize-mode): New function.
9582         (gmm-tool-bar-style): New variable.
9583
9584         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9585         gnus-group-redraw-line-number.
9586         (gnus-group-redraw-check): Simplify.
9587         (gnus-group-tool-bar-update): Remove redraw check.
9588         (gnus-group-make-tool-bar): Add redraw check.
9589
9590 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9591
9592         * gnus-art.el (gnus-button): Add missing parentheses.
9593
9594 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * lpath.el: Fbind line-number-at-pos.
9597
9598 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9601
9602 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-art.el (gnus-button): New face.
9605         (gnus-article-button-face): Use it.
9606
9607         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9608         gnus-summary-next-page.  Re-order.
9609
9610         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9611         next-node are now included.
9612         (gnus-group-redraw-line-number): New internal variable.
9613         (gnus-group-redraw-check): Helper function for updating the tool
9614         bar.
9615         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9616
9617         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9618
9619         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9620         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9621         Use it to match format of Spamassassin 3.0 and later.  Reported by
9622         IRIE Tetsuya <irie@t.email.ne.jp>.
9623         (spam-check-bogofilter)
9624         (spam-bogofilter-register-with-bogofilter): Fix args of
9625         `gnus-error' calls.
9626
9627 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9630         unnecessary interaction when sending queued mails.  Reported by
9631         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9632
9633 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9636         first or last are nil.
9637
9638 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9639
9640         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9641
9642 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9645
9646 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * dns.el (query-dns): Protect more against buggy tcp output.
9649
9650 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9653         nov.php.
9654
9655 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9656
9657         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9658         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9659         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9660         output on the server side.
9661         (nnweb-google-create-mapping): Update regexps and add some
9662         progress indication.
9663
9664 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9667         gnus-agent-toggle-plugged.  Re-order icons.
9668         (gnus-group-tool-bar-gnome): Add
9669         gnus-group-{prev,next}-unread-group.
9670         (gnus-group-tool-bar-gnome): Re-order icons.
9671
9672         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9673         gnus-summary-insert-new-articles.
9674
9675         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9676         comments.
9677
9678         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9679         also available in Emacs 21.3.
9680
9681         * message.el (message-fix-before-sending): Change "Emacs 22" to
9682         "Emacs 23 (unicode)" in comment.
9683
9684         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9685         "Emacs 23 (unicode)" in comment.
9686
9687         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9688         comment.
9689         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9690
9691         * mm-view.el (mm-fill-flowed): Add :version.
9692
9693 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9696         and load-path.
9697
9698 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * message.el: Autoload gmm-image-load-path.
9701         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9702         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9703         consitency.
9704
9705         * gmm-utils.el (gmm-image-load-path): Also search in
9706         "../etc/images".  Don't set gmm-image-load-path if we don't find
9707         the image.
9708
9709 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * gmm-utils.el (gmm-image-load-path): Don't make
9712         `gmm-image-load-path' include subdirectories which the second arg
9713         `image' might specify.
9714
9715         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9716         subdirectory to icon file names.
9717
9718         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9719
9720 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9723         gmm-image-load-path calls.
9724
9725         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9726
9727         * message.el (message-make-tool-bar): Ditto.
9728
9729         * mml.el (mml-preview): Added comment concerning tool bar icons.
9730
9731         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9732         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9733
9734         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9735         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9736
9737         * message.el (message-tool-bar-gnome): Use new icon names.
9738         (message-make-tool-bar): Use `gmm-image-load-path'.
9739
9740         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9741         functions from MH-E.
9742         (gmm-image-load-path): New variable from MH-E.
9743         (gmm-image-load-path): New function from MH-E.  Added arguments
9744         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9745         *-image-load-path-called-flag.
9746
9747 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9748
9749         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9750
9751 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9752
9753         * nnimap.el (nnimap-request-move-article): Change folder back to
9754         source group before deleting.
9755
9756 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9759
9760         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9761         mm-url.
9762
9763         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9764
9765 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9768         coding system which mm-charset-to-coding-system returns for a
9769         given charset is valid.
9770
9771 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9772
9773         * html2text.el (html2text-remove-tag-list):
9774         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9775
9776 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9777
9778         * gnus-cus.el: Revert 2005-10-17 change.
9779
9780 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-art.el (article-strip-banner): Call
9783         article-really-strip-banner only when the regexp match is made.
9784
9785 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * gnus-art.el (article-strip-banner): Use
9788         gnus-extract-address-components instead of
9789         mail-header-parse-addresses to make it work with non-ASCII text;
9790         remove mail-encode-encoded-word-string.
9791
9792         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9793         values which are surrounded with \"...\"; make it never cause a
9794         Lisp error; give up parsing of parameters if it failed in
9795         extracting type.
9796
9797 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9798
9799         * smime.el (smime-cert-by-ldap-1): Fix bug where
9800         `smime-ldap-search' returns results without userCertificates.
9801
9802 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9805
9806 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * spam.el (spam-check-spamassassin-headers): Adapt format for
9809         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9810         <ari@mbf.ocn.ne.jp>.
9811         (spam-list-of-processors): Add spam-use-gmane.
9812
9813 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9816         make-temp-file; make it work with XEmacs as well.
9817
9818         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9819         mm-make-temp-file.
9820
9821         * mm-decode.el (mm-display-external): Use the 3rd arg of
9822         mm-make-temp-file.
9823         (mm-create-image-xemacs): Ditto.
9824
9825 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9828         with message-narrow-to-headers.
9829         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9830         (gnus-draft-check-draft-articles): New function.
9831         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9832
9833 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * gnus-art.el (gnus-article-browse-html-parts):
9836         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9837         Don't use suffix argument for mm-make-temp-file for Emacs 21
9838         compatibility.  Remove useless `format'.
9839
9840 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9841
9842         * nnweb.el (nnweb-google-wash-article): Update regexps.
9843         (nnweb-group-alist): Use defvoo instead of defvar.
9844
9845 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9848         re-loading nn* modules.
9849
9850 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9853         for `tool-bar-mode' and don't check it's default-value.
9854
9855         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9856
9857         * message.el (message-make-tool-bar): Ditto.
9858
9859         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9860         `substring'.  Shorten tmp-file name.
9861
9862         * gnus.el: Remove bogus comment.
9863
9864 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9865
9866         * gnus-art.el (gnus-article-browse-html-parts): New function.
9867         (gnus-article-browse-html-article): New function for viewing html
9868         articles with a browser.
9869
9870 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9871
9872         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9873         in elisp.
9874         (pgg-gpg-encrypt-symmetric-region): Ditto.
9875         (pgg-gpg-sign-region): Ditto.
9876
9877         * pgg-def.el (pgg-text-mode): New variable.
9878
9879         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9880         (mml2015-pgg-encrypt): Ditto.
9881
9882         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9883         (mml1991-pgg-encrypt): Ditto.
9884
9885 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9888         message-make-date instead of current-time-string.
9889
9890         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9891         to gnus-decoded which mm-uu might set.
9892
9893 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9896         don't decode quoted parameters; remove misimported Emacs code.
9897         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9898         (rfc2231-decode-encoded-string): Don't use split-string which
9899         behaves differently according to Emacs version; use
9900         mm-decode-coding-region to convert charset to coding-system.
9901         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9902         (rfc2231-encode-string): Remove misimported Emacs code.
9903
9904 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9907         when calling mail-header-parse-content-type.
9908         (article-de-quoted-unreadable): Ditto.
9909         (article-de-base64-unreadable): Ditto.
9910         (article-wash-html): Ditto.
9911
9912         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9913         calling mail-header-parse-content-type and
9914         mail-header-parse-content-disposition.
9915         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9916         mail-header-parse-content-type.
9917
9918         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9919         insert charset and format parameters; encode description after
9920         inserting it to buffer.
9921         (mml-insert-parameter): Fold lines properly even if a parameter is
9922         segmented into two or more lines; change the max column to 76.
9923
9924         * rfc1843.el (rfc1843-decode-article-body): Don't use
9925         ignore-errors when calling mail-header-parse-content-type.
9926
9927         * rfc2231.el (rfc2231-parse-string): Return at least type if
9928         possible; don't cause an error even if it fails in parsing of
9929         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9930         (rfc2231-encode-string): Don't break lines at the beginning, leave
9931         it to mml-insert-parameter.
9932
9933         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9934         calling mail-header-parse-content-type.
9935
9936 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * spam-report.el (spam-report-gmane-use-article-number):
9939         Improve doc string.
9940         (spam-report-gmane-internal): Check if a suitable header was found
9941         in the article.
9942
9943 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9946         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9947
9948 2006-02-05  Romain Francoise  <romain@orebokech.com>
9949
9950         Update copyright notices of all files in the gnus directory.
9951
9952 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9953
9954         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9955
9956 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9959         segmented lines of parameter value to cope with Thunderbird 1.5
9960         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9961         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9962         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9963
9964 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9965
9966         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9967         parts.
9968
9969 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9970
9971         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9972         there's only one active file for all servers.
9973         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9974         solid groups.  Gnus might have used a FAST request to select the group.
9975         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9976         and nnweb-search redundantly in the active file.
9977         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9978         (nnweb-request-create-group): Don't use ARGS.
9979         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9980         initialisations.  Let nnoo do the work.
9981
9982 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9985         Say the part has been decoded.
9986
9987         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9988
9989 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9990
9991         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9992         mailcap-viewer-test-cache when there's no 'test clause, since that
9993         will invert the meaning of a "nil" test previously determined by
9994         mailcap-mailcap-entry-passes-test.
9995
9996 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9999         compiling.
10000
10001         * gnus-sum.el: Ditto.
10002
10003         * message.el: Don't bind tool-bar-map when compiling.
10004
10005 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10008
10009 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10010
10011         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10012         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10013         current Google Groups.
10014
10015 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10018         and tool-bar-mode.
10019
10020         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10021         and tool-bar-mode.
10022
10023         * message.el (message-tool-bar-update): Simplify.
10024         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10025
10026         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10027         gnus-summary-buffer.
10028         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10029         gnus-summary-reply.
10030
10031         * gmm-utils.el (gmm): Add :version.
10032
10033 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * Makefile.in (clean): New rule.
10036         (distclean): Use it.
10037
10038 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10039
10040         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10041         autoload.
10042
10043 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gmm-utils.el (gmm-verbose): Add :group.
10046
10047 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * message.el: Change some comments WRT tool-bars.
10050
10051         * gnus-sum.el (gnus-summary-tool-bar)
10052         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10053         (gnus-summary-tool-bar-zap-list): New variables.
10054         (gnus-summary-make-tool-bar): Complete rewrite using
10055         `gmm-tool-bar-from-list'.
10056
10057         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10058         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10059         variables.
10060         (gnus-group-make-tool-bar): Complete rewrite using
10061         `gmm-tool-bar-from-list'.
10062         (gnus-group-tool-bar-update): New function.
10063
10064         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10065
10066 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10069         is dissected into a single part of which the type is the same as
10070         the given one; decode charset.
10071
10072 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10073
10074         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10075         into alists as symbol not string, since that's what
10076         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10077         look for.
10078
10079 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10082         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10083
10084         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10085
10086 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10089         (gnus-xmas-mime-security-button-menu): New function.
10090
10091         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10092         (gnus-mime-security-button-menu): New definition.
10093         (gnus-mime-security-button-map): Use them.
10094         (gnus-mime-security-button-menu): New function.
10095         (gnus-insert-mime-security-button): Addition to help echo.
10096         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10097         (gnus-mime-security-pipe-part): New functions.
10098
10099         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10100         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10101
10102         * mm-decode.el (mm-handle-set-disposition): Remove.
10103         (mm-handle-set-description): Remove.
10104
10105 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10108         (mm-w3m-standalone-supports-m17n-p): New function.
10109         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10110         w3m usage.
10111
10112         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10113         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10114
10115 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * message.el (message-tool-bar-zap-list): Use
10118         gmm-tool-bar-zap-list as custom type.
10119         (message-tool-bar-update): New function.
10120         (message-tool-bar, message-tool-bar-gnome)
10121         (message-tool-bar-retro): Add message-tool-bar-update.
10122         (message-tool-bar-gnome): Add flyspell-buffer.
10123
10124         * gnus-util.el (gnus-error): Describe `args'.
10125
10126         * gmm-utils.el (gmm-error): Describe `args'.
10127         (gmm-tool-bar-zap-list): New widget.
10128         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10129
10130 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10133         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10134         the number of recursive calls.
10135
10136         * mm-decode.el (mm-handle-set-disposition): New macro.
10137         (mm-handle-set-description): New macro.
10138
10139 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10142         encoding.
10143
10144 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * message.el (message-tool-bar-zap-list, message-tool-bar)
10147         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10148         (message-tool-bar-local-item-from-menu): Remove.
10149         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10150         (message-make-tool-bar): New function.
10151         (message-mode): Use `message-make-tool-bar'.
10152
10153         * gmm-utils.el: New file.
10154         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10155         (gmm-lazy): New widget copied from `nnmail.el'.
10156         (gmm-tool-bar-from-list): New function for creating customizable
10157         tool bars.
10158         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10159         output.
10160         (gmm): Add :prefix to defgroup.
10161
10162 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10163
10164         * gmm-utils.el (gmm-widget-p): New function.
10165
10166 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * mml.el (mml-attach-file): Describe `description' in doc string.
10169         (mml-menu): Add Emacs MIME manual and PGG manual.
10170
10171 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10172
10173         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10174
10175 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10176
10177         * nntp.el (nntp-end-of-line): Doc fix.
10178
10179 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10180
10181         * imap.el (imap-open): Handle case where buffer is a buffer
10182         object.
10183
10184 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10185
10186         * gnus-delay.el (gnus-delay): Don't autoload.
10187         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10188         to be re-loaded when customizing the `gnus-delay' group.
10189
10190 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10191
10192         * message.el (message-insert-citation-line): Use newlines.
10193
10194 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10195
10196         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10197         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10198         these routines, so the passphrase can be managed externally and
10199         passed in to the system.
10200         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10201         pgg-add-passphrase-to-cache function.
10202
10203         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10204         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10205         these routines, so the passphrase can be managed externally and
10206         passed in to the system.
10207         (pgg-pgp5-sign-region): Use new name of
10208         pgg-add-passphrase-to-cache function.
10209
10210 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10211
10212         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10213         part of the decoded armor to find the key-identifier.
10214         (pgg-gpg-lookup-key-owner): New function to return the
10215         human-readable identifier of a key owner.
10216         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10217         itself.
10218         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10219         the key value) if we have a key and can match it against a secret
10220         key.  Also, added a note pointing out fact that the prompt only
10221         indicates the first matching key.
10222
10223         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10224         pgg-decrypt-region.
10225         (pgg-add-passphrase-to-cache): Rename from
10226         `pgg-add-passphrase-cache' to reduce confusion (all callers
10227         changed).
10228         (pgg-remove-passphrase-from-cache): Rename from
10229         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10230         changed).
10231         (pgg-read-passphrase, pgg-add-passphrase-cache)
10232         (pgg-remove-passphrase-cache): Add informative docstrings.
10233         (pgg-decrypt): Convey provided passphrase in subordinate call to
10234         pgg-decrypt-region.
10235
10236 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10237
10238         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10239         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10240         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10241         'passphrase' argument, so the passphrase can be managed externally
10242         and then passed in to the system.
10243
10244         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10245         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10246         so the passphrase cache can be used reliably with identifiers
10247         besides a pgp packet's key id.
10248
10249         * pgg-gpg.el (pgg-gpg-encrypt-region)
10250         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10251         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10252         these routines, so the passphrase can be managed externally and
10253         passed in to the system.
10254
10255         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10256         'notruncate' argument, so the passphrase cache can be used
10257         reliably with identifiers besides a pgp packet's key id.
10258
10259 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10260
10261         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10262         symmetric encryption.
10263         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10264         encrypted session key.
10265         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10266         message ask for the passphrase in a proper way.
10267
10268         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10269         New user commands for symmetric encryption.
10270
10271 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10274
10275         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10276
10277 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10278
10279         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10280
10281 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * mm-decode.el (mm-inlined-types): Add application/pgp.
10284         (mm-automatic-display): Ditto.
10285
10286         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10287         part as text.
10288
10289 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * nnrss.el: Update copyright.
10292         (nnrss-opml-import): Query whether to subscribe to each entry.
10293
10294         * gnus-art.el:
10295         * gnus-sum.el:
10296         * gnus-xmas.el:
10297         * messagexmas.el:
10298         * mm-uu.el:
10299         * mm-view.el: Update copyright.
10300
10301 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * message.el (message-info): New function.
10304         (message-mode-menu): Add it.
10305         Update copyright.
10306
10307         * ChangeLog: Fix and update copyright.
10308
10309 2006-01-13  Romain Francoise  <romain@orebokech.com>
10310
10311         * message.el (message-forward-subject-name-subject): Prefer the
10312         address to 'nowhere' if the sender has no name.
10313         Fix typo.  Update copyright year.
10314
10315 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-art.el (article-wash-html): Use
10318         gnus-summary-show-article-charset-alist if a numeric arg is given.
10319         (gnus-article-wash-html-with-w3m-standalone): New function.
10320
10321         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10322         mm-inline-text-html-render-with-w3m-standalone.
10323         (mm-text-html-washer-alist): Map w3m-standalone to
10324         gnus-article-wash-html-with-w3m-standalone.
10325         (mm-inline-text-html-render-with-w3m-standalone): New function.
10326
10327 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10330         Improve LaTeX.
10331
10332 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10335         (nnrss-request-article): Render text/plain parts as HTML.
10336
10337         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10338         the buffer.
10339
10340 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10343         custom definition of `gnus-posting-styles'.
10344
10345         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10346         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10347
10348 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10351         Use nntp for bug archive.
10352
10353 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10356         parts.
10357         (nnrss-normalize-date): New function converts ISO 8601 date into
10358         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10359         (nnrss-check-group): Use it.
10360
10361 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10364
10365         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10366         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10367         (nnrss-insert-w3): Ditto.
10368
10369 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10372         the articles to be forwarded including the case where neither a
10373         number of articles nor a region is specified.
10374
10375 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * nnrss.el (nnrss-request-article): Fix last change; fill
10378         text/plain parts.
10379
10380 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10383         in text/plain part.
10384         (nnrss-check-group): Don't add excessive newline to dc:subject.
10385
10386 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10387
10388         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10389         article.
10390
10391 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10394         (nnml-use-compressed-files, nnml-save-mail): Support other
10395         comression programs such as bzip2.
10396
10397 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * dns.el (query-dns): Make sure we check the buffer size before
10400         removing tcp headers.
10401
10402 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10405         remove MIME buttons associated with multipart/alternative parts.
10406         (gnus-mime-display-alternative): Tag buttons using `article-type'
10407         text property.
10408
10409         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10410         associated with multipart/alternative parts.
10411
10412         * gnus-art.el (gnus-signature-separator): Fix custom type.
10413
10414         * mm-decode.el (mm-inlined-types): Fix custom type.
10415         (mm-keep-viewer-alive-types): Ditto.
10416         (mm-automatic-display): Ditto.
10417         (mm-attachment-override-types): Ditto.
10418         (mm-inline-override-types): Ditto.
10419         (mm-automatic-external-display): Ditto.
10420
10421 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * spam-report.el (spam-report-user-mail-address)
10424         (spam-report-user-agent): New variables.
10425         (spam-report-url-ping-plain): Use spam-report-user-agent.
10426
10427 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10428
10429         * gnus-art.el (gnus-button-handle-custom): Do not just use
10430         `customize-apropos' for any "M-x customize-*" button but the
10431         function called for.  Accept both the function name and its
10432         argument in order to achieve this.
10433         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10434         function name to `gnus-button-handle-custom' in case of "M-x
10435         customize-*" buttons.
10436
10437 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10440         multipart/alternative and add xref to mm-discouraged-alternatives
10441         in doc string.
10442
10443         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10444         gnus-buttonized-mime-types in doc string.
10445
10446 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10449         Suggest image/.* in the doc string.
10450
10451 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10454         message-marks (Debian bug #342521).
10455
10456 2005-12-12  Simon Josefsson  <jas@extundo.com>
10457
10458         * password.el (password-read-from-cache): Add.
10459         (password-read): Use it.
10460
10461 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10464         us-ascii as a MIME charset.
10465
10466         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10467         against the case where the 2nd arg TYPE is nil.
10468
10469 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * pop3.el (pop3-stream-type): Fix custom version.
10472
10473         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10474
10475 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10476
10477         * mm-decode.el (mm-display-external): Add missing cdr.
10478
10479 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10482         RFC1524) if it is in mailcap or add a suffix according to
10483         mailcap-mime-extensions when generating a temp filename; postpone
10484         deleting a temp file for 2 seconds for some wrappers, shell
10485         scripts, and so on, which might exit right after having started a
10486         viewer command as a background job.
10487
10488 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * nntp.el (nntp-marks-directory): Fix custom group.
10491
10492         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10493         steps when < 10.
10494
10495         * gnus-start.el (gnus-no-server-1): Mention
10496         `gnus-level-default-subscribed' in doc string.
10497
10498 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10499
10500         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10501         parens.
10502
10503 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-xmas.el (gnus-use-toolbar): Revert.
10506         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10507         gnus-use-toolbar is default.
10508
10509         * messagexmas.el (message-use-toolbar): Revert.
10510         (message-setup-toolbar): Use global default-toolbar if
10511         message-use-toolbar is default.
10512
10513 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10516         according to default-toolbar-visible-p.
10517
10518         * messagexmas.el (message-use-toolbar): Ditto.
10519
10520 2005-11-26  Dave Love  <fx@gnu.org>
10521
10522         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10523         (tls-program, tls-success): Provide openssl alternative.
10524
10525         * starttls.el: Doc fixes.
10526         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10527         SERVICE to PORT.
10528
10529         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10530         port null or service name.
10531         (starttls-negotiate): Autoload.
10532
10533 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * message.el (message-kill-to-signature): Fix interactive spec.
10536
10537 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * pop3.el (pop3-open-server): Recognize a string as a service name.
10540
10541 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10542
10543         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10544
10545 2005-11-23  Dave Love  <fx@gnu.org>
10546
10547         Add pop3s, pop3/starttls.
10548
10549         * pop3.el (pop3-authentication-scheme): Clarify doc.
10550         (open-tls-stream, starttls-open-stream): Autoload.
10551         (pop3-stream-type): New.
10552         (pop3-open-server): Use it.
10553
10554         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10555         for POP.
10556         (mail-source-keyword-map): Add :stream for POP.
10557         (mail-source-fetch-pop): Use pop3-stream-type.
10558
10559 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10562         of current-time-string.
10563
10564 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10565
10566         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10567         date header.
10568
10569 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10570
10571         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10572         it can seriously impact performance as it bypasses the agent's
10573         local caches.
10574
10575 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10576
10577         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10578         must be explicitly online rather than "not explicitly offline" for
10579         its flags to be synchronized.
10580
10581         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10582         that gnus-uu-unmark-thread will function correctly.
10583
10584         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10585         1024K is instead displayed as 1M.
10586
10587 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10588
10589         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10590
10591 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10592
10593         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10594
10595 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10596
10597         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10598         error message to display actual error condition.
10599         (gnus-agent-save-local): Avoid saving symbols that are bound to
10600         nil as they simply result in a warning message in
10601         gnus-agent-read-local.
10602
10603 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10606         rather than make-variable-buffer-local for file-precious-flag.
10607
10608 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10609
10610         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10611         for duplicates which are removed.  The invalid sort check then
10612         triggers a rescan after the sort as sorting may have moved
10613         duplicate entries such that they can be cheaply detected.
10614
10615 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10618
10619 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10620
10621         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10622         internal variable to a custom variable.  Changed default value
10623         from compressed(2) to uncompressed(1).
10624         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10625         support for uncompressed agentview files.  Taken together, reading
10626         the agentview file should now be 6-7 times faster.
10627
10628 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10629
10630         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10631         as a buffer-local variable.  This avoids creating truncated
10632         dribble files as a result of a hang up, eg.
10633
10634 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10635
10636         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10637         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10638         XEmacs.
10639
10640 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * gnus-start.el (gnus-start-draft-setup): Enforce
10643         `gnus-draft-mode' for nndraft:drafts at startup.
10644
10645         * gnus.el (gnus-splash): Change custom group.
10646         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10647         allow-list argument.
10648
10649         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10650         string.
10651
10652 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus-art.el (gnus-default-article-saver): Add user-defined
10655         `function' to custom type.
10656
10657 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10658
10659         * imap.el (imap-open): Handle case where buffer is a buffer
10660         object.
10661
10662 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10665         long lines.
10666         (gnus-cache-delete-group): Wrap doc strings.
10667
10668         * gnus-agent.el (gnus-agent-rename-group)
10669         (gnus-agent-delete-group): Wrap doc strings.
10670
10671 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * messagexmas.el (message-use-toolbar): Change the valid values
10674         into default, top, bottom, left, and right.
10675         (message-toolbar-thickness): New variable.
10676         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10677         well.
10678         (message-setup-toolbar): Make it work.
10679
10680         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10681         (gnus-use-toolbar): Change the valid values into default, top,
10682         bottom, left, and right.
10683         (gnus-toolbar-thickness): New variable.
10684         (gnus-xmas-setup-toolbar): New function.
10685         (gnus-xmas-setup-group-toolbar): Use it.
10686         (gnus-xmas-setup-summary-toolbar): Use it.
10687
10688 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * gnus-start.el (gnus-1): Add "native" to
10691         gnus-predefined-server-alist.
10692
10693         * gnus.el (gnus-method-to-server): Don't add "native" to the
10694         lists here, because that leads to problems when
10695         gnus-select-method is bound.
10696
10697 2005-11-09  Simon Josefsson  <jas@extundo.com>
10698
10699         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10700         use (not sort-by-date) instead.
10701
10702 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10703
10704         * gnus-delay.el (gnus-delay-group): Don't autoload.
10705         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10706         to be re-loaded when customizing the `gnus-delay' group.
10707
10708 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10709
10710         * message.el: Revert last changes.
10711         (message-insert-citation-line): Use newlines.
10712
10713 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10714
10715         * message.el (message-courtesy-message)
10716         (message-mark-insert-begin, message-mark-insert-end)
10717         (message-elide-ellipsis, message-cancel-message)
10718         (message-add-header, message-change-subject)
10719         (message-cross-post-followup-to-header)
10720         (message-cross-post-insert-note, message-reduce-to-to-cc)
10721         (message-widen-reply, message-delete-not-region)
10722         (message-kill-to-signature, message-insert-signature)
10723         (message-insert-importance-high, message-insert-importance-low)
10724         (message-insert-or-toggle-importance)
10725         (message-insert-disposition-notification-to)
10726         (message-indent-citation, message-yank-original)
10727         (message-cite-original-without-signature, message-cite-original)
10728         (message-insert-citation-line, message-position-on-field)
10729         (message-fix-before-sending, message-send-mail-partially)
10730         (message-send-mail, message-send-mail-with-sendmail)
10731         (message-send-mail-with-qmail, message-send-news)
10732         (message-check-news-header-syntax, message-generate-headers)
10733         (message-insert-courtesy-copy, message-fill-address)
10734         (message-fill-header, message-shorten-references)
10735         (message-setup-1, message-cancel-news)
10736         (message-forward-make-body-plain, message-forward-make-body-mime)
10737         (message-forward-make-body-mml, message-encode-message-body)
10738         (message-forward-make-body-digest-plain)
10739         (message-forward-make-body-digest-mime)
10740         (message-use-alternative-email-as-from): Insert `hard-newline'
10741         instead of ordinary newlines.
10742
10743 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * message.el (message-generate-headers): Downcase the argument
10746         given to message-check-element.
10747
10748 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10749
10750         * nntp.el (nntp-authinfo-rejected): New error condition.
10751         (nntp-wait-for): Use new error condition to signal authentication
10752         error.
10753         (nntp-retrieve-data): Rethrow new error condition to break out of
10754         recursive call to nntp-send-authinfo.
10755
10756 2005-11-08  Romain Francoise  <romain@orebokech.com>
10757
10758         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10759         (gnus-summary-exit-map): Bind to `Z p'.
10760         (gnus-summary-make-menu-bar): Add menu item.
10761
10762 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10765         (gnus-treat-*): Add `first' in all doc strings.
10766
10767         * gnus-group.el (gnus-group-compact-group): Fix typo.
10768
10769 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus.el (gnus-parameters-case-fold-search): New variable.
10772         (gnus-parameters-get-parameter): Use it.
10773
10774         * gnus-score.el (gnus-home-score-file): Doc fix.
10775
10776 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10777
10778         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10779
10780 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * mm-util.el (mm-special-display-p): New function.
10783
10784         * mml.el (mml-preview): Use it; doc fix.
10785
10786 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10787
10788         * imap.el (imap-open): Handle case where buffer is a buffer object.
10789
10790 2005-10-29  Romain Francoise  <romain@orebokech.com>
10791
10792         * message.el (message-fix-before-sending): Fix comment.
10793
10794 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10795
10796         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10797
10798 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10799
10800         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10801         Used in gnus-score.el.
10802
10803 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10806
10807 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10810         whitespace removed in revision 7.8.  Use concatenated string to
10811         protect trailing whitespace.
10812
10813 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10814
10815         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10816         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10817         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10818         Courier IMAP ("some version from 2004").  Mostly based on similar
10819         code in the same function.
10820
10821 2005-10-26  Didier Verna  <didier@xemacs.org>
10822
10823         * gnus-group.el (gnus-group-compact-group): Invalidate original
10824         article buffer.
10825         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10826         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10827         NOV database and in article itself.
10828         Invalidate article backlog.
10829
10830 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10833
10834 2005-10-26  Simon Josefsson  <jas@extundo.com>
10835
10836         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10837         part of 2004-07-25 change.
10838
10839 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * message.el (message-display-completion-list): New function.
10842         (message-expand-group): Use it; make sure the Completions buffer
10843         is modifiable.
10844 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10845
10846         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10847         user-mail-name is an empty string.
10848
10849 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10852         depending on gnus-score-decay-constant.
10853
10854         * encrypt.el (encrypt-insert-file-contents)
10855         (encrypt-write-file-contents): Don't use `gnus-message'.
10856
10857         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10858         arguments.
10859         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10860         arguments to mm-uu-verbatim-marks-extract.
10861         (mm-uu-hide-markers): New variable.
10862         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10863
10864         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10865         (gnus-convert-image-to-face-command): Use "convert" by default to
10866         allow other input image formats.
10867         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10868         accordingly.
10869
10870 2005-10-23  Simon Josefsson  <jas@extundo.com>
10871
10872         * imap.el (imap-gssapi-program): Align command line parameters
10873         with latest GNU SASL.
10874         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10875
10876 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10877
10878         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10879         HTML.
10880         (nnslashdot-request-article): Ditto.
10881
10882         * lpath.el (featurep): Add nobreak-char-display.
10883
10884 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10885
10886         * mail-source.el (mail-source-fetch-pop): Require pop3.
10887         (mail-source-check-pop): Ditto.
10888
10889 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10892         errors.
10893
10894 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10897         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10898
10899         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10900
10901         * mm-bodies.el (mm-decode-string): Call
10902         `mm-charset-to-coding-system' with allow-override argument.
10903
10904 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10907         (rfc2047-charset-to-coding-system): New function.
10908         (rfc2047-decode-encoded-words): New function.
10909         (rfc2047-decode-region): Use them.
10910         (rfc2047-decode-cte): Remove.
10911         (rfc2047-parse-and-decode): Remove.
10912         (rfc2047-decode): Remove.
10913
10914 2005-10-15  Kenichi Handa  <handa@m17n.org>
10915
10916         * rfc2047.el (rfc2047-decode-cte): New function.
10917         (rfc2047-decode-region): Change the way to decode successive
10918         encoded-words: decode B- or Q-encoding in each encoded-word,
10919         concatenate them, and decode it as charset.
10920
10921 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * lpath.el: Fbind codepage-setup for XEmacs.
10924
10925 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10926
10927         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10928         widget-move-and-invoke.
10929         (gnus-custom-mode): Use gnus-custom-map.
10930
10931 2005-10-15  Bill Wohler  <wohler@newt.com>
10932
10933         * message.el (message-tool-bar-map): Renamed image file from
10934         mail_send to mail/send.
10935
10936 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10937
10938         * message.el (message-expand-group): Pass the common
10939         prefix substring of completion to `display-completion-list'.
10940
10941 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * mml-sec.el (mml-secure-method): New internal variable.
10944         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10945         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10946         functions using mml-secure-method.
10947
10948         * mml.el (mml-mode-map): Add key bindings for those functions.
10949         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10950         Harder <harder@myrealbox.com>.
10951         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10952         end of message if point is the headers of the message.
10953
10954         * message.el (message-in-body-p): New function.
10955
10956         * assistant.el: Autoload gnus-util and netrc.
10957
10958         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10959         Use `mm-charset-override-alist' only when decoding.
10960
10961         * mm-bodies.el (mm-decode-body): Call
10962         `mm-charset-to-coding-system' with allow-override argument.
10963
10964         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10965         `filename' from Content-Disposition if Content-Type doesn't
10966         provide `name'.
10967         (gnus-mime-view-part-as-type): Set default instead of
10968         initial-input.
10969
10970 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10971
10972         * format-spec.el (format-spec): Propagate text properties of % spec.
10973
10974 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * gnus-art.el (gnus-treat-predicate): Add `first'.
10977
10978 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10981         (mm-charset-override-alist): New variable.
10982         (mm-charset-to-coding-system): Use it.
10983         (mm-codepage-setup): New helper function.
10984         (mm-charset-eval-alist): New variable.
10985         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10986         about unknown charsets.
10987
10988         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10989
10990 2005-10-04  David Hansen  <david.hansen@gmx.net>
10991
10992         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10993         (nnrss-check-group): Ditto.
10994
10995 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10998         Rename x-gnus-verbatim to x-verbatim.
10999         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11000
11001         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11002         x-verbatim.
11003
11004         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11005
11006         * gnus-util.el (gnus-remove-duplicates): Remove.
11007
11008         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11009         instead of gnus-remove-duplicates.
11010
11011         * message.el (message-remove-duplicates): Remove.
11012         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11013         message-remove-duplicates.
11014
11015         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11016         available, else use implementation from `delete-dups'.
11017
11018         * message.el (message-insert-expires): New function.
11019         (message-mode-map): Add key binding.
11020         (message-mode-field-menu): Add menu entry.
11021         (message-mode): Document it.
11022         (message-make-expires-date): Use `message-make-date'.
11023
11024 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11025
11026         * message.el (message-make-expires-date): New function.
11027
11028 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * Makefile.in (list-installed-shadows): New entry.
11031         (install): Use it.
11032         (remove-installed-shadows): New entry.
11033
11034         * dgnushack.el (dgnushack-default-load-path): New variable.
11035         (dgnushack-find-lisp-shadows): New function.
11036         (dgnushack-remove-lisp-shadows): New function.
11037
11038 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * Makefile.in (install-el-elc): New entry.
11041         (install): Use it so that .el files are necessarily installed.
11042
11043 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11046
11047 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11048
11049         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11050         function rather than the diff-mode.el package.
11051         (mm-display-external): Use with-current-buffer.
11052         (mm-viewer-completion-map, mm-viewer-completion-map):
11053         Move initialization inside declaration.
11054
11055 2005-09-29  Simon Josefsson  <jas@extundo.com>
11056
11057         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11058         autoload mail-check-payment.
11059         (spam-check-hashcash): Define unconditionally, since hashcash.el
11060         is part of Gnus now.  Ignore errors from payment checking.
11061
11062 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * message.el (message-bold-region, message-unbold-region): Rename
11065         from `bold-region' and `unbold-region'.
11066
11067         * message.el: Remove useless autoloads.
11068
11069 2005-09-28  Simon Josefsson  <jas@extundo.com>
11070
11071         * message.el (message-use-idna): Default to t.
11072         (message-use-idna): Test whether encoding works too.  Doc fix.
11073
11074 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * nntp.el (nntp-warn-about-losing-connection): Remove.
11077
11078 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11081         customizable.  Change default value.
11082         (mm-uu-diff-groups-regexp): Change default value.
11083         (mm-uu-type-alist): Add doc string.
11084         (mm-uu-configure): Add doc string.  Make it interactive.
11085         (mm-uu-tex-groups-regexp): New variable.
11086         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11087         (mm-uu-type-alist): Add LaTeX documents.
11088         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11089         of "text/verbatim".
11090         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11091
11092         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11093         instead of "text/verbatim".
11094
11095         * message.el (message-mark-inserted-region)
11096         (message-mark-insert-file): Use slrn style marks when called with
11097         prefix argument.
11098
11099 2005-09-27  Simon Josefsson  <jas@extundo.com>
11100
11101         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11102
11103 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11104
11105         * message.el (message-remove-duplicates): New function.
11106         Implementation borrowed from `gnus-remove-duplicates'.
11107         (message-idna-to-ascii-rhs): Also encode idna addresses in
11108         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11109         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11110         only ask about the same idna domain once per header and also tell
11111         in what header to replace the idna domain.
11112
11113         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11114         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11115         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11116         a header is decoded and not just the last one.
11117
11118 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11121         has been decoded.
11122
11123         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11124         (mm-insert-part): Don't modify text if it has been decoded.
11125
11126         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11127         decoded.
11128
11129         * mm-view.el (mm-inline-text): Don't strip text props unless
11130         decoding enriched or richtext parts.
11131
11132 2005-09-25  Romain Francoise  <romain@orebokech.com>
11133
11134         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11135         * gnus-start.el (gnus-subscribe-interactively):
11136         * gnus-uu.el (gnus-uu-grab-articles):
11137         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11138         space.
11139
11140 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11141
11142         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11143         * mm-view.el (mm-view-pkcs7-decrypt):
11144         * gnus-sum.el (gnus-summary-limit-to-extra)
11145         (gnus-summary-respool-article, gnus-read-move-group-name):
11146         * gnus-score.el (gnus-summary-increase-score):
11147         * gnus-util.el (gnus-completing-read-with-default):
11148         * gnus-art.el (gnus-read-save-file-name)
11149         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11150         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11151         * message.el (message-check-news-header-syntax):
11152         Follow convention for reading with the minibuffer.
11153
11154 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * spam-report.el (spam-report-url-ping-plain):
11157         Use gnus-extended-version as User-Agent.
11158
11159         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11160         default value is nil.
11161
11162         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11163         (mm-uu-verbatim-marks-extract): New function.
11164         (mm-uu-extract): New face.
11165         (mm-uu-copy-to-buffer): Use it.
11166
11167         * spam-report.el (spam-report-gmane-ham): Renamed from
11168         `spam-report-gmane-unspam'.
11169         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11170         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11171
11172         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11173         Autoload.
11174         (spam-report-gmane-unregister-routine): Renamed
11175         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11176
11177 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11178
11179         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11180         (spam-report-gmane-unregister-routine): Add support for gmane
11181         unregistration.
11182
11183         * spam-report.el (spam-report-gmane-unspam)
11184         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11185         (spam-report-gmane): Change to take a single article and do unspam
11186         registration.
11187
11188 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * mm-url.el (mm-url-decode-entities): Fix regexp.
11191
11192 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11195         default to nil, to be able to use Gnus at all.  If the default
11196         switches to something else, then the function should be fixed not
11197         be exceedingly slow.
11198
11199 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11200
11201         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11202         fail hard.
11203
11204         * spam-report.el: Add better Keywords line.
11205
11206         * spam.el: Add Maintainer and better Keywords line.
11207
11208 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-art.el (gnus-article-replace-part)
11211         (gnus-mime-replace-part): New functions.
11212         (gnus-mime-action-alist, gnus-mime-button-commands)
11213         (gnus-mime-save-part-and-strip): Added file argument.
11214         (gnus-article-part-wrapper): Added interactive argument.
11215
11216         * gnus-sum.el (gnus-summary-mime-map): Add
11217         `gnus-article-replace-part'.
11218
11219 2005-09-19  Didier Verna  <didier@xemacs.org>
11220
11221         The nnml compaction feature:
11222         * nnml.el (nnml-request-compact-group): New function.
11223         * nnml.el (nnml-request-compact): New function.
11224         * gnus-int.el (gnus-request-compact-group): New function.
11225         * gnus-int.el (gnus-request-compact): New function.
11226         * gnus-group.el (gnus-group-compact-group): New function.
11227         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11228         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11229         * gnus-srvr.el (gnus-server-compact-server): New function.
11230         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11231         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11232
11233 2005-09-18  Deepak Goel  <deego@gnufans.org>
11234
11235         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11236         format spec.
11237
11238 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11241
11242 2005-09-15  Romain Francoise  <romain@orebokech.com>
11243
11244         * message.el (message-fill-paragraph): Clarify docstring.
11245
11246 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-art.el (gnus-mime-display-part): Protect against broken
11249         MIME messages.
11250
11251 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11254         before parsing header.
11255
11256 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11257
11258         * html2text.el (html2text-replace-list): Add new entities.
11259
11260 2005-09-11  Romain Francoise  <romain@orebokech.com>
11261
11262         * message.el (message-alternative-emails): Improve docstring.
11263         (message-setup-1): Call `message-use-alternative-email-as-from'
11264         after `message-setup-hook' to give it precedence over posting
11265         styles, etc.
11266         (message-use-alternative-email-as-from): Add docstring.  Remove
11267         the original From header if present.
11268
11269         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11270         (nnml-save-mail): Use it.
11271
11272         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11273         articles.  Add new argument `silent'.
11274         (gnus-uu-mark-all): Report the total number of marked articles.
11275
11276 2005-09-10  Romain Francoise  <romain@orebokech.com>
11277
11278         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11279         (gnus-uu-mark-series): Likewise.
11280
11281 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * spam-report.el (spam-report-gmane): Fix generation of spam
11284         report URL.
11285
11286 2005-09-10  Simon Josefsson  <jas@extundo.com>
11287
11288         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11289         t, based on discussion on the ding list with Robert Epprecht
11290         <epprecht@solnet.ch>.
11291
11292 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * spam-report.el (spam-report-gmane): Make it work without
11295         X-Report-Spam header.  Gmane now only provides Archived-At.
11296         This is only used if `spam-report-gmane-use-article-number' is nil.
11297         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11298
11299         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11300         make `gnus-summary-sort-by-recipient' work with threading.
11301
11302         * nnweb.el (nnweb-google-wash-article): Print a message if article
11303         is not available.
11304
11305 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11306
11307         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11308         change.  Decode text/* parts content before displaying.
11309
11310 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11313
11314 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11317
11318         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11319         url-package-name, url-package-version,
11320         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11321         w3m-display-inline-images, and w3m-minor-mode-map.
11322
11323 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * message.el (message-tab-body-function): Fix mismatched custom type.
11326
11327         * gnus.el (gnus-group-change-level-function): Ditto.
11328
11329         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11330
11331         * gnus-art.el (gnus-signature-limit)
11332         (gnus-article-mime-part-function): Ditto.
11333
11334 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * mml.el (mml-mode): Silence the byte compiler.
11337
11338         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11339         using `(sit-for 0)' before moving the point to the specified part;
11340         skip unbuttonized parts.
11341         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11342         return to the summary window if gnus-auto-select-part is non-nil.
11343
11344 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11347         variables.
11348         (mml-dnd-attach-file, mml-mode): Use them.
11349
11350         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11351         Make fetching article by MID work again for Google Groups.  Added
11352         FIXME concerning gnus-group-make-web-group.
11353
11354         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11355         Don't depend on Gnus by using mail-extract-address-components if
11356         gnus-extract-address-components is not bound.
11357
11358 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11359
11360         * gnus-art.el (gnus-mime-display-security): Don't display the
11361         signature, but only the signed part.
11362
11363 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11366
11367         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11368         list, not listp.
11369
11370 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11371
11372         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11373         when encoding.
11374
11375         * mm-bodies.el (mm-decode-content-transfer-encoding):
11376         De-canonicalize CRLF for all text content types, not just
11377         text/plain.
11378
11379 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11382         valid article; point arrow and cursor at the MIME button.
11383
11384 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11387         Suggested by Dan Christensen <jdc@uwo.ca>.
11388
11389         * mm-decode.el (mm-save-part): Enable change of prompt.
11390
11391 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11392
11393         * gnus-msg.el (gnus-inews-add-send-actions): Made
11394         `message-post-method' lambda parameter ARG `&optional'.
11395
11396 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * gnus-sum.el (gnus-summary-mime-map): Added
11399         gnus-article-save-part-and-strip, gnus-article-delete-part and
11400         gnus-article-jump-to-part.
11401
11402         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11403         (gnus-article-edit-part): Use it.
11404         (gnus-article-part-wrapper): Added no-handle argument.
11405         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11406         functions.
11407
11408 2005-08-29  Romain Francoise  <romain@orebokech.com>
11409
11410         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11411         docstring.
11412         (gnus-face-from-file): Likewise.
11413
11414 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11417         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11418         non-nil.
11419         (gnus-auto-select-part): New variable.
11420         (gnus-article-jump-to-part): New function.
11421         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11422         (gnus-mime-delete-part): Allow selecting specified part after
11423         deleting or stripping parts.
11424         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11425         part if argument is bogus.
11426
11427 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11428
11429         * gnus-art.el (w3m-minor-mode-map):
11430         * gnus-spec.el (gnus-newsrc-file-version):
11431         * gnus-util.el (nnmail-active-file-coding-system)
11432         (gnus-original-article-buffer, gnus-user-agent):
11433         * gnus.el (gnus-ham-process-destinations)
11434         (gnus-parameter-ham-marks-alist)
11435         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11436         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11437         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11438         * mm-decode.el (gnus-current-window-configuration):
11439         * mm-extern.el (gnus-article-mime-handles):
11440         * mm-url.el (url-current-object, url-package-name)
11441         (url-package-version):
11442         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11443         (smime-keys, w3m-cid-retrieve-function-alist)
11444         (w3m-current-buffer, w3m-display-inline-images)
11445         (w3m-minor-mode-map):
11446         * mml-smime.el (gnus-extract-address-components):
11447         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11448         (gnus-newsrc-hashtb, message-default-charset)
11449         (message-deletable-headers, message-options)
11450         (message-posting-charset, message-required-mail-headers)
11451         (message-required-news-headers):
11452         * mml1991.el (mc-pgp-always-sign):
11453         * mml2015.el (mc-pgp-always-sign):
11454         * nnheader.el (nnmail-extra-headers):
11455         * rfc1843.el (gnus-decode-encoded-word-function)
11456         (gnus-decode-header-function, gnus-newsgroup-name):
11457         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11458
11459 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11460
11461         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11462         the end of the date treatments.
11463
11464 2005-08-15  Simon Josefsson  <jas@extundo.com>
11465
11466         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11467         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11468         Capello and Romain Francoise.
11469         (pgg-fetch-key-function): Removed, not used?
11470         (pgg-insert-url-with-w3): Require url, to get
11471         url-insert-file-contents regardless of where it is defined.
11472
11473 2005-08-13  Romain Francoise  <romain@orebokech.com>
11474
11475         * message.el (message-cite-original-1): New function.
11476         (message-cite-original): Use it.
11477         (message-cite-original-without-signature): Ditto.
11478
11479 2005-08-08  Romain Francoise  <romain@orebokech.com>
11480
11481         * message.el (message-yank-empty-prefix): New variable.
11482         (message-indent-citation): Use it.
11483         (message-cite-original-without-signature): Respect X-No-Archive.
11484
11485 2005-08-08  Simon Josefsson  <jas@extundo.com>
11486
11487         * pgg.el: Autoload url-insert-file-contents instead of loading
11488         w3/url.
11489         (pgg-insert-url-with-w3): Don't load url here.
11490
11491 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11492
11493         * message.el (message-kill-to-signature): Don't insert newline at
11494         bol.
11495         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11496
11497 2005-08-06  Romain Francoise  <romain@orebokech.com>
11498
11499         * message.el (message-user-fqdn): Fix typo in docstring.
11500
11501 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11502
11503         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11504
11505         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11506
11507 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * mm-bodies.el (mm-encode-body): Use coding system rather than
11510         charset to encode text.
11511
11512         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11513         number of charsets if utf-8 is available (XEmacs).
11514
11515 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11518         taken from `gnus-button-mid-or-mail-regexp'.
11519         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11520         (gnus-button-alist): Improve regexp for domain part of the MIDs
11521         for news:localpart@domain buttons.
11522         (gnus-button-ctan-directory-regexp): Update.
11523
11524 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * sieve-manage.el (sieve-manage-interactive-login): Use
11527         make-local-variable rather than make-variable-buffer-local.
11528         (sieve-manage-open): Ditto.
11529         (sieve-manage-authenticate): Ditto.
11530
11531         * mml.el (mml-generate-mime-1): Make the content type default to
11532         text/plain if the filename is not specified.
11533
11534 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11537         instead of insert-buffer.
11538
11539         * message.el (message-yank-original): Ditto; set the mark at the
11540         end of the yanked message.
11541
11542 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11545         lines to scroll rather than to stop it.
11546
11547         * mml.el (mml-generate-default-type): Add doc string.
11548         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11549         default to application/octet-stream when determining the content
11550         type if it is not specified for the part or the mml contents; add
11551         a comment about mml-generate-default-type.
11552
11553 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11556         make it default to application/octet-stream when determining the
11557         content type if it is not specified for the external contents.
11558
11559 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11562         segmented parameter but also other parameters might be there.
11563
11564 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * mm-decode.el (mm-display-external): Delete temp file, directory
11567         and buffer immediately if the external process is exited.
11568
11569 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11572         fewer lines than that of scroll-margin.
11573         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11574
11575 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-art.el (gnus-article-next-page): Revert.
11578         (gnus-article-beginning-of-window): New macro.
11579         (gnus-article-next-page-1): Use it.
11580         (gnus-article-prev-page): Ditto.
11581         (gnus-article-edit-part): Use insert-buffer-substring instead of
11582         insert-buffer.
11583         (gnus-article-edit-exit): Ditto.
11584
11585         * gnus-util.el (gnus-beginning-of-window): Remove.
11586         (gnus-end-of-window): Remove.
11587
11588         * lpath.el: Don't bind header-line-format and scroll-margin.
11589
11590 2005-07-25  Simon Josefsson  <jas@extundo.com>
11591
11592         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11593         to have the url package without w3.  Reported by Daiki Ueno
11594         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11595
11596 2005-07-20  Didier Verna  <didier@xemacs.org>
11597
11598         * gnus-diary.el: Remove the description comment (nndiary is now
11599         properly documented in the Gnus manual).
11600         Fix the spelling of "Back End".
11601         * nndiary.el: Ditto.
11602         Fix the copyright notice.
11603
11604 2005-07-18  Romain Francoise  <romain@orebokech.com>
11605
11606         * gnus-sum.el (gnus-summary-to-prefix)
11607         (gnus-summary-newsgroup-prefix): New variables.
11608         (gnus-summary-from-or-to-or-newsgroups): Use them.
11609
11610 2005-07-17  Romain Francoise  <romain@orebokech.com>
11611
11612         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11613         space as it's generally not especially interesting to the user.
11614
11615 2005-07-16  Romain Francoise  <romain@orebokech.com>
11616
11617         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11618         nil to avoid prompting and file modification if one of the
11619         messages at the top of the nnfolder file contains a copyright
11620         notice.
11621         Update copyright notice.
11622
11623         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11624         instead of `current-time-string' as the latter creates a time
11625         string that is not RFC 2822 compliant (it lacks the zone).
11626         Update copyright notice.
11627
11628 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11629
11630         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11631         for text/rtf.  Display default in prompt.  Pass default for M-n.
11632
11633         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11634
11635 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11636
11637         * gnus-msg.el (gnus-button-mailto): Remove
11638         save-selected-window-window hackery because it relies on
11639         save-selected-window internals.
11640
11641 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11644         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11645         (gnus-article-prev-page): Ditto.
11646
11647         * gnus-util.el (gnus-beginning-of-window): New function.
11648         (gnus-end-of-window): New function.
11649
11650         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11651
11652 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11653
11654         * gnus-score.el (gnus-score-edit-all-score): Set
11655         gnus-score-edit-exit-function to gnus-score-edit-done and call
11656         gnus-message.
11657
11658 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * gnus-msg.el (gnus-button-mailto): Remove
11661         save-selected-window-window hackery because it relies on
11662         save-selected-window internals.
11663
11664 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11667         add-minor-mode.
11668         (gnus-binary-mode): Ditto.
11669
11670         * gnus-topic.el (gnus-topic-mode): Ditto.
11671
11672 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11673
11674         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11675         (gnus-article-prev-page): Take scroll-margin into consideration.
11676
11677 2005-07-04  Lute Kamstra  <lute@gnu.org>
11678
11679         Update FSF's address in GPL notices.
11680
11681 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11682
11683         * gnus.el (gnus-exit):
11684         * gnus-group.el (gnus-group-icons):
11685         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11686
11687         * gnus-nocem.el (gnus-nocem):
11688         * message.el (message-various, message-buffers, message-sending)
11689         (message-interface, message-forwarding, message-insertion)
11690         (message-headers, message-news, message-mail):
11691         * pgg-gpg.el (pgg-gpg):
11692         * pgg-parse.el (pgg-parse):
11693         * pgg-pgp.el (pgg-pgp):
11694         * pgg-pgp5.el (pgg-pgp5):
11695         * pop3.el (pop3): Finish `defgroup' description with period.
11696
11697 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-art.el (article-display-face): Improve the efficiency.
11700         (article-display-x-face): Ditto; remove grey x-face stuff.
11701
11702 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-art.el (article-display-face): Correct the position in
11705         which Faces are inserted.
11706
11707 2005-06-29  Didier Verna  <didier@xemacs.org>
11708
11709         * gnus-art.el (article-display-face): Display faces in correct
11710         order.
11711
11712 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11715         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11716         (gnus-nocem-check-article): Fetch the Type header.
11717         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11718         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11719         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11720         make sure gnus-nocem-hashtb is initialized.
11721         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11722         (gnus-nocem-unwanted-article-p): Ditto.
11723
11724         * pgg.el (pgg-verify): Return the verification result.
11725
11726 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11727
11728         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11729         is ascii.
11730
11731 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11732
11733         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11734         `show-nonbreak-escape'.
11735
11736 2005-06-23  Lute Kamstra  <lute@gnu.org>
11737
11738         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11739
11740         * dig.el (dig-mode):
11741         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11742
11743 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11744
11745         * nnimap.el (nnimap-split-download-body): Fix spellings.
11746
11747 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11748
11749         * gnus-art.el (gnus-article-encrypt-body):
11750         * gnus-cus.el (gnus-score-customize):
11751         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11752         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11753
11754 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11755
11756         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11757         header by looking for magic "MII" at the beginnig.
11758
11759 2005-06-16  Miles Bader  <miles@gnu.org>
11760
11761         * gnus-xmas.el (gnus-xmas-group-startup-message):
11762         Use renamed gnus-splash face.
11763
11764         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11765         (assistant-field-face): New backward-compatibility alias for renamed
11766         face.
11767         (assistant-render-text): Use renamed assistant-field face.
11768
11769         * spam.el (spam): Remove "-face" suffix from face name.
11770         (spam-face): New backward-compatibility alias for renamed face.
11771         (spam-face, spam-initialize): Use renamed spam face.
11772
11773         * message.el (message-header-to, message-header-cc)
11774         (message-header-subject, message-header-newsgroups)
11775         (message-header-other, message-header-name)
11776         (message-header-xheader, message-separator, message-cited-text)
11777         (message-mml): Remove "-face" suffix from face names.
11778         (message-header-to-face, message-header-cc-face)
11779         (message-header-subject-face, message-header-newsgroups-face)
11780         (message-header-other-face, message-header-name-face)
11781         (message-header-xheader-face, message-separator-face)
11782         (message-cited-text-face, message-mml-face):
11783         New backward-compatibility aliases for renamed faces.
11784         (message-font-lock-keywords): Use renamed message faces.
11785
11786         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11787         (sieve-test-commands, sieve-tagged-arguments):
11788         Remove "-face" suffix from face names.
11789         (sieve-control-commands-face, sieve-action-commands-face)
11790         (sieve-test-commands-face, sieve-tagged-arguments-face):
11791         New backward-compatibility aliases for renamed faces.
11792         (sieve-control-commands-face, sieve-action-commands-face)
11793         (sieve-test-commands-face, sieve-tagged-arguments-face):
11794         Use renamed sieve faces.
11795
11796         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11797         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11798         (gnus-group-news-3-empty, gnus-group-news-4)
11799         (gnus-group-news-4-empty, gnus-group-news-5)
11800         (gnus-group-news-5-empty, gnus-group-news-6)
11801         (gnus-group-news-6-empty, gnus-group-news-low)
11802         (gnus-group-news-low-empty, gnus-group-mail-1)
11803         (gnus-group-mail-1-empty, gnus-group-mail-2)
11804         (gnus-group-mail-2-empty, gnus-group-mail-3)
11805         (gnus-group-mail-3-empty, gnus-group-mail-low)
11806         (gnus-group-mail-low-empty, gnus-summary-selected)
11807         (gnus-summary-cancelled, gnus-summary-high-ticked)
11808         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11809         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11810         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11811         (gnus-summary-low-undownloaded)
11812         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11813         (gnus-summary-low-unread, gnus-summary-normal-unread)
11814         (gnus-summary-high-read, gnus-summary-low-read)
11815         (gnus-summary-normal-read, gnus-splash):
11816         Remove "-face" suffix from face names.
11817         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11818         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11819         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11820         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11821         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11822         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11823         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11824         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11825         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11826         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11827         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11828         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11829         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11830         (gnus-summary-normal-ticked-face)
11831         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11832         (gnus-summary-normal-ancient-face)
11833         (gnus-summary-high-undownloaded-face)
11834         (gnus-summary-low-undownloaded-face)
11835         (gnus-summary-normal-undownloaded-face)
11836         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11837         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11838         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11839         (gnus-splash-face):
11840         New backward-compatibility aliases for renamed faces.
11841         (gnus-group-startup-message): Use renamed gnus faces.
11842
11843         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11844         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11845         (gnus-server-agent): Remove "-face" suffix from face names.
11846         (gnus-server-agent-face, gnus-server-opened-face)
11847         (gnus-server-closed-face, gnus-server-denied-face)
11848         (gnus-server-offline-face):
11849         New backward-compatibility aliases for renamed faces.
11850         (gnus-server-agent-face, gnus-server-opened-face)
11851         (gnus-server-closed-face, gnus-server-denied-face)
11852         (gnus-server-offline-face): Use renamed gnus faces.
11853
11854         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11855         Remove "-face" suffix from face names.
11856         (gnus-picon-xbm-face, gnus-picon-face):
11857         New backward-compatibility aliases for renamed faces.
11858
11859         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11860         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11861         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11862         (gnus-cite-11): Remove "-face" suffix from face names.
11863         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11864         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11865         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11866         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11867         New backward-compatibility aliases for renamed faces.
11868         (gnus-cite-attribution-face, gnus-cite-face-list)
11869         (gnus-article-boring-faces): Use renamed gnus faces.
11870
11871         * gnus-art.el (gnus-signature, gnus-header-from)
11872         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11873         (gnus-header-content): Remove "-face" suffix from face names.
11874         (gnus-signature-face, gnus-header-from-face)
11875         (gnus-header-subject-face, gnus-header-newsgroups-face)
11876         (gnus-header-name-face, gnus-header-content-face):
11877         New backward-compatibility aliases for renamed faces.
11878         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11879
11880         * gnus-sum.el (gnus-summary-selected-face)
11881         (gnus-summary-highlight): Use renamed gnus faces.
11882         * gnus-group.el (gnus-group-highlight): Likewise.
11883
11884 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11885
11886         * gnus-sieve.el (gnus-sieve-article-add-rule):
11887         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11888         * spam-stat.el (spam-stat-buffer-change-to-spam)
11889         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11890
11891         * message.el (message-is-yours-p):
11892         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11893
11894 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * mm-view.el (mm-inline-text): Withdraw the last change.
11897
11898 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11901         executing enriched-decode.
11902
11903 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11906         charset of tar files.
11907
11908 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11909
11910         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11911
11912 2005-06-04  Lute Kamstra  <lute@gnu.org>
11913
11914         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11915         information is never recorded.
11916
11917 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11918
11919         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11920
11921 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * pop3.el (pop3-apop): Run md5 in the binary mode.
11924
11925         * starttls.el (starttls-set-process-query-on-exit-flag):
11926         Use eval-and-compile.
11927
11928 2005-05-31  Simon Josefsson  <jas@extundo.com>
11929
11930         * smime.el (smime-replace-in-string): Define.
11931         (smime-cert-by-ldap-1): Use it.
11932
11933 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * gnus-art.el (article-display-x-face): Replace
11936         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11937
11938         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11939         set-process-query-on-exit-flag or process-kill-without-query.
11940
11941         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11942         loop instead of replace-regexp.
11943
11944         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11945         instead of process-kill-without-query if it is available.
11946
11947         * lpath.el: Fbind ldap-search-entries.
11948
11949         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11950         instead of find-file-hooks if it is available.
11951
11952         * mml1991.el: Bind pgg-default-user-id when compiling.
11953
11954         * mml2015.el: Bind pgg-default-user-id when compiling.
11955
11956         * nndraft.el (nndraft-request-associate-buffer):
11957         Use write-contents-functions instead of write-contents-hooks if it is
11958         available.
11959
11960         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11961         instead of find-file-hooks if it is available.
11962
11963         * nntp.el (nntp-open-connection): Replace
11964         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11965         (nntp-open-ssl-stream): Ditto.
11966         (nntp-open-tls-stream): Ditto.
11967
11968         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11969         set-process-query-on-exit-flag or process-kill-without-query.
11970         (starttls-open-stream-gnutls): Use it instead of
11971         process-kill-without-query.
11972         (starttls-open-stream): Ditto.
11973
11974 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11975
11976         * smime.el (smime-cert-by-ldap-1): Don't use
11977         replace-regexp-in-string.
11978
11979 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11980
11981         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11982
11983         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11984         in PEM format.  Adjust to the XEmacs compability.
11985
11986 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11989         by `string-to-number'.
11990         * gnus-agent.el (gnus-agent-regenerate-group)
11991         (gnus-agent-fetch-articles): Ditto.
11992         * gnus-art.el (gnus-button-fetch-group): Ditto.
11993         * gnus-cache.el (gnus-cache-generate-active)
11994         (gnus-cache-articles-in-group): Ditto.
11995         * gnus-group.el (gnus-group-set-current-level)
11996         (gnus-group-insert-group-line): Ditto.
11997         * gnus-score.el (gnus-score-set-expunge-below)
11998         (gnus-score-set-mark-below, gnus-summary-score-effect)
11999         (gnus-summary-score-entry): Ditto.
12000         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12001         (gnus-soup-pack): Ditto.
12002         * gnus-spec.el (gnus-xmas-format): Ditto.
12003         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12004         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12005         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12006         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12007         * nndb.el (nndb-get-remote-expire-response): Ditto.
12008         * nndiary.el (nndiary-parse-schedule-value)
12009         (nndiary-string-to-number, nndiary-request-replace-article)
12010         (nndiary-request-article): Ditto.
12011         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12012         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12013         * nneething.el (nneething-make-head): Ditto.
12014         * nnfolder.el (nnfolder-request-article)
12015         (nnfolder-retrieve-headers): Ditto.
12016         * nnheader.el (nnheader-file-to-number): Ditto.
12017         * nnkiboze.el (nnkiboze-request-article): Ditto.
12018         * nnmail.el (nnmail-process-unix-mail-format)
12019         (nnmail-process-babyl-mail-format): Ditto.
12020         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12021         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12022         (nnmh-request-create-group, nnmh-request-list-1)
12023         (nnmh-request-group, nnmh-request-article): Ditto.
12024         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12025         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12026         * nnsoup.el (nnsoup-make-active): Ditto.
12027         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12028         * nntp.el (nntp-find-group-and-number)
12029         (nntp-retrieve-headers-with-xover): Ditto.
12030         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12031         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12032         (pgg-format-key-identifier): Ditto.
12033         * pop3.el (pop3-last, pop3-stat): Ditto.
12034         * qp.el (quoted-printable-decode-region): Ditto.
12035
12036         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12037         of concat.
12038
12039 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12042
12043         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12044
12045         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12046
12047         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12048
12049         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12050
12051         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12052
12053         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12054         (gnus-carpal-mode): Ditto.
12055
12056         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12057         (gnus-browse-mode): Ditto.
12058
12059         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12060
12061         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12062
12063 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12064
12065         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12066
12067 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-util.el (gnus-run-mode-hooks): New function.
12070
12071         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12072
12073         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12074         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12075
12076 2005-05-27  Lute Kamstra  <lute@gnu.org>
12077
12078         * dns-mode.el (dns-mode): Specify customization group.
12079
12080 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12081
12082         * gnus-agent.el (gnus-agent-make-mode-line-string):
12083         Use mode-line-highlight as mouse-face.
12084
12085 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * canlock.el (canlock): Change the parent group to news.
12088
12089         * deuglify.el (gnus-outlook-deuglify): Add :group.
12090
12091         * dig.el (dig): Add :group.
12092
12093         * dns-mode.el (dns-mode): Add :group.
12094
12095         * encrypt.el (encrypt): Add :group.
12096
12097         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12098         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12099         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12100         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12101         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12102
12103         * gnus-diary.el (gnus-diary): Add :group.
12104
12105         * gnus.el (gnus-group-news-1-face): Add :group.
12106         (gnus-group-news-1-empty-face): Ditto.
12107         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12108         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12109         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12110         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12111         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12112         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12113         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12114         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12115         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12116         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12117         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12118         (gnus-summary-high-ticked-face): Ditto.
12119         (gnus-summary-low-ticked-face): Ditto.
12120         (gnus-summary-normal-ticked-face): Ditto.
12121         (gnus-summary-high-ancient-face): Ditto.
12122         (gnus-summary-low-ancient-face): Ditto.
12123         (gnus-summary-normal-ancient-face): Ditto.
12124         (gnus-summary-high-undownloaded-face): Ditto.
12125         (gnus-summary-low-undownloaded-face): Ditto.
12126         (gnus-summary-normal-undownloaded-face): Ditto.
12127         (gnus-summary-high-unread-face): Ditto.
12128         (gnus-summary-low-unread-face): Ditto.
12129         (gnus-summary-normal-unread-face): Ditto.
12130         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12131         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12132
12133         * hashcash.el (hashcash): New custom group.
12134         (hashcash-default-payment): Add :group.
12135         (hashcash-payment-alist): Ditto.
12136         (hashcash-default-accept-payment): Ditto.
12137         (hashcash-accept-resources): Ditto.
12138         (hashcash-path): Ditto.
12139         (hashcash-extra-generate-parameters): Ditto.
12140         (hashcash-double-spend-database): Ditto.
12141         (hashcash-in-news): Ditto.
12142
12143         * message.el (message-minibuffer-local-map): Add :group.
12144
12145         * netrc.el (netrc): Add :group.
12146
12147         * sieve-manage.el (sieve-manage-log): Add :group.
12148         (sieve-manage-default-user): Diito.
12149         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12150         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12151         (sieve-manage-authenticators): Ditto.
12152         (sieve-manage-authenticator-alist): Ditto.
12153         (sieve-manage-default-port): Ditto.
12154
12155         * sieve-mode.el (sieve-control-commands-face): Add :group.
12156         (sieve-action-commands-face): Ditto.
12157         (sieve-test-commands-face): Ditto.
12158         (sieve-tagged-arguments-face): Ditto.
12159
12160         * smime.el (smime): Add :group.
12161
12162         * spam-report.el (spam-report): Add :group.
12163
12164         * spam.el (spam, spam-face): Add :group.
12165
12166 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12167
12168         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12169         return \n.\n.\n at the end of articles.  Protect against that.
12170         (nntp-with-open-group): Allow debugging.
12171
12172         * nnheader.el (mail-header-set-extra): Make into a function
12173         because I just could't understand how to quote the list properly.
12174
12175         * dns.el (query-dns-cached): New function.
12176
12177 2005-05-26  Lute Kamstra  <lute@gnu.org>
12178
12179         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12180
12181 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12184
12185         * gnus-art.el: Don't autoload mail-extract-address-components.
12186
12187         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12188         eval-and-compile to evaluate it.
12189
12190         * hashcash.el: Don't autoload executable-find.
12191
12192         * nndb.el: Don't declare the nndb back end two or more times; don't
12193         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12194
12195         * nntp.el: Autoload format-spec instead of format; use
12196         eval-and-compile to evaluate autoload forms.
12197
12198 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12199
12200         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12201
12202 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12203
12204         * gnus.el (gnus-version-number): Bump version.
12205
12206 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12207
12208         * gnus.el: No Gnus v0.3 is released.
12209
12210 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * lpath.el (featurep): Bind show-nonbreak-escape.
12213
12214 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-art.el (gnus-article-edit-part): Disable undo.
12217
12218 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12221         gnus-article-date-lapsed-new-header is t if date timer is active;
12222         skip headers in which the original date value is empty.
12223         (gnus-article-save-original-date): Redefine it as a macro.
12224         (gnus-display-mime): Use it.
12225
12226 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-art.el (article-date-ut): Support converting date in
12229         forwarded parts as well.
12230         (gnus-article-save-original-date): New function.
12231         (gnus-display-mime): Use it.
12232
12233 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12234
12235         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12236         enclosure element of <item>.
12237
12238 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12239
12240         * message.el (message-kill-buffer-query): Renamed from
12241         `message-kill-buffer-query-if-modified'.  Added :version.
12242
12243 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12246         window layout.
12247
12248 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * mml.el: Autoload dnd when compiling.
12251
12252 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12255         x-dnd-*.
12256
12257 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * qp.el (quoted-printable-encode-region): Save excursion.
12260
12261 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12262
12263         * message.el (message-kill-buffer-query-if-modified): Add new variable
12264         so the user can kill a modified message buffer quickly.
12265         (message-kill-buffer): Use it.
12266
12267 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * lpath.el: Fbind display-time-event-handler; don't fbind
12270         string-to-multibyte.
12271
12272         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12273
12274 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12277         contained in text because xml.el decodes entities) with LFs.
12278
12279 2005-04-11  Lute Kamstra  <lute@gnu.org>
12280
12281         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12282         differently.
12283
12284 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12285
12286         * mm-util.el (mm-detect-coding-region): Typo.
12287
12288 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12291
12292 2005-04-06  Deepak Goel  <deego@gnufans.org>
12293
12294         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12295         user-function allow user modifications of the scores.
12296         (spam-stat-score-buffer-user): New function, to allow
12297         user-computed modifications to the score.
12298         (spam-stat-score-buffer-user-functions): List of additional
12299         scoring functions.
12300         (spam-stat-error-holder): Global temporary error holder.
12301         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12302         variable.
12303
12304 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12305
12306         * gnus-registry.el (gnus-registry-clean-empty-function)
12307         (gnus-registry-trim, gnus-registry-fetch-groups)
12308         (gnus-registry-delete-group): Groups that match
12309         `gnus-registry-ignored-groups' are removed from the registry
12310         entries, not just ignored for splitting.  This helps clean up the
12311         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12312         to get all the groups a message ID is in.
12313
12314         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12315         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12316         (spam-stat-score-buffer-user-functions): Add :number custom type.
12317
12318 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12321         argument in XEmacs.
12322
12323         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12324         (nnrss-request-group): Decode group name first.
12325         (nnrss-request-article): Make a text/plain article if mml-to-mime
12326         failed.
12327         (nnrss-get-encoding): Return a compatible encoding according to
12328         nnrss-compatible-encoding-alist.
12329         (nnrss-find-el): Use consp instead of listp.
12330         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12331
12332 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12335         which Emacs 20 doesn't support.
12336         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12337
12338 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12339
12340         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12341         silence the byte compiler inside the defun.
12342
12343         * gnus-demon.el (parse-time-string): Add autoload.
12344
12345         * gnus-delay.el (parse-time-string): Add autoload.
12346
12347         * gnus-art.el (parse-time-string): Add autoload.
12348
12349         * nnultimate.el (parse-time): Require for `parse-time-string'.
12350
12351 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12354
12355         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12356
12357         * smime.el (smime-ldap-host-list): Add :version.
12358
12359 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12360
12361         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12362         pass it to `gnus-browse-read-group'.
12363         (gnus-browse-read-group): Add NUMBER argument and pass it to
12364         `gnus-group-read-ephemeral-group'.
12365
12366         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12367         argument and pass it to `gnus-group-read-group'.
12368
12369 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12370
12371         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12372         mm-xemacs-find-mime-charset-1 if we have the mule feature
12373         available at runtime.
12374
12375 2005-03-25  Werner Lemberg  <wl@gnu.org>
12376
12377         * nnmaildir.el: Replace `illegal' with `invalid'.
12378
12379 2005-03-23  Lute Kamstra  <lute@gnu.org>
12380
12381         * time-date.el: Add comment on time value formats.
12382         Don't require parse-time.
12383         (with-decoded-time-value): New macro.
12384         (encode-time-value): New function.
12385         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12386         (days-to-time): Return a valid time value when arg is huge.
12387         (time-since): Use time-subtract.
12388         (time-to-number-of-days): Use time-to-seconds.
12389
12390 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12391
12392         * gnus-start.el (gnus-display-time-event-handler):
12393         Check display-time-timer at runtime rather than only at load time
12394         in case display-time-mode is turned off in the mean time.
12395
12396 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12399         used.
12400
12401         * nneething.el (nneething-map-file-directory): Derive from
12402         `gnus-directory'.
12403
12404         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12405         the To/Cc button.
12406
12407 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12408
12409         * nnmaildir.el (nnmaildir-request-accept-article):
12410         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12411
12412 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12413
12414         * gnus-async.el: Require timer-funcs at compile time when in
12415         XEmacs for `run-with-idle-timer'.
12416
12417 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12418
12419         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12420         autoloaded function.
12421
12422 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12423
12424         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12425
12426 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12427
12428         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12429
12430 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12431
12432         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12433         gnus-expert-user to default.
12434
12435 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12436
12437         * nnimap.el (nnimap-open-server): Ditto.
12438
12439         * imap.el (imap-authenticate): Fix typo.
12440
12441 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12442
12443         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12444         buffer (since IMAP server might return FETCH response out of
12445         order, and the nntp buffer must be sorted).
12446
12447 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12448
12449         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12450         comparison on string.
12451
12452         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12453         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12454         (gnus-agent-summary-fetch-series): Modified to protect against
12455         gnus-agent-summary-fetch-group clearing processable flags.
12456         (gnus-agent-synchronize-group-flags): Update live group buffer as
12457         synchronization may occur due to the user toggle the plugged
12458         status.
12459         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12460         successfully downloaded.
12461         (gnus-agent-expire-group-1): Avoid using markers when the overview
12462         is in ascending order; greatly improves performance.
12463         (gnus-agent-regenerate-group): Use
12464         gnus-agent-synchronize-group-flags to reset read status in both
12465         gnus and server.
12466         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12467
12468 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * message.el: Don't autoload former message-utils variables.
12471         (message-strip-subject-trailing-was): Change doc string.
12472
12473         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12474         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12475         (nnweb-google-search): Add "hl=en" here.
12476         (nnweb-google-parse-1, nnweb-google-create-mapping):
12477         Don't hardcode URL.
12478
12479 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * message.el (message-get-reply-headers, message-followup):
12482         Mention related variables `message-use-followup-to' and
12483         `message-use-mail-followup-to', in the information buffer.
12484
12485         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12486         of broken groups(-beta).google.com.
12487
12488 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12489
12490         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12491         parameter to invoked gnus-request-move-article; remove the
12492         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12493         all at once instead of once per article.
12494         (gnus-summary-remove-process-mark): Accept a list of articles as
12495         well as a single article for processing.
12496
12497         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12498         parameter.
12499
12500         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12501
12502         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12503
12504         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12505         parameter.
12506
12507         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12508         parameter.
12509
12510         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12511         parameter and remove the gnus-sum-hint-move-is-internal variable.
12512
12513         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12514         parameter.
12515
12516         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12517         parameter.
12518
12519         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12520         parameter.
12521
12522         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12523
12524         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12525         parameter.
12526
12527         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12528         parameter.
12529
12530 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12531
12532         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12533         a more conservative way.
12534
12535 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12536
12537         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12538         buffer, so it moves the window's cursor.
12539
12540 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12541
12542         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12543         `mm-dissect-multipart' and receive the from field as an (optional)
12544         argument from `mm-dissect-multipart'.
12545         (mm-dissect-multipart): Receive the from field as an argument and
12546         pass it on when we call `mm-dissect-buffer' on MIME parts.
12547         Fixes verification/decryption of signed/encrypted MIME parts.
12548
12549 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12550
12551         * gnus-sum.el (gnus-summary-move-article): Set
12552         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12553         whatever it calls (right now, only nnimap-request-move article
12554         respects it).
12555
12556         * nnimap.el (nnimap-request-move-article): When
12557         gnus-sum-hint-move-is-internal is set, don't do the extra
12558         nnimap-request-article.
12559
12560 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12563
12564         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12565         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12566
12567         * gnus-sum.el (gnus-summary-caesar-message):
12568         Apply `gnus-treat-article' after rotation.
12569
12570         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12571         doc string.
12572
12573 2005-02-22  Simon Josefsson  <jas@extundo.com>
12574
12575         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12576         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12577         <arne@arnested.dk>.
12578         (encrypt): Add password-cache and password-cache-expiry as group
12579         members.
12580
12581 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12582
12583         * smime.el (smime-ldap-host-list): Doc fix.
12584         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12585         cache) password.
12586         (smime-sign-region): Use it.
12587         (smime-decrypt-region): Use it.
12588         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12589         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12590         fails.
12591         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12592         certificate from DER to PEM format rather than calling openssl.
12593
12594         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12595
12596         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12597         for signing/encryption.
12598
12599         * mml.el (mml-parse-1): Use them.
12600
12601 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12602
12603         * nnrss.el (nnrss-verbose): Removed.
12604         (nnrss-request-group): Use `nnheader-message' instead.
12605
12606 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12607
12608         * nnrss.el (nnrss-verbose): New variable.
12609         (nnrss-request-group): Make it say nnrss is requesting a group.
12610
12611 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12614         Handle news URL with given port correctly.
12615
12616 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12619         containing special characters.
12620
12621         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12622
12623         * mml.el (mime-to-mml): Ditto.
12624
12625         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12626         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12627         (rfc2047-decode-region): Quote decoded words containing special
12628         characters when rfc2047-quote-decoded-words-containing-tspecials
12629         is non-nil.
12630
12631 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12632
12633         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12634
12635         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12636
12637 2005-02-15  Simon Josefsson  <jas@extundo.com>
12638
12639         * nnimap.el (nnimap-debug): Doc fix.
12640
12641         * imap.el (imap-debug): Doc fix.
12642
12643 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12646
12647 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12648
12649         * gnus.el (spam-contents): Improve docs for spam-contents
12650         parameter in its variable incarnation.
12651
12652 2005-02-14  Simon Josefsson  <jas@extundo.com>
12653
12654         * smime-ldap.el: Use require instead of load-library for ldap.
12655         (smime-ldap-search): Indent.
12656         (smime-ldap-search-internal): Shorten line.
12657
12658         * smime.el (smime-cert-by-dns): Add doc-string.
12659         (smime-cert-by-ldap-1): Indent.
12660
12661         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12662         mml-smime-get-dns-ldap.
12663         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12664
12665 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12666
12667         * smime.el: Require smime-ldap.
12668         (smime-ldap-host-list): New variable.
12669         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12670
12671         * mml-smime.el (mml-smime-encrypt-query): New function.
12672         (mml-smime-encrypt-query): Use it.
12673
12674         * smime-ldap.el: New file.
12675
12676 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12679
12680 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12683         argument in doc string.  Make query for type more clear.
12684
12685 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * gnus.el (gnus-group-startup-message): Search for gnus images in
12688         etc/images/gnus.
12689         * mm-util.el (mm-image-load-path): Likewise.
12690         * smiley.el (smiley-data-directory): Search for smilies in
12691         etc/images/smilies.
12692
12693 2005-02-09  Kim F. Storm  <storm@cua.dk>
12694
12695         Change Emacs release version from 21.4 to 22.1 throughout.
12696         Change Emacs development version from 21.3.50 to 22.0.50.
12697
12698 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12701
12702         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12703         non-Mule XEmacs as well.
12704         (mm-decompress-buffer): Signal an error intentionally if it does
12705         not decompress compressed data because auto-compression-mode is
12706         disabled.
12707
12708 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12709
12710         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12711         an ID in the registry even if it has no groups.
12712
12713 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12716         merge it into mm-decompress-buffer.
12717         (gnus-mime-copy-part): Use the MIME part charset, the value which
12718         a user specified or gnus-newsgroup-charset for decoding, like
12719         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12720         save-buffer what was used.  Suggested by Kevin Ryde
12721         <user42@zip.com.au>.
12722         (gnus-mime-inline-part): Allow the name parameter as well as the
12723         filename parameter; force decompressing of compressed data; always
12724         display contents being not decoded as unibyte.
12725
12726         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12727         as well as the filename parameter.
12728
12729         * mm-util.el (mm-decompress-buffer): Merge
12730         gnus-mime-jka-compr-maybe-uncompress.
12731         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12732         of compressed data.
12733
12734 2005-02-08  Simon Josefsson  <jas@extundo.com>
12735
12736         * imap.el (imap-log): Doc fix.
12737
12738 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12741         the coding cookies; decompress compressed parts.
12742
12743         * mml.el (mml-generate-mime-1): Add the charset parameter according
12744         to the value which a user specified manually or the coding cookie.
12745
12746         * mm-util.el (mm-string-to-multibyte): New function.
12747         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12748         (mm-coding-system-to-mime-charset): New function.
12749         (mm-decompress-buffer): New function.
12750         (mm-find-buffer-file-coding-system): New function.
12751
12752         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12753         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12754         parts.
12755
12756 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12757
12758         * mm-view.el (mm-display-inline-fontify): Decode a part according
12759         to the charset parameter.
12760
12761 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12764         prefix arg is neither nil nor a number, as info specifies.
12765
12766 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12769         timestamps.
12770
12771 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12772
12773         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12774         groups error checking and notify user.
12775
12776 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12777
12778         * message.el (message-send-mail-function): Check existence of
12779         sendmail-program first before using default value
12780         `message-send-mail-with-sendmail'.  Otherwise use more generic
12781         `smtpmail-send-it'.
12782
12783 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * nntp.el (nntp-request-update-info): Always return nil.
12786
12787 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12788
12789         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12790
12791 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12792
12793         * message.el (message-beginning-of-line): Change the behavior when
12794         invoked between BOL and : so that it first moves backward.
12795
12796 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12799         article buffer when editing of the article is discarded.
12800         (gnus-article-prepare): Revert.
12801
12802 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-art.el (gnus-article-prepare):
12805         Remove message-strip-forbidden-properties from the local hook.
12806
12807 2005-01-27  Simon Josefsson  <jas@extundo.com>
12808
12809         * password.el (password-cache-add): Only start one timer per key.
12810         Reported by Derek Atkins <warlord@MIT.EDU>.
12811
12812 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12813
12814         * run-at-time.el: Removed.  It is no longer needed as
12815         timer-funcs.el in the xemacs-base package has a working version of
12816         `run-at-time'.
12817
12818         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12819
12820         * password.el: Require timer-funcs instead of run-at-time in
12821         XEmacs.
12822         Remove `password-run-at-time' macro.
12823         (password-cache-add): Use `run-at-time' instead of
12824         `password-run-at-time'.
12825
12826         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12827         Remove `nnheader-cancel-function-timers' alias,
12828         `cancel-function-timers' exists in XEmacs in timer-funcs.
12829
12830         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12831         for `run-with-idle-timer'.
12832
12833         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12834         for `run-at-time'.
12835
12836         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12837         for `with-timeout'.
12838
12839         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12840         the same as for XEmacs 21.4.
12841         No need to ignore `run-with-idle-timer', this function exists in
12842         XEmacs now in timer-funcs.el in the xemacs-base package.
12843         (dgnushack-compile): No need to delete
12844         run-at-time.el from the list of files to compile because it
12845         doesn't exist anymore.
12846
12847 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12850         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12851
12852 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12853
12854         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12855         sensitively.
12856
12857 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12858
12859         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12860
12861 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12864         which will be inserted according to the multibyteness of a buffer
12865         rather than the type of contents.  Suggested by ARISAWA Akihiro
12866         <ari@mbf.ocn.ne.jp>.
12867
12868         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12869         of string which old xml.el may return rather than a string.
12870
12871 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12874
12875 2005-01-16  Simon Josefsson  <jas@extundo.com>
12876
12877         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12878         idn/idna.el isn't available.
12879         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12880         <michael@waxrat.com>.
12881
12882         * hashcash.el: Remove non-FSF copyright header.
12883
12884         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12885         (hashcash-generate-payment): Use it.
12886         (hashcash-generate-payment-async): Use it.
12887
12888 2005-01-15  Simon Josefsson  <jas@extundo.com>
12889
12890         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12891         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12892
12893         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12894         gnus-summary-idna-message.
12895         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12896         (gnus-summary-idna-message): New function.
12897
12898 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12901         gnus-novice-user.
12902
12903 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * nnrss.el (nnrss-request-delete-group): Delete entries in
12906         nnrss-group-alist as well.
12907         (nnrss-save-server-data): Insert newline.
12908
12909 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12910
12911         * gnus.el (gnus-user-agent): Use list of symbols instead of
12912         symbols.  Display full version number for (S)XEmacs.  Optionally
12913         display (S)XEmacs codename.
12914
12915         * gnus-util.el (gnus-emacs-version): Update for new
12916         `gnus-user-agent'.
12917
12918         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12919         Gnus version.
12920
12921 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12924         which is unreadable in some setups.
12925
12926 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * gnus-spec.el (gnus-update-format-specifications): Flush the
12929         group format spec cache if it doesn't support decoded group names.
12930
12931 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12932
12933         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12934         Allow to apply decay on score files matching a regexp.
12935
12936 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12939         compatibility in %g and %c.
12940
12941 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12944         name for only %g and %c.
12945         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12946         of gnus-tmp-group to decoded group name.
12947         (gnus-group-make-rss-group): Exclude `/'s from group names.
12948
12949 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * nnrss.el (nnrss-get-encoding): Fix regexp.
12952
12953 2004-12-27  Simon Josefsson  <jas@extundo.com>
12954
12955         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12956         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12957         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12958
12959 2004-12-17  Kim F. Storm  <storm@cua.dk>
12960
12961         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12962
12963         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12964
12965 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12966
12967         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12968
12969 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * nnrss.el: Require rfc2047 and mml.
12972         (nnrss-file-coding-system): New variable.
12973         (nnrss-format-string): Redefine it as an inline function.
12974         (nnrss-decode-group-name): New function.
12975         (nnrss-string-as-multibyte): Remove.
12976         (nnrss-retrieve-headers): Decode group name; don't use
12977         nnrss-format-string.
12978         (nnrss-request-group): Decode group name.
12979         (nnrss-request-article): Decode group name; allow a Message-ID as
12980         well as an article number; don't use nnrss-format-string; encode a
12981         Message-ID string which may contain non-ASCII characters; use
12982         mml-to-mime to compose a MIME article.
12983         (nnrss-request-expire-articles): Decode group name.
12984         (nnrss-request-delete-group): Decode group name.
12985         (nnrss-fetch): Clarify error message.
12986         (nnrss-read-server-data): Use insert-file-contents instead of load;
12987         bind file-name-coding-system; use multibyte buffer.
12988         (nnrss-save-server-data): Bind coding-system-for-write to the
12989         value of nnrss-file-coding-system; bind file-name-coding-system;
12990         add coding cookie.
12991         (nnrss-read-group-data): Use insert-file-contents instead of load;
12992         bind file-name-coding-system; use multibyte buffer.
12993         (nnrss-save-group-data): Bind coding-system-for-write to the
12994         value of nnrss-file-coding-system; bind file-name-coding-system.
12995         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12996         make it work with non-ASCII text.
12997         (nnrss-find-el): Make it work with old xml.el as well.
12998
12999 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13000
13001         * nnrss.el (nnrss-get-encoding): New function.
13002         (nnrss-fetch): Use unibyte buffer initially; bind
13003         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13004         decode contents according to the encoding attribute.
13005         (nnrss-save-group-data): Add coding cookie.
13006         (nnrss-mime-encode-string): New function.
13007         (nnrss-check-group): Use it to encode subject and author.
13008
13009 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13010
13011         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13012         imaginary variable.
13013
13014 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13017         correctly even if there are wide characters.
13018
13019 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13020
13021         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13022         downcased symbol names; make a new cache instead of reusing
13023         bbdb-hashtable.
13024
13025 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13028         concatenating segments rather than before concatenating them.
13029         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13030
13031         * message.el (message-get-reply-headers): Bind `extra'.
13032
13033 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * message.el (message-extra-wide-headers): New variable.
13036         (message-get-reply-headers): Use it.
13037
13038 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13041         (gnus-agent-group-pathname): Ditto.
13042
13043         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13044
13045         * gnus-group.el (gnus-group-make-group): Decode group name.
13046         (gnus-group-make-rss-group): Register the group data after opening
13047         the nnrss group.
13048
13049 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13050
13051         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13052         by expiry now get marked as read.
13053
13054 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13057
13058 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13059
13060         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13061         unify Latin characters in XEmacs.
13062         (mm-find-mime-charset-region): Use it.
13063
13064 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * gnus-util.el (gnus-delete-directory): New function.
13067
13068         * gnus-agent.el (gnus-agent-delete-group): Use it.
13069
13070         * gnus-cache.el (gnus-cache-delete-group): Use it.
13071
13072 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13075         names.
13076
13077 2004-12-16  Simon Josefsson  <jas@extundo.com>
13078
13079         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13080
13081 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13084
13085         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13086         (gnus-group-set-current-level): Decode group name.
13087
13088 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13089
13090         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13091         failed.
13092
13093 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-group.el (gnus-group-delete-group): Decode group name.
13096         (gnus-group-make-rss-group): Encode group name.
13097         (gnus-group-catchup-current): Decode group name.
13098         (gnus-group-kill-group): Decode group name.
13099
13100 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13101
13102         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13103
13104 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus-group.el (gnus-group-make-rss-group):
13107         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13108
13109         * gnus-start.el (gnus-setup-news): Honor user's setting to
13110         gnus-message-archive-method.  Suggested by Lute Kamstra
13111         <lute@gnu.org>.
13112
13113 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13114
13115         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13116         global counterparts of the buffer-local variables.
13117
13118 2004-11-16  Romain Francoise  <romain@orebokech.com>
13119
13120         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13121         counterparts of the buffer-local variables.
13122
13123 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * message.el (message-forbidden-properties): Fixed typo in doc
13126         string.
13127
13128 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * gnus-util.el (gnus-replace-in-string): Added doc string.
13131
13132         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13133         to avoid problems when splitting mails with many recipients.
13134
13135 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13136
13137         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13138         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13139
13140 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13141
13142         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13143         if there is no hashtable in memory or file modification time is
13144         newer than cached timestamp.
13145
13146 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13149         not-matching option.
13150
13151 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13154         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13155         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13156         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13157         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13158         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13159
13160 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * message.el (message-forward-make-body-mml): Remove headers
13163         according to message-forward-ignored-headers if a message is decoded.
13164
13165 2004-12-02  Romain Francoise  <romain@orebokech.com>
13166
13167         * message.el (message-forward-make-body-plain): Always remove
13168         headers according to message-forward-ignored-headers.
13169
13170 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13171
13172         * spam.el (spam-summary-prepare-exit): Remove the
13173         gnus-summary-limit pop for now, it has problems with ham marks for
13174         me.
13175
13176 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13177
13178         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13179         correctly.
13180
13181 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13182
13183         * format-spec.el (format-spec): Message the char.
13184
13185 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13186
13187         * gnus-art.el (gnus-split-methods): Reformat comments.
13188
13189         * spam.el (spam-summary-prepare-exit): Remove article limits
13190         before exiting the summary buffer.
13191
13192 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13195         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13196
13197         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13198         order to silence the byte compiler.
13199
13200         * spam.el: Fix the way to silence the byte compiler, which
13201         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13202         bbdb-search-simple, spam-BBDB-register-routine,
13203         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13204         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13205         spam-stat-buffer-is-spam, spam-stat-load,
13206         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13207         spam-stat-save and spam-stat-split-fancy.
13208
13209 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13212         which may confuse users.
13213         (canlock-password-for-verify): Ditto.
13214
13215         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13216
13217         * gnus-art.el (gnus-emphasis-alist): Ditto.
13218
13219         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13220
13221         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13222
13223         * gnus-start.el (gnus-save-killed-list): Ditto.
13224
13225         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13226         (gnus-sum-thread-tree-root): Ditto.
13227         (gnus-sum-thread-tree-false-root): Ditto.
13228         (gnus-sum-thread-tree-single-indent): Ditto.
13229
13230         * message.el (message-courtesy-message): Ditto.
13231         (message-archive-note): Ditto.
13232         (message-subscribed-address-file): Ditto.
13233         (message-user-fqdn): Ditto.
13234
13235         * spam-report.el (spam-report-gmane-regex): Ditto.
13236
13237         * spam.el (spam-blackhole-good-server-regex): Ditto.
13238
13239 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * mml.el (mml-preview): Widen the message buffer before copying
13242         the contents to the preview buffer; sort headers before previewing.
13243
13244         * message.el (message-hidden-headers): Fix the way to avoid a bug
13245         in the `repeat' widget in Emacs 21.3 or earlier.
13246
13247 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * message.el (message-hidden-headers): Default to "^References:".
13250         Improve customization type.  Suggested by Reiner Steib
13251         <Reiner.Steib@gmx.de>.
13252
13253 2004-11-25  Romain Francoise  <romain@orebokech.com>
13254
13255         * message.el (message-strip-forbidden-properties): Remove check for
13256         obsolete `message-hidden' text property, hidden headers are not
13257         accessible in the buffer anymore.
13258
13259 2004-11-22  Romain Francoise  <romain@orebokech.com>
13260
13261         * message.el (message-header-format-alist): Add `From' in list
13262         so that it can be sorted.
13263         (message-fix-before-sending): Widen and sort headers before
13264         sending.
13265         (message-hide-headers): Use narrowing to hide headers by moving
13266         them to the top of the buffer and narrowing to the region
13267         underneath.
13268
13269 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13270
13271         * message.el (message-strip-forbidden-properties): Bind
13272         buffer-read-only (etc) to nil.
13273
13274 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13277         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13278
13279 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13280
13281         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13282
13283 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * dns.el (query-dns): Use sit-for to time instead of
13286         accept-process-output, since that doesn't seem to work on udp
13287         sockets.
13288
13289 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13292
13293 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13294
13295         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13296         doc string.  Improve doc string.
13297
13298 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * nntp.el (nntp-request-update-info): Return nil if
13301         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13302         may not call gnus-activate-group which uselessly issues the GROUP
13303         commands for all nntp groups and wastes time.  Reported by Romain
13304         Francoise <romain@orebokech.com>.
13305
13306         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13307
13308 2004-11-15  Simon Josefsson  <jas@extundo.com>
13309
13310         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13311         headers separately.
13312         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13313         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13314
13315 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * gnus-start.el (gnus-convert-old-newsrc):
13318         Assign legacy-gnus-agent to 5.10.7.
13319
13320 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13321
13322         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13323         start of the lines.
13324
13325 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13326
13327         * hashcash.el (hashcash-default-payment): Change default to 20.
13328         (hashcash-default-accept-payment): Change default to 20.
13329         (hashcash-process-alist): New variable.
13330         (hashcash-generate-payment-async): Add.
13331         (hashcash-already-paid-p): Add.
13332         (hashcash-insert-payment): Don't generate payments twice.
13333         (hashcash-insert-payment-async): Add.
13334         (hashcash-insert-payment-async-2): Add.
13335         (hashcash-cancel-async): Add.
13336         (hashcash-wait-async): Add.
13337         (hashcash-processes-running-p): Add.
13338         (hashcash-wait-or-cancel): Add.
13339         (mail-add-payment): New optional argument.  Conditionally start
13340         asynchronous calculation.
13341         (mail-add-payment-async): Add.
13342
13343         * message.el (message-send-mail): Wait for asynchronous hashcash
13344         results.  Don't clobber existing X-Hashcash headers.
13345         (message-setup-1): Call mail-add-payment-async when
13346         message-generate-hashcash is non-nil.
13347
13348 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13349
13350         * message.el (message-use-alternative-email-as-from): Examine the
13351         From header as well; use message-make-from in order to include a
13352         user's full name.
13353
13354 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13357         default; improve customization type.
13358         (gnus-emphasis-custom-with-format): New macro.
13359         (gnus-emphasis-custom-value-to-external): New function.
13360         (gnus-emphasis-custom-value-to-internal): New function.
13361
13362 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13363
13364         * dns.el (query-dns): Resolve reverse addresses.
13365
13366 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13367
13368         * gnus-group.el (gnus-group-get-new-news): Use it.
13369
13370         * gnus-start.el (gnus-check-reasonable-setup): New function.
13371
13372 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13375         "Args out of range" error.  Reported by Arnaud Giersch
13376         <arnaud.giersch@free.fr>.
13377
13378 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13379
13380         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13381
13382 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13383
13384         * spam.el (spam group): Add :version.
13385
13386         * pgg-def.el (pgg group): Add :version.
13387
13388 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-art.el (gnus-article-edit-article): Don't associate the
13391         article buffer with a draft file.  This is a temporary measure
13392         against the 2004-08-22 change to gnus-article-edit-mode.
13393
13394 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13397         (html2text-format-tags): Remove unused variable `attr'.
13398
13399 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13402
13403         * tls.el (tls-process-connection-type, tls-success)
13404         (tls-certtool-program): Add :version.
13405
13406         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13407         (starttls-extra-arguments, starttls-process-connection-type)
13408         (starttls-connect, starttls-failure, starttls-success): Add :version.
13409
13410         * spam-stat.el (spam-stat): Add :version.
13411
13412         * sieve.el (sieve): Add :version.
13413
13414         * sha1.el (sha1): Add :version.
13415         (sha1-use-external): Remove redundant version.
13416
13417         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13418         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13419         (nnmail-split-fancy-match-partial-words)
13420         (nnmail-split-lowercase-expanded): Add :version.
13421
13422         * nndiary.el (nndiary): Add :version.
13423
13424         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13425
13426         * mml-sec.el (mml-default-sign-method)
13427         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13428         Add :version.
13429
13430         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13431
13432         * mm-url.el (mm-url-use-external, mm-url-program)
13433         (mm-url-arguments): Add :version.
13434
13435         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13436         (mm-attachment-file-modes, mm-decrypt-option)
13437         (mm-w3m-safe-url-regexp): Add :version.
13438
13439         * message.el (message-cite-prefix-regexp)
13440         (message-sendmail-envelope-from, message-minibuffer-local-map)
13441         (message-user-fqdn, message-completion-alist): Add :version.
13442
13443         * gnus-win.el (gnus-configure-windows-hook)
13444         (gnus-use-frames-on-any-display): Add :version.
13445
13446         * gnus-art.el (gnus-article-address-banner-alist)
13447         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13448         (gnus-treat-from-picon, gnus-treat-mail-picon)
13449         (gnus-treat-x-pgp-sig): Add :version.
13450
13451         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13452         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13453         (gnus-summary-article-delete-hook)
13454         (gnus-summary-display-while-building): Add :version.
13455
13456         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13457         (gnus-get-top-new-news-hook): Add :version.
13458
13459         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13460         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13461
13462         * gnus-registry.el (gnus-registry): Add :version.
13463
13464         * gnus-spec.el (gnus-use-correct-string-widths)
13465         (gnus-make-format-preserve-properties): Add :version.
13466
13467         * gnus.el (gnus-group-charter-alist)
13468         (gnus-group-fetch-control-use-browse-url)
13469         (gnus-install-group-spam-parameters): Add :version.
13470
13471         * gnus-diary.el (gnus-diary): Add :version.
13472
13473         * gnus-delay.el (gnus-delay): Add :version.
13474
13475         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13476         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13477         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13478         Add :version.
13479
13480         * gnus-agent.el (gnus-agent-max-fetch-size)
13481         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13482         (gnus-agent-prompt-send-queue): Add :version.
13483
13484         * deuglify.el (gnus-outlook-deuglify): Add :version.
13485
13486         * html2text.el: Beautify code.  Improve doc strings.  Some
13487         checkdoc cleanup.
13488         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13489
13490 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13491
13492         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13493
13494 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13495
13496         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13497         when package is loaded.
13498
13499         * spam.el (spam-summary-score-preferred-header): Add global preference
13500         for people who want to override the default SpamAssassin over
13501         Bogofilter preference (when both are set).
13502         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13503         (spam-user-format-function-S): Check
13504         spam-summary-score-preferred-header.
13505         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13506         (spam-user-format-function-S): Format the score correctly.
13507
13508 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13511         signature file.  Suggested by Manoj Srivastava
13512         <srivasta@golden-gryphon.com>.
13513
13514         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13515         iso-2022-jp even in the Japanese language environment.
13516         Suggested by Jason Rumney <jasonr@gnu.org>.
13517
13518 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13521         use the same characters as the dummy marks; make it free from
13522         getting affected by the language environment.
13523         (gnus-summary-read-group-1): Update mark positions only when the
13524         format spec is updated.
13525
13526         * gnus-spec.el (gnus-update-format-specifications): Return a list
13527         of updated types.
13528
13529 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13532         of boundp to check if display-warning is available.
13533
13534 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13535
13536         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13537
13538 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * nnspool.el (nnspool-spool-directory): Use news-path if the
13541         news-directory variable is not bound.
13542
13543         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13544         function instead of display-warning if it is not available.
13545
13546 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13549         v5-10: Use `point-at-bol'.
13550
13551 2004-10-26  Simon Josefsson  <jas@extundo.com>
13552
13553         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13554         <chenggao@gmail.com>.
13555
13556 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13557
13558         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13559         instead.
13560
13561 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13562
13563         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13564         to remove a server from the nnimap-server-buffer-alist.
13565         (nnimap-open-connection, nnimap-close-server): Use it.
13566
13567         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13568
13569 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13572         running the major-mode function.
13573
13574 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13577         dummy marks in the right way.
13578
13579 2004-10-18  David Edmondson  <dme@dme.org>
13580
13581         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13582         excessively.
13583
13584 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13585
13586         * gnus-util.el (gnus-split-references): Accept a nil references
13587         string and go on blissfully.
13588
13589         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13590         cases where the references string is non-nil but has no references.
13591
13592         * encrypt.el: Add autoload tags.
13593
13594         * spam.el (spam-resolve-registrations-routine): Remove article
13595         from unregistration list too.  Reported by David Hanak
13596         <dhanak@isis.vanderbilt.edu>
13597
13598 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13601         nil.  Changed custom type.
13602
13603 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13606
13607         * gnus-sum.el (gnus-summary-move-article): Use it.
13608
13609 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * encrypt.el: Add autoload cookies.
13612
13613         * spam.el (spam-backend-article-list-property)
13614         (spam-backend-get-article-todo-list)
13615         (spam-backend-put-article-todo-list)
13616         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13617         Resolve registrations separately.
13618         (spam-register-routine): Format comments.
13619         (spam-unregister-routine, spam-register-routine): Always call with
13620         specific-articles, no default list.
13621         (spam-summary-prepare-exit): Use the spam-classifications function.
13622
13623         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13624         gnus-encrypt.el.
13625
13626         * encrypt.el: Copied from gnus-encrypt.el.
13627
13628         * gnus-encrypt.el: Commented that it's obsolete.
13629
13630 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13633         (gnus-score-save): Use it.
13634
13635         * message.el (message-bury): Use `window-dedicated-p'.
13636
13637 2004-10-15  Simon Josefsson  <jas@extundo.com>
13638
13639         * pop3.el (top-level): Don't require nnheader.
13640         (pop3-read-timeout): Add.
13641         (pop3-accept-process-output): Add.
13642         (pop3-read-response, pop3-retr): Use it.
13643
13644 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13645
13646         * spam.el (spam-register-routine): Move comment.
13647         (spam-verify-bogofilter): Use 'unknown for the initial
13648         spam-bogofilter-valid state, not 'never.
13649
13650         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13651         for netrc-machine.
13652
13653         * nnimap.el (nnimap-open-connection): Use
13654         netrc-machine-user-or-password.
13655
13656 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13657
13658         * gnus-registry.el (gnus-registry-unload-hook):
13659         Set as a variable with add-hook.
13660
13661         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13662         of news-path.
13663
13664         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13665
13666         * spam.el: Delete duplicate `provide'.
13667         (spam-unload-hook): Set as a variable with add-hook.
13668
13669 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13672         in the doc string.
13673
13674         * message.el (message-ignored-news-headers)
13675         (message-ignored-supersedes-headers)
13676         (message-ignored-resent-headers)
13677         (message-forward-ignored-headers): Improve custom type.
13678
13679 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * message.el (message-tokenize-header): Fix 2004-09-06 change
13682         which used point-min in the wrong place.
13683
13684 2004-10-12  Simon Josefsson  <jas@extundo.com>
13685
13686         * tls.el (tls-certtool-program): New variable.
13687         (tls-certificate-information): New function, based on
13688         ssl-certificate-information.
13689
13690 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * compface.el: Move the version of ELisp-based uncompface program
13693         to the contrib directory because of the copyright problem.
13694
13695 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * message.el (message-kill-buffer): Raise the current frame.
13698
13699 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13702
13703         * gnus.el (message-y-or-n-p): Autoload.
13704
13705         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13706         (pop3-password-required, pop3-authentication-scheme)
13707         (pop3-leave-mail-on-server): Made customizable.
13708         (pop3): New custom group.
13709         (pop3-retr): Remove `sleep-for' statements.
13710         Suggested by Dave Love <fx@gnu.org>.
13711
13712         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13713         Windows/DOS.
13714
13715         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13716         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13717         Dave Love <fx@gnu.org>.
13718
13719         * mml.el (mml-minibuffer-read-disposition): Require match.
13720         Suggested by Dave Love <fx@gnu.org>.
13721
13722 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13725         doc string.
13726
13727 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13730
13731 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13732
13733         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13734         instead of calling `mm-insert-inline', to decode text/* parts
13735         before displaying them.
13736
13737 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * mm-uu.el (mm-uu-text-plain-type): New variable.
13740         (mm-uu-pgp-signed-extract-1): Use it.
13741         (mm-uu-pgp-encrypted-extract-1): Use it.
13742         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13743         bind mm-uu-text-plain-type with that value.
13744         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13745         mm-uu-dissect.
13746
13747 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * gnus-group.el (gnus-update-group-mark-positions):
13750         * gnus-sum.el (gnus-update-summary-mark-positions):
13751         * message.el (message-check-news-body-syntax):
13752         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13753         of string-as-multibyte.
13754
13755 2004-10-05  Juri Linkov  <juri@jurta.org>
13756
13757         * gnus-group.el (gnus-update-group-mark-positions):
13758         * gnus-sum.el (gnus-update-summary-mark-positions):
13759         * message.el (message-check-news-body-syntax):
13760         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13761         8-bit unibyte values to a multibyte string for search functions.
13762
13763 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13766         (mm-uu-dissect-text-parts): New function.
13767
13768         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13769         dissect text parts.
13770
13771         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13772         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13773
13774         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13775
13776         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13777         gnus-current-topics instead of gnus-current-topic.
13778
13779 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13780
13781         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13782
13783 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13784
13785         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13786         where approriate.
13787
13788         * nnml.el (nnml-generate-active-info): do.
13789
13790         * nndiary.el (nndiary-generate-active-info): do.
13791
13792         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13793         (gnus-topic-move): do.
13794
13795         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13796         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13797
13798         * gnus-srvr.el (gnus-server-prepare)
13799         (gnus-server-open-all-servers): do.
13800
13801         * gnus-msg.el (gnus-summary-cancel-article)
13802         (gnus-summary-resend-message)
13803         (gnus-summary-mail-crosspost-complaint): do.
13804
13805         * gnus-move.el (gnus-change-server): do.
13806
13807         * gnus-group.el (gnus-group-unmark-all-groups)
13808         (gnus-group-set-current-level): do.
13809
13810 2004-10-04  Simon Josefsson  <jas@extundo.com>
13811
13812         * message.el (message-generate-hashcash): Doc fix.
13813
13814 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13815
13816         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13817         avoid infinite recursion via gnus-get-function.
13818
13819 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13820
13821         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13822
13823         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13824
13825         * nnmail.el (nnmail-split-history): do.
13826
13827         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13828         (nnml-request-delete-group): do.
13829
13830         * nnslashdot.el (nnslashdot-read-groups): do.
13831
13832         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13833         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13834
13835         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13836         (nnspool-sift-nov-with-sed): Use last.
13837         (nnspool-retrieve-headers-with-nov): Use mapc.
13838         (nnspool-request-newgroups): Use dolist.
13839         (nnspool-request-group): Use last.
13840
13841         * nntp.el (nntp-read-server-type): Use dolist.
13842
13843         * nnvirtual.el (nnvirtual-create-mapping)
13844         (nnvirtual-update-read-and-marked): Use dolist.
13845         (nnvirtual-convert-headers): Simplify.
13846
13847 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13848
13849         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13850         support for sync'ing tick marks.
13851
13852 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13855         there's no visible header.
13856
13857 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13858
13859         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13860         necessary, pass full group name to gnus-request-set-marks.
13861
13862 2004-10-01  Simon Josefsson  <jas@extundo.com>
13863
13864         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13865         acroread.
13866
13867 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13868
13869         * spam-report.el (spam-report-gmane): Fix interactive.
13870
13871         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13872
13873         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13874         when writing file.
13875         (gnus-agent-synchronize-flags): Don't default to being
13876         interactive.
13877
13878 2004-09-30  Simon Josefsson  <jas@extundo.com>
13879
13880         * message.el (message-generate-hashcash): Add.
13881         (message-send-mail): Use it, call mail-add-payment.
13882
13883 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13884
13885         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13886
13887 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13888
13889         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13890         gnus-requst-update-info with explicit code to sync the in-memory
13891         info read flags with the marks being sync'd to the backend.
13892
13893         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13894
13895 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13896
13897         * spam.el (spam-verify-bogofilter): Add new function.
13898         (spam-check-bogofilter)
13899         (spam-bogofilter-register-with-bogofilter): Use it.
13900         (spam-verify-bogofilter): Add small fixes.
13901
13902 2004-09-28  Simon Josefsson  <jas@extundo.com>
13903
13904         * hashcash.el (hashcash-generate-payment): Revert.
13905
13906 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13909         gnus-extract-references instead of gnus-split-references.
13910
13911         * gnus-util.el (gnus-extract-references): Add new function, analogous
13912         to gnus-split-references but extracts only the message-ID without
13913         anything extra.
13914
13915         * hashcash.el (hashcash-generate-payment)
13916         (hashcash-check-payment): Do the right thing if hashcash-path is
13917         nil (because the hashcash program could not be found).
13918
13919         * spam.el (spam-use-hashcash): Remove comment.
13920
13921 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13922
13923         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13924         (gnus-cache-enter-article, gnus-cache-remove-article)
13925         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13926
13927         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13928
13929         * gnus-art.el (article-hide-boring-headers)
13930         (article-translate-strings, article-display-face)
13931         (gnus-article-mime-match-handle-first)
13932         (gnus-article-highlight-headers)
13933         (gnus-article-add-buttons-to-head): do.
13934
13935 2004-09-27  Simon Josefsson  <jas@extundo.com>
13936
13937         * hashcash.el: New version, from
13938         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13939         ../contrib/.
13940
13941 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13944
13945 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13946
13947         * gnus-dup.el (gnus-dup-open): Use mapc.
13948         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13949
13950         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13951         Reported by Stefan Wiens <s.wi@gmx.net>.
13952
13953         * gnus.el (gnus-shutdown): Use dolist.
13954
13955         * gnus-undo.el (gnus-undo): Use mapc.
13956
13957         * nnrss.el (nnrss-generate-active): do.
13958
13959         * message.el (message-cite-original-without-signature)
13960         (message-cite-original): Use mapc.
13961         (message-do-actions, message-make-forward-subject): Use dolist.
13962
13963 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13964
13965         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13966         deletion to remove entire duplicate line.  Fixes merged article
13967         number bug.
13968
13969 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13970
13971         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13972         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13973         first ask if you want to open a server and then, even when you
13974         responded with no, asking if you want to synchronize the server's
13975         flags.
13976         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13977         multi-line expressions.
13978         (gnus-agent-synchronize-group-flags): New internal function.
13979         Updates marks in memory (in the info structure) AND in the
13980         backend.
13981
13982         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13983
13984         * nnagent.el (nnagent-request-set-mark): Use
13985         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13986         method, to ensure that synchronization updates marks in the
13987         backend and in the info (in memory) structure.
13988
13989 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13992         convention fully; don't miss the root article of a thread; make
13993         the X-Draft-From header with correct article numbers.
13994
13995 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13996
13997         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13998         unless plugged.  Disable the agent so that an open failure causes
13999         an error.
14000
14001         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14002         Reverted 2004-09-21 change.  The backend must be opened while
14003         synchronizing flags even when the backend stores the flags
14004         locally.
14005
14006 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14009         in `header' match.  Reported by Svend Tollak Munkejord.
14010
14011         * message.el (message-cite-original): Fix use of
14012         `message-cite-articles-with-x-no-archive'.
14013
14014 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14017         (gnus-window-to-buffer): Ditto.
14018
14019         * mml.el (mml-preview-buffer): New variable.
14020         (mml-preview): Manage window layout with gnus-buffer-configuration.
14021
14022         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14023         X-Draft-From header even if those articles aren't quoted.
14024
14025 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14026
14027         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14028         (gnus-request-set-mark, gnus-request-update-mark): Use new
14029         g-s-t-u-l-m to decide to use backend even when unplugged.
14030
14031 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14034         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14035
14036 2004-09-20  Simon Josefsson  <jas@extundo.com>
14037
14038         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14039         "utf-16-le".
14040
14041 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14042
14043         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14044
14045 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * uudecode.el (uudecode-use-external): Add :version.
14048
14049         * smime.el (smime-CA-file, smime-encrypt-cipher)
14050         (smime-dns-server): Add :version.
14051
14052         * smiley.el (gnus-smiley-file-types): Add :version.
14053
14054         * sha1.el (sha1-use-external): Add :version.
14055
14056         * pgg-def.el (pgg-query-keyserver): Add :version.
14057
14058         * nnmail.el (nnmail-fancy-expiry-targets)
14059         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14060         Add :version.
14061
14062         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14063         (nnimap-retrieve-groups-asynchronous): Add :version.
14064         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14065
14066         * mml.el (mml-content-disposition-parameters)
14067         (mml-insert-mime-headers-always): Add :version.
14068
14069         * mm-util.el (mm-coding-system-priorities): Add :version.
14070
14071         * mm-decode.el (mm-inline-text-html-with-images)
14072         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14073         (mm-verify-option): Add :version.
14074         (mm-text-html-renderer): Change :version.
14075
14076         * message.el (message-fcc-externalize-attachments)
14077         (message-required-headers, message-draft-headers)
14078         (message-subject-trailing-was-query)
14079         (message-subject-trailing-was-ask-regexp)
14080         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14081         (message-mark-insert-end, message-archive-header)
14082         (message-archive-note, message-cross-post-default)
14083         (message-cross-post-note, message-followup-to-note)
14084         (message-cross-post-note-function, message-use-mail-followup-to)
14085         (message-subscribed-address-functions)
14086         (message-subscribed-address-file, message-subscribed-addresses)
14087         (message-subscribed-regexps, message-allow-no-recipients)
14088         (message-yank-cited-prefix, message-signature-insert-empty-line)
14089         (message-hidden-headers, message-hierarchical-addresses)
14090         (message-mail-user-agent, message-use-idna)
14091         (message-valid-fqdn-regexp)
14092         (message-strip-special-text-properties, message-header-synonyms)
14093         (message-beginning-of-line, message-tab-body-function): Add :version.
14094         (message-insert-canlock, message-wide-reply-confirm-recipients):
14095         Change :version.
14096
14097         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14098         and :version.
14099         (mail-source-delete-old-incoming-confirm)
14100         (mail-source-movemail-program): Add :version.
14101
14102         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14103         (gnus-agent-cache, gnus-agent): Change :version.
14104
14105         * gnus-util.el (gnus-use-byte-compile): Change :version.
14106
14107         * gnus-sum.el (gnus-summary-make-false-root-always)
14108         (gnus-summary-default-high-score)
14109         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14110         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14111         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14112         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14113         (gnus-sum-thread-tree-single-indent)
14114         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14115         (gnus-sum-thread-tree-leaf-with-other)
14116         (gnus-sum-thread-tree-single-leaf): Add :version.
14117         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14118         (gnus-article-loose-mime): Change :version.
14119
14120         * gnus-start.el (gnus-backup-startup-file)
14121         (gnus-save-startup-file-via-temp-buffer): Add :version.
14122
14123         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14124         (gnus-server-offline-face): Add :version.
14125
14126         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14127
14128         * gnus-msg.el (gnus-gcc-externalize-attachments)
14129         (gnus-debug-files, gnus-debug-exclude-variables)
14130         (gnus-discouraged-post-methods): Change :version.
14131         (gnus-confirm-mail-reply-to-news)
14132         (gnus-confirm-treat-mail-like-news): Add :version.
14133
14134         * gnus-int.el (gnus-server-unopen-status): Add :version.
14135
14136         * gnus-group.el (gnus-group-jump-to-group-prompt)
14137         (gnus-large-ephemeral-newsgroup)
14138         (gnus-fetch-old-ephemeral-headers): Add :version.
14139
14140         * gnus-fun.el (gnus-x-face-directory)
14141         (gnus-convert-pbm-to-x-face-command)
14142         (gnus-convert-image-to-x-face-command)
14143         (gnus-convert-image-to-face-command): Add :version.
14144
14145         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14146
14147         * gnus-cite.el (gnus-cite-blank-line-after-header)
14148         (gnus-article-boring-faces): Add :version.
14149
14150         * gnus-art.el (gnus-buttonized-mime-types)
14151         (gnus-inhibit-mime-unbuttonizing)
14152         (gnus-treat-display-face)
14153         (gnus-treat-body-boundary): Change :version.
14154         (gnus-body-boundary-delimiter, gnus-picon-databases)
14155         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14156         (gnus-treat-date-english, gnus-treat-fold-headers)
14157         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14158         (gnus-treat-mail-picon, gnus-treat-wash-html)
14159         (gnus-article-encrypt-protocol)
14160         (gnus-use-idna, gnus-article-over-scroll)
14161         (gnus-mime-display-multipart-alternative-as-mixed)
14162         (gnus-mime-display-multipart-related-as-mixed)
14163         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14164         (gnus-ctan-url, gnus-button-ctan-handler)
14165         (gnus-button-handle-ctan-bogus-regexp)
14166         (gnus-button-ctan-directory-regexp)
14167         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14168         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14169         (gnus-button-man-level, gnus-button-emacs-level)
14170         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14171
14172         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14173         (gnus-agent-go-online): Change :version.
14174         (gnus-agent-expire-unagentized-dirs)
14175         (gnus-agent-auto-agentize-methods): Add :version.
14176
14177         * flow-fill.el (fill-flowed-display-column)
14178         (fill-flowed-encode-column): Add :version.
14179
14180         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14181         (gnus-outlook-deuglify-unwrap-max)
14182         (gnus-outlook-deuglify-cite-marks)
14183         (gnus-outlook-deuglify-unwrap-stop-chars)
14184         (gnus-outlook-deuglify-no-wrap-chars)
14185         (gnus-outlook-deuglify-attrib-cut-regexp)
14186         (gnus-outlook-deuglify-attrib-verb-regexp)
14187         (gnus-outlook-deuglify-attrib-end-regexp)
14188         (gnus-outlook-display-hook): Add :version.
14189
14190         * binhex.el (binhex-use-external): Add :version.
14191
14192 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14195         and `invisible'.
14196
14197 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14200         in gnus-registry-trim.
14201
14202 2004-09-13  Simon Josefsson  <jas@extundo.com>
14203
14204         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14205
14206         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14207
14208         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14209         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14210         <yamaoka@jpl.org>.
14211         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14212         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14213         <yamaoka@jpl.org>.
14214
14215         * sieve.el (sieve-manage-mode): Ditto.
14216
14217 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14220
14221 2004-09-11  Simon Josefsson  <jas@extundo.com>
14222
14223         * dns-mode.el: Add.
14224
14225         * mm-view.el (mm-display-dns-inline): Add.
14226
14227         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14228         (mm-automatic-display): Ditto.
14229
14230         * mailcap.el (mailcap-mime-data): Add text/dns.
14231         (mailcap-mime-extensions): Map .soa to text/dns.
14232
14233 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14234
14235         * gnus-art.el (article-decode-mime-words, article-babel)
14236         (gnus-article-highlight-signature, gnus-article-add-buttons)
14237         (gnus-signature-toggle): Remove unnecessary bindings of
14238         `inhibit-read-only' inherited from v5.10 merge.
14239
14240 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * nntp.el (nntp): New customization group.
14243         (nntp-authinfo-file): Add customization group.
14244
14245         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14246
14247         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14248
14249         * gnus.el (to-address, to-list, subscribed)
14250         (large-newsgroup-initial): Ditto.
14251
14252         * flow-fill.el (fill-flowed-display-column)
14253         (fill-flowed-encode-column): Ditto.
14254
14255 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14256
14257         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14258         Use point-min rather than 1.
14259         (message-send-mail): Use buffer-size rather than point-max.
14260
14261         * gnus-sum.el (gnus-summary-search-article-forward):
14262         Signal a specific `search-failed' rather than a generic `error'.
14263
14264         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14265         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14266         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14267
14268 2004-09-10  Simon Josefsson  <jas@extundo.com>
14269
14270         * nndb.el (require): Remove tcp and duplicate cl.
14271
14272 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-agent.el (directory-files-and-attributes): Move forward.
14275
14276 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14277
14278         * gnus-agent.el (directory-files-and-attributes): Optionally
14279         defined to support XEmacs.
14280
14281 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14282
14283         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14284         to avoid run-time CL dependencies.
14285         (gnus-agent-unfetch-articles): New function.
14286         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14287         article numbers even when local .overview file is missing.
14288         (gnus-agent-read-article-number): New function.  Only accepts
14289         27-bit article numbers.
14290         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14291         gnus-agent-read-article-number.
14292         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14293         from backend while recognizing that article numbers in .overview
14294         must be valid.
14295         (gnus-agent-update-files-total-fetched-for): Use
14296         directory-files-and-attributes to improve performance.
14297         * gnus-int.el (gnus-request-move-article): Use
14298         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14299         improve performance.
14300
14301         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14302         some users confused by references to .newsrc when they only have a
14303         .newsrc.eld file.
14304         (gnus-convert-mark-converter-prompt)
14305         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14306         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14307         New function.  Used internally to only display 'gnus converting
14308         files' message when actually necessary.
14309
14310         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14311         methods now autoloaded.
14312
14313 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14316         identifiers.
14317
14318 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * gnus-picon.el: Fix indentation and closing parenthesis.
14321
14322 2004-09-01  Simon Josefsson  <jas@extundo.com>
14323
14324         * message.el (message-canlock-generate): Require sha1, not
14325         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14326         to require within a function.  Sadly, if sha1.el isn't loaded, the
14327         let binding in m-c-g will hide the defcustom definition, which is
14328         bad.)
14329
14330         * canlock.el: Require sha1, not sha1-el.
14331
14332         * message.el: Don't autoload sha1 (there is a autoload cookie in
14333         sha1.el).
14334
14335         * sha1-el.el: Renamed to sha1.el.
14336
14337 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14338
14339         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14340
14341 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14342
14343         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14344
14345 2004-08-30  Kim F. Storm  <storm@cua.dk>
14346
14347         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14348
14349         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14350         Add :group 'nnimap.
14351
14352 2004-08-30  Andreas Schwab  <schwab@suse.de>
14353
14354         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14355         ?* and ?\;.
14356
14357         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14358         and ?\' to symbol instead of whitespace.
14359
14360 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14363
14364         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14365         instead of re-search-forward.
14366
14367         * gnus-uu.el (gnus-uu-save-article): Ditto.
14368         (gnus-uu-post-encode-uuencode): Ditto.
14369
14370         * html2text.el (html2text-clean-list-items): Ditto.
14371         (html2text-clean-dtdd): Ditto.
14372         (html2text-format-tags): Ditto.
14373
14374         * message.el (message-send-mail-with-sendmail): Fix regexp.
14375         (message-fill-field-general): Use search-forward instead of
14376         re-search-forward.
14377         (unbold-region): Ditto.
14378
14379         * nnrss.el (nnrss-request-article): Ditto.
14380
14381         * nnslashdot.el (nnslashdot-request-article): Ditto.
14382
14383         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14384
14385         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14386         "Unrecognized menu descriptor" error in XEmacs.
14387
14388 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14389
14390         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14391         parent article of a sparse article in the thread hashtb.
14392
14393 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14394
14395         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14396         (nnmail-expand-newtext): Lowercase expanded entries if
14397         nnmail-split-lowercase-expanded is non-nil.
14398
14399 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14402
14403         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14404         of gnus-tmp-news-method into string under XEmacs.  It will be
14405         passed to gnus-correct-length which takes only a string argument.
14406
14407 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-util.el (gnus-bind-print-variables): New macro.
14410         (gnus-prin1): Use it.
14411         (gnus-prin1-to-string): Use it.
14412         (gnus-pp): New function.
14413         (gnus-pp-to-string): New function.
14414
14415         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14416         Replace pp-to-string with gnus-pp-to-string.
14417         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14418         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14419         * gnus-msg.el (gnus-debug): Ditto.
14420         * gnus-score.el (gnus-score-save): Ditto.
14421         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14422         gnus-pp-to-string.
14423         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14424         with gnus-pp.
14425         * score-mode.el (gnus-score-pretty-print): Ditto.
14426         * webmail.el (webmail-debug): Ditto.
14427
14428 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-art.el (article-display-face, article-display-x-face):
14431         Use buffer-read-only.
14432
14433 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-art.el (article-hide-list-identifiers):
14436         Bind inhibit-read-only as t.
14437
14438 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14441
14442 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14443
14444         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14445         (gnus-narrow-to-page): Don't assume point-min == 1.
14446         (gnus-article-edit-mode): Derive from message-mode.
14447
14448         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14449         point-min == 1.
14450
14451         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14452         Disable incorrect use of `assert'.
14453
14454         * message.el (message-mode): Set comment-start-skip.
14455
14456
14457 2004-08-22  Sam Steingold  <sds@gnu.org>
14458
14459         * pop3.el (pop3-leave-mail-on-server): New user variable.
14460         (pop3-movemail): Delete mail only when it is nil.
14461
14462 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14463
14464         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14465
14466         * mml.el (mml-preview): Use `pop-to-buffer'.
14467
14468         * message.el (message-goto-mail-followup-to): Insert after "To".
14469         (message-carefully-insert-headers): Add comment.
14470
14471         * gnus.el: Remove unused variable `gnus-article-check-size'.
14472
14473         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14474
14475         * gnus-art.el (gnus-button-alist): Improve
14476         `gnus-button-handle-library' entry.
14477
14478 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14479
14480         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14481         downcase, since XEmacs capitalizes error messages differently.
14482
14483 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14484
14485         * nntp.el: Add (require 'gnus) due to reference to
14486         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14487
14488 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14489
14490         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14491         `mm-fill-flowed'.
14492
14493         * mm-decode.el (mm-dissect-singlepart): Check it.
14494
14495 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14498         'imap' for netrc parsing.
14499
14500 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14501
14502         * mailcap.el (mailcap-mime-data): Mark as risky.
14503
14504 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14507         may be included in the encoded word.
14508         (rfc2047-encode): Don't append a space if the encoded word
14509         includes close parenthesis.
14510
14511 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14514         of text within parentheses.
14515
14516 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14517
14518         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14519         (gnus-encrypt-write-file-contents): Make the password key the file
14520         name PLUS the cipher, not just the cipher.  Also remove failed
14521         passwords from the cache.
14522
14523 2004-08-06  Simon Josefsson  <jas@extundo.com>
14524
14525         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14526         fix.
14527
14528 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14531         LWSP.
14532
14533 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14534
14535         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14536         to append in-reply-to: data to the references: header.
14537
14538         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14539         (netrc-parse): Use gnus-encrypt.el functions.
14540
14541         * gnus-encrypt.el: Add new file for encryption support; currently
14542         does only a few GPG ciphers and an internal XOR cipher.
14543
14544         * password.el: Add comments on using password-read-and-add.
14545         (password-read-and-add): Add function to read and add the
14546         password to the cache at once.
14547
14548 2004-07-28  Simon Josefsson  <jas@extundo.com>
14549
14550         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14551         parameter (but don't use it, for now).
14552
14553         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14554         instead of hard coding to nil.
14555
14556 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14559         as mm-inline-image-xemacs does.
14560
14561 2004-07-26  Simon Josefsson  <jas@extundo.com>
14562
14563         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14564         Revert part of 2004-07-17 change below.
14565
14566 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14569         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14570
14571 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14572
14573         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14574         quotes that actually start with ">" at the beginning of the
14575         lines.
14576
14577 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * rfc2047.el (rfc2047-encode-region): Fix last change.
14580         (rfc2047-encode-parameter): Remove useless concat.
14581
14582 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14585         encode special characters; fix some kind of misconfigured headers;
14586         signal a real error if debug-on-quit or debug-on-error is non-nil.
14587         (rfc2047-encode-max-chars): New variable.
14588         (rfc2047-encode-1): Use it.
14589         (rfc2047-encode-parameter): New function.
14590
14591         * mml.el (mml-insert-parameter): Remove an excessive space.
14592
14593 2004-07-17  Simon Josefsson  <jas@extundo.com>
14594
14595         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14596         Kai Grossjohann <kai@emptydomain.de>.
14597         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14598         (gnus-group-make-menu-bar): Ditto.
14599
14600         * gnus-util.el (gnus-group-server): Add.
14601
14602 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14603
14604         * message.el (message-clone-locals): Clone sendmail and smtp
14605         variables.
14606
14607 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * rfc2047.el (rfc2047-encode-region): Fix last change.
14610
14611 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14614         characters as non-special.
14615
14616 2004-07-09  Simon Josefsson  <jas@extundo.com>
14617
14618         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14619         Users will lose all flag changes made while unplugged with
14620         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14621         good default.  See numerous reports on ding mailing list.
14622
14623 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14626         add generate-head-function and generate-article-function to the
14627         rfc822-forward entry.
14628         (nndoc-rfc822-forward-generate-article): New function.
14629         (nndoc-rfc822-forward-generate-head): New function.
14630
14631         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14632
14633 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14634
14635         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14636         respect display group parameter and gnus-summary-expunge-below.
14637         (gnus-articles-to-read): Remove unused reference to display group
14638         parameter.
14639
14640 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14641
14642         * nnheader.el (nnheader-uniquify-message-id): New experimental
14643         variable.
14644         (nnheader-nov-read-message-id): Use it.
14645
14646         * spam-report.el (spam-report-gmane): Add interactive.
14647
14648 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14651         qp-or-base64 for the application/* types.
14652
14653 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14654
14655         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14656
14657 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14658
14659         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14660         trim value.
14661
14662 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14663
14664         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14665         New macro and function.
14666         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14667
14668 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14671         after-load-alist.
14672
14673 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14674
14675         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14676         update info that isn't there.
14677
14678 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14679
14680         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14681         entry.
14682
14683 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * mm-view.el (mm-inline-render-with-function): Use multibyte
14686         buffer; decode html source by charset.
14687
14688         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14689
14690         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14691         Mule-UCS is loaded under XEmacs.
14692         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14693
14694 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14695
14696         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14697
14698 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * mm-util.el (mm-coding-system-p): Return a coding-system.
14701         (mm-mime-mule-charset-alist): Use shift_jis instead of
14702         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14703         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14704         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14705         instead of japanese-shift-jis and iso-latin-1 respectively in
14706         order to share the default value with both Emacs and XEmacs-mule.
14707         (mm-mule-charset-to-mime-charset): Make
14708         mm-coding-system-priorities effective.
14709         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14710         while predicating of candidates upon the priorities.
14711
14712 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14713
14714         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14715         gnus-uu-invert-processable.
14716
14717         * gnus.el: Autoload gnus-uu-invert-processable.
14718
14719 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * mm-util.el (mm-with-multibyte-buffer): New macro.
14722
14723         * rfc2047.el (rfc2047-encode-string): Use it.
14724         (rfc2047-encode-region): Move point to the end of the region after
14725         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14726
14727 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14730         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14731
14732 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14735         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14736         Karl Chen <quarl@nospam.quarl.org>.
14737
14738 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14739
14740         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14741         invalid addresses.
14742
14743 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14744
14745         * spam.el: Change section markers, revise TODO list.
14746         (spam-backends): Make new master list of all installed backends.
14747         (spam-summary-exit-behavior): Add new variable to determine how
14748         messages moves are done at summary exit.
14749         (spam-move-spam-nonspam-groups-only)
14750         (spam-process-ham-in-nonham-groups)
14751         (spam-process-ham-in-spam-groups): Remove variables, the
14752         spam-summary-exit-behavior variable should be used to manage this
14753         behavior.
14754         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14755         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14756         and spam-old-spam-articles.
14757         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14758         Add empty variables, placeholders for the backends they represent.
14759         (spam-set-difference): Move, unchanged.
14760         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14761         unless the user has a processor variable.
14762         (spam-classifications, spam-classification-valid-p)
14763         (spam-backend-properties, spam-backend-property-valid-p)
14764         (spam-backend-function-type-valid-p)
14765         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14766         (spam-report-articles-gmane, spam-report-articles-resend):
14767         Remove functions, they are not needed.
14768         (spam-install-backend-super, spam-backend-list)
14769         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14770         (spam-backend-function, spam-backend-ham-registration-function)
14771         (spam-backend-spam-registration-function)
14772         (spam-backend-ham-unregistration-function)
14773         (spam-backend-spam-unregistration-function)
14774         (spam-backend-statistical-p, spam-backend-mover-p)
14775         (spam-install-backend-alias, spam-install-checkonly-backend)
14776         (spam-install-mover-backend, spam-install-nocheck-backend)
14777         (spam-install-backend, spam-install-statistical-backend)
14778         (spam-install-statistical-checkonly-backend): Add backend installation
14779         support.
14780         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14781         (spam-group-processor-p): Use the new backend code and respect the
14782         summary exit behavior.
14783         (spam-mark-spam-as-expired-and-move-routine): Remove.
14784         (spam-summary-prepare): Change to use the new spam-old-articles
14785         variable.
14786         (spam-copy-or-move-routine, spam-copy-spam-routine)
14787         (spam-move-spam-routine, spam-copy-ham-routine)
14788         (spam-move-ham-routine): Add code to copy/move ham or spam.
14789         (spam-fetch-field-fast): Improve doc and code, plus allow the
14790         'number request.
14791         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14792         variables.
14793         (spam-split, spam-find-spam): Use the new backend code.
14794         (spam-registration-functions): Remove variable.
14795         (spam-unregister-routine): Add convenience wrapper.
14796         (spam-log-undo-registration, spam-register-routine)
14797         (spam-log-processing-to-registry)
14798         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14799         where possible.
14800         (spam-check-gmane-xref, spam-check-regex-headers)
14801         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14802         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14803         (spam-check-bogofilter-headers, spam-check-spamoracle)
14804         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14805         (spam-check-crm114-headers): Use the spam-split-group that
14806         spam-split prepares, no need to determine it every time.
14807
14808         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14809         to the nnheader-parse-naked-head call.
14810
14811         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14812
14813         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14814         the nnheader-nov-read-message-id call.
14815
14816 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14819         gnus-activate-group twice.  Suggested by Markus Peter
14820         <warp@spin.de>.
14821
14822 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-art.el (gnus-article-time-format): Exchange the order of
14825         day and month in the default value; fix customization type.
14826         (article-date-ut): Use add-text-properties.
14827         (article-make-date-line): Use message-make-date instead of
14828         current-time-string.
14829
14830         * message.el (message-fetch-field): Don't use set-text-properties.
14831         (message-make-date): Simplify.
14832
14833         * messagexmas.el (message-xmas-make-date): New function.
14834         (message-xmas-redefine): Defalias message-make-date to it.
14835
14836 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14839         (rfc2047-encode-region): Treat text within parentheses as special;
14840         show the original text when error has occurred.
14841
14842         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14843         already-computed method to gnus-activate-group.
14844
14845         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14846         same select-methods identical Lisp objects.
14847
14848         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14849         object when modifying the info.
14850
14851 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14854         gnus-opened-servers since it has never been opened with the new
14855         configuration yet.
14856
14857 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14860         arg to nnheader-generate-fake-message-id.
14861
14862 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14863
14864         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14865         number and build a fake message ID localized to a group and
14866         article number (so it's repeatable from that point on).
14867         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14868         ID format.
14869
14870         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14871         nnheader-generate-fake-message-id with the article number.
14872
14873 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14874
14875         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14876         end-of-buffer.
14877
14878 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14879
14880         * message.el (message-ignored-supersedes-headers): Add Approved.
14881
14882 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14885         goto-char.
14886         (rfc2047-encode): Fold the line before encoding.
14887
14888 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14889
14890         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14891         folding -- not all headers can be folded, and this should be done
14892         by the message composition mode.  Probably.  I think.
14893
14894 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14897         fast.
14898
14899         * gnus-ems.el (gnus-remove-image): Don't use
14900         message-text-with-property; remove only the image found first.
14901
14902         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14903         found first.
14904
14905 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14906
14907         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14908
14909 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * message.el (message-text-with-property): Make it fast and accept
14912         optional arguments.
14913         (message-strip-forbidden-properties): Use it.
14914         (message-fix-before-sending): Follow the m-t-w-p change.
14915
14916         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14917
14918 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-art.el (article-hide-headers): Don't change the buffer
14921         mistakenly when performing mml-preview even if
14922         gnus-single-article-buffer is nil.
14923
14924 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14925
14926         * message.el (message-expand-name-databases): New user option.
14927         (message-expand-name): Use it.
14928
14929 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14930
14931         * spam.el (spam-report-articles-resend)
14932         (spam-report-resend-register-routine): Allow ham reporting.
14933         (spam-report-resend-register-ham-routine): Add wrapper.
14934         (spam-registration-functions): Add ham resending functions.
14935         (spam-list-of-processors): Add ham resend processor.
14936
14937         * gnus.el (ham-resend-to): Add new group parameter.
14938         (spam-process): Add ham resend option.
14939
14940         * spam-report.el (spam-report-resend): Allow reporting ham.
14941         (spam-report-resend-ham): Add wrapper.
14942
14943 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14944
14945         * message.el (message-cite-articles-with-x-no-archive): New
14946         variable.
14947         (message-cite-original): Use it.
14948
14949 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14950
14951         * message.el (message-cite-original): Respect X-No-Archive.
14952
14953 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (article-hide-headers): Refer to the values for
14956         gnus-ignored-headers and gnus-visible-headers in the summary
14957         buffer since a user may have set them as group parameters.
14958
14959 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14960
14961         * assistant.el (assistant-node-name): Add convenience function.
14962         (assistant-render-text, assistant-render-node): Add error handling,
14963         plus handle multiple next nodes.
14964         (assistant-find-next-node): Comment out for now.
14965         (assistant-find-next-nodes): Add function, returns list of next
14966         nodes.
14967
14968 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * mail-source.el (mail-source-directory): Fix doc-string.
14971
14972 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * assistant.el (assistant-render-text, assistant-eval): Add :set
14975         widget type, which is different because it takes and returns a
14976         list.  Much hilarity ensues.
14977
14978 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14981
14982         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14983         doc-string.
14984
14985         * gnus-start.el (gnus-activate-group): Added doc-string.
14986
14987 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14990
14991 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14992
14993         * assistant.el (assistant-render-text): Try to add a :set
14994         widget, more to come.
14995
14996         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14997         strings.
14998         (spam-report-articles-resend)
14999         (spam-register-routine): Do registration iff any articles warrant
15000         it.
15001         (spam-summary-prepare-exit): Change log message for nil group
15002         destinations.
15003
15004 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15005
15006         * spam.el (spam-report-resend-register-routine): Allow
15007         spam-report-resend-to to be a group parameter or a global value.
15008
15009 2004-05-26  Simon Josefsson  <jas@extundo.com>
15010
15011         * starttls.el: Merge with my GNUTLS based starttls.el.
15012         (starttls-gnutls-program, starttls-use-gnutls)
15013         (starttls-extra-arguments, starttls-process-connection-type)
15014         (starttls-connect, starttls-failure, starttls-success): New
15015         variables.
15016         (starttls-program, starttls-extra-args): Doc fix.
15017         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15018         functions.
15019         (starttls-negotiate, starttls-open-stream): Check
15020         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15021         function if it is set.
15022
15023 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15026         structured fields.
15027
15028 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15031
15032 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15033
15034         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15035         variable.
15036         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15037         assigning the spam-mark to new messages.
15038
15039 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15040
15041         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15042
15043 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15046
15047         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15048         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15049         default.
15050
15051 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15052
15053         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15054         correct data.
15055
15056 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15059         (spam-group-processor-p): Fix function.
15060         (spam-group-processor-multiple-p)
15061         (spam-group-spam-processor-report-gmane-p)
15062         (spam-group-spam-processor-report-resend-p)
15063         (spam-group-spam-processor-bogofilter-p)
15064         (spam-group-spam-processor-blacklist-p)
15065         (spam-group-spam-processor-ifile-p)
15066         (spam-group-ham-processor-ifile-p)
15067         (spam-group-spam-processor-spamoracle-p)
15068         (spam-group-spam-processor-crm114-p)
15069         (spam-group-ham-processor-bogofilter-p)
15070         (spam-group-spam-processor-stat-p)
15071         (spam-group-ham-processor-stat-p)
15072         (spam-group-ham-processor-whitelist-p)
15073         (spam-group-ham-processor-BBDB-p)
15074         (spam-group-ham-processor-spamoracle-p)
15075         (spam-group-ham-processor-copy-p): Remove functions with some
15076         prejudice against unneeded code.
15077         (spam-report-articles-resend)
15078         (spam-report-resend-register-routine): Allow the group/topic
15079         spam-resend-to value to override spam-report-resend-to.
15080         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15081         properly now.
15082
15083         * gnus.el (spam-resend-to): Add group/topic parameter.
15084         (spam-process): Move the OBSOLETE processors to the end of the
15085         choices.
15086
15087 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15088
15089         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15090         with resend-to set to nil, and then ask the user if necessary.
15091         (spam-report-resend): spam-report-resend takes a list of articles, not
15092         separate article numbers.
15093
15094 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15097         addition to emacs-w3m.
15098
15099 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15100
15101         * assistant.el (assistant-authinfo-data): New function.
15102         (assistant-eval): Eval for entire assistant.
15103
15104         * netrc.el (netrc-services-file): New variable.
15105         (netrc-parse-services): New function.
15106         (netrc-find-service-name): New function.
15107         (netrc-find-service-number): New function.
15108         (netrc-port-equal): New function.
15109         (netrc-machine): Use it.
15110
15111         * nnimap.el (nnimap-open-connection): Use netrc.
15112
15113         * gnus-util.el (gnus-netrc-get): Remove aliases.
15114
15115         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15116
15117         * assistant.el (wid-edit): Fix compilation.
15118
15119         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15120
15121 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15122
15123         * gnus-util.el (gnus-set-file-modes): New function.  (small
15124         patch).
15125
15126 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15129
15130         * assistant.el (assistant-render-node): Fix up rendering and
15131         read-only text.
15132         (assistant-render-node): Reset.
15133         (assistant-make-read-only): Not sticky.
15134
15135 2004-05-20  Danny Siu  <dsiu@adobe.com>
15136
15137         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15138         centered even when gnus-auto-center-summary is t.
15139
15140 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15141
15142         * dns.el (dns-get-txt-answer): New function.
15143         (dns-read-txt): Ditto.
15144         (query-dns): Use it.
15145
15146 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15149         active for foreign groups even if the group level is higher than
15150         the specified value.
15151
15152 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15153
15154         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15155         non-active groups.
15156
15157         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15158
15159 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15160
15161         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15162
15163 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15166         (spam-crm114-header, spam-crm114-spam-switch)
15167         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15168         (spam-crm114-positive-spam-header)
15169         (spam-crm114-database-directory, spam-list-of-processors)
15170         (spam-group-spam-processor-crm114-p)
15171         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15172         (spam-generic-score, spam-list-of-checks)
15173         (spam-list-of-statistical-checks, spam-registration-functions)
15174         (spam-check-crm114-headers, spam-crm114-score)
15175         (spam-check-crm114, spam-crm114-register-with-crm114)
15176         (spam-crm114-register-spam-routine)
15177         (spam-crm114-unregister-spam-routine)
15178         (spam-crm114-register-ham-routine)
15179         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15180         asjo@koldfront.dk (Adam Sjøgren).
15181
15182         * gnus.el: Add spam-use-crm114.
15183
15184         * spam.el (spam-list-of-processors, spam-registration-functions):
15185         Add spam-use-resend.
15186         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15187         (spam-report-articles-gmane): Add doc fix.
15188         (spam-report-articles-resend, spam-report-resend-register-routine):
15189         Add wrappers around spam-report-resend-to.
15190
15191         * spam-report.el (spam-report-resend-to, spam-report-resend):
15192         Add support for resending spam.
15193         (spam-report-gmane): Fix line length >80.
15194
15195         * gnus.el (spam-process): Add spam-use-resend.
15196
15197 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15198
15199         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15200         number of processed spam messages.
15201         (spam-ham-copy-or-move-routine): Return the number of processed
15202         ham messages.
15203         (spam-summary-prepare-exit): Use the above values to decide
15204         whether status messages shouled be displayed.
15205
15206 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15209         `rfc2047-encoding-function-alist' in order to avoid conflicting
15210         with the old version.
15211         (rfc2047-encode-region): Concatenate words containing non-ASCII
15212         characters in structured fields; don't encode space-delimited
15213         ASCII words even in unstructured fields; don't break words at
15214         char-category boundaries.
15215         (rfc2047-encode-1): New function.
15216         (rfc2047-encode): Use it; encode text so that it occupies the
15217         maximum width within 76-column; work correctly on Q encoding for
15218         iso-2022-* charsets.
15219         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15220         sure not to break a line just after the header name.
15221         (rfc2047-b-encode-region): Removed.
15222         (rfc2047-b-encode-string): New function.
15223         (rfc2047-q-encode-region): Removed.
15224         (rfc2047-q-encode-string): New function.
15225
15226         * mm-util.el (mm-replace-in-string): New function.
15227
15228 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15229
15230         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15231         get it right.
15232         (gnus-inews-make-draft): Really.
15233
15234 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15235
15236         * nnmh.el (nnmh-request-list-1): Don't check the link count
15237         before descending.  (small patch)
15238
15239 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15240
15241         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15242         stuff.
15243
15244         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15245         on real group name.
15246
15247         * gnus-art.el (gnus-signature-limit): Doc fix.
15248
15249         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15250
15251         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15252
15253 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15254
15255         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15256         isn't a string.
15257
15258 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * gnus-draft.el (gnus-draft-send): Bind
15261         rfc2047-encode-encoded-words.
15262
15263         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15264         (rfc2047-encodable-p): Say that =? needs encoding.
15265         (rfc2047-encode-encoded-words): New variable.
15266
15267         * gnus-group.el (gnus-group-select-group): Doc fix.
15268
15269         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15270
15271         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15272         to nil.
15273
15274         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15275
15276         * nnheader.el (nnheader-get-lines-and-char): New function.
15277
15278 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * gnus-msg.el (gnus-summary-followup-with-original): Document
15281         yanking of region when active.
15282
15283 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15286         groups if the group level is higher than the specified value.
15287
15288 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15291         (gnus-group-jump-to-group): Added prefix argument using
15292         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15293         non-active group.
15294
15295         * compface.el (uncompface): Be verbose when changing
15296         `uncompface-use-external'.
15297
15298         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15299         handle manual section.
15300
15301 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15302
15303         * gnus-art.el (gnus-button-alist): Revert previous change.
15304
15305 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15306
15307         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15308
15309 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15310
15311         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15312         whether backend can accept message.
15313
15314         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15315
15316 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15317
15318         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15319         Avoid creating directory when nntp-marks-is-evil is true.
15320         Reported by Reiner Steib.
15321
15322 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * gnus-picon.el (gnus-picon-style): New variable.
15325         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15326         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15327         Jesper Harder <harder@ifa.au.dk>.
15328
15329 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15330
15331         * message.el (message-fill-field): Return point.
15332         (message-generate-headers): Go to end of field.
15333
15334         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15335         stuff for non-living groups.
15336
15337 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15338
15339         * gnus-art.el (gnus-article-followup-with-original)
15340         (gnus-article-reply-with-original): gnus-mark-active-p ->
15341         gnus-region-active-p.
15342
15343 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15344
15345         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15346         only when there is spam or ham to be processed.
15347
15348 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15349
15350         * mail-source.el (mail-source-delete-crash-box): Refactor.
15351         (mail-source-fetch): Use it.
15352         (mail-source-fetch-file): Ditto.
15353         (mail-source-fetch-directory): Run postscript in loop.
15354         (mail-source-fetch-pop): Delete.
15355         (mail-source-fetch-maildir): Ditto.
15356         (mail-source-fetch-imap): Ditto.
15357
15358         * imap.el (imap-authenticators): Comment out sasl.
15359
15360         * message.el (message-skip-to-next-address): New function.
15361         (message-fill-header-address): Refactor.
15362         (message-fill-address): Use it.
15363         (message-delete-address): Use it.
15364         (message-fill-header-general): Refactor.
15365         (message-fill-field-address): Rename.
15366         (message-narrow-to-field): Find the start of the header.
15367         (message-header-format-alist): Don't pre-fill.
15368         (message-fill-header): Removed.
15369         (message-insert-header): New function.
15370         (message-shorten-references): Use it.
15371
15372         * rfc2047.el (rfc2047-field-value): Strip props.
15373
15374         * mail-parse.el (mail-header-make-address): New alias.
15375
15376         * ietf-drums.el (ietf-drums-make-address): New function.
15377
15378         * imap.el: Add compiler directives.
15379
15380         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15381
15382         * gnus-art.el (article-decode-idna-rhs): Don't use
15383         message-idna-inside-rhs-p.
15384
15385 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15386
15387         * message.el (message-idna-inside-rhs-p): Removed.
15388         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15389
15390         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15391         false positives.
15392
15393 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15394
15395         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15396
15397 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15398
15399         * nneething.el (nneething-file-name): Don't create spurious
15400         files.
15401
15402         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15403         (gnus-inews-do-gcc): Remove sleep.
15404
15405         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15406         part under point.
15407
15408         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15409         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15410
15411 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15412
15413         * spam.el (spam-summary-prepare-exit): Fixed (length).
15414
15415 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15416
15417         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15418         as expired without moving it" message when there are spam
15419         messages left.
15420
15421 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15422
15423         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15424         header is not nil.
15425
15426 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15427
15428         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15429         nntp-possibly-create-directory, not nntp-possibly-change-group.
15430         (nntp-marks-changed-p): New arg SERVER.
15431         (nntp-request-update-info): Adjust caller.
15432
15433 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15434
15435         * nntp.el (nntp-save-marks): Pass missing arg.
15436
15437 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15438
15439         * nntp.el: Support marks.
15440         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15441         (nntp-marks-modtime, nntp-marks-directory): New variables.
15442         (nntp-request-set-mark, nntp-request-update-info)
15443         (nntp-possibly-create-directory, nntp-marks-changed-p)
15444         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15445         functions.
15446
15447 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15448
15449         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15450         (gnus-xmas-redefine): Rename.
15451
15452         * gnus-score.el (gnus-score-insert-help): Use
15453         gnus-select-lowest-window.
15454
15455         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15456         appt-select-lowest-window and rename to gnus-select-lowest-window.
15457
15458         * gnus.el: do.
15459
15460 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15461
15462         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15463         encodings of MIME-encoded words, in order to improve
15464         interoperability with several broken MUAs.
15465
15466 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15467
15468         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15469         tags, only when charsets are not specified in headers.
15470         (mm-inline-text-html-render-with-w3m): Ditto.
15471
15472         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15473         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15474
15475 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15476
15477         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15478         instead of MIME-decoded from fields when checking
15479         `gnus-article-address-banner-alist'.
15480
15481 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15482
15483         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15484         description rather than subject.
15485
15486 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15487
15488         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15489
15490 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15491
15492         * gnus.el (gnus-version-number): Bump.
15493
15494 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15495
15496         * gnus.el: No Gnus v0.2 is released.
15497
15498 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15499
15500         * gnus-agent.el (gnus-agent-read-agentview): Inline
15501         gnus-uncompress-range.
15502
15503 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15504
15505         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15506         `exec-installed-p'.
15507
15508 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15509
15510         * gnus.el (spam-process, spam-autodetect-methods): Add
15511         bsfilter and bsfilter-headers.
15512
15513         * spam.el (spam-bsfilter): New customize group.
15514         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15515         (spam-bsfilter-header, spam-bsfilter-probability-header)
15516         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15517         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15518         (spam-bsfilter-database-directory): New options.
15519         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15520         (spam-list-of-statistical-checks, spam-registration-functions):
15521         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15522         (spam-bsfilter-score): New command.
15523         (spam-check-bsfilter-headers, spam-check-bsfilter)
15524         (spam-bsfilter-register-with-bsfilter)
15525         (spam-bsfilter-register-spam-routine)
15526         (spam-bsfilter-unregister-spam-routine)
15527         (spam-bsfilter-register-ham-routine)
15528         (spam-bsfilter-unregister-ham-routine): New functions.
15529         (spam-generic-score): Support bsfilter; Accept an optional argument
15530         to recalcurate spam score even if scoring header has already been
15531         added.
15532         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15533         optional argument to recalcurate spam score even if scoring header
15534         has already been added.
15535
15536 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15537
15538         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15539         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15540         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15541         link is missing.
15542
15543 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15544
15545         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15546         (html2text-get-attr): Rewrite.
15547
15548         * message.el (message-setup-1): Remove redundant put-text-property
15549         on mail-header-separator.
15550
15551 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * gnus-registry.el (gnus-registry-cache-whitespace)
15554         (gnus-registry-action, gnus-registry-spool-action)
15555         (gnus-registry-split-fancy-with-parent): Change message levels
15556         from 5 to 3 or 7, as needed.
15557
15558         * spam.el (spam-summary-prepare-exit)
15559         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15560         (spam-split, spam-find-spam, spam-log-undo-registration)
15561         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15562         level from 5 to 6.
15563
15564 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15567         2004-03-04 change).
15568
15569 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15570
15571         * sieve-manage.el (sieve-manage-open):
15572         * nnweb.el (nnweb-insert-html):
15573         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15574         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15575         * nnspool.el (nnspool-request-group):
15576         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15577         * nnml.el (nnml-request-update-info):
15578         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15579         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15580         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15581         (nnimap-request-set-mark):
15582         * nnfolder.el (nnfolder-request-update-info):
15583         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15584         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15585         * gnus-uu.el (gnus-uu-find-articles-matching):
15586         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15587         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15588         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15589         * gnus-nocem.el (gnus-nocem-scan-groups):
15590         * gnus-int.el (gnus-start-news-server):
15591         * gnus-group.el (gnus-group-make-kiboze-group)
15592         (gnus-group-browse-foreign-server):
15593         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15594         Use mapc when appropriate.
15595
15596 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15597
15598         FIXME: Make separate entries for each person.
15599
15600         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15601         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15602         <shields@msrl.com>:
15603
15604         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15605         may need for spam sorting and scoring.
15606         (spam-user-format-function-S): Add user format function suitable for
15607         general use.
15608         (spam-article-sort-by-spam-status): Add sorting function for summary
15609         sorting.
15610         (spam-extra-header-to-number): Add function to get a score from a
15611         header.
15612         (spam-summary-score): Add function to get a numeric score from the
15613         headers.
15614         (spam-generic-score): Fix function doc, was in wrong place.
15615         (spam-initialize): Take symbols when it's run, and install the
15616         extra headers that spam-necessary-extra-headers thinks we need.
15617
15618 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15619
15620         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15621         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15622
15623 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15624
15625         * gnus-sum.el (gnus-set-global-variables)
15626         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15627         (gnus-article-get-xrefs, gnus-summary-best-group)
15628         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15629         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15630         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15631         Use with-current-buffer.
15632
15633 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15634
15635         * spam.el (spam-summary-prepare-exit): Simplify logic.
15636         (spam-fetch-article-header): Read the article header if it's not
15637         available.
15638         (spam-list-articles): Simplify logic.
15639         (spam-filelist-register-routine): Fix bug with unregister-list.
15640
15641         * gnus-registry.el: Fix comments at beginning.
15642
15643 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15644
15645         * message.el (message-cater-to-broken-inn): Remove.
15646         (message-shorten-references): Make sure the total folded length of
15647         References is shorter than 998 characters to cater to a bug in INN
15648         2.3.  Also, don't pretend that references aren't folded -- this
15649         hasn't worked for a while.
15650
15651 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15652
15653         * gnus-agent.el (gnus-agentize):
15654         gnus-agent-send-mail-real-function no longer set to current value
15655         of message-send-mail-function but rather a lambda that calls
15656         message-send-mail-function.  The change makes the agent real-time
15657         responsive to user changes to message-send-mail-function.
15658
15659 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15660
15661         * legacy-gnus-agent.el
15662         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15663         help from Florian Weimer <fw@deneb.enyo.de>
15664
15665 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * nnmail.el (nnmail-cache-insert): Revert last change.
15668
15669 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * nnmail.el (nnmail-cache-insert): Always check whether
15672         nnmail-cache-ignore-groups matches a group name.
15673
15674 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15675
15676         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15677         (spam-find-spam, spam-log-processing-to-registry)
15678         (spam-log-registered-p, spam-log-unregistration-needed-p)
15679         (spam-log-undo-registration): Use gnus-message instead of
15680         gnus-error, none of these errors are fatal.
15681
15682         * gnus-registry.el (gnus-registry-clean-empty-function)
15683         (gnus-registry-clean-empty): Remove only empty entries without
15684         extra data.
15685
15686 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15687
15688         * spam-stat.el (spam-stat-buffer-change-to-spam)
15689         (spam-stat-buffer-change-to-non-spam): Change (error) to
15690         (gnus-message 8) invocation.
15691
15692 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * nntp.el (nntp-via-netcat-command): New variable.
15695         (nntp-via-netcat-switches): New variable.
15696         (nntp-open-via-rlogin-and-netcat): New function.
15697         (nntp-open-connection-function): Doc fix.
15698         (nntp-telnet-command): Doc fix.
15699         (nntp-end-of-line): Doc fix.
15700         (nntp-via-rlogin-command): Doc fix.
15701         (nntp-via-user-name): Doc fix.
15702         (nntp-via-address): Doc fix.
15703
15704 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15707         error in Emacs 21.1.
15708
15709 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15712
15713 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15714
15715         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15716         (gnus-agent-with-refreshed-group): New macro.
15717         (gnus-agent-rename-group): New function.
15718         (gnus-agent-delete-group): New function.
15719         (gnus-agent-save-group-info): Use gnus-command-method when
15720         `method' parameter is nil.  Don't write nil entries into the
15721         active file.
15722         (gnus-agent-get-group-info): New function.
15723         (gnus-agent-fetch-articles): Use
15724         gnus-agent-update-files-total-fetched-for to increment disk space
15725         used.
15726         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15727         gnus-agent-update-view-total-fetched-for to increment disk space
15728         used.
15729         (gnus-agent-get-local): Added optional parameters to avoid calling
15730         gnus-group-real-name and gnus-find-method-for-group.
15731         (gnus-agent-set-local): Delete stored entry if either min, or max,
15732         are nil.
15733         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15734         quit, use gnus-agent-regenerate-group to record existance of any
15735         articles fetched to disk before the quit occurred.
15736         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15737         gnus-agent-update-view-total-fetched-for, and
15738         gnus-agent-update-files-total-fetched-for to decrement disk space
15739         used.
15740         (gnus-agent-retrieve-headers): Use
15741         gnus-agent-update-view-total-fetched-for to increment disk space
15742         used.
15743         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15744         with gnus-agent-update-files-total-fetched-for to decrement disk
15745         space and fresh group buffer.
15746         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15747         (gnus-agent-need-update-total-fetched-for): New variable.
15748         (gnus-agent-update-files-total-fetched-for): New function.
15749         (gnus-agent-update-view-total-fetched-for): New function.
15750         (gnus-agent-total-fetched-for): New function.
15751
15752         * gnus-cache.el (gnus-cache-save-buffers): Use
15753         gnus-cache-update-overview-total-fetched-for to change disk space
15754         used by this group.
15755         (gnus-cache-possibly-enter-article): Use
15756         gnus-cache-update-file-total-fetched-for to increment disk space
15757         used by this group.
15758         (gnus-cache-possibly-remove-article): Use
15759         gnus-cache-update-file-total-fetched-for to decrement disk space
15760         used by this group.
15761         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15762         (gnus-cache-rename-group): New function.
15763         (gnus-cache-delete-group): New function.
15764         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15765         (gnus-cache-need-update-total-fetched-for): New variable.
15766         (gnus-cache-with-refreshed-group): New macro.
15767         (gnus-cache-update-file-total-fetched-for): New function.
15768         (gnus-cache-update-overview-total-fetched-for): New function.
15769         (gnus-cache-rename-group-total-fetched-for): New function.
15770         (gnus-cache-delete-group-total-fetched-for): New function.
15771         (gnus-cache-total-fetched-for): New function.
15772
15773         * gnus-group.el: Require gnus-sum and autoload functions to
15774         resolve warnings when gnus-group.el compiled alone.
15775         (gnus-group-line-format): Documented new %F.
15776         (size of Fetched data) group line format; identifies disk space
15777         used by agent and cache.
15778         (gnus-group-line-format-alist): Defined new F format.
15779         (gnus-total-fetched-for): New function.
15780         (gnus-group-delete-group): No longer update
15781         gnus-cache-active-altered as gnus-request-delete-group now keeps
15782         the cache in sync.
15783         (gnus-group-list-active): Let the agent store a server's active
15784         list if currently plugged.
15785
15786         * gnus-int.el (gnus-request-delete-group):
15787         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15788         local disk in sync with the server.
15789         (gnus-request-rename-group):
15790         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15791         local disk in sync with the server.
15792
15793         * gnus-start.el (gnus-get-unread-articles):
15794         Cosmetic simplification to logic.
15795
15796         * gnus-util.el (gnus-rename-file): New function.
15797
15798 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15799
15800         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15801
15802 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15803
15804         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15805         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15806
15807 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15808
15809         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15810         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15811
15812 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15813
15814         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15815
15816 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15817
15818         * spam.el (spam-set-difference): Add function to replace
15819         gnus-set-difference in spam.el.
15820         (spam-summary-prepare-exit): Use spam-set-difference.
15821
15822 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15823
15824         * gnus-registry.el (gnus-registry-cache-file): Update to use
15825         gnus-dribble-directory OR gnus-home-directory OR ~.
15826         (gnus-registry-split-fancy-with-parent): Fix doc.
15827
15828 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * message.el (message-exchange-point-and-mark): Use
15831         message-mark-active-p.  Suggested by Jesper Harder
15832         <harder@ifa.au.dk>.
15833
15834 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * message.el (message-exchange-point-and-mark): Don't activate
15837         region if it was inactive.  Suggested by Hiroshi Fujishima
15838         <pooh@nature.tsukuba.ac.jp>.
15839
15840 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-art.el (article-display-face): Display Faces in the same
15843         order as X-Faces.
15844
15845 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15848
15849 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15852         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15853         (gnus-article-mime-hierarchy): Remove.
15854         (gnus-article-mime-hierarchy-next): Remove.
15855         (gnus-article-mode): Revert 2004-03-19 change.
15856         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15857         (gnus-insert-mime-button): Revert 2004-03-19 change.
15858         (gnus-mime-accumulate-hierarchy): Remove.
15859         (gnus-mime-enter-multipart): Remove.
15860         (gnus-mime-leave-multipart): Remove.
15861         (gnus-mime-display-part): Revert 2004-03-19 change.
15862         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15863
15864         * mml.el (mml-preview): Revert 2004-03-19 change.
15865
15866 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15867
15868         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15869
15870 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15873         t while entering a file name using the mm-with-multibyte macro.
15874         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15875
15876         * mm-util.el (mm-with-multibyte): New macro.
15877
15878 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15881         user option.
15882         (gnus-mime-multipart-functions): Doc and customization fix.
15883         (gnus-article-mime-hierarchy): New variable.
15884         (gnus-article-mime-hierarchy-next): New variable.
15885         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15886         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15887         gnus-article-mime-hierarchy-next to nil.
15888         (gnus-insert-mime-button): Show hierarchy numbers.
15889         (gnus-mime-accumulate-hierarchy): New function.
15890         (gnus-mime-enter-multipart): New function.
15891         (gnus-mime-leave-multipart): New function.
15892         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15893         (gnus-mime-display-alternative): Show hierarchy numbers.
15894
15895         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15896         gnus-article-mime-hierarchy-next to nil.
15897
15898 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15899
15900         * dns.el: Don't require gnus-xmas.
15901
15902 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15903
15904         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15905         inline PGP.
15906         (mml-menu): Disable mml-quote-region if mark is inactive.
15907
15908 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15911         when the group's active is not available.
15912
15913 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15916         error.
15917
15918 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15919
15920         * imap.el (imap-store-password): New variable.
15921         (imap-interactive-login): Use it.
15922         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15923
15924 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15927         window-start and hscroll to summary window.
15928
15929 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15930
15931         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15932         conversion message to newsrc-dribble when an actual conversion is
15933         performed.
15934
15935 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15936
15937         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15938
15939 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * mm-decode.el (mm-complicated-handles): New function reviving
15942         former definition of mm-multiple-handles.
15943
15944         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15945         (gnus-mime-delete-part): Use it.
15946
15947 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15948
15949         * gnus-agent.el (gnus-agent-read-local): Bind
15950         nnheader-file-coding-system to gnus-agent-file-coding-system to
15951         avoid the implicit assumption that they will always be equal.
15952         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15953         coding-system-for-write, as the with-temp-file macro first prints
15954         to a buffer then saves the buffer.
15955
15956 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-art.el (gnus-article-edit-part): New function.
15959         (gnus-mime-save-part-and-strip): Use it; do query instead of
15960         signaling an error; don't use mm-multiple-handles.
15961         (gnus-mime-delete-part): Ditto.
15962
15963 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15964
15965         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15966         old file versions.
15967         (gnus-group-prepare-hook): Removed function that converted list
15968         form of gnus-agent-expire-days to group properties.
15969
15970         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15971         (gnus-request-accept-article): Re-indented.
15972
15973         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15974         converters to handle old agent file formats.  Added logic for a
15975         "backup before upgrading warning".
15976         (gnus-convert-mark-converter-prompt): Developers can mark
15977         functions as needing (default), or not needing,
15978         gnus-convert-old-newsrc's "backup before upgrading warning".
15979         (gnus-convert-converter-needs-prompt): Tests whether the user
15980         should be protected from potentially irreversable changes by the
15981         function.
15982
15983         * legacy-gnus-agent.el: New.  Provides converters that are only
15984         loaded when gnus-convert-old-newsrc needs to call them.
15985
15986 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * mail-source.el (mail-source-touch-pop): Doc fix.
15989
15990         * message.el (message-smtpmail-send-it): Doc fix.
15991
15992 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15993
15994         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15995
15996         * nnmail.el (nnmail-split-fancy): do.
15997
15998         * gnus-kill.el (gnus-kill, gnus-execute): do.
15999
16000 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16001
16002         * gnus-sum.el (gnus-widget-reversible-match)
16003         (gnus-widget-reversible-to-internal)
16004         (gnus-widget-reversible-to-external): New functions.
16005         (gnus-widget-reversible): New widget.
16006         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16007
16008 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16009
16010         * gnus-sum.el (gnus-thread-sort-functions)
16011         (gnus-article-sort-functions): Document `(not F)' items.
16012
16013 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16014
16015         * spam.el (spam-use-gmane-xref): Add new backend.
16016         (spam-gmane-xref-spam-group): Add variable to control the name of the
16017         Gmane spam group.
16018         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16019         (spam-regex-headers-spam, spam-regex-headers-ham)
16020         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16021         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16022         backends and checks.
16023         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16024
16025         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16026         an autodetect method.
16027
16028 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16029
16030         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16031         articles are being added to a group.
16032         (gnus-request-replace-article): Inform the agent that articles
16033         need to be uncached as the cached contents are no longer valid.
16034
16035 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * binhex.el: Don't autoload executable-find.
16038
16039         * canlock.el: Don't autoload mail-fetch-field.
16040
16041         * dgnushack.el: Autoload c-mode for XEmacs.
16042
16043         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16044
16045         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16046         rmail-dont-reply-to and rmail-output.
16047
16048         * gnus-score.el: Don't autoload ffap-string-at-point.
16049
16050         * gnus-setup.el: Don't autoload sc-cite-original.
16051
16052         * imap.el: Don't autoload base64-decode-string,
16053         base64-encode-string and md5.
16054
16055         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16056         and rmail-msg-restore-non-pruned-header.
16057
16058         * mm-decode.el: Don't autoload executable-find.
16059
16060         * mm-url.el: Don't autoload executable-find.
16061
16062         * mm-view.el: Don't autoload diff-mode.
16063
16064         * nndb.el: Don't autoload news-reply-mode, news-setup,
16065         cancel-timer and telnet.
16066
16067         * password.el: Don't autoload run-at-time for Emacs.
16068
16069         * sha1-el.el: Don't autoload executable-find.
16070
16071         * sieve-mode.el: Don't autoload c-mode.
16072
16073         * uudecode.el: Don't autoload executable-find.
16074
16075 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16076
16077         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16078         (gnus-agent-possibly-alter-active): Avoid null in numeric
16079         comparison.
16080         (gnus-agent-set-local): Refuse to save null in local object table.
16081         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16082         list of articles that will be marked as unread.
16083
16084 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16087
16088 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16089
16090         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16091         language tags.
16092
16093 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16094
16095         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16096         Don't bind "obarray".
16097
16098         * gnus-sum.el (gnus-thread-sort-functions): Added
16099         `gnus-thread-sort-by-most-recent-number' and
16100         `gnus-thread-sort-by-most-recent-date'.
16101         Reported by Kai Grossjohann <kai@emptydomain.de>.
16102
16103 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16106
16107 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16108
16109         * gnus-cus.el (gnus-agent-customize-category): Removed
16110         ignore-errors macro reference that required cl to be loaded at
16111         run-time.
16112
16113         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16114         single-interval range of the form (min . max).  Previously the
16115         range had to look like ((min . max)).  Likewise, return
16116         (min . max) rather than ((min . max)).
16117         (gnus-range-map): Use gnus-range-normalize to accept
16118         single-interval range.
16119
16120         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16121         the cache, but not the agent, now appear with their usual face.
16122
16123         * dgnushack.el (loaddir): New variable that is bound to the
16124         directory containing the dgnushack.el file. Use loaddir, rather
16125         than srcdir, to update load-path. Change lets dgnushack compile
16126         code in directories other than GNUS/lisp.
16127
16128 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * lpath.el: Don't bind w3m-safe-url-regexp.
16131
16132         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16133         w3m-safe-url-regexp variable buffer-local.
16134
16135         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16136
16137 2004-02-27  Simon Josefsson  <jas@extundo.com>
16138
16139         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16140         gnus-group-real-prefix.
16141         (gnus-summary-move-article): Use it, instead of
16142         gnus-group-real-prefix.
16143
16144 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * lpath.el: Bind w3m-safe-url-regexp.
16147
16148         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16149         w3m-safe-url-regexp variable buffer-local and set it as the value
16150         of mm-w3m-safe-url-regexp.
16151
16152         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16153
16154         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16155         parsing gnus-posting-styles when the message is not for replying.
16156
16157         * dgnushack.el: Autoload sgml-mode for XEmacs.
16158
16159         * nnrss.el (nnrss-opml-export): Use
16160         mm-set-buffer-file-coding-system instead of
16161         set-buffer-file-coding-system.
16162
16163 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16164
16165         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16166         of checkdoc.el).
16167         * nnrss.el: do.
16168         * gnus-mlspl.el: do.
16169         * gnus-ml.el: do.
16170         * gnus-srvr.el: do.
16171
16172         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16173
16174 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16175
16176         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16177         Corrections to custom-manual links.
16178
16179         * gnus-art.el (gnus-article): Ditto.
16180
16181         * mm-decode.el (mime-display, mime-security): Ditto.
16182
16183 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16184
16185         * flow-fill.el: Typo.
16186
16187 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16188
16189         * spam-wash.el: New file.
16190
16191 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16192
16193         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16194
16195 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16196
16197         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16198         to be run with new-articles as LIST1, not LIST2.
16199         (spam-registration-functions): Add spam-use-ham-copy as a nil
16200         registration backend.
16201
16202 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16203
16204         * spam-stat.el (spam-stat-washing-hook): New option.
16205         (spam-stat-buffer-words): Use it.
16206         (spam-stat-process-directory, spam-stat-test-directory): Use
16207         insert-file-contents-literally.
16208         (spam-stat-coding-system): New variable.
16209         (spam-stat-load, spam-stat-save): Use it.
16210
16211 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * spam-report.el (spam-report-plug-agent): Quote
16214         spam-report-url-to-file and spam-report-url-ping-plain.
16215
16216 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16217
16218         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16219         / in mailto URLs.
16220
16221 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * spam-report.el (spam-report-process-queue): Fix interactive use.
16224         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16225         (spam-report-unplug-agent): Doc fixes.
16226         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16227         (spam-report-agentize, spam-report-deagentize): Autoload.
16228
16229 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16232
16233         * message.el (message-setup-fill-variables): Add mml tags to
16234         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16235         <ajk@iu.edu>.
16236         (message-mode): Don't modify paragraph-separate there.
16237
16238 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * compface.el (uncompface-use-external): Default to undecided.
16241         (uncompface-use-external-threshold): New variable.
16242         (uncompface-float-time): New macro.
16243         (uncompface): Determine whether to use the external decoder if
16244         uncompface-use-external is undecided.
16245
16246 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16247
16248         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16249         after images.
16250
16251         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16252
16253 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16254
16255         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16256
16257         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16258
16259         * gnus-sum.el (gnus-summary-limit-to-age)
16260         (gnus-summary-limit-children): do.
16261
16262         * gnus-int.el (gnus-request-scan): do.
16263
16264         * gnus-group.el (gnus-group-suspend): do.
16265
16266         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16267
16268         * gnus-cite.el (gnus-cite-parse-attributions): do.
16269
16270         * gnus-agent.el (gnus-summary-set-agent-mark)
16271         (gnus-agent-regenerate-group): do.
16272
16273         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16274
16275         * binhex.el (binhex-decode-region-internal): do.
16276
16277 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * gnus-fun.el (gnus-face-properties-alist): New user option.
16280         (gnus-display-x-face-in-from): Use it.
16281
16282         * gnus-art.el (article-display-face): Ditto.
16283
16284         * compface.el (uncompface-use-external): Default to nil.
16285
16286 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16287
16288         * nntp.el (nntp-erase-buffer): New function.
16289         (nntp-retrieve-data, nntp-send-command)
16290         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16291         (nntp-possibly-change-group): Use it.
16292
16293         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16294         with-current-buffer.
16295
16296 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16297
16298         * compface.el: Merge the ELisp-based uncompface program.
16299         (compface): New customization group.
16300         (uncompface-use-external): New user option.
16301         (uncompface): Call uncompface-internal if uncompface-use-external
16302         is nil.
16303         (uncompface-internal): New function.  Note that there are also
16304         some other functions and variables added for this function.
16305
16306 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16307
16308         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16309         if necessary.
16310
16311 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16312
16313         * spam-report.el (spam-report-unplug-agent)
16314         (spam-report-plug-agent, spam-report-deagentize)
16315         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16316         Add support for the Agent in spam-report: when unplugged, report to a
16317         file; when plugged, submit all the requests.
16318
16319         * spam.el (spam-register-routine): Fix message about
16320         registration.
16321
16322 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16323
16324         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16325         dependencies.
16326         (rfc2047-encode): Use it.
16327
16328         * gnus-art.el (gnus-button-marker-list): Move before first
16329         reference.
16330
16331         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16332         (imap-parse-body): Fix format string mismatch.
16333
16334         * gnus-score.el (gnus-summary-increase-score): do.
16335
16336         * nnrss.el (nnrss-close): New function.
16337
16338 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16339
16340         * nnrss.el (nnrss-make-filename): New function.
16341         (nnrss-request-delete-group, nnrss-read-server-data)
16342         (nnrss-save-server-data, nnrss-read-group-data)
16343         (nnrss-save-group-data): Use it.
16344         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16345         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16346         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16347
16348 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16349
16350         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16351
16352 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16353
16354         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16355         files.
16356
16357         * message.el (message-generate-headers-first): Don't quote nil
16358         and t in docstrings.
16359
16360         * imap.el (imap-id): do.
16361
16362         * gnus-agent.el (gnus-agent-consider-all-articles)
16363         (gnus-agent-queue-mail): do.
16364
16365 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16366
16367         * spam-report.el (spam-report-process-queue): New function.
16368         Process requests from `spam-report-requests-file'.
16369         (spam-report-process-queue): Doc fix.
16370
16371 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16372
16373         * spam.el (spam-register-routine)
16374         (spam-log-processing-to-registry, spam-log-registered-p)
16375         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16376         Change "check" to "spam-check" for semi-clarity.
16377
16378 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * pop3.el: Require nnheader.
16381
16382         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16383
16384         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16385
16386         * gnus-picon.el: Require cl.
16387
16388         * gnus-fun.el: Require gnus-ems and gnus-util.
16389
16390         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16391
16392         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16393
16394         * gnus-art.el (gnus-article-edit-mode): Define before first
16395         reference.
16396
16397 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16398
16399         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16400         (gnus-uu-post-encoded): Use point-at-bol.
16401
16402         * gnus-topic.el (gnus-group-active-topic-p): do.
16403
16404         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16405
16406         * gnus-group.el (gnus-group-kill-region): do.
16407
16408         * gnus-art.el (article-date-ut): do.
16409
16410         * message.el (message-fetch-field): Remove redundant
16411         case-fold-search binding.
16412         (message-narrow-to-field): Simplify.
16413
16414 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * spam.el (spam-directory): Derive from `gnus-directory'.
16417
16418         * spam-report.el (spam-report-url-to-file)
16419         (spam-report-requests-file): New function and variable for offline
16420         reporting.
16421         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16422         and user defined function.
16423         (spam-report-url-ping-mm-url): Remove doubled slash.
16424
16425 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16426
16427         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16428
16429 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16432         format string mismatch.
16433
16434         * sieve.el (sieve-deactivate-all): do.
16435
16436         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16437
16438         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16439
16440         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16441
16442         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16443
16444 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16445
16446         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16447         the list of checks.
16448
16449 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16450
16451         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16452         padding.
16453
16454 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16455
16456         * mm-view.el (mm-fill-flowed): New variable.
16457         (mm-inline-text): Use it.
16458
16459 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16460
16461         * spam.el (spam-spamassassin-register-ham-routine)
16462         (spam-spamassassin-register-spam-routine): Fix function names.
16463
16464 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * gnus.el (gnus-tmp-grouplens): Remove.
16467         (gnus-summary-line-format): Remove grouplens.
16468
16469         * gnus-group.el (gnus-group-line-format): Ditto.
16470
16471         * gnus-spec.el (gnus-format-specs): Ditto.
16472         (gnus-update-format-specifications): Flush the group format spec
16473         cache if there's the grouplens stuff.
16474         (gnus-parse-simple-format): Replace %l with the empty string.
16475
16476 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16477
16478         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16479         omission.
16480
16481 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16484         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16485
16486 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16487
16488         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16489         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16490         New macros and functions.
16491         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16492         Handle > NLINK_MAX messages.
16493         * nnmaildir.el (nnmaildir-request-set-mark): Use
16494         nnmaildir--emlink-p and nnmaildir--eexist-p.
16495
16496 2004-01-25  Alex Schroeder  <alex@gnu.org>
16497
16498         * spam-stat.el (spam-stat-process-directory-age): New option.
16499         (spam-stat-process-directory): Use it.
16500
16501 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16502
16503         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16504         (spam-stat-save): Accept prefix argument.
16505
16506 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16507
16508         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16509         links" error.
16510
16511 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16514         the rest of the and/or forms.
16515
16516 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16517
16518         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16519         compatibility with old .newsrc.eld files.
16520
16521         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16522
16523         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16524
16525         * gnus-start.el (gnus-1): do.
16526
16527         * gnus-group.el (gnus-group-line-format-alist): do.
16528
16529         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16530
16531         * gnus-gl.el: Remove.
16532
16533 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16534
16535         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16536         marks consisting of a single range {for example, (3 . 5)} rather
16537         than a list of a single range { ((3 . 5)) }.
16538
16539 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16542         with-current-buffer.
16543         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16544         avoid consing a string.
16545
16546         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16547         Remove obsolete entries for big5 and gb2312.
16548
16549 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16550
16551         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16552         uncompressed list.
16553
16554 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * spam-stat.el (spam-stat-strip-xref): New function.
16557         (spam-stat-process-directory): Use it.
16558
16559         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16560         here -- it's done in message-fetch-field.
16561
16562 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16563
16564         * gnus-agent.el (gnus-agent-queue-mail)
16565         (gnus-agent-prompt-send-queue): New variables.
16566         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16567         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16568         "nndraft:queue" along to gnus-draft-send.  Use
16569         gnus-agent-prompt-send-queue.
16570         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16571         is "nndraft:queue".  Suggested by Gaute Strokkenes
16572         <gs234@srcf.ucam.org>
16573
16574         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16575         (agent-enable-undownloaded-faces): Added.
16576         (gnus-agent-cat-groups): Use eval-and-compile, not
16577         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16578         method of gnus-agent-cat-groups even when the buffer has been
16579         evaled.
16580         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16581         delete gnus-agent-save-active-1.
16582         (gnus-agent-save-groups): Deleted.  Identical to
16583         gnus-agent-save-active.
16584         (gnus-agent-write-active): No longer adjust agent's copy of active
16585         file as agent's adjustments are now stored in their own
16586         file.  Removed optional parameter.
16587         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16588         servers.  Add use of min/max range limits from server's local
16589         file.
16590         (gnus-agent-save-alist): Removed unused optional argument.
16591         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16592         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16593         (gnus-agent-set-local): A per-server file that keeps min/max range
16594         limits for articles known to the agent.  Provides a fast mechanism
16595         for altering many active ranges.
16596         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16597         active file (local makes it unnecessary).
16598         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16599
16600         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16601         (agent-enable-undownloaded-faces): Added.
16602
16603         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16604         disable it when sending to "nndraft:queue".
16605         (gnus-group-send-queue): Add safety check to avoid sending queue
16606         when unplugged.
16607
16608         * gnus-group.el (gnus-group-catchup): Use new
16609         gnus-sequence-of-unread-articles, not
16610         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16611         numbers of articles.  Use gnus-range-map to avoid having to
16612         uncompress the unread list.
16613         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16614         Fixed invalid ange-ftp reference.
16615
16616         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16617         (gnus-sorted-range-intersection): Intersection of two ranges
16618         without requiring that they first be uncompressed.
16619
16620         * gnus-start.el (gnus-activate-group): Unless blocked by the
16621         caller, possibly expand the active range to include both cached
16622         and agentized articles.
16623         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16624         multiple version-dependent converters.
16625         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16626         gnus-agent-save-active.
16627         (gnus-save-newsrc-file): Save dirty agent range limits.
16628
16629         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16630         gnus-agent-possibly-alter-active.
16631         (gnus-adjust-marked-articles): Faster handling of simple lists.
16632
16633 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16634
16635         * spam-stat.el (spam-stat-test-directory): New optional argument
16636         displays a list of files detected.  Suggested by Andrew Cohen
16637         <cohen@andy.bu.edu>.
16638         (spam-stat-buffer-words-with-scores): Don't narrow and change
16639         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16640
16641 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16642
16643         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16644         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16645         (spam-spamassassin-arguments)
16646         (spam-spamassassin-spam-flag-header)
16647         (spam-spamassassin-positive-spam-flag-header)
16648         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16649         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16650         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16651         (spam-list-of-processors, spam-list-of-checks)
16652         (spam-list-of-statistical-checks, spam-registration-functions)
16653         (spam-check-spamassassin-headers, spam-check-spamassassin)
16654         (spam-spamassassin-score)
16655         (spam-spamassassin-register-with-sa-learn)
16656         (spam-spamassassin-register-spam-routine)
16657         (spam-spamassassin-register-ham-routine)
16658         (spam-assassin-register-spam-routine)
16659         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16660         (spam-bogofilter-score): Fix to show article before scoring.
16661
16662 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16663
16664         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16665         default scoring function.
16666         (spam-generic-score): Call spam-spamassassin-score if
16667         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16668         spam-bogofilter-score otherwise.
16669
16670         * gnus.el (spam-process, spam-autodetect-methods): Add
16671         spamassassin and spamassassin-headers.
16672
16673 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16674
16675         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16676         Suppress unnecessary messages.
16677
16678 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16679
16680         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16681         make-hash-table.
16682
16683 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * canlock.el (base64-encode-string): Don't autoload it.
16686
16687 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * run-at-time.el: Remove useless (require 'itimer),
16690         eval-and-compile and (featurep 'xemacs).
16691
16692 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16693
16694         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16695         GROUP is a virtual group.
16696
16697 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16698
16699         * gnus.el: Autoload `message-y-or-n-p'.
16700
16701 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16702
16703         * pgg-parse.el: Remove unnecessary (require 'custom).
16704
16705         * pgg-def.el: do.
16706
16707         * nnmail.el: do.
16708
16709         * gnus-undo.el: do.
16710
16711         * gnus-picon.el: do.
16712
16713         * gnus-util.el: do.
16714
16715 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16716
16717         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16718
16719 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16720
16721         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16722         handle, as well as a list.
16723
16724         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16725         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16726         (mm-w3m-cid-retrieve): Simplify.
16727
16728 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16729
16730         * message.el (message-kill-to-signature): Allow prefix arg to
16731         specify number of lines to keep before signature.
16732
16733 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16734
16735         * message.el (message-kill-to-signature): Change docstring.
16736
16737 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * canlock.el: Always require sha1-el.
16740         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16741
16742         * message.el: Autoload sha1 only when compiling.
16743
16744         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16745         eudc-expand-inline for XEmacs.
16746
16747 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16748
16749         * message.el (message-canlock-generate): Require sha1-el.
16750
16751 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16752
16753         * message.el (message-expand-name): Silence the byte compiler.
16754
16755         * lpath.el: Add detect-coding-system.
16756
16757         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16758         cus-edit.
16759
16760 2004-01-13  Simon Josefsson  <jas@extundo.com>
16761
16762         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16763         Invoke gnus-score-mode.  Reported by
16764         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16765
16766         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16767         Jim Blandy <jimb@redhat.com> (tiny change).
16768
16769 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16770
16771         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16772
16773 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16774
16775         * spam.el (spam-get-article-as-string): Update to use
16776         gnus-request-article-this-buffer, much simpler.
16777         (spam-get-article-as-buffer): Remove.
16778
16779 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16780
16781         * message.el (message-expand-name): Use EUDC if the user uses that.
16782
16783 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16784
16785         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16786         character for the encoding to avoid consing a string.
16787
16788         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16789         unnecessarily.
16790
16791         * mm-util.el (mm-replace-chars-in-string): Remove.
16792
16793         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16794         of mm-replace-chars-in-string.
16795
16796 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16797
16798         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16799
16800         * mm-util.el (mm-subst-char-in-string): Support inplace.
16801
16802         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16803         a new string in every iteration.  Use shy groups.
16804
16805 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16806
16807         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16808         * gnus-soup.el (gnus-soup-group-brew):
16809         * gnus-msg.el (gnus-put-message):
16810         * gnus-move.el (gnus-group-move-group-to-server):
16811         * gnus-kill.el (gnus-batch-score):
16812         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16813         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16814         (gnus-group-update-group, gnus-group-read-group)
16815         (gnus-group-make-group, gnus-group-make-help-group)
16816         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16817         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16818         (gnus-group-sort-by-unread, gnus-group-catchup)
16819         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16820         (gnus-group-yank-group, gnus-group-set-info)
16821         (gnus-group-list-groups):
16822         * gnus.el (gnus-generate-new-group-name):
16823         * gnus-delay.el (gnus-delay-send-queue):
16824         * nnvirtual.el (nnvirtual-catchup-group):
16825         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16826         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16827         (gnus-group-prepare-topics, gnus-topic-check-topology):
16828         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16829         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16830         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16831         (gnus-group-make-articles-read):
16832         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16833         (gnus-group-change-level, gnus-kill-newsgroup)
16834         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16835         (gnus-get-unread-articles, gnus-make-articles-unread)
16836         (gnus-make-ascending-articles-unread): Use accessor
16837         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16838         to get group information for improved readability.
16839
16840
16841 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16842
16843         * gnus-art.el (article-decode-mime-words, article-babel)
16844         (gnus-article-highlight-signature, gnus-article-add-buttons)
16845         (gnus-signature-toggle): Use gnus-with-article-buffer.
16846
16847         * gnus-art.el (gnus-article-highlight-headers)
16848         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16849
16850         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16851         (gnus-article-set-globals, gnus-request-article-this-buffer)
16852         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16853         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16854         (gnus-mime-display-alternative): Use with-current-buffer.
16855
16856 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16857
16858         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16859         also under 80 char limit, and call gnus-error if needed.
16860         (spam-fetch-article-header): Fix - it was a
16861         buffer-local variable (gnus-newsgroup-data).
16862         (spam-find-spam): Use spam-generate-fake-headers, forget about
16863         spam-insert-fake-headers.
16864         (spam-insert-fake-headers): Remove.
16865
16866 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16867
16868         * deuglify.el (gnus-article-outlook-unwrap-lines)
16869         (gnus-outlook-rearrange-article)
16870         (gnus-outlook-repair-attribution-outlook)
16871         (gnus-outlook-repair-attribution-block)
16872         (gnus-outlook-repair-attribution-other): Remove redundant
16873         save-excursion.
16874
16875 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16876
16877         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16878         (spam-fetch-field-subject-fast)
16879         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16880         (spam-fetch-article-header): Add functions to deal with Gnus
16881         internals for fast retrieval of article header data.
16882         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16883
16884 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16885
16886         * pop3.el (pop3-md5): Remove.
16887         (pop3-apop): Replace pop3-md5 with md5.
16888
16889         * mm-bodies.el: base64 is always built-in.
16890
16891         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16892         with-current-buffer.
16893
16894 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * canlock.el (canlock-insert-header): Remove excessive grouping in
16897         regexp.
16898
16899         * gnus-sum.el (gnus-summary-read-document): Ditto.
16900
16901         * gnus-uu.el (gnus-uu-part-number): Ditto.
16902
16903         * html2text.el (html2text-remove-tags): Ditto.
16904         (html2text-format-tags): Ditto.
16905         (html2text-format-single-elements): Ditto.
16906
16907         * mml.el (mml-parse-1): Ditto.
16908
16909 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16910
16911         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16912
16913         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16914
16915         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16916
16917         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16918
16919 2003-11-15  Simon Josefsson  <jas@extundo.com>
16920
16921         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16922         (pgg-gpg-lookup-key): Use regexp match instead of
16923         split-string (split-string is different between emacs 21.2 and
16924         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16925
16926 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16927
16928         * gnus-art.el (gnus-mime-view-all-parts)
16929         (gnus-article-part-wrapper, gnus-article-view-part): Use
16930         with-current-buffer.
16931
16932 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16933
16934         * spam.el (spam-disable-spam-split-during-ham-respool)
16935         (spam-spamoracle-database, spam-cache-lookups)
16936         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16937         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16938         (spam-group-ham-marks, spam-group-spam-marks)
16939         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16940         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16941         also add spam-use-blackholes to the statistical checks.
16942         (spam-fetch-field-fast): Add interface to fetching fields, may
16943         become a macro.
16944         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16945         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16946         (spam-insert-fake-headers): Fake an article when needed.
16947         (spam-find-spam): Fake article when possible.
16948         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16949         (spam-check-bogofilter-headers): Use message-fetch-field instead
16950         of nnmail-fetch-field.
16951
16952 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16955
16956 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16957
16958         * spam.el (spam-split): Do not require spam-use-CHECK to be
16959         enabled if that check is passed to spam-split explicitly; also
16960         fix so 'spam doesn't get converted to spam-split-group when
16961         spam-split-symbolic-return is t.
16962         (spam-find-spam): Find registrations of the article and use those
16963         instead of re-running spam-split to find the spam/ham
16964         classification of the article.
16965         (spam-log-processing-to-registry, spam-log-registered-p)
16966         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16967         Use gnus-error instead of gnus-message.
16968         (spam-log-registration-type): Add function to determine the
16969         classification of a message based on registry entries; will
16970         return nil if both 'spam and 'ham are found.
16971         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16972         a reasonably fast local cache without the loading errors.
16973         (spam-cache-lookups): Set to t by default.
16974         (spam-find-spam): Don't try to guess spam-cache-lookups.
16975         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16976         spam-caches entry.
16977         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16978         caching of whitelist/blacklist entries.
16979         (spam-check-whitelist, spam-check-blacklist): Invoke
16980         spam-from-listed-p with a type, not a cache variable.
16981         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16982
16983 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16984
16985         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16986
16987         * nnmail.el (nnmail-split-fancy): do.
16988
16989         * mml.el (mml-parse): do.
16990
16991         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16992         (gnus-score-adaptive): do.
16993
16994 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16997         (gnus-mime-button-map): Don't set keymap parent.
16998         (gnus-button-ctan-directory-regexp): Use shy grouping.
16999         (gnus-prev-page-map): Don't set keymap parent.
17000         (gnus-prev-page-map): Remove duplicated one.
17001         (gnus-next-page-map): Don't set keymap parent.
17002         (gnus-mime-security-button-map): Ditto.
17003
17004         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17005         version number.
17006
17007         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17008
17009 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * canlock.el (canlock-sha1-function): Remove.
17012         (canlock-sha1-function-for-verify): Remove.
17013         (canlock-openssl-program): Remove.
17014         (canlock-openssl-args): Remove.
17015         (canlock-ignore-errors): Remove.
17016         (canlock-sha1-with-openssl): Remove.
17017         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17018         (canlock-verify): Don't use canlock-ignore-errors.
17019
17020         * sha1-el.el (sha1-string-external): Make it can return a string
17021         in binary form.
17022         (sha1-region-external): Ditto.
17023         (sha1-string-internal): Ditto.
17024         (sha1-region-internal): Ditto.
17025         (sha1-region): Ditto.
17026         (sha1-string): Ditto.
17027         (sha1): Ditto.
17028
17029 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17030
17031         * spam.el (spam-report-articles-gmane): New command.
17032
17033 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17036
17037         * run-at-time.el (run-at-time-saved): Remove.
17038         (run-at-time): Doc fix.
17039
17040 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17041
17042         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17043         (gnus-summary-limit-map): Add it.
17044         (gnus-summary-make-menu-bar): do.
17045
17046 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17047
17048         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17049         Make attempt at some caching support (done for BBDB only now).
17050         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17051         addresses to be checked.
17052         (spam-clear-cache-BBDB): Add function, to be invoked by
17053         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17054         (spam-check-BBDB): Check and use the caches, if
17055         spam-cache-lookups is on, remove superfluous (provide).
17056
17057 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17060
17061 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17062
17063         * run-at-time.el (run-at-time-saved): Move to after the definition
17064         of `run-at-time'.
17065
17066         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17067
17068 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17071         mm-w3m-local-map-property.
17072
17073         * mm-view.el (mm-w3m-mode-map): Remove.
17074         (mm-w3m-local-map-property): Remove.
17075         (mm-inline-text-html-render-with-w3m): Don't use
17076         mm-w3m-local-map-property.
17077
17078 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17079
17080         * run-at-time.el: New file.
17081
17082         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17083         under Emacs.
17084
17085         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17086         of gnus-set-text-properties.
17087
17088         * gnus-uu.el (gnus-uu-save-article): Ditto.
17089
17090         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17091
17092         * gnus-cite.el (gnus-cite-parse): Ditto.
17093
17094         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17095         of gnus-.
17096
17097         * gnus-xmas.el (run-at-time): Require run-at-time.
17098
17099         * gnus.el: Changed calls to nnheader-run-at-time and
17100         password-run-at-time throughout to use run-at-time directly.
17101
17102         * password.el: Removed definition of run-at-time.
17103
17104         * nnheaderxm.el: Remove definition of run-at-time.
17105
17106 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17107
17108         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17109         in prompt.
17110
17111 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17112
17113         * messagexmas.el (message-xmas-redefine): Alias
17114         `message-make-caesar-translation-table' to
17115         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17116         version.
17117
17118         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17119         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17120         `gnus-xmas-set-text-properties'.
17121         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17122         `gnus-xmas-completing-read'.
17123         (gnus-xmas-completing-read): Removed.
17124         (gnus-xmas-open-network-stream): Removed.
17125
17126         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17127         XEmacs version.
17128
17129         * dns.el (dns-make-network-process): Use `open-network-stream'
17130         instead of `gnus-xmas-open-network-stream'.
17131
17132         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17133
17134         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17135
17136 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17137
17138         * gnus-art.el (gnus-mime-display-alternative)
17139         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17140         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17141         Don't use gnus-local-map-property.
17142
17143         * gnus-util.el (gnus-local-map-property): Remove.
17144
17145         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17146         gnus-completing-read-maybe-default with completing-read.
17147
17148         * gnus-util.el (gnus-completing-read): do.
17149         (gnus-completing-read-maybe-default): Remove.
17150
17151 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17152
17153         * password.el: Only autoload `run-at-time' if not XEmacs.
17154         Only autoload the itimer functions if XEmacs.
17155
17156 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17159         XEmacsen.
17160
17161         * dgnushack.el: Autoload executable-find for XEmacs.
17162
17163 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17164
17165         * gnus-art.el (gnus-read-string): Remove.
17166         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17167         read-string.
17168
17169 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17170
17171         * netrc.el: Autoload password-read.
17172         (netrc): Add configuration group.
17173         (netrc-encoding-method, netrc-openssl-path): Add
17174         variables for encoding and decoding of files with symmetric
17175         ciphers.
17176         (netrc-encode): Add assistant function to encode a file with
17177         netrc-encoding-method.
17178         (netrc-parse): Add interactive parameter, added optional
17179         decoding if netrc-encoding-method is non-nil but otherwise
17180         behavior is standard.
17181         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17182         Do s/encode/encrypt/ everywhere.
17183
17184         * spam.el: Remove executable-find autoload.
17185
17186 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17187
17188         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17189
17190         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17191
17192 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * gnus-art.el (gnus-treat-ansi-sequences)
17195         (article-treat-ansi-sequences): New variable and function.
17196         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17197
17198         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17199         Use it.
17200
17201 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17202
17203         * mm-util.el (mm-quote-arg): Remove.
17204
17205         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17206         shell-quote-argument.
17207
17208         * gnus-uu.el (gnus-uu-command): do.
17209
17210         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17211
17212         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17213         with make-char.
17214
17215         * mm-util.el (mm-make-char): Remove.
17216
17217         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17218         add-minor-mode.
17219
17220         * gnus-undo.el (gnus-undo-mode): do.
17221
17222         * gnus-topic.el (gnus-topic-mode): do.
17223
17224         * gnus-sum.el (gnus-dead-summary-mode): do.
17225
17226         * gnus-start.el (gnus-slave-mode): do.
17227
17228         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17229
17230         * gnus-ml.el (gnus-mailing-list-mode): do.
17231
17232         * gnus-gl.el (gnus-grouplens-mode): do.
17233
17234         * gnus-draft.el (gnus-draft-mode): do.
17235
17236         * gnus-dired.el (gnus-dired-mode): do.
17237
17238         * gnus-ems.el (gnus-add-minor-mode): Remove.
17239
17240         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17241         Replace gnus-char-width with char-width.
17242
17243         * gnus-ems.el (gnus-char-width): Remove.
17244
17245         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17246         Replace gnus-char-width with char-width.
17247
17248         * gnus-ems.el (gnus-char-width): Remove.
17249
17250         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17251         definition.
17252         Remove Emacs 20 hash table compatibility code.
17253
17254         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17255         20 compatibility code.
17256
17257         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17258
17259         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17260
17261         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17262         with point-at-{eol,bol}.
17263
17264         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17265
17266         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17267
17268         * flow-fill.el (fill-flowed-point-at-bol)
17269         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17270
17271         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17272         Replace with point-at-{eol,bol} throughout all files.
17273
17274 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * ntlm.el (ntlm-string-as-unibyte): New macro.
17277         (ntlm-build-auth-response): Use it.
17278
17279         Remove Emacs 20 stuff:
17280         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17281         (butlast, mapc, remove): Remove the compiler macros.
17282         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17283         of delq and copy-sequence.
17284         * gnus-art.el (popup-menu): Remove the compiler macro.
17285         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17286         Emacs 20.
17287
17288 2004-01-05  Simon Josefsson  <jas@extundo.com>
17289
17290         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17291         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17292         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17293         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17294         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17295         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17296         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17297         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17298         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17299         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17300         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17301         string-xor into ntlm-string-xor.  Suggested by
17302         Jesper Harder <harder@myrealbox.com>.
17303
17304         * ntlm.el: Don't include poem.
17305
17306         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17307         Jesper Harder <harder@myrealbox.com>.
17308
17309         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17310
17311         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17312         probably breaks emacs with DL patch, but do we care? Is anyone
17313         still using the DL stuff?)
17314
17315         * sieve-manage.el: Use the password package.
17316         (sieve-manage-read-passwd): Remove.
17317         (sieve-manage-interactive-login): Use password.  Re-add
17318         condition-case around loop.
17319
17320         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17321         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17322         the password package.
17323
17324 2003-02-19  Simon Josefsson  <jas@extundo.com>
17325
17326         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17327         token.
17328
17329 2002-08-07  Simon Josefsson  <jas@extundo.com>
17330
17331         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17332         (sieve-manage-authenticators):
17333         (sieve-manage-authenticator-alist): Add some SASL mechs.
17334         (sieve-sasl-auth): New function.
17335         (sieve-manage-cram-md5-auth):
17336         (sieve-manage-plain-auth): Rewrite using SASL library.
17337         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17338         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17339         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17340         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17341
17342 2004-01-05  Simon Josefsson  <jas@extundo.com>
17343
17344         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17345         New files.
17346
17347 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17348
17349         * gnus-group.el (gnus-no-groups-message): Update.
17350
17351         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17352
17353 2003-11-09  Simon Josefsson  <jas@extundo.com>
17354
17355         * imap.el: Support for ID IMAP extension (RFC 2971).
17356         (imap-local-variables): Add imap-id.
17357         (imap-id): New variable.
17358         (imap-id): New function.
17359         (imap-parse-response): Parse untagged ID response.
17360         * nnimap.el (nnimap-id): New variable.
17361         (nnimap-open-connection): Use it.
17362
17363 2003-12-28  Simon Josefsson  <jas@extundo.com>
17364
17365         * gnus-score.el (gnus-score-edit-all-score): New.
17366         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17367
17368 2004-01-04  Simon Josefsson  <jas@extundo.com>
17369
17370         * password.el: Add.
17371
17372 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17373
17374         * dns.el (dns-query-types): Fix typo.
17375         (dns-query-types): New function.
17376         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17377         PTR and SOA replies, see RFC 1035.
17378
17379 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17380
17381         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17382
17383         * Moved to Changelog.2.
17384
17385 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17386
17387         * gnus.el (gnus-version-number): Bump version.
17388
17389 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17390
17391         * gnus.el: No Gnus v0.1 is released.
17392
17393 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17394
17395         * gnus.el: No Gnus v0.0 is released.
17396
17397 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17398
17399         * gnus.el (gnus-version-number): Bump.
17400         (gnus-version): No.
17401
17402 See ChangeLog.2 for earlier changes.
17403
17404     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17405       Free Software Foundation, Inc.
17406
17407   This file is part of GNU Emacs.
17408
17409   GNU Emacs is free software: you can redistribute it and/or modify
17410   it under the terms of the GNU General Public License as published by
17411   the Free Software Foundation, either version 3 of the License, or
17412   (at your option) any later version.
17413
17414   GNU Emacs is distributed in the hope that it will be useful,
17415   but WITHOUT ANY WARRANTY; without even the implied warranty of
17416   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17417   GNU General Public License for more details.
17418
17419   You should have received a copy of the GNU General Public License
17420   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17421
17422 ;; Local Variables:
17423 ;; coding: utf-8
17424 ;; fill-column: 79
17425 ;; add-log-time-zone-rule: t
17426 ;; End: