Remove netscape/my-deja, since they no longer exist.
[gnus] / lisp / ChangeLog
1 2010-09-29  Julien Danjou  <julien@danjou.info>
2
3         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
4         computing.
5         (gnus-ido-completing-read): Require ido.
6
7 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10         build Gnus.
11
12         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
13         when interpreting the structures.
14         (nnimap-request-accept-article): Add \r\n to the lines to make this
15         work with Cyrus.
16
17         * nnregistry.el: Added.
18
19         * nndraft.el (nndraft-request-expire-articles): Use the group name
20         instead if "nndraft".  Fix found by Nils Ackermann.
21
22 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
25         (mm-mime-charset)
26         * rfc2047.el (rfc2047-syntax-table)
27         * utf7.el (utf7-utf-16-coding-system): Comment fix.
28
29         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
30         rather than `insert-file-contents' and `eval-region'.
31
32         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
33         construction.
34
35         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
36
37         * time-date.el: No need to require cl for Emacs 21.
38
39 2010-09-29  Julien Danjou  <julien@danjou.info>
40
41         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
42         replacement of `gnus-gravatar-relief' to mimic
43         `gnus-faces-properties-alist'.
44         Add :version property.
45
46 2010-09-28  Florian Ragwitz  <rafl@debian.org>
47
48         * gnus-util.el (gnus-use-ido): Removed.
49         (gnus-std-completing-read): Add wrapper around completing-read.
50         (gnus-icompleting-read): Add wrapper around ibuffer-read-buffer.
51         (gnus-ido-completing-read): Add wrapper around ido-completing-read.
52         (gnus-completing-read-function): Add to chose from the above completion
53         functions or to provide a custom one.
54         (gnus-completing-read): Use the completing-read function configured
55         with gnus-completing-read-function.
56
57 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * mail-source.el (mail-source-report-new-mail)
60         * message.el (message-default-mail-headers)
61         * mm-decode.el (mm-valid-image-format-p): Comment fix.
62
63         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
64
65 2010-09-28  Julien Danjou  <julien@danjou.info>
66
67         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
68         mail-address contains the same string as real-name.
69
70         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
71         non-blank in header, otherwise it'll get stripped.
72
73         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
74         real-name, and then for mail address rather than doing : or , search.
75
76 2010-09-27  Julien Danjou  <julien@danjou.info>
77
78         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
79         (gnus-server-goto-server): Use gnus-completing-read.
80
81         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
82
83         * mm-util.el (defalias): Use gnus-completing-read.
84         (mm-codepage-setup): Use gnus-completing-read.
85
86         * smime.el (smime-sign-buffer): Use gnus-completing-read.
87         (smime-decrypt-buffer): Use gnus-completing-read.
88
89         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
90
91         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
92         (mml-minibuffer-read-disposition): Use gnus-completing-read.
93         (mml-insert-multipart): Use gnus-completing-read.
94
95         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
96
97         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
98
99         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
100
101         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
102
103         * gnus.el (gnus-read-method): Use gnus-completing-read.
104
105         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
106
107         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
108         (gnus-mime-action-on-part): Use gnus-completing-read.
109         (gnus-article-encrypt-body): Use gnus-completing-read.
110
111         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
112         (gnus-topic-move-matching): Use gnus-completing-read.
113         (gnus-topic-copy-matching): Use gnus-completing-read.
114         (gnus-topic-sort-topics): Use gnus-completing-read.
115         (gnus-topic-move): Use gnus-completing-read.
116
117         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
118         (gnus-agent-add-group): Use gnus-completing-read.
119
120         * nnmairix.el (nnmairix-create-server-and-default-group): Use
121         gnus-completing-read.
122         (nnmairix-update-groups): Use gnus-completing-read.
123         (nnmairix-get-server): Use gnus-completing-read.
124         (nnmairix-backend-to-server): Use gnus-completing-read.
125         (nnmairix-goto-original-article): Use gnus-completing-read.
126         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
127
128         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
129
130         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
131         (gnus-group-make-useful-group): Use gnus-completing-read.
132         (gnus-group-make-web-group): Use gnus-completing-read.
133         (gnus-group-add-to-virtual): Use gnus-completing-read.
134         (gnus-group-browse-foreign-server): Use gnus-completing-read.
135
136         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
137         (gnus-summary-limit-to-extra): Use gnus-completing-read.
138         (gnus-summary-execute-command): Use gnus-completing-read.
139         (gnus-summary-respool-article): Use gnus-completing-read.
140         (gnus-read-move-group-name): Use gnus-completing-read.
141
142         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
143         (gnus-summary-score-effect): Use gnus-completing-read.
144
145         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
146
147         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
148         right completing-read function.
149         (gnus-use-ido): New variable
150         (gnus-completing-read-with-default): Remove.
151
152 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
155         x-focus-frame.
156
157         * nnimap.el (auth-source-forget-user-or-password)
158         (auth-source-user-or-password): Autoload.
159
160         * message.el (message-from-style, message-interactive)
161         (message-cite-prefix-regexp, message-sendmail-envelope-from)
162         (message-yank-prefix, message-indentation-spaces, message-signature)
163         (message-signature-file): Add comment.
164
165 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
168         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
169         new articles.
170
171         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
172         parts.
173         (nnimap-request-article): Work with the t setting, too.
174
175         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
176         that you don't get flashes of other buffers.
177         (gnus-summary-show-complete-article): Intern before setting.
178
179 2010-09-27  David Engster  <dengste@eml.cc>
180
181         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
182         well as HEADERS.
183         (nnmairix-retrieve-headers): Provide new argument for the above.
184
185 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * gnus-sum.el (gnus-summary-move-article): Don't alter
188         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
189         group.
190
191         * nnimap.el (nnimap-update-info): Don't destructively alter active.
192
193         * message.el (message-cite-prefix-regexp): Revert my last edit.
194
195         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
196         variable instead of the Gnus variable.
197
198         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
199
200         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
201         again.
202
203         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
204         since some servers don't like it.
205         (nnimap-open-connection): Forget credentials if the server says the
206         password was wrong.
207         (nnimap-parse-line): Protect against invalid data.
208
209         * gnus-sum.el (gnus-summary-move-article): Add comment.
210         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
211         nothing alters it while scanning for new messages.
212
213         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
214         which may or may not help.
215         (nnimap-open-connection): If we're doing a stream connection, and then
216         discover we're on a STARTTLS-capable server, then open a STARTTLS
217         connection instead.
218
219 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
220
221         * sieve-manage.el (sieve-manage-default-stream): Make default stream
222         customizable.
223
224 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * nnimap.el (utf7): Required.
227
228         * message.el (message-cite-prefix-regexp): Remove "}" from citation
229         prefix.
230
231 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
232
233         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
234
235 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * nnimap.el (nnimap-request-accept-article): Message the error on
238         error.
239
240 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
243
244 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
245
246         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
247         handing broken links to browse-url.
248
249 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * nndoc.el (nndoc-request-list): Return success always.
252
253         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
254         `fetch-old' -- we only want to fetch the articles we've requested.  The
255         rest are in the agent, probably.
256         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
257         disappeared server" to something low.  It's not important.
258
259         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
260         arrived before the FETCH data.
261
262         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
263         target here, because we don't know the Gnus name of the group.
264
265         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
266         for the correct group.
267
268         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
269
270         * gnus.el (gnus): Give a final warning after startup.
271
272         * gnus-util.el (gnus-action-message-log): New variable.
273         (gnus-message): Use it.
274         (gnus-final-warning): New function.
275
276         * nnimap.el (nnimap-open-connection): Record the greeting.
277         (nnimap): Add greeting.
278
279 2010-09-26  Julien Danjou  <julien@danjou.info>
280
281         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
282         arguments.
283         (gnus-html-wash-images): Fix spec computing to include start/end.
284
285         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
286
287 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
290         deletion.
291         (nnimap-retrieve-headers): Don't select the group, because that's
292         already done by nnimap-possibly-change-group.
293
294         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
295         (gnus-picon-transform-address): Use it.
296
297         * mail-source.el (mail-source-value): Revert previous patch.
298
299         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
300         on failure.
301         (nnimap-open-connection): Look up both virtual and physical server name
302         credentials.
303
304         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
305
306 2009-02-07  Dave Love  <fx@gnu.org>
307
308         * tls.el (open-tls-stream): Don't query killing process.
309
310 2009-02-08  Dave Love  <fx@gnu.org>
311
312         * gnus-win.el (gnus-window-to-buffer-helper,
313         gnus-all-windows-visible-p): Function needn't be a symbol.
314
315         * mail-source.el (mail-source-value): Function needn't be a symbol.
316
317 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * message.el (message-cite-prefix-regexp): Remove } from the cite
320         prefix.
321
322         * gnus-art.el (gnus-treatment-function-alist): Do picons before
323         highlight again, so that the highlight is correct.
324
325         * gnus-picon.el (gnus-picon): Remove again.
326         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
327
328         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
329         doing the header highlightling, so that the background colour of the
330         picon is correct.
331
332         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
333         (gnus-picon): Ditto.
334         (gnus-picon): Reinstate.  The background colour for picons is white.
335         (gnus-picon-insert-glyph): Make the background white.
336
337         * nnml.el (nnml-open-nov): Don't return dead buffers.
338
339         * auth-source.el (auth-source-create): Query the user for whether to
340         store the credentials.
341
342         * netrc.el (netrc-store-data): New function.
343
344         * auth-source.el (auth-source-user-or-password): Use the existing auth
345         sources, if any, for creation.
346
347         * gnus.el (gnus-group-fast-parameter): Return the last matching
348         parameter instead of the first matching parameter.
349
350 2010-09-26  Julien Danjou  <julien@danjou.info>
351
352         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
353
354 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * mml2015.el (mml2015-use): Remove gpg support.
357
358         * mml1991.el (mml1991-function-alist): Remove gpg function.
359         (mml1991-gpg-sign): Removed.
360
361 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
362
363         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
364         (gnus-browse-unsubscribe-current-group): Document it.
365         (gnus-browse-unsubscribe-group): Use it.
366
367 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
370         address to the To list for easier response.
371
372         * gnus.el (gnus-play-startup-jingle): Removed.
373         (gnus-splash): Don't play jingle.
374         (gnus): Silence gnus-load message.
375
376         * gnus-art.el (gnus-treat-play-sounds): Removed.
377
378         * gnus.el (gnus-play-jingle): Remove audio support.
379
380         * gnus-cus.el (gnus-score-customize): Remove audio reference.
381
382         * earcon.el: Removed -- no users.
383
384         * gnus-audio.el: Removed -- no users of this package.
385
386         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
387
388         * gnus-start.el (gnus-setup-news): Remove nocem support.
389
390         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
391
392         * gnus.el (gnus-use-nocem): Removed.
393
394         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
395         Removed.
396
397         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
398         uses NoCeM any more.
399
400         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
401         (gnus-button-ctan-handler): Ditto.
402         (gnus-button-handle-ctan-bogus-regexp): Ditto.
403         (gnus-button-ctan-directory-regexp): Ditto.
404         (gnus-button-handle-ctan): Ditto.
405         (gnus-button-tex-level): Ditto.
406         (gnus-button-alist): Removed CTAN stuff.
407
408 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
411         nnimap-streaming test.
412
413         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
414         servers twice.
415
416         * nnimap.el (nnimap-open-connection): Add more error reporting when
417         nnimap fails early.
418
419         * nnheader.el (nnheader-get-report-string): New function.
420         (nnheader-get-report): Use it.
421
422         * gnus-int.el (gnus-check-server): Say what the error was when opening
423         failed.
424
425         * nnimap.el (nnimap-wait-for-response): Search further when we're not
426         using streaming.
427
428 2010-09-25  Julien Danjou  <julien@danjou.info>
429
430         * gnus-html.el (gnus-html-rescale-image): Use our defalias
431         gnus-window-inside-pixel-edges.
432
433 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
436
437         * mm-decode.el (mm-save-part): Allow saving to other directories the
438         normal Emacs way.
439
440         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
441         by Jay Berkenbilt.
442
443         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
444         there isn't a single byte.
445
446         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
447         just do it.  It doesn't really seem to matter what the user responds
448         here, I think, so it's just a confusing question.
449
450         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
451         non-streaming case.
452
453         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
454         (gnus-article-encrypt-body): Use it.
455
456         * gnus-sum.el (gnus-summary-show-complete-article): New command and
457         keystroke.
458
459         * nnimap.el (nnimap-find-wanted-parts-1): Use
460         gnus-fetch-partial-articles.
461
462         * gnus-art.el (gnus-fetch-partial-articles): New variable.
463
464         * nnimap.el (nnimap-insert-partial-structure): New function.
465         (nnimap-get-partial-article): New function.
466         (nnimap-request-article): Use it.
467         (nnimap-wait-for-response): Return whether the wait was successful.
468         (nnimap-finish-retrieve-group-infos): Don't do anything if the
469         retrieval wasn't successful.
470         (nnimap-retrieve-group-data-early): Allow throttling servers.
471         (nnimap-streaming): New variable.
472         (nnimap-fetch-partial-articles): Removed.
473
474         * mm-decode.el (mm-with-part): Protect against killed buffers.
475
476         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
477         for prettier summary display.
478
479 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
480
481         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
482         directly.
483
484 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
487         apparently third-party libraries depend on it.
488
489         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
490         before starting negotiation.
491
492         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
493         privacy reasons.
494         (gnus-treat-mail-gravatar): Ditto.
495
496         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
497         buffer when inserting images.  Inserting text into the headers, for
498         instance, can make them invalid.
499
500 2010-09-25  Julien Danjou  <julien@danjou.info>
501
502         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
503         variables.
504
505         * nnheader.el: Remove useless variables news-reply-yank-from and
506         news-reply-yank-message-id.
507
508         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
509         variables.
510
511         * mml1991.el: Remove useless mml1991-verbose.
512
513         * gnus.el: Remove useless variable gnus-use-generic-from.
514         Remove obsolete variable gnus-topic-indentation.
515
516         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
517
518         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
519
520         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
521
522         * gnus-group.el: Remove useless gnus-group-icon-cache.
523         Remove useless gnus-ephemeral-group-server.
524
525         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
526
527         * mml2015.el: Remove useless mml2015-verbose.
528
529         * mml-smime.el: Remove useless mml-smime-verbose.
530
531         * gnus.el: Remove useless gnus-local-domain.
532
533         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
534         gnus-gravatar-size.
535
536         * gnus-art.el: Remove useless gnus-treat-translate.
537
538 2010-09-24  Julien Danjou  <julien@danjou.info>
539
540         * gnus-sum.el: Add support for Gravatars.
541
542         * gnus-art.el: Add support for Gravatars.
543
544         * gnus-gravatar.el: Add this file.
545
546         * gravatar.el: Add this file.
547
548 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
551
552         * gnus-group.el (gnus-group-fetch-faq): Removed.
553
554         * gnus.el (gnus-group-faq-directory): Removed.
555
556         * gnus-group.el (gnus-group-fetch-charter): Removed.
557
558         * gnus.el (gnus-group-charter-alist): Removed.
559
560         * gnus-group.el (gnus-group-archive-directory): Removed.
561         (gnus-group-recent-archive-directory): Ditto.
562         (gnus-group-make-archive-group): Removed.
563
564         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
565
566         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
567         use the same article number for all the cached articles.
568
569         * nnimap.el (nnimap-command): Register the last command time so
570         that we can use it for idling NOOPs.
571         (nnimap-open-connection): Start the keeplive timer.
572         (nnimap-make-process-buffer): Store all the process buffers.
573         (nnimap-keepalive): New function.
574
575         * starttls.el: (starttls-open-stream): Add autoload cookie.
576
577 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
578
579         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
580         handling.
581
582 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
585         its data structures.
586
587         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
588         instead of the cl.el copy-list.
589         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
590         equalp.
591
592 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
595         and tool-bar-local-item-from-menu.
596
597         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
598         mode-line-highlight face for Emacs.
599
600         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
601         loading gnus-sum.elc; fix comment for canlock-verify.
602         (gnus-article-jump-to-part): Use read-number.
603         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
604         Emacs pre-21 compatible code for help-echo.
605         (gnus-article-next-page-1): No need to adjust the number of lines.
606         (gnus-article-describe-bindings): Always use help-buffer.
607
608         * gnus-audio.el (gnus-audio-inline-sound)
609         * gnus-cus.el (gnus-custom-mode)
610         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
611
612         * gnus-sum.el (gnus-remove-overlays): Doc fix.
613
614         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
615         compatible code.
616
617 2010-09-24  Glenn Morris  <rgm@gnu.org>
618
619         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
620         visiting the fcc file in rmail-mode.
621
622         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
623
624 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * nnir.el: Silence the byte compiler.
627
628         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
629         alias to browse-url-url-encode-chars if any.
630         (gnus-html-encode-url): Use it.
631
632 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus-start.el (gnus-use-backend-marks): New variable.
635         (gnus-get-unread-articles-in-group): Use it.
636
637         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
638         makeover.
639
640 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
641
642         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
643
644 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
647         Removed.
648         (gnus-setup-news-hook): Removed
649         gnus-fixup-nnimap-unread-after-getting-new-news.
650
651         * gnus-int.el (gnus-request-update-info): Protect against backends not
652         having the function.
653
654         * nnimap.el (nnimap-stream): Mention starttls.
655         (nnimap-open-connection): Add starttls support.
656
657 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
658
659         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
660
661 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
664         BODYSTRUCTUREs.
665         (nnimap-transform-headers): Unfold quoted {42} headers.
666
667         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
668         the info.
669         (gnus-get-unread-articles): Only call updatep on backends that support
670         it.
671
672         * nnweb.el (nnweb-request-update-info): NOOP.
673
674         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
675
676         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
677         since it only deals with marks.
678
679         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
680         gnus-request-marks, and make a new gnus-request-update-info.
681
682         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
683         the active instead of the high number, which is usually too low.
684
685 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
686
687         * netrc.el (netrc-parse): Remove encrypt.el mentions.
688         * encrypt.el: Removed.
689
690 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
693         server in symbolic form.
694
695         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
696         0.9.
697
698 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
701         (nnimap-update-info): Fix up code slightly.
702
703         * gnus-int.el (gnus-open-server): Add tracing for performance
704         debugging.
705
706         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
707         (gnus-group-insert-group-line): Pass the real group name so that it
708         gets the right data.
709
710         * gnus-start.el (gnus-get-unread-articles): Don't have
711         `gnus-get-unread-articles-in-group' update info, since that can be
712         really slow and doesn't seem to be needed?
713
714 2010-09-22  Dan Christensen  <jdc@uwo.ca>
715
716         * time-date.el (date-to-time): Try using parse-time-string first before
717         using the slower timezone-make-date-arpa-standard.
718
719 2010-09-22  Julien Danjou  <julien@danjou.info>
720
721         * gnus-group.el (gnus-group-insert-group-line): Call
722         gnus-group-highlight-line.
723         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
724         default hook list.
725         (gnus-group-update-eval-form): Add new function.
726         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
727         (gnus-group-get-icon): Use gnus-group-update-eval-form.
728
729 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
732         immediate, then expire all articles.
733         (nnimap-update-info): Fix off-by-one errors.
734         (nnimap-flags-to-marks): Would return no marks lists for group with no
735         flags.  Instead return the other data.
736
737 2010-09-22  Julien Danjou  <julien@danjou.info>
738
739         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
740         Only return an icon.
741         (gnus-group-insert-group-line): Compute icon to return.
742
743         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
744         variable.
745         (gnus-html-image-fetched): Only cache if
746         gnus-html-image-automatic-caching is set.
747         (gnus-html-image-fetched): Check for errors.
748
749 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
752         once per method on `g'.  This ensures that backends like nnfolder don't
753         open all their folders.
754
755         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
756         (nnimap-request-list): Nix out group in the correct buffer.
757         (nnimap-parse-flags): Implement by using `read' instead of
758         hand-parsing.
759         (nnimap-flags-to-marks): Pass on permanent-flags.
760         (nnimap-make-process-buffer): Record the server name.
761         (nnimap-parse-flags): Fix typo.
762         (nnimap-request-scan): Run split on the server in general, not just a
763         single group.
764
765         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
766         parameter, and propagate this downwards.
767
768         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
769         since EXAMINE changes it on the server.
770
771         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
772         this command might take a while.
773
774 2010-09-22  Julien Danjou  <julien@danjou.info>
775
776         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
777         harmful if you have 2 images side-by-side, they can't be properly
778         update on text deletion.  Using text-property is safer here.
779         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
780         data.
781
782 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * nnimap.el (nnimap-expunge-inbox): Removed.
785         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
786         (nnimap-expunge): Flip default to t.
787
788         * gnus.el (gnus-method-to-server): Don't push things to the cache
789         unless it's unique.
790         (gnus-server-to-method): Ditto.
791
792 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
793
794         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
795
796 2010-09-22  Julien Danjou  <julien@danjou.info>
797
798         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
799         get the start of data.
800         (gnus-html-encode-url): Add this function to encode special chars in
801         URL.
802         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
803         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
804
805         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
806         default.
807         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
808
809         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
810         images alt-text.
811         (gnus-html-put-image): Put alt-text as help-echo.
812
813 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
816         * mm-util.el (mm-decompress-buffer)
817         * nnir.el (nnir-run-find-grep)
818         * pop3.el (pop3-list): Use 3rd arg of split-string.
819
820         * time-date.el (format-seconds): Comment fix.
821
822         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
823         and byte-optimize-form-code-walker.
824         (dgnushack-make-auto-load): Don't advise make-autoload.
825
826         * lpath.el: Remove Emacs 21 stuff.
827
828 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
831         outside the active range.  Suggested by Dan Christensen.
832
833         * gnus-start.el (gnus-get-unread-articles): Get the extended method
834         slightly later to avoid double-getting it.
835
836         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
837         previous patch.
838
839         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
840
841 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
842
843         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
844
845 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus-int.el (gnus-open-server): Give a better error message in the
848         "go offline" case.
849
850         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
851         marks for nnimap, which is seldom the right thing to do.
852
853         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
854         (gnus-same-method-different-name): New function.
855
856         * nnimap.el (parse-time): Require.
857
858         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
859         method in the presence of many similar methods.
860
861         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
862
863         * nnimap.el (nnimap-find-expired-articles): Don't refer to
864         nnml-inhibit-expiry.
865
866         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
867         find out whether methods are equal.
868
869         * nnimap.el (nnimap-find-expired-articles): New function.
870         (nnimap-process-expiry-targets): New function.
871         (nnimap-request-move-article): Request the article before looking at
872         what the Message-ID is.  Fix found by Andrew Cohen.
873         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
874
875         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
876         for oldness in addition to being a predicate.
877
878         * nnimap.el (nnimap-request-group): When we have zero articles, return
879         the right data to Gnus.
880         (nnimap-request-expire-articles): Only delete articles immediately if
881         the target is 'delete.
882
883         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
884         method, this would bug out.
885
886         * gnus-group.el (gnus-group-expunge-group): Renamed from
887         gnus-group-nnimap-expunge, and implemented as a normal interface
888         function.
889
890         * gnus-int.el (gnus-request-expunge-group): New function.
891
892         * nnimap.el (nnimap-request-create-group): Implement.
893         (nnimap-request-expunge-group): New function.
894
895 2010-09-21  Julien Danjou  <julien@danjou.info>
896
897         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
898         (gnus-html-cache-expired): Add new function.
899         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
900         wethever we should display image for fetch it.
901         Compute alt-text earlier to pass it to the fetching function too.
902         (gnus-html-schedule-image-fetching): Change function argument to only
903         get one image at a time, not a list.
904         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
905         cache.
906         (gnus-html-get-image-data): New function to retrieve image data from
907         cache.
908         (gnus-html-put-image): Change buffer argument to use image data rather
909         than file, and place image above region rather than inserting a new
910         one. Do not take alt-text as argument, since it's useless now: we place
911         the image above alt-text.
912         (gnus-html-prune-cache): Remove.
913         (gnus-html-show-images): Start to fetch image when we find one, do not
914         push into a temporary list.
915         (gnus-html-prefetch-images): Only fetch image if they have expired.
916         (gnus-html-browse-image): Fix, use 'gnus-image-url.
917         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
918
919 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
922
923 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
926         spec inser "*" if the group isn't active instead of 0.
927
928         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
929         opening the server.
930         (nnimap-request-delete-group): Implement group deletion.
931         (nnimap-transform-headers): Return the size of the entire message in
932         the Bytes header, not just the size of the first part.
933         (nnimap-request-move-article): When moving an article from nnimap,
934         request the article first so the accepting form has an article to
935         accept.  Reported by Dan Christensen.
936         (nnimap-command): Make sure that the error message doesn't error out.
937
938 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
939
940         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
941         we haven't requested anything.
942
943 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
946         "".  Fix found by Andrew Cohen.
947
948         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
949         instead of -encode-string.
950
951 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
954
955         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
956         by mm-subst-char-in-string.
957
958 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
961         waiting for the connection string.
962
963         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
964         arriving.
965
966         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
967         bogus characters.  This allows selecting certain Gmail groups.
968
969         * nnimap.el (nnimap-find-wanted-parts-1): New function.
970         (nnimap-fetch-partial-articles): New variable.
971         (nnimap-open-connection): When looking for credentials, also use the
972         nnimap-server-port.
973         (nnimap-request-article): Return the group/article number, so that Gnus
974         `^' works as expected.
975         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
976         them.
977
978         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
979         comments.
980         (gnus-methods-sloppily-equal): New function.
981         (gnus): When using the development version of Gnus, load the gnus-load
982         file.
983
984         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
985         `gnus-open-server' on each method before trying to scan them etc.  This
986         ensures that all the backend parameters are set correctly.
987
988         * nnimap.el (nnimap-authenticator): New variable.
989         (nnimap-open-connection): Allow anonymous login.
990         (nnimap-transform-headers): The chars header is called Chars not
991         Bytes.
992         (nnimap-wait-for-response): Don't infloop if the IMAP connection
993         drops.
994
995         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
996         patch, found by Knut Anders Hatlen.
997
998 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
999
1000         * gnus-agent.el (gnus-agent-batch-confirmation)
1001         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1002         to gnus-message.
1003         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1004         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1005         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1006         * gnus-int.el (gnus-open-server): Likewise.
1007         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1008         (gnus-score-check-syntax): Likewise.
1009         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1010         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1011         Likewise.
1012         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1013
1014 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1017         calling conventions so that prefetch doesn't bug out.
1018
1019 2010-09-19  Julien Danjou  <julien@danjou.info>
1020
1021         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1022         rather than `subst-char-in-region' in order to be able to replace ASCII
1023         char by UTF-8 ones.
1024
1025         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1026         than curl.
1027         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1028         the right URL and ALT text on images.
1029         (gnus-html-wash-tags): Fix tag case.
1030         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1031         (gnus-article-html): Add -o display_ins_del=2 option.
1032         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1033
1034 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1037         the extra mail headers, which sometimes seem to happen for unknown
1038         reasons.
1039
1040         * mail-parse.el (mail-header-encode-parameter): Define as
1041         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1042         (or most, perhaps?) mail readers don't understand the latter, but do
1043         understand the former.
1044
1045         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1046         to nil, so that no methods are automatically agentized.  I think this
1047         is probably what most users want.
1048
1049         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1050         from url-retrieve, for instance about invalid URLs.
1051
1052         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1053         groups that have no articles.
1054         (nnimap-request-article): Check that we really got an article when we
1055         requested one.
1056
1057         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1058         doesn't exist.
1059
1060         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1061         nntp buffer so the agent can save it.
1062         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1063         that CRLF doesn't get translated to \n.
1064         (nnimap-open-connection): Don't make 'shell commands only send \n.
1065
1066 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1067
1068         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1069         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1070         Update var name.
1071         (nnml-generate-nov-file): Use dolist.
1072         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1073         Use with-current-buffer.
1074
1075 2010-09-18  Julien Danjou  <julien@danjou.info>
1076
1077         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1078         parallel.
1079
1080 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1083         the range update right.
1084         (nnimap-request-group): Don't make `M-g' bug out on group with no
1085         marks.
1086         (nnoo): Required, so that other packages can require nnimap.
1087         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1088         command we're looking for.  This helps when the server sends more
1089         responses after we've gotten everything we expected.
1090         (nnimap): Add a `newlinep' field to keep track of end-of-line
1091         conventions.
1092         Don't send CRLF to things that don't want it.
1093         (nnimap-request-accept-article): Ditto.
1094
1095 2010-09-18  Julien Danjou  <julien@danjou.info>
1096
1097         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1098         than curl to retrieve images.
1099
1100 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1103         the marks.
1104         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1105         (nnimap-wait-for-connection): New function.
1106         (nnimap-open-connection): If we have PREAUTH, don't query for login
1107         credentials.
1108         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1109         when doing a partial update.
1110
1111 2010-09-18  Julien Danjou  <julien@danjou.info>
1112
1113         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1114         tags.
1115
1116 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * nnimap.el (nnimap-credentials): New function.
1119         (nnimap-open-connection): Use the new function to look for credentials
1120         also on the numeric equivalents of "imap" and "imaps".
1121
1122         * gnus-start.el (gnus-activate-group): Send the info to
1123         gnus-request-group.
1124
1125         * nnimap.el (nnimap-request-group): Have the "check" version of the
1126         function parse flags and update the info, so that a `M-g' get a total
1127         resync of all flags from the group.
1128
1129         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1130         to allow backends to alter the info on group selection.  Also alter all
1131         the backend -request-group functions to take the parameter.
1132
1133         * nnimap.el (nnimap-store-info): New function.
1134         (nnimap-update-info): Store the info for later usage.
1135         (nnimap-request-group): Use the stored info for the dont-check case, so
1136         that we don't retrieve all marks when we enter a group.
1137
1138         * nnimap.el: Use deffoo instead of defun for interface functions.
1139
1140         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1141         update the group info.  This makes the nndraft groups, for instance, go
1142         back to their old behaviour.
1143
1144         * gnus-sum.el (gnus-select-newsgroup): Indent.
1145
1146         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1147         in.
1148         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1149         nothing.
1150
1151         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1152         from methods that are denied.
1153
1154         * gnus-int.el (gnus-method-denied-p): New function.
1155
1156         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1157         store the password instead of netrc.
1158         (nnimap-open-connection): Don't error out when we can't make a
1159         connections.
1160
1161         * auth-source.el (auth-source-create): In the password prompt, say what
1162         we're querying for.  Also prompt for user name if that hasn't been
1163         given.
1164
1165         * nnimap.el (nnimap-with-process-buffer): Removed.
1166
1167 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1170         method when we're reading from the agent.
1171
1172         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1173
1174         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1175         that's probably most useful for users.
1176
1177         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1178         "failed" all the time.
1179
1180         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1181         ...)) with (with-current-buffer ... ).
1182
1183         * nntp.el (nntp-open-server): Return whether the open was successful or
1184         not.
1185
1186         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1187         select an unread unseen article first.
1188
1189         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1190         /etc/services, supply some sensible port defaults.
1191
1192         * dgnushack.el: Define netrc-credentials.
1193
1194 2010-09-17  Julien Danjou  <julien@danjou.info>
1195
1196         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1197
1198 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1199
1200         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1201         doesn't have any parameters.
1202
1203 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1206         only upcased checks.
1207
1208         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1209
1210         * nnimap.el (nnimap-open-shell-stream): New function.
1211         (nnimap-open-connection): Use it.
1212         (nnimap-transform-headers): Get the number of lines in each message.
1213         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1214         number of lines.
1215         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1216         problem.
1217
1218         * utf7.el (utf7-encode): Autoload.
1219
1220         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1221         to allow the mail splitting to not return a default group.  This is
1222         useful for nnimap, which will leave unmatched mail in the inbox.
1223
1224         * nnimap.el: Rewritten.
1225
1226         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1227         nnimap usage.
1228
1229         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1230         if the move is internal, so that nnimap can do fast internal moves.
1231
1232         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1233         data.
1234         (gnus-read-active-for-groups): Support finishing the early retrieval of
1235         data.
1236
1237         * gnus-range.el (gnus-range-nconcat): New function.
1238
1239         * gnus-int.el (gnus-finish-retrieve-group-infos)
1240         (gnus-retrieve-group-data-early): New functions.
1241
1242 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1243
1244         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1245         (nnrss-retrieve-groups):
1246         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1247         (pop3-quit): Use with-current-buffer.
1248
1249 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1252         instead of nnheader-accept-process-output.
1253
1254         * dgnushack.el (dgnushack-compile): Add comment.
1255
1256         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1257
1258         * gnus-html.el (gnus-html-schedule-image-fetching)
1259         (gnus-html-prefetch-images): Replace process-kill-without-query by
1260         gnus-set-process-query-on-exit-flag.
1261
1262 2010-09-16  Romain Francoise  <romain@orebokech.com>
1263
1264         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1265
1266 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1269         parameter to unintern is mandatory-ish in Emacs 24.
1270
1271         * gnus-html.el (gnus-html-schedule-image-fetching)
1272         (gnus-html-prefetch-images): Check for curl before using it.
1273
1274         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1275         depend on curl, which isn't essential.
1276
1277         * imap.el: Revert back to version
1278         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1279         seem problematic.
1280
1281 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1282
1283         * gnus-registry.el (gnus-registry-install-shortcuts):
1284         Explicitly pass `obarray' to `unintern' to avoid a warning.
1285
1286 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1289         change.
1290
1291         * nnrss.el (nnrss-request-list): Removed this function and related
1292         functions, including the moreover stuff.
1293
1294 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * nnrss.el (nnrss-retrieve-groups): New function.
1297
1298 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1299
1300         * .dir-locals.el: Add no-byte-compile cookie.
1301
1302 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * time-date.el (format-seconds): Comment fix.
1305
1306         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1307         for back end that doesn't support request-scan.
1308
1309 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1312         then do request scans from the backends.
1313
1314         * netrc.el (netrc-credentials): New conveniency function.
1315
1316         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1317         avoid running a hook per line, since this takes a lot of time,
1318         profiling shows.
1319         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1320         directly if gnus-visual-p is true.
1321
1322 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1325         groups; replace mapcar with dolist which is a bit faster; pass groups
1326         info to gnus-read-active-file-1.
1327         (gnus-read-active-file-1): Scan only specified groups if the new
1328         optional arg `infos' is given.
1329
1330 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1333
1334         * pop3.el (pop3-movemail): Removed.
1335         (pop3-streaming-movemail): Renamed to pop3-movemail.
1336
1337         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1338         don't restrict end-tag searches to the end of the line.
1339
1340 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1343         articles of every unchecked group to t, which means unknown since the
1344         server has never been opened.
1345
1346 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-html.el (gnus-html-show-alt-text): New command.
1349         (gnus-html-browse-image): Ditto.
1350         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1351         to browse the image directly.
1352         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1353         better.
1354
1355         * gnus-async.el (gnus-async-article-callback): Call
1356         `gnus-html-prefetch-images' unconditionally.
1357
1358         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1359         before feeding URLs to curl.
1360
1361 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1364         internal images as deletable by `W D D'.
1365
1366         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1367         (gnus-async-article-callback): Fix typo.
1368
1369 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1372         current line to work around bugs in the output from w3m.
1373
1374         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1375         for groups that want that.
1376
1377         * nntp.el (nntp-wait-for-string): Supply a timeout for
1378         accept-process-output to ensure progress.
1379
1380         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1381         level to get unread articles from, then use that for foreign groups,
1382         too.
1383
1384         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1385         confuses the rest of the function.
1386
1387         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1388         for the methods that support -retrieve-groups, too.
1389
1390         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1391
1392 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1395         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1396
1397         * pop3.el: Require cl when compiling.
1398         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1399
1400 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1403         that aren't going to be activated.
1404         (gnus-get-unread-articles): Fix up the last commit.
1405
1406         * gnus-html.el (gnus-article-html): Allow calling without specifying
1407         the handle.  In that case, dissect the buffer first.
1408
1409         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1410
1411         * nnimap.el (nnimap-open-connection): Revert the change that would look
1412         into authinfo for imaps instead of imap.
1413
1414         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1415         say that you don't want to call gnus-request-group with don-check, but
1416         do check the reponse.  This is for virtual groups only.
1417         (gnus-get-unread-articles): Count the archive groups as secondary, so
1418         that they're activated the same way as before.
1419
1420         * imap.el (imap-message-map): Removed optional buffer parameter, since
1421         no callers use it.
1422         (imap-message-get): Ditto.
1423         (imap-message-put): Ditto.
1424         (imap-mailbox-map): Ditto.
1425         (imap-mailbox-put): Ditto.
1426         (imap-mailbox-get): Ditto.
1427         (imap-mailbox-get): Revert last change for this function.
1428
1429         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1430         case-insensitively.
1431         (nnimap-debug): Removed.
1432
1433         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1434         to use `imap-fetch' instead.  According to the comments, this should be
1435         safe, since all other IMAP clients use the 1:* syntax.
1436         (imap-enable-exchange-bug-workaround): Removed.
1437         (imap-debug): Removed -- doesn't seem very useful.
1438
1439         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1440         mail from a file, and the file doesn't exist.
1441
1442         * imap.el (imap-log): New convenience function used throughout instead
1443         of repeating the same code all over the place.
1444
1445         * pop3.el (pop3-streaming-movemail): Return t for success.
1446
1447         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1448         .authinfo if we're using ssl connection.
1449
1450         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1451         already have if we're in a main Gnus `g' run.
1452
1453         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1454
1455 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1458
1459         * nnmh.el (nnmh-request-list-1): Bind `file'.
1460
1461         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1462         alias to set-process-query-on-exit-flag or process-kill-without-query.
1463         (pop3-open-server): Use it.
1464
1465 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1468         box to the Incoming file.  Fixes mistake in previous checkin.
1469
1470         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1471         request loop (for debugging purposes) removed.
1472
1473         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1474         culprit is more visible.
1475         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1476         (nnml-add-incremental-nov): New functions to do "incremental" nov
1477         updates, where we just append to the end of the existing nov files
1478         without reading/writing them in full.
1479
1480         * mail-source.el (mail-source-delete-crash-box): Really only check the
1481         incoming files once in a while.
1482
1483         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1484
1485         * mail-source.el (mail-source-delete-crash-box): Only check the
1486         incoming files for deletion once per day to save a lot of file
1487         accesses.
1488
1489         * pop3.el (pop3-logon): Fix up unbound variable typo.
1490
1491         * mail-source.el (pop3-streaming-movemail): Autoload.
1492
1493         * pop3.el (pop3-streaming-movemail): Respect
1494         pop3-leave-mail-on-server.
1495
1496         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1497         retrieval.
1498
1499         * pop3.el (pop3-process-filter): Removed unused function.
1500         (pop3-streaming-movemail, pop3-send-streaming-command)
1501         (pop3-wait-for-messages, pop3-write-to-file)
1502         (pop3-number-of-responses): New functions for streaming pop3
1503         retrieval.
1504
1505         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1506         come from no known methods.
1507         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1508         list.
1509
1510         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1511         message sizes.
1512         (pop3-movemail): Use erase-buffer instead of looping and deleting
1513         regions, which seems rather odd.
1514
1515         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1516         file once per `g' run.
1517
1518         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1519         directories.  This makes the draft queue directory work.
1520
1521         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1522         data from the backends, so that we only request the list of groups from
1523         each method once.  This should speed things up considerably.
1524
1525         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1526         detect that it's not implemented.
1527
1528         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1529         we actually do recurse down into the tree, but don't stat all leaf
1530         nodes.
1531
1532         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1533         then say so instead of bugging out.
1534
1535         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1536         files exist before trying to read them.
1537
1538         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1539         around <pre_int>.
1540
1541         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1542
1543         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1544
1545 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * mm-util.el (mm-image-load-path): Just return the image directories,
1548         not all directories in the path in addition to the image directories.
1549         (mm-image-load-path): Maintain a cache of the image directories so that
1550         the `g' command in Gnus doesn't have to stat dozens of directories each
1551         time.
1552
1553         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1554         (gnus-html-wash-tags): Add a new `i' command to insert images.
1555         (gnus-html-insert-image): New command and keystroke.
1556         (gnus-html-redisplay-with-images): New command and keystroke.
1557         (gnus-html-show-images): Renamed command.
1558         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1559         spacers.
1560         (gnus-html-wash-tags): Decode entities at the end, so that entities
1561         inside the tags don't mess up the rest of the "parsing".
1562
1563         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1564         so that nnimap methods aren't agentized by default.  There's apparently
1565         many problems related to agent/imap behaviour.
1566
1567         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1568
1569         * gnus-html.el: Doc fix.
1570
1571 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1574         specifier-spec-list for Emacs 21.
1575
1576         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1577         glyph-width and glyph-height instead of display-graphic-p and
1578         image-size; make avoidance of displaying small images work for XEmacs.
1579
1580         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1581         for XEmacs.
1582
1583         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1584         of symbol that holds plist data.
1585         (gnus-process-plist): Remove plist of process after getting it.
1586
1587 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * message.el (message-generate-hashcash): Change default to
1590         'opportunistic if hashcash is installed.
1591
1592         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1593         (gnus-html-put-image): Only call image-size once, since it's somewhat
1594         time-consuming on remote X servers.
1595
1596 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1599         type on data, not a file name.
1600
1601         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1602         window-pixel-edges for Emacs 21.
1603
1604         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1605         decoded contents.
1606         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1607
1608 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1611         group line format, since it isn't very interesting.
1612
1613         * gnus-agent.el (gnus-agent-short-article),
1614         (gnus-agent-long-article): Increase values for these two variables,
1615         since most people are likely to have more network connection and
1616         storage than before.
1617
1618         * gnus.el (gnus-refer-article-method): Change default to 'current.
1619         When referring an article, the common behaviour is to refer it from the
1620         current select method, not the native select method.  The chances of
1621         the native select method having the message in question is rather slim
1622         these days.
1623
1624         * gnus-sum.el (gnus-auto-select-subject): Change default to
1625         `unseen-or-unread'.  I think it's likely that most people want to
1626         select an unseen article over a previously seen, but unread one.
1627
1628         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1629         means that in the article buffer none of the minor mode elements will
1630         be shown, usually, and this is not desirable in most cases.
1631
1632         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1633         that commands like `d' (and the like) go to the next line in the
1634         buffer, instead of the next unread article.  I think this is the
1635         behaviour that is most natural for most users.
1636         (gnus-single-article-buffer): Change default to nil, so that people can
1637         have as many article buffers open as they have summary buffer.  I think
1638         this is the most natural way for the groups to behave.
1639
1640         * message.el (message-generate-new-buffers): Change default to
1641         `unsent', so that all new message buffers start their names with the
1642         string "*unsent", and it's easier to find the buffers if you move from
1643         them.
1644
1645 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1648         small.  They're probably tracking images.
1649         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1650         (gnus-html-rescale-image): Yet another try at getting the image sizing
1651         right.
1652
1653         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1654         nntp-marks-file-name is nil.
1655
1656 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1657
1658         * gnus-html.el (gnus-html-wash-tags)
1659         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1660         Better logging.
1661
1662 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1665
1666         * gnus-html.el (gnus-html-wash-tags): Check the value of
1667         gnus-blocked-images in the summary buffer.
1668
1669 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1670
1671         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1672
1673 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1676         like "a", it seems like.
1677         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1678         since it needs to be picked from the correct buffer.
1679
1680         * nnwfm.el: Removed.
1681
1682         * nnlistserv.el: Removed.
1683
1684 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1685
1686         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1687         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1688
1689 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * nnkiboze.el: Removed.
1692
1693         * nndb.el: Removed.
1694
1695         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1696         alt text.
1697         (gnus-html-rescale-image): Try to get the rescaling logic right for
1698         images that are just wide and not tall.
1699
1700         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1701         overshadow variable bindings.
1702
1703 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1704
1705         * gnus-html.el (gnus-html-wash-tags)
1706         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1707         extra logging.
1708
1709 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1712         (gnus-max-image-proportion): New variable.
1713         (gnus-html-rescale-image): New function.
1714         (gnus-html-put-image): Rescale images.
1715
1716 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1717
1718         Fix up some byte-compiler warnings.
1719         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1720         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1721         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1722         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1723         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1724         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1725         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1726
1727 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-html.el (gnus-article-html): Decode contents by charset.
1730
1731 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1734         (gnus-html-frame-width, gnus-blocked-images)
1735         * message.el (message-prune-recipient-rules): Add custom version.
1736         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1737
1738         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1739         functions.
1740
1741         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1742         gnus-process-get.
1743
1744 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1745
1746         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1747         instead of lsub directly.
1748
1749 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * nnwarchive.el: Removed.
1752
1753         * gnus-soup.el: Removed.
1754
1755         * nnsoup.el: Removed.
1756
1757         * nnultimate.el: Removed.
1758
1759         * gnus-html.el (gnus-blocked-images): New variable.
1760
1761         * message.el (message-prune-recipients): New function.
1762         (message-prune-recipient-rules): New variable.
1763
1764         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1765         guess whether a long line is natural text or not.
1766
1767         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1768         gnus-process-plist and friends for compatibility.
1769
1770 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1771
1772         * gnus-html.el: Require packages that define macros used in this file.
1773         (gnus-article-mouse-face): Declare to silence byte-compiler.
1774         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1775         process-get.
1776         (gnus-html-put-image): Use plist-get to avoid getf.
1777         (gnus-html-prefetch-images): Use with-current-buffer.
1778
1779 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gnus-ems.el: Provide compatibility functions for
1782         gnus-set-process-plist.
1783
1784         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1785         header-line-format for XEmacs 21.4.
1786
1787         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1788         * gnus.el (gnus-valid-select-methods)
1789         * message.el (message-send-mail-partially-limit)
1790         * mm-decode.el (mm-text-html-renderer)
1791         * mml.el (mml-insert-mime-headers-always)
1792         * smiley.el (smiley-regexp-alist): Bump custom version.
1793
1794 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus-html.el: require mm-url.
1797         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1798         with the url to `url'.
1799         (gnus-html-wash-tags): Support cid: URLs/images.
1800
1801 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1804         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1805         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1806
1807         * gnus-move.el: Removed file, since it doesn't really work.
1808
1809         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1810         UTF-8.  This seems to fix problems with some German web feeds.
1811
1812         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1813         at the top so that the proper colours are applied.
1814
1815         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1816         don't have dots in their names.
1817
1818         * gnus-art.el (gnus-article-view-part): Doc fix.
1819
1820         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1821         XEmacs-compatible.
1822         (gnus-html-put-image): Don't do images on non-graphic displays.
1823
1824         * nnslashdot.el: Removed this unused backend.
1825
1826         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1827         actions.
1828         (gnus-undo-register-1): Revert last change.
1829
1830         * gnus-group.el (gnus-group-completing-read): Protect against not
1831         having completion-styles bound.
1832
1833         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1834         make broken recipients happier.
1835
1836         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1837
1838         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1839         point parameter.
1840
1841         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1842
1843         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1844         completion-styles for group selection.
1845
1846 2009-02-04  Andreas Schwab  <schwab@suse.de>
1847
1848         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1849         headers and regexp-quote the match if necessary.
1850
1851 2009-03-24  Miles Bader  <miles@gnu.org>
1852
1853         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1854         the blinking smiley.
1855
1856 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1857
1858         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1859         blink smiley.
1860
1861 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1864         where the dribbel file lives exists.
1865
1866         * message.el (message-send-mail-partially-limit): Change the default to
1867         nil, since most people don't want this.
1868
1869         * mm-url.el (mm-url-decode-entities): Also decode entities like
1870         &#x3212.
1871
1872 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1873
1874         * gnus-sum.el (gnus-summary-idna-message):
1875         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1876         Hyperlink urls in docstrings with URL `...'.
1877
1878 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1879
1880         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1881         functions.
1882
1883 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1886         say what the mouseover text should be.
1887
1888         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1889         version of the mm-w3m-safe-url-regexp variable to only download images
1890         in the groups where we want that to happen.
1891
1892         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1893
1894         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1895         easier debugging.
1896         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1897         big pictures in the article buffer.
1898
1899         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1900         gnus-article-html.
1901         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1902         w3m.
1903
1904         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1905
1906 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1909         which doesn't exist.
1910
1911         * message.el (message-inhibit-ecomplete): New variable to allow some
1912         function to inhibit ecomplete address storage.
1913         (message-resend): Disable ecomplete message storage when resending
1914         messages.
1915
1916         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1917
1918 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1921         Save excursion while copying, moving, and deleting articles in order to
1922         prevent the cursor from jumping to unforeseen place.
1923
1924 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * lpath.el: No need to bind bookmark-current-buffer,
1927         bookmark-yank-point and bookmark-make-record-function.
1928
1929 2010-08-17  Glenn Morris  <rgm@gnu.org>
1930
1931         * gnus-sync.el: Require gnus components whose functions are used.
1932
1933         * gnus-art.el (bookmark-make-record-function):
1934         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1935         Declare for compiler.
1936
1937         * mm-url.el (mml-compute-boundary): Autoload.
1938
1939 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1942
1943 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1944
1945         Typo fix "hoo4a" -> "hook".
1946
1947         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1948
1949 2010-08-14  Glenn Morris  <rgm@gnu.org>
1950
1951         * gnus-sync.el (gnus-sync): Fix defgroup version.
1952
1953 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1954
1955         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1956
1957         * gnus-sync.el: Fix docs.
1958         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1959         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1960
1961 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1962
1963         Optimizations for gnus-sync.el.
1964
1965         * gnus-sync.el: Add docs about gnus-sync-backend
1966         possibilities.
1967         (gnus-sync-save): Remove unnecessary message.
1968         (gnus-sync-read): Optimize and show what groups were skipped.
1969
1970 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1971
1972         Minor bug fixes for gnus-sync.el.
1973
1974         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1975         read the sync on get-new-news.
1976
1977         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1978         quiet.
1979
1980         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1981
1982 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1983
1984         Make saving and restoring of hidden threads work with overlays.
1985         Patch applied by Ted Zlatanov.
1986
1987         * gnus-sum.el (gnus-hidden-threads-configuration)
1988         (gnus-restore-hidden-threads-configuration): Update to deal with text
1989         properties, rather than searching for a magic character.
1990
1991 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1992
1993         New gnus-sync.el library for synchronization of marks.
1994
1995         * gnus-sync.el: New library for synchronization of marks.
1996
1997         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1998         renamed from `gnus-registry-grep-in-list'.
1999
2000         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2001
2002         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2003
2004 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2007         determining charset of text fails.
2008
2009 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * nnmail.el (nnmail-get-new-mail-1): Revert.
2012
2013         * nnml.el (nnml-active-number): Make sure names of newly created groups
2014         in nnml-group-alist are encoded.
2015
2016 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2019         containing non-ASCII characters in active file for nnml back end.
2020
2021 2010-07-24  David Engster  <dengste@eml.cc>
2022
2023         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2024         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2025
2026 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2027
2028         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2029         tag (Bug#6654).
2030
2031 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2034         the article buffer, not the summary buffer.
2035
2036 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2039         Emacs 23 as well.
2040
2041 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2044         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2045
2046 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2047
2048         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2049         Patch applied by Karl Fogel.
2050
2051         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2052         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2053
2054 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2055
2056         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2057         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2058         C-w still not working correctly from Article buffers; Thierry's
2059         patch to fix that will be applied after this.
2060
2061         * gnus-art.el (bookmark-make-record-function): New local variable.
2062
2063         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2064         article buffer.
2065         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2066
2067 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2068
2069         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2070         on changes in bookmark.el.
2071
2072 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2075         `no-log' instead of message not to log prompt string.
2076
2077 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2078
2079         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2080         the *other* type of HTML form submission.
2081
2082 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2083
2084         * auth-source.el (auth-source-pick): If choice does not contain a
2085         questioned keyword, set the check to t.
2086
2087 2010-06-12  Romain Francoise  <romain@orebokech.com>
2088
2089         * gnus-util.el (gnus-date-get-time): Move up before first use.
2090
2091 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2094         (gnus-article-edit-part): Bind it to make last part that is substituted
2095         or deleted visible.
2096         (gnus-mime-display-single): Buttonize part of which id equals to
2097         gnus-mime-buttonized-part-id.
2098
2099 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2100
2101         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2102         (gnus-dd-mmm): Use gnus-date-get-time.
2103         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2104         simplify logic.
2105         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2106         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2107
2108 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2109
2110         * auth-source.el (top): Autoload `secrets-list-collections',
2111         `secrets-create-item', `secrets-delete-item'.
2112         (auth-sources): Fix tag string.
2113         (auth-get-source, auth-source-retrieve, auth-source-create)
2114         (auth-source-delete): New defuns.
2115         (auth-source-pick): Rewrite in order to avoid 2 passes.
2116         (auth-source-forget-user-or-password): New parameter USERNAME.
2117         (auth-source-user-or-password): New parameters CREATE-MISSING and
2118         DELETE-EXISTING.  Retrieve password interactively, if needed.
2119
2120 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2121
2122         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2123         deleting unused directories when gnus-expert-user is t.
2124
2125 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2128         for each temp file when gnus-article-browse-delete-temp is ask.
2129
2130 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2131
2132         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2133         Lisp calls to delete-backward-char by calls to delete-char.
2134
2135 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2136
2137         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2138
2139 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2140
2141         * password-cache.el (password-cache-remove): Fix docstring.
2142
2143 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2146         article unless decoding article to be saved.
2147
2148 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2151         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2152         generated within the mm-with-unibyte-current-buffer macro.
2153
2154 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2157         to nil when we're in a mml-preview buffer and no group is selected.
2158
2159 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2160
2161         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2162         when catching the `C-g'.  Reported by "Leo".
2163
2164 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * message.el (message-forward-make-body-plain)
2167         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2168         multibyte-string-p.
2169
2170         * lpath.el: Revert.
2171
2172 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * message.el (message-forward-make-body-mml): Assume original message
2175         is multibyte string; error on unibyte.
2176         (message-forward-make-body-plain): Ditto; don't add excessive newline
2177         in body end.
2178
2179         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2180
2181 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2182
2183         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2184         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2185
2186 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * mm-extern.el (mm-extern-url): Don't use
2189         mm-with-unibyte-current-buffer.
2190         (mm-extern-cache-contents): Use with-current-buffer instead of
2191         save-excursion + set-buffer.
2192
2193 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * mm-util.el (mm-emacs-mule): Remove.
2196
2197 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2198
2199         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2200         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2201         change.
2202
2203 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2206         bind the default value of enable-multibyte-characters to nil.
2207
2208 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * message.el (message-forward-make-body-plain)
2211         (message-forward-make-body-mml):
2212         Don't use mm-with-unibyte-current-buffer.
2213
2214 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2215
2216         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2217
2218 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2219
2220         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2221         (Bug#5592).
2222
2223 2010-05-07  Julien Danjou  <julien@danjou.info>
2224
2225         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2226         it to mm-pipe-part.
2227
2228         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2229         it is given.
2230
2231 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * binhex.el (binhex-decode-region-internal)
2234         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2235         (dns-query)
2236         * nnweb.el (nnweb-gmane-search)
2237         * pgg-parse.el (pgg-parse-armor)
2238         * pgg.el (pgg-verify-region)
2239         * sha1.el (sha1-string-external)
2240         * uudecode.el (uudecode-decode-region-internal)
2241         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2242         XEmacs.
2243
2244         * gnus-art.el (gnus-article-browse-html-parts)
2245         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2246         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2247         make-temp-file.
2248
2249         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2250         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2251         compiling.
2252
2253         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2254         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2255         XEmacs when compiling.
2256
2257         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2258         gnus-pick-mode-off-hook for XEmacs when compiling.
2259         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2260         gnus-binary-mode-off-hook for XEmacs when compiling.
2261
2262         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2263         nil if char-charset is not available.
2264
2265         * imap.el (imap-disable-multibyte)
2266         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2267         macros.
2268
2269         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2270         instead of encode-coding-string.
2271
2272         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2273         'xemacs) instead of mm-emacs-mule to switch function definitions.
2274         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2275
2276         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2277         bind temporary-file-directory for XEmacs;
2278         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2279         timer-set-function for XEmacs 21.4 and SXEmacs;
2280         bind timer-list for XEmacs 21.4 and SXEmacs;
2281         fbind char-charset and find-charset-region for non-Mule XEmacs;
2282         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2283         encode-coding-region and encode-coding-string for XEmacs having no
2284         file-coding feature.
2285
2286 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2287
2288         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2289
2290 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2293         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2294
2295 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2296
2297         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2298         alias `jka-compr-delete-temp-file' no longer exists.
2299
2300 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2301
2302         Use define-minor-mode in Gnus where applicable.
2303         * mml.el (mml-mode): Use define-minor-mode.
2304         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2305         (gnus-undo-mode): Use define-minor-mode.
2306         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2307         (gnus-dead-summary-mode): Use define-minor-mode.
2308         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2309         Initialize in declaration.
2310         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2311         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2312         (gnus-mailing-list-mode): Use define-minor-mode.
2313         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2314         (gnus-draft-mode): Use define-minor-mode.
2315         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2316         (gnus-dired-mode): Use define-minor-mode.
2317
2318 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2319
2320         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2321         handles on recursive mml-to-mime translation and check them for
2322         boundary delimiter collisions.  Reported by Greg Troxel.
2323
2324 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2327
2328 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2329
2330         * mm-util.el (mm-find-buffer-file-coding-system):
2331         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2332
2333 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2334
2335         * message.el (message-generate-headers): Record insertion of optional
2336         headers as well.  Otherwise the check to prevent repeated insertion of
2337         optional headers is a no-op.
2338
2339 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2340
2341         * smime.el: Don't mention CVS.
2342
2343         * nnrss.el (nnrss-fetch): Don't mention CVS.
2344
2345         * nnir.el: Don't mention CVS.
2346
2347 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2348
2349         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2350
2351 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * lpath.el: Fbind bookmark-default-handler,
2354         bookmark-get-bookmark-record, bookmark-make-record-default,
2355         bookmark-prop-get for Emacs <23 and XEmacs.
2356
2357 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2358
2359         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2360         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2361         Use with-current-buffer to silence the byte-compiler.
2362         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2363         bother to require `gnus'.
2364         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2365
2366 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2367
2368         * gnus-sum.el (gnus-summary-bookmark-make-record)
2369         (gnus-summary-bookmark-jump): New functions.
2370         (gnus-summary-mode): Setup bookmark support.
2371
2372 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2373
2374         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2375         if set.
2376
2377 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2380         gnus-article-browse-html-save-cid-image; make it work recursively for
2381         forwarded messages as well.
2382         (gnus-article-browse-html-parts): Work when prefix arg is given.
2383         (gnus-article-browse-html-article): Doc fix.
2384
2385 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2386
2387         * message.el (message-default-mail-headers):
2388         (message-default-headers): Carry the value mail-default-headers over
2389         into message-default-mail-headers, rather than message-default-headers.
2390
2391 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2392
2393         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2394         charset.
2395
2396         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2397         charset into the <meta> tag when the article is encoded to utf-8.
2398
2399 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2402         directories as well.
2403         (gnus-article-browse-html-parts): Work for images that do not specify
2404         file names; delete temp directory when quitting; insert header at the
2405         right place; use file: scheme for image files.
2406
2407 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2408
2409         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2410         (gnus-article-browse-html-parts): Use it to make temporary cid image
2411         files in addition to html file so that browser may display them.
2412
2413 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2416
2417 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2418
2419         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2420
2421 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2422
2423         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2424         about Secret Service API sources.  Improve Customize options.
2425         (auth-source-pick): Change to accept any number of search parameters.
2426         Implement fallbacks iteratively, not recursively.  Add scoring on the
2427         second pass and sort by score.  Call Secret Service API when needed.
2428         (auth-source-user-or-password): Use it.  Call Secret Service API
2429         directly when needed to get the user name and the password.
2430
2431 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2432
2433         * message.el (message-interactive): Doc fix.
2434         (message-qmail-inject-args): Reflow.
2435         (message-kill-to-signature): Fix typo in docstring.
2436
2437         * smiley.el (smiley-buffer): Fix typo in docstring.
2438
2439 2010-03-24  Glenn Morris  <rgm@gnu.org>
2440
2441         * mail-source.el (gnus-message): Declare.
2442         (mail-source-delete-old-incoming): Require gnus-util.
2443
2444 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2447
2448         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2449
2450         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2451         password-cache's default if it is not bound.
2452         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2453         password-cache-expiry's default if it is not bound.
2454
2455         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2456         available in Emacs 21.
2457
2458         * lpath.el: Suppress compiler warnings for:
2459         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2460         XEmacs;
2461         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2462         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2463         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2464
2465 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2466
2467         * auth-source.el (auth-sources): Fix up definition so extra parameters
2468         are always inline.
2469
2470 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2471
2472         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2473         wasn't updated after mismatch.  Clear cached mailbox info correctly
2474         when uidvalidity changes.
2475         (nnimap-group-prefixed-name): New function to avoid some code
2476         duplication.
2477         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2478         (nnimap-request-group): Use it.
2479         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2480         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2481         with many imap folders.  This is done by caching the group status from
2482         the imap server persistently in a group parameter `imap-status'.  (This
2483         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2484         but not persistently, so every Gnus startup was still very slow.)
2485
2486 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2487
2488         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2489         delete the extra newline.  Otherwise editing of :string and :number
2490         types don't work.
2491
2492 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2493
2494         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2495         secrets.el dependency.
2496         (auth-sources): Add optional user name.  Add secrets.el configuration
2497         choice (unused right now).
2498
2499 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2500
2501         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2502         `gnus-registry-install-shortcuts' fill in the functions.
2503
2504         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2505         warnings.
2506         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2507         (gnus-registry-install-shortcuts): Populate and use it in a
2508         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2509
2510 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2511
2512         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2513         In-place substitutions for the group name encoding/decoding.
2514         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2515         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2516         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2517         (nnimap-update-unseen, nnimap-request-list)
2518         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2519         (nnimap-request-set-mark, nnimap-split-to-groups)
2520         (nnimap-split-articles, nnimap-request-newgroups)
2521         (nnimap-request-create-group, nnimap-request-accept-article)
2522         (nnimap-request-delete-group, nnimap-request-rename-group)
2523         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2524         `encoded-mbx' for consistency.
2525         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2526         variable `imap-current-mailbox'.
2527
2528         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2529         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2530
2531 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2532
2533         * pop3.el (pop3-display-message-size-flag): Display message size byte
2534         counts during POP3 download.
2535         (pop3-movemail): Use it.
2536         (pop3-list): Implement listing of available messages.
2537
2538 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2539
2540         * nnir.el (nnir-get-article-nov-override-function): New function to
2541         override the normal NOV retrieval.
2542         (nnir-retrieve-headers): Use it.
2543
2544 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2545
2546         * auth-source.el (netrc-machine-user-or-password): Autoload.
2547
2548 2010-03-19  Glenn Morris  <rgm@gnu.org>
2549
2550         Stop message.el from loading about 40 libraries it doesn't always need.
2551         The general approach is to autoload rather than require, and to
2552         require in the specific functions rather than the file.  (Bug#5642)
2553
2554         * gmm-utils.el: Don't require wid-edit.
2555         (widget-create-child-value, widget-convert, widget-default-get):
2556         Autoload.
2557
2558         * gnus-util.el: Don't require time-date, netrc.
2559         (message-fetch-field, gnus-group-name-decode): Declare rather than
2560         autoloading.
2561         (gnus-fetch-field): Require message.
2562         (gnus-decode-newsgroups): Require gnus-group.
2563
2564         * ietf-drums.el: Don't require time-date.
2565
2566         * message.el: Don't require hashcash, canlock, ecomplete.
2567         Do require mail-utils.  Require nnheader only when compiling.
2568         (smtpmail-default-smtp-server): Remove declaration.
2569         (message-send-mail-function): Check smtpmail-default-smtp-server
2570         is bound rather than requiring smtpmail.
2571         (message-auto-save-directory, message-insert-signature): Use
2572         expand-file-name rather than nnheader-concat.
2573         (nnheader-insert-file-contents): Autoload.
2574         (hashcash-wait-async): Declare.
2575         (message-send-mail): Only call gnus-setup-posting-charset if
2576         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2577         (message-send-mail-with-sendmail): Require sendmail.
2578         (canlock-password, canlock-password-for-verify): Declare.
2579         (message-canlock-password): Require canlock.
2580         (nnheader-get-report): Autoload.
2581         (gnus-setup-posting-charset): Declare.
2582         (message-send-news): Require gnus-msg.
2583         (message-make-references, message-make-in-reply-to): Use mail-header-id
2584         rather than the alias mail-header-message-id.
2585         (ecomplete-add-item, ecomplete-save): Declare.
2586         (message-put-addresses-in-ecomplete): Require ecomplete.
2587         (ecomplete-display-matches): Autoload.
2588
2589         * mm-decode.el: Don't require mailcap, gnus-util.
2590         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2591         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2592         Autoload.
2593         (mailcap-mime-extensions): Declare.
2594
2595         * mm-encode.el: Don't require mailcap.
2596         (mailcap-extension-to-mime): Autoload.
2597
2598         * mml-sec.el: Don't require password-cache.
2599
2600         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2601         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2602         (mml-minibuffer-read-type): Require mailcap.
2603         (mml-preview): Require gnus-msg.
2604
2605         * mml1991.el: Require password-cache.
2606         (password-cache-expiry): Remove declaration.
2607
2608         * mml2015.el: Require password-cache.
2609         (password-cache-expiry): Remove declaration.
2610
2611         * nneething.el (mailcap): Require mailcap.
2612
2613         * nnheader.el (declare-function): Add compatibility stub.
2614         (message-remove-header): Declare rather than autoload.
2615         (nnheader-replace-header): Require message.
2616
2617         * nnimap.el (declare-function): Add compatibility stub.
2618         (netrc-parse, netrc-machine-user-or-password): Declare.
2619         (nnimap-open-connection): Require netrc.
2620
2621         * nntp.el (declare-function): Add compatibility stub.
2622         (netrc-parse, netrc-machine, netrc-get): Declare.
2623         (nntp-send-authinfo): Require netrc.
2624
2625         * rfc2047.el: Don't require qp.
2626         (quoted-printable-encode-region, quoted-printable-decode-string):
2627         Autoload.
2628
2629         * sieve-mode.el: Don't require easymenu.
2630         (easy-menu-add-item): Autoload it.
2631
2632         * spam-stat.el (time-to-number-of-days): Autoload it.
2633
2634 2010-03-19  Glenn Morris  <rgm@gnu.org>
2635
2636         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2637
2638 2010-03-18  Glenn Morris  <rgm@gnu.org>
2639
2640         * hashcash.el (declare-function): Remove duplicate definition.
2641
2642 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2643
2644         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2645         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2646         value if any backslash escapes).
2647
2648 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2651         if it is available.  (bug#5647)
2652
2653         * lpath.el: Suppress compiler warning for coding-system-from-name for
2654         Emacs 21 and XEmacs.
2655
2656 2010-03-14  Juri Linkov  <juri@jurta.org>
2657
2658         * hmac-def.el:
2659         * hmac-md5.el:
2660         * netrc.el: Fix keywords.
2661
2662 2010-02-26  Glenn Morris  <rgm@gnu.org>
2663
2664         * message.el (message-send-mail-function): Change the default, so that
2665         it inherits from a customized send-mail-function.  (Bug#5643)
2666
2667 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2668
2669         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2670         shell-command-to-string signals an error (bug#5299).
2671
2672 2010-02-24  Glenn Morris  <rgm@gnu.org>
2673
2674         * message.el (message-smtpmail-send-it)
2675         (message-send-mail-with-mailclient): Doc fixes.
2676
2677 2010-02-16  Glenn Morris  <rgm@gnu.org>
2678
2679         * message.el (message-default-mail-headers): Change the default value
2680         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2681
2682 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2685         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2686
2687 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2688
2689         * time-date.el (date-to-time): Doc fix (Bug#5408).
2690
2691 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2692
2693         * message.el (message-mail): Just pass yank-action on to message-setup.
2694         (message-setup): Handle (FUN . ARGS) form of yank-action.
2695         (message-with-reply-buffer, message-widen-reply)
2696         (message-yank-original): Handle non-buffer values of
2697         message-reply-buffer (Bug#4080).
2698         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2699
2700 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2701
2702         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2703         Fix typo in docstring.
2704
2705 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2706
2707         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2708         response.
2709
2710 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2713
2714         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2715
2716         * message.el (message-check-news-header-syntax): Protect against a
2717         string that `rfc822-addresses' returns when parsing fails.
2718
2719 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2722         (gnus-previous-char-property-change): New functions.
2723
2724         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2725
2726 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2727
2728         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2729         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2730
2731 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2732
2733         * message.el (message-exchange-point-and-mark): Rework last change to
2734         avoid using optional arg of exchange-point-and-mark, for backward
2735         compatibility.
2736
2737 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2738
2739         * message.el (message-exchange-point-and-mark): Call
2740         exchange-point-and-mark with an argument rather than setting
2741         mark-active by hand (Bug#5175).
2742
2743 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * nntp.el (nntp-service-to-port): Work for service expressed with
2746         numeric string; replace [:digit:] with [0-9] for XEmacs.
2747
2748 2009-12-17  Glenn Morris  <rgm@gnu.org>
2749
2750         * gnus-group.el (gnus-bug-group-download-format-alist):
2751         Change emacs entry to debbugs.gnu.org.  Bump :version.
2752
2753 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2754
2755         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2756
2757 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2758
2759         * message.el (message-info): Explain why we use `Info-goto-node'.
2760
2761 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2764
2765 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2766
2767         * message.el (message-completion-in-region): New compatibility function.
2768         (message-expand-group): Use it.
2769
2770 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2773         with no unread article should be listed if the 2nd arg `predicate' is
2774         given.
2775
2776 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2779
2780 2009-11-29  Juri Linkov  <juri@jurta.org>
2781
2782         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2783         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2784         on `gnus-recenter'. (Bug#4698, Bug#4981)
2785
2786 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2787
2788         * sha1.el (sha1-string-external): default-directory "/" in case
2789         otherwise non-existent.  process-connection-type pipe for touch of
2790         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2791
2792 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2793
2794         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2795         it's comms related and sgml-mode.el has "comm" on that basis too.
2796
2797 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2800         containing tspecial characters if they have been already quoted.
2801
2802 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2803
2804         * dns-mode.el (auto-mode-alist): Purecopy string.
2805
2806 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2807
2808         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2809
2810 2009-10-24  Glenn Morris  <rgm@gnu.org>
2811
2812         * gnus-art.el (help-xref-stack-item): Define for compiler.
2813
2814 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2815
2816         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2817
2818 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2821
2822 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2825         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2826
2827 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2830         (gnus-overlays-in): New alias to overlays-in.
2831
2832         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2833         gnus-overlay-get, and gnus-delete-overlay.
2834         (gnus-summary-show-thread): Make it work as well for systems in which
2835         next-single-char-property-change is not available.
2836         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2837
2838         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2839         (gnus-overlay-get): New alias to extent-property.
2840         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2841
2842         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2843         SXEmacs.
2844
2845         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2846         SXEmacs.
2847
2848 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2849
2850         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2851
2852 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2853
2854         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2855         and XEmacs that don't have `remove-overlays'.
2856
2857 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2858
2859         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2860         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2861         selective display.  Use overlays instead.
2862
2863 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2864
2865         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2866
2867 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2868
2869         * spam-stat.el (spam-stat-load): Fix typo in message.
2870
2871 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2872
2873         * dig.el (dig-invoke): Fix typo in docstring.
2874         (query-dig): Reflow docstring.
2875
2876 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2877
2878         * gnus-art.el (gnus-article-encrypt-body):
2879         * message.el (message-check-recipients):
2880         * mm-util.el (mm-codepage-setup):
2881         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2882         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2883
2884 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2885
2886         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2887         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2888         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2889         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2890         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2891
2892 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2893
2894         * dig.el: Add "Keywords: comm", as per net-utils.el.
2895
2896 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2897
2898         * dig.el (dig-mode): Use define-derived-mode.
2899
2900 2009-09-19  Glenn Morris  <rgm@gnu.org>
2901
2902         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2903
2904 2009-09-18  Glenn Morris  <rgm@gnu.org>
2905
2906         * gnus-diary.el (gnus-diary-check-message):
2907         * message.el (message-insert-formatted-citation-line):
2908         * nnbabyl.el (top-level):
2909         * nndiary.el (nndiary-schedule):
2910         Fix typos in condition-case handlers.
2911
2912 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2915         configuration that provides the sole article window in a frame;
2916         position point correctly after deleting a part.
2917
2918 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2919
2920         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2921         (spam-resolve-registrations-routine): Use it to unregister articles
2922         that change status.
2923
2924 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2927         with XEmacs.
2928         (parse-time-string-chars): Use it.
2929
2930 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * imap.el (imap-interactive-login): Better messages.
2933         (imap-open): Fix bug with renamed buffer on reconnect.
2934         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2935         for easier debugging and cleaner code.  On successful (guessed based on
2936         server capabilities) secondary authentication, set imap-state
2937         correctly.
2938         (imap-last-authenticator): Define imap-last-authenticator as a variable
2939         to avoid warnings.
2940
2941 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * nnrss.el (nnrss-request-article): Remove binding of
2944         default-enable-multibyte-characters that has gotten needless by
2945         the 2007-07-13 change in rfc2047-encode-message-header.
2946
2947         * mml.el (mml-insert-multipart): Error on the message header.
2948         (mml-insert-part): Error on the message header; position point at
2949         the end of a MIME tag.
2950
2951 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * time-date.el (autoload): Expand define-obsolete-function-alias into
2954         defalias and make-obsolete for old Emacsen that Gnus supports.
2955         (with-no-warnings): Define it for old Emacsen.
2956         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2957         is available.
2958         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2959         float-time is available; suppress compile warning for time-to-seconds.
2960
2961         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2962         (gnus-float-time): Alias to float-time if it exists.
2963
2964         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2965         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2966         float-time is available; suppress compile warning for time-to-seconds.
2967
2968         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2969         XEmacs.
2970
2971 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2972
2973         * imap.el (imap-message-map): Docstring fix.
2974
2975 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2978         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2979         Add the optional argument `encoding' that overrides the default.
2980
2981         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2982         mm-encode-buffer.
2983
2984 2009-09-04  Glenn Morris  <rgm@gnu.org>
2985
2986         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2987         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2988         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2989         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2990         * mm-util.el (mm-with-unibyte-current-buffer)
2991         (mm-find-buffer-file-coding-system):
2992         * yenc.el (yenc-decode-region): Use default-value rather than
2993         default-enable-multibyte-characters.
2994
2995 2009-09-03  Glenn Morris  <rgm@gnu.org>
2996
2997         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2998         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2999         than default-enable-multibyte-characters.
3000
3001 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3002
3003         * gnus-art.el (gnus-article-read-summary-keys):
3004         Fix gnus-buffer-configuration's value temporarily used.
3005
3006 2009-09-02  Glenn Morris  <rgm@gnu.org>
3007
3008         * gnus-util.el (gnus-float-time): New function.
3009         * gnus-delay.el (gnus-delay-article):
3010         * gnus-sum.el (gnus-thread-latest-date):
3011         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3012         * nnspool.el (nnspool-request-newgroups):
3013         Use gnus-float-time rather than time-to-seconds.
3014         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3015
3016         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3017         (gnus-header-subject-face, gnus-header-newsgroups-face)
3018         (gnus-header-name-face, gnus-header-content-face):
3019         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3020         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3021         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3022         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3023         (gnus-cite-face-11):
3024         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3025         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3026         (gnus-server-closed-face, gnus-server-denied-face)
3027         (gnus-server-offline-face):
3028         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3029         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3030         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3031         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3032         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3033         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3034         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3035         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3036         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3037         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3038         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3039         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3040         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3041         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3042         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3043         (gnus-summary-high-undownloaded-face)
3044         (gnus-summary-low-undownloaded-face)
3045         (gnus-summary-normal-undownloaded-face)
3046         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3047         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3048         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3049         (gnus-splash-face):
3050         * message.el (message-header-to-face, message-header-cc-face)
3051         (message-header-subject-face, message-header-newsgroups-face)
3052         (message-header-other-face, message-header-name-face)
3053         (message-header-xheader-face, message-separator-face)
3054         (message-cited-text-face, message-mml-face):
3055         * sieve-mode.el (sieve-control-commands-face)
3056         (sieve-action-commands-face, sieve-test-commands-face)
3057         (sieve-tagged-arguments-face):
3058         * spam.el (spam-face):
3059         Mark face aliases with "-face" in the name as obsolete.
3060
3061 2009-09-01  Glenn Morris  <rgm@gnu.org>
3062
3063         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3064         than goto-line.
3065
3066 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3069         Don't move point if the command is invoked inside the message header.
3070
3071 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3072
3073         * imap.el (imap-send-command): Simplify.
3074         (imap-wait-for-tag): point-max -> buffer-size.
3075
3076 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3077
3078         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3079         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3080         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3081         * nnir.el (nnir-swish-e-index-file):
3082         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3083         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3084         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3085         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3086         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3087         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3088
3089 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3092         Don't save excursion.
3093
3094 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3095
3096         * nnheader.el (nnheader-find-file-noselect):
3097         * mm-util.el (mm-insert-file-contents):
3098         Use (default-value 'major-mode) instead of default-major-mode.
3099
3100 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3101
3102         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3103
3104 2009-08-26  Glenn Morris  <rgm@gnu.org>
3105
3106         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3107         than placing in files.el.
3108
3109 2009-08-25  Glenn Morris  <rgm@gnu.org>
3110
3111         * nnir.el (top-level): Don't require cl at run-time.
3112         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3113         Replace cl-function substitute with gnus-replace-in-string.
3114         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3115         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3116         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3117         simplified expansions.
3118
3119 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3120
3121         * dig.el (dig): Add autoload cookie.
3122
3123 2009-08-22  Glenn Morris  <rgm@gnu.org>
3124
3125         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3126         goto-line.
3127
3128 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3129
3130         * parse-time.el (parse-time-string-chars): Save match data.
3131
3132 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3133
3134         * parse-time.el (parse-time-string-chars): Compute using character
3135         classes, to handle non-ascii characters (Bug#3190).
3136
3137 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3140
3141         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3142         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3143         (gnus-mm-display-part, gnus-mime-display-single)
3144         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3145         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3146
3147         * gnus-sum.el
3148         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3149         (gnus-summary-move-article): Add expirable mark to articles copied or
3150         moved to group that has auto-expire turned on if the option is non-nil.
3151
3152 2009-07-24  Glenn Morris  <rgm@gnu.org>
3153
3154         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3155         Fix typo.  (Bug#3903)
3156
3157 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3160         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3161         that should not be used for draft articles.
3162         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3163         that has no concern in minor mode keys.
3164         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3165         Abolish.
3166
3167 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3170         article without making inquiry to a user for unknown encoding.
3171
3172         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3173         (nnmaildir--scan): Assume i-node and device number that file-attributes
3174         returns might be cons-cell.
3175
3176         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3177
3178         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3179
3180 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * auth-source.el: Remove docs now in auth.texi.  Don't use
3183         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3184         `auth-source-hide-passwords' and use them.
3185
3186 2009-07-15  Glenn Morris  <rgm@gnu.org>
3187
3188         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3189
3190 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3193         excessive whitespace from the default values of title and description.
3194
3195 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3198         mail-fetch-field to fetch Content-Description header in order to
3199         exclude newlines.
3200
3201 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3202
3203         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3204         format used by GnuPG 2.0.11.
3205
3206 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3209         to deleted part.
3210
3211 2009-05-30  David Engster  <dengste@eml.cc>
3212
3213         * nnmairix.el: Remove old documentation in the commentary block.
3214         (nnmairix-request-group): Do not update active file for nnml back ends.
3215         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3216         end so that overview files are ignored.
3217         (nnmairix-update-groups): Make updating the groups more robust by using
3218         marks.
3219         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3220         with dollar characters in message-id.
3221
3222 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3223
3224         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3225         2008-12-25 in dns.el.
3226
3227 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3228
3229         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3230         could happen if the text is only composed of spaces and/or tabs.
3231
3232 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3233
3234         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3235         when sending a queued message to avoid extra mml tags.
3236
3237 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3240
3241 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3244         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3245         rmail-toggle-header for XEmacs;
3246         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3247
3248 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus-dired.el: Remove autoload for gnus-setup-message.
3251         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3252         displaying Gnus logo; always use compose-mail.
3253
3254 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3257
3258 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3261         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3262         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3263         available.
3264         (gnus-nocem-epg-verify): New function.
3265
3266 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3267
3268         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3269
3270 2009-02-15  Glenn Morris  <rgm@gnu.org>
3271
3272         * gnus-util.el (rmail-insert-rmail-file-header)
3273         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3274         autoloads.
3275         (rmail-default-rmail-file): Remove unnecessary declaration.
3276         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3277
3278 2009-02-14  Glenn Morris  <rgm@gnu.org>
3279
3280         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3281         variable (only used in gnus-util, which declares it anyway).
3282         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3283         which was only needed by gnus-art (changed to not use it any more).
3284         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3285         only used in gnus-util, which autoloads it itself.
3286         (rmail-update-summary): Fix autoload.
3287
3288         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3289         rather than rmail-output-to-rmail-file.
3290
3291 2009-02-07  Glenn Morris  <rgm@gnu.org>
3292
3293         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3294         autoload of function that no longer exists.
3295         (rmail-toggle-header): Declare.
3296         (message-forward-rmail-make-body): Handle mbox Rmail.
3297
3298 2009-01-31  Glenn Morris  <rgm@gnu.org>
3299
3300         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3301         2009-01-09 change.
3302
3303 2009-01-31  Dave Love  <fx@gnu.org>
3304
3305         * imap.el (imap-fetch-safe): Bind debug-on-error.
3306         (imap-debug): Add imap-fetch-safe.
3307
3308 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3309
3310         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3311         (auth-source-forget-all-cached): New convenience function.
3312         (auth-source-user-or-password): Accept list of modes or a single mode.
3313
3314         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3315         auth-source modes.
3316
3317         * netrc.el (netrc-machine-user-or-password): Use list of
3318         auth-source modes.
3319
3320         * nnimap.el (nnimap-open-connection): Use list of
3321         auth-source modes.
3322
3323         * nntp.el (nntp-send-authinfo): Use list of
3324         auth-source modes.
3325
3326 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3329         now.
3330
3331 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3334         coding system in XEmacs; add a workaround for XEmacs.
3335
3336         * lpath.el: Fbind coding-system-aliasee.
3337
3338 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3341         of current-language-environment.
3342
3343 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3344
3345         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3346         available at runtime.
3347
3348 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3351
3352 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3353
3354         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3355         the greatest positive fixnum value doesn't work under an XEmacs with
3356         bignum support; use the most-positive-fixnum constant instead,
3357         available since Emacs 21.1 with cl and XEmacs 21.1.
3358
3359 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3362         XEmacs gets not to work.
3363
3364 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * mm-util.el (mm-coding-system-priorities): Allow the value like
3367         "Japanese (UTF-8)" of current-language-environment.
3368
3369 2009-01-09  Glenn Morris  <rgm@gnu.org>
3370
3371         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3372         with last-command-event.
3373
3374 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3375
3376         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3377         in the doc string.
3378
3379         * message.el (message-fix-before-sending): Amend comment.
3380
3381 2009-01-08  Dave Love  <fx@gnu.org>
3382
3383         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3384
3385 2009-01-07  David Engster  <dengste@eml.cc>
3386
3387         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3388         simplified server definitions by converting it via
3389         gnus-server-to-method.
3390
3391 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3394         parameter's operands.
3395
3396 2009-01-06  David Engster  <dengste@eml.cc>
3397
3398         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3399         primary select method (for gnus-group-mark-article-as-read).
3400
3401 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3402
3403         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3404         `(gnus)Face', not `(gnus)X-Face'.
3405
3406 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * mm-util.el (mm-ucs-to-char): New function.
3409
3410         * mm-url.el (mm-url-decode-entities): Use it.
3411
3412         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3413         unicode-to-char.
3414
3415 2009-01-05  Dave Love  <fx@gnu.org>
3416
3417         * time-date.el: Require cl for `declare'.
3418
3419 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3420
3421         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3422         Dave Love.
3423
3424 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3425
3426         * message.el (message-fix-before-sending): Add `eight-bit' to
3427         illegible-text check.
3428
3429 2009-01-03  Michael Olson  <mwolson@gnu.org>
3430
3431         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3432         `headers' is nil.  This can occur if the IMAP server does not have
3433         permissions to read messages from a folder, but can write new messages
3434         to the folder.
3435         (nnimap-request-article-part): Do not insert `data' if it is nil.
3436
3437         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3438         characters which will confuse `read', so skip past them.
3439
3440 2009-01-01  Dave Love  <fx@gnu.org>
3441
3442         * imap.el (imap-string-to-integer): Fix typo.
3443         (imap-fetch-safe): New function.
3444         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3445
3446         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3447
3448         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3449         (imap-parse-greeting): Fix doc strings.
3450         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3451         (imap-parse-flag-list): Make messages unique.
3452         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3453
3454         * nnimap.el: Fix author email.
3455         (nnimap-split-rule): Add FIXME comment.
3456         (nnimap-debug): Fix doc string.
3457
3458 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3459
3460         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3461
3462 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3463
3464         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3465         nslookup if resolv.conf isn't available.
3466         (dns-query): Rename from query-dns.
3467         (dns-query-cached): Rename from query-dns-cached.
3468
3469 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3472         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3473         to check if those variables exist (first appeared in Emacs 18.50).
3474
3475 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * mm-util.el (mm-line-number-at-pos): New function.
3478
3479         * spam-report.el (spam-report-process-queue): Use it.
3480
3481 2008-12-24  David Engster  <dengste@eml.cc>
3482
3483         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3484         parameters that haven't existed as variables as buffer-local variables.
3485
3486 2008-12-23  Dave Love  <fx@gnu.org>
3487
3488         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3489         cadar.
3490
3491         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3492         imap-starttls-p.
3493         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3494
3495 2008-12-22  Dave Love  <fx@gnu.org>
3496
3497         * imap.el: Fix author email.  Doc fixes.
3498         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3499         reply.
3500
3501 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3502
3503         * spam-report.el (spam-report-gmane-max-requests): New constant.
3504         (spam-report-gmane-wait): New variable.
3505         (spam-report-gmane-ham, spam-report-gmane-spam)
3506         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3507         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3508         the server.
3509
3510         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3511         Add explanations.
3512
3513         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3514         nnheader-accept-process-output and nnheader-read-timeout if available.
3515         (pop3-movemail): Use it.
3516
3517         * message.el (message-check-news-body-syntax): Fix signature check if
3518         there's an attachment.
3519
3520 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * mm-util.el: Add comments to the mm- emulating functions.
3523
3524 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3525
3526         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3527         by Stephen Berman <stephen.berman@gmx.net>.
3528
3529 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * mm-util.el (mm-substring-no-properties): New function.
3532         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3533         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3534         (mm-string-to-multibyte): Doc fix.
3535
3536         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3537
3538 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3539
3540         * mml.el (mml-attach-file): Strip text properties from file name.
3541         (Bug#1574)
3542
3543 2008-12-16  Glenn Morris  <rgm@gnu.org>
3544
3545         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3546
3547 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3550         knows since the charset specified might be a bogus alias that
3551         mm-charset-synonym-alist provides.
3552
3553 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3554
3555         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3556         "ISO_8859-1".
3557
3558         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3559
3560 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * mm-util.el (mm-charset-eval-alist):
3563         Define it before mm-charset-to-coding-system.
3564         (mm-charset-to-coding-system): Add optional argument `silent';
3565         define it before mm-charset-override-alist.
3566         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3567         default value if it can be used in Emacs currently running;
3568         silence mm-charset-to-coding-system.
3569
3570 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3573         `allow-override' which says whether to use `mm-charset-override-alist'.
3574         (rfc2047-decode-encoded-words): Use it.
3575
3576         * mm-util.el (mm-charset-override-alist): Fix custom type;
3577         add `(gb2312 . gbk)' to choices.
3578
3579 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3582         fast.
3583
3584         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3585
3586         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3587
3588 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3589
3590         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3591         on links.
3592
3593         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3594
3595 2008-12-03  Lute Kamstra  <lute@gnu.org>
3596
3597         * sha1.el: Remove leading * from docstrings of defcustoms,
3598         deffaces, defconsts and defuns.
3599
3600 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3603         users' addresses that don't have domain parts.
3604         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3605         rather than message-narrow-to-head since there will be the message
3606         header separator.
3607
3608 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3609
3610         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3611         since the result is inserted in a unibyte buffer anyway.
3612         (nnimap-demule-use-string-to-multibyte): Remove.
3613         (nnimap-demule): Alias it to mm-string-to-multibyte.
3614
3615 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3616
3617         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3618         variable for debugging bug#464 and bug#1174.
3619         (nnimap-demule): Use it.
3620
3621 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3622
3623         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3624         score calculation correctly.
3625
3626 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3627
3628         * message.el (message-send-mail): Just set the buffer to unibyte
3629         rather than use mm-with-unibyte-current-buffer which does a lot more.
3630         (message-send-mail-partially): Don't bother with
3631         mm-with-unibyte-current-buffer since it's already been made unibyte by
3632         message-send-mail.
3633
3634 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3635
3636         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3637
3638 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3639
3640         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3641
3642 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3645         require itself and to remove `with-no-warnings'.
3646
3647 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3648
3649         * starttls.el (starttls-any-program-available): Get the name of the
3650         available TLS layer program.
3651         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3652         well as the host name in the "opening" message.
3653
3654         * auth-source.el (auth-source-cache, auth-source-do-cache)
3655         (auth-source-user-or-password): Cache passwords and logins by default,
3656         allow override with `auth-source-do-cache'.
3657         (auth-source-forget-user-or-password): Allow users to remove cache
3658         entries if needed.
3659
3660 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3661
3662         * md4.el (md4-buffer): Fix typo in docstring.
3663         (md4, md4-64): Doc fixes.
3664         (md4-pack-int32): Reflow docstring.
3665
3666 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3667
3668         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3669         condition-case to only the forward-sexp call.
3670
3671 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3672
3673         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3674         quotes contained.  Make it more robust regardless by an extra
3675         condition-case wrapper.
3676
3677 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3680
3681 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * nnml.el (nnml-request-expire-articles): Check if the function set to
3684         `nnmail-expiry-target' returns the symbol `delete'.
3685
3686         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3687
3688         * nnmail.el (nnmail-expiry-target): Fix custom type.
3689
3690 2008-10-02  Glenn Morris  <rgm@gnu.org>
3691
3692         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3693         Silence compiler warning.
3694
3695 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3696
3697         * tls.el (open-tls-stream): Show the actual command being
3698         executed, instead of the format string.
3699
3700 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * lpath.el: Fbind codepage-setup for Emacs 23.
3703
3704 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3705
3706         * mml.el (mml-menu): Don't assume mml2015 is bound.
3707
3708 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3711         exists.
3712
3713 2008-09-27  Glenn Morris  <rgm@gnu.org>
3714
3715         * gnus-util.el (mail-header-remove-comments): Autoload it.
3716
3717 2008-09-27  Andreas Schwab  <schwab@suse.de>
3718
3719         * gnus-util.el (gnus-split-references): Strip comments.
3720         (gnus-parent-id): Likewise.
3721
3722 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3723
3724         * message.el (message-confirm-send): Fix version.
3725
3726 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * message.el (message-idna-to-ascii-rhs-1): Use
3729         mail-extract-address-components rather than mail-header-parse-addresses
3730         that is an alias by default to ietf-drums-parse-addresses that does not
3731         support non-ASCII names in headers' contents.
3732
3733 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3734
3735         * message.el (message-confirm-send): Fixed variable documentation to
3736         avoid the "y/n" wording.
3737
3738 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3739
3740         * message.el (message-set-auto-save-file-name): Save to a different
3741         filename so multiple messages (especially drafts) can be recovered.
3742
3743 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3744
3745         * message.el (message-confirm-send): Add appropriate version.
3746
3747 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3750         defvar.
3751
3752 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3753
3754         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3755         (mm-pkcs7-enveloped-magic): Ditto.
3756
3757 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3758
3759         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3760         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3761
3762 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3765         default, it's better.
3766
3767 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3770         summary line gnus-number property and ignore them (with a warning
3771         message).
3772
3773 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3776         macro caddr in the interactive form since it won't be expanded.
3777
3778 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3781         `charset'; fix name of function called recursively.
3782         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3783
3784 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3787         (gnus-mime-set-charset-parameters): New function.
3788         (gnus-mime-view-part-as-charset): Use it to correctly display part
3789         specifying wrong charset.
3790
3791 2008-09-08  David Engster  <dengste@eml.cc>
3792
3793         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3794         in completing-read for back end server.
3795
3796 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3797
3798         * message.el (message-confirm-send): New variable to confirm sending a
3799         message.
3800         (message-send): Use it.
3801
3802 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3805
3806 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3809
3810 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3813         prevent tracking too many groups.
3814         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3815         Use it.
3816
3817 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3818
3819         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3820         moving point to the bottom of the window in order to avoid recentering.
3821
3822 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3825
3826         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3827         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3828         (gnus-article-beginning-of-window): Fix calculation.
3829
3830 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * gnus-msg.el (gnus-summary-supersede-article)
3833         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3834         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3835         message header.
3836
3837 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3838
3839         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3840         pending output coming after the status change.
3841
3842 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3843
3844         * message.el:
3845         * gnus-start.el:
3846         * gnus-registry.el: Remove VMS support.
3847
3848 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3851         macro.
3852         (rfc2104-hash): Use it.
3853
3854 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3855
3856         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3857         (gnus-summary-sort-by-most-recent-date): New commands.
3858         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3859         and menu entries.
3860
3861 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3864         don't redisplay article for raw contents; remove plural articles stuff.
3865
3866         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3867         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3868         on gnus-summary-save-article; display results properly.
3869
3870 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * lpath.el: No need to fbind ns-focus-frame.
3873
3874 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3877
3878 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3881         gnus-save-all-headers.
3882
3883 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3884
3885         * gnus-util.el (ns-focus-frame): Remove declaration.
3886         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3887         like x.
3888
3889 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3890
3891         * rfc2104.el (rfc2104-zero): Delete defconst.
3892         (rfc2104-hex-alist): Likewise.
3893         (rfc2104-hex-to-int): Delete func.
3894         (rfc2104-hexstring-to-bitstring): Likewise.
3895         (rfc2104-nybbles): New defconst.
3896         (rfc2104-hash): Rewrite for speed.
3897
3898 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * tls.el (open-tls-stream): Make it work with the 2nd argument
3901         BUFFER that is a string but does not exist as a buffer object, as
3902         mentioned in the doc-string.
3903
3904 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3907         SXEmacs.
3908
3909 2008-07-16  Glenn Morris  <rgm@gnu.org>
3910
3911         * gnus-util.el (ns-focus-frame): Declare for compiler.
3912
3913 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3916         set as a group parameter.
3917         (gnus-summary-save-in-pipe): Work when it is called independently.
3918         (gnus-summary-pipe-to-muttprint): Don't modify
3919         gnus-summary-pipe-output-default-command.
3920
3921 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3922
3923         * message.el (message-send-mail-with-sendmail):
3924         Display the error message.
3925
3926 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-art.el (gnus-default-article-saver):
3929         Add gnus-summary-save-in-pipe to choices.
3930         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3931         gnus-summary-pipe-output-default-command as the default command.
3932         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3933         instead of gnus-last-shell-command.
3934
3935         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3936         New user option.
3937         (gnus-summary-muttprint-program): Mention the value will be changed.
3938         (gnus-summary-save-article): Force showing of all headers.
3939         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3940
3941 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3942
3943         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3944
3945 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3946
3947         * nnimap.el (nnimap-id):
3948         * sieve-manage.el (sieve-manage-open): Doc fixes.
3949
3950 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3951
3952         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3953         if available.
3954
3955 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3956
3957         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3958
3959         * nnkiboze.el (nnkiboze-generate-group):
3960         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3961
3962         * nnmairix.el: Require CL.
3963
3964 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * dgnushack.el: Autoload get-display-table and put-display-table for
3967         XEmacs 21.5.
3968
3969         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3970         21.4 and SXEmacs.
3971
3972 2008-06-15  David Engster  <dengste@eml.cc>
3973
3974         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3975
3976 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3977
3978         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3979         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3980         runtime choice under XEmacs.
3981
3982         * gnus-sum.el (gnus-summary-set-display-table):
3983         Use `gnus-put-display-table', `gnus-get-display-table',
3984         `gnus-set-display-table' for the display table, instead of `aset'.
3985
3986         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3987         Use `gnus-put-display-table', `gnus-get-display-table',
3988         `gnus-set-display-table' for the display table.
3989
3990 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3991
3992         * nnmairix.el: Add autoloads.
3993
3994 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3995
3996         * nnmairix.el (nnmairix-delete-recreate-group)
3997         (nnmairix-update-and-clear-marks): Fix error messages.
3998
3999 2008-06-14  David Engster  <dengste@eml.cc>
4000
4001         * nnmairix.el: Upgrade to version 0.6.
4002         (nnmairix-group-toggle-propmarks-this-group)
4003         (nnmairix-group-toggle-readmarks-this-group)
4004         (nnmairix-group-delete-recreate-this-group)
4005         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4006         (nnmairix-remove-tick-mark-original-article): New commands.
4007         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4008         (nnmairix-propagate-marks-to-nnmairix-groups)
4009         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4010         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4011         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4012         functions needed for marks propagation and manipulation of read marks.
4013         (nnmairix-update-groups): New function.
4014         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4015         (nnmairix-determine-original-group-from-registry)
4016         (nnmairix-determine-original-group-from-path)
4017         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4018         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4019         New helper functions.
4020         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4021         keystrokes for new commands.
4022         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4023         (nnmairix-request-group): Check allow-fast group parameter.
4024         (nnmairix-request-create-group): Set allow-fast group parameter if
4025         nnmairix-allowfast-default is set.
4026         (nnmairix-close-group): Propagate marks upon closing if needed.
4027         (nnmairix-group-toggle-threads-this-group): Use new.
4028         nnmairix-group-toggle-parameter helper function.
4029         (nnmairix-search): Better check for empty search result.
4030         (nnmairix-goto-original-article): Use new helper functions for
4031         determining original article.
4032         (nnmairix-show-original-article): Make sure message-id is in brackets.
4033         (nnmairix-call-mairix-binary): Change variable name.
4034         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4035         helper function.
4036         (nnmairix-widget-toggle-activate): Fix doc string.
4037
4038 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * nnir.el: Require edmacro when compiling with XEmacs.
4041         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4042         available in Emacs 21.
4043
4044 2008-06-11  Glenn Morris  <rgm@gnu.org>
4045
4046         * gnus-util.el (x-focus-frame):
4047         * gnus.el (image-size):
4048         * mm-decode.el (image-size): Declare.
4049
4050         * gnus-picon.el (declare-function): Add compat definition.
4051         (image-size): Declare.
4052
4053         * gnus-group.el (tool-bar-map):
4054         * gnus-sum.el (tool-bar-map): Define for compiler.
4055
4056         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4057
4058         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4059
4060         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4061         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4062         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4063         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4064         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4065         * sieve-manage.el, spam-report.el, spam.el:
4066         Remove unnecessary eval-and-compile of autoloads.
4067
4068 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4069
4070         * auth-source.el: Precise Tramp doc.
4071
4072 2008-06-07  Glenn Morris  <rgm@gnu.org>
4073
4074         * nnmairix.el: Remove unnecessary eval-when-compile.
4075
4076 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * lpath.el: Fbind propertize for XEmacs 21.4.
4079
4080 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4081
4082         * nnir.el: Move here from ../contrib.
4083
4084 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4085
4086         * gnus-util.el (gnus-read-shell-command): New function.
4087         * mm-decode.el (mm-pipe-part):
4088         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4089
4090 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4093
4094 2008-06-03  Glenn Morris  <rgm@gnu.org>
4095
4096         * pop3.el (nnheader-accept-process-output): Autoload it.
4097
4098 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4101         are not 2-digit hexadecimal characters that follow `%'s.
4102
4103 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4104
4105         * message.el (message-bogus-recipient-p): Fix type in doc string.
4106         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4107         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4108         Improve custom options.
4109         (message-bogus-recipient-p): Adjust accordingly.
4110
4111 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4112
4113         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4114         long-form month and day names.
4115
4116 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * dgnushack.el: Autoload debug, eudc-expand-inline and
4119         pgg-snarf-keys-region for XEmacs.
4120
4121         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4122
4123         * nnmairix.el: Require edmacro when compiling with XEmacs.
4124
4125 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4126
4127         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4128         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4129
4130 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4131
4132         * auth-source.el: Add more docs.
4133
4134         * netrc.el (netrc-machine): Always match if the port is not given.
4135
4136 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137
4138         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4139         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4140         retrieval faster in some cases, but might make CPU usage larger.  If
4141         this has any bad side effects, we might revert this change.
4142
4143         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4144         seems to make mail retrieval much, much faster.
4145         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4146         unconditionally.
4147
4148         * gnus-draft.el (gnus-group-send-queue): Bind
4149         message-send-mail-partially-limit to nil to avoid being prompted.
4150
4151 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4152
4153         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4154
4155         * message.el (message-bogus-address-regexp): Fix and improve custom
4156         type.
4157         (message-setup-hook): Add message-check-recipients as custom option.
4158
4159 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4160
4161         * message.el (message-cite-function): Remove bogus autoload which crept
4162         in during merge from v5-10.
4163
4164 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4167
4168         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4169
4170         * auth-source.el: Preliminary Tramp docs.
4171         (auth-sources): Change the default auth-sources to use
4172         EPA .gpg files.
4173
4174 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4175
4176         * nntp.el: Autoload `auth-source-user-or-password'.
4177         (nntp-send-authinfo): Use it.
4178
4179         * nnimap.el: Autoload `auth-source-user-or-password'.
4180         (nnimap-open-connection): Use it.
4181
4182         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4183         for the gnus-message function.
4184         (auth-source-user-or-password): Use it.
4185
4186 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4187
4188         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4189         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4190         (rfc2104-hash): Use it.
4191
4192 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4193
4194         * gnus-art.el (gnus-article-toggle-truncate-lines):
4195         Don't use `iff' in docstring.
4196
4197 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4198
4199         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4200
4201         * gnus-util.el (gnus-extract-address-component-name)
4202         (gnus-extract-address-component-email): Convenience functions around
4203         `gnus-extract-address-components'.
4204
4205         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4206         Use `gnus-extract-address-component-email' to fix bug of comparing full
4207         sender name to `user-mail-address'.
4208
4209 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4210
4211         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4212         catch/throw to optimize.
4213         (gnus-registry-find-keywords): Just use member to find a keyword.
4214
4215 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4216
4217         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4218         is current before calling gnus-server-prepare.
4219         (gnus-server-setup-buffer, gnus-server-update-server)
4220         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4221
4222 2008-05-04  Juri Linkov  <juri@jurta.org>
4223
4224         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4225         (mailcap-file-default-commands): Use mailcap-replace-in-string
4226         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4227         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4228
4229 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4230
4231         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4232
4233 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4234
4235         * gnus.el: Bump version to 0.11.
4236
4237 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4238
4239         * gnus.el: No Gnus v0.10 is released.
4240
4241 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4244         hooks.
4245         (gnus-update-read-articles): Speed up non-marks-using users.
4246         (gnus-use-marks): Define gnus-use-marks.
4247         (gnus-propagate-marks): Rename variable to something more sensible.
4248
4249 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4250
4251         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4252         (gmm-image-load-path-for-library): Fix typos in docstrings.
4253         (gmm-message): Reflow docstring.
4254
4255 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         * mail-source.el (mail-source-set-1, mail-source-bind):
4258         Move auth-source code out of the macro to clean it up and fix bugs.
4259
4260 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4263         by sender if it's equal to user-mail-address, it's likely to be
4264         useless.
4265
4266         * mail-source.el (mail-source-bind): Don't use user or password if they
4267         are not bound.  Unintern them if they are nil.  Don't use server unless
4268         it's bound, and default it to empty string otherwise.
4269
4270 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4271
4272         * mail-source.el: Load auth-source.el.
4273         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4274         get user name or password, if auth-sources is set up.
4275
4276         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4277         strategy of splitting with parent.
4278         (gnus-registry-split-fancy-with-parent)
4279         (gnus-registry-post-process-groups): Use it and fix prior
4280         bug (returning a list as the split result).
4281
4282         * auth-source.el (auth-sources): Remove server parameter.
4283         (auth-source-pick, auth-source-user-or-password)
4284         (auth-source-user-or-password-imap)
4285         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4286         (auth-source-user-or-password-sftp)
4287         (auth-source-user-or-password-smtp): Remove server parameter.
4288
4289 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4290
4291         * smime.el (smime-sign-region, smime-encrypt-region)
4292         (smime-decrypt-region):
4293         Remove redundant calls to `generate-new-buffer-name'.
4294
4295 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4296
4297         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4298         Don't use QP for message/rfc822.
4299         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4300
4301 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4302
4303         * sieve-manage.el (sieve-string-bytes): Remove.
4304         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4305         correct byte-length only if the process's coding-system is the same as
4306         the one used internally by Emacs to represent strings.
4307
4308 2008-04-22  Juri Linkov  <juri@jurta.org>
4309
4310         * mailcap.el (mailcap-file-default-commands): New function.
4311
4312 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * message.el (message-signature-separator, message-cite-function):
4315         Change custom version.
4316
4317 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4318
4319         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4320         commands.
4321         (tls-checktrust): Ditto.
4322
4323 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4324
4325         * mm-decode.el (mm-display-external): Make temp file read-only.
4326
4327 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4328
4329         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4330         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4331         `C-c C-f d'.
4332
4333 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4334
4335         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4336
4337 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * gnus.el: Bump version to 0.9.
4340
4341 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4342
4343         * gnus.el: No Gnus v0.8 is released.
4344
4345 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4346
4347         * mail-source.el (mail-source-value):
4348         Prefer fboundp to functionp so it works with macros as well.
4349
4350 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4351
4352         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4353         Fix last change in case the element is not even a symbol.
4354
4355 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4356
4357         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4358         Prefer fboundp to functionp so it works with macros as well.
4359
4360 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * auth-source.el: Added docs.
4363         (auth-sources): Modify format to support server.
4364         (auth-source-pick, auth-source-user-or-password)
4365         (auth-source-user-or-password-imap)
4366         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4367         (auth-source-user-or-password-sftp)
4368         (auth-source-user-or-password-smtp): Add server parameter.
4369
4370 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4371
4372         * gnus-registry.el: Initialize the registry when gnus-registry-install
4373         is t.
4374
4375 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * compface.el (uncompface): Make buffer unibyte.
4378
4379 2008-04-05  Glenn Morris  <rgm@gnu.org>
4380
4381         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4382
4383 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4384
4385         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4386         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4387
4388         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4389         multibyteness after rather than before erasing it.
4390
4391         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4392         mm-with-multibyte.
4393         (gnus-request-article-this-buffer): Make sure the proper decoding is
4394         used if gnus-original-article-buffer happens to be unibyte.
4395
4396         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4397         default-enable-multibyte-characters.
4398
4399         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4400         default-enable-multibyte-characters.
4401
4402         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4403
4404         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4405
4406 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4407
4408         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4409         (imap-message-copyuid-1): Use it.
4410         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4411         J. Williams in
4412         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4413
4414         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4415         imap-enable-exchange-bug-workaround.
4416         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4417
4418 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4419
4420         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4421         a 100 byte status-checks into a 2-3MB transfer for each group.
4422         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4423         to enable bug workaround or not.
4424         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4425
4426 2008-03-31  Glenn Morris  <rgm@gnu.org>
4427
4428         * message.el (mml2015-use): Declare for compiler.
4429         (message-info): Require mml2015 when appropriate.
4430
4431 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4434         whitespace.
4435
4436 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4437
4438         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4439         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4440         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4441         (nntp-service-to-port): New function.
4442         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4443         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4444         (nntp-open-netcat-stream): New function.
4445         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4446
4447 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4448
4449         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4450
4451 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4452
4453         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4454
4455 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4456
4457         * dns.el (dns-write): Use set-buffer-multibyte.
4458
4459 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4460
4461         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4462
4463 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4464
4465         * message.el (message-signature-separator): Change default.
4466         Improve custom type.
4467         (message-cite-function): Change default to
4468         message-cite-original-without-signature.
4469
4470         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4471         toggle.
4472
4473         * message.el (message-check-news-body-syntax): Fix signature check.
4474         (message-setup-1): Mark buffer as unmodified _after_ running
4475         message-setup-hook and handling message-alternative-emails.
4476         (message-shorten-references): Be more strict when building list of
4477         valid references to comply with GNKSA.
4478
4479         * gnus-group.el (gnus-read-ephemeral-bug-group)
4480         (gnus-read-ephemeral-debian-bug-group)
4481         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4482
4483         * message.el (message-info): Don't use booleanp which isn't supported
4484         in Emacs 21 and XEmacs.
4485
4486 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4487
4488         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4489         gnus-group-gmane-group-download-format.
4490         (gnus-group-read-ephemeral-gmane-group): Rename from
4491         gnus-group-read-ephemeral-gmane-group.
4492         (gnus-read-ephemeral-gmane-group-url): Rename from
4493         gnus-group-read-ephemeral-gmane-group-url.
4494         (gnus-bug-group-download-format-alist): New variable.
4495         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4496         (gnus-read-ephemeral-emacs-bug-group): New commands.
4497
4498 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4499
4500         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4501         (gnus-visible-headers): Improve custom type.
4502
4503 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         * mml.el (mml-menu): Add workarounds for XEmacs.
4506
4507         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4508         X-Boundary header.
4509
4510         * message.el (message-simplify-recipients): Fix previous commit.
4511
4512 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4513
4514         * mm-util.el (mm-set-buffer-multibyte): New function.
4515         * mm-decode.el (mm-copy-to-buffer): Use it.
4516
4517 2008-03-19  Glenn Morris  <rgm@gnu.org>
4518
4519         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4520         Accidentally removed in the sync process with Emacs.
4521
4522 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * message.el (message-alter-recipients-discard-bogus-full-name):
4525         New function.
4526         (message-alter-recipients-function): New variable.
4527         (message-get-reply-headers): Use it.
4528         (message-replace-header): New helper function.
4529         (message-recipients-without-full-name): New variable.
4530         (message-simplify-recipients): New command.
4531
4532         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4533
4534         * message.el (message-info): Handle EasyPG manual.
4535
4536         * mml.el (mml-menu): Add entry for EasyPG.
4537
4538 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4539
4540         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4541         parameter.
4542
4543         * message.el (message-disassociate-draft): Specify drafts group name
4544         fully.
4545
4546 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4547
4548         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4549         unnecessary duplicates from the match list.
4550
4551 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4554
4555         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4556
4557         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4558         args of `how-many' of which the XEmacs version doesn't take; declare
4559         Info-index-next as function.
4560
4561 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4562
4563         * gnus-score.el (gnus-score-headers): Fix handling of
4564         gnus-inhibit-slow-scoring.
4565
4566         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4567         string.
4568         (gnus-button-url-regexp): Improve handling of parenthesis.
4569         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4570         (gnus-button-handle-info-keystrokes): Handle index entries.
4571
4572 2008-03-15  Glenn Morris  <rgm@gnu.org>
4573
4574         * parse-time.el (parse-time-string): Simplify.
4575
4576 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4579         Incoming* files.
4580
4581 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4582
4583         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4584         (auth-source-pick): Use it.
4585
4586 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * binhex.el (binhex-decode-region-internal):
4589         * uudecode.el (uudecode-decode-region-internal):
4590         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4591         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4592         setting default-enable-multibyte-characters.
4593
4594 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4595
4596         * auth-source.el (auth-source-protocols)
4597         (auth-source-protocols-customize, auth-source-choices): Added and
4598         modified variable customizations and defaults.
4599         (auth-source-pick, auth-source-user-or-password)
4600         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4601         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4602         (auth-source-user-or-password-sftp)
4603         (auth-source-user-or-password-smtp): Use new variables and provide an
4604         interface to netrc.el.
4605
4606 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4609         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4610         Make sure the nntp port to specify is a string.
4611
4612 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4613
4614         * nntp.el: Use with-current-buffer.
4615         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4616         dubious mm-with-unibyte-current-buffer.
4617         (nntp-with-open-group-function): New function extracted from
4618         nntp-with-open-group macro.
4619         (nntp-with-open-group): Use the function, so it's easier to debug.
4620         Add indentation and debugging info.
4621         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4622         the use of the netcat alternatives.
4623
4624         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4625         Avoid mm-string-as-multibyte as well.
4626
4627         * nnweb.el (nnweb-insert-html):
4628         Remove use of nnheader-string-as-multibyte.
4629
4630         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4631         (nnheader-string-as-multibyte): Remove.
4632
4633         * mm-view.el: Use inhibit-read-only.
4634         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4635         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4636         or unibyte-string.
4637
4638         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4639         (mm-uu-yenc-extract): Use with-current-buffer.
4640
4641         * gnus-soup.el (gnus-soup-send-packet): Don't use
4642         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4643
4644         * nnmh.el: Use with-current-buffer.
4645         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4646         mm-string-as-multibyte on the output of mm-encode-coding-string.
4647
4648         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4649         (nnimap-request-move-article): Use with-current-buffer.
4650
4651         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4652         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4653         conversion uses string-make-unibyte rather than string-as-unibyte.
4654
4655         * gnus-msg.el: Use with-current-buffer.
4656
4657         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4658
4659 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4660
4661         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4662         string for caching if it is 'PIN.
4663
4664 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * lpath.el: Consider the case without Emacs/W3.
4667
4668 2008-03-08  Glenn Morris  <rgm@gnu.org>
4669
4670         * time-date.el (date-to-time, time-subtract, time-add)
4671         (safe-date-to-time): Doc fixes.
4672
4673 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * mail-source.el (mail-source-delete-old-incoming-confirm):
4676         Change default to nil.
4677         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4678
4679 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * lpath.el: Rearrange.
4682
4683         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4684         (gnus-article-goto-prev-page): Work for articles having ^L's.
4685
4686         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4687
4688         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4689
4690 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4691
4692         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4693         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4694         (gnus-bookmark-jump): Adjust some variable names.
4695
4696 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4697
4698         * auth-source.el: New package.
4699         (auth-source-choices): Add customization entry point variable.
4700
4701         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4702         bug.
4703
4704 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4705
4706         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4707         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4708         (gnus-registry-install-shortcuts): Rename from
4709         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4710         the `gnus-registry-mark-map' keymap dynamically from
4711         `gnus-registry-marks'.  The generated functions update the summary line
4712         when a registry mark is added or deleted, and will call
4713         `gnus-registry-install-p' (see the comments in the code).
4714         (gnus-registry-user-format-function-M): Use concat intelligently.
4715
4716         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4717         the registry mark functions.
4718
4719 2008-03-05  Glenn Morris  <rgm@gnu.org>
4720
4721         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4722         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4723         gnus-art.
4724         (top-level): No need to load own source when compiling.
4725
4726 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4727
4728         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4729         Suggested by <chris.anderton@zetnet.co.uk>.
4730
4731 2008-03-04  Glenn Morris  <rgm@gnu.org>
4732
4733         * gnus-sum.el (top-level): No need to require gnus when compiling,
4734         since unconditionally required near start of file.
4735         (gnus-summary-display-while-building): Move definition before use.
4736
4737 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4738
4739         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4740         formatting function.
4741
4742 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4743
4744         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4745         with plists.
4746         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4747         Use new format.
4748
4749 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4752         `where-is-internal' that returns a range of key sequences.
4753
4754 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4755
4756         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4757
4758         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4759         (gnus-summary-jump-to-group): Consider windows on other displayed
4760         frames as well.  Similar changes might be needed elsewhere, but that's
4761         the one I've bumped into during my use.
4762
4763         * nndoc.el (nndoc-oe-dbx-type-p):
4764         * gnus-msg.el (gnus-debug):
4765         * gnus-group.el (gnus-update-group-mark-positions):
4766         Use mm-string-to-multibyte.
4767
4768 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4769
4770         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4771         doesn't handle NotDashEscaped.
4772
4773         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4774         (mml-dnd-attach-options): Fix typo in custom choice.
4775
4776         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4777         nndoc-article-type to mbox.
4778         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4779
4780         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4781         to nil, instead of html2text.
4782
4783         * imap.el (imap-debug): Add `imap-ping-server'.
4784
4785         * gnus-bookmark.el: Add FIXMEs.
4786
4787         * message.el (message-form-letter-separator)
4788         (message-send-form-letter-delay): New variables.
4789         (message-send-form-letter): Use them.  New command to send form
4790         letters.  Requested by Uwe Siart.
4791         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4792
4793 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * Update copyright years.
4796
4797 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4798
4799         Sync from EMACS_22_BASE.
4800
4801         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4802
4803 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4804
4805         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4806         empty author.
4807
4808 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * gnus-registry.el (gnus-registry-marks): Add variable for
4811         customization of marks and their appearance.
4812         (gnus-registry-read-mark): Use it.
4813         (gnus-registry-do-marks): Add utility function to loop through
4814         `gnus-registry-marks'.
4815         (gnus-registry-install-shortcuts-and-menus): Add function to install
4816         shortcuts and menus.
4817         (gnus-registry-initialize): Use it.
4818         (gnus-registry-default-mark): Clarify documentation.
4819
4820 2008-02-29  Glenn Morris  <rgm@gnu.org>
4821
4822         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4823         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4824         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4825         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4826         Change defcustom :version from 23.0 to 23.1.
4827
4828 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4829
4830         * gnus-registry.el (gnus-registry-follow-group-p)
4831         (gnus-registry-post-process-groups): Add functions to aid registry
4832         splitting and improve logging.  Clarify behavior in function
4833         documentation.
4834         (gnus-registry-split-fancy-with-parent): Use them.
4835
4836 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4837
4838         * gnus-art.el: Use with-current-buffer.
4839
4840 2008-02-27  David Engster  <dengste@eml.cc>
4841
4842         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4843         Express real group name in the response.
4844
4845 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4848         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4849         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4850         autoload gnus-registry-fetch-group when compiling.
4851         (nnmairix-request-group-with-article-number-correction): Remove
4852         unreferenced argument passed to nnmairix-call-backend.
4853
4854 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4855
4856         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4857         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4858         Wilde.
4859
4860 2008-02-27  Glenn Morris  <rgm@gnu.org>
4861
4862         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4863         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4864         variables to defconsts.  Convert comments to doc-strings.
4865         (nnmairix-last-server, nnmairix-current-server): Convert from free
4866         variables to defvars.  Convert comments to doc-strings.
4867         (gnus-registry-fetch-group): Autoload.
4868         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4869         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4870         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4871         caddr.
4872         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4873         nnmairix-request-group-with-article-number-correction call.
4874         (nnmairix-fast, nnmairix-group): New, less general names, for free
4875         variables passed from nnmairix-request-group to
4876         nnmairix-request-group-with-article-number-correction.  Declare.
4877         (nnmairix-request-group-with-article-number-correction):
4878         Use nnmairix-fast, nnmairix-group rather than fast, group.
4879
4880 2008-02-26  David Engster  <dengste@eml.cc>
4881
4882         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4883         version 0.5.
4884
4885 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4886
4887         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4888         instead of making an extra function call.  Don't add the current group
4889         to articles only when they have the group.  Use
4890         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4891         Reported by David <de_bb@arcor.de>.
4892
4893 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4896         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4897
4898 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4899
4900         * mail-source.el (mail-source-delete-incoming): Change default.
4901         Supplement doc string.
4902
4903         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4904
4905 2008-02-14  Glenn Morris  <rgm@gnu.org>
4906
4907         * time-date.el (format-seconds): New function.
4908
4909 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4910
4911         * nnmail.el (nnmail-message-id-cache-file): Derive from
4912         `gnus-home-directory'.
4913
4914 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4915
4916         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4917         Document negative prefix.
4918
4919         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4920
4921 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * message.el (message-unsent-separator): Add the Exim bounce
4924         separator.
4925
4926 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4927
4928         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4929         list.
4930         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4931         recipient/signer list.
4932
4933 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * Makefile.in (datarootdir): Define.
4936         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4937         name that might contain whitespace.
4938
4939 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4942         fbound (Emacs 23 unicode), signal an error.
4943
4944 2008-02-08  Glenn Morris  <rgm@gnu.org>
4945
4946         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4947
4948 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4949
4950         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4951         ports to the calls to `netrc-machine-user-or-password' in addition to
4952         "imap" and "imaps".
4953
4954 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4955
4956         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4957
4958         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4959
4960 2008-02-01  Kenichi Handa  <handa@m17n.org>
4961
4962         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4963         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4964         (rfc2104-hash): Convert the result of concat to unibyte string.
4965
4966 2008-02-01  Dave Love  <fx@gnu.org>
4967
4968         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4969         coding-system-for-read.
4970         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4971
4972 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4975         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4976         <hanche@math.ntnu.no>.
4977
4978 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4981
4982         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4983
4984 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4985
4986         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4987         * message.el (message-beginning-of-line): Use featurep instead of bound
4988         tests in order to resolve conditionals at compile time.
4989
4990 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4991
4992         * mail-source.el (mail-sources): Add `group' choice.
4993
4994         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4995         parameter `in-group' to control into which group the articles go.
4996         Add treatment of `group' mail-source.
4997
4998 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5001
5002         * mm-decode.el (mm-dissect-buffer): Decode description.
5003
5004         * mml.el (mml-to-mime): Encode message header first.
5005
5006 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5009         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5010
5011         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5012         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5013
5014 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5017
5018 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5021         prefix keys.
5022         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5023         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5024         gnus-xmas.el.
5025
5026         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5027         (gnus-xmas-article-describe-bindings): New function.
5028         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5029         gnus-xmas-article-describe-bindings.
5030
5031         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5032
5033 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5036         Add new variables for article mark management.
5037         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5038         list of extra data entries which, when present, will indicate that the
5039         article ID should not be trimmed from the registry.
5040         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5041         functions.
5042         (gnus-registry-read-mark): New function to read a mark name from the
5043         user.
5044         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5045         (gnus-registry-set-article-mark-internal): New functions to add and
5046         remove marks.
5047         (gnus-registry-get-article-marks): New function to show the marks for
5048         an article, or retrieve them for further use.
5049
5050 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5053         keys when no argument is given.
5054
5055 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * imap.el (imap-ping-server): New variable.
5058         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5059         (imap-ping-server): Minor doc string fixes.
5060
5061 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5062
5063         * imap.el (imap-ping-server): New function.
5064         (imap-opened): Call imap-ping-server.
5065
5066 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5067
5068         * gnus-sum.el (gnus-article-sort-by-random)
5069         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5070         jidanni@jidanni.org.
5071
5072 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-art.el (gnus-article-describe-bindings): New function.
5075         (gnus-article-read-summary-keys): Use it.
5076         (gnus-article-mode-map): Bind `C-h b' to it.
5077
5078 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5081         XEmacs.
5082         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5083         against non-character events.
5084
5085         * lpath.el: Fbind map-keymap for Emacs 21.
5086
5087 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5088
5089         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5090         command.
5091         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5092         instead of END.  Change name of the temp file.
5093         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5094         customizable.
5095
5096 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5099         bind `S W' to gnus-article-wide-reply-with-original; set default
5100         binding to gnus-article-read-summary-send-keys.
5101         (gnus-article-read-summary-keys): Fix the order of keys; display
5102         continuation keys correctly in the echo area; describe bindings
5103         correctly when keys end with `C-h'.
5104         (gnus-article-read-summary-send-keys): New function.
5105         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5106         for gnus-article-read-summary-send-keys; display continuation keys
5107         correctly in the echo area.
5108         (gnus-article-reply-with-original): Ignore prefix argument.
5109         (gnus-article-wide-reply-with-original): New function.
5110
5111         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5112         Emacs 21.
5113
5114 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5117         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5118
5119 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5122         (gnus-group-read-ephemeral-gmane-group): New command.
5123
5124 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5125
5126         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5127
5128 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * message.el (message-send-mail-function): Increase custom version.
5131
5132         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5133         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5134
5135 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5136
5137         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5138         for the cases where imap-authenticate is called with a nil buffer
5139         parameter.
5140
5141 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5144         html parts correctly; support forwarded messages.
5145         (gnus-article-browse-html-article): Remove work buffers.
5146
5147         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5148         compiling.
5149         (netrc-bound-and-true-p): New macro.
5150         (netrc-parse): Use it instead of bound-and-true-p that is not available
5151         in XEmacs 21.4.
5152
5153 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5154
5155         * gnus-registry.el (gnus-registry-mark-article)
5156         (gnus-registry-article-marks): Add functionality to mark articles
5157         through the Gnus registry.
5158
5159         * encrypt.el: Clarify documentation for the new pgg method.
5160         (encrypt-file-alist): Add PGG option.
5161         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5162         functionality.  Abstract password key and messaging to external
5163         functions.
5164         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5165         (encrypt-message-method-and-cipher): Add new convenience external
5166         functions.
5167         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5168         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5169
5170         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5171         (netrc-parse): Use encrypt-file-alist to determine if
5172         encrypt-find-model or encrypt-insert-file-contents should be used.
5173
5174         * encrypt.el: Clarify documentation.  Load password-cache or
5175         password, whichever one is found first, instead of autoloading.
5176
5177 2007-12-19  Glenn Morris  <rgm@gnu.org>
5178
5179         * mml.el (message-options-set, message-narrow-to-head)
5180         (message-in-body-p, message-mail-p, message-encode-message-body):
5181         Autoload.
5182         (message-remove-header, message-narrow-to-headers-or-head)
5183         (message-subscribed-p, message-make-mail-followup-to)
5184         (message-position-on-field, message-news-p)
5185         (message-options-set-recipient, message-generate-headers)
5186         (message-sort-headers): Declare as functions.
5187
5188 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5191         convention in doc string.
5192
5193 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5196         title to html parts.
5197         (gnus-article-browse-html-article): Pass message header to it.
5198
5199         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5200
5201 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5204         or password compatible with XEmacs.
5205
5206 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5209         format document.
5210         (gnus-mime-delete-part): Don't write description line if empty.
5211         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5212
5213 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5214
5215         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5216         (gnus-summary-mark-read-and-unread-as-read)
5217         (gnus-summary-mark-current-read-and-unread-as-read)
5218         (gnus-summary-mark-unread-as-ticked): Doc fix.
5219         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5220
5221 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5224         Christoph Conrad <christoph.conrad@gmx.de>.
5225
5226 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5229         yes-or-no-p.
5230
5231 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * mm-decode.el (mm-add-meta-html-tag): New function.
5234         (mm-save-part-to-file, mm-pipe-part): Use it.
5235
5236         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5237         gnus-y-or-n-p instead of y-or-n-p.
5238         (gnus-article-browse-html-parts): Work with message/external-body; use
5239         mm-add-meta-html-tag.
5240
5241 2007-12-11  Glenn Morris  <rgm@gnu.org>
5242
5243         * gnus-cache.el: Require gnus-sum not just when compiling.
5244
5245         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5246
5247         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5248         definitions before use.
5249
5250         * mm-decode.el: Require gnus-util.
5251         (mm-remove-part): Only call delete-annotation on XEmacs.
5252
5253         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5254
5255         * nnmail.el: Require gnus-int.
5256
5257         * spam.el: Move `require's before `eval-when-compile's.
5258
5259         * gnus-ems.el (gnus-alive-p):
5260         * gnus-fun.el (message-goto-eoh):
5261         * gnus-util.el (gnus-group-name-decode):
5262         * mail-source.el (gnus-compress-sequence):
5263         * message.el (Info-goto-node, format-spec):
5264         * mm-bodies.el (message-options-get):
5265         * mm-decode.el (mm-view-pkcs7):
5266         * mm-util.el (gmm-write-region):
5267         * mml-smime.el (mml-compute-boundary)
5268         (gnus-completing-read-with-default):
5269         * mml.el (widget-button-press, gnus-make-hashtable):
5270         * mml1991.el (mm-decode-content-transfer-encoding)
5271         (mm-encode-content-transfer-encoding)
5272         (message-options-get, message-options-set):
5273         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5274         * nnfolder.el (gnus-request-group):
5275         * nnheader.el (ietf-drums-unfold-fws):
5276         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5277         * smime.el (gnus-run-mode-hooks):
5278         * spam-stat.el (gnus-message): Autoload.
5279
5280         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5281         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5282         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5283         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5284         Add declare-function compatibility definition.
5285
5286         * gnus-cache.el (nnvirtual-find-group-art):
5287         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5288         (gnus-add-image, gnus-add-wash-type):
5289         * gnus-group.el (nnkiboze-score-file):
5290         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5291         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5292         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5293         (message-tokenize-header, gnus-get-buffer-create)
5294         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5295         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5296         * gnus.el (gnus-group-decoded-name):
5297         * mail-source.el (imap-capability):
5298         * mm-bodies.el (message-options-set):
5299         * mm-decode.el (gnus-configure-windows):
5300         * mm-extern.el (message-goto-body):
5301         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5302         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5303         (epg-sub-key-validity, message-options-set):
5304         * mml.el (widget-event-point, gnus-configure-windows):
5305         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5306         * mml2015.el (epg-check-configuration, epg-configuration)
5307         (message-options-set):
5308         * nndb.el (nndb-request-article):
5309         * nnfolder.el (gnus-request-create-group):
5310         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5311         * nnmaildir.el (gnus-group-mark-article-read):
5312         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5313         * rfc1843.el (message-fetch-field):
5314         * spam.el (gnus-extract-address-components):
5315         Declare as functions.
5316
5317 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5320
5321         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5322
5323         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5324         bind show-trailing-whitespace for XEmacs.
5325
5326 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5327
5328         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5329         new no-op macro for backward compatibility.
5330
5331         * imap.el (imap-string-to-integer): New function.
5332
5333 2007-12-09  Glenn Morris  <rgm@gnu.org>
5334
5335         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5336
5337         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5338         * message.el, mm-view.el, sieve-manage.el, smime.el:
5339         Add declare-function compatibility definition.
5340
5341         * gnus-art.el (w3-region, w3m-region, Info-menu):
5342         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5343         * gnus-sum.el (gnus-get-predicate):
5344         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5345         * message.el (mail-abbrev-in-expansion-header-p):
5346         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5347         (w3m-detect-meta-charset, w3m-region):
5348         * sieve-manage.el (password-read, password-cache-add)
5349         (password-cache-remove):
5350         * smime.el (password-read-and-add): Declare as functions.
5351
5352 2007-12-08  David Kastrup  <dak@gnu.org>
5353
5354         * gnus-sum.el (gnus-summary-simplify-subject-query):
5355         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5356         `message'.
5357
5358 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5361         it to bind idna-program, installation-directory, defined-colors, and
5362         face-attribute for XEmacs of the version that compiles defcustom forms.
5363
5364 2007-12-07  Glenn Morris  <rgm@gnu.org>
5365
5366         * gnus-art.el (article-make-date-line): Revert previous change.
5367
5368 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5369
5370         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5371
5372 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5373
5374         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5375         Call gnus-add-to-range ranges only once with a prepared article-list.
5376
5377 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5378
5379         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5380         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5381         group names with backslashes.  Reported by Tassilo Horn
5382         <tassilo@member.fsf.org>.
5383
5384 2007-12-06  Deepak Goel  <deego3@gmail.com>
5385
5386         * gnus-art.el (article-make-date-line):
5387         * gnus-start.el (gnus-load):
5388         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5389
5390 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * gnus-art.el (gnus-use-idna)
5393         * gnus-start.el (gnus-site-init-file)
5394         * message.el (message-use-idna)
5395         * mm-uu.el (mm-uu-hide-markers)
5396         * smiley.el (smiley-style): Revert changes that suppress warnings.
5397
5398 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5401         specify charset to html source.  Reported by Christoph Conrad
5402         <christoph.conrad@gmx.de>.
5403
5404 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5407         idna-program in order to suppress byte compile warning issued by XEmacs
5408         that came to byte compile the default value section of defcustom forms
5409         recently.
5410
5411         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5412         value of installation-directory.
5413
5414         * message.el (message-use-idna): Don't directly refer to the value of
5415         idna-program.
5416
5417         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5418
5419         * smiley.el (smiley-style): Don't directly call face-attribute.
5420
5421 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5422
5423         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5424
5425         * gnus-dired.el: Reduce Gnus dependencies.
5426         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5427         require.  Use autoloads instead.
5428         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5429         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5430         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5431         (gnus-dired-mode): Adjust doc string.
5432         (gnus-dired-mail-mode): New variable.
5433         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5434         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5435         (gnus-dired-mail-buffers): New function.  Return mail or message
5436         composition buffers.
5437         (gnus-dired-attach): Use it.
5438         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5439         NO-DECODE.
5440         (gnus-dired-print): Use `gnus-print-buffer' depending on
5441         `gnus-dired-mail-mode'.
5442
5443 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * rfc2047.el (rfc2047-encoded-word-regexp)
5446         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5447         explaining what regexp patterns are for.
5448
5449 2007-12-04  Glenn Morris  <rgm@gnu.org>
5450
5451         * password.el: Move to password-cache.el.
5452
5453         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5454         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5455         * mml-smime.el (password-read, password-cache-add)
5456         (password-cache-remove):
5457         No need to autoload, since mml-sec requires password.
5458
5459         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5460         * message.el (gnus-extract-address-components):
5461         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5462
5463         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5464         password.
5465
5466 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         * mailcap.el: Reduce dependencies.
5469         (mail-header-parse-content-type): Autoload.
5470         (mailcap-delete-duplicates): New alias.
5471         (mailcap-mime-info): Add optional argument NO-DECODE.
5472         (mailcap-mime-types): Use mailcap-delete-duplicates.
5473
5474         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5475
5476 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5477
5478         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5479         (imap-parse-status): Upcase status-att for servers that sends them
5480         lower-case (e.g., MS Exchange 2007).
5481
5482 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5485         function.
5486
5487         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5488         (gnus-uu-yenc-article): New function.
5489
5490         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5491
5492         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5493         buffer.
5494
5495 2007-12-02  Glenn Morris  <rgm@gnu.org>
5496
5497         * binhex.el (binhex): New custom group.
5498         (binhex-decoder-program, binhex-decoder-switches)
5499         (binhex-use-external): Move to the binhex custom group.
5500
5501         * uudecode.el (uudecode): New custom group.
5502         (uudecode-decoder-program, uudecode-decoder-switches)
5503         (uudecode-use-external): Move to the uudecode custom group.
5504
5505         * netrc.el (top-level): Don't load `encrypt' features.
5506         (netrc-parse): Don't use encrypt.
5507         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5508
5509         * encrypt.el: Remove file.
5510
5511 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5512
5513         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5514         matches on patches.
5515
5516         * gnus-art.el (gnus-article-browse-html-article): Mention
5517         `mm-text-html-renderer' in the doc string.
5518
5519         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5520         string.  Add comments.
5521
5522         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5523         if rhs is ASCII.
5524
5525 2007-12-01  Glenn Morris  <rgm@gnu.org>
5526
5527         * mail-source.el (top-level): Require format-spec before
5528         eval-when-compile.
5529
5530 2007-11-30  Glenn Morris  <rgm@gnu.org>
5531
5532         * encrypt.el: Require password, rather than autoloading password-read.
5533
5534 2007-11-29  Glenn Morris  <rgm@gnu.org>
5535
5536         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5537         (sasl-make-client, sasl-next-step, sasl-step-data)
5538         (sasl-step-set-data): Declare as functions.
5539
5540 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5543
5544 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5545
5546         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5547         certs should be verified and what is to be done in the event of a
5548         verification failure.
5549
5550         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5551         caller can indicate whether the cache should be disregarded for this
5552         call.  This way the result of the call is reproducible at all times and
5553         can be considered a canonical server name for the supplied method.
5554         (gnus-agent-method-p): Canonicalize server names by pushing their
5555         method through `gnus-method-to-server' using the no-cache argument.
5556
5557         * gnus-srvr.el (gnus-server-insert-server-line): Call
5558         `gnus-method-to-server' with `no-cache' argument.
5559
5560         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5561         gnus-agent-possibly-synchronize-flags as this should be called when the
5562         server is actually being opened.
5563         (gnus-agent-possibly-synchronize-flags)
5564         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5565         flags file of an agentized server to the latter function.
5566
5567         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5568         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5569         after a connection has been established successfully.
5570
5571 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-art.el (article-display-face): Force to display face if called
5574         interactively; check if gnus-article-x-face-too-ugly matches author.
5575         (article-display-x-face): Display face even if From header is missing
5576         as article-display-face does.
5577
5578 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5579
5580         * hashcash.el (message-narrow-to-headers-or-head)
5581         (message-fetch-field, message-goto-eoh)
5582         (message-narrow-to-headers): Declare as functions.
5583
5584 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * mail-source.el (mail-sources): Default to fetch from file for
5587         compatibility with default of nnmail-spool-file.
5588
5589 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5592         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5593         to look for encoded word that should be encoded again.
5594         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5595         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5596         encoding pattern.
5597         (rfc2047-decode-region): Switch strict regexp and loose one according
5598         to rfc2047-allow-irregular-q-encoded-words.
5599
5600 2007-11-25  Romain Francoise  <romain@orebokech.com>
5601
5602         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5603
5604 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * tls.el (tls-program): Provide more custom choices from
5607         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5608         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5609
5610 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5613         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5614
5615         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5616         `nnmail-spool-file'.
5617
5618         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5619         `nnmail-spool-file'.
5620
5621         * gnus-move.el (gnus-change-server): Ditto.
5622
5623         * gnus-kill.el (gnus-batch-score): Ditto.
5624
5625         * gnus-cache.el (gnus-jog-cache): Ditto.
5626
5627         * gnus-msg.el (gnus-summary-reply):
5628         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5629
5630 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5633         version.  Minor improvement to doc strings.
5634         (tls-program): Add comment.
5635
5636 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5637
5638         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5639         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5640         mismatch between the hostname provided in the certificate and the name
5641         of the host connnecting to.
5642         (open-tls-stream): Use them.  Check certificates against trusted root
5643         certificates.
5644
5645 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * gnus-cache.el (gnus-cache-generate-nov-databases):
5648         Use nnml-generate-nov-databases-directory instead of
5649         nnml-generate-nov-databases-1.
5650
5651 2007-11-24  Glenn Morris  <rgm@gnu.org>
5652
5653         * message.el (message-tool-bar-retro): Update for rename
5654         mail_send.xpm->mail-send.xpm.
5655
5656 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5659         `smime-ldap-search' for Emacs 22 and up.
5660
5661 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5662
5663         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5664
5665         * message.el (message-send-mail-function): Fix error convention.
5666         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5667         (message-widen-reply, message-send-mail, message-talkative-question)
5668         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5669         (message-clone-locals, message-send-news): Use with-current-buffer.
5670         (message-insert-or-toggle-importance): Remove unused var `valid'.
5671         (message-make-references): Remove unused var `new-references'.
5672         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5673
5674 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5675
5676         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5677         (spam-split-symbolic-return-positive): Reflow docstring.
5678         (spam-backends, spam-summary-exit-behavior)
5679         (spam-mark-ham-unread-before-move-from-spam-group)
5680         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5681         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5682         (spam-clear-cache, spam-backend-check, spam-install-backend)
5683         (spam-install-statistical-backend, spam-list-of-processors)
5684         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5685         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5686         (spam-check-crm114, spam-initialize, spam-unload-hook):
5687         Fix typos in docstrings.
5688
5689 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5692         been checked if they have never been read and those group levels are
5693         higher than the one that a user specified.
5694
5695 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5698         foreign groups unless a group level is specified by a user.
5699         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5700
5701 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5702
5703         * message.el (message-send-mail-function): Require sendmail.
5704
5705 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * message.el (message-send-mail-function): Check for smtpmail too.
5708
5709         * utf7.el (utf7-encode, utf7-decode): Use coding system
5710         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5711
5712         * message.el (message-send-mail-function): New function.
5713         (message-send-mail-function): Set default using
5714         message-send-mail-function.  Adjust doc string.
5715         (message-send-mail-with-mailclient): New function.
5716
5717 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5718
5719         * smime.el (from):
5720         * rfc2047.el (message-posting-charset):
5721         * qp.el (mm-use-ultra-safe-encoding):
5722         * pop3.el (parse-time-months):
5723         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5724         * nnml.el (files):
5725         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5726         (jka-compr-compression-info-list, ange-ftp-path-format)
5727         (efs-path-regexp):
5728         * nndiary.el (files):
5729         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5730         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5731         (epg-digest-algorithm-alist, inhibit-redisplay)
5732         (password-cache-expiry):
5733         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5734         (pgg-output-buffer, password-cache-expiry):
5735         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5736         (efs-path-regexp):
5737         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5738         (inhibit-redisplay):
5739         * mm-uu.el (file-name, start-point, end-point, entry)
5740         (gnus-newsgroup-name, gnus-newsgroup-charset):
5741         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5742         (latin-unity-ucs-list):
5743         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5744         (mm-uu-binhex-decode-function):
5745         * message.el (gnus-message-group-art, gnus-list-identifiers)
5746         (rmail-enable-mime-composing, gnus-local-organization)
5747         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5748         (gnus-read-active-file, facemenu-add-face-function)
5749         (facemenu-remove-face-function, gnus-article-decoded-p)
5750         (tool-bar-mode):
5751         * mail-source.el (display-time-mail-function):
5752         * gnus-util.el (nnmail-pathname-coding-system)
5753         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5754         (gnus-original-article-buffer, gnus-user-agent)
5755         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5756         (xemacs-codename, sxemacs-codename, emacs-program-version):
5757         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5758         * gnus-start.el (gnus-agent-covered-methods)
5759         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5760         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5761         (gnus-newsgroup-headers, gnus-group-list-mode)
5762         (gnus-group-mark-positions, gnus-newsgroup-data)
5763         (gnus-newsgroup-unreads, nnoo-state-alist)
5764         (gnus-current-select-method, mail-sources)
5765         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5766         (nnmail-spool-file, gnus-cache-active-hashtb):
5767         * gnus-mh.el (mh-lib-progs):
5768         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5769         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5770         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5771         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5772         (gnus-group-buffer):
5773         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5774         (font-lock-set-defaults):
5775         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5776         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5777         (gnus-summary-post-menu, total-parts, type, condition, length):
5778         * gnus-agent.el (gnus-agent-read-agentview):
5779         * flow-fill.el (show-trailing-whitespace):
5780         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5781         eval-and-compile wrappers for byte compiler pacifiers.
5782
5783         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5784         (mm-display-inline-fontify): Check for featurep 'xemacs not
5785         extent-list.
5786
5787         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5788         itimer-list.
5789         (mm-create-image-xemacs): Only do something for XEmacs.
5790         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5791
5792         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5793
5794         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5795         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5796
5797 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5798
5799         * nnimap.el (nnimap-split-download-body):
5800         * gnus-demon.el (gnus-demon):
5801         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5802
5803 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5806         macros.
5807         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5808         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5809         copy data from unibyte buffer to multibyte current buffer.
5810         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5811         to copy data from unibyte current buffer to multibyte buffer.
5812         (nntp-make-process-buffer): Make process buffer unibyte.
5813
5814         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5815
5816 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5817
5818         * pop3.el (pop3-open-server): Accept and process data more robustly at
5819         connexion start to avoid spurious "POP SSL connexion failed" errors.
5820
5821 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5824         read group names.
5825
5826 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5827
5828         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5829
5830 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5833         (nnmail-save-active): Use a unibyte buffer when saving active file,
5834         which may contain non-ASCII group names.
5835
5836         * nnml.el (nnml-request-group): Decode group names in messages.
5837
5838 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5839
5840         * message.el (message-citation-line-function)
5841         (message-insert-formatted-citation-line): Fix spelling of
5842         `message-insert-formated-citation-line'.
5843
5844 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5847
5848 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5851         nnmail-pathname-coding-system.
5852
5853         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5854         that a user enters; decode group names in messages.
5855
5856         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5857
5858 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5861
5862         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5863
5864         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5865         risky local variable.
5866
5867         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5868
5869 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * encrypt.el: Improve documentation to fix function name typo.
5872         Reported by Daiki Ueno <ueno@unixuser.org>.
5873
5874 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5877         even if the point is not in the last page of an article.
5878         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5879         back to the previous page.
5880
5881 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5882
5883         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5884
5885 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5888
5889 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5890
5891         * message.el (message-check-news-body-syntax): Avoid
5892         mm-string-as-multibyte.
5893         (message-hide-headers): Don't assume (point-min)==1.
5894
5895 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * message.el (message-remove-blank-cited-lines): Fix if remove is
5898         given.
5899         (message-bogus-address-regexp): New variable.
5900         (message-bogus-recipient-p): New function.
5901         (message-check-recipients): New command.
5902         (message-syntax-checks): Add `bogus-recipient'.
5903         (message-fix-before-sending): Add `bogus-recipient'.
5904
5905         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5906         (gnus-treat-body-boundary): Don't test window-system.
5907
5908 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5909
5910         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5911
5912 2007-10-28  Miles Bader  <miles@gnu.org>
5913
5914         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5915         at compile-time too.
5916
5917 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5918
5919         * gnus-msg.el (gnus-message-setup-hook): Add
5920         `message-remove-blank-cited-lines' to options.
5921
5922 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * message.el (message-remove-blank-cited-lines): New function.
5925         Suggested by Karl Plästerer.
5926
5927 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5930         mapc.
5931
5932         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5933         (top-level): Use mapc to set functions to be traced for debugging.
5934
5935         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5936         called for effect with while loop.
5937
5938         * message.el (message-talkative-question): Replace mapcar called for
5939         effect with mapc.
5940
5941         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5942         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5943         called for effect with dolist.
5944
5945         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5946
5947         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5948         gnus-extra-headers and nnmail-extra-headers.
5949
5950         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5951         called for effect with dolist.
5952         (top-level): Use mapc to set functions to be traced for debugging.
5953
5954         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5955         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5956         dolist.
5957
5958         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5959         Replace mapcar called for effect with mapc.
5960         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5961         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5962         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5963         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5964
5965         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5966         remove-if that's a cl function.
5967
5968         * webmail.el (webmail-debug): Replace mapcar called for effect with
5969         dolist.
5970
5971         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5972         with mapc.
5973
5974 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5977         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5978         with while loop.
5979
5980         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5981         functions from article-* functions.
5982         (gnus-multi-decode-header): Replace mapcar called for effect with
5983         dolist.
5984
5985         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5986         (gnus-bookmark-show-details): Replace mapcar called for effect with
5987         while loop.
5988
5989         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5990         called for effect with while loop.
5991
5992         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5993         with dolist.
5994
5995         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5996         mapcar called for effect with dolist.
5997
5998         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5999
6000         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6001         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6002         Replace mapcar called for effect with dolist.
6003         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6004         mapc.
6005
6006         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6007         Replace mapcar called for effect with dolist.
6008         (gnus-topic-list): Replace mapcar called for effect with mapc.
6009
6010         * gnus.el: Use mapc instead of mapcar to add autoloads.
6011
6012 2007-10-23  Richard Stallman  <rms@gnu.org>
6013
6014         * gnus-group.el (gnus-group-highlight): Mark as risky.
6015
6016 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus.el (gnus-server-to-method): Return method found first in
6019         gnus-newsrc-alist.
6020
6021         * gnus-art.el (gnus-article-highlight-signature)
6022         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6023         button overlay without the front stickiness.
6024
6025 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6026
6027         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6028         overview buffer needed a catch to receive its throw.
6029         (gnus-agent-flush-cache): Declared as interactive to make this function
6030         easier to use.
6031
6032 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6035         `next-line'.
6036
6037 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6040         exclude address matching message-dont-reply-to-names.
6041
6042 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-util.el (gnus-string<): New function.
6045
6046         * gnus-sum.el (gnus-article-sort-by-author)
6047         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6048
6049 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6052         the frame-focus tag is set in gnus-buffer-configuration.
6053
6054 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6057         the front stickiness.
6058
6059 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6062         url pattern; remove duplicate one.
6063         (gnus-article-extend-url-button): New function.
6064         (gnus-article-add-buttons): Use it.
6065         (gnus-button-push): Use concatenated url that it makes.
6066
6067 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6068
6069         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6070
6071 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6072
6073         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6074         Don't hardcode point-min==1.
6075
6076 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6079         Fix comment about "iso8859-1".
6080
6081 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6082
6083         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6084         ones returned from the verify-function.
6085
6086         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6087         mml2015-extract-cleartext-signature if extraction failed.
6088
6089 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6090
6091         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6092         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6093         failed.
6094
6095 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6098
6099 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6100
6101         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6102         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6103         recommends to use EasyPG instead of PGG.
6104
6105         * pgg.el: Revert to revision 6.23.2.16.
6106
6107         * pgg-def.el: Revert to revision 6.6.2.14.
6108
6109         * pgg-gpg.el: Revert to revision 6.23.2.34.
6110
6111 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6112
6113         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6114         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6115         thread for both the null and zero (kill/expire thread) universal prefix
6116         cases.
6117         (gnus-summary-expire-thread): Add new function to expire a thread,
6118         using gnus-summary-kill-thread.
6119         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6120         shortcuts for gnus-summary-expire-thread.
6121         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6122         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6123
6124 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6125
6126         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6127         extras value, so an extras entry can be deleted.
6128         (gnus-registry-delete-extra-entry): Use it.
6129         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6130         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6131         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6132         storage through the gnus-registry, and provide an appropriate API for
6133         it.
6134
6135 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6138         Suggested by Leo <sdl.web@gmail.com>.
6139
6140         * gnus.el: Do.
6141
6142 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6145         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6146
6147         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6148
6149         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6150         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6151
6152 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6155         newline.
6156         (nnmbox-request-accept-article): Don't change article in source buffer;
6157         narrow to header to use message-fetch-field rather than
6158         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6159         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6160         as delimiters; make sure article ends with newline.
6161         (nnmbox-delete-mail): Correct last position of article to be deleted;
6162         ignore X-Gnus-Newsgroup header in article body.
6163         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6164         positions; make sure article ends with newline.
6165
6166         * message.el (message-display-abbrev): Don't infloop when a user
6167         inserts SPC in the beginning of header.
6168
6169         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6170         coding-system-for-read and coding-system-for-write for XEmacs having no
6171         file-coding feature.
6172
6173         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6174
6175 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6178         list of groups not followed by default.  Fix type to be regexp.
6179         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6180
6181 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6182
6183         * hmac-def.el (define-hmac-function): Switch from old-style to
6184         new-style backquotes.
6185
6186         * md4.el (md4-make-step): Likewise.
6187
6188 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6191         raw-text coding system when saving .newsrc file, which may contain
6192         non-ASCII group names.
6193
6194 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-cus.el (gnus-score-extra): New widget.
6197         (gnus-score-extra-convert): New function.
6198         (gnus-score-customize): Use it for Extra.
6199
6200 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6201
6202         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6203         (mml2015-mailcrypt-clear-verify): Use it.
6204         (mml2015-gpg-clear-verify): Use it.
6205         (mml2015-pgg-clear-verify): Use it.
6206         (mml2015-epg-clear-verify): Replace the current part with the output
6207         from GnuPG; don't extract the plaintext by itself.
6208
6209         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6210         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6211         mml2015-clear-verify-function; don't touch the armor headers or
6212         dash-escaped text here.
6213
6214 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6217         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6218         parts, or application/octet-stream as a last resort.
6219         (gnus-mime-view-part-as-type): Don't toggle display.
6220         (gnus-mime-view-part-as-charset): Don't turn off display before
6221         querying charset.
6222
6223         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6224         stuff to undisplayer function in Emacs.
6225         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6226
6227         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6228         text/calendar parts.
6229
6230 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6233         decoding text/calendar parts.
6234
6235         * message.el (message-forward-make-body-mime): Always mark body as
6236         having no illegible text; remove signed-or-encrypted argument.
6237         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6238
6239         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6240         (mml-generate-mime-1): Don't encode body if it is specified to be in
6241         raw form; don't make buffer be unibyte when inserting multibyte string.
6242
6243 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6244
6245         * sha1.el: Fix up comment style.
6246         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6247         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6248
6249         * hex-util.el: Fix up comment style.
6250         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6251
6252         * gnus-salt.el: Use with-current-buffer.
6253         (gnus-pick-setup-message): Fix long-standing typo.
6254
6255 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * imap.el (imap-logout-timeout): New variable.
6258         (imap-logout, imap-logout-wait): New functions.
6259         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6260
6261         * nnimap.el (nnimap-logout-timeout): New server variable.
6262         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6263         nnimap-logout-timeout.
6264
6265         * gnus-art.el (gnus-article-summary-command-nosave)
6266         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6267
6268 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * gnus.el (gnus-maximum-newsgroup): New variable.
6271
6272         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6273         according to gnus-maximum-newsgroup.
6274
6275         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6276         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6277         Limit the range of articles according to gnus-maximum-newsgroup.
6278
6279 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6280
6281         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6282         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6283         Don't perform gnus-configure-windows here; reuse existing sticky
6284         article buffer.
6285
6286         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6287         it doesn't exist in gnus-article-mode.
6288
6289 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6292         (gnus-agent-decoded-group-name): New function.
6293         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6294         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6295
6296 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6297
6298         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6299         Add binding for gnus-sticky-article.
6300         (gnus-summary-exit): Don't kill sticky article buffers.
6301
6302         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6303         article buffer.
6304         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6305         (gnus-kill-sticky-article-buffers): New commands.
6306
6307 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * nntp.el (nntp-xref-number-is-evil): New server variable.
6310         (nntp-find-group-and-number): If it is non-nil, don't trust article
6311         numbers in the Xref header.
6312
6313 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-agent.el (gnus-agent-read-group): New function.
6316         (gnus-agent-flush-group, gnus-agent-expire-group)
6317         (gnus-agent-regenerate-group): Use it.
6318         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6319         nnmail-pathname-coding-system.
6320
6321 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6324
6325         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6326         that are unread as unread, and also as selected so that information of
6327         marks having been changed by a user may be updated when exiting group.
6328
6329 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6332         calculated ignoring signature parts to gnus-treat-article.
6333
6334 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6337         a point here in order to keep the window start.
6338         (gnus-insert-mime-security-button): Make a button overlay without the
6339         front stickiness.
6340         (gnus-mime-display-security): Goto the end of a button.
6341
6342         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6343
6344 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6347         group-name-at-point.
6348         (gnus-group-completing-read): New function that offers decoded
6349         non-ASCII group names for completion.
6350         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6351         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6352         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6353         (gnus-group-fetch-control): Use it.
6354         (gnus-fetch-group): Use group-name-at-point for the initial value
6355         rather than the default value; use gnus-alive-p.
6356
6357         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6358         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6359         (gnus-summary-post-news): Use gnus-group-completing-read.
6360
6361         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6362         (gnus-read-move-group-name): Decode group name for completion.
6363
6364 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6365
6366         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6367         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6368         Yamaoka slightly modified the code).
6369
6370 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6373         (nnmail-split-incoming): Bind it.
6374
6375         * nnml.el (nnml-group-name-charset): New function.
6376         (nnml-decoded-group-name): Use it; don't decode group name if
6377         nnmail-group-names-not-encoded-p is non-nil.
6378         (nnml-encoded-group-name): New function.
6379         (nnml-group-pathname): Inline nnml-decoded-group-name.
6380         (nnml-request-expire-articles): Decode group name in message.
6381         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6382         nnmail-pathname-coding-system.
6383         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6384         not decoded ones according to nnmail-group-names-not-encoded-p.
6385         (nnml-generate-active-info): Use nnml-encoded-group-name.
6386
6387 2007-08-08  Glenn Morris  <rgm@gnu.org>
6388
6389         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6390         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6391         doc-strings and comments.
6392
6393 2007-07-25  Glenn Morris  <rgm@gnu.org>
6394
6395         * Relicense all FSF files to GPLv3 or later.
6396
6397 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-sum.el (gnus-summary-move-article): Make
6400         gnus-summary-respool-article work.
6401
6402 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6405         string.
6406
6407 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6408
6409         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6410         that should be ignored when comparing distant RSS articles with local
6411         ones.
6412         (nnrss-make-hash-index): New function.  Create a hash index according
6413         to the ignored fields.
6414         (nnrss-check-group): Use it.
6415
6416 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6419
6420         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6421
6422         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6423         the new optional argument ENCODED is non-nil.
6424         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6425         coding system for encoding group name.
6426         (gnus-group-make-rss-group): Pass un-encoded group name to
6427         gnus-group-make-group.
6428         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6429         encoded.
6430
6431         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6432         Encode group name to which articles are moved or copied.
6433         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6434         coding system for encoding Newsgroup, Followup-To and Xref headers.
6435
6436         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6437         marks; use nnheader-file-coding-system to write a file.
6438         (nnagent-retrieve-headers): Bind file-name-coding-system to
6439         nnmail-pathname-coding-system.
6440
6441         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6442
6443         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6444         (nnml-request-article, nnml-request-create-group)
6445         (nnml-request-rename-group, nnml-find-id)
6446         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6447         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6448         (nnml-save-marks): Use nnml-group-pathname instead of
6449         nnmail-group-pathname.
6450
6451         (nnml-request-create-group, nnml-request-expire-articles)
6452         (nnml-request-move-article, nnml-request-delete-group)
6453         (nnml-deletable-article-p, nnml-possibly-create-directory)
6454         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6455         (nnml-open-marks): Bind file-name-coding-system to
6456         nnmail-pathname-coding-system.
6457
6458         (nnml-request-article): Pass server argument to nnml-find-group-number.
6459         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6460         server argument to nnml-possibly-create-directory.
6461         (nnml-request-accept-article): Pass server argument to
6462         nnml-active-number and nnml-save-mail.
6463         (nnml-find-group-number): Pass server argument to nnml-find-id.
6464         (nnml-request-update-info): Pass server argument to
6465         nnml-marks-changed-p.
6466
6467         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6468         (nnml-save-mail, nnml-active-number): Add server argument.
6469
6470         (nnml-request-delete-group): Warn if group is missing.
6471         (nnml-get-nov-buffer): Decode group name.
6472         (nnml-generate-active-info): Encode group name.
6473         (nnml-open-marks): Decode group name in messages.
6474
6475 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6478         if it is not specified.
6479         (gnus-article-pipe-part, gnus-article-save-part)
6480         (gnus-article-interactively-view-part, gnus-article-copy-part)
6481         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6482         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6483         (gnus-article-replace-part, gnus-article-delete-part)
6484         (gnus-article-view-part-as-type): Pass raw prefix argument to
6485         gnus-article-part-wrapper.
6486
6487 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-agent.el (gnus-agent-save-active): Bind
6490         nnheader-file-coding-system to gnus-agent-file-coding-system.
6491
6492         * gnus-cache.el (gnus-cache-save-buffers)
6493         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6494         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6495         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6496         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6497         (gnus-cache-generate-active, gnus-cache-rename-group)
6498         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6499         (gnus-cache-update-overview-total-fetched-for): Bind
6500         file-name-coding-system to nnmail-pathname-coding-system.
6501         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6502         variables.
6503         (gnus-cache-decoded-group-name): New function.
6504         (gnus-cache-file-name): Use it.
6505         (gnus-cache-generate-active): Use non-decoded group name for active.
6506
6507         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6508         right place.
6509         (gnus-write-active-file): Don't break non-ASCII group names.
6510
6511         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6512         nnmail-pathname-coding-system.
6513
6514         * lpath.el: Bind default-file-name-coding-system,
6515         file-name-coding-system and language-info-alist for XEmacs.
6516
6517         * gnus-uu.el (gnus-uu-decode-save): Typo.
6518
6519 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6522
6523 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6526         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6527         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6528         (gnus-agent-flush-group, gnus-agent-flush-cache)
6529         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6530         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6531         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6532         (gnus-agent-regenerate-group)
6533         (gnus-agent-update-files-total-fetched-for)
6534         (gnus-agent-update-view-total-fetched-for): Bind
6535         file-name-coding-system to nnmail-pathname-coding-system.
6536         (gnus-agent-group-pathname): Don't encode file names by
6537         nnmail-pathname-coding-system.
6538         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6539         coding-system-for-write instead of buffer-file-coding-system to
6540         gnus-agent-file-coding-system.
6541
6542         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6543         Decode group name.
6544
6545         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6546
6547         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6548         (gnus-read-newsrc-el-file): Make group names unibyte.
6549
6550         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6551         nnmail-pathname-coding-system.
6552
6553         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6554         (nnrss-request-delete-group): Bind file-name-coding-system to
6555         nnmail-pathname-coding-system.
6556         (nnrss-read-server-data, nnrss-read-group-data): Bind
6557         file-name-coding-system correctly.
6558         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6559
6560         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6561         (nntp-server-to-method-cache): New variable.
6562         (nntp-group-pathname): New function that decodes non-ASCII group names.
6563         (nntp-possibly-create-directory, nntp-marks-changed-p)
6564         (nntp-save-marks, nntp-open-marks): Use it.
6565         (nntp-possibly-create-directory, nntp-open-marks):
6566         Bind file-name-coding-system to nnmail-pathname-coding-system.
6567         (nntp-open-marks): Decode group names when bootstrapping marks.
6568
6569         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6570         Newsgroups and Folowup-To headers.
6571
6572 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6575         (gnus-server-closed-face, gnus-server-denied-face)
6576         (gnus-server-offline-face): Remove variable.
6577         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6578
6579         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6580         of modifying message-stack directly for XEmacs.
6581
6582         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6583         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6584         if the coding-system argument is nil for XEmacs.
6585
6586         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6587         mm-charset-override-alist.
6588
6589         * rfc2047.el: Don't require base64; require rfc2045 for the function
6590         rfc2045-encode-string.
6591         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6592         to quote the parameter value.
6593
6594 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6597         form in gnus-group-name-charset-method-alist.
6598
6599         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6600         overrides the default layout edit-form.
6601
6602         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6603
6604         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6605
6606 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6609         as unfetched articles.
6610
6611 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6614
6615 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6618         original back end that keeps marks in the local system.
6619
6620 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6623         arg of pop-to-buffer for XEmacs.
6624         (gnus-article-read-summary-keys): Ditto; don't restore window
6625         configuration if summary command ends up with neither article buffer
6626         nor summary buffer; describe bindings if summary keys end with C-h.
6627
6628 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * message.el (message-fix-before-sending): Skip raw message part to be
6631         forwarded while checking illegible text.
6632         (message-forward-make-body-mime, message-forward-make-body): Mark
6633         signed or encrypted raw message as having no illegible text.
6634
6635 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6638         (gnus-message-with-timestamp-1): New macro.
6639         (gnus-message-with-timestamp): New function.
6640         (gnus-message): Use them.
6641
6642         * nnheader.el (nnheader-message): Use them.
6643
6644 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6647         .newsrc.eld file.
6648
6649 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-agent.el (gnus-agent-fetch-headers)
6652         (gnus-agent-retrieve-headers): Bind
6653         gnus-decode-encoded-address-function to identity.
6654
6655         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6656         available also when the server returns simply a dot.
6657
6658         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6659
6660 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6663
6664 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-ems.el (gnus-x-splash): Make it work.
6667
6668         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6669         from being used.
6670
6671         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6672
6673 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6676         4th and the 5th arguments.
6677
6678         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6679         the front stickiness.
6680         (gnus-article-summary-command-nosave): Correct the order of the
6681         arguments passed to pop-to-buffer.
6682         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6683         summary command ends up with the article buffer.
6684
6685         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6686         the same faces.
6687
6688 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6689
6690         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6691
6692 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6693
6694         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6695         * gnus-sum.el (gnus-summary-highlight):
6696         * pgg.el (pgg-sign-region, pgg-sign):
6697         * mail-source.el (mail-source-delete-old-incoming-confirm):
6698         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6699
6700 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-art.el (gnus-mime-view-part-externally)
6703         (gnus-mime-view-part-internally): Fix predicate function passed to
6704         completing-read.
6705
6706         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6707
6708         * gnus.el (gnus-update-message-archive-method): Add :version.
6709
6710 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus.el (gnus-update-message-archive-method): New variable.
6713
6714         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6715         according to gnus-message-archive-method if
6716         gnus-update-message-archive-method is non-nil.
6717
6718 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6721         by Loic Dachary <loic@dachary.org>.
6722         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6723
6724 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * message.el (message-pop-to-buffer): Add switch-function argument.
6727         (message-mail): Pass switch-function argument to it.
6728
6729 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6732         Improve doc string.
6733
6734 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6737         (gnus-header-content)
6738         * gnus-cite.el (gnus-cite-10)
6739         * gnus-srvr.el (gnus-server-closed)
6740         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6741         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6742         (gnus-group-mail-3-empty, gnus-group-mail-low)
6743         (gnus-group-mail-low-empty, gnus-splash)
6744         * message.el (message-header-to, message-header-cc)
6745         (message-header-subject, message-header-other, message-header-name)
6746         (message-header-xheader, message-separator, message-cited-text)
6747         (message-mml): Lighten colors of faces used for dark background.
6748
6749 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6750
6751         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6752         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6753
6754 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * message.el (message-narrow-to-headers-or-head):
6757         Ignore mail-header-separator in the body.
6758
6759 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6762         same as window size.
6763
6764 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6765
6766         * message.el (message-font-lock-keywords): Use message-header-xheader
6767         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6768         ahead of the anything pattern, to get it recognised.
6769
6770 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6773         spam.el loads uses it in the compiled defadvice form.
6774
6775 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6776
6777         * gnus-sum.el (gnus-articles-to-read)
6778         (gnus-summary-insert-old-articles): Don't truncate group name for
6779         `read-string'.
6780
6781         * gnus-util.el (gnus-limit-string): Delete this function.
6782
6783         * gnus-sum.el (gnus-simplify-subject-fully): Use
6784         `truncate-string-to-width' instead.
6785
6786 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6787
6788         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6789         if, on summary exit, the next group has to be selected.
6790         (gnus-summary-exit): Use it.
6791
6792 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6795         non-break space.
6796
6797 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6800         Check if group is not a directory.
6801         (nnfolder-request-expire-articles): Don't delete articles if the target
6802         group is not available.
6803
6804         * nnml.el (nnml-request-create-group): Properly check if group is not a
6805         file.
6806         (nnml-request-expire-articles): Don't delete articles if the target
6807         group is not available.
6808
6809         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6810         Don't quote characters that are within parentheses.
6811
6812 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6815         (gnus-handle-ephemeral-exit): Select article according to it.
6816
6817 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * message.el (message-insert-formated-citation-line): Remove newline.
6820         (message-citation-line-format): Add final \n here so that the user can
6821         avoid a blank line.
6822
6823 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6824
6825         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6826         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6827         Update lanl/arXiv support.
6828
6829 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * gnus.el: Bump version number.
6832
6833 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6834
6835         * gnus.el (gnus-version-number): Bump version.
6836
6837 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6838
6839         * gnus.el: No Gnus v0.6 is released.
6840
6841 2007-04-27  Didier Verna  <didier@xemacs.org>
6842
6843         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6844         * gmm-utils.el (gmm-regexp-concat): here.
6845         * message.el: Don't require 'gnus-util.
6846         (message-dont-reply-to-names): Handle name change above.
6847         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6848
6849 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6852         since the initial value varies according to the system.
6853
6854 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6857
6858 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6859
6860         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6861
6862 2007-04-24  Didier Verna  <didier@xemacs.org>
6863
6864         Improve the type of gnus-ignored-from-addresses.
6865         * gnus-util.el (gnus-orify-regexp): New function.
6866         * message.el (gnus-util): Require it.
6867         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6868         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6869         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6870
6871 2007-04-24  Didier Verna  <didier@xemacs.org>
6872
6873         * gnus-sum.el:
6874         * gnus-utils.el: Fix some trailing whitespaces.
6875
6876 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6879         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6880         article's Message-ID; refer parent article in summary buffer.
6881
6882         * message.el (message-bounce): Call mime-to-mml.
6883
6884         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6885         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6886         optimize and/or forms properly.
6887
6888 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6891         URL.
6892
6893 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6896
6897 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6900         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6901         displayed of multipart/alternative part if it is invoked from summary
6902         buffer.
6903
6904         * mm-view.el (mm-inline-text-html-render-with-w3m)
6905         (mm-inline-text-html-render-with-w3m-standalone)
6906         (mm-inline-render-with-function): Use mail-parse-charset by default.
6907
6908 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6909
6910         * parse-time.el (parse-time-string-chars): Check if CHAR
6911         is less than the length of parse-time-syntax.
6912
6913 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6916         from gnus-newsgroup-processable.
6917
6918 2007-04-16  Didier Verna  <didier@xemacs.org>
6919
6920         * gnus-msg.el (gnus-configure-posting-styles): Handle
6921         message-signature-directory properly with :file syntax.  Reported by
6922         "Leo".
6923
6924 2007-04-11  Didier Verna  <didier@xemacs.org>
6925
6926         New user option: message-signature-directory.
6927         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6928         * message.el (message-insert-signature): Ditto.
6929         * message.el (message-signature-file): Doc update.
6930         * message.el (message-signature-directory): New.
6931
6932 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-msg.el (gnus-inews-yank-articles): Use
6935         message-exchange-point-and-mark instead of exchange-point-and-mark.
6936
6937 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * message.el (message-yank-original): Make sure cited text ends with
6940         newline; don't exchange point and mark.
6941
6942 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6943
6944         * tls.el (open-tls-stream): Properly handle case where there
6945         is no associated buffer.
6946
6947 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6948
6949         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6950         message-yank-original, make sure (< mark TEXT point).
6951
6952 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * message.el (message-fill-column): New variable.
6955         (message-mode): Use it.  Add comment on a possible new hook.
6956
6957         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6958         (nnmail-get-new-mail): Reformat.
6959
6960         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6961
6962         * gmm-utils.el: Fix Commentary.
6963         (gmm-tool-bar-from-list): Fix typo in doc string.
6964
6965 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6966
6967         * message.el (message-yank-original): Don't switch point and mark
6968         unnecessarily to put point and mark as documented.
6969
6970 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6973         from the message heads.
6974
6975 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6976
6977         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6978         article buffer does not have a window.  This may not be the best
6979         solution but is certainly better than setting the start of the null,
6980         that is the current, window.
6981
6982 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6985         (gnus-draft-setup): Run it.
6986
6987         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6988         gnus-score-fast-scoring.  Allow regexp.
6989         (gnus-score-headers): Use it.
6990
6991         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6992         XEmacs.
6993
6994         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6995         string.
6996         (gnus-button-alist): Also catch `<f1> k ...'.
6997         (gnus-treat-display-x-face): Fix doc string.
6998
6999 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7000
7001         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7002         evaluation of gnus-extended-version to ensure correct generation of the
7003         User-Agent header when message-generate-headers-first is used.
7004
7005 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7006
7007         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7008         hashcash-path is nil.  Don't call callback with incorrect number of
7009         parameters if val is 0.
7010
7011 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7012
7013         * message.el (message-required-news-headers):
7014         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7015
7016 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7017
7018         * tls.el (open-tls-stream): In handshake-waiting loop,
7019         don't wait more if there is output available to process.
7020
7021 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7022
7023         * tls.el (tls-program): Doc fix.
7024
7025 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * message.el (message-generate-new-buffers): Change the meaning of the
7028         nil value; add `standard' to the choices; treat t as `unique'; improve
7029         doc string.
7030         (gnus-select-frame-set-input-focus): Autoload.
7031         (message-buffer-name): Search for the existing message buffer if
7032         message-generate-new-buffers is nil or `standard'; treat the value t of
7033         message-generate-new-buffers as `unique'.
7034         (message-pop-to-buffer): Raise the frame already displaying the message
7035         buffer; clear the echo area after querying.
7036         (message-setup): Pass the `continue' argument to compose-mail.
7037         (message-mail): Prefer `switch-function' if it is given; search for the
7038         existing message buffer if the `continue' argument is non-nil; pass
7039         continue and switch-function arguments to compose-mail by way of
7040         message-setup.
7041         (message-mail-other-window): Adjust argument of message-setup.
7042         (message-mail-other-frame): Ditto.
7043
7044 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7047         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7048         to turn font-lock on when turning gnus-message-citation-mode on.
7049
7050 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7051
7052         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7053         (mml-smime-function-alist): New variable; add epg as the backend.
7054         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7055         mml-smime- functions instead.
7056         * mm-view.el: Require smime.
7057
7058 2007-03-05  Didier Verna  <didier@xemacs.org>
7059
7060         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7061         instead of just inheritance for posting styles.
7062         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7063
7064 2007-02-24  Chris Moore  <dooglus@gmail.com>
7065
7066         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7067         * pgg-pgp.el (pgg-pgp-encrypt-region):
7068         * pgg-gpg.el (pgg-gpg-encrypt-region):
7069         Check pgg-encrypt-for-me if no other recipients.
7070
7071 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7072
7073         * tls.el (tls-certtool-program): Fix custom type.
7074
7075 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7078         and point-at-eol instead of line-(beginning|end)-position.
7079
7080         * assistant.el (assistant-parse-buffer): Ditto.
7081
7082         * netrc.el (netrc-parse-services): Ditto.
7083
7084 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7085
7086         * mml2015.el (mml2015-epg-find-usable-key): New function.
7087         (mml2015-epg-sign): Use it.
7088         (mml2015-epg-encrypt): Use it.
7089
7090 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * message.el (message-make-in-reply-to): Quote name containing
7093         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7094         if there are special characters.  Reported by NAKAJI Hiroyuki
7095         <nakaji@jp.freebsd.org>.
7096
7097 2007-02-27  Didier Verna  <didier@xemacs.org>
7098
7099         Include the group parameters as well as the topic ones in the
7100         inheritance filter process.
7101         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7102         argument GROUP-PARAMS-LIST.
7103         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7104
7105 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * nntp.el (nntp-never-echoes-commands)
7108         (nntp-open-connection-functions-never-echo-commands): New variables.
7109         (nntp-send-command): Use them.
7110
7111 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7112
7113         * mml2015.el (mml2015-epg-verify): Simplified.
7114
7115 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * mml.el (mml-content-disposition-alist): New user option.
7118         (mml-content-disposition): New function.
7119         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7120         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7121
7122 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7123
7124         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7125         verification.
7126
7127 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7128
7129         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7130         articles posted in the last 24 hours.
7131
7132 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7133
7134         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7135
7136 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7137
7138         * nntp.el (nntp-send-command): Don't wait for echoes when
7139         nntp-open-ssl-stream is used.
7140
7141 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7144         (gnus-message-add-citation-keywords)
7145         (gnus-message-remove-citation-keywords): Remove.
7146         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7147         directly, make the variables in font-lock-defaults buffer-local, add
7148         gnus-message-citation-keywords to them and then update the value of
7149         font-lock-keywords.
7150
7151 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * message.el (message-cite-original-1): Don't call
7154         gnus-article-highlight-citation.
7155
7156         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7157         citations; fix line count.
7158
7159 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7162         (gnus-message-add-citation-keywords)
7163         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7164         versions of font-lock-add-keywords and font-lock-remove-keywords to
7165         work with XEmacs correctly.
7166
7167 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-cite.el (gnus-cite-face-list): Set the values of
7170         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7171         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7172         (gnus-message-cite-prefix-regexp): New variable.
7173         (gnus-message-search-citation-line): Use it; protect against long
7174         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7175         the 0th match data for Emacs.
7176         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7177         (gnus-message-add-citation-keywords): Append keywords rather than
7178         prepending; emulate font-lock-add-keywords if it is not available.
7179         (gnus-message-remove-citation-keywords): Emulate
7180         font-lock-remove-keywords if it is not available.
7181
7182         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7183
7184         * message.el (message-cite-prefix-regexp): Set the value of
7185         gnus-message-cite-prefix-regexp.
7186
7187 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7188
7189         * nnweb.el (nnweb-google-parse-1): Update parser.
7190
7191 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7192
7193         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7194
7195 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7196
7197         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7198         regexp.
7199
7200 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7203         string-to-multibyte.
7204         (uudecode-decode-region-internal): Use it.
7205
7206         * lpath.el: Fbind string-as-multibyte for XEmacs.
7207
7208 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7211         custom choice.
7212
7213         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7214
7215 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7216
7217         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7218
7219         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7220         `write-region' to respect `mm-inhibit-file-name-handlers'.
7221
7222 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7225         Use gnus-home-directory instead of "~/" or "$HOME".
7226
7227 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7228
7229         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7230         to mention filename.
7231         Add comments at beginning regarding usage.
7232         (encrypt-write-file-contents): Change interactive so a string is
7233         acceptable.  If the file has no associated model, show an error instead
7234         of a nonsense prompt.
7235
7236 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7237
7238         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7239         Thanks to Yoshihiko Yamada for kind notification of this typo.
7240
7241 2007-01-12  Kenichi Handa  <handa@m17n.org>
7242
7243         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7244         multibyte buffer.
7245
7246 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * gnus-score.el (gnus-score-fast-scoring): New variable.
7249         (gnus-score-headers): Use it.
7250
7251         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7252
7253         * message.el (message-cite-original-1): Call
7254         gnus-article-highlight-citation if requested.
7255         (message-make-from): Allow name and address as optional arguments.
7256
7257         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7258
7259         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7260         bugs to doc string.
7261         (gnus-button-alist): Add mid\\|message-id.
7262         (gnus-button-fetch-group): Extend for use in
7263         `browse-url-browser-function'.
7264         (gnus-button-url-regexp): Try to catch paired parentheses like in
7265         Wikipedia URLs.
7266
7267         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7268         Suggested by Simon Krahnke <overlord@gmx.li>.
7269
7270 2007-01-13  Romain Francoise  <romain@orebokech.com>
7271
7272         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7273         Update copyright.
7274
7275 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7276
7277         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7278
7279 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7280
7281         * gnus-registry.el (gnus-registry-unfollowed-groups)
7282         (gnus-registry-split-fancy-with-parent): Fix documentation.
7283
7284 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7287         from nnweb groups.
7288
7289 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7292         Xref urls.  Erase buffer before requesting head.
7293
7294 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7297         customizable.
7298
7299 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7300
7301         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7302         no signing key is found.
7303         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7304         no encrypting and/or signing key is found.
7305
7306 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7309
7310 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7311
7312         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7313         headers read from disk with the ones newly found in the current search.
7314         This should no longer cause problems, because the article numbers in
7315         Gmane's `nov.php' output are ignored since the previous change.
7316
7317 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7318
7319         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7320
7321 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7324         replace-regexp-in-string; bind url-version; fbind display-images-p and
7325         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7326         find-face and set-itimer-function for Emacs; bind itimer-list for
7327         Emacs.
7328
7329         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7330
7331 2007-01-01  Romain Francoise  <romain@orebokech.com>
7332
7333         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7334
7335 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7336
7337         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7338         `define-minor-mode' macro definition expanded properly.
7339         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7340         exclude it there.
7341
7342         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7343         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7344         `fboundp' test.
7345         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7346         This is OK to autoload in (S)XEmacs now.
7347
7348 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7351         keystroke.
7352         (gnus-summary-limit-to-singletons): Fix typo.
7353
7354         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7355         else fails.
7356
7357 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7358
7359         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7360         docstring.
7361
7362         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7363         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7364         (gnus-summary-insert-dormant-articles): Fix typo in message.
7365
7366 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7367
7368         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7369         nil for XEmacs.
7370         (gnus-message-citation-mode): Don't autoload in XEmacs.
7371
7372         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7373
7374 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7375
7376         * nnimap.el (nnimap-expunge-search-string): Mention
7377         nnimap-search-uids-not-since-is-evil in docstring.
7378
7379 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * spam.el: Revert to make-obsolete-variable because
7382         define-obsolete-variable-alias is not supported in Emacs 21.
7383
7384         * spam.el (spam-ifile-path, spam-ifile-database-path)
7385         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7386         make-obsolete-variable.
7387         (spam-bsfilter-path, spam-bsfilter-program)
7388         (spam-spamassassin-path, spam-spamassassin-program)
7389         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7390         use "path" inappropriately.
7391         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7392         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7393         variable names.
7394
7395 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7396
7397         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7398         summary buffer.
7399
7400         * password.el (password-cache-remove): Use clear-string to burn
7401         password, if available.
7402
7403 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7406
7407         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7408
7409         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7410         (gnus-message-highlight-citation): Move defcustom here from
7411         gnus-cite.el.
7412         (gnus-message-citation-mode): Autoload.
7413
7414         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7415         checks to make it compile with XEmacs.
7416         (gnus-message-citation-mode): New minor mode.
7417         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7418         (gnus-message-highlight-citation): New variables.
7419         (gnus-message-search-citation-line)
7420         (gnus-message-add-citation-keywords)
7421         (gnus-message-remove-citation-keywords)
7422         (turn-on-gnus-message-citation-mode)
7423         (turn-off-gnus-message-citation-mode): New functions.
7424
7425 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7426
7427         * gnus-cite.el: Enable highlighting of different citation levels in
7428         message-mode.
7429
7430 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * message.el (message-make-fqdn): Fix comment.
7433         (message-bogus-system-names): Add ".local".
7434
7435         * spam.el (spam-ifile-path, spam-ifile-program)
7436         (spam-ifile-database-path, spam-ifile-database)
7437         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7438         Don't use "path" inappropriately.
7439         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7440         strings.
7441         (spam-check-ifile, spam-ifile-register-with-ifile)
7442         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7443         new variable names.
7444
7445         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7446         (gnus-treat-display-smileys): Simplify using
7447         gnus-image-type-available-p.
7448
7449         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7450         available.
7451
7452         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7453         `display-images-p' if available.
7454
7455 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7458         one after turning on the buffer's multibyteness instead of decoding
7459         them directly in the unibyte buffer that causes unexpected conversion
7460         in Emacs 23 (unicode).
7461
7462 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7463
7464         * message.el (message-generate-hashcash): Fix custom type.
7465
7466 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7469
7470 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7473         disconnect icons.  Add help text.
7474
7475 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7476
7477         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7478         negated to be consistent with the others we handle.
7479
7480 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7481
7482         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7483         version of gnus-summary-buffer to something, so that we can use two
7484         article buffers at the same time.
7485
7486 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7489         trigger all the extra headers.
7490         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7491         sorting.
7492
7493 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7494
7495         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7496         solid groups.
7497
7498 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7499
7500         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7501
7502 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * legacy-gnus-agent.el: Add Copyright notice.
7505
7506 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7507
7508         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7509
7510 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7513
7514         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7515         to make it work reliably in CVS Emacs.
7516         (gnus-summary-limit-strange-charsets-predicate)
7517         (gnus-summary-limit-to-predicate): New functions.
7518
7519 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7520
7521         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7522         specifying array size.
7523         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7524         array if it is too small.
7525         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7526         (gnus-sort-threads-loop): New function.
7527
7528 2006-12-06  Chris Moore  <dooglus@gmail.com>
7529
7530         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7531         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7532
7533 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7534
7535         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7536         options.
7537
7538 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7541         DOS-ing the recipient.
7542
7543         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7544         the headers when creating the mapping to avoid mismappings.
7545         (nnweb-gmane-create-mapping): Always nix out old mapping.
7546
7547 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7550         and mm-verify-option to never.
7551
7552 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * message.el (message-signed-or-encrypted-p): New function.
7555         (message-forward-make-body): Use it.
7556
7557         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7558         Replace encode-coding-string with mm-encode-coding-string.
7559
7560 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * nneething.el (nneething-decode-file-name): Replace
7563         decode-coding-string with mm-decode-coding-string.
7564
7565         * gnus-int.el (gnus-open-server): Say failed server's name.
7566
7567 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7568
7569         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7570         strings to a single string.  Quote `errors-file-name'.
7571         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7572         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7573         Adjust calls.  Use `shell-quote-argument'.
7574
7575 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7576
7577         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7578         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7579
7580         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7581         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7582         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7583         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7584         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7585         (gnus-subscribe-newsgroup, gnus-1):
7586         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7587         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7588         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7589         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7590
7591 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7594         keystroke.
7595         (gnus-summary-limit-to-bodies): Implement headersp.
7596
7597 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7598
7599         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7600
7601 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7604
7605 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7606
7607         * message.el (message-generate-hashcash): Expand range of values to
7608         include `opportunistic'.
7609         (message-send-mail): Use it.
7610
7611 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7612
7613         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7614         and comment it.
7615
7616         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7617
7618 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * gnus-util.el (gnus-extract-address-components): Improve comment.
7621
7622 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-util.el (gnus-extract-address-components): Work with address in
7625         which the name portion contains @.
7626
7627         * lpath.el: Fbind custom-autoload.
7628
7629 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gnus.el (gnus-start): Move custom group up.
7632         (gnus-select-method): Don't autoload, but make it available for
7633         `customize-variable'.
7634         (gnus-getenv-nntpserver): Don't autoload.
7635
7636 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7637
7638         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7639
7640 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * message.el (message-sendmail-extra-arguments): New variable.
7643         (message-send-mail-with-sendmail): Use it.
7644
7645 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7648         mm-with-unibyte-current-buffer to make string unibyte.
7649
7650         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7651         mm-string-as-multibyte.
7652
7653 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7654
7655         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7656         Reported by Werner Koch <wk@gnupg.org>.
7657
7658 2006-11-14  Daiki Ueno  <ueno@p360>
7659
7660         * mml2015.el: Autoload epa-select-keys when compiling.
7661
7662 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7663
7664         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7665         message-options.
7666         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7667
7668 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7669
7670         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7671         EasyPG (< 0.0.6).
7672         (mml2015-always-trust): New user option.
7673         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7674         prompt.
7675
7676 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * nntp.el (nntp-authinfo-force): New variable.
7679         (nntp-send-authinfo): Use it.
7680
7681 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7684         decode encoded words.  Improve prompt.  Add comment about forwarding.
7685         (message-replacement-char): Move up.
7686
7687 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7688
7689         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7690         instead of gnus-intersection because arguments of gnus-sorted-nunion
7691         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7692
7693 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7696         (message-simplify-subject-functions): Enable
7697         message-strip-subject-encoded-words by default.
7698
7699 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * message.el (message-strip-subject-encoded-words): New function.
7702         (message-simplify-subject-functions): New variable.
7703         (message-simplify-subject): Use it.  Fix typo in doc string.
7704         Support message-strip-subject-encoded-words.
7705
7706 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7707
7708         * gnus-diary.el (gnus-diary-delay-format-function):
7709         * nndiary.el (nndiary-reminders):
7710         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7711
7712 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-art.el (article-hide-boring-headers): Fetch date from
7715         gnus-original-article-buffer to avoid problems with localized date
7716         strings.
7717
7718 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7721
7722 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7725         New variables.
7726         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7727         (mm-charset-synonym-alist): Move some entries to
7728         mm-codepage-iso-8859-list.
7729         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7730         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7731
7732 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7735
7736 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7739         with Emacs 21 and XEmacs.
7740
7741 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7742
7743         * spam.el (spam-parse-address): New function for better parsing,
7744         catching errors, etc.
7745         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7746
7747 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * mm-view.el: Add interactive arg to html2text autoload.
7750
7751 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7754
7755 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7758         variables.
7759         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7760         (mm-charset-synonym-alist): Move some entries to
7761         mm-codepage-iso-8859-list.
7762
7763         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7764
7765 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * message.el (message-citation-line-format)
7768         (message-insert-formated-citation-line): Fix implementation of %E, %N
7769         and %n according to the doc string.
7770
7771 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7772
7773         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7774         car-safe to avoid bad parses.
7775
7776 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7779         names.
7780
7781         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7782
7783 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7786         header.
7787
7788         * message.el (message-draft-headers): Add Date.
7789         (message-headers-to-generate): Fix typo in docstring.
7790
7791         * nndraft.el (nndraft-required-headers): New variable.
7792         (nndraft-generate-headers): Use it.
7793
7794         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7795
7796 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7797
7798         * gnus-registry.el (gnus-registry-wash-for-keywords)
7799         (gnus-registry-find-keywords): New functions to allow easy searching of
7800         articles that are in the registry.
7801
7802 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7803
7804         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7805         ietf-drums-parse-address instead of gnus-extract-address-components.
7806         Reported by Damien Elmes <damien@repose.cx>.
7807
7808 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * gnus.el (gnus-mime): Remove unused custom group.
7811
7812 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7813
7814         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7815         "blank line" when searching for end of armor headers.
7816
7817 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gmm-utils.el (gmm-write-region): Fix variable name.
7820
7821 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * gmm-utils.el (gmm-write-region): New function based on compatibility
7824         code from `mm-make-temp-file'.
7825
7826         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7827
7828         * nnmaildir.el (nnmaildir--update-nov)
7829         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7830         Use `gmm-write-region'.
7831
7832 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7835         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7836
7837         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7838
7839         * message.el (message-replacement-char): New variable.
7840         (message-fix-before-sending): Use it.
7841         (message-simplify-subject): New function to remove duplicate code.
7842         (message-reply, message-followup): Use it.
7843
7844         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7845         gnus-summary-limit-to-articles.
7846
7847 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * gnus-util.el (gnus-with-local-quit): New macro.
7850
7851         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7852
7853 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7856         ignore non-string data.
7857
7858 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7859
7860         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7861         non-string data (needs to be done in the registry too).
7862
7863 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7864
7865         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7866         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7867         (gnus-registry-split-fancy-with-parent)
7868         (gnus-registry-fetch-simplified-message-subject-fast)
7869         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7870         Remove text properties on ingress into the registry and when it's saved.
7871         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7872         registry from entries with no groups.
7873
7874 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7875
7876         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7877         function to remove string properties.
7878
7879 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gmm-utils.el (gmm): Adjust custom version.
7882
7883         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7884         custom version.
7885
7886         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7887
7888 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7889
7890         * gnus-art.el (gnus-insert-prev-page-button)
7891         (gnus-insert-next-page-button): Simplify.  Reformat.
7892
7893 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7894
7895         * gnus-art.el (gnus-insert-prev-page-button)
7896         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7897
7898 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7899
7900         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7901
7902 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7903
7904         * gnus-art.el (gnus-insert-mime-button)
7905         (gnus-insert-mime-security-button):
7906         Apply gnus-article-button-face to MIME and security buttons.
7907
7908 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7911         readable.
7912
7913 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7916
7917 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7918
7919         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7920         `browse-url-of-file' instead of `browse-url'.
7921
7922 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7923
7924         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7925         regexp.  Articles containing quotation were cut prematurely.
7926
7927 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * message.el (message-cite-original-1): Use nobody by default for the
7930         value of From header.
7931         (message-reply): Ditto.
7932
7933 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7934
7935         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7936         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7937         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7938
7939 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7942         mails in the doc string.  Add some URLs in comment.
7943         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7944
7945 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7948         backslashes handling and the way to find boundaries of quoted strings.
7949
7950 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7951
7952         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7953         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7954         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7955         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7956
7957 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7960         doc string.
7961         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7962
7963 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * lpath.el: Fbind epg-check-configuration.
7966
7967 2006-09-06  Simon Josefsson  <jas@extundo.com>
7968
7969         * mml2015.el (mml2015-use): Doc fix, mention epg.
7970
7971 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7972
7973         * mml2015.el (mml2015-use): Default to epg, if available.
7974
7975 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7976
7977         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7978         message-sender.
7979         (mml1991-epg-encrypt): Ditto.
7980         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7981         message-sender.
7982         (mml2015-epg-encrypt): Ditto.
7983
7984 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7985
7986         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7987         several common directories.
7988
7989 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7990
7991         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7992         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7993
7994 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-art.el (article-decode-encoded-words): Make it fast.
7997
7998 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8001
8002         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8003         in quoted string into `\'.
8004
8005 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8008         Use standard-syntax-table.
8009
8010 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-art.el (gnus-decode-address-function): New variable.
8013         (article-decode-encoded-words): Use it to decode headers which are
8014         assumed to contain addresses.
8015         (gnus-mime-delete-part): Remove useless `or'.
8016
8017         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8018         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8019         (gnus-nov-parse-line): Use it to decode From header.
8020         (gnus-get-newsgroup-headers): Ditto.
8021         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8022
8023         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8024         (mail-decode-encoded-address-string): New alias.
8025
8026         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8027         New function.
8028         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8029         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8030         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8031         (rfc2047-decode-string): Ditto.
8032         (rfc2047-decode-address-region): New function.
8033         (rfc2047-decode-address-string): New function.
8034
8035 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * message.el (message-caesar-buffer-body): Allow rotating headers.
8038
8039         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8040
8041         * message.el (message-insert-formated-citation-line): Fix %f.
8042         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8043
8044 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8047         (gnus-bookmark-mouse-available-p): New macro.
8048         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8049         (gnus-bookmark-bmenu-show-infos): Use it.
8050         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8051         (gnus-bookmark-bmenu-hide-infos): Ditto.
8052         (gnus-bookmark-remove-properties): New function.
8053         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8054         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8055         (gnus-bookmark-write-file): Bind coding-system-for-write.
8056         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8057         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8058         group before selecting it.
8059         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8060         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8061         quit-window if it is not available; use gnus-mouse-2 and bind it to
8062         gnus-bookmark-bmenu-select-by-mouse.
8063         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8064         (gnus-bookmark-bmenu-select-by-mouse): New function.
8065
8066 2006-08-13  Romain Francoise  <romain@orebokech.com>
8067
8068         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8069         space.
8070
8071 2006-08-10  Romain Francoise  <romain@orebokech.com>
8072
8073         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8074         (dns-mode-soa-auto-increment-serial): New user option.
8075         (dns-mode-soa-maybe-increment-serial): New function.
8076         (dns-mode): Add the latter to `write-contents-functions'.
8077
8078 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * compface.el (uncompface): Use binary rather than raw-text-unix.
8081
8082 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * compface.el (uncompface): Make sure the eol conversion doesn't take
8085         place when communicating with the external programs.  Reported by
8086         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8087
8088 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8091
8092 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8093
8094         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8095         Make it more robust by parsing author and date independently.
8096
8097 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8100
8101 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8102
8103         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8104         first matching secret key.
8105         (mml2015-epg-encrypt): Ditto.
8106
8107         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8108         first matching secret key.
8109         (mml1991-epg-encrypt): Ditto.
8110
8111         * mml2015.el (mml2015-encrypt-to-self): New user option.
8112         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8113         mml2015-epg-encrypt-to-self is set.
8114
8115         * mml1991.el (mml1991-encrypt-to-self): New variable.
8116         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8117         mml1991-epg-encrypt-to-self is set.
8118
8119         * mml2015.el (mml2015-signers): New user option.
8120         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8121         (mml2015-epg-encrypt): Allow to select signing keys.
8122
8123         * mml1991.el (mml1991-signers): New variable.
8124         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8125         (mml1991-epg-encrypt): Allow to select signing keys.
8126
8127 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * nnheader.el (nnheader-insert-head): Make it work even if the file
8130         uses CRLF for the line-break code.
8131
8132 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8133
8134         * mml2015.el: Require mml-sec instead of password.
8135         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8136         (mml2015-cache-passphrase): Inherit the default value from
8137         mml-secure-cache-passphrase.
8138         (mml2015-passphrase-cache-expiry): Inherit the default value from
8139         mml-secure-passphrase-cache-expiry.
8140
8141         * mml1991.el: Require mml-sec instead of password.
8142         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8143         (mml1991-cache-passphrase): Inherit the default value from
8144         mml-secure-cache-passphrase.
8145         (mml1991-passphrase-cache-expiry): Inherit the default value from
8146         mml-secure-passphrase-cache-expiry.
8147
8148         * mml-sec.el: Require password.
8149         (mml-secure-verbose): New user option.
8150         (mml-secure-cache-passphrase): New user option.
8151         (mml-secure-passphrase-cache-expiry): New user option.
8152
8153 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8154
8155         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8156         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8157         andreas@altroot.de (Andreas Vögele).
8158
8159         FIXME: Use `tiny change'?
8160
8161 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8162
8163         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8164         workaround for the url package included with Emacs.
8165
8166         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8167
8168 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8171         correctly.  This fixes a bug caused by the 2006-05-12 change.
8172
8173 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8174
8175         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8176         some information about the error when saying that the `bogus' mail
8177         group will be used.
8178
8179 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8182         string.
8183
8184 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8185
8186         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8187
8188 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8189
8190         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8191
8192 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8193
8194         * mml1991.el (mml1991-function-alist): Add epg.
8195         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8196         (mml1991-epg-encrypt): New functions.
8197
8198 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8199
8200         * mml2015.el (mml2015-verbose): New variable.
8201         (mml2015-cache-passphrase): Ditto.
8202         (mml2015-passphrase-cache-expiry): Ditto.
8203         (mml2015-function-alist): Add epg.
8204         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8205         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8206         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8207         functions.
8208
8209 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8210
8211         * message.el (message-cite-original-1): Preserve region when removing
8212         quoted text due to X-No-Archive in order to avoid bogus attribution
8213         when citing multiple messages.
8214
8215 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8216
8217         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8218         Kenneth Jacker <khj@be.cs.appstate.edu>.
8219
8220 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * gnus-diary.el (gnus-user-format-function-d)
8223         (gnus-user-format-function-D): Autoload.
8224
8225         * imap.el (Commentary): Fix typo.
8226
8227         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8228         2006-04-22 contribution.
8229
8230 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8231
8232         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8233         It didn't really fix the bogosity I'm seeing with solid web groups.
8234
8235 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8236
8237         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8238         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8239         created using server names.  If we use the feature without declaring
8240         it, Gnus does not properly manage server and group state.
8241
8242         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8243         bound.
8244
8245 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8246
8247         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8248         looking up the method using GROUP's prefix before inventing a new one.
8249         It is used on killed/unknown groups in various places where returning
8250         an all-new method isn't expected by the caller.
8251
8252         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8253         and match semantics of gnus-group-real-prefix.
8254
8255 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * nnmail.el (nnmail-broken-references-mailers): New variable.
8258         (nnmail-ignore-broken-references): New function generalizing
8259         nnmail-fix-eudora-headers.
8260         (nnmail-fix-eudora-headers): Now obsolete.
8261
8262         * gnus-art.el (gnus-button-handle-custom): Support
8263         `customize-apropos*'.
8264
8265 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8268
8269         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8270         articles.
8271
8272 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * message.el (message-cite-reply-above): New variable.
8275         (message-yank-original): Use it.
8276
8277 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8280
8281 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8284         as read.
8285
8286         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8287
8288 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8291         (gnus-bookmark-default-file): Use gnus-directory.
8292         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8293         Remove "*" in doc string.
8294         (gnus-bookmark-write-file): Simplify.
8295         (gnus-bookmark-maybe-sort-alist): Use `when'.
8296         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8297         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8298         FIXME about Emacs 21 and XEmacs compatibility.
8299         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8300         compatibility.
8301         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8302         compatibility.
8303         (gnus-bookmark-menu-heading): Fix version.
8304
8305 2006-06-19  Bastien Guerry  <bzg@altern.org>
8306
8307         * gnus-bookmark.el: New file.
8308
8309 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * message.el (message-syntax-checks): Doc fix.
8312
8313 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8314
8315         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8316         unsubscribed groups as if they were killed ones.  It causes duplicate
8317         entries in gnus-newsrc-alist.
8318
8319 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * message.el (message-syntax-checks): Doc fix.
8322         (message-send-mail): Add check for continuation headers.
8323         (message-check-news-header-syntax): Fix regexp used to check for
8324         continuation headers.
8325
8326 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8329
8330 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8331
8332         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8333
8334 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8337         default-truncate-lines.
8338
8339 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8342         to fill the utf-8 entry.
8343
8344         * lpath.el: Fbind unicode-precedence-list.
8345
8346 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8347
8348         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8349
8350 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8351
8352         * gnus-agent.el (directory-files-and-attributes): Move all the way
8353         forward (the third and final move).
8354         (gnus-agent-read-agentview): Trap reconstruction errors due to
8355         nonexistant directory.  Handle by returning nil.
8356
8357 2006-05-30  Didier Verna  <didier@xemacs.org>
8358
8359         * message.el (message-dont-reply-to-names): Update the custom type.
8360         * message.el (message-dont-reply-to-names): New defsubst: potentially
8361         convert a list of regexps into a single one.
8362         * message.el (message-get-reply-headers): Use it.
8363         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8364
8365 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-agent.el (directory-files-and-attributes): Move forward.
8368
8369 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * gnus-ml.el (gnus-mailing-list-subscribe)
8372         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8373         (gnus-mailing-list-message): Fix doc strings.
8374
8375 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8376
8377         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8378         of doing it manually.
8379
8380 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8383         comment.
8384
8385 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8386
8387         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8388         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8389         (gnus-agent-read-local): All symbols allocated in my-obarray.
8390         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8391         (gnus-agent-regenerate-group): Check numeric names to see if they are
8392         messages or groups.
8393         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8394         better way of do this...)
8395
8396         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8397         'dummy.group' (there should be a better way of do this...)
8398
8399 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8402         (gnus-saved-headers): Ditto.
8403         (gnus-default-article-saver): Mention functions may have properties.
8404         (gnus-article-save): Override gnus-save-all-headers and
8405         gnus-saved-headers by :headers property which saver function may have.
8406         (gnus-summary-save-in-file): Add :headers property.
8407         (gnus-summary-write-to-file): Ditto.
8408
8409         * gnus-sum.el (gnus-summary-save-article): Bind
8410         gnus-prompt-before-saving to t when saving many articles in a file;
8411         always show all headers.
8412
8413         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8414
8415 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8418         marks.
8419
8420         * message.el (message-indent-citation): Add optional arguments to allow
8421         using it outside of message buffers.
8422
8423         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8424         (gnus-article-treat-unfold-headers): Use it.
8425         (gnus-article-truncate-lines): New variable.
8426         (gnus-article-mode): Use it.
8427         (gnus-article-toggle-truncate-lines): New function.
8428
8429         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8430         gnus-article-toggle-truncate-lines.
8431
8432         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8433         coding system in XEmacs, use binary.
8434
8435 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8438         after-load-alist.
8439
8440         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8441         this function should save decoded articles.
8442         (gnus-summary-write-to-file): Use property to specify this function
8443         should save decoded articles and specify gnus-summary-save-in-file
8444         should be used to save articles other than the first one when saving
8445         many articles.
8446         (gnus-summary-save-body-in-file): Use property to specify this
8447         function should save decoded articles.
8448         (gnus-summary-write-body-to-file): Use property to specify this
8449         function should save decoded articles and specify
8450         gnus-summary-save-body-in-file should be used to save articles other
8451         than the first one when saving many articles.
8452
8453         * gnus-sum.el (gnus-summary-save-article): Simplify.
8454
8455 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-art.el (gnus-default-article-saver): Add
8458         gnus-summary-write-body-to-file.
8459         (gnus-article-save-coding-system): Don't use coding system object
8460         in XEmacs.
8461         (gnus-read-save-file-name): Add optional `dir-var' argument which
8462         specifies directory in which files are saved; work even if optional
8463         `variable' argument is not specified.
8464         (gnus-summary-write-to-file): Read file name.
8465         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8466         (gnus-summary-write-body-to-file): New function.
8467
8468         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8469         (gnus-summary-local-variables): Add it.
8470         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8471         (gnus-summary-save-article): Remove optional `decode' argument;
8472         determine whether to decode articles by the value of
8473         gnus-default-article-saver; when saving many files using
8474         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8475         it first and use gnus-summary-save-in-file or
8476         gnus-summary-save-body-in-file thereafter unless
8477         gnus-prompt-before-saving is always; move point to article which
8478         will be saved.
8479         (gnus-summary-save-article-file): Revert.
8480         (gnus-summary-write-article-file): Revert.
8481         (gnus-summary-save-article-body-file): Revert.
8482         (gnus-summary-write-article-body-file): New function.
8483
8484 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * gnus-art.el (gnus-default-article-saver): Doc fix.
8487         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8488         from gnus-summary-save-article-coding-system, and default to a
8489         certain coding system.
8490         (gnus-output-to-file): Add coding cookie and encode text according
8491         to gnus-article-save-coding-system; don't use mm-append-to-file.
8492
8493         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8494         gnus-art.el and rename to gnus-article-save-coding-system.
8495         (gnus-summary-save-article): Require gnus-art; don't show all
8496         headers if it decodes articles; don't add coding cookie here;
8497         don't bind mm-text-coding-system-for-write.
8498         (gnus-summary-save-article-file): Save decoded articles.
8499         (gnus-summary-write-article-file): When saving many files, use
8500         gnus-summary-write-to-file first and gnus-summary-save-in-file
8501         thereafter unless gnus-prompt-before-saving is always.
8502         (gnus-summary-save-article-body-file): Save decoded articles.
8503
8504         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8505
8506 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * nnrss.el (nnrss-check-group): Bind hash-index.
8509
8510 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8511
8512         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8513         its hash index.  Store this hash in `nnrss-group-data'.
8514         (nnrss-read-group-data): Update accordingly.
8515
8516 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8519         entry.
8520
8521         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8522         gnus-article-browse-html-article.
8523
8524 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8525
8526         * gnus-sum.el (gnus-summary-mime-map): Add
8527         gnus-article-browse-html-article.
8528
8529         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8530
8531 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8534         suitable coding systems in customize.
8535
8536 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * mail-source.el (mail-sources): Fix custom type.
8539
8540 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8543         (gnus-summary-expire-articles-now): Shorten prompt.
8544
8545         * gmm-utils.el (wid-edit): Require.
8546         (defun-gmm): Renamed from `gmm-defun-compat'.
8547         (gmm-image-search-load-path): Use it.
8548         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8549
8550 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8553         variable.
8554         (gnus-summary-save-article): Add optional `decode' argument.  If
8555         it is set and gnus-summary-save-article-coding-system is non-nil,
8556         save decoded article.
8557         (gnus-summary-write-article-file): Save decoded article if
8558         gnus-summary-save-article-coding-system is non-nil.
8559
8560         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8561         type.
8562
8563 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8566
8567 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8570         first to test gnus-single-article-buffer which may be buffer-local.
8571
8572         * gnus-sum.el (gnus-summary-setup-buffer): Make
8573         gnus-single-article-buffer buffer-local and nil in ephemeral
8574         group; make gnus-article-buffer, gnus-article-current, and
8575         gnus-original-article-buffer always buffer-local.
8576         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8577         group.
8578         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8579
8580 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * nnml.el (nnml-request-compact-group): Compressed files might not
8583         have .gz extension.
8584
8585 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8586
8587         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8588         (mm-copy-to-buffer): Use with-current-buffer.
8589         (mm-display-part): Simplify.
8590         (mm-inlinable-p): Add optional arg `type'.
8591
8592 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8593
8594         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8595         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8596         Try harder to show the attachment internally or externally using
8597         gnus-mime-view-part-as-type.
8598
8599 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * message.el (message-from-style, message-signature-separator)
8602         (message-user-organization-file, message-send-mail-function)
8603         (message-citation-line-function, message-yank-prefix)
8604         (message-indent-citation-function, message-signature)
8605         (message-signature-file, message-signature-insert-empty-line):
8606         Remove autoloads.
8607
8608         * gnus-art.el (gnus-buttonized-mime-types): Remove
8609         "multipart/signed".  Revert 2006-04-26 change.
8610
8611 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * gnus.el (gnus-version-number): Bump version.
8614
8615 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8616
8617         * gnus.el: No Gnus v0.5 is released.
8618
8619 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8620
8621         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8622         fetching articles by message-id.
8623
8624 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * message.el (hashcash): Require hashcash as normal.
8627
8628         * ecomplete.el (ecomplete-highlight-match-line): Use
8629         point-at-eol.
8630         (ecomplete-highlight-match-line): Use `highlight', because that
8631         face exists in both Emacs and XEmacs.
8632
8633         * message.el (message-display-abbrev): Use point-at-bol.
8634
8635         * mail-source.el: Don't require timer/timer-funcs.
8636
8637         * gnus-async.el: Ditto.
8638
8639         * password.el: Ditto.
8640
8641         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8642
8643         * mm-url.el: Ditto.
8644
8645         * gnus-xmas.el: Don't require timer-funcs.
8646
8647         * mm-util.el: Require timer/timer-funcs.
8648
8649 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8650
8651         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8652         Close.
8653
8654 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8657         unibyte after clear-decrypt function runs.
8658
8659         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8660         returns as a unibyte string.
8661
8662 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * lpath.el: Revert.
8665
8666         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8667         (pgg-gpg-process-sentinel): Revert.
8668
8669         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8670         (pgg-pgp-lookup-key): Revert.
8671
8672         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8673         (pgg-pgp5-lookup-key): Revert.
8674
8675         * pgg.el (pgg-fetch-key): Revert.
8676
8677 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * lpath.el: Fbind string-as-multibyte for XEmacs.
8680
8681         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8682         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8683         (mml1991-pgg-encrypt): Ditto.
8684
8685         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8686         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8687         a multibyte buffer.
8688
8689         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8690         (pgg-pgp-lookup-key): Ditto.
8691
8692         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8693         (pgg-pgp5-lookup-key): Ditto.
8694
8695         * pgg.el (pgg-fetch-key): Ditto.
8696
8697 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * message.el (message-user-organization-file): Check several
8700         locations of the organization file.
8701
8702         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8703         Add gnus-article-view-part-as-type.
8704
8705         * gnus-art.el (gnus-article-view-part-as-type): New function.
8706
8707         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8708         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8709
8710         * mml.el: Simplify autoload.
8711         (mml-mode): defvar dnd-protocol-alist instead of using
8712         symbol-value.
8713         (mml-default-directory): New variable.
8714         (mml-minibuffer-read-file): Use it.
8715         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8716
8717         * message.el (message-citation-line-format): New variable.
8718         (message-insert-formated-citation-line): New function.
8719         (message-citation-line-function): Add
8720         `message-insert-formated-citation-line' to custom type.
8721
8722         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8723         to doc string.
8724
8725         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8726         depending on mm-verify-option.
8727
8728 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8731         binding pgg-* variables; reimplement the section which prevents
8732         MIME header from being signed.
8733         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8734         pgg-text-mode; remove a blank line at the top of body.
8735
8736         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8737         lines at the top of body; use gnus-newsgroup-charset if there's no
8738         Charset header.
8739
8740 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * message.el (message-self-insert-commands): Doc fix.
8743
8744         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8745         (mm-uu-pgp-encrypted-test): Ditto.
8746         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8747         between header and body; return application/pgp-encrypted handle
8748         if decryption failed; decode decrypted body by charset.
8749
8750         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8751         element match to application/pgp-*.
8752
8753 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8754
8755         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8756         HTML.
8757
8758 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * mail-source.el (mail-source-call-script): Message the error
8761         string.
8762
8763 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * gnus-util.el (gnus-byte-compile): Use it.
8766
8767 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8768
8769         * gnus-util.el (kill-empty-logs): New function.
8770
8771 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * message.el (message-mail-alias-type): Doc fix.
8774         (message-mail-alias-type-p): New function.
8775         (message-send): Use it.
8776         (message-mode): Ditto.
8777         (message-strip-forbidden-properties): Ditto.
8778
8779         * ecomplete.el (ecomplete-database-file-coding-system): New
8780         variable.
8781         (ecomplete-save): Use it.
8782         (ecomplete-setup): Use it.
8783
8784 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * message.el (message-self-insert-commands): New variable.
8787         (message-strip-forbidden-properties): Use it.
8788
8789 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790
8791         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8792         that doesn't make XEmacs choke.
8793
8794 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * gnus-util.el (gnus-replace-in-string):
8797         Prefer replace-regexp-in-string over of replace-in-string.
8798
8799 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-util.el (gnus-select-frame-set-input-focus):
8802         Use select-frame-set-input-focus if it is available in XEmacs; use
8803         definition defined in Emacs 22 for old Emacsen.
8804
8805         * dgnushack.el: Autoload unmorse-region for XEmacs.
8806
8807         * lpath.el: Bind cursor-in-non-selected-windows and
8808         select-frame-set-input-focus for XEmacs.
8809
8810 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8813
8814 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8815
8816         * gnus-registry.el (gnus-registry-cache-save): Remove text
8817         properties when saving via the temp buffer.
8818
8819 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * message.el (message-generate-hashcash): Honor custom type.
8822
8823 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * message.el (message-generate-hashcash): Default to non-nil when
8826         hashcash is found.
8827
8828         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8829         (gnus-refer-thread-limit): Increase default to 500.
8830
8831         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8832
8833         * flow-fill.el (fill-flowed): Allow delete-space.
8834
8835 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8838         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8839         Remove autoloads.
8840
8841 2006-04-18  Simon Josefsson  <jas@extundo.com>
8842
8843         * message.el (message-generate-hashcash): Default to.
8844
8845 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8848         concatenating segments rather than before concatenating them.
8849
8850 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8853
8854 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8857
8858         * message.el (message-forward-make-body-plain): Allow
8859         message-forward-ignored-headers to be a list.
8860         (message-remove-ignored-headers): Factor out into function.
8861         (message-forward-make-body-mml): Use it.
8862
8863         * imap.el (imap-quote-specials): New function.
8864         (imap-login-auth): Quote specials.
8865
8866         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8867         (rfc2231-parse-string): Allow concatanation of parameters that
8868         aren't contiguous.  The test case is
8869           (mail-header-parse-content-type "message/external-body;
8870             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8871             access-type=LOCAL-FILE;
8872             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8873
8874 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8875
8876         * nntp.el (nntp-accept-process-output): Return the value of
8877         `nnheader-accept-process-output'.
8878
8879 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8882         (gnus-button-alist): Recognize more diff formats.
8883         (gnus-button-patch): Strip directory.
8884
8885 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8888         Emacs 22 when setting focus.
8889
8890 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891
8892         * gnus-art.el (gnus-article-treat-types): Do treatment of
8893         text/x-verbatim parts.
8894         (gnus-button-patch): New command.
8895
8896         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8897         addresses that contain invalid characters.
8898
8899 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * message.el (message-put-addresses-in-ecomplete): Use
8902         gnus-replace-in-string.
8903         (message-is-yours-p): Use the more correct
8904         mail-header-parse-address instead of
8905         mail-extract-address-components.
8906         (message-put-addresses-in-ecomplete): Fix typo.
8907
8908         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8909         keystroke.
8910
8911         * gnus-art.el (gnus-treatment-function-alist): Change order of
8912         newsgroups/generic header folding to avoid double-folding.
8913
8914         * message.el (message-hidden-headers): Add X-Draft-From.
8915
8916         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8917         command.
8918         (gnus-summary-repeat-search-article-backward): New command.
8919
8920         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8921         groups in the parent topic.
8922
8923 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8924
8925         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8926         (spam-extra-header-to-number): Return the CRM114 number as a
8927         number instead of a string.
8928
8929 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8930
8931         * gnus-art.el (gnus-face-properties-alist): Moved here from
8932         gnus-fun.
8933
8934         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8935
8936 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * message.el (message-strip-forbidden-properties): Only display on
8939         self-insert-command.
8940
8941         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8942         reindent.
8943         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8944
8945 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8946
8947         * smiley.el (smiley-style): Fix typo.
8948
8949 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * hashcash.el (hashcash-insert-payment-async-2): Use
8952         message-goto-eoh instead of doing it manually.
8953         (mail-add-payment): Use message-narrow-to-header instead of trying
8954         to do the same itself.
8955
8956         * message.el (message-hidden-headers): Add Face.
8957
8958         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8959         reparenting code.
8960         (gnus-summary-reparent-children): Refactored out code.
8961         (gnus-summary-thread-map): New keystroke.
8962         (gnus-summary-reparent-children): Make into command.
8963
8964         * smiley.el (smiley-style): Default to `medium' if using a large
8965         font.
8966
8967         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8968         does it itself.
8969
8970         * message.el (message-point-in-header-p): Simplify definition.
8971
8972 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973
8974         * nnagent.el (nnagent-request-set-mark): Silence log file
8975         writing.
8976         (nnagent-request-set-mark): Use write-region instead of
8977         append-to-file.
8978
8979         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8980         strange select method.
8981
8982         * ecomplete.el (ecomplete-display-matches): Get highlightling
8983         right.
8984         (ecomplete-display-matches): Use literals.
8985         (ecomplete-display-matches): Disable message logging.
8986
8987         * message.el (message-display-abbrev): Small optimization.
8988
8989         * ecomplete.el (ecomplete-display-matches): Allow automatic
8990         display.
8991
8992         * message.el (message-strip-forbidden-properties): Display
8993         abbrevs.
8994         (message-display-abbrev): Get automatic display right.
8995
8996         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8997         keystrokes.
8998
8999 2006-04-13  Romain Francoise  <romain@orebokech.com>
9000
9001         TODO: Backport to v5-10!
9002
9003         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9004         Moved here (and renamed) from gnus-registry.el.
9005
9006         * gnus-registry.el: Require gnus-util.
9007         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9008
9009 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * gnus-group.el (gnus-group-catchup-current): Change
9012         if-then-else-if-then-else into cond.
9013         (gnus-group-catchup): Indent.
9014         (group-name-at-point): New function.
9015         (gnus-fetch-group): Provide default from thing at point.
9016
9017 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * message.el (message-display-abbrev): Fix regexp.
9020
9021         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9022         choosing.
9023         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9024         dead variables.
9025
9026         * message.el (message-newline-and-indent): Remove debugging.
9027         (message-display-abbrev): Use new implementation.
9028
9029 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gnus-art.el (gnus-article-mode): Set
9032         cursor-in-non-selected-windows to nil.
9033
9034         * smiley.el: Revert previous change.
9035         (smiley-data-directory): defvar it before using it in the
9036         defcustom of `smiley-style'.
9037
9038 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * message.el (message-newline-and-indent): New function.
9041
9042         * ecomplete.el: Implement more bits.
9043
9044         * message.el (message-put-addresses-in-ecomplete): Clean up the
9045         string.
9046
9047         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9048
9049         * gnus-sum.el (gnus-summary-save-parts): Bind
9050         gnus-summary-save-parts-counter and use it to make unique file
9051         names.
9052
9053         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9054
9055         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9056         parameter to say whether to actually parse the individual
9057         addresses.
9058
9059         * message.el (message-put-addresses-in-ecomplete): New function.
9060         (ecomplete): Require.
9061         (message-mail-alias-type): Add ecomplete as an option.
9062
9063 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9064
9065         * flow-fill.el (fill-flowed): Remove trailing space from blank
9066         quoted lines.
9067
9068 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * smiley.el (smiley-style): Move definition later to avoid a
9071         compilation warning.
9072
9073 2006-04-12  Kenichi Handa  <handa@m17n.org>
9074
9075         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9076         buffer and then decode the buffer text if necessary.
9077         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9078         first, and after mm-encode-body, change the buffer to unibyte.
9079         Use mm-disable-multibyte instead of set-buffer-multibyte.
9080
9081 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9084         Content-Type header instead of Content-Disposition header.
9085         (gnus-mime-inline-part): Ditto.
9086         (gnus-mime-view-part-as-charset): Ignore charset that the part
9087         specifies.
9088
9089         * mm-decode.el (mm-display-part): Work with external parts and
9090         usual parts similarly.
9091
9092         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9093         instead of gnus-display-mime.
9094
9095         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9096         instead of with-temp-buffer.
9097
9098         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9099         tag to summarized topics part in order to encode non-ASCII text.
9100
9101 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * smiley.el (smiley-style): New variable.
9104         (smiley-directory): New function.
9105         (smiley-data-directory): Derive from `smiley-style' using
9106         `smiley-directory'.
9107         (smiley-regexp-alist): Add new entries.
9108
9109         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9110         (gnus-article-browse-delete-temp): Add :version.
9111
9112 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9113
9114         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9115         the sieve region.
9116
9117 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * gnus.el (gnus-version-number): Bump version.
9120
9121 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus.el: No Gnus v0.4 is released.
9124
9125 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9128         layout.
9129
9130         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9131         unknown charset.
9132
9133         * message.el (message-header-synonyms): Add Original-To to the
9134         default.
9135
9136         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9137         optional parameter.
9138
9139 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * gnus-fun.el (gnus): Require it for gnus-directory.
9142
9143 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9146
9147 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9148
9149         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9150
9151 2006-04-05  Simon Josefsson  <jas@extundo.com>
9152
9153         * password.el (password-reset): New function.
9154
9155 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9156
9157         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9158         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9159
9160 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9161
9162         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9163         Some whitespace was matched into the url, which broke browsing hits
9164         > 100 when mm-url-use-external was nil.
9165
9166 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9169         gnus-extra-headers for 'Newsgroups.
9170
9171         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9172         bound.
9173
9174 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9175
9176         * pgg-gpg.el: Clean up process buffers every time gpg processes
9177         complete.
9178
9179 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9182         doc string.
9183
9184 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9185
9186         * pgg-gpg.el (pgg-gpg-process-filter)
9187         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9188
9189         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9190         lines, temporary fix.
9191
9192 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9195
9196 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9197
9198         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9199         default-enable-multibyte-characters.  This reverts the change from
9200         revision 6.17 which is no longer necessary because the passphrase
9201         is sent separately now.  GnuPG messages are unreadable under
9202         multibyte locales with default-enable-multibyte-characters set to
9203         nil.
9204
9205 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * message.el (message-tool-bar-gnome): Move "spell".
9208
9209 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9212         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9213         instead.
9214
9215 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9216
9217         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9218         newsgroups handling for NNTP overviews which don't include
9219         Newsgroups.
9220
9221 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9222
9223         * message.el (message-resend): Bind message-generate-hashcash to nil.
9224
9225 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9226
9227         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9228         when searching for already-paid recipients.
9229
9230 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9231
9232         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9233         passphrases when it is not needed.
9234         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9235         passphrase stuff from gpg, should only be necessary when you use
9236         gpg with a smartcard.
9237
9238 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * mml.el (mml-insert-mime): Ignore cached contents of
9241         message/external-body part.
9242
9243         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9244         (mm-insert-part): Ditto.
9245
9246 2006-03-23  Simon Josefsson  <jas@extundo.com>
9247
9248         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9249         Reiner.
9250         (pgg-gpg-use-agent-p): Use it again.
9251
9252 2006-03-23  Simon Josefsson  <jas@extundo.com>
9253
9254         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9255         older emacsen.
9256         (pgg-gpg-use-agent-p): Don't use it.
9257
9258 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9261         if we can.
9262
9263 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9264
9265         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9266         (pgg-gpg-update-agent): New function.
9267         (pgg-gpg-use-agent-p): New function.
9268         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9269         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9270         (pgg-gpg-sign-region): Use it.
9271
9272 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9275         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9276
9277 2006-03-21  Simon Josefsson  <jas@extundo.com>
9278
9279         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9280         <wilde@sha-bang.de>.
9281         (pgg-gpg-use-agent): New variable.
9282         (pgg-gpg-process-region): Use it.
9283         (pgg-gpg-encrypt-region): Likewise.
9284         (pgg-gpg-encrypt-symmetric-region): Likewise.
9285         (pgg-gpg-decrypt-region): Likewise.
9286         (pgg-gpg-sign-region): Likewise.
9287         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9288
9289 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9292
9293         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9294         Add comment on version.
9295
9296 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * smiley.el: Add missing test smiley.
9299
9300 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * mm-decode.el (mm-with-part): New macro.
9303         (mm-get-part): Use it; work with message/external-body as well.
9304         (mm-save-part): Treat name and filename equally.
9305
9306         * mm-extern.el (mm-extern-cache-contents): New function.
9307         (mm-inline-external-body): Use it; force the part to be displayed;
9308         move undisplayer added to the cached handle to the parent.
9309
9310         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9311         (gnus-mime-view-part-as-type): Work with message/external-body.
9312
9313         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9314
9315 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9318         images in image-load-path.  [Sync with image.el, revision 1.60, in
9319         Emacs.]
9320
9321 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9324         path rather than symbol.  Always return list of directories.
9325         Guarantee that image directory comes first.  [Sync with image.el,
9326         revision 1.59, in Emacs.]
9327
9328         * message.el (message-make-tool-bar): Adjust to new API of
9329         `gmm-image-load-path-for-library'.
9330
9331         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9332
9333         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9334
9335 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9336
9337         * gnus-art.el (gnus-article-only-boring-p):
9338         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9339         intangible text.
9340         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9341
9342 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9345         `defun' instead of `gmm-defun-compat'.
9346
9347 2006-03-14  Simon Josefsson  <jas@extundo.com>
9348
9349         * message.el (message-unique-id): Don't use message-number-base36
9350         if (user-uid) is a float.
9351         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9352
9353 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9356
9357         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9358         empty line between a part and a message part.
9359
9360 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * smiley.el: Add more test smileys.
9363         (smiley-data-directory, smiley-regexp-alist)
9364         (gnus-smiley-file-types): Fix doc strings.
9365         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9366         adding new elements.
9367         (smiley-mouse-map): Unused code.  Make it a comment.
9368
9369 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9372         scan latest NoCeM messages instead of old ones.
9373         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9374         delimiters that are recently used.
9375         (gnus-nocem-load-cache): Add autoload cookie.
9376
9377         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9378
9379         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9380         level which is larger than gnus-use-nocem is specified.
9381
9382         * gnus-group.el (gnus-group-get-new-news): Ditto.
9383
9384 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * gnus-util.el (gnus-tool-bar-update): New function.
9387
9388         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9389         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9390
9391         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9392
9393         * gnus-group.el (gnus-group-redraw-when-idle)
9394         (gnus-group-redraw-check): Remove.
9395         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9396
9397 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9400         if optional last element is specified in splits (FIELD VALUE...).
9401
9402 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9405         to gmm-image-load-path-for-library.  Call with no-error argument.
9406         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9407
9408         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9409
9410         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9411
9412         * gmm-utils.el (gmm-image-load-path): Remove alias.
9413
9414 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * gmm-utils.el (gmm-image-load-path): Add alias.
9417
9418         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9419         nnml-generate-nov-databases-1.
9420         (nnml-generate-nov-databases): Use it.
9421         (nnml-generate-nov-databases-directory): Document no-active
9422         argument.
9423
9424         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9425         directory if path is t.  Add no-error.
9426
9427         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9428         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9429
9430         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9431         resetting gnus-article-browse-html-temp-list.
9432
9433         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9434         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9435         Add example to docstring.  Rename local variables.  Move error
9436         checks to default case in cond and simplify.
9437
9438 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9441         handle is multipart when calling it recursively.
9442         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9443
9444 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9445
9446         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9447         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9448
9449 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9452         is loaded.
9453
9454         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9455         loaded.
9456
9457 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9460         to "Emacs 23 (unicode)" in doc string.
9461
9462         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9463         "Emacs 23 (unicode)" in comment.
9464
9465 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9468
9469         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9470         characters 160 through 255 in Emacs 23.
9471
9472 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9475         gnus-article-browse-html-temp.
9476         (gnus-article-browse-delete-temp): Make it customizable.  Add
9477         `file'.  Adjust doc string.
9478         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9479         query for each file.  Adjust doc string.
9480         (gnus-article-browse-html-parts): Add
9481         `gnus-article-browse-delete-temp-files' to
9482         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9483
9484 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9485
9486         * gnus-art.el (gnus-article-browse-html-temp)
9487         (gnus-article-browse-delete-temp): New variables.
9488         (gnus-article-browse-delete-temp-files): New function.
9489         (gnus-article-browse-html-parts): Use it.
9490
9491 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9494
9495         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9496         string.
9497
9498         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9499         gnus-summary-insert-new-articles when unplugged.  Remove
9500         gnus-summary-search-article-forward.
9501
9502         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9503         display-visual-class instead of display-color-cells.
9504
9505 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * dgnushack.el: Autoload customize-group for XEmacs.
9508
9509         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9510         message/* containing non-ASCII text properly.
9511
9512 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * message.el: Require gmm-utils, remove autoloads.
9515         (message-tool-bar): Set default based on
9516         gmm-tool-bar-style.
9517         (message-tool-bar-gnome): Add gmm-customize-mode.
9518
9519         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9520         gmm-tool-bar-style.
9521         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9522
9523         * gnus-group.el (gnus-group-tool-bar): Set default based on
9524         gmm-tool-bar-style.
9525         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9526
9527         * gmm-utils.el (gmm-image-directory): Rename variable from
9528         gmm-image-load-path.
9529         (gmm-image-load-path): Use gmm-image-directory.
9530         (gmm-customize-mode): New function.
9531         (gmm-tool-bar-style): New variable.
9532
9533         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9534         gnus-group-redraw-line-number.
9535         (gnus-group-redraw-check): Simplify.
9536         (gnus-group-tool-bar-update): Remove redraw check.
9537         (gnus-group-make-tool-bar): Add redraw check.
9538
9539 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9540
9541         * gnus-art.el (gnus-button): Add missing parentheses.
9542
9543 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * lpath.el: Fbind line-number-at-pos.
9546
9547 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9550
9551 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gnus-art.el (gnus-button): New face.
9554         (gnus-article-button-face): Use it.
9555
9556         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9557         gnus-summary-next-page.  Re-order.
9558
9559         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9560         next-node are now included.
9561         (gnus-group-redraw-line-number): New internal variable.
9562         (gnus-group-redraw-check): Helper function for updating the tool
9563         bar.
9564         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9565
9566         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9567
9568         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9569         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9570         Use it to match format of Spamassassin 3.0 and later.  Reported by
9571         IRIE Tetsuya <irie@t.email.ne.jp>.
9572         (spam-check-bogofilter)
9573         (spam-bogofilter-register-with-bogofilter): Fix args of
9574         `gnus-error' calls.
9575
9576 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9579         unnecessary interaction when sending queued mails.  Reported by
9580         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9581
9582 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9585         first or last are nil.
9586
9587 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9588
9589         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9590
9591 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9594
9595 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * dns.el (query-dns): Protect more against buggy tcp output.
9598
9599 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9602         nov.php.
9603
9604 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9605
9606         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9607         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9608         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9609         output on the server side.
9610         (nnweb-google-create-mapping): Update regexps and add some
9611         progress indication.
9612
9613 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9616         gnus-agent-toggle-plugged.  Re-order icons.
9617         (gnus-group-tool-bar-gnome): Add
9618         gnus-group-{prev,next}-unread-group.
9619         (gnus-group-tool-bar-gnome): Re-order icons.
9620
9621         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9622         gnus-summary-insert-new-articles.
9623
9624         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9625         comments.
9626
9627         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9628         also available in Emacs 21.3.
9629
9630         * message.el (message-fix-before-sending): Change "Emacs 22" to
9631         "Emacs 23 (unicode)" in comment.
9632
9633         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9634         "Emacs 23 (unicode)" in comment.
9635
9636         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9637         comment.
9638         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9639
9640         * mm-view.el (mm-fill-flowed): Add :version.
9641
9642 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9645         and load-path.
9646
9647 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * message.el: Autoload gmm-image-load-path.
9650         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9651         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9652         consitency.
9653
9654         * gmm-utils.el (gmm-image-load-path): Also search in
9655         "../etc/images".  Don't set gmm-image-load-path if we don't find
9656         the image.
9657
9658 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * gmm-utils.el (gmm-image-load-path): Don't make
9661         `gmm-image-load-path' include subdirectories which the second arg
9662         `image' might specify.
9663
9664         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9665         subdirectory to icon file names.
9666
9667         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9668
9669 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9672         gmm-image-load-path calls.
9673
9674         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9675
9676         * message.el (message-make-tool-bar): Ditto.
9677
9678         * mml.el (mml-preview): Added comment concerning tool bar icons.
9679
9680         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9681         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9682
9683         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9684         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9685
9686         * message.el (message-tool-bar-gnome): Use new icon names.
9687         (message-make-tool-bar): Use `gmm-image-load-path'.
9688
9689         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9690         functions from MH-E.
9691         (gmm-image-load-path): New variable from MH-E.
9692         (gmm-image-load-path): New function from MH-E.  Added arguments
9693         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9694         *-image-load-path-called-flag.
9695
9696 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9697
9698         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9699
9700 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9701
9702         * nnimap.el (nnimap-request-move-article): Change folder back to
9703         source group before deleting.
9704
9705 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9706
9707         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9708
9709         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9710         mm-url.
9711
9712         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9713
9714 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9717         coding system which mm-charset-to-coding-system returns for a
9718         given charset is valid.
9719
9720 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9721
9722         * html2text.el (html2text-remove-tag-list):
9723         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9724
9725 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9726
9727         * gnus-cus.el: Revert 2005-10-17 change.
9728
9729 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-art.el (article-strip-banner): Call
9732         article-really-strip-banner only when the regexp match is made.
9733
9734 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-art.el (article-strip-banner): Use
9737         gnus-extract-address-components instead of
9738         mail-header-parse-addresses to make it work with non-ASCII text;
9739         remove mail-encode-encoded-word-string.
9740
9741         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9742         values which are surrounded with \"...\"; make it never cause a
9743         Lisp error; give up parsing of parameters if it failed in
9744         extracting type.
9745
9746 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9747
9748         * smime.el (smime-cert-by-ldap-1): Fix bug where
9749         `smime-ldap-search' returns results without userCertificates.
9750
9751 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9754
9755 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * spam.el (spam-check-spamassassin-headers): Adapt format for
9758         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9759         <ari@mbf.ocn.ne.jp>.
9760         (spam-list-of-processors): Add spam-use-gmane.
9761
9762 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9765         make-temp-file; make it work with XEmacs as well.
9766
9767         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9768         mm-make-temp-file.
9769
9770         * mm-decode.el (mm-display-external): Use the 3rd arg of
9771         mm-make-temp-file.
9772         (mm-create-image-xemacs): Ditto.
9773
9774 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9777         with message-narrow-to-headers.
9778         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9779         (gnus-draft-check-draft-articles): New function.
9780         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9781
9782 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * gnus-art.el (gnus-article-browse-html-parts):
9785         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9786         Don't use suffix argument for mm-make-temp-file for Emacs 21
9787         compatibility.  Remove useless `format'.
9788
9789 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9790
9791         * nnweb.el (nnweb-google-wash-article): Update regexps.
9792         (nnweb-group-alist): Use defvoo instead of defvar.
9793
9794 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9797         re-loading nn* modules.
9798
9799 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9802         for `tool-bar-mode' and don't check it's default-value.
9803
9804         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9805
9806         * message.el (message-make-tool-bar): Ditto.
9807
9808         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9809         `substring'.  Shorten tmp-file name.
9810
9811         * gnus.el: Remove bogus comment.
9812
9813 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9814
9815         * gnus-art.el (gnus-article-browse-html-parts): New function.
9816         (gnus-article-browse-html-article): New function for viewing html
9817         articles with a browser.
9818
9819 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9820
9821         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9822         in elisp.
9823         (pgg-gpg-encrypt-symmetric-region): Ditto.
9824         (pgg-gpg-sign-region): Ditto.
9825
9826         * pgg-def.el (pgg-text-mode): New variable.
9827
9828         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9829         (mml2015-pgg-encrypt): Ditto.
9830
9831         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9832         (mml1991-pgg-encrypt): Ditto.
9833
9834 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9837         message-make-date instead of current-time-string.
9838
9839         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9840         to gnus-decoded which mm-uu might set.
9841
9842 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9845         don't decode quoted parameters; remove misimported Emacs code.
9846         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9847         (rfc2231-decode-encoded-string): Don't use split-string which
9848         behaves differently according to Emacs version; use
9849         mm-decode-coding-region to convert charset to coding-system.
9850         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9851         (rfc2231-encode-string): Remove misimported Emacs code.
9852
9853 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9856         when calling mail-header-parse-content-type.
9857         (article-de-quoted-unreadable): Ditto.
9858         (article-de-base64-unreadable): Ditto.
9859         (article-wash-html): Ditto.
9860
9861         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9862         calling mail-header-parse-content-type and
9863         mail-header-parse-content-disposition.
9864         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9865         mail-header-parse-content-type.
9866
9867         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9868         insert charset and format parameters; encode description after
9869         inserting it to buffer.
9870         (mml-insert-parameter): Fold lines properly even if a parameter is
9871         segmented into two or more lines; change the max column to 76.
9872
9873         * rfc1843.el (rfc1843-decode-article-body): Don't use
9874         ignore-errors when calling mail-header-parse-content-type.
9875
9876         * rfc2231.el (rfc2231-parse-string): Return at least type if
9877         possible; don't cause an error even if it fails in parsing of
9878         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9879         (rfc2231-encode-string): Don't break lines at the beginning, leave
9880         it to mml-insert-parameter.
9881
9882         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9883         calling mail-header-parse-content-type.
9884
9885 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * spam-report.el (spam-report-gmane-use-article-number):
9888         Improve doc string.
9889         (spam-report-gmane-internal): Check if a suitable header was found
9890         in the article.
9891
9892 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9895         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9896
9897 2006-02-05  Romain Francoise  <romain@orebokech.com>
9898
9899         Update copyright notices of all files in the gnus directory.
9900
9901 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9902
9903         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9904
9905 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9908         segmented lines of parameter value to cope with Thunderbird 1.5
9909         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9910         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9911         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9912
9913 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9914
9915         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9916         parts.
9917
9918 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9919
9920         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9921         there's only one active file for all servers.
9922         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9923         solid groups.  Gnus might have used a FAST request to select the group.
9924         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9925         and nnweb-search redundantly in the active file.
9926         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9927         (nnweb-request-create-group): Don't use ARGS.
9928         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9929         initialisations.  Let nnoo do the work.
9930
9931 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9934         Say the part has been decoded.
9935
9936         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9937
9938 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9939
9940         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9941         mailcap-viewer-test-cache when there's no 'test clause, since that
9942         will invert the meaning of a "nil" test previously determined by
9943         mailcap-mailcap-entry-passes-test.
9944
9945 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9948         compiling.
9949
9950         * gnus-sum.el: Ditto.
9951
9952         * message.el: Don't bind tool-bar-map when compiling.
9953
9954 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9957
9958 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9959
9960         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9961         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9962         current Google Groups.
9963
9964 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9967         and tool-bar-mode.
9968
9969         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9970         and tool-bar-mode.
9971
9972         * message.el (message-tool-bar-update): Simplify.
9973         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9974
9975         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9976         gnus-summary-buffer.
9977         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9978         gnus-summary-reply.
9979
9980         * gmm-utils.el (gmm): Add :version.
9981
9982 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * Makefile.in (clean): New rule.
9985         (distclean): Use it.
9986
9987 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9988
9989         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9990         autoload.
9991
9992 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gmm-utils.el (gmm-verbose): Add :group.
9995
9996 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * message.el: Change some comments WRT tool-bars.
9999
10000         * gnus-sum.el (gnus-summary-tool-bar)
10001         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10002         (gnus-summary-tool-bar-zap-list): New variables.
10003         (gnus-summary-make-tool-bar): Complete rewrite using
10004         `gmm-tool-bar-from-list'.
10005
10006         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10007         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10008         variables.
10009         (gnus-group-make-tool-bar): Complete rewrite using
10010         `gmm-tool-bar-from-list'.
10011         (gnus-group-tool-bar-update): New function.
10012
10013         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10014
10015 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10018         is dissected into a single part of which the type is the same as
10019         the given one; decode charset.
10020
10021 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10022
10023         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10024         into alists as symbol not string, since that's what
10025         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10026         look for.
10027
10028 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10031         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10032
10033         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10034
10035 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10038         (gnus-xmas-mime-security-button-menu): New function.
10039
10040         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10041         (gnus-mime-security-button-menu): New definition.
10042         (gnus-mime-security-button-map): Use them.
10043         (gnus-mime-security-button-menu): New function.
10044         (gnus-insert-mime-security-button): Addition to help echo.
10045         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10046         (gnus-mime-security-pipe-part): New functions.
10047
10048         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10049         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10050
10051         * mm-decode.el (mm-handle-set-disposition): Remove.
10052         (mm-handle-set-description): Remove.
10053
10054 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10057         (mm-w3m-standalone-supports-m17n-p): New function.
10058         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10059         w3m usage.
10060
10061         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10062         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10063
10064 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * message.el (message-tool-bar-zap-list): Use
10067         gmm-tool-bar-zap-list as custom type.
10068         (message-tool-bar-update): New function.
10069         (message-tool-bar, message-tool-bar-gnome)
10070         (message-tool-bar-retro): Add message-tool-bar-update.
10071         (message-tool-bar-gnome): Add flyspell-buffer.
10072
10073         * gnus-util.el (gnus-error): Describe `args'.
10074
10075         * gmm-utils.el (gmm-error): Describe `args'.
10076         (gmm-tool-bar-zap-list): New widget.
10077         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10078
10079 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10082         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10083         the number of recursive calls.
10084
10085         * mm-decode.el (mm-handle-set-disposition): New macro.
10086         (mm-handle-set-description): New macro.
10087
10088 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10091         encoding.
10092
10093 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * message.el (message-tool-bar-zap-list, message-tool-bar)
10096         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10097         (message-tool-bar-local-item-from-menu): Remove.
10098         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10099         (message-make-tool-bar): New function.
10100         (message-mode): Use `message-make-tool-bar'.
10101
10102         * gmm-utils.el: New file.
10103         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10104         (gmm-lazy): New widget copied from `nnmail.el'.
10105         (gmm-tool-bar-from-list): New function for creating customizable
10106         tool bars.
10107         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10108         output.
10109         (gmm): Add :prefix to defgroup.
10110
10111 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10112
10113         * gmm-utils.el (gmm-widget-p): New function.
10114
10115 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * mml.el (mml-attach-file): Describe `description' in doc string.
10118         (mml-menu): Add Emacs MIME manual and PGG manual.
10119
10120 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10121
10122         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10123
10124 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10125
10126         * nntp.el (nntp-end-of-line): Doc fix.
10127
10128 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10129
10130         * imap.el (imap-open): Handle case where buffer is a buffer
10131         object.
10132
10133 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10134
10135         * gnus-delay.el (gnus-delay): Don't autoload.
10136         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10137         to be re-loaded when customizing the `gnus-delay' group.
10138
10139 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10140
10141         * message.el (message-insert-citation-line): Use newlines.
10142
10143 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10144
10145         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10146         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10147         these routines, so the passphrase can be managed externally and
10148         passed in to the system.
10149         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10150         pgg-add-passphrase-to-cache function.
10151
10152         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10153         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10154         these routines, so the passphrase can be managed externally and
10155         passed in to the system.
10156         (pgg-pgp5-sign-region): Use new name of
10157         pgg-add-passphrase-to-cache function.
10158
10159 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10160
10161         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10162         part of the decoded armor to find the key-identifier.
10163         (pgg-gpg-lookup-key-owner): New function to return the
10164         human-readable identifier of a key owner.
10165         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10166         itself.
10167         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10168         the key value) if we have a key and can match it against a secret
10169         key.  Also, added a note pointing out fact that the prompt only
10170         indicates the first matching key.
10171
10172         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10173         pgg-decrypt-region.
10174         (pgg-add-passphrase-to-cache): Rename from
10175         `pgg-add-passphrase-cache' to reduce confusion (all callers
10176         changed).
10177         (pgg-remove-passphrase-from-cache): Rename from
10178         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10179         changed).
10180         (pgg-read-passphrase, pgg-add-passphrase-cache)
10181         (pgg-remove-passphrase-cache): Add informative docstrings.
10182         (pgg-decrypt): Convey provided passphrase in subordinate call to
10183         pgg-decrypt-region.
10184
10185 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10186
10187         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10188         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10189         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10190         'passphrase' argument, so the passphrase can be managed externally
10191         and then passed in to the system.
10192
10193         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10194         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10195         so the passphrase cache can be used reliably with identifiers
10196         besides a pgp packet's key id.
10197
10198         * pgg-gpg.el (pgg-gpg-encrypt-region)
10199         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10200         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10201         these routines, so the passphrase can be managed externally and
10202         passed in to the system.
10203
10204         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10205         'notruncate' argument, so the passphrase cache can be used
10206         reliably with identifiers besides a pgp packet's key id.
10207
10208 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10209
10210         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10211         symmetric encryption.
10212         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10213         encrypted session key.
10214         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10215         message ask for the passphrase in a proper way.
10216
10217         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10218         New user commands for symmetric encryption.
10219
10220 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10223
10224         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10225
10226 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10227
10228         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10229
10230 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * mm-decode.el (mm-inlined-types): Add application/pgp.
10233         (mm-automatic-display): Ditto.
10234
10235         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10236         part as text.
10237
10238 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * nnrss.el: Update copyright.
10241         (nnrss-opml-import): Query whether to subscribe to each entry.
10242
10243         * gnus-art.el:
10244         * gnus-sum.el:
10245         * gnus-xmas.el:
10246         * messagexmas.el:
10247         * mm-uu.el:
10248         * mm-view.el: Update copyright.
10249
10250 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * message.el (message-info): New function.
10253         (message-mode-menu): Add it.
10254         Update copyright.
10255
10256         * ChangeLog: Fix and update copyright.
10257
10258 2006-01-13  Romain Francoise  <romain@orebokech.com>
10259
10260         * message.el (message-forward-subject-name-subject): Prefer the
10261         address to 'nowhere' if the sender has no name.
10262         Fix typo.  Update copyright year.
10263
10264 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-art.el (article-wash-html): Use
10267         gnus-summary-show-article-charset-alist if a numeric arg is given.
10268         (gnus-article-wash-html-with-w3m-standalone): New function.
10269
10270         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10271         mm-inline-text-html-render-with-w3m-standalone.
10272         (mm-text-html-washer-alist): Map w3m-standalone to
10273         gnus-article-wash-html-with-w3m-standalone.
10274         (mm-inline-text-html-render-with-w3m-standalone): New function.
10275
10276 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10279         Improve LaTeX.
10280
10281 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10284         (nnrss-request-article): Render text/plain parts as HTML.
10285
10286         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10287         the buffer.
10288
10289 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10292         custom definition of `gnus-posting-styles'.
10293
10294         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10295         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10296
10297 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10300         Use nntp for bug archive.
10301
10302 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10305         parts.
10306         (nnrss-normalize-date): New function converts ISO 8601 date into
10307         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10308         (nnrss-check-group): Use it.
10309
10310 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10313
10314         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10315         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10316         (nnrss-insert-w3): Ditto.
10317
10318 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10321         the articles to be forwarded including the case where neither a
10322         number of articles nor a region is specified.
10323
10324 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * nnrss.el (nnrss-request-article): Fix last change; fill
10327         text/plain parts.
10328
10329 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10332         in text/plain part.
10333         (nnrss-check-group): Don't add excessive newline to dc:subject.
10334
10335 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10336
10337         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10338         article.
10339
10340 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10343         (nnml-use-compressed-files, nnml-save-mail): Support other
10344         comression programs such as bzip2.
10345
10346 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * dns.el (query-dns): Make sure we check the buffer size before
10349         removing tcp headers.
10350
10351 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10354         remove MIME buttons associated with multipart/alternative parts.
10355         (gnus-mime-display-alternative): Tag buttons using `article-type'
10356         text property.
10357
10358         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10359         associated with multipart/alternative parts.
10360
10361         * gnus-art.el (gnus-signature-separator): Fix custom type.
10362
10363         * mm-decode.el (mm-inlined-types): Fix custom type.
10364         (mm-keep-viewer-alive-types): Ditto.
10365         (mm-automatic-display): Ditto.
10366         (mm-attachment-override-types): Ditto.
10367         (mm-inline-override-types): Ditto.
10368         (mm-automatic-external-display): Ditto.
10369
10370 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * spam-report.el (spam-report-user-mail-address)
10373         (spam-report-user-agent): New variables.
10374         (spam-report-url-ping-plain): Use spam-report-user-agent.
10375
10376 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10377
10378         * gnus-art.el (gnus-button-handle-custom): Do not just use
10379         `customize-apropos' for any "M-x customize-*" button but the
10380         function called for.  Accept both the function name and its
10381         argument in order to achieve this.
10382         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10383         function name to `gnus-button-handle-custom' in case of "M-x
10384         customize-*" buttons.
10385
10386 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10389         multipart/alternative and add xref to mm-discouraged-alternatives
10390         in doc string.
10391
10392         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10393         gnus-buttonized-mime-types in doc string.
10394
10395 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10398         Suggest image/.* in the doc string.
10399
10400 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10403         message-marks (Debian bug #342521).
10404
10405 2005-12-12  Simon Josefsson  <jas@extundo.com>
10406
10407         * password.el (password-read-from-cache): Add.
10408         (password-read): Use it.
10409
10410 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10413         us-ascii as a MIME charset.
10414
10415         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10416         against the case where the 2nd arg TYPE is nil.
10417
10418 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * pop3.el (pop3-stream-type): Fix custom version.
10421
10422         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10423
10424 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10425
10426         * mm-decode.el (mm-display-external): Add missing cdr.
10427
10428 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10431         RFC1524) if it is in mailcap or add a suffix according to
10432         mailcap-mime-extensions when generating a temp filename; postpone
10433         deleting a temp file for 2 seconds for some wrappers, shell
10434         scripts, and so on, which might exit right after having started a
10435         viewer command as a background job.
10436
10437 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * nntp.el (nntp-marks-directory): Fix custom group.
10440
10441         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10442         steps when < 10.
10443
10444         * gnus-start.el (gnus-no-server-1): Mention
10445         `gnus-level-default-subscribed' in doc string.
10446
10447 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10448
10449         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10450         parens.
10451
10452 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-xmas.el (gnus-use-toolbar): Revert.
10455         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10456         gnus-use-toolbar is default.
10457
10458         * messagexmas.el (message-use-toolbar): Revert.
10459         (message-setup-toolbar): Use global default-toolbar if
10460         message-use-toolbar is default.
10461
10462 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10465         according to default-toolbar-visible-p.
10466
10467         * messagexmas.el (message-use-toolbar): Ditto.
10468
10469 2005-11-26  Dave Love  <fx@gnu.org>
10470
10471         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10472         (tls-program, tls-success): Provide openssl alternative.
10473
10474         * starttls.el: Doc fixes.
10475         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10476         SERVICE to PORT.
10477
10478         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10479         port null or service name.
10480         (starttls-negotiate): Autoload.
10481
10482 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * message.el (message-kill-to-signature): Fix interactive spec.
10485
10486 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * pop3.el (pop3-open-server): Recognize a string as a service name.
10489
10490 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10491
10492         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10493
10494 2005-11-23  Dave Love  <fx@gnu.org>
10495
10496         Add pop3s, pop3/starttls.
10497
10498         * pop3.el (pop3-authentication-scheme): Clarify doc.
10499         (open-tls-stream, starttls-open-stream): Autoload.
10500         (pop3-stream-type): New.
10501         (pop3-open-server): Use it.
10502
10503         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10504         for POP.
10505         (mail-source-keyword-map): Add :stream for POP.
10506         (mail-source-fetch-pop): Use pop3-stream-type.
10507
10508 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10511         of current-time-string.
10512
10513 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10514
10515         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10516         date header.
10517
10518 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10519
10520         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10521         it can seriously impact performance as it bypasses the agent's
10522         local caches.
10523
10524 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10525
10526         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10527         must be explicitly online rather than "not explicitly offline" for
10528         its flags to be synchronized.
10529
10530         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10531         that gnus-uu-unmark-thread will function correctly.
10532
10533         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10534         1024K is instead displayed as 1M.
10535
10536 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10539
10540 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10541
10542         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10543
10544 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10545
10546         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10547         error message to display actual error condition.
10548         (gnus-agent-save-local): Avoid saving symbols that are bound to
10549         nil as they simply result in a warning message in
10550         gnus-agent-read-local.
10551
10552 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10555         rather than make-variable-buffer-local for file-precious-flag.
10556
10557 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10558
10559         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10560         for duplicates which are removed.  The invalid sort check then
10561         triggers a rescan after the sort as sorting may have moved
10562         duplicate entries such that they can be cheaply detected.
10563
10564 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10567
10568 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10569
10570         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10571         internal variable to a custom variable.  Changed default value
10572         from compressed(2) to uncompressed(1).
10573         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10574         support for uncompressed agentview files.  Taken together, reading
10575         the agentview file should now be 6-7 times faster.
10576
10577 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10578
10579         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10580         as a buffer-local variable.  This avoids creating truncated
10581         dribble files as a result of a hang up, eg.
10582
10583 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10584
10585         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10586         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10587         XEmacs.
10588
10589 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gnus-start.el (gnus-start-draft-setup): Enforce
10592         `gnus-draft-mode' for nndraft:drafts at startup.
10593
10594         * gnus.el (gnus-splash): Change custom group.
10595         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10596         allow-list argument.
10597
10598         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10599         string.
10600
10601 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * gnus-art.el (gnus-default-article-saver): Add user-defined
10604         `function' to custom type.
10605
10606 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10607
10608         * imap.el (imap-open): Handle case where buffer is a buffer
10609         object.
10610
10611 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10614         long lines.
10615         (gnus-cache-delete-group): Wrap doc strings.
10616
10617         * gnus-agent.el (gnus-agent-rename-group)
10618         (gnus-agent-delete-group): Wrap doc strings.
10619
10620 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * messagexmas.el (message-use-toolbar): Change the valid values
10623         into default, top, bottom, left, and right.
10624         (message-toolbar-thickness): New variable.
10625         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10626         well.
10627         (message-setup-toolbar): Make it work.
10628
10629         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10630         (gnus-use-toolbar): Change the valid values into default, top,
10631         bottom, left, and right.
10632         (gnus-toolbar-thickness): New variable.
10633         (gnus-xmas-setup-toolbar): New function.
10634         (gnus-xmas-setup-group-toolbar): Use it.
10635         (gnus-xmas-setup-summary-toolbar): Use it.
10636
10637 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * gnus-start.el (gnus-1): Add "native" to
10640         gnus-predefined-server-alist.
10641
10642         * gnus.el (gnus-method-to-server): Don't add "native" to the
10643         lists here, because that leads to problems when
10644         gnus-select-method is bound.
10645
10646 2005-11-09  Simon Josefsson  <jas@extundo.com>
10647
10648         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10649         use (not sort-by-date) instead.
10650
10651 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10652
10653         * gnus-delay.el (gnus-delay-group): Don't autoload.
10654         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10655         to be re-loaded when customizing the `gnus-delay' group.
10656
10657 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10658
10659         * message.el: Revert last changes.
10660         (message-insert-citation-line): Use newlines.
10661
10662 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10663
10664         * message.el (message-courtesy-message)
10665         (message-mark-insert-begin, message-mark-insert-end)
10666         (message-elide-ellipsis, message-cancel-message)
10667         (message-add-header, message-change-subject)
10668         (message-cross-post-followup-to-header)
10669         (message-cross-post-insert-note, message-reduce-to-to-cc)
10670         (message-widen-reply, message-delete-not-region)
10671         (message-kill-to-signature, message-insert-signature)
10672         (message-insert-importance-high, message-insert-importance-low)
10673         (message-insert-or-toggle-importance)
10674         (message-insert-disposition-notification-to)
10675         (message-indent-citation, message-yank-original)
10676         (message-cite-original-without-signature, message-cite-original)
10677         (message-insert-citation-line, message-position-on-field)
10678         (message-fix-before-sending, message-send-mail-partially)
10679         (message-send-mail, message-send-mail-with-sendmail)
10680         (message-send-mail-with-qmail, message-send-news)
10681         (message-check-news-header-syntax, message-generate-headers)
10682         (message-insert-courtesy-copy, message-fill-address)
10683         (message-fill-header, message-shorten-references)
10684         (message-setup-1, message-cancel-news)
10685         (message-forward-make-body-plain, message-forward-make-body-mime)
10686         (message-forward-make-body-mml, message-encode-message-body)
10687         (message-forward-make-body-digest-plain)
10688         (message-forward-make-body-digest-mime)
10689         (message-use-alternative-email-as-from): Insert `hard-newline'
10690         instead of ordinary newlines.
10691
10692 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * message.el (message-generate-headers): Downcase the argument
10695         given to message-check-element.
10696
10697 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10698
10699         * nntp.el (nntp-authinfo-rejected): New error condition.
10700         (nntp-wait-for): Use new error condition to signal authentication
10701         error.
10702         (nntp-retrieve-data): Rethrow new error condition to break out of
10703         recursive call to nntp-send-authinfo.
10704
10705 2005-11-08  Romain Francoise  <romain@orebokech.com>
10706
10707         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10708         (gnus-summary-exit-map): Bind to `Z p'.
10709         (gnus-summary-make-menu-bar): Add menu item.
10710
10711 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10714         (gnus-treat-*): Add `first' in all doc strings.
10715
10716         * gnus-group.el (gnus-group-compact-group): Fix typo.
10717
10718 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus.el (gnus-parameters-case-fold-search): New variable.
10721         (gnus-parameters-get-parameter): Use it.
10722
10723         * gnus-score.el (gnus-home-score-file): Doc fix.
10724
10725 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10726
10727         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10728
10729 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * mm-util.el (mm-special-display-p): New function.
10732
10733         * mml.el (mml-preview): Use it; doc fix.
10734
10735 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10736
10737         * imap.el (imap-open): Handle case where buffer is a buffer object.
10738
10739 2005-10-29  Romain Francoise  <romain@orebokech.com>
10740
10741         * message.el (message-fix-before-sending): Fix comment.
10742
10743 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10744
10745         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10746
10747 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10748
10749         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10750         Used in gnus-score.el.
10751
10752 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10755
10756 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10759         whitespace removed in revision 7.8.  Use concatenated string to
10760         protect trailing whitespace.
10761
10762 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10763
10764         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10765         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10766         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10767         Courier IMAP ("some version from 2004").  Mostly based on similar
10768         code in the same function.
10769
10770 2005-10-26  Didier Verna  <didier@xemacs.org>
10771
10772         * gnus-group.el (gnus-group-compact-group): Invalidate original
10773         article buffer.
10774         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10775         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10776         NOV database and in article itself.
10777         Invalidate article backlog.
10778
10779 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10780
10781         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10782
10783 2005-10-26  Simon Josefsson  <jas@extundo.com>
10784
10785         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10786         part of 2004-07-25 change.
10787
10788 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * message.el (message-display-completion-list): New function.
10791         (message-expand-group): Use it; make sure the Completions buffer
10792         is modifiable.
10793 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10794
10795         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10796         user-mail-name is an empty string.
10797
10798 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10801         depending on gnus-score-decay-constant.
10802
10803         * encrypt.el (encrypt-insert-file-contents)
10804         (encrypt-write-file-contents): Don't use `gnus-message'.
10805
10806         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10807         arguments.
10808         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10809         arguments to mm-uu-verbatim-marks-extract.
10810         (mm-uu-hide-markers): New variable.
10811         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10812
10813         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10814         (gnus-convert-image-to-face-command): Use "convert" by default to
10815         allow other input image formats.
10816         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10817         accordingly.
10818
10819 2005-10-23  Simon Josefsson  <jas@extundo.com>
10820
10821         * imap.el (imap-gssapi-program): Align command line parameters
10822         with latest GNU SASL.
10823         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10824
10825 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826
10827         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10828         HTML.
10829         (nnslashdot-request-article): Ditto.
10830
10831         * lpath.el (featurep): Add nobreak-char-display.
10832
10833 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10834
10835         * mail-source.el (mail-source-fetch-pop): Require pop3.
10836         (mail-source-check-pop): Ditto.
10837
10838 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10841         errors.
10842
10843 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10846         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10847
10848         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10849
10850         * mm-bodies.el (mm-decode-string): Call
10851         `mm-charset-to-coding-system' with allow-override argument.
10852
10853 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10856         (rfc2047-charset-to-coding-system): New function.
10857         (rfc2047-decode-encoded-words): New function.
10858         (rfc2047-decode-region): Use them.
10859         (rfc2047-decode-cte): Remove.
10860         (rfc2047-parse-and-decode): Remove.
10861         (rfc2047-decode): Remove.
10862
10863 2005-10-15  Kenichi Handa  <handa@m17n.org>
10864
10865         * rfc2047.el (rfc2047-decode-cte): New function.
10866         (rfc2047-decode-region): Change the way to decode successive
10867         encoded-words: decode B- or Q-encoding in each encoded-word,
10868         concatenate them, and decode it as charset.
10869
10870 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * lpath.el: Fbind codepage-setup for XEmacs.
10873
10874 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10875
10876         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10877         widget-move-and-invoke.
10878         (gnus-custom-mode): Use gnus-custom-map.
10879
10880 2005-10-15  Bill Wohler  <wohler@newt.com>
10881
10882         * message.el (message-tool-bar-map): Renamed image file from
10883         mail_send to mail/send.
10884
10885 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10886
10887         * message.el (message-expand-group): Pass the common
10888         prefix substring of completion to `display-completion-list'.
10889
10890 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * mml-sec.el (mml-secure-method): New internal variable.
10893         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10894         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10895         functions using mml-secure-method.
10896
10897         * mml.el (mml-mode-map): Add key bindings for those functions.
10898         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10899         Harder <harder@myrealbox.com>.
10900         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10901         end of message if point is the headers of the message.
10902
10903         * message.el (message-in-body-p): New function.
10904
10905         * assistant.el: Autoload gnus-util and netrc.
10906
10907         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10908         Use `mm-charset-override-alist' only when decoding.
10909
10910         * mm-bodies.el (mm-decode-body): Call
10911         `mm-charset-to-coding-system' with allow-override argument.
10912
10913         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10914         `filename' from Content-Disposition if Content-Type doesn't
10915         provide `name'.
10916         (gnus-mime-view-part-as-type): Set default instead of
10917         initial-input.
10918
10919 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10920
10921         * format-spec.el (format-spec): Propagate text properties of % spec.
10922
10923 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * gnus-art.el (gnus-treat-predicate): Add `first'.
10926
10927 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10930         (mm-charset-override-alist): New variable.
10931         (mm-charset-to-coding-system): Use it.
10932         (mm-codepage-setup): New helper function.
10933         (mm-charset-eval-alist): New variable.
10934         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10935         about unknown charsets.
10936
10937         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10938
10939 2005-10-04  David Hansen  <david.hansen@gmx.net>
10940
10941         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10942         (nnrss-check-group): Ditto.
10943
10944 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10947         Rename x-gnus-verbatim to x-verbatim.
10948         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10949
10950         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10951         x-verbatim.
10952
10953         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10954
10955         * gnus-util.el (gnus-remove-duplicates): Remove.
10956
10957         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10958         instead of gnus-remove-duplicates.
10959
10960         * message.el (message-remove-duplicates): Remove.
10961         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10962         message-remove-duplicates.
10963
10964         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10965         available, else use implementation from `delete-dups'.
10966
10967         * message.el (message-insert-expires): New function.
10968         (message-mode-map): Add key binding.
10969         (message-mode-field-menu): Add menu entry.
10970         (message-mode): Document it.
10971         (message-make-expires-date): Use `message-make-date'.
10972
10973 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10974
10975         * message.el (message-make-expires-date): New function.
10976
10977 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * Makefile.in (list-installed-shadows): New entry.
10980         (install): Use it.
10981         (remove-installed-shadows): New entry.
10982
10983         * dgnushack.el (dgnushack-default-load-path): New variable.
10984         (dgnushack-find-lisp-shadows): New function.
10985         (dgnushack-remove-lisp-shadows): New function.
10986
10987 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * Makefile.in (install-el-elc): New entry.
10990         (install): Use it so that .el files are necessarily installed.
10991
10992 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10995
10996 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10997
10998         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10999         function rather than the diff-mode.el package.
11000         (mm-display-external): Use with-current-buffer.
11001         (mm-viewer-completion-map, mm-viewer-completion-map):
11002         Move initialization inside declaration.
11003
11004 2005-09-29  Simon Josefsson  <jas@extundo.com>
11005
11006         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11007         autoload mail-check-payment.
11008         (spam-check-hashcash): Define unconditionally, since hashcash.el
11009         is part of Gnus now.  Ignore errors from payment checking.
11010
11011 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * message.el (message-bold-region, message-unbold-region): Rename
11014         from `bold-region' and `unbold-region'.
11015
11016         * message.el: Remove useless autoloads.
11017
11018 2005-09-28  Simon Josefsson  <jas@extundo.com>
11019
11020         * message.el (message-use-idna): Default to t.
11021         (message-use-idna): Test whether encoding works too.  Doc fix.
11022
11023 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * nntp.el (nntp-warn-about-losing-connection): Remove.
11026
11027 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11030         customizable.  Change default value.
11031         (mm-uu-diff-groups-regexp): Change default value.
11032         (mm-uu-type-alist): Add doc string.
11033         (mm-uu-configure): Add doc string.  Make it interactive.
11034         (mm-uu-tex-groups-regexp): New variable.
11035         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11036         (mm-uu-type-alist): Add LaTeX documents.
11037         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11038         of "text/verbatim".
11039         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11040
11041         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11042         instead of "text/verbatim".
11043
11044         * message.el (message-mark-inserted-region)
11045         (message-mark-insert-file): Use slrn style marks when called with
11046         prefix argument.
11047
11048 2005-09-27  Simon Josefsson  <jas@extundo.com>
11049
11050         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11051
11052 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11053
11054         * message.el (message-remove-duplicates): New function.
11055         Implementation borrowed from `gnus-remove-duplicates'.
11056         (message-idna-to-ascii-rhs): Also encode idna addresses in
11057         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11058         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11059         only ask about the same idna domain once per header and also tell
11060         in what header to replace the idna domain.
11061
11062         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11063         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11064         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11065         a header is decoded and not just the last one.
11066
11067 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11070         has been decoded.
11071
11072         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11073         (mm-insert-part): Don't modify text if it has been decoded.
11074
11075         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11076         decoded.
11077
11078         * mm-view.el (mm-inline-text): Don't strip text props unless
11079         decoding enriched or richtext parts.
11080
11081 2005-09-25  Romain Francoise  <romain@orebokech.com>
11082
11083         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11084         * gnus-start.el (gnus-subscribe-interactively):
11085         * gnus-uu.el (gnus-uu-grab-articles):
11086         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11087         space.
11088
11089 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11090
11091         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11092         * mm-view.el (mm-view-pkcs7-decrypt):
11093         * gnus-sum.el (gnus-summary-limit-to-extra)
11094         (gnus-summary-respool-article, gnus-read-move-group-name):
11095         * gnus-score.el (gnus-summary-increase-score):
11096         * gnus-util.el (gnus-completing-read-with-default):
11097         * gnus-art.el (gnus-read-save-file-name)
11098         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11099         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11100         * message.el (message-check-news-header-syntax):
11101         Follow convention for reading with the minibuffer.
11102
11103 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * spam-report.el (spam-report-url-ping-plain):
11106         Use gnus-extended-version as User-Agent.
11107
11108         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11109         default value is nil.
11110
11111         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11112         (mm-uu-verbatim-marks-extract): New function.
11113         (mm-uu-extract): New face.
11114         (mm-uu-copy-to-buffer): Use it.
11115
11116         * spam-report.el (spam-report-gmane-ham): Renamed from
11117         `spam-report-gmane-unspam'.
11118         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11119         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11120
11121         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11122         Autoload.
11123         (spam-report-gmane-unregister-routine): Renamed
11124         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11125
11126 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11127
11128         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11129         (spam-report-gmane-unregister-routine): Add support for gmane
11130         unregistration.
11131
11132         * spam-report.el (spam-report-gmane-unspam)
11133         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11134         (spam-report-gmane): Change to take a single article and do unspam
11135         registration.
11136
11137 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * mm-url.el (mm-url-decode-entities): Fix regexp.
11140
11141 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11142
11143         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11144         default to nil, to be able to use Gnus at all.  If the default
11145         switches to something else, then the function should be fixed not
11146         be exceedingly slow.
11147
11148 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11149
11150         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11151         fail hard.
11152
11153         * spam-report.el: Add better Keywords line.
11154
11155         * spam.el: Add Maintainer and better Keywords line.
11156
11157 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * gnus-art.el (gnus-article-replace-part)
11160         (gnus-mime-replace-part): New functions.
11161         (gnus-mime-action-alist, gnus-mime-button-commands)
11162         (gnus-mime-save-part-and-strip): Added file argument.
11163         (gnus-article-part-wrapper): Added interactive argument.
11164
11165         * gnus-sum.el (gnus-summary-mime-map): Add
11166         `gnus-article-replace-part'.
11167
11168 2005-09-19  Didier Verna  <didier@xemacs.org>
11169
11170         The nnml compaction feature:
11171         * nnml.el (nnml-request-compact-group): New function.
11172         * nnml.el (nnml-request-compact): New function.
11173         * gnus-int.el (gnus-request-compact-group): New function.
11174         * gnus-int.el (gnus-request-compact): New function.
11175         * gnus-group.el (gnus-group-compact-group): New function.
11176         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11177         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11178         * gnus-srvr.el (gnus-server-compact-server): New function.
11179         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11180         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11181
11182 2005-09-18  Deepak Goel  <deego@gnufans.org>
11183
11184         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11185         format spec.
11186
11187 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11190
11191 2005-09-15  Romain Francoise  <romain@orebokech.com>
11192
11193         * message.el (message-fill-paragraph): Clarify docstring.
11194
11195 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-art.el (gnus-mime-display-part): Protect against broken
11198         MIME messages.
11199
11200 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11203         before parsing header.
11204
11205 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11206
11207         * html2text.el (html2text-replace-list): Add new entities.
11208
11209 2005-09-11  Romain Francoise  <romain@orebokech.com>
11210
11211         * message.el (message-alternative-emails): Improve docstring.
11212         (message-setup-1): Call `message-use-alternative-email-as-from'
11213         after `message-setup-hook' to give it precedence over posting
11214         styles, etc.
11215         (message-use-alternative-email-as-from): Add docstring.  Remove
11216         the original From header if present.
11217
11218         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11219         (nnml-save-mail): Use it.
11220
11221         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11222         articles.  Add new argument `silent'.
11223         (gnus-uu-mark-all): Report the total number of marked articles.
11224
11225 2005-09-10  Romain Francoise  <romain@orebokech.com>
11226
11227         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11228         (gnus-uu-mark-series): Likewise.
11229
11230 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * spam-report.el (spam-report-gmane): Fix generation of spam
11233         report URL.
11234
11235 2005-09-10  Simon Josefsson  <jas@extundo.com>
11236
11237         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11238         t, based on discussion on the ding list with Robert Epprecht
11239         <epprecht@solnet.ch>.
11240
11241 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * spam-report.el (spam-report-gmane): Make it work without
11244         X-Report-Spam header.  Gmane now only provides Archived-At.
11245         This is only used if `spam-report-gmane-use-article-number' is nil.
11246         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11247
11248         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11249         make `gnus-summary-sort-by-recipient' work with threading.
11250
11251         * nnweb.el (nnweb-google-wash-article): Print a message if article
11252         is not available.
11253
11254 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11255
11256         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11257         change.  Decode text/* parts content before displaying.
11258
11259 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11262
11263 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11266
11267         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11268         url-package-name, url-package-version,
11269         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11270         w3m-display-inline-images, and w3m-minor-mode-map.
11271
11272 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * message.el (message-tab-body-function): Fix mismatched custom type.
11275
11276         * gnus.el (gnus-group-change-level-function): Ditto.
11277
11278         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11279
11280         * gnus-art.el (gnus-signature-limit)
11281         (gnus-article-mime-part-function): Ditto.
11282
11283 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * mml.el (mml-mode): Silence the byte compiler.
11286
11287         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11288         using `(sit-for 0)' before moving the point to the specified part;
11289         skip unbuttonized parts.
11290         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11291         return to the summary window if gnus-auto-select-part is non-nil.
11292
11293 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11296         variables.
11297         (mml-dnd-attach-file, mml-mode): Use them.
11298
11299         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11300         Make fetching article by MID work again for Google Groups.  Added
11301         FIXME concerning gnus-group-make-web-group.
11302
11303         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11304         Don't depend on Gnus by using mail-extract-address-components if
11305         gnus-extract-address-components is not bound.
11306
11307 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11308
11309         * gnus-art.el (gnus-mime-display-security): Don't display the
11310         signature, but only the signed part.
11311
11312 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11315
11316         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11317         list, not listp.
11318
11319 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11320
11321         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11322         when encoding.
11323
11324         * mm-bodies.el (mm-decode-content-transfer-encoding):
11325         De-canonicalize CRLF for all text content types, not just
11326         text/plain.
11327
11328 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11331         valid article; point arrow and cursor at the MIME button.
11332
11333 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11336         Suggested by Dan Christensen <jdc@uwo.ca>.
11337
11338         * mm-decode.el (mm-save-part): Enable change of prompt.
11339
11340 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11341
11342         * gnus-msg.el (gnus-inews-add-send-actions): Made
11343         `message-post-method' lambda parameter ARG `&optional'.
11344
11345 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * gnus-sum.el (gnus-summary-mime-map): Added
11348         gnus-article-save-part-and-strip, gnus-article-delete-part and
11349         gnus-article-jump-to-part.
11350
11351         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11352         (gnus-article-edit-part): Use it.
11353         (gnus-article-part-wrapper): Added no-handle argument.
11354         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11355         functions.
11356
11357 2005-08-29  Romain Francoise  <romain@orebokech.com>
11358
11359         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11360         docstring.
11361         (gnus-face-from-file): Likewise.
11362
11363 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11366         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11367         non-nil.
11368         (gnus-auto-select-part): New variable.
11369         (gnus-article-jump-to-part): New function.
11370         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11371         (gnus-mime-delete-part): Allow selecting specified part after
11372         deleting or stripping parts.
11373         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11374         part if argument is bogus.
11375
11376 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11377
11378         * gnus-art.el (w3m-minor-mode-map):
11379         * gnus-spec.el (gnus-newsrc-file-version):
11380         * gnus-util.el (nnmail-active-file-coding-system)
11381         (gnus-original-article-buffer, gnus-user-agent):
11382         * gnus.el (gnus-ham-process-destinations)
11383         (gnus-parameter-ham-marks-alist)
11384         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11385         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11386         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11387         * mm-decode.el (gnus-current-window-configuration):
11388         * mm-extern.el (gnus-article-mime-handles):
11389         * mm-url.el (url-current-object, url-package-name)
11390         (url-package-version):
11391         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11392         (smime-keys, w3m-cid-retrieve-function-alist)
11393         (w3m-current-buffer, w3m-display-inline-images)
11394         (w3m-minor-mode-map):
11395         * mml-smime.el (gnus-extract-address-components):
11396         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11397         (gnus-newsrc-hashtb, message-default-charset)
11398         (message-deletable-headers, message-options)
11399         (message-posting-charset, message-required-mail-headers)
11400         (message-required-news-headers):
11401         * mml1991.el (mc-pgp-always-sign):
11402         * mml2015.el (mc-pgp-always-sign):
11403         * nnheader.el (nnmail-extra-headers):
11404         * rfc1843.el (gnus-decode-encoded-word-function)
11405         (gnus-decode-header-function, gnus-newsgroup-name):
11406         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11407
11408 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11409
11410         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11411         the end of the date treatments.
11412
11413 2005-08-15  Simon Josefsson  <jas@extundo.com>
11414
11415         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11416         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11417         Capello and Romain Francoise.
11418         (pgg-fetch-key-function): Removed, not used?
11419         (pgg-insert-url-with-w3): Require url, to get
11420         url-insert-file-contents regardless of where it is defined.
11421
11422 2005-08-13  Romain Francoise  <romain@orebokech.com>
11423
11424         * message.el (message-cite-original-1): New function.
11425         (message-cite-original): Use it.
11426         (message-cite-original-without-signature): Ditto.
11427
11428 2005-08-08  Romain Francoise  <romain@orebokech.com>
11429
11430         * message.el (message-yank-empty-prefix): New variable.
11431         (message-indent-citation): Use it.
11432         (message-cite-original-without-signature): Respect X-No-Archive.
11433
11434 2005-08-08  Simon Josefsson  <jas@extundo.com>
11435
11436         * pgg.el: Autoload url-insert-file-contents instead of loading
11437         w3/url.
11438         (pgg-insert-url-with-w3): Don't load url here.
11439
11440 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11441
11442         * message.el (message-kill-to-signature): Don't insert newline at
11443         bol.
11444         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11445
11446 2005-08-06  Romain Francoise  <romain@orebokech.com>
11447
11448         * message.el (message-user-fqdn): Fix typo in docstring.
11449
11450 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11451
11452         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11453
11454         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11455
11456 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * mm-bodies.el (mm-encode-body): Use coding system rather than
11459         charset to encode text.
11460
11461         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11462         number of charsets if utf-8 is available (XEmacs).
11463
11464 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11467         taken from `gnus-button-mid-or-mail-regexp'.
11468         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11469         (gnus-button-alist): Improve regexp for domain part of the MIDs
11470         for news:localpart@domain buttons.
11471         (gnus-button-ctan-directory-regexp): Update.
11472
11473 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * sieve-manage.el (sieve-manage-interactive-login): Use
11476         make-local-variable rather than make-variable-buffer-local.
11477         (sieve-manage-open): Ditto.
11478         (sieve-manage-authenticate): Ditto.
11479
11480         * mml.el (mml-generate-mime-1): Make the content type default to
11481         text/plain if the filename is not specified.
11482
11483 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11486         instead of insert-buffer.
11487
11488         * message.el (message-yank-original): Ditto; set the mark at the
11489         end of the yanked message.
11490
11491 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11494         lines to scroll rather than to stop it.
11495
11496         * mml.el (mml-generate-default-type): Add doc string.
11497         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11498         default to application/octet-stream when determining the content
11499         type if it is not specified for the part or the mml contents; add
11500         a comment about mml-generate-default-type.
11501
11502 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11505         make it default to application/octet-stream when determining the
11506         content type if it is not specified for the external contents.
11507
11508 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11511         segmented parameter but also other parameters might be there.
11512
11513 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * mm-decode.el (mm-display-external): Delete temp file, directory
11516         and buffer immediately if the external process is exited.
11517
11518 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11521         fewer lines than that of scroll-margin.
11522         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11523
11524 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * gnus-art.el (gnus-article-next-page): Revert.
11527         (gnus-article-beginning-of-window): New macro.
11528         (gnus-article-next-page-1): Use it.
11529         (gnus-article-prev-page): Ditto.
11530         (gnus-article-edit-part): Use insert-buffer-substring instead of
11531         insert-buffer.
11532         (gnus-article-edit-exit): Ditto.
11533
11534         * gnus-util.el (gnus-beginning-of-window): Remove.
11535         (gnus-end-of-window): Remove.
11536
11537         * lpath.el: Don't bind header-line-format and scroll-margin.
11538
11539 2005-07-25  Simon Josefsson  <jas@extundo.com>
11540
11541         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11542         to have the url package without w3.  Reported by Daiki Ueno
11543         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11544
11545 2005-07-20  Didier Verna  <didier@xemacs.org>
11546
11547         * gnus-diary.el: Remove the description comment (nndiary is now
11548         properly documented in the Gnus manual).
11549         Fix the spelling of "Back End".
11550         * nndiary.el: Ditto.
11551         Fix the copyright notice.
11552
11553 2005-07-18  Romain Francoise  <romain@orebokech.com>
11554
11555         * gnus-sum.el (gnus-summary-to-prefix)
11556         (gnus-summary-newsgroup-prefix): New variables.
11557         (gnus-summary-from-or-to-or-newsgroups): Use them.
11558
11559 2005-07-17  Romain Francoise  <romain@orebokech.com>
11560
11561         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11562         space as it's generally not especially interesting to the user.
11563
11564 2005-07-16  Romain Francoise  <romain@orebokech.com>
11565
11566         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11567         nil to avoid prompting and file modification if one of the
11568         messages at the top of the nnfolder file contains a copyright
11569         notice.
11570         Update copyright notice.
11571
11572         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11573         instead of `current-time-string' as the latter creates a time
11574         string that is not RFC 2822 compliant (it lacks the zone).
11575         Update copyright notice.
11576
11577 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11578
11579         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11580         for text/rtf.  Display default in prompt.  Pass default for M-n.
11581
11582         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11583
11584 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11585
11586         * gnus-msg.el (gnus-button-mailto): Remove
11587         save-selected-window-window hackery because it relies on
11588         save-selected-window internals.
11589
11590 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11593         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11594         (gnus-article-prev-page): Ditto.
11595
11596         * gnus-util.el (gnus-beginning-of-window): New function.
11597         (gnus-end-of-window): New function.
11598
11599         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11600
11601 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11602
11603         * gnus-score.el (gnus-score-edit-all-score): Set
11604         gnus-score-edit-exit-function to gnus-score-edit-done and call
11605         gnus-message.
11606
11607 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11608
11609         * gnus-msg.el (gnus-button-mailto): Remove
11610         save-selected-window-window hackery because it relies on
11611         save-selected-window internals.
11612
11613 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11616         add-minor-mode.
11617         (gnus-binary-mode): Ditto.
11618
11619         * gnus-topic.el (gnus-topic-mode): Ditto.
11620
11621 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11622
11623         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11624         (gnus-article-prev-page): Take scroll-margin into consideration.
11625
11626 2005-07-04  Lute Kamstra  <lute@gnu.org>
11627
11628         Update FSF's address in GPL notices.
11629
11630 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11631
11632         * gnus.el (gnus-exit):
11633         * gnus-group.el (gnus-group-icons):
11634         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11635
11636         * gnus-nocem.el (gnus-nocem):
11637         * message.el (message-various, message-buffers, message-sending)
11638         (message-interface, message-forwarding, message-insertion)
11639         (message-headers, message-news, message-mail):
11640         * pgg-gpg.el (pgg-gpg):
11641         * pgg-parse.el (pgg-parse):
11642         * pgg-pgp.el (pgg-pgp):
11643         * pgg-pgp5.el (pgg-pgp5):
11644         * pop3.el (pop3): Finish `defgroup' description with period.
11645
11646 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-art.el (article-display-face): Improve the efficiency.
11649         (article-display-x-face): Ditto; remove grey x-face stuff.
11650
11651 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus-art.el (article-display-face): Correct the position in
11654         which Faces are inserted.
11655
11656 2005-06-29  Didier Verna  <didier@xemacs.org>
11657
11658         * gnus-art.el (article-display-face): Display faces in correct
11659         order.
11660
11661 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11664         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11665         (gnus-nocem-check-article): Fetch the Type header.
11666         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11667         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11668         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11669         make sure gnus-nocem-hashtb is initialized.
11670         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11671         (gnus-nocem-unwanted-article-p): Ditto.
11672
11673         * pgg.el (pgg-verify): Return the verification result.
11674
11675 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11678         is ascii.
11679
11680 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11681
11682         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11683         `show-nonbreak-escape'.
11684
11685 2005-06-23  Lute Kamstra  <lute@gnu.org>
11686
11687         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11688
11689         * dig.el (dig-mode):
11690         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11691
11692 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11693
11694         * nnimap.el (nnimap-split-download-body): Fix spellings.
11695
11696 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11697
11698         * gnus-art.el (gnus-article-encrypt-body):
11699         * gnus-cus.el (gnus-score-customize):
11700         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11701         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11702
11703 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11704
11705         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11706         header by looking for magic "MII" at the beginnig.
11707
11708 2005-06-16  Miles Bader  <miles@gnu.org>
11709
11710         * gnus-xmas.el (gnus-xmas-group-startup-message):
11711         Use renamed gnus-splash face.
11712
11713         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11714         (assistant-field-face): New backward-compatibility alias for renamed
11715         face.
11716         (assistant-render-text): Use renamed assistant-field face.
11717
11718         * spam.el (spam): Remove "-face" suffix from face name.
11719         (spam-face): New backward-compatibility alias for renamed face.
11720         (spam-face, spam-initialize): Use renamed spam face.
11721
11722         * message.el (message-header-to, message-header-cc)
11723         (message-header-subject, message-header-newsgroups)
11724         (message-header-other, message-header-name)
11725         (message-header-xheader, message-separator, message-cited-text)
11726         (message-mml): Remove "-face" suffix from face names.
11727         (message-header-to-face, message-header-cc-face)
11728         (message-header-subject-face, message-header-newsgroups-face)
11729         (message-header-other-face, message-header-name-face)
11730         (message-header-xheader-face, message-separator-face)
11731         (message-cited-text-face, message-mml-face):
11732         New backward-compatibility aliases for renamed faces.
11733         (message-font-lock-keywords): Use renamed message faces.
11734
11735         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11736         (sieve-test-commands, sieve-tagged-arguments):
11737         Remove "-face" suffix from face names.
11738         (sieve-control-commands-face, sieve-action-commands-face)
11739         (sieve-test-commands-face, sieve-tagged-arguments-face):
11740         New backward-compatibility aliases for renamed faces.
11741         (sieve-control-commands-face, sieve-action-commands-face)
11742         (sieve-test-commands-face, sieve-tagged-arguments-face):
11743         Use renamed sieve faces.
11744
11745         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11746         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11747         (gnus-group-news-3-empty, gnus-group-news-4)
11748         (gnus-group-news-4-empty, gnus-group-news-5)
11749         (gnus-group-news-5-empty, gnus-group-news-6)
11750         (gnus-group-news-6-empty, gnus-group-news-low)
11751         (gnus-group-news-low-empty, gnus-group-mail-1)
11752         (gnus-group-mail-1-empty, gnus-group-mail-2)
11753         (gnus-group-mail-2-empty, gnus-group-mail-3)
11754         (gnus-group-mail-3-empty, gnus-group-mail-low)
11755         (gnus-group-mail-low-empty, gnus-summary-selected)
11756         (gnus-summary-cancelled, gnus-summary-high-ticked)
11757         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11758         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11759         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11760         (gnus-summary-low-undownloaded)
11761         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11762         (gnus-summary-low-unread, gnus-summary-normal-unread)
11763         (gnus-summary-high-read, gnus-summary-low-read)
11764         (gnus-summary-normal-read, gnus-splash):
11765         Remove "-face" suffix from face names.
11766         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11767         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11768         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11769         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11770         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11771         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11772         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11773         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11774         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11775         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11776         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11777         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11778         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11779         (gnus-summary-normal-ticked-face)
11780         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11781         (gnus-summary-normal-ancient-face)
11782         (gnus-summary-high-undownloaded-face)
11783         (gnus-summary-low-undownloaded-face)
11784         (gnus-summary-normal-undownloaded-face)
11785         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11786         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11787         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11788         (gnus-splash-face):
11789         New backward-compatibility aliases for renamed faces.
11790         (gnus-group-startup-message): Use renamed gnus faces.
11791
11792         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11793         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11794         (gnus-server-agent): Remove "-face" suffix from face names.
11795         (gnus-server-agent-face, gnus-server-opened-face)
11796         (gnus-server-closed-face, gnus-server-denied-face)
11797         (gnus-server-offline-face):
11798         New backward-compatibility aliases for renamed faces.
11799         (gnus-server-agent-face, gnus-server-opened-face)
11800         (gnus-server-closed-face, gnus-server-denied-face)
11801         (gnus-server-offline-face): Use renamed gnus faces.
11802
11803         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11804         Remove "-face" suffix from face names.
11805         (gnus-picon-xbm-face, gnus-picon-face):
11806         New backward-compatibility aliases for renamed faces.
11807
11808         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11809         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11810         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11811         (gnus-cite-11): Remove "-face" suffix from face names.
11812         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11813         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11814         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11815         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11816         New backward-compatibility aliases for renamed faces.
11817         (gnus-cite-attribution-face, gnus-cite-face-list)
11818         (gnus-article-boring-faces): Use renamed gnus faces.
11819
11820         * gnus-art.el (gnus-signature, gnus-header-from)
11821         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11822         (gnus-header-content): Remove "-face" suffix from face names.
11823         (gnus-signature-face, gnus-header-from-face)
11824         (gnus-header-subject-face, gnus-header-newsgroups-face)
11825         (gnus-header-name-face, gnus-header-content-face):
11826         New backward-compatibility aliases for renamed faces.
11827         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11828
11829         * gnus-sum.el (gnus-summary-selected-face)
11830         (gnus-summary-highlight): Use renamed gnus faces.
11831         * gnus-group.el (gnus-group-highlight): Likewise.
11832
11833 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11834
11835         * gnus-sieve.el (gnus-sieve-article-add-rule):
11836         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11837         * spam-stat.el (spam-stat-buffer-change-to-spam)
11838         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11839
11840         * message.el (message-is-yours-p):
11841         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11842
11843 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * mm-view.el (mm-inline-text): Withdraw the last change.
11846
11847 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11850         executing enriched-decode.
11851
11852 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11855         charset of tar files.
11856
11857 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11858
11859         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11860
11861 2005-06-04  Lute Kamstra  <lute@gnu.org>
11862
11863         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11864         information is never recorded.
11865
11866 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11867
11868         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11869
11870 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * pop3.el (pop3-apop): Run md5 in the binary mode.
11873
11874         * starttls.el (starttls-set-process-query-on-exit-flag):
11875         Use eval-and-compile.
11876
11877 2005-05-31  Simon Josefsson  <jas@extundo.com>
11878
11879         * smime.el (smime-replace-in-string): Define.
11880         (smime-cert-by-ldap-1): Use it.
11881
11882 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-art.el (article-display-x-face): Replace
11885         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11886
11887         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11888         set-process-query-on-exit-flag or process-kill-without-query.
11889
11890         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11891         loop instead of replace-regexp.
11892
11893         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11894         instead of process-kill-without-query if it is available.
11895
11896         * lpath.el: Fbind ldap-search-entries.
11897
11898         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11899         instead of find-file-hooks if it is available.
11900
11901         * mml1991.el: Bind pgg-default-user-id when compiling.
11902
11903         * mml2015.el: Bind pgg-default-user-id when compiling.
11904
11905         * nndraft.el (nndraft-request-associate-buffer):
11906         Use write-contents-functions instead of write-contents-hooks if it is
11907         available.
11908
11909         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11910         instead of find-file-hooks if it is available.
11911
11912         * nntp.el (nntp-open-connection): Replace
11913         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11914         (nntp-open-ssl-stream): Ditto.
11915         (nntp-open-tls-stream): Ditto.
11916
11917         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11918         set-process-query-on-exit-flag or process-kill-without-query.
11919         (starttls-open-stream-gnutls): Use it instead of
11920         process-kill-without-query.
11921         (starttls-open-stream): Ditto.
11922
11923 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11924
11925         * smime.el (smime-cert-by-ldap-1): Don't use
11926         replace-regexp-in-string.
11927
11928 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11929
11930         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11931
11932         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11933         in PEM format.  Adjust to the XEmacs compability.
11934
11935 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11938         by `string-to-number'.
11939         * gnus-agent.el (gnus-agent-regenerate-group)
11940         (gnus-agent-fetch-articles): Ditto.
11941         * gnus-art.el (gnus-button-fetch-group): Ditto.
11942         * gnus-cache.el (gnus-cache-generate-active)
11943         (gnus-cache-articles-in-group): Ditto.
11944         * gnus-group.el (gnus-group-set-current-level)
11945         (gnus-group-insert-group-line): Ditto.
11946         * gnus-score.el (gnus-score-set-expunge-below)
11947         (gnus-score-set-mark-below, gnus-summary-score-effect)
11948         (gnus-summary-score-entry): Ditto.
11949         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11950         (gnus-soup-pack): Ditto.
11951         * gnus-spec.el (gnus-xmas-format): Ditto.
11952         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11953         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11954         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11955         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11956         * nndb.el (nndb-get-remote-expire-response): Ditto.
11957         * nndiary.el (nndiary-parse-schedule-value)
11958         (nndiary-string-to-number, nndiary-request-replace-article)
11959         (nndiary-request-article): Ditto.
11960         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11961         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11962         * nneething.el (nneething-make-head): Ditto.
11963         * nnfolder.el (nnfolder-request-article)
11964         (nnfolder-retrieve-headers): Ditto.
11965         * nnheader.el (nnheader-file-to-number): Ditto.
11966         * nnkiboze.el (nnkiboze-request-article): Ditto.
11967         * nnmail.el (nnmail-process-unix-mail-format)
11968         (nnmail-process-babyl-mail-format): Ditto.
11969         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11970         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11971         (nnmh-request-create-group, nnmh-request-list-1)
11972         (nnmh-request-group, nnmh-request-article): Ditto.
11973         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11974         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11975         * nnsoup.el (nnsoup-make-active): Ditto.
11976         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11977         * nntp.el (nntp-find-group-and-number)
11978         (nntp-retrieve-headers-with-xover): Ditto.
11979         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11980         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11981         (pgg-format-key-identifier): Ditto.
11982         * pop3.el (pop3-last, pop3-stat): Ditto.
11983         * qp.el (quoted-printable-decode-region): Ditto.
11984
11985         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11986         of concat.
11987
11988 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11991
11992         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11993
11994         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11995
11996         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11997
11998         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11999
12000         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12001
12002         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12003         (gnus-carpal-mode): Ditto.
12004
12005         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12006         (gnus-browse-mode): Ditto.
12007
12008         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12009
12010         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12011
12012 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12013
12014         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12015
12016 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-util.el (gnus-run-mode-hooks): New function.
12019
12020         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12021
12022         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12023         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12024
12025 2005-05-27  Lute Kamstra  <lute@gnu.org>
12026
12027         * dns-mode.el (dns-mode): Specify customization group.
12028
12029 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12030
12031         * gnus-agent.el (gnus-agent-make-mode-line-string):
12032         Use mode-line-highlight as mouse-face.
12033
12034 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * canlock.el (canlock): Change the parent group to news.
12037
12038         * deuglify.el (gnus-outlook-deuglify): Add :group.
12039
12040         * dig.el (dig): Add :group.
12041
12042         * dns-mode.el (dns-mode): Add :group.
12043
12044         * encrypt.el (encrypt): Add :group.
12045
12046         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12047         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12048         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12049         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12050         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12051
12052         * gnus-diary.el (gnus-diary): Add :group.
12053
12054         * gnus.el (gnus-group-news-1-face): Add :group.
12055         (gnus-group-news-1-empty-face): Ditto.
12056         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12057         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12058         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12059         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12060         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12061         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12062         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12063         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12064         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12065         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12066         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12067         (gnus-summary-high-ticked-face): Ditto.
12068         (gnus-summary-low-ticked-face): Ditto.
12069         (gnus-summary-normal-ticked-face): Ditto.
12070         (gnus-summary-high-ancient-face): Ditto.
12071         (gnus-summary-low-ancient-face): Ditto.
12072         (gnus-summary-normal-ancient-face): Ditto.
12073         (gnus-summary-high-undownloaded-face): Ditto.
12074         (gnus-summary-low-undownloaded-face): Ditto.
12075         (gnus-summary-normal-undownloaded-face): Ditto.
12076         (gnus-summary-high-unread-face): Ditto.
12077         (gnus-summary-low-unread-face): Ditto.
12078         (gnus-summary-normal-unread-face): Ditto.
12079         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12080         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12081
12082         * hashcash.el (hashcash): New custom group.
12083         (hashcash-default-payment): Add :group.
12084         (hashcash-payment-alist): Ditto.
12085         (hashcash-default-accept-payment): Ditto.
12086         (hashcash-accept-resources): Ditto.
12087         (hashcash-path): Ditto.
12088         (hashcash-extra-generate-parameters): Ditto.
12089         (hashcash-double-spend-database): Ditto.
12090         (hashcash-in-news): Ditto.
12091
12092         * message.el (message-minibuffer-local-map): Add :group.
12093
12094         * netrc.el (netrc): Add :group.
12095
12096         * sieve-manage.el (sieve-manage-log): Add :group.
12097         (sieve-manage-default-user): Diito.
12098         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12099         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12100         (sieve-manage-authenticators): Ditto.
12101         (sieve-manage-authenticator-alist): Ditto.
12102         (sieve-manage-default-port): Ditto.
12103
12104         * sieve-mode.el (sieve-control-commands-face): Add :group.
12105         (sieve-action-commands-face): Ditto.
12106         (sieve-test-commands-face): Ditto.
12107         (sieve-tagged-arguments-face): Ditto.
12108
12109         * smime.el (smime): Add :group.
12110
12111         * spam-report.el (spam-report): Add :group.
12112
12113         * spam.el (spam, spam-face): Add :group.
12114
12115 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116
12117         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12118         return \n.\n.\n at the end of articles.  Protect against that.
12119         (nntp-with-open-group): Allow debugging.
12120
12121         * nnheader.el (mail-header-set-extra): Make into a function
12122         because I just could't understand how to quote the list properly.
12123
12124         * dns.el (query-dns-cached): New function.
12125
12126 2005-05-26  Lute Kamstra  <lute@gnu.org>
12127
12128         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12129
12130 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12133
12134         * gnus-art.el: Don't autoload mail-extract-address-components.
12135
12136         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12137         eval-and-compile to evaluate it.
12138
12139         * hashcash.el: Don't autoload executable-find.
12140
12141         * nndb.el: Don't declare the nndb back end two or more times; don't
12142         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12143
12144         * nntp.el: Autoload format-spec instead of format; use
12145         eval-and-compile to evaluate autoload forms.
12146
12147 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12148
12149         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12150
12151 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * gnus.el (gnus-version-number): Bump version.
12154
12155 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12156
12157         * gnus.el: No Gnus v0.3 is released.
12158
12159 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12160
12161         * lpath.el (featurep): Bind show-nonbreak-escape.
12162
12163 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-art.el (gnus-article-edit-part): Disable undo.
12166
12167 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12170         gnus-article-date-lapsed-new-header is t if date timer is active;
12171         skip headers in which the original date value is empty.
12172         (gnus-article-save-original-date): Redefine it as a macro.
12173         (gnus-display-mime): Use it.
12174
12175 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-art.el (article-date-ut): Support converting date in
12178         forwarded parts as well.
12179         (gnus-article-save-original-date): New function.
12180         (gnus-display-mime): Use it.
12181
12182 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12183
12184         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12185         enclosure element of <item>.
12186
12187 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * message.el (message-kill-buffer-query): Renamed from
12190         `message-kill-buffer-query-if-modified'.  Added :version.
12191
12192 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12195         window layout.
12196
12197 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * mml.el: Autoload dnd when compiling.
12200
12201 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12204         x-dnd-*.
12205
12206 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * qp.el (quoted-printable-encode-region): Save excursion.
12209
12210 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12211
12212         * message.el (message-kill-buffer-query-if-modified): Add new variable
12213         so the user can kill a modified message buffer quickly.
12214         (message-kill-buffer): Use it.
12215
12216 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * lpath.el: Fbind display-time-event-handler; don't fbind
12219         string-to-multibyte.
12220
12221         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12222
12223 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12226         contained in text because xml.el decodes entities) with LFs.
12227
12228 2005-04-11  Lute Kamstra  <lute@gnu.org>
12229
12230         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12231         differently.
12232
12233 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12234
12235         * mm-util.el (mm-detect-coding-region): Typo.
12236
12237 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12240
12241 2005-04-06  Deepak Goel  <deego@gnufans.org>
12242
12243         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12244         user-function allow user modifications of the scores.
12245         (spam-stat-score-buffer-user): New function, to allow
12246         user-computed modifications to the score.
12247         (spam-stat-score-buffer-user-functions): List of additional
12248         scoring functions.
12249         (spam-stat-error-holder): Global temporary error holder.
12250         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12251         variable.
12252
12253 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12254
12255         * gnus-registry.el (gnus-registry-clean-empty-function)
12256         (gnus-registry-trim, gnus-registry-fetch-groups)
12257         (gnus-registry-delete-group): Groups that match
12258         `gnus-registry-ignored-groups' are removed from the registry
12259         entries, not just ignored for splitting.  This helps clean up the
12260         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12261         to get all the groups a message ID is in.
12262
12263         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12264         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12265         (spam-stat-score-buffer-user-functions): Add :number custom type.
12266
12267 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12270         argument in XEmacs.
12271
12272         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12273         (nnrss-request-group): Decode group name first.
12274         (nnrss-request-article): Make a text/plain article if mml-to-mime
12275         failed.
12276         (nnrss-get-encoding): Return a compatible encoding according to
12277         nnrss-compatible-encoding-alist.
12278         (nnrss-find-el): Use consp instead of listp.
12279         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12280
12281 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12284         which Emacs 20 doesn't support.
12285         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12286
12287 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12290         silence the byte compiler inside the defun.
12291
12292         * gnus-demon.el (parse-time-string): Add autoload.
12293
12294         * gnus-delay.el (parse-time-string): Add autoload.
12295
12296         * gnus-art.el (parse-time-string): Add autoload.
12297
12298         * nnultimate.el (parse-time): Require for `parse-time-string'.
12299
12300 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12303
12304         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12305
12306         * smime.el (smime-ldap-host-list): Add :version.
12307
12308 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12311         pass it to `gnus-browse-read-group'.
12312         (gnus-browse-read-group): Add NUMBER argument and pass it to
12313         `gnus-group-read-ephemeral-group'.
12314
12315         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12316         argument and pass it to `gnus-group-read-group'.
12317
12318 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12319
12320         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12321         mm-xemacs-find-mime-charset-1 if we have the mule feature
12322         available at runtime.
12323
12324 2005-03-25  Werner Lemberg  <wl@gnu.org>
12325
12326         * nnmaildir.el: Replace `illegal' with `invalid'.
12327
12328 2005-03-23  Lute Kamstra  <lute@gnu.org>
12329
12330         * time-date.el: Add comment on time value formats.
12331         Don't require parse-time.
12332         (with-decoded-time-value): New macro.
12333         (encode-time-value): New function.
12334         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12335         (days-to-time): Return a valid time value when arg is huge.
12336         (time-since): Use time-subtract.
12337         (time-to-number-of-days): Use time-to-seconds.
12338
12339 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12340
12341         * gnus-start.el (gnus-display-time-event-handler):
12342         Check display-time-timer at runtime rather than only at load time
12343         in case display-time-mode is turned off in the mean time.
12344
12345 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12348         used.
12349
12350         * nneething.el (nneething-map-file-directory): Derive from
12351         `gnus-directory'.
12352
12353         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12354         the To/Cc button.
12355
12356 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * nnmaildir.el (nnmaildir-request-accept-article):
12359         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12360
12361 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12362
12363         * gnus-async.el: Require timer-funcs at compile time when in
12364         XEmacs for `run-with-idle-timer'.
12365
12366 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12367
12368         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12369         autoloaded function.
12370
12371 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12372
12373         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12374
12375 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12376
12377         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12378
12379 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12380
12381         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12382         gnus-expert-user to default.
12383
12384 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12385
12386         * nnimap.el (nnimap-open-server): Ditto.
12387
12388         * imap.el (imap-authenticate): Fix typo.
12389
12390 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12391
12392         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12393         buffer (since IMAP server might return FETCH response out of
12394         order, and the nntp buffer must be sorted).
12395
12396 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12397
12398         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12399         comparison on string.
12400
12401         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12402         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12403         (gnus-agent-summary-fetch-series): Modified to protect against
12404         gnus-agent-summary-fetch-group clearing processable flags.
12405         (gnus-agent-synchronize-group-flags): Update live group buffer as
12406         synchronization may occur due to the user toggle the plugged
12407         status.
12408         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12409         successfully downloaded.
12410         (gnus-agent-expire-group-1): Avoid using markers when the overview
12411         is in ascending order; greatly improves performance.
12412         (gnus-agent-regenerate-group): Use
12413         gnus-agent-synchronize-group-flags to reset read status in both
12414         gnus and server.
12415         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12416
12417 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * message.el: Don't autoload former message-utils variables.
12420         (message-strip-subject-trailing-was): Change doc string.
12421
12422         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12423         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12424         (nnweb-google-search): Add "hl=en" here.
12425         (nnweb-google-parse-1, nnweb-google-create-mapping):
12426         Don't hardcode URL.
12427
12428 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * message.el (message-get-reply-headers, message-followup):
12431         Mention related variables `message-use-followup-to' and
12432         `message-use-mail-followup-to', in the information buffer.
12433
12434         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12435         of broken groups(-beta).google.com.
12436
12437 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12438
12439         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12440         parameter to invoked gnus-request-move-article; remove the
12441         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12442         all at once instead of once per article.
12443         (gnus-summary-remove-process-mark): Accept a list of articles as
12444         well as a single article for processing.
12445
12446         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12447         parameter.
12448
12449         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12450
12451         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12452
12453         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12454         parameter.
12455
12456         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12457         parameter.
12458
12459         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12460         parameter and remove the gnus-sum-hint-move-is-internal variable.
12461
12462         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12463         parameter.
12464
12465         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12466         parameter.
12467
12468         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12469         parameter.
12470
12471         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12472
12473         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12474         parameter.
12475
12476         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12477         parameter.
12478
12479 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12480
12481         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12482         a more conservative way.
12483
12484 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12485
12486         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12487         buffer, so it moves the window's cursor.
12488
12489 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12490
12491         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12492         `mm-dissect-multipart' and receive the from field as an (optional)
12493         argument from `mm-dissect-multipart'.
12494         (mm-dissect-multipart): Receive the from field as an argument and
12495         pass it on when we call `mm-dissect-buffer' on MIME parts.
12496         Fixes verification/decryption of signed/encrypted MIME parts.
12497
12498 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12499
12500         * gnus-sum.el (gnus-summary-move-article): Set
12501         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12502         whatever it calls (right now, only nnimap-request-move article
12503         respects it).
12504
12505         * nnimap.el (nnimap-request-move-article): When
12506         gnus-sum-hint-move-is-internal is set, don't do the extra
12507         nnimap-request-article.
12508
12509 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12512
12513         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12514         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12515
12516         * gnus-sum.el (gnus-summary-caesar-message):
12517         Apply `gnus-treat-article' after rotation.
12518
12519         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12520         doc string.
12521
12522 2005-02-22  Simon Josefsson  <jas@extundo.com>
12523
12524         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12525         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12526         <arne@arnested.dk>.
12527         (encrypt): Add password-cache and password-cache-expiry as group
12528         members.
12529
12530 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12531
12532         * smime.el (smime-ldap-host-list): Doc fix.
12533         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12534         cache) password.
12535         (smime-sign-region): Use it.
12536         (smime-decrypt-region): Use it.
12537         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12538         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12539         fails.
12540         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12541         certificate from DER to PEM format rather than calling openssl.
12542
12543         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12544
12545         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12546         for signing/encryption.
12547
12548         * mml.el (mml-parse-1): Use them.
12549
12550 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12551
12552         * nnrss.el (nnrss-verbose): Removed.
12553         (nnrss-request-group): Use `nnheader-message' instead.
12554
12555 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12556
12557         * nnrss.el (nnrss-verbose): New variable.
12558         (nnrss-request-group): Make it say nnrss is requesting a group.
12559
12560 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12563         Handle news URL with given port correctly.
12564
12565 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12568         containing special characters.
12569
12570         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12571
12572         * mml.el (mime-to-mml): Ditto.
12573
12574         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12575         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12576         (rfc2047-decode-region): Quote decoded words containing special
12577         characters when rfc2047-quote-decoded-words-containing-tspecials
12578         is non-nil.
12579
12580 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12581
12582         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12583
12584         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12585
12586 2005-02-15  Simon Josefsson  <jas@extundo.com>
12587
12588         * nnimap.el (nnimap-debug): Doc fix.
12589
12590         * imap.el (imap-debug): Doc fix.
12591
12592 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12595
12596 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12597
12598         * gnus.el (spam-contents): Improve docs for spam-contents
12599         parameter in its variable incarnation.
12600
12601 2005-02-14  Simon Josefsson  <jas@extundo.com>
12602
12603         * smime-ldap.el: Use require instead of load-library for ldap.
12604         (smime-ldap-search): Indent.
12605         (smime-ldap-search-internal): Shorten line.
12606
12607         * smime.el (smime-cert-by-dns): Add doc-string.
12608         (smime-cert-by-ldap-1): Indent.
12609
12610         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12611         mml-smime-get-dns-ldap.
12612         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12613
12614 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12615
12616         * smime.el: Require smime-ldap.
12617         (smime-ldap-host-list): New variable.
12618         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12619
12620         * mml-smime.el (mml-smime-encrypt-query): New function.
12621         (mml-smime-encrypt-query): Use it.
12622
12623         * smime-ldap.el: New file.
12624
12625 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12628
12629 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12632         argument in doc string.  Make query for type more clear.
12633
12634 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus.el (gnus-group-startup-message): Search for gnus images in
12637         etc/images/gnus.
12638         * mm-util.el (mm-image-load-path): Likewise.
12639         * smiley.el (smiley-data-directory): Search for smilies in
12640         etc/images/smilies.
12641
12642 2005-02-09  Kim F. Storm  <storm@cua.dk>
12643
12644         Change Emacs release version from 21.4 to 22.1 throughout.
12645         Change Emacs development version from 21.3.50 to 22.0.50.
12646
12647 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12650
12651         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12652         non-Mule XEmacs as well.
12653         (mm-decompress-buffer): Signal an error intentionally if it does
12654         not decompress compressed data because auto-compression-mode is
12655         disabled.
12656
12657 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12660         an ID in the registry even if it has no groups.
12661
12662 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12665         merge it into mm-decompress-buffer.
12666         (gnus-mime-copy-part): Use the MIME part charset, the value which
12667         a user specified or gnus-newsgroup-charset for decoding, like
12668         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12669         save-buffer what was used.  Suggested by Kevin Ryde
12670         <user42@zip.com.au>.
12671         (gnus-mime-inline-part): Allow the name parameter as well as the
12672         filename parameter; force decompressing of compressed data; always
12673         display contents being not decoded as unibyte.
12674
12675         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12676         as well as the filename parameter.
12677
12678         * mm-util.el (mm-decompress-buffer): Merge
12679         gnus-mime-jka-compr-maybe-uncompress.
12680         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12681         of compressed data.
12682
12683 2005-02-08  Simon Josefsson  <jas@extundo.com>
12684
12685         * imap.el (imap-log): Doc fix.
12686
12687 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12690         the coding cookies; decompress compressed parts.
12691
12692         * mml.el (mml-generate-mime-1): Add the charset parameter according
12693         to the value which a user specified manually or the coding cookie.
12694
12695         * mm-util.el (mm-string-to-multibyte): New function.
12696         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12697         (mm-coding-system-to-mime-charset): New function.
12698         (mm-decompress-buffer): New function.
12699         (mm-find-buffer-file-coding-system): New function.
12700
12701         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12702         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12703         parts.
12704
12705 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12706
12707         * mm-view.el (mm-display-inline-fontify): Decode a part according
12708         to the charset parameter.
12709
12710 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12713         prefix arg is neither nil nor a number, as info specifies.
12714
12715 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12718         timestamps.
12719
12720 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12721
12722         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12723         groups error checking and notify user.
12724
12725 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12726
12727         * message.el (message-send-mail-function): Check existence of
12728         sendmail-program first before using default value
12729         `message-send-mail-with-sendmail'.  Otherwise use more generic
12730         `smtpmail-send-it'.
12731
12732 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * nntp.el (nntp-request-update-info): Always return nil.
12735
12736 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12737
12738         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12739
12740 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12741
12742         * message.el (message-beginning-of-line): Change the behavior when
12743         invoked between BOL and : so that it first moves backward.
12744
12745 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12748         article buffer when editing of the article is discarded.
12749         (gnus-article-prepare): Revert.
12750
12751 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * gnus-art.el (gnus-article-prepare):
12754         Remove message-strip-forbidden-properties from the local hook.
12755
12756 2005-01-27  Simon Josefsson  <jas@extundo.com>
12757
12758         * password.el (password-cache-add): Only start one timer per key.
12759         Reported by Derek Atkins <warlord@MIT.EDU>.
12760
12761 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12762
12763         * run-at-time.el: Removed.  It is no longer needed as
12764         timer-funcs.el in the xemacs-base package has a working version of
12765         `run-at-time'.
12766
12767         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12768
12769         * password.el: Require timer-funcs instead of run-at-time in
12770         XEmacs.
12771         Remove `password-run-at-time' macro.
12772         (password-cache-add): Use `run-at-time' instead of
12773         `password-run-at-time'.
12774
12775         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12776         Remove `nnheader-cancel-function-timers' alias,
12777         `cancel-function-timers' exists in XEmacs in timer-funcs.
12778
12779         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12780         for `run-with-idle-timer'.
12781
12782         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12783         for `run-at-time'.
12784
12785         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12786         for `with-timeout'.
12787
12788         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12789         the same as for XEmacs 21.4.
12790         No need to ignore `run-with-idle-timer', this function exists in
12791         XEmacs now in timer-funcs.el in the xemacs-base package.
12792         (dgnushack-compile): No need to delete
12793         run-at-time.el from the list of files to compile because it
12794         doesn't exist anymore.
12795
12796 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12799         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12800
12801 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12802
12803         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12804         sensitively.
12805
12806 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12807
12808         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12809
12810 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12813         which will be inserted according to the multibyteness of a buffer
12814         rather than the type of contents.  Suggested by ARISAWA Akihiro
12815         <ari@mbf.ocn.ne.jp>.
12816
12817         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12818         of string which old xml.el may return rather than a string.
12819
12820 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12823
12824 2005-01-16  Simon Josefsson  <jas@extundo.com>
12825
12826         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12827         idn/idna.el isn't available.
12828         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12829         <michael@waxrat.com>.
12830
12831         * hashcash.el: Remove non-FSF copyright header.
12832
12833         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12834         (hashcash-generate-payment): Use it.
12835         (hashcash-generate-payment-async): Use it.
12836
12837 2005-01-15  Simon Josefsson  <jas@extundo.com>
12838
12839         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12840         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12841
12842         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12843         gnus-summary-idna-message.
12844         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12845         (gnus-summary-idna-message): New function.
12846
12847 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12850         gnus-novice-user.
12851
12852 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * nnrss.el (nnrss-request-delete-group): Delete entries in
12855         nnrss-group-alist as well.
12856         (nnrss-save-server-data): Insert newline.
12857
12858 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * gnus.el (gnus-user-agent): Use list of symbols instead of
12861         symbols.  Display full version number for (S)XEmacs.  Optionally
12862         display (S)XEmacs codename.
12863
12864         * gnus-util.el (gnus-emacs-version): Update for new
12865         `gnus-user-agent'.
12866
12867         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12868         Gnus version.
12869
12870 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12873         which is unreadable in some setups.
12874
12875 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-spec.el (gnus-update-format-specifications): Flush the
12878         group format spec cache if it doesn't support decoded group names.
12879
12880 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12883         Allow to apply decay on score files matching a regexp.
12884
12885 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12888         compatibility in %g and %c.
12889
12890 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12893         name for only %g and %c.
12894         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12895         of gnus-tmp-group to decoded group name.
12896         (gnus-group-make-rss-group): Exclude `/'s from group names.
12897
12898 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * nnrss.el (nnrss-get-encoding): Fix regexp.
12901
12902 2004-12-27  Simon Josefsson  <jas@extundo.com>
12903
12904         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12905         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12906         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12907
12908 2004-12-17  Kim F. Storm  <storm@cua.dk>
12909
12910         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12911
12912         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12913
12914 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12915
12916         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12917
12918 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * nnrss.el: Require rfc2047 and mml.
12921         (nnrss-file-coding-system): New variable.
12922         (nnrss-format-string): Redefine it as an inline function.
12923         (nnrss-decode-group-name): New function.
12924         (nnrss-string-as-multibyte): Remove.
12925         (nnrss-retrieve-headers): Decode group name; don't use
12926         nnrss-format-string.
12927         (nnrss-request-group): Decode group name.
12928         (nnrss-request-article): Decode group name; allow a Message-ID as
12929         well as an article number; don't use nnrss-format-string; encode a
12930         Message-ID string which may contain non-ASCII characters; use
12931         mml-to-mime to compose a MIME article.
12932         (nnrss-request-expire-articles): Decode group name.
12933         (nnrss-request-delete-group): Decode group name.
12934         (nnrss-fetch): Clarify error message.
12935         (nnrss-read-server-data): Use insert-file-contents instead of load;
12936         bind file-name-coding-system; use multibyte buffer.
12937         (nnrss-save-server-data): Bind coding-system-for-write to the
12938         value of nnrss-file-coding-system; bind file-name-coding-system;
12939         add coding cookie.
12940         (nnrss-read-group-data): Use insert-file-contents instead of load;
12941         bind file-name-coding-system; use multibyte buffer.
12942         (nnrss-save-group-data): Bind coding-system-for-write to the
12943         value of nnrss-file-coding-system; bind file-name-coding-system.
12944         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12945         make it work with non-ASCII text.
12946         (nnrss-find-el): Make it work with old xml.el as well.
12947
12948 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12949
12950         * nnrss.el (nnrss-get-encoding): New function.
12951         (nnrss-fetch): Use unibyte buffer initially; bind
12952         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12953         decode contents according to the encoding attribute.
12954         (nnrss-save-group-data): Add coding cookie.
12955         (nnrss-mime-encode-string): New function.
12956         (nnrss-check-group): Use it to encode subject and author.
12957
12958 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12959
12960         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12961         imaginary variable.
12962
12963 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12966         correctly even if there are wide characters.
12967
12968 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12969
12970         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12971         downcased symbol names; make a new cache instead of reusing
12972         bbdb-hashtable.
12973
12974 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12977         concatenating segments rather than before concatenating them.
12978         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12979
12980         * message.el (message-get-reply-headers): Bind `extra'.
12981
12982 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12983
12984         * message.el (message-extra-wide-headers): New variable.
12985         (message-get-reply-headers): Use it.
12986
12987 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12990         (gnus-agent-group-pathname): Ditto.
12991
12992         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12993
12994         * gnus-group.el (gnus-group-make-group): Decode group name.
12995         (gnus-group-make-rss-group): Register the group data after opening
12996         the nnrss group.
12997
12998 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12999
13000         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13001         by expiry now get marked as read.
13002
13003 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13006
13007 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13008
13009         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13010         unify Latin characters in XEmacs.
13011         (mm-find-mime-charset-region): Use it.
13012
13013 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-util.el (gnus-delete-directory): New function.
13016
13017         * gnus-agent.el (gnus-agent-delete-group): Use it.
13018
13019         * gnus-cache.el (gnus-cache-delete-group): Use it.
13020
13021 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13024         names.
13025
13026 2004-12-16  Simon Josefsson  <jas@extundo.com>
13027
13028         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13029
13030 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13033
13034         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13035         (gnus-group-set-current-level): Decode group name.
13036
13037 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13038
13039         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13040         failed.
13041
13042 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * gnus-group.el (gnus-group-delete-group): Decode group name.
13045         (gnus-group-make-rss-group): Encode group name.
13046         (gnus-group-catchup-current): Decode group name.
13047         (gnus-group-kill-group): Decode group name.
13048
13049 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13050
13051         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13052
13053 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * gnus-group.el (gnus-group-make-rss-group):
13056         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13057
13058         * gnus-start.el (gnus-setup-news): Honor user's setting to
13059         gnus-message-archive-method.  Suggested by Lute Kamstra
13060         <lute@gnu.org>.
13061
13062 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13063
13064         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13065         global counterparts of the buffer-local variables.
13066
13067 2004-11-16  Romain Francoise  <romain@orebokech.com>
13068
13069         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13070         counterparts of the buffer-local variables.
13071
13072 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * message.el (message-forbidden-properties): Fixed typo in doc
13075         string.
13076
13077 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13078
13079         * gnus-util.el (gnus-replace-in-string): Added doc string.
13080
13081         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13082         to avoid problems when splitting mails with many recipients.
13083
13084 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13085
13086         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13087         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13088
13089 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13090
13091         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13092         if there is no hashtable in memory or file modification time is
13093         newer than cached timestamp.
13094
13095 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13098         not-matching option.
13099
13100 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13103         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13104         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13105         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13106         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13107         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13108
13109 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * message.el (message-forward-make-body-mml): Remove headers
13112         according to message-forward-ignored-headers if a message is decoded.
13113
13114 2004-12-02  Romain Francoise  <romain@orebokech.com>
13115
13116         * message.el (message-forward-make-body-plain): Always remove
13117         headers according to message-forward-ignored-headers.
13118
13119 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13120
13121         * spam.el (spam-summary-prepare-exit): Remove the
13122         gnus-summary-limit pop for now, it has problems with ham marks for
13123         me.
13124
13125 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13126
13127         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13128         correctly.
13129
13130 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13131
13132         * format-spec.el (format-spec): Message the char.
13133
13134 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * gnus-art.el (gnus-split-methods): Reformat comments.
13137
13138         * spam.el (spam-summary-prepare-exit): Remove article limits
13139         before exiting the summary buffer.
13140
13141 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13144         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13145
13146         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13147         order to silence the byte compiler.
13148
13149         * spam.el: Fix the way to silence the byte compiler, which
13150         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13151         bbdb-search-simple, spam-BBDB-register-routine,
13152         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13153         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13154         spam-stat-buffer-is-spam, spam-stat-load,
13155         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13156         spam-stat-save and spam-stat-split-fancy.
13157
13158 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13161         which may confuse users.
13162         (canlock-password-for-verify): Ditto.
13163
13164         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13165
13166         * gnus-art.el (gnus-emphasis-alist): Ditto.
13167
13168         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13169
13170         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13171
13172         * gnus-start.el (gnus-save-killed-list): Ditto.
13173
13174         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13175         (gnus-sum-thread-tree-root): Ditto.
13176         (gnus-sum-thread-tree-false-root): Ditto.
13177         (gnus-sum-thread-tree-single-indent): Ditto.
13178
13179         * message.el (message-courtesy-message): Ditto.
13180         (message-archive-note): Ditto.
13181         (message-subscribed-address-file): Ditto.
13182         (message-user-fqdn): Ditto.
13183
13184         * spam-report.el (spam-report-gmane-regex): Ditto.
13185
13186         * spam.el (spam-blackhole-good-server-regex): Ditto.
13187
13188 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * mml.el (mml-preview): Widen the message buffer before copying
13191         the contents to the preview buffer; sort headers before previewing.
13192
13193         * message.el (message-hidden-headers): Fix the way to avoid a bug
13194         in the `repeat' widget in Emacs 21.3 or earlier.
13195
13196 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * message.el (message-hidden-headers): Default to "^References:".
13199         Improve customization type.  Suggested by Reiner Steib
13200         <Reiner.Steib@gmx.de>.
13201
13202 2004-11-25  Romain Francoise  <romain@orebokech.com>
13203
13204         * message.el (message-strip-forbidden-properties): Remove check for
13205         obsolete `message-hidden' text property, hidden headers are not
13206         accessible in the buffer anymore.
13207
13208 2004-11-22  Romain Francoise  <romain@orebokech.com>
13209
13210         * message.el (message-header-format-alist): Add `From' in list
13211         so that it can be sorted.
13212         (message-fix-before-sending): Widen and sort headers before
13213         sending.
13214         (message-hide-headers): Use narrowing to hide headers by moving
13215         them to the top of the buffer and narrowing to the region
13216         underneath.
13217
13218 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13219
13220         * message.el (message-strip-forbidden-properties): Bind
13221         buffer-read-only (etc) to nil.
13222
13223 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13226         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13227
13228 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13229
13230         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13231
13232 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13233
13234         * dns.el (query-dns): Use sit-for to time instead of
13235         accept-process-output, since that doesn't seem to work on udp
13236         sockets.
13237
13238 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13241
13242 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13243
13244         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13245         doc string.  Improve doc string.
13246
13247 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * nntp.el (nntp-request-update-info): Return nil if
13250         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13251         may not call gnus-activate-group which uselessly issues the GROUP
13252         commands for all nntp groups and wastes time.  Reported by Romain
13253         Francoise <romain@orebokech.com>.
13254
13255         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13256
13257 2004-11-15  Simon Josefsson  <jas@extundo.com>
13258
13259         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13260         headers separately.
13261         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13262         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13263
13264 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * gnus-start.el (gnus-convert-old-newsrc):
13267         Assign legacy-gnus-agent to 5.10.7.
13268
13269 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13270
13271         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13272         start of the lines.
13273
13274 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13275
13276         * hashcash.el (hashcash-default-payment): Change default to 20.
13277         (hashcash-default-accept-payment): Change default to 20.
13278         (hashcash-process-alist): New variable.
13279         (hashcash-generate-payment-async): Add.
13280         (hashcash-already-paid-p): Add.
13281         (hashcash-insert-payment): Don't generate payments twice.
13282         (hashcash-insert-payment-async): Add.
13283         (hashcash-insert-payment-async-2): Add.
13284         (hashcash-cancel-async): Add.
13285         (hashcash-wait-async): Add.
13286         (hashcash-processes-running-p): Add.
13287         (hashcash-wait-or-cancel): Add.
13288         (mail-add-payment): New optional argument.  Conditionally start
13289         asynchronous calculation.
13290         (mail-add-payment-async): Add.
13291
13292         * message.el (message-send-mail): Wait for asynchronous hashcash
13293         results.  Don't clobber existing X-Hashcash headers.
13294         (message-setup-1): Call mail-add-payment-async when
13295         message-generate-hashcash is non-nil.
13296
13297 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13298
13299         * message.el (message-use-alternative-email-as-from): Examine the
13300         From header as well; use message-make-from in order to include a
13301         user's full name.
13302
13303 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13306         default; improve customization type.
13307         (gnus-emphasis-custom-with-format): New macro.
13308         (gnus-emphasis-custom-value-to-external): New function.
13309         (gnus-emphasis-custom-value-to-internal): New function.
13310
13311 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13312
13313         * dns.el (query-dns): Resolve reverse addresses.
13314
13315 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13316
13317         * gnus-group.el (gnus-group-get-new-news): Use it.
13318
13319         * gnus-start.el (gnus-check-reasonable-setup): New function.
13320
13321 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13324         "Args out of range" error.  Reported by Arnaud Giersch
13325         <arnaud.giersch@free.fr>.
13326
13327 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13328
13329         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13330
13331 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13332
13333         * spam.el (spam group): Add :version.
13334
13335         * pgg-def.el (pgg group): Add :version.
13336
13337 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * gnus-art.el (gnus-article-edit-article): Don't associate the
13340         article buffer with a draft file.  This is a temporary measure
13341         against the 2004-08-22 change to gnus-article-edit-mode.
13342
13343 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13346         (html2text-format-tags): Remove unused variable `attr'.
13347
13348 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13351
13352         * tls.el (tls-process-connection-type, tls-success)
13353         (tls-certtool-program): Add :version.
13354
13355         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13356         (starttls-extra-arguments, starttls-process-connection-type)
13357         (starttls-connect, starttls-failure, starttls-success): Add :version.
13358
13359         * spam-stat.el (spam-stat): Add :version.
13360
13361         * sieve.el (sieve): Add :version.
13362
13363         * sha1.el (sha1): Add :version.
13364         (sha1-use-external): Remove redundant version.
13365
13366         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13367         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13368         (nnmail-split-fancy-match-partial-words)
13369         (nnmail-split-lowercase-expanded): Add :version.
13370
13371         * nndiary.el (nndiary): Add :version.
13372
13373         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13374
13375         * mml-sec.el (mml-default-sign-method)
13376         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13377         Add :version.
13378
13379         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13380
13381         * mm-url.el (mm-url-use-external, mm-url-program)
13382         (mm-url-arguments): Add :version.
13383
13384         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13385         (mm-attachment-file-modes, mm-decrypt-option)
13386         (mm-w3m-safe-url-regexp): Add :version.
13387
13388         * message.el (message-cite-prefix-regexp)
13389         (message-sendmail-envelope-from, message-minibuffer-local-map)
13390         (message-user-fqdn, message-completion-alist): Add :version.
13391
13392         * gnus-win.el (gnus-configure-windows-hook)
13393         (gnus-use-frames-on-any-display): Add :version.
13394
13395         * gnus-art.el (gnus-article-address-banner-alist)
13396         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13397         (gnus-treat-from-picon, gnus-treat-mail-picon)
13398         (gnus-treat-x-pgp-sig): Add :version.
13399
13400         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13401         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13402         (gnus-summary-article-delete-hook)
13403         (gnus-summary-display-while-building): Add :version.
13404
13405         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13406         (gnus-get-top-new-news-hook): Add :version.
13407
13408         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13409         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13410
13411         * gnus-registry.el (gnus-registry): Add :version.
13412
13413         * gnus-spec.el (gnus-use-correct-string-widths)
13414         (gnus-make-format-preserve-properties): Add :version.
13415
13416         * gnus.el (gnus-group-charter-alist)
13417         (gnus-group-fetch-control-use-browse-url)
13418         (gnus-install-group-spam-parameters): Add :version.
13419
13420         * gnus-diary.el (gnus-diary): Add :version.
13421
13422         * gnus-delay.el (gnus-delay): Add :version.
13423
13424         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13425         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13426         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13427         Add :version.
13428
13429         * gnus-agent.el (gnus-agent-max-fetch-size)
13430         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13431         (gnus-agent-prompt-send-queue): Add :version.
13432
13433         * deuglify.el (gnus-outlook-deuglify): Add :version.
13434
13435         * html2text.el: Beautify code.  Improve doc strings.  Some
13436         checkdoc cleanup.
13437         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13438
13439 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13440
13441         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13442
13443 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13444
13445         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13446         when package is loaded.
13447
13448         * spam.el (spam-summary-score-preferred-header): Add global preference
13449         for people who want to override the default SpamAssassin over
13450         Bogofilter preference (when both are set).
13451         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13452         (spam-user-format-function-S): Check
13453         spam-summary-score-preferred-header.
13454         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13455         (spam-user-format-function-S): Format the score correctly.
13456
13457 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13460         signature file.  Suggested by Manoj Srivastava
13461         <srivasta@golden-gryphon.com>.
13462
13463         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13464         iso-2022-jp even in the Japanese language environment.
13465         Suggested by Jason Rumney <jasonr@gnu.org>.
13466
13467 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13470         use the same characters as the dummy marks; make it free from
13471         getting affected by the language environment.
13472         (gnus-summary-read-group-1): Update mark positions only when the
13473         format spec is updated.
13474
13475         * gnus-spec.el (gnus-update-format-specifications): Return a list
13476         of updated types.
13477
13478 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13481         of boundp to check if display-warning is available.
13482
13483 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13484
13485         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13486
13487 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * nnspool.el (nnspool-spool-directory): Use news-path if the
13490         news-directory variable is not bound.
13491
13492         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13493         function instead of display-warning if it is not available.
13494
13495 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13498         v5-10: Use `point-at-bol'.
13499
13500 2004-10-26  Simon Josefsson  <jas@extundo.com>
13501
13502         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13503         <chenggao@gmail.com>.
13504
13505 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13508         instead.
13509
13510 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13511
13512         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13513         to remove a server from the nnimap-server-buffer-alist.
13514         (nnimap-open-connection, nnimap-close-server): Use it.
13515
13516         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13517
13518 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13521         running the major-mode function.
13522
13523 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13526         dummy marks in the right way.
13527
13528 2004-10-18  David Edmondson  <dme@dme.org>
13529
13530         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13531         excessively.
13532
13533 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13534
13535         * gnus-util.el (gnus-split-references): Accept a nil references
13536         string and go on blissfully.
13537
13538         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13539         cases where the references string is non-nil but has no references.
13540
13541         * encrypt.el: Add autoload tags.
13542
13543         * spam.el (spam-resolve-registrations-routine): Remove article
13544         from unregistration list too.  Reported by David Hanak
13545         <dhanak@isis.vanderbilt.edu>
13546
13547 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13550         nil.  Changed custom type.
13551
13552 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13555
13556         * gnus-sum.el (gnus-summary-move-article): Use it.
13557
13558 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13559
13560         * encrypt.el: Add autoload cookies.
13561
13562         * spam.el (spam-backend-article-list-property)
13563         (spam-backend-get-article-todo-list)
13564         (spam-backend-put-article-todo-list)
13565         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13566         Resolve registrations separately.
13567         (spam-register-routine): Format comments.
13568         (spam-unregister-routine, spam-register-routine): Always call with
13569         specific-articles, no default list.
13570         (spam-summary-prepare-exit): Use the spam-classifications function.
13571
13572         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13573         gnus-encrypt.el.
13574
13575         * encrypt.el: Copied from gnus-encrypt.el.
13576
13577         * gnus-encrypt.el: Commented that it's obsolete.
13578
13579 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13582         (gnus-score-save): Use it.
13583
13584         * message.el (message-bury): Use `window-dedicated-p'.
13585
13586 2004-10-15  Simon Josefsson  <jas@extundo.com>
13587
13588         * pop3.el (top-level): Don't require nnheader.
13589         (pop3-read-timeout): Add.
13590         (pop3-accept-process-output): Add.
13591         (pop3-read-response, pop3-retr): Use it.
13592
13593 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13594
13595         * spam.el (spam-register-routine): Move comment.
13596         (spam-verify-bogofilter): Use 'unknown for the initial
13597         spam-bogofilter-valid state, not 'never.
13598
13599         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13600         for netrc-machine.
13601
13602         * nnimap.el (nnimap-open-connection): Use
13603         netrc-machine-user-or-password.
13604
13605 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13606
13607         * gnus-registry.el (gnus-registry-unload-hook):
13608         Set as a variable with add-hook.
13609
13610         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13611         of news-path.
13612
13613         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13614
13615         * spam.el: Delete duplicate `provide'.
13616         (spam-unload-hook): Set as a variable with add-hook.
13617
13618 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13621         in the doc string.
13622
13623         * message.el (message-ignored-news-headers)
13624         (message-ignored-supersedes-headers)
13625         (message-ignored-resent-headers)
13626         (message-forward-ignored-headers): Improve custom type.
13627
13628 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * message.el (message-tokenize-header): Fix 2004-09-06 change
13631         which used point-min in the wrong place.
13632
13633 2004-10-12  Simon Josefsson  <jas@extundo.com>
13634
13635         * tls.el (tls-certtool-program): New variable.
13636         (tls-certificate-information): New function, based on
13637         ssl-certificate-information.
13638
13639 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * compface.el: Move the version of ELisp-based uncompface program
13642         to the contrib directory because of the copyright problem.
13643
13644 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * message.el (message-kill-buffer): Raise the current frame.
13647
13648 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13649
13650         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13651
13652         * gnus.el (message-y-or-n-p): Autoload.
13653
13654         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13655         (pop3-password-required, pop3-authentication-scheme)
13656         (pop3-leave-mail-on-server): Made customizable.
13657         (pop3): New custom group.
13658         (pop3-retr): Remove `sleep-for' statements.
13659         Suggested by Dave Love <fx@gnu.org>.
13660
13661         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13662         Windows/DOS.
13663
13664         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13665         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13666         Dave Love <fx@gnu.org>.
13667
13668         * mml.el (mml-minibuffer-read-disposition): Require match.
13669         Suggested by Dave Love <fx@gnu.org>.
13670
13671 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13674         doc string.
13675
13676 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13679
13680 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13681
13682         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13683         instead of calling `mm-insert-inline', to decode text/* parts
13684         before displaying them.
13685
13686 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * mm-uu.el (mm-uu-text-plain-type): New variable.
13689         (mm-uu-pgp-signed-extract-1): Use it.
13690         (mm-uu-pgp-encrypted-extract-1): Use it.
13691         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13692         bind mm-uu-text-plain-type with that value.
13693         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13694         mm-uu-dissect.
13695
13696 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-group.el (gnus-update-group-mark-positions):
13699         * gnus-sum.el (gnus-update-summary-mark-positions):
13700         * message.el (message-check-news-body-syntax):
13701         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13702         of string-as-multibyte.
13703
13704 2004-10-05  Juri Linkov  <juri@jurta.org>
13705
13706         * gnus-group.el (gnus-update-group-mark-positions):
13707         * gnus-sum.el (gnus-update-summary-mark-positions):
13708         * message.el (message-check-news-body-syntax):
13709         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13710         8-bit unibyte values to a multibyte string for search functions.
13711
13712 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13715         (mm-uu-dissect-text-parts): New function.
13716
13717         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13718         dissect text parts.
13719
13720         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13721         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13722
13723         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13724
13725         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13726         gnus-current-topics instead of gnus-current-topic.
13727
13728 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13729
13730         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13731
13732 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13733
13734         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13735         where approriate.
13736
13737         * nnml.el (nnml-generate-active-info): do.
13738
13739         * nndiary.el (nndiary-generate-active-info): do.
13740
13741         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13742         (gnus-topic-move): do.
13743
13744         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13745         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13746
13747         * gnus-srvr.el (gnus-server-prepare)
13748         (gnus-server-open-all-servers): do.
13749
13750         * gnus-msg.el (gnus-summary-cancel-article)
13751         (gnus-summary-resend-message)
13752         (gnus-summary-mail-crosspost-complaint): do.
13753
13754         * gnus-move.el (gnus-change-server): do.
13755
13756         * gnus-group.el (gnus-group-unmark-all-groups)
13757         (gnus-group-set-current-level): do.
13758
13759 2004-10-04  Simon Josefsson  <jas@extundo.com>
13760
13761         * message.el (message-generate-hashcash): Doc fix.
13762
13763 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13764
13765         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13766         avoid infinite recursion via gnus-get-function.
13767
13768 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13769
13770         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13771
13772         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13773
13774         * nnmail.el (nnmail-split-history): do.
13775
13776         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13777         (nnml-request-delete-group): do.
13778
13779         * nnslashdot.el (nnslashdot-read-groups): do.
13780
13781         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13782         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13783
13784         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13785         (nnspool-sift-nov-with-sed): Use last.
13786         (nnspool-retrieve-headers-with-nov): Use mapc.
13787         (nnspool-request-newgroups): Use dolist.
13788         (nnspool-request-group): Use last.
13789
13790         * nntp.el (nntp-read-server-type): Use dolist.
13791
13792         * nnvirtual.el (nnvirtual-create-mapping)
13793         (nnvirtual-update-read-and-marked): Use dolist.
13794         (nnvirtual-convert-headers): Simplify.
13795
13796 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13797
13798         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13799         support for sync'ing tick marks.
13800
13801 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13804         there's no visible header.
13805
13806 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13807
13808         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13809         necessary, pass full group name to gnus-request-set-marks.
13810
13811 2004-10-01  Simon Josefsson  <jas@extundo.com>
13812
13813         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13814         acroread.
13815
13816 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13817
13818         * spam-report.el (spam-report-gmane): Fix interactive.
13819
13820         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13821
13822         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13823         when writing file.
13824         (gnus-agent-synchronize-flags): Don't default to being
13825         interactive.
13826
13827 2004-09-30  Simon Josefsson  <jas@extundo.com>
13828
13829         * message.el (message-generate-hashcash): Add.
13830         (message-send-mail): Use it, call mail-add-payment.
13831
13832 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13833
13834         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13835
13836 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13837
13838         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13839         gnus-requst-update-info with explicit code to sync the in-memory
13840         info read flags with the marks being sync'd to the backend.
13841
13842         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13843
13844 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13845
13846         * spam.el (spam-verify-bogofilter): Add new function.
13847         (spam-check-bogofilter)
13848         (spam-bogofilter-register-with-bogofilter): Use it.
13849         (spam-verify-bogofilter): Add small fixes.
13850
13851 2004-09-28  Simon Josefsson  <jas@extundo.com>
13852
13853         * hashcash.el (hashcash-generate-payment): Revert.
13854
13855 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13856
13857         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13858         gnus-extract-references instead of gnus-split-references.
13859
13860         * gnus-util.el (gnus-extract-references): Add new function, analogous
13861         to gnus-split-references but extracts only the message-ID without
13862         anything extra.
13863
13864         * hashcash.el (hashcash-generate-payment)
13865         (hashcash-check-payment): Do the right thing if hashcash-path is
13866         nil (because the hashcash program could not be found).
13867
13868         * spam.el (spam-use-hashcash): Remove comment.
13869
13870 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13871
13872         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13873         (gnus-cache-enter-article, gnus-cache-remove-article)
13874         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13875
13876         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13877
13878         * gnus-art.el (article-hide-boring-headers)
13879         (article-translate-strings, article-display-face)
13880         (gnus-article-mime-match-handle-first)
13881         (gnus-article-highlight-headers)
13882         (gnus-article-add-buttons-to-head): do.
13883
13884 2004-09-27  Simon Josefsson  <jas@extundo.com>
13885
13886         * hashcash.el: New version, from
13887         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13888         ../contrib/.
13889
13890 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13893
13894 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13895
13896         * gnus-dup.el (gnus-dup-open): Use mapc.
13897         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13898
13899         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13900         Reported by Stefan Wiens <s.wi@gmx.net>.
13901
13902         * gnus.el (gnus-shutdown): Use dolist.
13903
13904         * gnus-undo.el (gnus-undo): Use mapc.
13905
13906         * nnrss.el (nnrss-generate-active): do.
13907
13908         * message.el (message-cite-original-without-signature)
13909         (message-cite-original): Use mapc.
13910         (message-do-actions, message-make-forward-subject): Use dolist.
13911
13912 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13913
13914         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13915         deletion to remove entire duplicate line.  Fixes merged article
13916         number bug.
13917
13918 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13919
13920         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13921         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13922         first ask if you want to open a server and then, even when you
13923         responded with no, asking if you want to synchronize the server's
13924         flags.
13925         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13926         multi-line expressions.
13927         (gnus-agent-synchronize-group-flags): New internal function.
13928         Updates marks in memory (in the info structure) AND in the
13929         backend.
13930
13931         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13932
13933         * nnagent.el (nnagent-request-set-mark): Use
13934         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13935         method, to ensure that synchronization updates marks in the
13936         backend and in the info (in memory) structure.
13937
13938 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13941         convention fully; don't miss the root article of a thread; make
13942         the X-Draft-From header with correct article numbers.
13943
13944 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13945
13946         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13947         unless plugged.  Disable the agent so that an open failure causes
13948         an error.
13949
13950         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13951         Reverted 2004-09-21 change.  The backend must be opened while
13952         synchronizing flags even when the backend stores the flags
13953         locally.
13954
13955 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13958         in `header' match.  Reported by Svend Tollak Munkejord.
13959
13960         * message.el (message-cite-original): Fix use of
13961         `message-cite-articles-with-x-no-archive'.
13962
13963 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13966         (gnus-window-to-buffer): Ditto.
13967
13968         * mml.el (mml-preview-buffer): New variable.
13969         (mml-preview): Manage window layout with gnus-buffer-configuration.
13970
13971         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13972         X-Draft-From header even if those articles aren't quoted.
13973
13974 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13975
13976         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13977         (gnus-request-set-mark, gnus-request-update-mark): Use new
13978         g-s-t-u-l-m to decide to use backend even when unplugged.
13979
13980 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13983         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13984
13985 2004-09-20  Simon Josefsson  <jas@extundo.com>
13986
13987         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13988         "utf-16-le".
13989
13990 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13991
13992         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13993
13994 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * uudecode.el (uudecode-use-external): Add :version.
13997
13998         * smime.el (smime-CA-file, smime-encrypt-cipher)
13999         (smime-dns-server): Add :version.
14000
14001         * smiley.el (gnus-smiley-file-types): Add :version.
14002
14003         * sha1.el (sha1-use-external): Add :version.
14004
14005         * pgg-def.el (pgg-query-keyserver): Add :version.
14006
14007         * nnmail.el (nnmail-fancy-expiry-targets)
14008         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14009         Add :version.
14010
14011         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14012         (nnimap-retrieve-groups-asynchronous): Add :version.
14013         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14014
14015         * mml.el (mml-content-disposition-parameters)
14016         (mml-insert-mime-headers-always): Add :version.
14017
14018         * mm-util.el (mm-coding-system-priorities): Add :version.
14019
14020         * mm-decode.el (mm-inline-text-html-with-images)
14021         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14022         (mm-verify-option): Add :version.
14023         (mm-text-html-renderer): Change :version.
14024
14025         * message.el (message-fcc-externalize-attachments)
14026         (message-required-headers, message-draft-headers)
14027         (message-subject-trailing-was-query)
14028         (message-subject-trailing-was-ask-regexp)
14029         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14030         (message-mark-insert-end, message-archive-header)
14031         (message-archive-note, message-cross-post-default)
14032         (message-cross-post-note, message-followup-to-note)
14033         (message-cross-post-note-function, message-use-mail-followup-to)
14034         (message-subscribed-address-functions)
14035         (message-subscribed-address-file, message-subscribed-addresses)
14036         (message-subscribed-regexps, message-allow-no-recipients)
14037         (message-yank-cited-prefix, message-signature-insert-empty-line)
14038         (message-hidden-headers, message-hierarchical-addresses)
14039         (message-mail-user-agent, message-use-idna)
14040         (message-valid-fqdn-regexp)
14041         (message-strip-special-text-properties, message-header-synonyms)
14042         (message-beginning-of-line, message-tab-body-function): Add :version.
14043         (message-insert-canlock, message-wide-reply-confirm-recipients):
14044         Change :version.
14045
14046         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14047         and :version.
14048         (mail-source-delete-old-incoming-confirm)
14049         (mail-source-movemail-program): Add :version.
14050
14051         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14052         (gnus-agent-cache, gnus-agent): Change :version.
14053
14054         * gnus-util.el (gnus-use-byte-compile): Change :version.
14055
14056         * gnus-sum.el (gnus-summary-make-false-root-always)
14057         (gnus-summary-default-high-score)
14058         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14059         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14060         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14061         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14062         (gnus-sum-thread-tree-single-indent)
14063         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14064         (gnus-sum-thread-tree-leaf-with-other)
14065         (gnus-sum-thread-tree-single-leaf): Add :version.
14066         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14067         (gnus-article-loose-mime): Change :version.
14068
14069         * gnus-start.el (gnus-backup-startup-file)
14070         (gnus-save-startup-file-via-temp-buffer): Add :version.
14071
14072         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14073         (gnus-server-offline-face): Add :version.
14074
14075         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14076
14077         * gnus-msg.el (gnus-gcc-externalize-attachments)
14078         (gnus-debug-files, gnus-debug-exclude-variables)
14079         (gnus-discouraged-post-methods): Change :version.
14080         (gnus-confirm-mail-reply-to-news)
14081         (gnus-confirm-treat-mail-like-news): Add :version.
14082
14083         * gnus-int.el (gnus-server-unopen-status): Add :version.
14084
14085         * gnus-group.el (gnus-group-jump-to-group-prompt)
14086         (gnus-large-ephemeral-newsgroup)
14087         (gnus-fetch-old-ephemeral-headers): Add :version.
14088
14089         * gnus-fun.el (gnus-x-face-directory)
14090         (gnus-convert-pbm-to-x-face-command)
14091         (gnus-convert-image-to-x-face-command)
14092         (gnus-convert-image-to-face-command): Add :version.
14093
14094         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14095
14096         * gnus-cite.el (gnus-cite-blank-line-after-header)
14097         (gnus-article-boring-faces): Add :version.
14098
14099         * gnus-art.el (gnus-buttonized-mime-types)
14100         (gnus-inhibit-mime-unbuttonizing)
14101         (gnus-treat-display-face)
14102         (gnus-treat-body-boundary): Change :version.
14103         (gnus-body-boundary-delimiter, gnus-picon-databases)
14104         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14105         (gnus-treat-date-english, gnus-treat-fold-headers)
14106         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14107         (gnus-treat-mail-picon, gnus-treat-wash-html)
14108         (gnus-article-encrypt-protocol)
14109         (gnus-use-idna, gnus-article-over-scroll)
14110         (gnus-mime-display-multipart-alternative-as-mixed)
14111         (gnus-mime-display-multipart-related-as-mixed)
14112         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14113         (gnus-ctan-url, gnus-button-ctan-handler)
14114         (gnus-button-handle-ctan-bogus-regexp)
14115         (gnus-button-ctan-directory-regexp)
14116         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14117         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14118         (gnus-button-man-level, gnus-button-emacs-level)
14119         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14120
14121         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14122         (gnus-agent-go-online): Change :version.
14123         (gnus-agent-expire-unagentized-dirs)
14124         (gnus-agent-auto-agentize-methods): Add :version.
14125
14126         * flow-fill.el (fill-flowed-display-column)
14127         (fill-flowed-encode-column): Add :version.
14128
14129         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14130         (gnus-outlook-deuglify-unwrap-max)
14131         (gnus-outlook-deuglify-cite-marks)
14132         (gnus-outlook-deuglify-unwrap-stop-chars)
14133         (gnus-outlook-deuglify-no-wrap-chars)
14134         (gnus-outlook-deuglify-attrib-cut-regexp)
14135         (gnus-outlook-deuglify-attrib-verb-regexp)
14136         (gnus-outlook-deuglify-attrib-end-regexp)
14137         (gnus-outlook-display-hook): Add :version.
14138
14139         * binhex.el (binhex-use-external): Add :version.
14140
14141 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14144         and `invisible'.
14145
14146 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14147
14148         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14149         in gnus-registry-trim.
14150
14151 2004-09-13  Simon Josefsson  <jas@extundo.com>
14152
14153         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14154
14155         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14156
14157         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14158         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14159         <yamaoka@jpl.org>.
14160         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14161         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14162         <yamaoka@jpl.org>.
14163
14164         * sieve.el (sieve-manage-mode): Ditto.
14165
14166 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14169
14170 2004-09-11  Simon Josefsson  <jas@extundo.com>
14171
14172         * dns-mode.el: Add.
14173
14174         * mm-view.el (mm-display-dns-inline): Add.
14175
14176         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14177         (mm-automatic-display): Ditto.
14178
14179         * mailcap.el (mailcap-mime-data): Add text/dns.
14180         (mailcap-mime-extensions): Map .soa to text/dns.
14181
14182 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14183
14184         * gnus-art.el (article-decode-mime-words, article-babel)
14185         (gnus-article-highlight-signature, gnus-article-add-buttons)
14186         (gnus-signature-toggle): Remove unnecessary bindings of
14187         `inhibit-read-only' inherited from v5.10 merge.
14188
14189 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14190
14191         * nntp.el (nntp): New customization group.
14192         (nntp-authinfo-file): Add customization group.
14193
14194         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14195
14196         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14197
14198         * gnus.el (to-address, to-list, subscribed)
14199         (large-newsgroup-initial): Ditto.
14200
14201         * flow-fill.el (fill-flowed-display-column)
14202         (fill-flowed-encode-column): Ditto.
14203
14204 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14205
14206         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14207         Use point-min rather than 1.
14208         (message-send-mail): Use buffer-size rather than point-max.
14209
14210         * gnus-sum.el (gnus-summary-search-article-forward):
14211         Signal a specific `search-failed' rather than a generic `error'.
14212
14213         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14214         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14215         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14216
14217 2004-09-10  Simon Josefsson  <jas@extundo.com>
14218
14219         * nndb.el (require): Remove tcp and duplicate cl.
14220
14221 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * gnus-agent.el (directory-files-and-attributes): Move forward.
14224
14225 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14226
14227         * gnus-agent.el (directory-files-and-attributes): Optionally
14228         defined to support XEmacs.
14229
14230 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14231
14232         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14233         to avoid run-time CL dependencies.
14234         (gnus-agent-unfetch-articles): New function.
14235         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14236         article numbers even when local .overview file is missing.
14237         (gnus-agent-read-article-number): New function.  Only accepts
14238         27-bit article numbers.
14239         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14240         gnus-agent-read-article-number.
14241         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14242         from backend while recognizing that article numbers in .overview
14243         must be valid.
14244         (gnus-agent-update-files-total-fetched-for): Use
14245         directory-files-and-attributes to improve performance.
14246         * gnus-int.el (gnus-request-move-article): Use
14247         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14248         improve performance.
14249
14250         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14251         some users confused by references to .newsrc when they only have a
14252         .newsrc.eld file.
14253         (gnus-convert-mark-converter-prompt)
14254         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14255         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14256         New function.  Used internally to only display 'gnus converting
14257         files' message when actually necessary.
14258
14259         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14260         methods now autoloaded.
14261
14262 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14265         identifiers.
14266
14267 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * gnus-picon.el: Fix indentation and closing parenthesis.
14270
14271 2004-09-01  Simon Josefsson  <jas@extundo.com>
14272
14273         * message.el (message-canlock-generate): Require sha1, not
14274         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14275         to require within a function.  Sadly, if sha1.el isn't loaded, the
14276         let binding in m-c-g will hide the defcustom definition, which is
14277         bad.)
14278
14279         * canlock.el: Require sha1, not sha1-el.
14280
14281         * message.el: Don't autoload sha1 (there is a autoload cookie in
14282         sha1.el).
14283
14284         * sha1-el.el: Renamed to sha1.el.
14285
14286 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14287
14288         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14289
14290 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14291
14292         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14293
14294 2004-08-30  Kim F. Storm  <storm@cua.dk>
14295
14296         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14297
14298         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14299         Add :group 'nnimap.
14300
14301 2004-08-30  Andreas Schwab  <schwab@suse.de>
14302
14303         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14304         ?* and ?\;.
14305
14306         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14307         and ?\' to symbol instead of whitespace.
14308
14309 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14312
14313         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14314         instead of re-search-forward.
14315
14316         * gnus-uu.el (gnus-uu-save-article): Ditto.
14317         (gnus-uu-post-encode-uuencode): Ditto.
14318
14319         * html2text.el (html2text-clean-list-items): Ditto.
14320         (html2text-clean-dtdd): Ditto.
14321         (html2text-format-tags): Ditto.
14322
14323         * message.el (message-send-mail-with-sendmail): Fix regexp.
14324         (message-fill-field-general): Use search-forward instead of
14325         re-search-forward.
14326         (unbold-region): Ditto.
14327
14328         * nnrss.el (nnrss-request-article): Ditto.
14329
14330         * nnslashdot.el (nnslashdot-request-article): Ditto.
14331
14332         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14333
14334         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14335         "Unrecognized menu descriptor" error in XEmacs.
14336
14337 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14338
14339         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14340         parent article of a sparse article in the thread hashtb.
14341
14342 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14343
14344         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14345         (nnmail-expand-newtext): Lowercase expanded entries if
14346         nnmail-split-lowercase-expanded is non-nil.
14347
14348 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14351
14352         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14353         of gnus-tmp-news-method into string under XEmacs.  It will be
14354         passed to gnus-correct-length which takes only a string argument.
14355
14356 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-util.el (gnus-bind-print-variables): New macro.
14359         (gnus-prin1): Use it.
14360         (gnus-prin1-to-string): Use it.
14361         (gnus-pp): New function.
14362         (gnus-pp-to-string): New function.
14363
14364         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14365         Replace pp-to-string with gnus-pp-to-string.
14366         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14367         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14368         * gnus-msg.el (gnus-debug): Ditto.
14369         * gnus-score.el (gnus-score-save): Ditto.
14370         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14371         gnus-pp-to-string.
14372         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14373         with gnus-pp.
14374         * score-mode.el (gnus-score-pretty-print): Ditto.
14375         * webmail.el (webmail-debug): Ditto.
14376
14377 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-art.el (article-display-face, article-display-x-face):
14380         Use buffer-read-only.
14381
14382 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el (article-hide-list-identifiers):
14385         Bind inhibit-read-only as t.
14386
14387 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14390
14391 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14392
14393         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14394         (gnus-narrow-to-page): Don't assume point-min == 1.
14395         (gnus-article-edit-mode): Derive from message-mode.
14396
14397         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14398         point-min == 1.
14399
14400         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14401         Disable incorrect use of `assert'.
14402
14403         * message.el (message-mode): Set comment-start-skip.
14404
14405
14406 2004-08-22  Sam Steingold  <sds@gnu.org>
14407
14408         * pop3.el (pop3-leave-mail-on-server): New user variable.
14409         (pop3-movemail): Delete mail only when it is nil.
14410
14411 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14414
14415         * mml.el (mml-preview): Use `pop-to-buffer'.
14416
14417         * message.el (message-goto-mail-followup-to): Insert after "To".
14418         (message-carefully-insert-headers): Add comment.
14419
14420         * gnus.el: Remove unused variable `gnus-article-check-size'.
14421
14422         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14423
14424         * gnus-art.el (gnus-button-alist): Improve
14425         `gnus-button-handle-library' entry.
14426
14427 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14428
14429         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14430         downcase, since XEmacs capitalizes error messages differently.
14431
14432 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14433
14434         * nntp.el: Add (require 'gnus) due to reference to
14435         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14436
14437 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14438
14439         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14440         `mm-fill-flowed'.
14441
14442         * mm-decode.el (mm-dissect-singlepart): Check it.
14443
14444 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14445
14446         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14447         'imap' for netrc parsing.
14448
14449 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * mailcap.el (mailcap-mime-data): Mark as risky.
14452
14453 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14456         may be included in the encoded word.
14457         (rfc2047-encode): Don't append a space if the encoded word
14458         includes close parenthesis.
14459
14460 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14463         of text within parentheses.
14464
14465 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14466
14467         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14468         (gnus-encrypt-write-file-contents): Make the password key the file
14469         name PLUS the cipher, not just the cipher.  Also remove failed
14470         passwords from the cache.
14471
14472 2004-08-06  Simon Josefsson  <jas@extundo.com>
14473
14474         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14475         fix.
14476
14477 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14480         LWSP.
14481
14482 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14483
14484         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14485         to append in-reply-to: data to the references: header.
14486
14487         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14488         (netrc-parse): Use gnus-encrypt.el functions.
14489
14490         * gnus-encrypt.el: Add new file for encryption support; currently
14491         does only a few GPG ciphers and an internal XOR cipher.
14492
14493         * password.el: Add comments on using password-read-and-add.
14494         (password-read-and-add): Add function to read and add the
14495         password to the cache at once.
14496
14497 2004-07-28  Simon Josefsson  <jas@extundo.com>
14498
14499         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14500         parameter (but don't use it, for now).
14501
14502         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14503         instead of hard coding to nil.
14504
14505 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14508         as mm-inline-image-xemacs does.
14509
14510 2004-07-26  Simon Josefsson  <jas@extundo.com>
14511
14512         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14513         Revert part of 2004-07-17 change below.
14514
14515 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14518         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14519
14520 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14521
14522         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14523         quotes that actually start with ">" at the beginning of the
14524         lines.
14525
14526 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * rfc2047.el (rfc2047-encode-region): Fix last change.
14529         (rfc2047-encode-parameter): Remove useless concat.
14530
14531 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14534         encode special characters; fix some kind of misconfigured headers;
14535         signal a real error if debug-on-quit or debug-on-error is non-nil.
14536         (rfc2047-encode-max-chars): New variable.
14537         (rfc2047-encode-1): Use it.
14538         (rfc2047-encode-parameter): New function.
14539
14540         * mml.el (mml-insert-parameter): Remove an excessive space.
14541
14542 2004-07-17  Simon Josefsson  <jas@extundo.com>
14543
14544         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14545         Kai Grossjohann <kai@emptydomain.de>.
14546         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14547         (gnus-group-make-menu-bar): Ditto.
14548
14549         * gnus-util.el (gnus-group-server): Add.
14550
14551 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14552
14553         * message.el (message-clone-locals): Clone sendmail and smtp
14554         variables.
14555
14556 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * rfc2047.el (rfc2047-encode-region): Fix last change.
14559
14560 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14563         characters as non-special.
14564
14565 2004-07-09  Simon Josefsson  <jas@extundo.com>
14566
14567         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14568         Users will lose all flag changes made while unplugged with
14569         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14570         good default.  See numerous reports on ding mailing list.
14571
14572 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14575         add generate-head-function and generate-article-function to the
14576         rfc822-forward entry.
14577         (nndoc-rfc822-forward-generate-article): New function.
14578         (nndoc-rfc822-forward-generate-head): New function.
14579
14580         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14581
14582 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14583
14584         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14585         respect display group parameter and gnus-summary-expunge-below.
14586         (gnus-articles-to-read): Remove unused reference to display group
14587         parameter.
14588
14589 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14590
14591         * nnheader.el (nnheader-uniquify-message-id): New experimental
14592         variable.
14593         (nnheader-nov-read-message-id): Use it.
14594
14595         * spam-report.el (spam-report-gmane): Add interactive.
14596
14597 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14600         qp-or-base64 for the application/* types.
14601
14602 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14603
14604         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14605
14606 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14609         trim value.
14610
14611 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14612
14613         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14614         New macro and function.
14615         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14616
14617 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14620         after-load-alist.
14621
14622 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14623
14624         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14625         update info that isn't there.
14626
14627 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14628
14629         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14630         entry.
14631
14632 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * mm-view.el (mm-inline-render-with-function): Use multibyte
14635         buffer; decode html source by charset.
14636
14637         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14638
14639         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14640         Mule-UCS is loaded under XEmacs.
14641         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14642
14643 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14644
14645         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14646
14647 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * mm-util.el (mm-coding-system-p): Return a coding-system.
14650         (mm-mime-mule-charset-alist): Use shift_jis instead of
14651         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14652         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14653         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14654         instead of japanese-shift-jis and iso-latin-1 respectively in
14655         order to share the default value with both Emacs and XEmacs-mule.
14656         (mm-mule-charset-to-mime-charset): Make
14657         mm-coding-system-priorities effective.
14658         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14659         while predicating of candidates upon the priorities.
14660
14661 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14662
14663         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14664         gnus-uu-invert-processable.
14665
14666         * gnus.el: Autoload gnus-uu-invert-processable.
14667
14668 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * mm-util.el (mm-with-multibyte-buffer): New macro.
14671
14672         * rfc2047.el (rfc2047-encode-string): Use it.
14673         (rfc2047-encode-region): Move point to the end of the region after
14674         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14675
14676 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14679         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14680
14681 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14684         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14685         Karl Chen <quarl@nospam.quarl.org>.
14686
14687 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14688
14689         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14690         invalid addresses.
14691
14692 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14693
14694         * spam.el: Change section markers, revise TODO list.
14695         (spam-backends): Make new master list of all installed backends.
14696         (spam-summary-exit-behavior): Add new variable to determine how
14697         messages moves are done at summary exit.
14698         (spam-move-spam-nonspam-groups-only)
14699         (spam-process-ham-in-nonham-groups)
14700         (spam-process-ham-in-spam-groups): Remove variables, the
14701         spam-summary-exit-behavior variable should be used to manage this
14702         behavior.
14703         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14704         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14705         and spam-old-spam-articles.
14706         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14707         Add empty variables, placeholders for the backends they represent.
14708         (spam-set-difference): Move, unchanged.
14709         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14710         unless the user has a processor variable.
14711         (spam-classifications, spam-classification-valid-p)
14712         (spam-backend-properties, spam-backend-property-valid-p)
14713         (spam-backend-function-type-valid-p)
14714         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14715         (spam-report-articles-gmane, spam-report-articles-resend):
14716         Remove functions, they are not needed.
14717         (spam-install-backend-super, spam-backend-list)
14718         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14719         (spam-backend-function, spam-backend-ham-registration-function)
14720         (spam-backend-spam-registration-function)
14721         (spam-backend-ham-unregistration-function)
14722         (spam-backend-spam-unregistration-function)
14723         (spam-backend-statistical-p, spam-backend-mover-p)
14724         (spam-install-backend-alias, spam-install-checkonly-backend)
14725         (spam-install-mover-backend, spam-install-nocheck-backend)
14726         (spam-install-backend, spam-install-statistical-backend)
14727         (spam-install-statistical-checkonly-backend): Add backend installation
14728         support.
14729         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14730         (spam-group-processor-p): Use the new backend code and respect the
14731         summary exit behavior.
14732         (spam-mark-spam-as-expired-and-move-routine): Remove.
14733         (spam-summary-prepare): Change to use the new spam-old-articles
14734         variable.
14735         (spam-copy-or-move-routine, spam-copy-spam-routine)
14736         (spam-move-spam-routine, spam-copy-ham-routine)
14737         (spam-move-ham-routine): Add code to copy/move ham or spam.
14738         (spam-fetch-field-fast): Improve doc and code, plus allow the
14739         'number request.
14740         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14741         variables.
14742         (spam-split, spam-find-spam): Use the new backend code.
14743         (spam-registration-functions): Remove variable.
14744         (spam-unregister-routine): Add convenience wrapper.
14745         (spam-log-undo-registration, spam-register-routine)
14746         (spam-log-processing-to-registry)
14747         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14748         where possible.
14749         (spam-check-gmane-xref, spam-check-regex-headers)
14750         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14751         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14752         (spam-check-bogofilter-headers, spam-check-spamoracle)
14753         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14754         (spam-check-crm114-headers): Use the spam-split-group that
14755         spam-split prepares, no need to determine it every time.
14756
14757         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14758         to the nnheader-parse-naked-head call.
14759
14760         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14761
14762         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14763         the nnheader-nov-read-message-id call.
14764
14765 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14768         gnus-activate-group twice.  Suggested by Markus Peter
14769         <warp@spin.de>.
14770
14771 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-art.el (gnus-article-time-format): Exchange the order of
14774         day and month in the default value; fix customization type.
14775         (article-date-ut): Use add-text-properties.
14776         (article-make-date-line): Use message-make-date instead of
14777         current-time-string.
14778
14779         * message.el (message-fetch-field): Don't use set-text-properties.
14780         (message-make-date): Simplify.
14781
14782         * messagexmas.el (message-xmas-make-date): New function.
14783         (message-xmas-redefine): Defalias message-make-date to it.
14784
14785 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14788         (rfc2047-encode-region): Treat text within parentheses as special;
14789         show the original text when error has occurred.
14790
14791         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14792         already-computed method to gnus-activate-group.
14793
14794         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14795         same select-methods identical Lisp objects.
14796
14797         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14798         object when modifying the info.
14799
14800 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14803         gnus-opened-servers since it has never been opened with the new
14804         configuration yet.
14805
14806 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14809         arg to nnheader-generate-fake-message-id.
14810
14811 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14812
14813         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14814         number and build a fake message ID localized to a group and
14815         article number (so it's repeatable from that point on).
14816         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14817         ID format.
14818
14819         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14820         nnheader-generate-fake-message-id with the article number.
14821
14822 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14823
14824         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14825         end-of-buffer.
14826
14827 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14828
14829         * message.el (message-ignored-supersedes-headers): Add Approved.
14830
14831 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14834         goto-char.
14835         (rfc2047-encode): Fold the line before encoding.
14836
14837 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14838
14839         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14840         folding -- not all headers can be folded, and this should be done
14841         by the message composition mode.  Probably.  I think.
14842
14843 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14846         fast.
14847
14848         * gnus-ems.el (gnus-remove-image): Don't use
14849         message-text-with-property; remove only the image found first.
14850
14851         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14852         found first.
14853
14854 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14855
14856         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14857
14858 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * message.el (message-text-with-property): Make it fast and accept
14861         optional arguments.
14862         (message-strip-forbidden-properties): Use it.
14863         (message-fix-before-sending): Follow the m-t-w-p change.
14864
14865         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14866
14867 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * gnus-art.el (article-hide-headers): Don't change the buffer
14870         mistakenly when performing mml-preview even if
14871         gnus-single-article-buffer is nil.
14872
14873 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14874
14875         * message.el (message-expand-name-databases): New user option.
14876         (message-expand-name): Use it.
14877
14878 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14879
14880         * spam.el (spam-report-articles-resend)
14881         (spam-report-resend-register-routine): Allow ham reporting.
14882         (spam-report-resend-register-ham-routine): Add wrapper.
14883         (spam-registration-functions): Add ham resending functions.
14884         (spam-list-of-processors): Add ham resend processor.
14885
14886         * gnus.el (ham-resend-to): Add new group parameter.
14887         (spam-process): Add ham resend option.
14888
14889         * spam-report.el (spam-report-resend): Allow reporting ham.
14890         (spam-report-resend-ham): Add wrapper.
14891
14892 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14893
14894         * message.el (message-cite-articles-with-x-no-archive): New
14895         variable.
14896         (message-cite-original): Use it.
14897
14898 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14899
14900         * message.el (message-cite-original): Respect X-No-Archive.
14901
14902 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-art.el (article-hide-headers): Refer to the values for
14905         gnus-ignored-headers and gnus-visible-headers in the summary
14906         buffer since a user may have set them as group parameters.
14907
14908 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14909
14910         * assistant.el (assistant-node-name): Add convenience function.
14911         (assistant-render-text, assistant-render-node): Add error handling,
14912         plus handle multiple next nodes.
14913         (assistant-find-next-node): Comment out for now.
14914         (assistant-find-next-nodes): Add function, returns list of next
14915         nodes.
14916
14917 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * mail-source.el (mail-source-directory): Fix doc-string.
14920
14921 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14922
14923         * assistant.el (assistant-render-text, assistant-eval): Add :set
14924         widget type, which is different because it takes and returns a
14925         list.  Much hilarity ensues.
14926
14927 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14930
14931         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14932         doc-string.
14933
14934         * gnus-start.el (gnus-activate-group): Added doc-string.
14935
14936 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14939
14940 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14941
14942         * assistant.el (assistant-render-text): Try to add a :set
14943         widget, more to come.
14944
14945         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14946         strings.
14947         (spam-report-articles-resend)
14948         (spam-register-routine): Do registration iff any articles warrant
14949         it.
14950         (spam-summary-prepare-exit): Change log message for nil group
14951         destinations.
14952
14953 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14954
14955         * spam.el (spam-report-resend-register-routine): Allow
14956         spam-report-resend-to to be a group parameter or a global value.
14957
14958 2004-05-26  Simon Josefsson  <jas@extundo.com>
14959
14960         * starttls.el: Merge with my GNUTLS based starttls.el.
14961         (starttls-gnutls-program, starttls-use-gnutls)
14962         (starttls-extra-arguments, starttls-process-connection-type)
14963         (starttls-connect, starttls-failure, starttls-success): New
14964         variables.
14965         (starttls-program, starttls-extra-args): Doc fix.
14966         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14967         functions.
14968         (starttls-negotiate, starttls-open-stream): Check
14969         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14970         function if it is set.
14971
14972 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14975         structured fields.
14976
14977 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14980
14981 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14984         variable.
14985         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14986         assigning the spam-mark to new messages.
14987
14988 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14989
14990         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14991
14992 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14995
14996         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14997         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14998         default.
14999
15000 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15001
15002         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15003         correct data.
15004
15005 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15006
15007         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15008         (spam-group-processor-p): Fix function.
15009         (spam-group-processor-multiple-p)
15010         (spam-group-spam-processor-report-gmane-p)
15011         (spam-group-spam-processor-report-resend-p)
15012         (spam-group-spam-processor-bogofilter-p)
15013         (spam-group-spam-processor-blacklist-p)
15014         (spam-group-spam-processor-ifile-p)
15015         (spam-group-ham-processor-ifile-p)
15016         (spam-group-spam-processor-spamoracle-p)
15017         (spam-group-spam-processor-crm114-p)
15018         (spam-group-ham-processor-bogofilter-p)
15019         (spam-group-spam-processor-stat-p)
15020         (spam-group-ham-processor-stat-p)
15021         (spam-group-ham-processor-whitelist-p)
15022         (spam-group-ham-processor-BBDB-p)
15023         (spam-group-ham-processor-spamoracle-p)
15024         (spam-group-ham-processor-copy-p): Remove functions with some
15025         prejudice against unneeded code.
15026         (spam-report-articles-resend)
15027         (spam-report-resend-register-routine): Allow the group/topic
15028         spam-resend-to value to override spam-report-resend-to.
15029         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15030         properly now.
15031
15032         * gnus.el (spam-resend-to): Add group/topic parameter.
15033         (spam-process): Move the OBSOLETE processors to the end of the
15034         choices.
15035
15036 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15037
15038         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15039         with resend-to set to nil, and then ask the user if necessary.
15040         (spam-report-resend): spam-report-resend takes a list of articles, not
15041         separate article numbers.
15042
15043 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15046         addition to emacs-w3m.
15047
15048 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15049
15050         * assistant.el (assistant-authinfo-data): New function.
15051         (assistant-eval): Eval for entire assistant.
15052
15053         * netrc.el (netrc-services-file): New variable.
15054         (netrc-parse-services): New function.
15055         (netrc-find-service-name): New function.
15056         (netrc-find-service-number): New function.
15057         (netrc-port-equal): New function.
15058         (netrc-machine): Use it.
15059
15060         * nnimap.el (nnimap-open-connection): Use netrc.
15061
15062         * gnus-util.el (gnus-netrc-get): Remove aliases.
15063
15064         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15065
15066         * assistant.el (wid-edit): Fix compilation.
15067
15068         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15069
15070 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15071
15072         * gnus-util.el (gnus-set-file-modes): New function.  (small
15073         patch).
15074
15075 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15076
15077         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15078
15079         * assistant.el (assistant-render-node): Fix up rendering and
15080         read-only text.
15081         (assistant-render-node): Reset.
15082         (assistant-make-read-only): Not sticky.
15083
15084 2004-05-20  Danny Siu  <dsiu@adobe.com>
15085
15086         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15087         centered even when gnus-auto-center-summary is t.
15088
15089 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15090
15091         * dns.el (dns-get-txt-answer): New function.
15092         (dns-read-txt): Ditto.
15093         (query-dns): Use it.
15094
15095 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15098         active for foreign groups even if the group level is higher than
15099         the specified value.
15100
15101 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15102
15103         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15104         non-active groups.
15105
15106         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15107
15108 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15109
15110         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15111
15112 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15115         (spam-crm114-header, spam-crm114-spam-switch)
15116         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15117         (spam-crm114-positive-spam-header)
15118         (spam-crm114-database-directory, spam-list-of-processors)
15119         (spam-group-spam-processor-crm114-p)
15120         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15121         (spam-generic-score, spam-list-of-checks)
15122         (spam-list-of-statistical-checks, spam-registration-functions)
15123         (spam-check-crm114-headers, spam-crm114-score)
15124         (spam-check-crm114, spam-crm114-register-with-crm114)
15125         (spam-crm114-register-spam-routine)
15126         (spam-crm114-unregister-spam-routine)
15127         (spam-crm114-register-ham-routine)
15128         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15129         asjo@koldfront.dk (Adam Sjøgren).
15130
15131         * gnus.el: Add spam-use-crm114.
15132
15133         * spam.el (spam-list-of-processors, spam-registration-functions):
15134         Add spam-use-resend.
15135         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15136         (spam-report-articles-gmane): Add doc fix.
15137         (spam-report-articles-resend, spam-report-resend-register-routine):
15138         Add wrappers around spam-report-resend-to.
15139
15140         * spam-report.el (spam-report-resend-to, spam-report-resend):
15141         Add support for resending spam.
15142         (spam-report-gmane): Fix line length >80.
15143
15144         * gnus.el (spam-process): Add spam-use-resend.
15145
15146 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15147
15148         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15149         number of processed spam messages.
15150         (spam-ham-copy-or-move-routine): Return the number of processed
15151         ham messages.
15152         (spam-summary-prepare-exit): Use the above values to decide
15153         whether status messages shouled be displayed.
15154
15155 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15158         `rfc2047-encoding-function-alist' in order to avoid conflicting
15159         with the old version.
15160         (rfc2047-encode-region): Concatenate words containing non-ASCII
15161         characters in structured fields; don't encode space-delimited
15162         ASCII words even in unstructured fields; don't break words at
15163         char-category boundaries.
15164         (rfc2047-encode-1): New function.
15165         (rfc2047-encode): Use it; encode text so that it occupies the
15166         maximum width within 76-column; work correctly on Q encoding for
15167         iso-2022-* charsets.
15168         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15169         sure not to break a line just after the header name.
15170         (rfc2047-b-encode-region): Removed.
15171         (rfc2047-b-encode-string): New function.
15172         (rfc2047-q-encode-region): Removed.
15173         (rfc2047-q-encode-string): New function.
15174
15175         * mm-util.el (mm-replace-in-string): New function.
15176
15177 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15178
15179         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15180         get it right.
15181         (gnus-inews-make-draft): Really.
15182
15183 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15184
15185         * nnmh.el (nnmh-request-list-1): Don't check the link count
15186         before descending.  (small patch)
15187
15188 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15189
15190         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15191         stuff.
15192
15193         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15194         on real group name.
15195
15196         * gnus-art.el (gnus-signature-limit): Doc fix.
15197
15198         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15199
15200         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15201
15202 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15203
15204         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15205         isn't a string.
15206
15207 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15208
15209         * gnus-draft.el (gnus-draft-send): Bind
15210         rfc2047-encode-encoded-words.
15211
15212         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15213         (rfc2047-encodable-p): Say that =? needs encoding.
15214         (rfc2047-encode-encoded-words): New variable.
15215
15216         * gnus-group.el (gnus-group-select-group): Doc fix.
15217
15218         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15219
15220         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15221         to nil.
15222
15223         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15224
15225         * nnheader.el (nnheader-get-lines-and-char): New function.
15226
15227 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * gnus-msg.el (gnus-summary-followup-with-original): Document
15230         yanking of region when active.
15231
15232 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15235         groups if the group level is higher than the specified value.
15236
15237 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15240         (gnus-group-jump-to-group): Added prefix argument using
15241         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15242         non-active group.
15243
15244         * compface.el (uncompface): Be verbose when changing
15245         `uncompface-use-external'.
15246
15247         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15248         handle manual section.
15249
15250 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251
15252         * gnus-art.el (gnus-button-alist): Revert previous change.
15253
15254 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15255
15256         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15257
15258 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15261         whether backend can accept message.
15262
15263         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15264
15265 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15266
15267         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15268         Avoid creating directory when nntp-marks-is-evil is true.
15269         Reported by Reiner Steib.
15270
15271 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * gnus-picon.el (gnus-picon-style): New variable.
15274         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15275         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15276         Jesper Harder <harder@ifa.au.dk>.
15277
15278 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15279
15280         * message.el (message-fill-field): Return point.
15281         (message-generate-headers): Go to end of field.
15282
15283         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15284         stuff for non-living groups.
15285
15286 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15287
15288         * gnus-art.el (gnus-article-followup-with-original)
15289         (gnus-article-reply-with-original): gnus-mark-active-p ->
15290         gnus-region-active-p.
15291
15292 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15293
15294         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15295         only when there is spam or ham to be processed.
15296
15297 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15298
15299         * mail-source.el (mail-source-delete-crash-box): Refactor.
15300         (mail-source-fetch): Use it.
15301         (mail-source-fetch-file): Ditto.
15302         (mail-source-fetch-directory): Run postscript in loop.
15303         (mail-source-fetch-pop): Delete.
15304         (mail-source-fetch-maildir): Ditto.
15305         (mail-source-fetch-imap): Ditto.
15306
15307         * imap.el (imap-authenticators): Comment out sasl.
15308
15309         * message.el (message-skip-to-next-address): New function.
15310         (message-fill-header-address): Refactor.
15311         (message-fill-address): Use it.
15312         (message-delete-address): Use it.
15313         (message-fill-header-general): Refactor.
15314         (message-fill-field-address): Rename.
15315         (message-narrow-to-field): Find the start of the header.
15316         (message-header-format-alist): Don't pre-fill.
15317         (message-fill-header): Removed.
15318         (message-insert-header): New function.
15319         (message-shorten-references): Use it.
15320
15321         * rfc2047.el (rfc2047-field-value): Strip props.
15322
15323         * mail-parse.el (mail-header-make-address): New alias.
15324
15325         * ietf-drums.el (ietf-drums-make-address): New function.
15326
15327         * imap.el: Add compiler directives.
15328
15329         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15330
15331         * gnus-art.el (article-decode-idna-rhs): Don't use
15332         message-idna-inside-rhs-p.
15333
15334 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15335
15336         * message.el (message-idna-inside-rhs-p): Removed.
15337         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15338
15339         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15340         false positives.
15341
15342 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15343
15344         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15345
15346 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15347
15348         * nneething.el (nneething-file-name): Don't create spurious
15349         files.
15350
15351         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15352         (gnus-inews-do-gcc): Remove sleep.
15353
15354         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15355         part under point.
15356
15357         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15358         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15359
15360 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15361
15362         * spam.el (spam-summary-prepare-exit): Fixed (length).
15363
15364 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15365
15366         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15367         as expired without moving it" message when there are spam
15368         messages left.
15369
15370 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15371
15372         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15373         header is not nil.
15374
15375 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15376
15377         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15378         nntp-possibly-create-directory, not nntp-possibly-change-group.
15379         (nntp-marks-changed-p): New arg SERVER.
15380         (nntp-request-update-info): Adjust caller.
15381
15382 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15383
15384         * nntp.el (nntp-save-marks): Pass missing arg.
15385
15386 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15387
15388         * nntp.el: Support marks.
15389         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15390         (nntp-marks-modtime, nntp-marks-directory): New variables.
15391         (nntp-request-set-mark, nntp-request-update-info)
15392         (nntp-possibly-create-directory, nntp-marks-changed-p)
15393         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15394         functions.
15395
15396 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15397
15398         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15399         (gnus-xmas-redefine): Rename.
15400
15401         * gnus-score.el (gnus-score-insert-help): Use
15402         gnus-select-lowest-window.
15403
15404         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15405         appt-select-lowest-window and rename to gnus-select-lowest-window.
15406
15407         * gnus.el: do.
15408
15409 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15410
15411         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15412         encodings of MIME-encoded words, in order to improve
15413         interoperability with several broken MUAs.
15414
15415 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15416
15417         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15418         tags, only when charsets are not specified in headers.
15419         (mm-inline-text-html-render-with-w3m): Ditto.
15420
15421         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15422         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15423
15424 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15425
15426         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15427         instead of MIME-decoded from fields when checking
15428         `gnus-article-address-banner-alist'.
15429
15430 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15431
15432         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15433         description rather than subject.
15434
15435 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15436
15437         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15438
15439 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15440
15441         * gnus.el (gnus-version-number): Bump.
15442
15443 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15444
15445         * gnus.el: No Gnus v0.2 is released.
15446
15447 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15448
15449         * gnus-agent.el (gnus-agent-read-agentview): Inline
15450         gnus-uncompress-range.
15451
15452 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15453
15454         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15455         `exec-installed-p'.
15456
15457 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15458
15459         * gnus.el (spam-process, spam-autodetect-methods): Add
15460         bsfilter and bsfilter-headers.
15461
15462         * spam.el (spam-bsfilter): New customize group.
15463         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15464         (spam-bsfilter-header, spam-bsfilter-probability-header)
15465         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15466         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15467         (spam-bsfilter-database-directory): New options.
15468         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15469         (spam-list-of-statistical-checks, spam-registration-functions):
15470         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15471         (spam-bsfilter-score): New command.
15472         (spam-check-bsfilter-headers, spam-check-bsfilter)
15473         (spam-bsfilter-register-with-bsfilter)
15474         (spam-bsfilter-register-spam-routine)
15475         (spam-bsfilter-unregister-spam-routine)
15476         (spam-bsfilter-register-ham-routine)
15477         (spam-bsfilter-unregister-ham-routine): New functions.
15478         (spam-generic-score): Support bsfilter; Accept an optional argument
15479         to recalcurate spam score even if scoring header has already been
15480         added.
15481         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15482         optional argument to recalcurate spam score even if scoring header
15483         has already been added.
15484
15485 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15486
15487         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15488         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15489         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15490         link is missing.
15491
15492 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15493
15494         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15495         (html2text-get-attr): Rewrite.
15496
15497         * message.el (message-setup-1): Remove redundant put-text-property
15498         on mail-header-separator.
15499
15500 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15501
15502         * gnus-registry.el (gnus-registry-cache-whitespace)
15503         (gnus-registry-action, gnus-registry-spool-action)
15504         (gnus-registry-split-fancy-with-parent): Change message levels
15505         from 5 to 3 or 7, as needed.
15506
15507         * spam.el (spam-summary-prepare-exit)
15508         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15509         (spam-split, spam-find-spam, spam-log-undo-registration)
15510         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15511         level from 5 to 6.
15512
15513 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15516         2004-03-04 change).
15517
15518 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15519
15520         * sieve-manage.el (sieve-manage-open):
15521         * nnweb.el (nnweb-insert-html):
15522         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15523         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15524         * nnspool.el (nnspool-request-group):
15525         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15526         * nnml.el (nnml-request-update-info):
15527         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15528         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15529         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15530         (nnimap-request-set-mark):
15531         * nnfolder.el (nnfolder-request-update-info):
15532         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15533         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15534         * gnus-uu.el (gnus-uu-find-articles-matching):
15535         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15536         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15537         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15538         * gnus-nocem.el (gnus-nocem-scan-groups):
15539         * gnus-int.el (gnus-start-news-server):
15540         * gnus-group.el (gnus-group-make-kiboze-group)
15541         (gnus-group-browse-foreign-server):
15542         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15543         Use mapc when appropriate.
15544
15545 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15546
15547         FIXME: Make separate entries for each person.
15548
15549         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15550         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15551         <shields@msrl.com>:
15552
15553         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15554         may need for spam sorting and scoring.
15555         (spam-user-format-function-S): Add user format function suitable for
15556         general use.
15557         (spam-article-sort-by-spam-status): Add sorting function for summary
15558         sorting.
15559         (spam-extra-header-to-number): Add function to get a score from a
15560         header.
15561         (spam-summary-score): Add function to get a numeric score from the
15562         headers.
15563         (spam-generic-score): Fix function doc, was in wrong place.
15564         (spam-initialize): Take symbols when it's run, and install the
15565         extra headers that spam-necessary-extra-headers thinks we need.
15566
15567 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15568
15569         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15570         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15571
15572 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15573
15574         * gnus-sum.el (gnus-set-global-variables)
15575         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15576         (gnus-article-get-xrefs, gnus-summary-best-group)
15577         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15578         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15579         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15580         Use with-current-buffer.
15581
15582 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15583
15584         * spam.el (spam-summary-prepare-exit): Simplify logic.
15585         (spam-fetch-article-header): Read the article header if it's not
15586         available.
15587         (spam-list-articles): Simplify logic.
15588         (spam-filelist-register-routine): Fix bug with unregister-list.
15589
15590         * gnus-registry.el: Fix comments at beginning.
15591
15592 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15593
15594         * message.el (message-cater-to-broken-inn): Remove.
15595         (message-shorten-references): Make sure the total folded length of
15596         References is shorter than 998 characters to cater to a bug in INN
15597         2.3.  Also, don't pretend that references aren't folded -- this
15598         hasn't worked for a while.
15599
15600 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15601
15602         * gnus-agent.el (gnus-agentize):
15603         gnus-agent-send-mail-real-function no longer set to current value
15604         of message-send-mail-function but rather a lambda that calls
15605         message-send-mail-function.  The change makes the agent real-time
15606         responsive to user changes to message-send-mail-function.
15607
15608 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15609
15610         * legacy-gnus-agent.el
15611         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15612         help from Florian Weimer <fw@deneb.enyo.de>
15613
15614 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * nnmail.el (nnmail-cache-insert): Revert last change.
15617
15618 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * nnmail.el (nnmail-cache-insert): Always check whether
15621         nnmail-cache-ignore-groups matches a group name.
15622
15623 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15624
15625         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15626         (spam-find-spam, spam-log-processing-to-registry)
15627         (spam-log-registered-p, spam-log-unregistration-needed-p)
15628         (spam-log-undo-registration): Use gnus-message instead of
15629         gnus-error, none of these errors are fatal.
15630
15631         * gnus-registry.el (gnus-registry-clean-empty-function)
15632         (gnus-registry-clean-empty): Remove only empty entries without
15633         extra data.
15634
15635 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15636
15637         * spam-stat.el (spam-stat-buffer-change-to-spam)
15638         (spam-stat-buffer-change-to-non-spam): Change (error) to
15639         (gnus-message 8) invocation.
15640
15641 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * nntp.el (nntp-via-netcat-command): New variable.
15644         (nntp-via-netcat-switches): New variable.
15645         (nntp-open-via-rlogin-and-netcat): New function.
15646         (nntp-open-connection-function): Doc fix.
15647         (nntp-telnet-command): Doc fix.
15648         (nntp-end-of-line): Doc fix.
15649         (nntp-via-rlogin-command): Doc fix.
15650         (nntp-via-user-name): Doc fix.
15651         (nntp-via-address): Doc fix.
15652
15653 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15656         error in Emacs 21.1.
15657
15658 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15659
15660         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15661
15662 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15663
15664         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15665         (gnus-agent-with-refreshed-group): New macro.
15666         (gnus-agent-rename-group): New function.
15667         (gnus-agent-delete-group): New function.
15668         (gnus-agent-save-group-info): Use gnus-command-method when
15669         `method' parameter is nil.  Don't write nil entries into the
15670         active file.
15671         (gnus-agent-get-group-info): New function.
15672         (gnus-agent-fetch-articles): Use
15673         gnus-agent-update-files-total-fetched-for to increment disk space
15674         used.
15675         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15676         gnus-agent-update-view-total-fetched-for to increment disk space
15677         used.
15678         (gnus-agent-get-local): Added optional parameters to avoid calling
15679         gnus-group-real-name and gnus-find-method-for-group.
15680         (gnus-agent-set-local): Delete stored entry if either min, or max,
15681         are nil.
15682         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15683         quit, use gnus-agent-regenerate-group to record existance of any
15684         articles fetched to disk before the quit occurred.
15685         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15686         gnus-agent-update-view-total-fetched-for, and
15687         gnus-agent-update-files-total-fetched-for to decrement disk space
15688         used.
15689         (gnus-agent-retrieve-headers): Use
15690         gnus-agent-update-view-total-fetched-for to increment disk space
15691         used.
15692         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15693         with gnus-agent-update-files-total-fetched-for to decrement disk
15694         space and fresh group buffer.
15695         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15696         (gnus-agent-need-update-total-fetched-for): New variable.
15697         (gnus-agent-update-files-total-fetched-for): New function.
15698         (gnus-agent-update-view-total-fetched-for): New function.
15699         (gnus-agent-total-fetched-for): New function.
15700
15701         * gnus-cache.el (gnus-cache-save-buffers): Use
15702         gnus-cache-update-overview-total-fetched-for to change disk space
15703         used by this group.
15704         (gnus-cache-possibly-enter-article): Use
15705         gnus-cache-update-file-total-fetched-for to increment disk space
15706         used by this group.
15707         (gnus-cache-possibly-remove-article): Use
15708         gnus-cache-update-file-total-fetched-for to decrement disk space
15709         used by this group.
15710         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15711         (gnus-cache-rename-group): New function.
15712         (gnus-cache-delete-group): New function.
15713         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15714         (gnus-cache-need-update-total-fetched-for): New variable.
15715         (gnus-cache-with-refreshed-group): New macro.
15716         (gnus-cache-update-file-total-fetched-for): New function.
15717         (gnus-cache-update-overview-total-fetched-for): New function.
15718         (gnus-cache-rename-group-total-fetched-for): New function.
15719         (gnus-cache-delete-group-total-fetched-for): New function.
15720         (gnus-cache-total-fetched-for): New function.
15721
15722         * gnus-group.el: Require gnus-sum and autoload functions to
15723         resolve warnings when gnus-group.el compiled alone.
15724         (gnus-group-line-format): Documented new %F.
15725         (size of Fetched data) group line format; identifies disk space
15726         used by agent and cache.
15727         (gnus-group-line-format-alist): Defined new F format.
15728         (gnus-total-fetched-for): New function.
15729         (gnus-group-delete-group): No longer update
15730         gnus-cache-active-altered as gnus-request-delete-group now keeps
15731         the cache in sync.
15732         (gnus-group-list-active): Let the agent store a server's active
15733         list if currently plugged.
15734
15735         * gnus-int.el (gnus-request-delete-group):
15736         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15737         local disk in sync with the server.
15738         (gnus-request-rename-group):
15739         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15740         local disk in sync with the server.
15741
15742         * gnus-start.el (gnus-get-unread-articles):
15743         Cosmetic simplification to logic.
15744
15745         * gnus-util.el (gnus-rename-file): New function.
15746
15747 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15748
15749         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15750
15751 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15752
15753         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15754         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15755
15756 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15757
15758         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15759         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15760
15761 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15762
15763         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15764
15765 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15766
15767         * spam.el (spam-set-difference): Add function to replace
15768         gnus-set-difference in spam.el.
15769         (spam-summary-prepare-exit): Use spam-set-difference.
15770
15771 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15772
15773         * gnus-registry.el (gnus-registry-cache-file): Update to use
15774         gnus-dribble-directory OR gnus-home-directory OR ~.
15775         (gnus-registry-split-fancy-with-parent): Fix doc.
15776
15777 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * message.el (message-exchange-point-and-mark): Use
15780         message-mark-active-p.  Suggested by Jesper Harder
15781         <harder@ifa.au.dk>.
15782
15783 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * message.el (message-exchange-point-and-mark): Don't activate
15786         region if it was inactive.  Suggested by Hiroshi Fujishima
15787         <pooh@nature.tsukuba.ac.jp>.
15788
15789 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * gnus-art.el (article-display-face): Display Faces in the same
15792         order as X-Faces.
15793
15794 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15797
15798 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15801         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15802         (gnus-article-mime-hierarchy): Remove.
15803         (gnus-article-mime-hierarchy-next): Remove.
15804         (gnus-article-mode): Revert 2004-03-19 change.
15805         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15806         (gnus-insert-mime-button): Revert 2004-03-19 change.
15807         (gnus-mime-accumulate-hierarchy): Remove.
15808         (gnus-mime-enter-multipart): Remove.
15809         (gnus-mime-leave-multipart): Remove.
15810         (gnus-mime-display-part): Revert 2004-03-19 change.
15811         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15812
15813         * mml.el (mml-preview): Revert 2004-03-19 change.
15814
15815 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15816
15817         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15818
15819 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15820
15821         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15822         t while entering a file name using the mm-with-multibyte macro.
15823         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15824
15825         * mm-util.el (mm-with-multibyte): New macro.
15826
15827 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15830         user option.
15831         (gnus-mime-multipart-functions): Doc and customization fix.
15832         (gnus-article-mime-hierarchy): New variable.
15833         (gnus-article-mime-hierarchy-next): New variable.
15834         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15835         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15836         gnus-article-mime-hierarchy-next to nil.
15837         (gnus-insert-mime-button): Show hierarchy numbers.
15838         (gnus-mime-accumulate-hierarchy): New function.
15839         (gnus-mime-enter-multipart): New function.
15840         (gnus-mime-leave-multipart): New function.
15841         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15842         (gnus-mime-display-alternative): Show hierarchy numbers.
15843
15844         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15845         gnus-article-mime-hierarchy-next to nil.
15846
15847 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15848
15849         * dns.el: Don't require gnus-xmas.
15850
15851 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15852
15853         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15854         inline PGP.
15855         (mml-menu): Disable mml-quote-region if mark is inactive.
15856
15857 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15860         when the group's active is not available.
15861
15862 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15865         error.
15866
15867 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * imap.el (imap-store-password): New variable.
15870         (imap-interactive-login): Use it.
15871         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15872
15873 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15876         window-start and hscroll to summary window.
15877
15878 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15879
15880         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15881         conversion message to newsrc-dribble when an actual conversion is
15882         performed.
15883
15884 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15885
15886         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15887
15888 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * mm-decode.el (mm-complicated-handles): New function reviving
15891         former definition of mm-multiple-handles.
15892
15893         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15894         (gnus-mime-delete-part): Use it.
15895
15896 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15897
15898         * gnus-agent.el (gnus-agent-read-local): Bind
15899         nnheader-file-coding-system to gnus-agent-file-coding-system to
15900         avoid the implicit assumption that they will always be equal.
15901         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15902         coding-system-for-write, as the with-temp-file macro first prints
15903         to a buffer then saves the buffer.
15904
15905 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-art.el (gnus-article-edit-part): New function.
15908         (gnus-mime-save-part-and-strip): Use it; do query instead of
15909         signaling an error; don't use mm-multiple-handles.
15910         (gnus-mime-delete-part): Ditto.
15911
15912 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15913
15914         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15915         old file versions.
15916         (gnus-group-prepare-hook): Removed function that converted list
15917         form of gnus-agent-expire-days to group properties.
15918
15919         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15920         (gnus-request-accept-article): Re-indented.
15921
15922         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15923         converters to handle old agent file formats.  Added logic for a
15924         "backup before upgrading warning".
15925         (gnus-convert-mark-converter-prompt): Developers can mark
15926         functions as needing (default), or not needing,
15927         gnus-convert-old-newsrc's "backup before upgrading warning".
15928         (gnus-convert-converter-needs-prompt): Tests whether the user
15929         should be protected from potentially irreversable changes by the
15930         function.
15931
15932         * legacy-gnus-agent.el: New.  Provides converters that are only
15933         loaded when gnus-convert-old-newsrc needs to call them.
15934
15935 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * mail-source.el (mail-source-touch-pop): Doc fix.
15938
15939         * message.el (message-smtpmail-send-it): Doc fix.
15940
15941 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15942
15943         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15944
15945         * nnmail.el (nnmail-split-fancy): do.
15946
15947         * gnus-kill.el (gnus-kill, gnus-execute): do.
15948
15949 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15950
15951         * gnus-sum.el (gnus-widget-reversible-match)
15952         (gnus-widget-reversible-to-internal)
15953         (gnus-widget-reversible-to-external): New functions.
15954         (gnus-widget-reversible): New widget.
15955         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15956
15957 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15958
15959         * gnus-sum.el (gnus-thread-sort-functions)
15960         (gnus-article-sort-functions): Document `(not F)' items.
15961
15962 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15963
15964         * spam.el (spam-use-gmane-xref): Add new backend.
15965         (spam-gmane-xref-spam-group): Add variable to control the name of the
15966         Gmane spam group.
15967         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15968         (spam-regex-headers-spam, spam-regex-headers-ham)
15969         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15970         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15971         backends and checks.
15972         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15973
15974         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15975         an autodetect method.
15976
15977 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15978
15979         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15980         articles are being added to a group.
15981         (gnus-request-replace-article): Inform the agent that articles
15982         need to be uncached as the cached contents are no longer valid.
15983
15984 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * binhex.el: Don't autoload executable-find.
15987
15988         * canlock.el: Don't autoload mail-fetch-field.
15989
15990         * dgnushack.el: Autoload c-mode for XEmacs.
15991
15992         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15993
15994         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15995         rmail-dont-reply-to and rmail-output.
15996
15997         * gnus-score.el: Don't autoload ffap-string-at-point.
15998
15999         * gnus-setup.el: Don't autoload sc-cite-original.
16000
16001         * imap.el: Don't autoload base64-decode-string,
16002         base64-encode-string and md5.
16003
16004         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16005         and rmail-msg-restore-non-pruned-header.
16006
16007         * mm-decode.el: Don't autoload executable-find.
16008
16009         * mm-url.el: Don't autoload executable-find.
16010
16011         * mm-view.el: Don't autoload diff-mode.
16012
16013         * nndb.el: Don't autoload news-reply-mode, news-setup,
16014         cancel-timer and telnet.
16015
16016         * password.el: Don't autoload run-at-time for Emacs.
16017
16018         * sha1-el.el: Don't autoload executable-find.
16019
16020         * sieve-mode.el: Don't autoload c-mode.
16021
16022         * uudecode.el: Don't autoload executable-find.
16023
16024 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16025
16026         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16027         (gnus-agent-possibly-alter-active): Avoid null in numeric
16028         comparison.
16029         (gnus-agent-set-local): Refuse to save null in local object table.
16030         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16031         list of articles that will be marked as unread.
16032
16033 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16036
16037 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16038
16039         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16040         language tags.
16041
16042 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16043
16044         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16045         Don't bind "obarray".
16046
16047         * gnus-sum.el (gnus-thread-sort-functions): Added
16048         `gnus-thread-sort-by-most-recent-number' and
16049         `gnus-thread-sort-by-most-recent-date'.
16050         Reported by Kai Grossjohann <kai@emptydomain.de>.
16051
16052 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16055
16056 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16057
16058         * gnus-cus.el (gnus-agent-customize-category): Removed
16059         ignore-errors macro reference that required cl to be loaded at
16060         run-time.
16061
16062         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16063         single-interval range of the form (min . max).  Previously the
16064         range had to look like ((min . max)).  Likewise, return
16065         (min . max) rather than ((min . max)).
16066         (gnus-range-map): Use gnus-range-normalize to accept
16067         single-interval range.
16068
16069         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16070         the cache, but not the agent, now appear with their usual face.
16071
16072         * dgnushack.el (loaddir): New variable that is bound to the
16073         directory containing the dgnushack.el file. Use loaddir, rather
16074         than srcdir, to update load-path. Change lets dgnushack compile
16075         code in directories other than GNUS/lisp.
16076
16077 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * lpath.el: Don't bind w3m-safe-url-regexp.
16080
16081         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16082         w3m-safe-url-regexp variable buffer-local.
16083
16084         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16085
16086 2004-02-27  Simon Josefsson  <jas@extundo.com>
16087
16088         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16089         gnus-group-real-prefix.
16090         (gnus-summary-move-article): Use it, instead of
16091         gnus-group-real-prefix.
16092
16093 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * lpath.el: Bind w3m-safe-url-regexp.
16096
16097         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16098         w3m-safe-url-regexp variable buffer-local and set it as the value
16099         of mm-w3m-safe-url-regexp.
16100
16101         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16102
16103         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16104         parsing gnus-posting-styles when the message is not for replying.
16105
16106         * dgnushack.el: Autoload sgml-mode for XEmacs.
16107
16108         * nnrss.el (nnrss-opml-export): Use
16109         mm-set-buffer-file-coding-system instead of
16110         set-buffer-file-coding-system.
16111
16112 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16113
16114         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16115         of checkdoc.el).
16116         * nnrss.el: do.
16117         * gnus-mlspl.el: do.
16118         * gnus-ml.el: do.
16119         * gnus-srvr.el: do.
16120
16121         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16122
16123 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16124
16125         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16126         Corrections to custom-manual links.
16127
16128         * gnus-art.el (gnus-article): Ditto.
16129
16130         * mm-decode.el (mime-display, mime-security): Ditto.
16131
16132 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16133
16134         * flow-fill.el: Typo.
16135
16136 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16137
16138         * spam-wash.el: New file.
16139
16140 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16141
16142         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16143
16144 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16145
16146         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16147         to be run with new-articles as LIST1, not LIST2.
16148         (spam-registration-functions): Add spam-use-ham-copy as a nil
16149         registration backend.
16150
16151 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16152
16153         * spam-stat.el (spam-stat-washing-hook): New option.
16154         (spam-stat-buffer-words): Use it.
16155         (spam-stat-process-directory, spam-stat-test-directory): Use
16156         insert-file-contents-literally.
16157         (spam-stat-coding-system): New variable.
16158         (spam-stat-load, spam-stat-save): Use it.
16159
16160 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * spam-report.el (spam-report-plug-agent): Quote
16163         spam-report-url-to-file and spam-report-url-ping-plain.
16164
16165 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16166
16167         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16168         / in mailto URLs.
16169
16170 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * spam-report.el (spam-report-process-queue): Fix interactive use.
16173         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16174         (spam-report-unplug-agent): Doc fixes.
16175         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16176         (spam-report-agentize, spam-report-deagentize): Autoload.
16177
16178 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16181
16182         * message.el (message-setup-fill-variables): Add mml tags to
16183         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16184         <ajk@iu.edu>.
16185         (message-mode): Don't modify paragraph-separate there.
16186
16187 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * compface.el (uncompface-use-external): Default to undecided.
16190         (uncompface-use-external-threshold): New variable.
16191         (uncompface-float-time): New macro.
16192         (uncompface): Determine whether to use the external decoder if
16193         uncompface-use-external is undecided.
16194
16195 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16196
16197         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16198         after images.
16199
16200         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16201
16202 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16203
16204         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16205
16206         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16207
16208         * gnus-sum.el (gnus-summary-limit-to-age)
16209         (gnus-summary-limit-children): do.
16210
16211         * gnus-int.el (gnus-request-scan): do.
16212
16213         * gnus-group.el (gnus-group-suspend): do.
16214
16215         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16216
16217         * gnus-cite.el (gnus-cite-parse-attributions): do.
16218
16219         * gnus-agent.el (gnus-summary-set-agent-mark)
16220         (gnus-agent-regenerate-group): do.
16221
16222         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16223
16224         * binhex.el (binhex-decode-region-internal): do.
16225
16226 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-fun.el (gnus-face-properties-alist): New user option.
16229         (gnus-display-x-face-in-from): Use it.
16230
16231         * gnus-art.el (article-display-face): Ditto.
16232
16233         * compface.el (uncompface-use-external): Default to nil.
16234
16235 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16236
16237         * nntp.el (nntp-erase-buffer): New function.
16238         (nntp-retrieve-data, nntp-send-command)
16239         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16240         (nntp-possibly-change-group): Use it.
16241
16242         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16243         with-current-buffer.
16244
16245 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16246
16247         * compface.el: Merge the ELisp-based uncompface program.
16248         (compface): New customization group.
16249         (uncompface-use-external): New user option.
16250         (uncompface): Call uncompface-internal if uncompface-use-external
16251         is nil.
16252         (uncompface-internal): New function.  Note that there are also
16253         some other functions and variables added for this function.
16254
16255 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16256
16257         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16258         if necessary.
16259
16260 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16261
16262         * spam-report.el (spam-report-unplug-agent)
16263         (spam-report-plug-agent, spam-report-deagentize)
16264         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16265         Add support for the Agent in spam-report: when unplugged, report to a
16266         file; when plugged, submit all the requests.
16267
16268         * spam.el (spam-register-routine): Fix message about
16269         registration.
16270
16271 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16272
16273         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16274         dependencies.
16275         (rfc2047-encode): Use it.
16276
16277         * gnus-art.el (gnus-button-marker-list): Move before first
16278         reference.
16279
16280         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16281         (imap-parse-body): Fix format string mismatch.
16282
16283         * gnus-score.el (gnus-summary-increase-score): do.
16284
16285         * nnrss.el (nnrss-close): New function.
16286
16287 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16288
16289         * nnrss.el (nnrss-make-filename): New function.
16290         (nnrss-request-delete-group, nnrss-read-server-data)
16291         (nnrss-save-server-data, nnrss-read-group-data)
16292         (nnrss-save-group-data): Use it.
16293         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16294         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16295         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16296
16297 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16300
16301 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16302
16303         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16304         files.
16305
16306         * message.el (message-generate-headers-first): Don't quote nil
16307         and t in docstrings.
16308
16309         * imap.el (imap-id): do.
16310
16311         * gnus-agent.el (gnus-agent-consider-all-articles)
16312         (gnus-agent-queue-mail): do.
16313
16314 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * spam-report.el (spam-report-process-queue): New function.
16317         Process requests from `spam-report-requests-file'.
16318         (spam-report-process-queue): Doc fix.
16319
16320 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16321
16322         * spam.el (spam-register-routine)
16323         (spam-log-processing-to-registry, spam-log-registered-p)
16324         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16325         Change "check" to "spam-check" for semi-clarity.
16326
16327 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16328
16329         * pop3.el: Require nnheader.
16330
16331         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16332
16333         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16334
16335         * gnus-picon.el: Require cl.
16336
16337         * gnus-fun.el: Require gnus-ems and gnus-util.
16338
16339         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16340
16341         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16342
16343         * gnus-art.el (gnus-article-edit-mode): Define before first
16344         reference.
16345
16346 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16347
16348         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16349         (gnus-uu-post-encoded): Use point-at-bol.
16350
16351         * gnus-topic.el (gnus-group-active-topic-p): do.
16352
16353         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16354
16355         * gnus-group.el (gnus-group-kill-region): do.
16356
16357         * gnus-art.el (article-date-ut): do.
16358
16359         * message.el (message-fetch-field): Remove redundant
16360         case-fold-search binding.
16361         (message-narrow-to-field): Simplify.
16362
16363 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16364
16365         * spam.el (spam-directory): Derive from `gnus-directory'.
16366
16367         * spam-report.el (spam-report-url-to-file)
16368         (spam-report-requests-file): New function and variable for offline
16369         reporting.
16370         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16371         and user defined function.
16372         (spam-report-url-ping-mm-url): Remove doubled slash.
16373
16374 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16375
16376         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16377
16378 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16381         format string mismatch.
16382
16383         * sieve.el (sieve-deactivate-all): do.
16384
16385         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16386
16387         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16388
16389         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16390
16391         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16392
16393 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16394
16395         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16396         the list of checks.
16397
16398 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16399
16400         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16401         padding.
16402
16403 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16404
16405         * mm-view.el (mm-fill-flowed): New variable.
16406         (mm-inline-text): Use it.
16407
16408 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16409
16410         * spam.el (spam-spamassassin-register-ham-routine)
16411         (spam-spamassassin-register-spam-routine): Fix function names.
16412
16413 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * gnus.el (gnus-tmp-grouplens): Remove.
16416         (gnus-summary-line-format): Remove grouplens.
16417
16418         * gnus-group.el (gnus-group-line-format): Ditto.
16419
16420         * gnus-spec.el (gnus-format-specs): Ditto.
16421         (gnus-update-format-specifications): Flush the group format spec
16422         cache if there's the grouplens stuff.
16423         (gnus-parse-simple-format): Replace %l with the empty string.
16424
16425 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16426
16427         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16428         omission.
16429
16430 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16433         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16434
16435 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16436
16437         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16438         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16439         New macros and functions.
16440         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16441         Handle > NLINK_MAX messages.
16442         * nnmaildir.el (nnmaildir-request-set-mark): Use
16443         nnmaildir--emlink-p and nnmaildir--eexist-p.
16444
16445 2004-01-25  Alex Schroeder  <alex@gnu.org>
16446
16447         * spam-stat.el (spam-stat-process-directory-age): New option.
16448         (spam-stat-process-directory): Use it.
16449
16450 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16451
16452         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16453         (spam-stat-save): Accept prefix argument.
16454
16455 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16456
16457         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16458         links" error.
16459
16460 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16463         the rest of the and/or forms.
16464
16465 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16466
16467         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16468         compatibility with old .newsrc.eld files.
16469
16470         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16471
16472         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16473
16474         * gnus-start.el (gnus-1): do.
16475
16476         * gnus-group.el (gnus-group-line-format-alist): do.
16477
16478         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16479
16480         * gnus-gl.el: Remove.
16481
16482 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16483
16484         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16485         marks consisting of a single range {for example, (3 . 5)} rather
16486         than a list of a single range { ((3 . 5)) }.
16487
16488 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16489
16490         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16491         with-current-buffer.
16492         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16493         avoid consing a string.
16494
16495         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16496         Remove obsolete entries for big5 and gb2312.
16497
16498 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16499
16500         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16501         uncompressed list.
16502
16503 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16504
16505         * spam-stat.el (spam-stat-strip-xref): New function.
16506         (spam-stat-process-directory): Use it.
16507
16508         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16509         here -- it's done in message-fetch-field.
16510
16511 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16512
16513         * gnus-agent.el (gnus-agent-queue-mail)
16514         (gnus-agent-prompt-send-queue): New variables.
16515         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16516         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16517         "nndraft:queue" along to gnus-draft-send.  Use
16518         gnus-agent-prompt-send-queue.
16519         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16520         is "nndraft:queue".  Suggested by Gaute Strokkenes
16521         <gs234@srcf.ucam.org>
16522
16523         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16524         (agent-enable-undownloaded-faces): Added.
16525         (gnus-agent-cat-groups): Use eval-and-compile, not
16526         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16527         method of gnus-agent-cat-groups even when the buffer has been
16528         evaled.
16529         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16530         delete gnus-agent-save-active-1.
16531         (gnus-agent-save-groups): Deleted.  Identical to
16532         gnus-agent-save-active.
16533         (gnus-agent-write-active): No longer adjust agent's copy of active
16534         file as agent's adjustments are now stored in their own
16535         file.  Removed optional parameter.
16536         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16537         servers.  Add use of min/max range limits from server's local
16538         file.
16539         (gnus-agent-save-alist): Removed unused optional argument.
16540         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16541         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16542         (gnus-agent-set-local): A per-server file that keeps min/max range
16543         limits for articles known to the agent.  Provides a fast mechanism
16544         for altering many active ranges.
16545         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16546         active file (local makes it unnecessary).
16547         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16548
16549         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16550         (agent-enable-undownloaded-faces): Added.
16551
16552         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16553         disable it when sending to "nndraft:queue".
16554         (gnus-group-send-queue): Add safety check to avoid sending queue
16555         when unplugged.
16556
16557         * gnus-group.el (gnus-group-catchup): Use new
16558         gnus-sequence-of-unread-articles, not
16559         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16560         numbers of articles.  Use gnus-range-map to avoid having to
16561         uncompress the unread list.
16562         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16563         Fixed invalid ange-ftp reference.
16564
16565         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16566         (gnus-sorted-range-intersection): Intersection of two ranges
16567         without requiring that they first be uncompressed.
16568
16569         * gnus-start.el (gnus-activate-group): Unless blocked by the
16570         caller, possibly expand the active range to include both cached
16571         and agentized articles.
16572         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16573         multiple version-dependent converters.
16574         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16575         gnus-agent-save-active.
16576         (gnus-save-newsrc-file): Save dirty agent range limits.
16577
16578         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16579         gnus-agent-possibly-alter-active.
16580         (gnus-adjust-marked-articles): Faster handling of simple lists.
16581
16582 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16583
16584         * spam-stat.el (spam-stat-test-directory): New optional argument
16585         displays a list of files detected.  Suggested by Andrew Cohen
16586         <cohen@andy.bu.edu>.
16587         (spam-stat-buffer-words-with-scores): Don't narrow and change
16588         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16589
16590 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16591
16592         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16593         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16594         (spam-spamassassin-arguments)
16595         (spam-spamassassin-spam-flag-header)
16596         (spam-spamassassin-positive-spam-flag-header)
16597         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16598         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16599         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16600         (spam-list-of-processors, spam-list-of-checks)
16601         (spam-list-of-statistical-checks, spam-registration-functions)
16602         (spam-check-spamassassin-headers, spam-check-spamassassin)
16603         (spam-spamassassin-score)
16604         (spam-spamassassin-register-with-sa-learn)
16605         (spam-spamassassin-register-spam-routine)
16606         (spam-spamassassin-register-ham-routine)
16607         (spam-assassin-register-spam-routine)
16608         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16609         (spam-bogofilter-score): Fix to show article before scoring.
16610
16611 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16614         default scoring function.
16615         (spam-generic-score): Call spam-spamassassin-score if
16616         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16617         spam-bogofilter-score otherwise.
16618
16619         * gnus.el (spam-process, spam-autodetect-methods): Add
16620         spamassassin and spamassassin-headers.
16621
16622 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16623
16624         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16625         Suppress unnecessary messages.
16626
16627 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16628
16629         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16630         make-hash-table.
16631
16632 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * canlock.el (base64-encode-string): Don't autoload it.
16635
16636 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * run-at-time.el: Remove useless (require 'itimer),
16639         eval-and-compile and (featurep 'xemacs).
16640
16641 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16642
16643         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16644         GROUP is a virtual group.
16645
16646 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16647
16648         * gnus.el: Autoload `message-y-or-n-p'.
16649
16650 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16651
16652         * pgg-parse.el: Remove unnecessary (require 'custom).
16653
16654         * pgg-def.el: do.
16655
16656         * nnmail.el: do.
16657
16658         * gnus-undo.el: do.
16659
16660         * gnus-picon.el: do.
16661
16662         * gnus-util.el: do.
16663
16664 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16665
16666         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16667
16668 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16671         handle, as well as a list.
16672
16673         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16674         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16675         (mm-w3m-cid-retrieve): Simplify.
16676
16677 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16678
16679         * message.el (message-kill-to-signature): Allow prefix arg to
16680         specify number of lines to keep before signature.
16681
16682 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16683
16684         * message.el (message-kill-to-signature): Change docstring.
16685
16686 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * canlock.el: Always require sha1-el.
16689         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16690
16691         * message.el: Autoload sha1 only when compiling.
16692
16693         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16694         eudc-expand-inline for XEmacs.
16695
16696 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * message.el (message-canlock-generate): Require sha1-el.
16699
16700 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * message.el (message-expand-name): Silence the byte compiler.
16703
16704         * lpath.el: Add detect-coding-system.
16705
16706         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16707         cus-edit.
16708
16709 2004-01-13  Simon Josefsson  <jas@extundo.com>
16710
16711         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16712         Invoke gnus-score-mode.  Reported by
16713         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16714
16715         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16716         Jim Blandy <jimb@redhat.com> (tiny change).
16717
16718 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16719
16720         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16721
16722 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16723
16724         * spam.el (spam-get-article-as-string): Update to use
16725         gnus-request-article-this-buffer, much simpler.
16726         (spam-get-article-as-buffer): Remove.
16727
16728 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16729
16730         * message.el (message-expand-name): Use EUDC if the user uses that.
16731
16732 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16733
16734         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16735         character for the encoding to avoid consing a string.
16736
16737         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16738         unnecessarily.
16739
16740         * mm-util.el (mm-replace-chars-in-string): Remove.
16741
16742         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16743         of mm-replace-chars-in-string.
16744
16745 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16746
16747         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16748
16749         * mm-util.el (mm-subst-char-in-string): Support inplace.
16750
16751         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16752         a new string in every iteration.  Use shy groups.
16753
16754 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16755
16756         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16757         * gnus-soup.el (gnus-soup-group-brew):
16758         * gnus-msg.el (gnus-put-message):
16759         * gnus-move.el (gnus-group-move-group-to-server):
16760         * gnus-kill.el (gnus-batch-score):
16761         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16762         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16763         (gnus-group-update-group, gnus-group-read-group)
16764         (gnus-group-make-group, gnus-group-make-help-group)
16765         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16766         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16767         (gnus-group-sort-by-unread, gnus-group-catchup)
16768         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16769         (gnus-group-yank-group, gnus-group-set-info)
16770         (gnus-group-list-groups):
16771         * gnus.el (gnus-generate-new-group-name):
16772         * gnus-delay.el (gnus-delay-send-queue):
16773         * nnvirtual.el (nnvirtual-catchup-group):
16774         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16775         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16776         (gnus-group-prepare-topics, gnus-topic-check-topology):
16777         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16778         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16779         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16780         (gnus-group-make-articles-read):
16781         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16782         (gnus-group-change-level, gnus-kill-newsgroup)
16783         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16784         (gnus-get-unread-articles, gnus-make-articles-unread)
16785         (gnus-make-ascending-articles-unread): Use accessor
16786         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16787         to get group information for improved readability.
16788
16789
16790 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16791
16792         * gnus-art.el (article-decode-mime-words, article-babel)
16793         (gnus-article-highlight-signature, gnus-article-add-buttons)
16794         (gnus-signature-toggle): Use gnus-with-article-buffer.
16795
16796         * gnus-art.el (gnus-article-highlight-headers)
16797         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16798
16799         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16800         (gnus-article-set-globals, gnus-request-article-this-buffer)
16801         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16802         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16803         (gnus-mime-display-alternative): Use with-current-buffer.
16804
16805 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16806
16807         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16808         also under 80 char limit, and call gnus-error if needed.
16809         (spam-fetch-article-header): Fix - it was a
16810         buffer-local variable (gnus-newsgroup-data).
16811         (spam-find-spam): Use spam-generate-fake-headers, forget about
16812         spam-insert-fake-headers.
16813         (spam-insert-fake-headers): Remove.
16814
16815 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16816
16817         * deuglify.el (gnus-article-outlook-unwrap-lines)
16818         (gnus-outlook-rearrange-article)
16819         (gnus-outlook-repair-attribution-outlook)
16820         (gnus-outlook-repair-attribution-block)
16821         (gnus-outlook-repair-attribution-other): Remove redundant
16822         save-excursion.
16823
16824 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16825
16826         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16827         (spam-fetch-field-subject-fast)
16828         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16829         (spam-fetch-article-header): Add functions to deal with Gnus
16830         internals for fast retrieval of article header data.
16831         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16832
16833 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16834
16835         * pop3.el (pop3-md5): Remove.
16836         (pop3-apop): Replace pop3-md5 with md5.
16837
16838         * mm-bodies.el: base64 is always built-in.
16839
16840         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16841         with-current-buffer.
16842
16843 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * canlock.el (canlock-insert-header): Remove excessive grouping in
16846         regexp.
16847
16848         * gnus-sum.el (gnus-summary-read-document): Ditto.
16849
16850         * gnus-uu.el (gnus-uu-part-number): Ditto.
16851
16852         * html2text.el (html2text-remove-tags): Ditto.
16853         (html2text-format-tags): Ditto.
16854         (html2text-format-single-elements): Ditto.
16855
16856         * mml.el (mml-parse-1): Ditto.
16857
16858 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16859
16860         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16861
16862         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16863
16864         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16865
16866         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16867
16868 2003-11-15  Simon Josefsson  <jas@extundo.com>
16869
16870         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16871         (pgg-gpg-lookup-key): Use regexp match instead of
16872         split-string (split-string is different between emacs 21.2 and
16873         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16874
16875 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16876
16877         * gnus-art.el (gnus-mime-view-all-parts)
16878         (gnus-article-part-wrapper, gnus-article-view-part): Use
16879         with-current-buffer.
16880
16881 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16882
16883         * spam.el (spam-disable-spam-split-during-ham-respool)
16884         (spam-spamoracle-database, spam-cache-lookups)
16885         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16886         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16887         (spam-group-ham-marks, spam-group-spam-marks)
16888         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16889         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16890         also add spam-use-blackholes to the statistical checks.
16891         (spam-fetch-field-fast): Add interface to fetching fields, may
16892         become a macro.
16893         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16894         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16895         (spam-insert-fake-headers): Fake an article when needed.
16896         (spam-find-spam): Fake article when possible.
16897         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16898         (spam-check-bogofilter-headers): Use message-fetch-field instead
16899         of nnmail-fetch-field.
16900
16901 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16904
16905 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16906
16907         * spam.el (spam-split): Do not require spam-use-CHECK to be
16908         enabled if that check is passed to spam-split explicitly; also
16909         fix so 'spam doesn't get converted to spam-split-group when
16910         spam-split-symbolic-return is t.
16911         (spam-find-spam): Find registrations of the article and use those
16912         instead of re-running spam-split to find the spam/ham
16913         classification of the article.
16914         (spam-log-processing-to-registry, spam-log-registered-p)
16915         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16916         Use gnus-error instead of gnus-message.
16917         (spam-log-registration-type): Add function to determine the
16918         classification of a message based on registry entries; will
16919         return nil if both 'spam and 'ham are found.
16920         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16921         a reasonably fast local cache without the loading errors.
16922         (spam-cache-lookups): Set to t by default.
16923         (spam-find-spam): Don't try to guess spam-cache-lookups.
16924         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16925         spam-caches entry.
16926         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16927         caching of whitelist/blacklist entries.
16928         (spam-check-whitelist, spam-check-blacklist): Invoke
16929         spam-from-listed-p with a type, not a cache variable.
16930         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16931
16932 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16933
16934         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16935
16936         * nnmail.el (nnmail-split-fancy): do.
16937
16938         * mml.el (mml-parse): do.
16939
16940         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16941         (gnus-score-adaptive): do.
16942
16943 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16946         (gnus-mime-button-map): Don't set keymap parent.
16947         (gnus-button-ctan-directory-regexp): Use shy grouping.
16948         (gnus-prev-page-map): Don't set keymap parent.
16949         (gnus-prev-page-map): Remove duplicated one.
16950         (gnus-next-page-map): Don't set keymap parent.
16951         (gnus-mime-security-button-map): Ditto.
16952
16953         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16954         version number.
16955
16956         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16957
16958 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * canlock.el (canlock-sha1-function): Remove.
16961         (canlock-sha1-function-for-verify): Remove.
16962         (canlock-openssl-program): Remove.
16963         (canlock-openssl-args): Remove.
16964         (canlock-ignore-errors): Remove.
16965         (canlock-sha1-with-openssl): Remove.
16966         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16967         (canlock-verify): Don't use canlock-ignore-errors.
16968
16969         * sha1-el.el (sha1-string-external): Make it can return a string
16970         in binary form.
16971         (sha1-region-external): Ditto.
16972         (sha1-string-internal): Ditto.
16973         (sha1-region-internal): Ditto.
16974         (sha1-region): Ditto.
16975         (sha1-string): Ditto.
16976         (sha1): Ditto.
16977
16978 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16979
16980         * spam.el (spam-report-articles-gmane): New command.
16981
16982 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16985
16986         * run-at-time.el (run-at-time-saved): Remove.
16987         (run-at-time): Doc fix.
16988
16989 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16990
16991         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16992         (gnus-summary-limit-map): Add it.
16993         (gnus-summary-make-menu-bar): do.
16994
16995 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16996
16997         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16998         Make attempt at some caching support (done for BBDB only now).
16999         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17000         addresses to be checked.
17001         (spam-clear-cache-BBDB): Add function, to be invoked by
17002         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17003         (spam-check-BBDB): Check and use the caches, if
17004         spam-cache-lookups is on, remove superfluous (provide).
17005
17006 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17007
17008         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17009
17010 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17011
17012         * run-at-time.el (run-at-time-saved): Move to after the definition
17013         of `run-at-time'.
17014
17015         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17016
17017 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17020         mm-w3m-local-map-property.
17021
17022         * mm-view.el (mm-w3m-mode-map): Remove.
17023         (mm-w3m-local-map-property): Remove.
17024         (mm-inline-text-html-render-with-w3m): Don't use
17025         mm-w3m-local-map-property.
17026
17027 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17028
17029         * run-at-time.el: New file.
17030
17031         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17032         under Emacs.
17033
17034         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17035         of gnus-set-text-properties.
17036
17037         * gnus-uu.el (gnus-uu-save-article): Ditto.
17038
17039         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17040
17041         * gnus-cite.el (gnus-cite-parse): Ditto.
17042
17043         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17044         of gnus-.
17045
17046         * gnus-xmas.el (run-at-time): Require run-at-time.
17047
17048         * gnus.el: Changed calls to nnheader-run-at-time and
17049         password-run-at-time throughout to use run-at-time directly.
17050
17051         * password.el: Removed definition of run-at-time.
17052
17053         * nnheaderxm.el: Remove definition of run-at-time.
17054
17055 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17056
17057         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17058         in prompt.
17059
17060 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17061
17062         * messagexmas.el (message-xmas-redefine): Alias
17063         `message-make-caesar-translation-table' to
17064         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17065         version.
17066
17067         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17068         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17069         `gnus-xmas-set-text-properties'.
17070         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17071         `gnus-xmas-completing-read'.
17072         (gnus-xmas-completing-read): Removed.
17073         (gnus-xmas-open-network-stream): Removed.
17074
17075         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17076         XEmacs version.
17077
17078         * dns.el (dns-make-network-process): Use `open-network-stream'
17079         instead of `gnus-xmas-open-network-stream'.
17080
17081         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17082
17083         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17084
17085 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17086
17087         * gnus-art.el (gnus-mime-display-alternative)
17088         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17089         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17090         Don't use gnus-local-map-property.
17091
17092         * gnus-util.el (gnus-local-map-property): Remove.
17093
17094         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17095         gnus-completing-read-maybe-default with completing-read.
17096
17097         * gnus-util.el (gnus-completing-read): do.
17098         (gnus-completing-read-maybe-default): Remove.
17099
17100 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17101
17102         * password.el: Only autoload `run-at-time' if not XEmacs.
17103         Only autoload the itimer functions if XEmacs.
17104
17105 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17108         XEmacsen.
17109
17110         * dgnushack.el: Autoload executable-find for XEmacs.
17111
17112 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17113
17114         * gnus-art.el (gnus-read-string): Remove.
17115         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17116         read-string.
17117
17118 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17119
17120         * netrc.el: Autoload password-read.
17121         (netrc): Add configuration group.
17122         (netrc-encoding-method, netrc-openssl-path): Add
17123         variables for encoding and decoding of files with symmetric
17124         ciphers.
17125         (netrc-encode): Add assistant function to encode a file with
17126         netrc-encoding-method.
17127         (netrc-parse): Add interactive parameter, added optional
17128         decoding if netrc-encoding-method is non-nil but otherwise
17129         behavior is standard.
17130         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17131         Do s/encode/encrypt/ everywhere.
17132
17133         * spam.el: Remove executable-find autoload.
17134
17135 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17136
17137         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17138
17139         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17140
17141 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17142
17143         * gnus-art.el (gnus-treat-ansi-sequences)
17144         (article-treat-ansi-sequences): New variable and function.
17145         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17146
17147         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17148         Use it.
17149
17150 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17151
17152         * mm-util.el (mm-quote-arg): Remove.
17153
17154         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17155         shell-quote-argument.
17156
17157         * gnus-uu.el (gnus-uu-command): do.
17158
17159         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17160
17161         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17162         with make-char.
17163
17164         * mm-util.el (mm-make-char): Remove.
17165
17166         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17167         add-minor-mode.
17168
17169         * gnus-undo.el (gnus-undo-mode): do.
17170
17171         * gnus-topic.el (gnus-topic-mode): do.
17172
17173         * gnus-sum.el (gnus-dead-summary-mode): do.
17174
17175         * gnus-start.el (gnus-slave-mode): do.
17176
17177         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17178
17179         * gnus-ml.el (gnus-mailing-list-mode): do.
17180
17181         * gnus-gl.el (gnus-grouplens-mode): do.
17182
17183         * gnus-draft.el (gnus-draft-mode): do.
17184
17185         * gnus-dired.el (gnus-dired-mode): do.
17186
17187         * gnus-ems.el (gnus-add-minor-mode): Remove.
17188
17189         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17190         Replace gnus-char-width with char-width.
17191
17192         * gnus-ems.el (gnus-char-width): Remove.
17193
17194         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17195         Replace gnus-char-width with char-width.
17196
17197         * gnus-ems.el (gnus-char-width): Remove.
17198
17199         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17200         definition.
17201         Remove Emacs 20 hash table compatibility code.
17202
17203         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17204         20 compatibility code.
17205
17206         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17207
17208         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17209
17210         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17211         with point-at-{eol,bol}.
17212
17213         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17214
17215         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17216
17217         * flow-fill.el (fill-flowed-point-at-bol)
17218         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17219
17220         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17221         Replace with point-at-{eol,bol} throughout all files.
17222
17223 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * ntlm.el (ntlm-string-as-unibyte): New macro.
17226         (ntlm-build-auth-response): Use it.
17227
17228         Remove Emacs 20 stuff:
17229         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17230         (butlast, mapc, remove): Remove the compiler macros.
17231         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17232         of delq and copy-sequence.
17233         * gnus-art.el (popup-menu): Remove the compiler macro.
17234         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17235         Emacs 20.
17236
17237 2004-01-05  Simon Josefsson  <jas@extundo.com>
17238
17239         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17240         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17241         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17242         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17243         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17244         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17245         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17246         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17247         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17248         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17249         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17250         string-xor into ntlm-string-xor.  Suggested by
17251         Jesper Harder <harder@myrealbox.com>.
17252
17253         * ntlm.el: Don't include poem.
17254
17255         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17256         Jesper Harder <harder@myrealbox.com>.
17257
17258         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17259
17260         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17261         probably breaks emacs with DL patch, but do we care? Is anyone
17262         still using the DL stuff?)
17263
17264         * sieve-manage.el: Use the password package.
17265         (sieve-manage-read-passwd): Remove.
17266         (sieve-manage-interactive-login): Use password.  Re-add
17267         condition-case around loop.
17268
17269         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17270         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17271         the password package.
17272
17273 2003-02-19  Simon Josefsson  <jas@extundo.com>
17274
17275         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17276         token.
17277
17278 2002-08-07  Simon Josefsson  <jas@extundo.com>
17279
17280         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17281         (sieve-manage-authenticators):
17282         (sieve-manage-authenticator-alist): Add some SASL mechs.
17283         (sieve-sasl-auth): New function.
17284         (sieve-manage-cram-md5-auth):
17285         (sieve-manage-plain-auth): Rewrite using SASL library.
17286         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17287         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17288         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17289         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17290
17291 2004-01-05  Simon Josefsson  <jas@extundo.com>
17292
17293         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17294         New files.
17295
17296 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17297
17298         * gnus-group.el (gnus-no-groups-message): Update.
17299
17300         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17301
17302 2003-11-09  Simon Josefsson  <jas@extundo.com>
17303
17304         * imap.el: Support for ID IMAP extension (RFC 2971).
17305         (imap-local-variables): Add imap-id.
17306         (imap-id): New variable.
17307         (imap-id): New function.
17308         (imap-parse-response): Parse untagged ID response.
17309         * nnimap.el (nnimap-id): New variable.
17310         (nnimap-open-connection): Use it.
17311
17312 2003-12-28  Simon Josefsson  <jas@extundo.com>
17313
17314         * gnus-score.el (gnus-score-edit-all-score): New.
17315         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17316
17317 2004-01-04  Simon Josefsson  <jas@extundo.com>
17318
17319         * password.el: Add.
17320
17321 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17322
17323         * dns.el (dns-query-types): Fix typo.
17324         (dns-query-types): New function.
17325         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17326         PTR and SOA replies, see RFC 1035.
17327
17328 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17329
17330         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17331
17332         * Moved to Changelog.2.
17333
17334 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17335
17336         * gnus.el (gnus-version-number): Bump version.
17337
17338 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17339
17340         * gnus.el: No Gnus v0.1 is released.
17341
17342 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17343
17344         * gnus.el: No Gnus v0.0 is released.
17345
17346 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347
17348         * gnus.el (gnus-version-number): Bump.
17349         (gnus-version): No.
17350
17351 See ChangeLog.2 for earlier changes.
17352
17353     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17354       Free Software Foundation, Inc.
17355
17356   This file is part of GNU Emacs.
17357
17358   GNU Emacs is free software: you can redistribute it and/or modify
17359   it under the terms of the GNU General Public License as published by
17360   the Free Software Foundation, either version 3 of the License, or
17361   (at your option) any later version.
17362
17363   GNU Emacs is distributed in the hope that it will be useful,
17364   but WITHOUT ANY WARRANTY; without even the implied warranty of
17365   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17366   GNU General Public License for more details.
17367
17368   You should have received a copy of the GNU General Public License
17369   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17370
17371 ;; Local Variables:
17372 ;; coding: utf-8
17373 ;; fill-column: 79
17374 ;; add-log-time-zone-rule: t
17375 ;; End: