(shr-put-image): Add help-echo alt texts to the images.
[gnus] / lisp / ChangeLog
1 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4         control the background color.
5         (shr-tag-img): Ignore very small web bug type images.
6         (shr-put-image): Add help-echo alt texts to the images.
7
8 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * shr.el (shr-table-depth): New variable.
11         (shr-tag-table-1): Only insert the images after the top-level table.
12
13         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
14
15         * gnus-util.el (gnus-list-memq-of-list): New function.
16
17         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
18         selected.
19         (nnimap-unsplittable-articles): New slot.
20         (nnimap-new-articles): Use it.
21
22 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
23
24         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
25         move to the previous line on `M-g'.
26
27 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
30         *-request-group, which seems unnecessary.
31
32         * nnimap.el (nnimap-quote-specials): Function copied over from
33         imap.el.
34         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
35         they support that.  Suggested by Tom Regner.
36
37 2010-10-29  Julien Danjou  <julien@danjou.info>
38
39         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
40         defalias.
41         (gnus-summary-delete-marked-with): Remove obsolete defalias.
42
43         * gnus.el: Remove `gnus-nntp-service' variable.
44         (gnus-secondary-servers): Make obsolete.
45         (gnus-nntp-server): Make obsolete.
46
47         * gnus-start.el (gnus-1): Remove x-splash calls.
48
49         * gnus-ems.el (gnus-x-splash): Remove.
50
51         * gnus.el (gnus-group-startup-message): Simplify/update code.
52
53         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
54         definition.
55
56         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
57         capability before doing anything.
58         (gnus-group-insert-group-line): Remove useless
59         gnus-group-remove-excess-properties.
60
61 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
64
65 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
68         config after reselecting.
69
70 2010-10-28  Julien Danjou  <julien@danjou.info>
71
72         * shr.el (shr-put-image): Use point even if only inserting text.
73         (shr-put-image): Save excursion when inserting alt text on non-graphic
74         display, so the behaviour is the same when we are on a graphic display.
75
76         * nnir.el (nnir-run-swish-e): Remove hyrex support.
77
78 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
81         (gnus-mime-copy-part): Check coding system, not charset.
82         (gnus-mime-view-part-externally): Never remove part.
83         (gnus-mime-view-part-internally): Don't remove part here.
84         (gnus-article-part-wrapper): Make sure MIME tag is visible.
85         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
86         multipart/alternative.
87
88         * mm-decode.el (mm-display-part): Take optional arg `force'.
89
90 2010-10-26  Julien Danjou  <julien@danjou.info>
91
92         * gnus-group.el (gnus-group-default-list-level): Add this function to
93         compute the default list level.
94         (gnus-group-default-list-level): Add possibility to use a function.
95
96 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
99
100         * gnus-group.el (gnus-group-completing-read)
101         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
102         gnus-replace-in-string.
103
104 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * shr.el (shr-tag-div): Added.
107
108         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
109
110 2010-10-25  Julien Danjou  <julien@danjou.info>
111
112         * gnus-util.el: Remove `gnus-with-local-quit'.
113
114         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
115
116 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
119         the original article buffer.
120
121 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * nnimap.el (nnimap-request-head): New function.
124         (nnimap-request-move-article): Try to be slighly faster by not
125         requesting the entire message when moving.
126         (nnimap-transform-headers): Don't bug out on bodiless articles.
127         (nnimap-send-command): Have no outstanding messages if the IMAP server
128         doesn't support streaming.
129         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
130
131 2010-10-24  Julien Danjou  <julien@danjou.info>
132
133         * message.el (message-default-headers): Fix type.
134
135 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
138         prefetching images.
139
140         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
141         backend for unknown groups.  This is mainly useful for nnimap groups.
142
143         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
144         group isn't covered by the agent.
145
146 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
147
148         * nnir.el (nnir-method-default-engines): new variable.
149         (nnir-run-query): use it.
150         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
151         (gnus-summary-nnir-goto-thread): change group if needed.
152
153         * gnus-group.el (gnus-group-group-map): add key binding for
154         gnus-group-make-nnir-group.
155
156 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * shr.el (shr-tag-object): Added.
159
160         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
161         original article buffer live.
162         (gnus-summary-select-article-buffer): Mention
163         gnus-widen-article-buffer.
164
165 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * shr.el (shr-tag-strong): Added.
168
169 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170
171         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
172         group names.  They mess up the group buffer badly.
173
174         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
175
176         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
177         instead of the summary one.
178
179 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * mml.el (mml-preview): Work properly when editing article.
182
183         * gnus-start.el (gnus-read-active-file-1): Don't add method to
184         gnus-have-read-active-file if it's already been in.
185
186 2010-10-22  Tom Tromey  <tromey@redhat.com>
187
188         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
189         gnus-group-completing-read.
190
191 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * message.el (message-mode-map): Don't bind M-; to comment region, to
194         allow the global comment-dwim to work.
195
196 2010-10-21  Julien Danjou  <julien@danjou.info>
197
198         * message.el (message-setup-1): Allow message-default-headers to be a
199         function.
200
201 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * shr.el (shr-tag-table): Simplify.
204
205 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
208         to avoid trying to snarf invalid stuff.
209
210         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
211
212         * gnus.el (gnus-message-archive-group): Quote value.
213         (gnus-message-archive-group): Mark as changed.
214
215         * shr.el (shr-add-font): Don't put the font properties on the newline
216         or the indentation.
217
218         * message.el (message-fix-before-sending): Change options when sending
219         non-printable characters.
220
221         * gnus.el (gnus-message-archive-method): Change the default to
222         monthly outgoing groups.
223
224         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
225         that have gotten new numbers.
226
227         * nnimap.el (nnimap-request-replace-article): New function.
228
229 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
232         (nnrss-request-article): Don't use special html washing code.
233
234 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * shr.el (shr-tag-table): Remove useless nconc.
237
238 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-art.el (article-wash-html): Simplify and remove the charset
241         stuff.  Use the normal html rendering code instead of the special html
242         washing code.
243
244         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
245         `gnus-w3m' symbols.
246         (mm-text-html-washer-alist): Removed.
247
248         * mm-decode.el (mm-inline-text-html-renderer): Removed.
249         (mm-inline-media-tests): Removed use.
250         (mm-text-html-renderer): Change default to the `shr' symbol.
251
252         * mm-view.el (mm-inline-text-html): Removed use.
253
254         * gnus-art.el (gnus-blocked-images): New function.  Allow the
255         `gnus-blocked-images' to be a function.
256         (gnus-article-wash-function): Removed.
257
258 2010-10-20  Julien Danjou  <julien@danjou.info>
259
260         * spam.el (spam-list-of-processors): Mark as obsolete.
261
262         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
263         (nnimap-insert-partial-structure): Fix boundary detection.
264
265 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
266
267         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
268         run file-truename on remote files.  This can be expensive and even
269         prevent one from editing drafts if some unrelated buffer has a stale
270         connection.
271
272 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
275         kinsoku-eol regardless of shr-kinsoku-shorten.
276         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
277         (shr-tag-table): Support caption, thead, and tfoot.
278
279 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
282         lines.
283         (shr-save-contents): New command and keystroke.
284
285         * nndoc.el (nndoc-type-alist): Add git support.
286         (nndoc-git-type-p): New function.
287         (nndoc-transform-git-article): Ditto.
288         (nndoc-transform-git-headers): Ditto.
289         (nndoc-transform-git-headers): Generate Subject headers.
290
291         * shr.el (shr-parse-style): New function.
292         (shr-tag-span): Ditto.
293
294         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
295         to `G G' to avoid collisions.
296
297 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * shr.el: Load kinsoku if necessary.
300         (shr-kinsoku-shorten): New internal variable.
301         (shr-find-fill-point): Make kinsoku shorten text line if
302         shr-kinsoku-shorten is bound to non-nil.
303         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
304         shr-indentation too when testing if table is wider than frame width.
305         (shr-insert-table): Use `string-width' instead of `length' to measure
306         text width.
307         (shr-insert-table-ruler): Make sure indentation is done at bol.
308
309 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
310
311         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
312         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
313         undecoded network data.
314
315 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
318         name in the mode line spec so that the mode line menu works
319         (bug #2431).
320
321         * message.el (message-get-reply-headers): If we're fed `to-address',
322         then always use that.
323
324         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
325         aren't so wide as to need to switch off the edit menu.
326
327         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
328         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
329
330         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
331         `M-g'.
332         (nnimap-update-info): Update flags/read marks even if \* isn't part of
333         the permanent marks.
334
335 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
336
337         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
338         Splitting according to references/in-reply-to obeys the ignore-groups
339         variable, while splitting by sender and subject do not.
340
341 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
344         alist, so that we can look for non-Unicode chars.
345         (article-translate-strings): Allow both character and string maps.
346
347 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * shr.el (shr-insert): Don't insert space behind a wide character
350         categorized as kinsoku-bol, or between characters both categorized as
351         nospace.
352
353 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
354
355         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
356         headers to gnus-newsgroup-headers.
357
358 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359
360         * shr.el (shr-tag-img): Don't align images -- since we're not
361         rescaling, this often leads to ugly displays.
362
363 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
364
365         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
366         duplicates.
367
368 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
369
370         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
371         call.
372
373 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * gnus.el: Autoload gnus-html-show-images.
376
377         * nnimap.el: Use nnheader-message throughout.
378
379         * shr.el (shr-tag-img): Ignore images with no data.
380
381 2010-10-15  Julien Danjou  <julien@danjou.info>
382
383         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
384         a possibility to disable format=flow encoding when using hard newlines.
385
386 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * shr.el (shr-insert): Remove space inserted before or after a
389         breakable character or at the beginning or the end of a line.
390         (shr-find-fill-point): Do kinsoku; find the second best point or give
391         it up if there's no breakable point.
392
393 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * nnimap.el (nnimap-open-connection): Message when opening connection
396         for debugging purposes.
397
398         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
399         on every setup buffer call to allow this to change from article to
400         article.
401
402         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
403         buffers where we have a wide table.
404
405 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
406
407         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
408         uses *-request-thread.
409
410 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * nnimap.el (nnimap-open-connection): Remove %s from openssl
413         incantation, which is no longer valid.
414
415 2010-10-14  Julien Danjou  <julien@danjou.info>
416
417         * shr.el: Fix defcustom type (char -> character).
418
419 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * nnimap.el (nnimap-open-connection): tls-program should be a list of
422         programs.
423
424 2010-10-14  Julien Danjou  <julien@danjou.info>
425
426         * shr.el (shr-tag-a): Use url-link as widget type.
427
428         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
429         `gnus-group-get-icon'.
430
431 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
434         This should make server editing work better.
435
436         * shr.el (shr-find-fill-point): Don't inloop on indented text.
437
438         * tls.el (tls-program): Remove spurious %s from openssl.
439
440         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
441         (nnimap-parse-flags): Fix regexp.
442
443         * shr.el (shr-find-fill-point): Use a filling algorithm that should
444         probably work for CJVK text, too.
445
446         * nnimap.el (nnimap-extend-tls-programs): Removed.
447         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
448
449         * tls.el (tls-starttls-switches): Remove starttls hack.
450         (open-tls-stream): Ditto.
451         (tls-find-starttls-argument): Ditto.
452
453 2010-10-13  Julien Danjou  <julien@danjou.info>
454
455         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
456         responses.
457
458 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
461
462         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
463         anything in Emacs.
464
465         * shr.el (shr-current-column): Remove buggy and unnecessary function.
466
467 2010-10-13  Julien Danjou  <julien@danjou.info>
468
469         * shr.el (shr-width): Make shr-width a defcustom with default to
470         fill-column.
471         (shr-tag-img): Use shr-width rather than fill-column.
472
473 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * dgnushack.el (byte-optimize-apply)
476         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
477
478         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
479         position when (X-)Faces exist.
480         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
481         avatars when called interactively.
482
483 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
486         gnus-article-x-face-too-ugly is bound.
487
488 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
491
492         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
493         mailbox that doesn't exist.
494
495 2010-10-12  Julien Danjou  <julien@danjou.info>
496
497         * shr.el (shr-tag-img): Encode URL properly when retrieving.
498         (shr-get-image-data): Encode URL properly when fetching from cache.
499         (shr-tag-img): Use aligned-to spaces to align correctly images.
500
501         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
502         before inserting the Gravatar.
503
504         * shr.el (shr-tag-img): Add align attribute support for <img>.
505
506 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus-gravatar.el (gnus-art): Required.
509
510         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
511         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
512         Remove long obsoleted functions.
513
514 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
517
518         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
519
520         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
521         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
522         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
523         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
524         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
525         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
526         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
527
528 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * nnimap.el (nnimap-request-rename-group): Select group read-only
531         before renaming it.
532
533         * shr.el (shr-insert): Fix up the white space only regexp.
534
535         * nnimap.el (nnimap-transform-split-mail): Not all articles have
536         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
537
538         * shr.el (shr-current-column): New function.
539         (shr-find-fill-point): New function.
540
541 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
542
543         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
544         numbers.
545
546 2010-10-11  Julien Danjou  <julien@danjou.info>
547
548         * shr.el (shr-hr-line): Add.
549         (shr-tag-hr): Use shr-hr-line to specify which character to use to
550         display hr lines.
551         (shr-max-columns): Do not change state to nil if we just inserting
552         spaces.
553
554 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * gnus-topic.el (gnus-topic-read-group): If after the last group,
557         select the last group.
558
559 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
560
561         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
562
563 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
564
565         * dig.el (dig-mode-map): Declare and define in one step.
566
567 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
570         for Gnus.
571         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
572         (nnimap-update-qresync-info): Mark \Seen articles as read.
573
574         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
575         non-variable, too.
576
577         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
578         available.
579         (nnimap-update-info): Rely more on the current active than the param
580         active to avoid marking articles as read too much.
581
582         * auth-source.el (auth-source-create): Use (user-login-name) for the
583         user name default.
584
585         * nnimap.el (nnimap-update-info): If the server doesn't return any
586         useful info, just use the previous info.
587         (nnimap-update-info): Prefer old info over start-article.
588         (nnimap-update-qresync-info): Finish implementing QRESYNC.
589
590 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
591
592         * nnir.el (autoload): Clean up autoloads.
593         (nnir-imap-default-search-key): Renamed from
594         nnir-imap-search-field. Use key rather than value.
595         (nnir-imap-search-other): New variable.
596         (nnir-read-parm): Use it.
597         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
598         (gnus-summary-nnir-goto-thread): Modify to work with imap.
599
600 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
601
602         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
603         the process, too.
604
605 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
608         Allbery.
609
610         * shr.el: Rework the way things are indented by <li> slightly.
611
612         * gnus.el (gnus-group-set-parameter): Fix typo.
613
614         * nnimap.el: Start implementing QRESYNC support.
615
616 2010-10-09  Julien Danjou  <julien@danjou.info>
617
618         * nnir.el (nnir-engines): Fix too many arguments.
619
620 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
623         group is the "last", so that the backends like nnfolder actually save
624         their folders.
625
626         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
627         try to use that for the tls stream.
628         (nnimap-retrieve-group-data-early): Rework the marks code to heed
629         UIDVALIDITY and find out which groups are read-only and not.
630         (nnimap-get-flags): Use the same marks parsing code as the rest of
631         nnimap.
632
633 2010-10-09  Julien Danjou  <julien@danjou.info>
634
635         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
636
637         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
638         retrieving gravatars.
639
640         * shr.el (shr-table-corner): Add.
641         (shr-table-line): Add.
642         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
643
644 2010-10-08  Julien Danjou  <julien@danjou.info>
645
646         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
647
648 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
651
652         * gnus-sum.el (gnus-mark-article-as-unread)
653         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
654         (gnus-summary-set-bookmark): Use it.
655
656         * gnus-msg.el (gnus-setup-message): Use it.
657
658         * gnus-demon.el (gnus-demon-remove-handler): Use it.
659
660         * gnus.el (gnus-group-remove-parameter): Use it.
661
662         * gnus-group.el (gnus-group-make-web-group): Use it.
663
664         * gnus-demon.el (gnus-demon-remove-handler): Use it.
665
666         * nnregistry.el: Update docs to mention manual.
667
668         * gnus-registry.el: Update docs to mention nnregistry.el.
669         (gnus-registry-initialize): Don't install nnregistry refer method
670         automatically.
671         (gnus-registry-install-nnregistry): Remove it.
672
673 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * shr.el (shr-insert): Don't insert double spaces.
676
677 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-gravatar.el (gnus-treat-from-gravatar)
680         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
681         called interactively.
682
683         * gnus-art.el (gnus-mime-view-part-externally)
684         (gnus-mime-view-part-internally): Make predicate function passed to
685         gnus-mime-view-part-as-type assume argument is a mime type, not a list
686         of a mime type.
687
688         * shr.el (shr-table-widths): Don't use cl function `reduce'.
689
690 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * shr.el (require): Require cl when compiling.
693         (shr-tag-hr): New function.
694
695         * nnimap.el (nnimap-update-info): Remove double setting of high.
696         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
697         makes nnimap work properly on Courier again.
698
699         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
700         the variable for backwards compatability.
701
702         * mm-decode.el (mm-save-part): If given a non-directory result, expand
703         the file name before using to avoid setting mm-default-directory to
704         nil.
705
706         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
707         bidning gnus-agent variables.
708
709         * shr.el (shr-render-td): Use a cache for the table rendering function
710         to avoid getting an exponential rendering behaviour in nested tables.
711         (shr-insert): Rework the line-breaking algorithm.
712         (shr-insert): Don't leave trailing spaces.
713         (shr-insert-table): Also insert empty TDs.
714         (shr-tag-blockquote): Ensure paragraphs after </ul>.
715
716 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
717
718         * gnus-sum.el (gnus-number): Rename from `number'.
719         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
720         (gnus-summary-limit-children): Update uses correspondingly.
721
722 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
725         (gnus-gravatar-transform-address): Don't show avatars of people of
726         which mail addresses match gnus-gravatar-too-ugly.
727
728 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * shr.el (shr-table-widths): Expand TD elements to fill available
731         space.
732
733 2010-10-07  Julien Danjou  <julien@danjou.info>
734
735         * nnimap.el (nnimap-request-rename-group): Add this method.
736
737 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
740         name from XEmacs' function-arglist.
741
742         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
743         gravatar under XEmacs.
744
745 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * auth-source.el: Update docs with TODO items.
748
749         * gnus-sync.el: Update docs to explain state and plans.
750
751         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
752         Hooks for mark updates.
753         (gnus-request-set-mark, gnus-request-update-mark): Use them.
754
755         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
756         hooks with arguments, which is needed for mark update hooks.
757
758 2010-10-06  Julien Danjou  <julien@danjou.info>
759
760         * gnus.el (gnus-expand-group-parameter): Only return and act on what
761         was matched.
762
763         * sieve-manage.el: Update example in `Commentary'.
764
765         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
766
767         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
768         not 2000.
769         (sieve-manage-authenticate): Re-add function.
770
771 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * shr.el (shr-insert): Get 'space transition right.
774         (shr-render-td): Only delete space at the end of the TD.
775
776         * nnimap.el (nnimap-open-connection): Prepare to support
777         open-gnutls-stream.
778
779         * shr.el: Rearrange function order to be more logical.
780
781 2010-10-06  Julien Danjou  <julien@danjou.info>
782
783         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
784         (nnrss-discover-feed): Remove 404 URL in docstring.
785
786         * nnir.el: Fix Swish-E URL.
787         Fix Namazu URL.
788
789         * message.el (message-change-subject): Remove 404 URL in a comment.
790
791 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
794         called interactively.
795
796         * gnus-util.el (gnus-remove-if): Allow hash table.
797         (gnus-remove-if-not): New function.
798
799         * gnus-art.el (gnus-mime-view-part-as-type)
800         * gnus-score.el (gnus-summary-score-effect)
801         * gnus-sum.el (gnus-read-move-group-name):
802         Replace remove-if-not with gnus-remove-if-not.
803
804         * gnus-group.el (gnus-group-completing-read):
805         Regard collection as a hash table if it is not a list.
806
807 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * shr.el (shr-render-td): Allow blank/missing <TD>s.
810
811         * shr.el: Document the table-rendering algorithm.
812
813 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
816         for Emacsen having no `libxml-parse-html-region' support.
817
818 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
821         invalid URLs.
822
823         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
824         line-broken.
825         (shr-tag-img): Ignore image fetching errors.
826         (shr-overlays-in-region): Compute overlay positions correctly.
827
828         * mm-decode.el (mm-shr): Require shr.
829
830         * gnus-art.el (gnus-blocked-images): Move variable here.
831
832         * shr.el (shr-insert-table): Bind free variable.
833
834         * mm-decode.el (mm-shr): Bind shr-content-function.
835
836         * shr.el (shr-content-function): New variable.
837
838         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
839         added for symmetry.
840
841         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
842
843         * gnus-group.el (gnus-group-make-group): Doc fix.
844
845         * nnimap.el (nnimap-request-newgroups): Return success.
846
847         * shr.el (shr-find-elements): New function.
848         (shr-tag-table): Put all the images after the table.
849         (shr-tag-table): Really inhibit images inside the table.
850         (shr-collect-overlays): Copy over overlays from the TD elements to the
851         main document.
852
853         * mm-decode.el (mm-shr): Bind shr-blocked-images to
854         gnus-blocked-images.
855
856 2010-10-05  Julien Danjou  <julien@danjou.info>
857
858         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
859
860         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
861         (gnus-html-maximum-image-size): Add this function.
862         (gnus-html-put-image): Use gnus-html-maximum-image-size.
863
864         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
865         server-value of the capability is nil.
866
867 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * shr.el (shr-tag-em): Add <EM> tag.
870
871 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
872
873         * sieve-manage.el (sieve-manage-default-stream): Make default stream
874         customizable.
875
876         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
877         handing broken links to browse-url.
878
879 2010-10-05  Julien Danjou  <julien@danjou.info>
880
881         * gnus-util.el (gnus-emacs-completing-read)
882         (gnus-iswitchb-completing-read): Use autoload rather than require.
883
884 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
887         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
888         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
889         iswitchb-temp-buflist for XEmacs.
890
891         * gnus-util.el (gnus-completing-read-function): Exclude
892         gnus-icompleting-read and gnus-ido-completing-read from candidates for
893         XEmacs since iswitchb.el is very old and ido.el is unavailable in
894         XEmacs.
895
896         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
897         not to use `delete-dups' that is unavailable in XEmacs 21.4.
898
899         * gnus-html.el: Don't require help-fns under XEmacs.
900         (gnus-html-schedule-image-fetching): Work for XEmacs.
901
902         * mm-decode.el (mm-shr): Decode contents by charset.
903
904 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
907         unknown.
908
909         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
910         (shr-get-image-data): Ensure against the cache file missing.
911
912         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
913         for data.
914
915         * spam-report.el (spam-report-url-ping-plain): Don't query about
916         killing the process.
917
918         * shr.el (shr-render-td): Protect against too-wide text.
919
920 2010-10-04  Julien Danjou  <julien@danjou.info>
921
922         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
923         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
924
925         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
926         retrieved.
927
928 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * shr.el (browse-url): Required.
931         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
932         lines.
933         (shr-show-alt-text, shr-browse-image): New commands.
934         (shr-browse-url, shr-copy-url): New commands.
935
936         * gnus-sum.el (gnus-widen-article-window): New variable.
937         (gnus-summary-select-article-buffer): Use it.
938
939         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
940         without @ signs.
941
942 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
943
944         * nnir.el (nnir-run-imap): Remove spurious space in search string.
945
946 2010-10-04  Julien Danjou  <julien@danjou.info>
947
948         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
949         for XEmacs.
950
951 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
954
955         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
956         (nnimap-close-server): Implement.
957
958         * dgnushack.el (iswitchb): Require to shut up the compiler.
959
960         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
961         (shr-insert): Tweak line breaking.
962         (shr-insert): Handle <pre> better.
963         (shr-tag-li): Get <li> indentation right.
964         (shr-tag-li): Get <li> indentation even righter.
965         (shr-tag-blockquote): Ensure paragraph start.
966         (shr-make-table): Tweak table generation.
967         (shr-make-table): Fix typo.
968
969         * shr.el: Implement table rendering.
970
971 2010-10-04  Julien Danjou  <julien@danjou.info>
972
973         * gnus-html.el (gnus-html-put-image): Fix resize image code.
974
975 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * shr.el (shr-insert): Use string anchors instead of line anchors.
978
979 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * shr.el: Add headings.
982         (shr-ensure-paragraph): Actually work.
983         (shr-tag-li): Make <ul> prettier.
984         (shr-insert): Get white space at the beginning/end of elements right.
985         (shr-tag-p): Collapse subsequent <p>s.
986         (shr-ensure-paragraph): Don't insert double line feeds after blank
987         lines.
988         (shr-insert): \t is also space.
989         (shr-tag-s): Fix "s" tag name function.
990         (shr-tag-s): Fix face prop name.
991
992 2010-10-03  Julien Danjou  <julien@danjou.info>
993
994         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
995
996         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
997         gnus-window-inside-pixel-edges.
998
999         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1000         gnus-ems.
1001
1002         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1003
1004         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1005         function.
1006
1007         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1008         resize choice.
1009
1010 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1013         beginning of the buffer.
1014
1015         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1016         article buffer again.
1017
1018         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1019         buffer.
1020
1021         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1022         when it's at the start of the buffer.
1023
1024         * shr.el (shr-tag-blockquote): Convert name.
1025         (shr-rescale-image): Use the right image-size variant.
1026
1027         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1028         buffer isn't shown, then select the current article first instead of
1029         bugging out.
1030         (gnus-summary-select-article-buffer): Show both the article and summary
1031         buffers again.
1032
1033         * shr.el (shr-fontize-cont): Protect against regions with no text.
1034         Rename tag functions to shr-tag-* for enhanced security.
1035         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1036
1037 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1038
1039         * shr.el (shr-insert):
1040         * pop3.el (pop3-movemail):
1041         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1042         loaded.
1043
1044 2010-10-03  Glenn Morris  <rgm@gnu.org>
1045
1046         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1047
1048         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1049
1050         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1051
1052         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1053
1054         * gnus-util.el (gnus-make-local-hook): Simplify.
1055
1056 2010-10-02  Julien Danjou  <julien@danjou.info>
1057
1058         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1059         (gnus-ido-completing-read): New function.
1060         (gnus-emacs-completing-read): New function.
1061         (gnus-completing-read): Use gnus-completing-read-function.
1062         Add gnus-completing-read-function.
1063
1064 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * shr.el (shr-insert-document): Autoload.
1067         (shr-img): Be silent.
1068         (shr-insert): Add a newline after every picture before text.
1069         (shr-add-font): Use overlays for combining faces.
1070         (shr-insert): Pass upwards the text start point.
1071
1072         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1073         possible.
1074         (mm-shr): New function.
1075
1076 2010-10-02  Julien Danjou  <julien@danjou.info>
1077
1078         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1079         should go backward.
1080
1081 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1082
1083         * shr.el (shr): Fix typo in provide call.
1084
1085 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * shr.el: New file.
1088
1089         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1090
1091         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1092         completing read.
1093
1094 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1097         we're being queried about.  Suggested by Dan Jacobson.
1098
1099         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1100         by Jason Eisner.
1101
1102         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1103         table, too.  Suggested by Stefan Wiens.
1104         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1105         the table unnecessary.  Suggested by Stefan Wiens.
1106
1107         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1108         longer needed, and probably doesn't work either, as pointed out by
1109         Stefan Wiens.
1110         (gnus-summary-exit): Remove call to the clearing function.
1111         (gnus-summary-exit-no-update): Ditto.
1112
1113         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1114         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1115         Reported by Stefan Monnier.
1116         (gnus-summary-save-in-rmail): Ditto.
1117
1118         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1119         article buffer, instead of both the article buffer and the summary
1120         buffer.  Sort of suggested by Dan Jacobson.
1121
1122         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1123
1124         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1125         Suggested by Dan Jacobson.
1126
1127         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1128         documentation clearer.
1129
1130         * message.el (message-shorten-references): Comment on the number "21".
1131         Suggested by Stefan Monnier.
1132
1133         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1134         Suggested by Dan Jacobson.
1135
1136         * gnus.el (gnus-large-newsgroup): Mention
1137         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1138
1139         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1140         externalize attachments.  Bug reported by Steve Wen.
1141
1142         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1143         really message anything to the user.
1144
1145         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1146         directly.
1147
1148         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1149         messages in empty groups.
1150
1151 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1152
1153         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1154         non-UIDNEXT group.
1155
1156 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1159         not the value from the collection.
1160
1161         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1162         values.  This sometimes happens on some groups that have no info.
1163         (nnimap-request-newgroups): New function.
1164
1165 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1166
1167         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1168         check into `gnus-registry-initialize'.
1169         (gnus-registry-initialize): Ditto.
1170         Fix and extend header docs.
1171
1172 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1175         regexp backtrace overflows.
1176
1177         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1178         for starttls that tls.el implements; i.e. openssl.
1179
1180         * tls.el (tls-starttls-switches): Give up on using starttls with
1181         gnutls-cli.
1182         (tls-program): Add --insecure to be consistent with the defaults from
1183         openssl s_client.  Now all three commands are insecure.
1184
1185 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * lpath.el: Bind completion-styles-alist for XEmacs.
1188
1189         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1190         (gravatar-create-image): New function that's an alias to
1191         gnus-xmas-create-image, gnus-create-image, or create-image.
1192         (gravatar-data->image): Use it.
1193
1194 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1195
1196         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1197         install the nnregistry refer method.
1198         (gnus-registry-install-hooks): Use it.
1199         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1200         unfollowed groups.
1201
1202 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1203
1204         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1205         expanding threads.
1206
1207 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * nnir.el: Use the server names without suffixes (bug #7009).
1210
1211         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1212         unencrypted to STARTTLS, if possible.
1213
1214 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1215
1216         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1217         headers before superseding.
1218
1219 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * nnrss.el (nnrss-use-local): Add documentation.
1222
1223         * nnimap.el (nnimap-extend-tls-programs): New function.
1224         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1225         (nnimap-wait-for-connection): Accept the greeting from the stupid
1226         output from openssl s_client -starttls, too.
1227
1228         * tls.el (tls-starttls-switches): New variable.
1229         (tls-find-starttls-argument): Use it.
1230         (open-tls-stream): Ditto.
1231
1232         * netrc.el (netrc-credentials): Return the value of the "default"
1233         entry.
1234         (netrc-machine): Ditto.
1235
1236         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1237         article number.
1238         (nnimap-split-fancy): New variable.
1239         (nnimap-split-incoming-mail): Use it.
1240
1241         * nntp.el (nntp-server-list-active-group): Document.
1242
1243         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1244         SELECT to get the message-id.
1245
1246         * mail-source.el (mail-sources): Removed webmail support.
1247         (defvar): Ditto.
1248         (mail-source-fetcher-alist): Ditto.
1249         (mail-source-fetch-webmail): Removed.
1250
1251         * webmail.el: Removed -- doesn't seem relevant any more.
1252
1253         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1254
1255         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1256         the \r.
1257
1258 2010-09-30  Julien Danjou  <julien@danjou.info>
1259
1260         * gnus-agent.el (gnus-agent-add-group): Fix call to
1261         gnus-completing-read.
1262
1263 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nndoc.el (nndoc-retrieve-groups): New function.
1266
1267         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1268         `default', use nnmail-split-methods.
1269         (nnimap-request-article): Downcase the NILs so that they are nil.
1270
1271         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1272         symbol.
1273
1274         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1275         code, since if the user has requested network, that's what they ought
1276         to get.
1277         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1278         (nnimap-split-rule): Mark as obsolete.
1279
1280         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1281         variable.
1282
1283         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1284         correct slot, too.
1285
1286 2010-09-29  Julien Danjou  <julien@danjou.info>
1287
1288         * gnus.el (gnus-local-domain): Declare variable obsolete.
1289
1290         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1291         computing.
1292         (gnus-ido-completing-read): Require ido.
1293
1294 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1297         build Gnus.
1298
1299         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1300         when interpreting the structures.
1301         (nnimap-request-accept-article): Add \r\n to the lines to make this
1302         work with Cyrus.
1303
1304         * nndraft.el (nndraft-request-expire-articles): Use the group name
1305         instead if "nndraft".  Fix found by Nils Ackermann.
1306
1307 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1308
1309         * nnregistry.el: Added.
1310
1311 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1312
1313         * nnmail.el (group, group-art-list, group-art):
1314         Remove unneeded directives.
1315
1316 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1319         (mm-mime-charset)
1320         * rfc2047.el (rfc2047-syntax-table)
1321         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1322
1323         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1324         rather than `insert-file-contents' and `eval-region'.
1325
1326         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1327         construction.
1328
1329         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1330
1331         * time-date.el: No need to require cl for Emacs 21.
1332
1333 2010-09-29  Julien Danjou  <julien@danjou.info>
1334
1335         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1336         replacement of `gnus-gravatar-relief' to mimic
1337         `gnus-faces-properties-alist'.
1338         Add :version property.
1339
1340 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * mail-source.el (mail-source-report-new-mail)
1343         * message.el (message-default-mail-headers)
1344         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1345
1346         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1347
1348 2010-09-28  Julien Danjou  <julien@danjou.info>
1349
1350         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1351         mail-address contains the same string as real-name.
1352
1353         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1354         non-blank in header, otherwise it'll get stripped.
1355
1356         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1357         real-name, and then for mail address rather than doing : or , search.
1358
1359 2010-09-27  Julien Danjou  <julien@danjou.info>
1360
1361         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1362         (gnus-server-goto-server): Use gnus-completing-read.
1363
1364         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1365
1366         * mm-util.el (defalias): Use gnus-completing-read.
1367         (mm-codepage-setup): Use gnus-completing-read.
1368
1369         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1370         (smime-decrypt-buffer): Use gnus-completing-read.
1371
1372         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1373
1374         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1375         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1376         (mml-insert-multipart): Use gnus-completing-read.
1377
1378         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1379
1380         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1381
1382         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1383
1384         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1385
1386         * gnus.el (gnus-read-method): Use gnus-completing-read.
1387
1388         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1389
1390         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1391         (gnus-mime-action-on-part): Use gnus-completing-read.
1392         (gnus-article-encrypt-body): Use gnus-completing-read.
1393
1394         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1395         (gnus-topic-move-matching): Use gnus-completing-read.
1396         (gnus-topic-copy-matching): Use gnus-completing-read.
1397         (gnus-topic-sort-topics): Use gnus-completing-read.
1398         (gnus-topic-move): Use gnus-completing-read.
1399
1400         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1401         (gnus-agent-add-group): Use gnus-completing-read.
1402
1403         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1404         gnus-completing-read.
1405         (nnmairix-update-groups): Use gnus-completing-read.
1406         (nnmairix-get-server): Use gnus-completing-read.
1407         (nnmairix-backend-to-server): Use gnus-completing-read.
1408         (nnmairix-goto-original-article): Use gnus-completing-read.
1409         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1410
1411         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1412
1413         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1414         (gnus-group-make-useful-group): Use gnus-completing-read.
1415         (gnus-group-make-web-group): Use gnus-completing-read.
1416         (gnus-group-add-to-virtual): Use gnus-completing-read.
1417         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1418
1419         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1420         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1421         (gnus-summary-execute-command): Use gnus-completing-read.
1422         (gnus-summary-respool-article): Use gnus-completing-read.
1423         (gnus-read-move-group-name): Use gnus-completing-read.
1424
1425         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1426         (gnus-summary-score-effect): Use gnus-completing-read.
1427
1428         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1429
1430         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1431         right completing-read function.
1432         (gnus-use-ido): New variable
1433         (gnus-completing-read-with-default): Remove.
1434
1435 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1438         x-focus-frame.
1439
1440         * nnimap.el (auth-source-forget-user-or-password)
1441         (auth-source-user-or-password): Autoload.
1442
1443         * message.el (message-from-style, message-interactive)
1444         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1445         (message-yank-prefix, message-indentation-spaces, message-signature)
1446         (message-signature-file): Add comment.
1447
1448 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1451         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1452         new articles.
1453
1454         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1455         parts.
1456         (nnimap-request-article): Work with the t setting, too.
1457
1458         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1459         that you don't get flashes of other buffers.
1460         (gnus-summary-show-complete-article): Intern before setting.
1461
1462 2010-09-27  David Engster  <dengste@eml.cc>
1463
1464         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1465         well as HEADERS.
1466         (nnmairix-retrieve-headers): Provide new argument for the above.
1467
1468 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * gnus-sum.el (gnus-summary-move-article): Don't alter
1471         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1472         group.
1473
1474         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1475
1476         * message.el (message-cite-prefix-regexp): Revert my last edit.
1477
1478         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1479         variable instead of the Gnus variable.
1480
1481         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1482
1483         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1484         again.
1485
1486         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1487         since some servers don't like it.
1488         (nnimap-open-connection): Forget credentials if the server says the
1489         password was wrong.
1490         (nnimap-parse-line): Protect against invalid data.
1491
1492         * gnus-sum.el (gnus-summary-move-article): Add comment.
1493         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1494         nothing alters it while scanning for new messages.
1495
1496         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1497         which may or may not help.
1498         (nnimap-open-connection): If we're doing a stream connection, and then
1499         discover we're on a STARTTLS-capable server, then open a STARTTLS
1500         connection instead.
1501
1502 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * nnimap.el (utf7): Required.
1505
1506         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1507         prefix.
1508
1509 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1510
1511         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1512
1513 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * nnimap.el (nnimap-request-accept-article): Message the error on
1516         error.
1517
1518 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1521
1522 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * nndoc.el (nndoc-request-list): Return success always.
1525
1526         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1527         `fetch-old' -- we only want to fetch the articles we've requested.  The
1528         rest are in the agent, probably.
1529         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1530         disappeared server" to something low.  It's not important.
1531
1532         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1533         arrived before the FETCH data.
1534
1535         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1536         target here, because we don't know the Gnus name of the group.
1537
1538         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1539         for the correct group.
1540
1541         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1542
1543         * gnus.el (gnus): Give a final warning after startup.
1544
1545         * gnus-util.el (gnus-action-message-log): New variable.
1546         (gnus-message): Use it.
1547         (gnus-final-warning): New function.
1548
1549         * nnimap.el (nnimap-open-connection): Record the greeting.
1550         (nnimap): Add greeting.
1551
1552 2010-09-26  Julien Danjou  <julien@danjou.info>
1553
1554         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1555         arguments.
1556         (gnus-html-wash-images): Fix spec computing to include start/end.
1557
1558         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1559
1560 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1563         deletion.
1564         (nnimap-retrieve-headers): Don't select the group, because that's
1565         already done by nnimap-possibly-change-group.
1566
1567         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1568         (gnus-picon-transform-address): Use it.
1569
1570         * mail-source.el (mail-source-value): Revert previous patch.
1571
1572         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1573         on failure.
1574         (nnimap-open-connection): Look up both virtual and physical server name
1575         credentials.
1576
1577         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1578
1579 2009-02-07  Dave Love  <fx@gnu.org>
1580
1581         * tls.el (open-tls-stream): Don't query killing process.
1582
1583 2009-02-08  Dave Love  <fx@gnu.org>
1584
1585         * gnus-win.el (gnus-window-to-buffer-helper,
1586         gnus-all-windows-visible-p): Function needn't be a symbol.
1587
1588         * mail-source.el (mail-source-value): Function needn't be a symbol.
1589
1590 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * message.el (message-cite-prefix-regexp): Remove } from the cite
1593         prefix.
1594
1595         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1596         highlight again, so that the highlight is correct.
1597
1598         * gnus-picon.el (gnus-picon): Remove again.
1599         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1600
1601         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1602         doing the header highlightling, so that the background colour of the
1603         picon is correct.
1604
1605         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1606         (gnus-picon): Ditto.
1607         (gnus-picon): Reinstate.  The background colour for picons is white.
1608         (gnus-picon-insert-glyph): Make the background white.
1609
1610         * nnml.el (nnml-open-nov): Don't return dead buffers.
1611
1612         * auth-source.el (auth-source-create): Query the user for whether to
1613         store the credentials.
1614
1615         * netrc.el (netrc-store-data): New function.
1616
1617         * auth-source.el (auth-source-user-or-password): Use the existing auth
1618         sources, if any, for creation.
1619
1620         * gnus.el (gnus-group-fast-parameter): Return the last matching
1621         parameter instead of the first matching parameter.
1622
1623 2010-09-26  Julien Danjou  <julien@danjou.info>
1624
1625         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1626
1627 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * mml2015.el (mml2015-use): Remove gpg support.
1630
1631         * mml1991.el (mml1991-function-alist): Remove gpg function.
1632         (mml1991-gpg-sign): Removed.
1633
1634 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1635
1636         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1637         (gnus-browse-unsubscribe-current-group): Document it.
1638         (gnus-browse-unsubscribe-group): Use it.
1639
1640 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1643         address to the To list for easier response.
1644
1645         * gnus.el (gnus-play-startup-jingle): Removed.
1646         (gnus-splash): Don't play jingle.
1647         (gnus): Silence gnus-load message.
1648
1649         * gnus-art.el (gnus-treat-play-sounds): Removed.
1650
1651         * gnus.el (gnus-play-jingle): Remove audio support.
1652
1653         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1654
1655         * earcon.el: Removed -- no users.
1656
1657         * gnus-audio.el: Removed -- no users of this package.
1658
1659         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1660
1661         * gnus-start.el (gnus-setup-news): Remove nocem support.
1662
1663         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1664
1665         * gnus.el (gnus-use-nocem): Removed.
1666
1667         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1668         Removed.
1669
1670         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1671         uses NoCeM any more.
1672
1673         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1674         (gnus-button-ctan-handler): Ditto.
1675         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1676         (gnus-button-ctan-directory-regexp): Ditto.
1677         (gnus-button-handle-ctan): Ditto.
1678         (gnus-button-tex-level): Ditto.
1679         (gnus-button-alist): Removed CTAN stuff.
1680
1681 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1684         nnimap-streaming test.
1685
1686         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1687         servers twice.
1688
1689         * nnimap.el (nnimap-open-connection): Add more error reporting when
1690         nnimap fails early.
1691
1692         * nnheader.el (nnheader-get-report-string): New function.
1693         (nnheader-get-report): Use it.
1694
1695         * gnus-int.el (gnus-check-server): Say what the error was when opening
1696         failed.
1697
1698         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1699         using streaming.
1700
1701 2010-09-25  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1704         gnus-window-inside-pixel-edges.
1705
1706 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1709
1710         * mm-decode.el (mm-save-part): Allow saving to other directories the
1711         normal Emacs way.
1712
1713         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1714         by Jay Berkenbilt.
1715
1716         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1717         there isn't a single byte.
1718
1719         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1720         just do it.  It doesn't really seem to matter what the user responds
1721         here, I think, so it's just a confusing question.
1722
1723         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1724         non-streaming case.
1725
1726         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1727         (gnus-article-encrypt-body): Use it.
1728
1729         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1730         keystroke.
1731
1732         * nnimap.el (nnimap-find-wanted-parts-1): Use
1733         gnus-fetch-partial-articles.
1734
1735         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1736
1737         * nnimap.el (nnimap-insert-partial-structure): New function.
1738         (nnimap-get-partial-article): New function.
1739         (nnimap-request-article): Use it.
1740         (nnimap-wait-for-response): Return whether the wait was successful.
1741         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1742         retrieval wasn't successful.
1743         (nnimap-retrieve-group-data-early): Allow throttling servers.
1744         (nnimap-streaming): New variable.
1745         (nnimap-fetch-partial-articles): Removed.
1746
1747         * mm-decode.el (mm-with-part): Protect against killed buffers.
1748
1749         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1750         for prettier summary display.
1751
1752 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1753
1754         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1755         directly.
1756
1757 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1760         apparently third-party libraries depend on it.
1761
1762         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1763         before starting negotiation.
1764
1765         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1766         privacy reasons.
1767         (gnus-treat-mail-gravatar): Ditto.
1768
1769         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1770         buffer when inserting images.  Inserting text into the headers, for
1771         instance, can make them invalid.
1772
1773 2010-09-25  Julien Danjou  <julien@danjou.info>
1774
1775         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1776         variables.
1777
1778         * nnheader.el: Remove useless variables news-reply-yank-from and
1779         news-reply-yank-message-id.
1780
1781         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1782         variables.
1783
1784         * mml1991.el: Remove useless mml1991-verbose.
1785
1786         * gnus.el: Remove useless variable gnus-use-generic-from.
1787         Remove obsolete variable gnus-topic-indentation.
1788
1789         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1790
1791         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1792
1793         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1794
1795         * gnus-group.el: Remove useless gnus-group-icon-cache.
1796         Remove useless gnus-ephemeral-group-server.
1797
1798         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1799
1800         * mml2015.el: Remove useless mml2015-verbose.
1801
1802         * mml-smime.el: Remove useless mml-smime-verbose.
1803
1804         * gnus.el: Remove useless gnus-local-domain.
1805
1806         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1807         gnus-gravatar-size.
1808
1809         * gnus-art.el: Remove useless gnus-treat-translate.
1810
1811 2010-09-24  Julien Danjou  <julien@danjou.info>
1812
1813         * gnus-sum.el: Add support for Gravatars.
1814
1815         * gnus-art.el: Add support for Gravatars.
1816
1817         * gnus-gravatar.el: Add this file.
1818
1819         * gravatar.el: Add this file.
1820
1821 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1824
1825         * gnus-group.el (gnus-group-fetch-faq): Removed.
1826
1827         * gnus.el (gnus-group-faq-directory): Removed.
1828
1829         * gnus-group.el (gnus-group-fetch-charter): Removed.
1830
1831         * gnus.el (gnus-group-charter-alist): Removed.
1832
1833         * gnus-group.el (gnus-group-archive-directory): Removed.
1834         (gnus-group-recent-archive-directory): Ditto.
1835         (gnus-group-make-archive-group): Removed.
1836
1837         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1838
1839         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1840         use the same article number for all the cached articles.
1841
1842         * nnimap.el (nnimap-command): Register the last command time so
1843         that we can use it for idling NOOPs.
1844         (nnimap-open-connection): Start the keeplive timer.
1845         (nnimap-make-process-buffer): Store all the process buffers.
1846         (nnimap-keepalive): New function.
1847
1848         * starttls.el: (starttls-open-stream): Add autoload cookie.
1849
1850 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1851
1852         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1853         handling.
1854
1855 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1858         its data structures.
1859
1860         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1861         instead of the cl.el copy-list.
1862         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1863         equalp.
1864
1865 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1868         and tool-bar-local-item-from-menu.
1869
1870         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1871         mode-line-highlight face for Emacs.
1872
1873         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1874         loading gnus-sum.elc; fix comment for canlock-verify.
1875         (gnus-article-jump-to-part): Use read-number.
1876         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1877         Emacs pre-21 compatible code for help-echo.
1878         (gnus-article-next-page-1): No need to adjust the number of lines.
1879         (gnus-article-describe-bindings): Always use help-buffer.
1880
1881         * gnus-audio.el (gnus-audio-inline-sound)
1882         * gnus-cus.el (gnus-custom-mode)
1883         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1884
1885         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1886
1887         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1888         compatible code.
1889
1890 2010-09-24  Glenn Morris  <rgm@gnu.org>
1891
1892         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1893         visiting the fcc file in rmail-mode.
1894
1895         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1896
1897 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * nnir.el: Silence the byte compiler.
1900
1901         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1902         alias to browse-url-url-encode-chars if any.
1903         (gnus-html-encode-url): Use it.
1904
1905 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * gnus-start.el (gnus-use-backend-marks): New variable.
1908         (gnus-get-unread-articles-in-group): Use it.
1909
1910         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1911         makeover.
1912
1913 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1914
1915         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1916
1917 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1920         Removed.
1921         (gnus-setup-news-hook): Removed
1922         gnus-fixup-nnimap-unread-after-getting-new-news.
1923
1924         * gnus-int.el (gnus-request-update-info): Protect against backends not
1925         having the function.
1926
1927         * nnimap.el (nnimap-stream): Mention starttls.
1928         (nnimap-open-connection): Add starttls support.
1929
1930 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1931
1932         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1933
1934 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1937         BODYSTRUCTUREs.
1938         (nnimap-transform-headers): Unfold quoted {42} headers.
1939
1940         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1941         the info.
1942         (gnus-get-unread-articles): Only call updatep on backends that support
1943         it.
1944
1945         * nnweb.el (nnweb-request-update-info): NOOP.
1946
1947         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1948
1949         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1950         since it only deals with marks.
1951
1952         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1953         gnus-request-marks, and make a new gnus-request-update-info.
1954
1955         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1956         the active instead of the high number, which is usually too low.
1957
1958 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1959
1960         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1961         * encrypt.el: Removed.
1962
1963 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1966         server in symbolic form.
1967
1968         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1969         0.9.
1970
1971 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1974         (nnimap-update-info): Fix up code slightly.
1975
1976         * gnus-int.el (gnus-open-server): Add tracing for performance
1977         debugging.
1978
1979         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1980         (gnus-group-insert-group-line): Pass the real group name so that it
1981         gets the right data.
1982
1983         * gnus-start.el (gnus-get-unread-articles): Don't have
1984         `gnus-get-unread-articles-in-group' update info, since that can be
1985         really slow and doesn't seem to be needed?
1986
1987 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1988
1989         * time-date.el (date-to-time): Try using parse-time-string first before
1990         using the slower timezone-make-date-arpa-standard.
1991
1992 2010-09-22  Julien Danjou  <julien@danjou.info>
1993
1994         * gnus-group.el (gnus-group-insert-group-line): Call
1995         gnus-group-highlight-line.
1996         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1997         default hook list.
1998         (gnus-group-update-eval-form): Add new function.
1999         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2000         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2001
2002 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2005         immediate, then expire all articles.
2006         (nnimap-update-info): Fix off-by-one errors.
2007         (nnimap-flags-to-marks): Would return no marks lists for group with no
2008         flags.  Instead return the other data.
2009
2010 2010-09-22  Julien Danjou  <julien@danjou.info>
2011
2012         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2013         Only return an icon.
2014         (gnus-group-insert-group-line): Compute icon to return.
2015
2016         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2017         variable.
2018         (gnus-html-image-fetched): Only cache if
2019         gnus-html-image-automatic-caching is set.
2020         (gnus-html-image-fetched): Check for errors.
2021
2022 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2025         once per method on `g'.  This ensures that backends like nnfolder don't
2026         open all their folders.
2027
2028         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2029         (nnimap-request-list): Nix out group in the correct buffer.
2030         (nnimap-parse-flags): Implement by using `read' instead of
2031         hand-parsing.
2032         (nnimap-flags-to-marks): Pass on permanent-flags.
2033         (nnimap-make-process-buffer): Record the server name.
2034         (nnimap-parse-flags): Fix typo.
2035         (nnimap-request-scan): Run split on the server in general, not just a
2036         single group.
2037
2038         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2039         parameter, and propagate this downwards.
2040
2041         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2042         since EXAMINE changes it on the server.
2043
2044         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2045         this command might take a while.
2046
2047 2010-09-22  Julien Danjou  <julien@danjou.info>
2048
2049         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2050         harmful if you have 2 images side-by-side, they can't be properly
2051         update on text deletion.  Using text-property is safer here.
2052         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2053         data.
2054
2055 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * nnimap.el (nnimap-expunge-inbox): Removed.
2058         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2059         (nnimap-expunge): Flip default to t.
2060
2061         * gnus.el (gnus-method-to-server): Don't push things to the cache
2062         unless it's unique.
2063         (gnus-server-to-method): Ditto.
2064
2065 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2066
2067         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2068
2069 2010-09-22  Julien Danjou  <julien@danjou.info>
2070
2071         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2072         get the start of data.
2073         (gnus-html-encode-url): Add this function to encode special chars in
2074         URL.
2075         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2076         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2077
2078         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2079         default.
2080         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2081
2082         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2083         images alt-text.
2084         (gnus-html-put-image): Put alt-text as help-echo.
2085
2086 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2089         * mm-util.el (mm-decompress-buffer)
2090         * nnir.el (nnir-run-find-grep)
2091         * pop3.el (pop3-list): Use 3rd arg of split-string.
2092
2093         * time-date.el (format-seconds): Comment fix.
2094
2095         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2096         and byte-optimize-form-code-walker.
2097         (dgnushack-make-auto-load): Don't advise make-autoload.
2098
2099         * lpath.el: Remove Emacs 21 stuff.
2100
2101 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2104         outside the active range.  Suggested by Dan Christensen.
2105
2106         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2107         slightly later to avoid double-getting it.
2108
2109         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2110         previous patch.
2111
2112         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2113
2114 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2115
2116         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2117
2118 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * gnus-int.el (gnus-open-server): Give a better error message in the
2121         "go offline" case.
2122
2123         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2124         marks for nnimap, which is seldom the right thing to do.
2125
2126         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2127         (gnus-same-method-different-name): New function.
2128
2129         * nnimap.el (parse-time): Require.
2130
2131         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2132         method in the presence of many similar methods.
2133
2134         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2135
2136         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2137         nnml-inhibit-expiry.
2138
2139         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2140         find out whether methods are equal.
2141
2142         * nnimap.el (nnimap-find-expired-articles): New function.
2143         (nnimap-process-expiry-targets): New function.
2144         (nnimap-request-move-article): Request the article before looking at
2145         what the Message-ID is.  Fix found by Andrew Cohen.
2146         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2147
2148         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2149         for oldness in addition to being a predicate.
2150
2151         * nnimap.el (nnimap-request-group): When we have zero articles, return
2152         the right data to Gnus.
2153         (nnimap-request-expire-articles): Only delete articles immediately if
2154         the target is 'delete.
2155
2156         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2157         method, this would bug out.
2158
2159         * gnus-group.el (gnus-group-expunge-group): Renamed from
2160         gnus-group-nnimap-expunge, and implemented as a normal interface
2161         function.
2162
2163         * gnus-int.el (gnus-request-expunge-group): New function.
2164
2165         * nnimap.el (nnimap-request-create-group): Implement.
2166         (nnimap-request-expunge-group): New function.
2167
2168 2010-09-21  Julien Danjou  <julien@danjou.info>
2169
2170         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2171         (gnus-html-cache-expired): Add new function.
2172         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2173         wethever we should display image for fetch it.
2174         Compute alt-text earlier to pass it to the fetching function too.
2175         (gnus-html-schedule-image-fetching): Change function argument to only
2176         get one image at a time, not a list.
2177         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2178         cache.
2179         (gnus-html-get-image-data): New function to retrieve image data from
2180         cache.
2181         (gnus-html-put-image): Change buffer argument to use image data rather
2182         than file, and place image above region rather than inserting a new
2183         one. Do not take alt-text as argument, since it's useless now: we place
2184         the image above alt-text.
2185         (gnus-html-prune-cache): Remove.
2186         (gnus-html-show-images): Start to fetch image when we find one, do not
2187         push into a temporary list.
2188         (gnus-html-prefetch-images): Only fetch image if they have expired.
2189         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2190         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2191
2192 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2195
2196 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2199         spec inser "*" if the group isn't active instead of 0.
2200
2201         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2202         opening the server.
2203         (nnimap-request-delete-group): Implement group deletion.
2204         (nnimap-transform-headers): Return the size of the entire message in
2205         the Bytes header, not just the size of the first part.
2206         (nnimap-request-move-article): When moving an article from nnimap,
2207         request the article first so the accepting form has an article to
2208         accept.  Reported by Dan Christensen.
2209         (nnimap-command): Make sure that the error message doesn't error out.
2210
2211 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2212
2213         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2214         we haven't requested anything.
2215
2216 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2219         "".  Fix found by Andrew Cohen.
2220
2221         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2222         instead of -encode-string.
2223
2224 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2227
2228         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2229         by mm-subst-char-in-string.
2230
2231 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2234         waiting for the connection string.
2235
2236         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2237         arriving.
2238
2239         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2240         bogus characters.  This allows selecting certain Gmail groups.
2241
2242         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2243         (nnimap-fetch-partial-articles): New variable.
2244         (nnimap-open-connection): When looking for credentials, also use the
2245         nnimap-server-port.
2246         (nnimap-request-article): Return the group/article number, so that Gnus
2247         `^' works as expected.
2248         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2249         them.
2250
2251         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2252         comments.
2253         (gnus-methods-sloppily-equal): New function.
2254         (gnus): When using the development version of Gnus, load the gnus-load
2255         file.
2256
2257         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2258         `gnus-open-server' on each method before trying to scan them etc.  This
2259         ensures that all the backend parameters are set correctly.
2260
2261         * nnimap.el (nnimap-authenticator): New variable.
2262         (nnimap-open-connection): Allow anonymous login.
2263         (nnimap-transform-headers): The chars header is called Chars not
2264         Bytes.
2265         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2266         drops.
2267
2268         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2269         patch, found by Knut Anders Hatlen.
2270
2271 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2272
2273         * gnus-agent.el (gnus-agent-batch-confirmation)
2274         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2275         to gnus-message.
2276         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2277         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2278         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2279         * gnus-int.el (gnus-open-server): Likewise.
2280         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2281         (gnus-score-check-syntax): Likewise.
2282         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2283         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2284         Likewise.
2285         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2286
2287 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2290         calling conventions so that prefetch doesn't bug out.
2291
2292 2010-09-19  Julien Danjou  <julien@danjou.info>
2293
2294         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2295         rather than `subst-char-in-region' in order to be able to replace ASCII
2296         char by UTF-8 ones.
2297
2298         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2299         than curl.
2300         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2301         the right URL and ALT text on images.
2302         (gnus-html-wash-tags): Fix tag case.
2303         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2304         (gnus-article-html): Add -o display_ins_del=2 option.
2305         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2306
2307 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2310         the extra mail headers, which sometimes seem to happen for unknown
2311         reasons.
2312
2313         * mail-parse.el (mail-header-encode-parameter): Define as
2314         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2315         (or most, perhaps?) mail readers don't understand the latter, but do
2316         understand the former.
2317
2318         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2319         to nil, so that no methods are automatically agentized.  I think this
2320         is probably what most users want.
2321
2322         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2323         from url-retrieve, for instance about invalid URLs.
2324
2325         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2326         groups that have no articles.
2327         (nnimap-request-article): Check that we really got an article when we
2328         requested one.
2329
2330         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2331         doesn't exist.
2332
2333         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2334         nntp buffer so the agent can save it.
2335         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2336         that CRLF doesn't get translated to \n.
2337         (nnimap-open-connection): Don't make 'shell commands only send \n.
2338
2339 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2340
2341         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2342         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2343         Update var name.
2344         (nnml-generate-nov-file): Use dolist.
2345         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2346         Use with-current-buffer.
2347
2348 2010-09-18  Julien Danjou  <julien@danjou.info>
2349
2350         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2351         parallel.
2352
2353 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2356         the range update right.
2357         (nnimap-request-group): Don't make `M-g' bug out on group with no
2358         marks.
2359         (nnoo): Required, so that other packages can require nnimap.
2360         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2361         command we're looking for.  This helps when the server sends more
2362         responses after we've gotten everything we expected.
2363         (nnimap): Add a `newlinep' field to keep track of end-of-line
2364         conventions.
2365         Don't send CRLF to things that don't want it.
2366         (nnimap-request-accept-article): Ditto.
2367
2368 2010-09-18  Julien Danjou  <julien@danjou.info>
2369
2370         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2371         than curl to retrieve images.
2372
2373 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2376         the marks.
2377         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2378         (nnimap-wait-for-connection): New function.
2379         (nnimap-open-connection): If we have PREAUTH, don't query for login
2380         credentials.
2381         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2382         when doing a partial update.
2383
2384 2010-09-18  Julien Danjou  <julien@danjou.info>
2385
2386         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2387         tags.
2388
2389 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * nnimap.el (nnimap-credentials): New function.
2392         (nnimap-open-connection): Use the new function to look for credentials
2393         also on the numeric equivalents of "imap" and "imaps".
2394
2395         * gnus-start.el (gnus-activate-group): Send the info to
2396         gnus-request-group.
2397
2398         * nnimap.el (nnimap-request-group): Have the "check" version of the
2399         function parse flags and update the info, so that a `M-g' get a total
2400         resync of all flags from the group.
2401
2402         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2403         to allow backends to alter the info on group selection.  Also alter all
2404         the backend -request-group functions to take the parameter.
2405
2406         * nnimap.el (nnimap-store-info): New function.
2407         (nnimap-update-info): Store the info for later usage.
2408         (nnimap-request-group): Use the stored info for the dont-check case, so
2409         that we don't retrieve all marks when we enter a group.
2410
2411         * nnimap.el: Use deffoo instead of defun for interface functions.
2412
2413         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2414         update the group info.  This makes the nndraft groups, for instance, go
2415         back to their old behaviour.
2416
2417         * gnus-sum.el (gnus-select-newsgroup): Indent.
2418
2419         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2420         in.
2421         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2422         nothing.
2423
2424         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2425         from methods that are denied.
2426
2427         * gnus-int.el (gnus-method-denied-p): New function.
2428
2429         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2430         store the password instead of netrc.
2431         (nnimap-open-connection): Don't error out when we can't make a
2432         connections.
2433
2434         * auth-source.el (auth-source-create): In the password prompt, say what
2435         we're querying for.  Also prompt for user name if that hasn't been
2436         given.
2437
2438         * nnimap.el (nnimap-with-process-buffer): Removed.
2439
2440 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2443         method when we're reading from the agent.
2444
2445         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2446
2447         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2448         that's probably most useful for users.
2449
2450         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2451         "failed" all the time.
2452
2453         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2454         ...)) with (with-current-buffer ... ).
2455
2456         * nntp.el (nntp-open-server): Return whether the open was successful or
2457         not.
2458
2459         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2460         select an unread unseen article first.
2461
2462         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2463         /etc/services, supply some sensible port defaults.
2464
2465         * dgnushack.el: Define netrc-credentials.
2466
2467 2010-09-17  Julien Danjou  <julien@danjou.info>
2468
2469         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2470
2471 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2472
2473         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2474         doesn't have any parameters.
2475
2476 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2479         only upcased checks.
2480
2481         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2482
2483         * nnimap.el (nnimap-open-shell-stream): New function.
2484         (nnimap-open-connection): Use it.
2485         (nnimap-transform-headers): Get the number of lines in each message.
2486         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2487         number of lines.
2488         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2489         problem.
2490
2491         * utf7.el (utf7-encode): Autoload.
2492
2493         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2494         to allow the mail splitting to not return a default group.  This is
2495         useful for nnimap, which will leave unmatched mail in the inbox.
2496
2497         * nnimap.el: Rewritten.
2498
2499         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2500         nnimap usage.
2501
2502         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2503         if the move is internal, so that nnimap can do fast internal moves.
2504
2505         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2506         data.
2507         (gnus-read-active-for-groups): Support finishing the early retrieval of
2508         data.
2509
2510         * gnus-range.el (gnus-range-nconcat): New function.
2511
2512         * gnus-int.el (gnus-finish-retrieve-group-infos)
2513         (gnus-retrieve-group-data-early): New functions.
2514
2515 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2516
2517         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2518         (nnrss-retrieve-groups):
2519         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2520         (pop3-quit): Use with-current-buffer.
2521
2522 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2525         instead of nnheader-accept-process-output.
2526
2527         * dgnushack.el (dgnushack-compile): Add comment.
2528
2529         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2530
2531         * gnus-html.el (gnus-html-schedule-image-fetching)
2532         (gnus-html-prefetch-images): Replace process-kill-without-query by
2533         gnus-set-process-query-on-exit-flag.
2534
2535 2010-09-16  Romain Francoise  <romain@orebokech.com>
2536
2537         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2538
2539 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2542         parameter to unintern is mandatory-ish in Emacs 24.
2543
2544         * gnus-html.el (gnus-html-schedule-image-fetching)
2545         (gnus-html-prefetch-images): Check for curl before using it.
2546
2547         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2548         depend on curl, which isn't essential.
2549
2550         * imap.el: Revert back to version
2551         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2552         seem problematic.
2553
2554 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2555
2556         * gnus-registry.el (gnus-registry-install-shortcuts):
2557         Explicitly pass `obarray' to `unintern' to avoid a warning.
2558
2559 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2562         change.
2563
2564         * nnrss.el (nnrss-request-list): Removed this function and related
2565         functions, including the moreover stuff.
2566
2567 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * nnrss.el (nnrss-retrieve-groups): New function.
2570
2571 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2572
2573         * .dir-locals.el: Add no-byte-compile cookie.
2574
2575 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * time-date.el (format-seconds): Comment fix.
2578
2579         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2580         for back end that doesn't support request-scan.
2581
2582 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2585         then do request scans from the backends.
2586
2587         * netrc.el (netrc-credentials): New conveniency function.
2588
2589         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2590         avoid running a hook per line, since this takes a lot of time,
2591         profiling shows.
2592         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2593         directly if gnus-visual-p is true.
2594
2595 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2598         groups; replace mapcar with dolist which is a bit faster; pass groups
2599         info to gnus-read-active-file-1.
2600         (gnus-read-active-file-1): Scan only specified groups if the new
2601         optional arg `infos' is given.
2602
2603 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2606
2607         * pop3.el (pop3-movemail): Removed.
2608         (pop3-streaming-movemail): Renamed to pop3-movemail.
2609
2610         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2611         don't restrict end-tag searches to the end of the line.
2612
2613 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2616         articles of every unchecked group to t, which means unknown since the
2617         server has never been opened.
2618
2619 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * gnus-html.el (gnus-html-show-alt-text): New command.
2622         (gnus-html-browse-image): Ditto.
2623         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2624         to browse the image directly.
2625         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2626         better.
2627
2628         * gnus-async.el (gnus-async-article-callback): Call
2629         `gnus-html-prefetch-images' unconditionally.
2630
2631         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2632         before feeding URLs to curl.
2633
2634 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2637         internal images as deletable by `W D D'.
2638
2639         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2640         (gnus-async-article-callback): Fix typo.
2641
2642 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2645         current line to work around bugs in the output from w3m.
2646
2647         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2648         for groups that want that.
2649
2650         * nntp.el (nntp-wait-for-string): Supply a timeout for
2651         accept-process-output to ensure progress.
2652
2653         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2654         level to get unread articles from, then use that for foreign groups,
2655         too.
2656
2657         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2658         confuses the rest of the function.
2659
2660         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2661         for the methods that support -retrieve-groups, too.
2662
2663         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2664
2665 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2668         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2669
2670         * pop3.el: Require cl when compiling.
2671         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2672
2673 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2676         that aren't going to be activated.
2677         (gnus-get-unread-articles): Fix up the last commit.
2678
2679         * gnus-html.el (gnus-article-html): Allow calling without specifying
2680         the handle.  In that case, dissect the buffer first.
2681
2682         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2683
2684         * nnimap.el (nnimap-open-connection): Revert the change that would look
2685         into authinfo for imaps instead of imap.
2686
2687         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2688         say that you don't want to call gnus-request-group with don-check, but
2689         do check the reponse.  This is for virtual groups only.
2690         (gnus-get-unread-articles): Count the archive groups as secondary, so
2691         that they're activated the same way as before.
2692
2693         * imap.el (imap-message-map): Removed optional buffer parameter, since
2694         no callers use it.
2695         (imap-message-get): Ditto.
2696         (imap-message-put): Ditto.
2697         (imap-mailbox-map): Ditto.
2698         (imap-mailbox-put): Ditto.
2699         (imap-mailbox-get): Ditto.
2700         (imap-mailbox-get): Revert last change for this function.
2701
2702         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2703         case-insensitively.
2704         (nnimap-debug): Removed.
2705
2706         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2707         to use `imap-fetch' instead.  According to the comments, this should be
2708         safe, since all other IMAP clients use the 1:* syntax.
2709         (imap-enable-exchange-bug-workaround): Removed.
2710         (imap-debug): Removed -- doesn't seem very useful.
2711
2712         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2713         mail from a file, and the file doesn't exist.
2714
2715         * imap.el (imap-log): New convenience function used throughout instead
2716         of repeating the same code all over the place.
2717
2718         * pop3.el (pop3-streaming-movemail): Return t for success.
2719
2720         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2721         .authinfo if we're using ssl connection.
2722
2723         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2724         already have if we're in a main Gnus `g' run.
2725
2726         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2727
2728 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2731
2732         * nnmh.el (nnmh-request-list-1): Bind `file'.
2733
2734         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2735         alias to set-process-query-on-exit-flag or process-kill-without-query.
2736         (pop3-open-server): Use it.
2737
2738 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2741         box to the Incoming file.  Fixes mistake in previous checkin.
2742
2743         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2744         request loop (for debugging purposes) removed.
2745
2746         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2747         culprit is more visible.
2748         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2749         (nnml-add-incremental-nov): New functions to do "incremental" nov
2750         updates, where we just append to the end of the existing nov files
2751         without reading/writing them in full.
2752
2753         * mail-source.el (mail-source-delete-crash-box): Really only check the
2754         incoming files once in a while.
2755
2756         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2757
2758         * mail-source.el (mail-source-delete-crash-box): Only check the
2759         incoming files for deletion once per day to save a lot of file
2760         accesses.
2761
2762         * pop3.el (pop3-logon): Fix up unbound variable typo.
2763
2764         * mail-source.el (pop3-streaming-movemail): Autoload.
2765
2766         * pop3.el (pop3-streaming-movemail): Respect
2767         pop3-leave-mail-on-server.
2768
2769         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2770         retrieval.
2771
2772         * pop3.el (pop3-process-filter): Removed unused function.
2773         (pop3-streaming-movemail, pop3-send-streaming-command)
2774         (pop3-wait-for-messages, pop3-write-to-file)
2775         (pop3-number-of-responses): New functions for streaming pop3
2776         retrieval.
2777
2778         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2779         come from no known methods.
2780         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2781         list.
2782
2783         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2784         message sizes.
2785         (pop3-movemail): Use erase-buffer instead of looping and deleting
2786         regions, which seems rather odd.
2787
2788         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2789         file once per `g' run.
2790
2791         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2792         directories.  This makes the draft queue directory work.
2793
2794         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2795         data from the backends, so that we only request the list of groups from
2796         each method once.  This should speed things up considerably.
2797
2798         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2799         detect that it's not implemented.
2800
2801         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2802         we actually do recurse down into the tree, but don't stat all leaf
2803         nodes.
2804
2805         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2806         then say so instead of bugging out.
2807
2808         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2809         files exist before trying to read them.
2810
2811         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2812         around <pre_int>.
2813
2814         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2815
2816         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2817
2818 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * mm-util.el (mm-image-load-path): Just return the image directories,
2821         not all directories in the path in addition to the image directories.
2822         (mm-image-load-path): Maintain a cache of the image directories so that
2823         the `g' command in Gnus doesn't have to stat dozens of directories each
2824         time.
2825
2826         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2827         (gnus-html-wash-tags): Add a new `i' command to insert images.
2828         (gnus-html-insert-image): New command and keystroke.
2829         (gnus-html-redisplay-with-images): New command and keystroke.
2830         (gnus-html-show-images): Renamed command.
2831         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2832         spacers.
2833         (gnus-html-wash-tags): Decode entities at the end, so that entities
2834         inside the tags don't mess up the rest of the "parsing".
2835
2836         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2837         so that nnimap methods aren't agentized by default.  There's apparently
2838         many problems related to agent/imap behaviour.
2839
2840         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2841
2842         * gnus-html.el: Doc fix.
2843
2844 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2847         specifier-spec-list for Emacs 21.
2848
2849         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2850         glyph-width and glyph-height instead of display-graphic-p and
2851         image-size; make avoidance of displaying small images work for XEmacs.
2852
2853         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2854         for XEmacs.
2855
2856         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2857         of symbol that holds plist data.
2858         (gnus-process-plist): Remove plist of process after getting it.
2859
2860 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * message.el (message-generate-hashcash): Change default to
2863         'opportunistic if hashcash is installed.
2864
2865         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2866         (gnus-html-put-image): Only call image-size once, since it's somewhat
2867         time-consuming on remote X servers.
2868
2869 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2872         type on data, not a file name.
2873
2874         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2875         window-pixel-edges for Emacs 21.
2876
2877         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2878         decoded contents.
2879         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2880
2881 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2884         group line format, since it isn't very interesting.
2885
2886         * gnus-agent.el (gnus-agent-short-article),
2887         (gnus-agent-long-article): Increase values for these two variables,
2888         since most people are likely to have more network connection and
2889         storage than before.
2890
2891         * gnus.el (gnus-refer-article-method): Change default to 'current.
2892         When referring an article, the common behaviour is to refer it from the
2893         current select method, not the native select method.  The chances of
2894         the native select method having the message in question is rather slim
2895         these days.
2896
2897         * gnus-sum.el (gnus-auto-select-subject): Change default to
2898         `unseen-or-unread'.  I think it's likely that most people want to
2899         select an unseen article over a previously seen, but unread one.
2900
2901         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2902         means that in the article buffer none of the minor mode elements will
2903         be shown, usually, and this is not desirable in most cases.
2904
2905         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2906         that commands like `d' (and the like) go to the next line in the
2907         buffer, instead of the next unread article.  I think this is the
2908         behaviour that is most natural for most users.
2909         (gnus-single-article-buffer): Change default to nil, so that people can
2910         have as many article buffers open as they have summary buffer.  I think
2911         this is the most natural way for the groups to behave.
2912
2913         * message.el (message-generate-new-buffers): Change default to
2914         `unsent', so that all new message buffers start their names with the
2915         string "*unsent", and it's easier to find the buffers if you move from
2916         them.
2917
2918 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2921         small.  They're probably tracking images.
2922         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2923         (gnus-html-rescale-image): Yet another try at getting the image sizing
2924         right.
2925
2926         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2927         nntp-marks-file-name is nil.
2928
2929 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         * gnus-html.el (gnus-html-wash-tags)
2932         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2933         Better logging.
2934
2935 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2938
2939         * gnus-html.el (gnus-html-wash-tags): Check the value of
2940         gnus-blocked-images in the summary buffer.
2941
2942 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2943
2944         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2945
2946 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2949         like "a", it seems like.
2950         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2951         since it needs to be picked from the correct buffer.
2952
2953         * nnwfm.el: Removed.
2954
2955         * nnlistserv.el: Removed.
2956
2957 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2958
2959         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2960         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2961
2962 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * nnkiboze.el: Removed.
2965
2966         * nndb.el: Removed.
2967
2968         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2969         alt text.
2970         (gnus-html-rescale-image): Try to get the rescaling logic right for
2971         images that are just wide and not tall.
2972
2973         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2974         overshadow variable bindings.
2975
2976 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * gnus-html.el (gnus-html-wash-tags)
2979         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2980         extra logging.
2981
2982 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983
2984         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2985         (gnus-max-image-proportion): New variable.
2986         (gnus-html-rescale-image): New function.
2987         (gnus-html-put-image): Rescale images.
2988
2989 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2990
2991         Fix up some byte-compiler warnings.
2992         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2993         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2994         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2995         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2996         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2997         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2998         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2999
3000 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * gnus-html.el (gnus-article-html): Decode contents by charset.
3003
3004 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3007         (gnus-html-frame-width, gnus-blocked-images)
3008         * message.el (message-prune-recipient-rules): Add custom version.
3009         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3010
3011         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3012         functions.
3013
3014         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3015         gnus-process-get.
3016
3017 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3018
3019         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3020         instead of lsub directly.
3021
3022 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * nnwarchive.el: Removed.
3025
3026         * gnus-soup.el: Removed.
3027
3028         * nnsoup.el: Removed.
3029
3030         * nnultimate.el: Removed.
3031
3032         * gnus-html.el (gnus-blocked-images): New variable.
3033
3034         * message.el (message-prune-recipients): New function.
3035         (message-prune-recipient-rules): New variable.
3036
3037         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3038         guess whether a long line is natural text or not.
3039
3040         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3041         gnus-process-plist and friends for compatibility.
3042
3043 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3044
3045         * gnus-html.el: Require packages that define macros used in this file.
3046         (gnus-article-mouse-face): Declare to silence byte-compiler.
3047         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3048         process-get.
3049         (gnus-html-put-image): Use plist-get to avoid getf.
3050         (gnus-html-prefetch-images): Use with-current-buffer.
3051
3052 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-ems.el: Provide compatibility functions for
3055         gnus-set-process-plist.
3056
3057         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3058         header-line-format for XEmacs 21.4.
3059
3060         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3061         * gnus.el (gnus-valid-select-methods)
3062         * message.el (message-send-mail-partially-limit)
3063         * mm-decode.el (mm-text-html-renderer)
3064         * mml.el (mml-insert-mime-headers-always)
3065         * smiley.el (smiley-regexp-alist): Bump custom version.
3066
3067 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * gnus-html.el: require mm-url.
3070         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3071         with the url to `url'.
3072         (gnus-html-wash-tags): Support cid: URLs/images.
3073
3074 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3077         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3078         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3079
3080         * gnus-move.el: Removed file, since it doesn't really work.
3081
3082         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3083         UTF-8.  This seems to fix problems with some German web feeds.
3084
3085         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3086         at the top so that the proper colours are applied.
3087
3088         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3089         don't have dots in their names.
3090
3091         * gnus-art.el (gnus-article-view-part): Doc fix.
3092
3093         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3094         XEmacs-compatible.
3095         (gnus-html-put-image): Don't do images on non-graphic displays.
3096
3097         * nnslashdot.el: Removed this unused backend.
3098
3099         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3100         actions.
3101         (gnus-undo-register-1): Revert last change.
3102
3103         * gnus-group.el (gnus-group-completing-read): Protect against not
3104         having completion-styles bound.
3105
3106         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3107         make broken recipients happier.
3108
3109         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3110
3111         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3112         point parameter.
3113
3114         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3115
3116         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3117         completion-styles for group selection.
3118
3119 2009-02-04  Andreas Schwab  <schwab@suse.de>
3120
3121         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3122         headers and regexp-quote the match if necessary.
3123
3124 2009-03-24  Miles Bader  <miles@gnu.org>
3125
3126         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3127         the blinking smiley.
3128
3129 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3130
3131         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3132         blink smiley.
3133
3134 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3137         where the dribbel file lives exists.
3138
3139         * message.el (message-send-mail-partially-limit): Change the default to
3140         nil, since most people don't want this.
3141
3142         * mm-url.el (mm-url-decode-entities): Also decode entities like
3143         &#x3212.
3144
3145 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3146
3147         * gnus-sum.el (gnus-summary-idna-message):
3148         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3149         Hyperlink urls in docstrings with URL `...'.
3150
3151 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3152
3153         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3154         functions.
3155
3156 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3159         say what the mouseover text should be.
3160
3161         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3162         version of the mm-w3m-safe-url-regexp variable to only download images
3163         in the groups where we want that to happen.
3164
3165         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3166
3167         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3168         easier debugging.
3169         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3170         big pictures in the article buffer.
3171
3172         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3173         gnus-article-html.
3174         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3175         w3m.
3176
3177         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3178
3179 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3182         which doesn't exist.
3183
3184         * message.el (message-inhibit-ecomplete): New variable to allow some
3185         function to inhibit ecomplete address storage.
3186         (message-resend): Disable ecomplete message storage when resending
3187         messages.
3188
3189         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3190
3191 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3194         Save excursion while copying, moving, and deleting articles in order to
3195         prevent the cursor from jumping to unforeseen place.
3196
3197 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * lpath.el: No need to bind bookmark-current-buffer,
3200         bookmark-yank-point and bookmark-make-record-function.
3201
3202 2010-08-17  Glenn Morris  <rgm@gnu.org>
3203
3204         * gnus-sync.el: Require gnus components whose functions are used.
3205
3206         * gnus-art.el (bookmark-make-record-function):
3207         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3208         Declare for compiler.
3209
3210         * mm-url.el (mml-compute-boundary): Autoload.
3211
3212 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3215
3216 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3217
3218         Typo fix "hoo4a" -> "hook".
3219
3220         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3221
3222 2010-08-14  Glenn Morris  <rgm@gnu.org>
3223
3224         * gnus-sync.el (gnus-sync): Fix defgroup version.
3225
3226 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3229
3230         * gnus-sync.el: Fix docs.
3231         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3232         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3233
3234 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3235
3236         Optimizations for gnus-sync.el.
3237
3238         * gnus-sync.el: Add docs about gnus-sync-backend
3239         possibilities.
3240         (gnus-sync-save): Remove unnecessary message.
3241         (gnus-sync-read): Optimize and show what groups were skipped.
3242
3243 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         Minor bug fixes for gnus-sync.el.
3246
3247         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3248         read the sync on get-new-news.
3249
3250         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3251         quiet.
3252
3253         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3254
3255 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3256
3257         Make saving and restoring of hidden threads work with overlays.
3258         Patch applied by Ted Zlatanov.
3259
3260         * gnus-sum.el (gnus-hidden-threads-configuration)
3261         (gnus-restore-hidden-threads-configuration): Update to deal with text
3262         properties, rather than searching for a magic character.
3263
3264 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3265
3266         New gnus-sync.el library for synchronization of marks.
3267
3268         * gnus-sync.el: New library for synchronization of marks.
3269
3270         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3271         renamed from `gnus-registry-grep-in-list'.
3272
3273         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3274
3275         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3276
3277 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3280         determining charset of text fails.
3281
3282 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * nnmail.el (nnmail-get-new-mail-1): Revert.
3285
3286         * nnml.el (nnml-active-number): Make sure names of newly created groups
3287         in nnml-group-alist are encoded.
3288
3289 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3292         containing non-ASCII characters in active file for nnml back end.
3293
3294 2010-07-24  David Engster  <dengste@eml.cc>
3295
3296         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3297         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3298
3299 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3300
3301         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3302         tag (Bug#6654).
3303
3304 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3307         the article buffer, not the summary buffer.
3308
3309 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3312         Emacs 23 as well.
3313
3314 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3317         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3318
3319 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3320
3321         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3322         Patch applied by Karl Fogel.
3323
3324         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3325         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3326
3327 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3328
3329         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3330         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3331         C-w still not working correctly from Article buffers; Thierry's
3332         patch to fix that will be applied after this.
3333
3334         * gnus-art.el (bookmark-make-record-function): New local variable.
3335
3336         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3337         article buffer.
3338         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3339
3340 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3341
3342         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3343         on changes in bookmark.el.
3344
3345 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3348         `no-log' instead of message not to log prompt string.
3349
3350 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3351
3352         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3353         the *other* type of HTML form submission.
3354
3355 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3356
3357         * auth-source.el (auth-source-pick): If choice does not contain a
3358         questioned keyword, set the check to t.
3359
3360 2010-06-12  Romain Francoise  <romain@orebokech.com>
3361
3362         * gnus-util.el (gnus-date-get-time): Move up before first use.
3363
3364 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3367         (gnus-article-edit-part): Bind it to make last part that is substituted
3368         or deleted visible.
3369         (gnus-mime-display-single): Buttonize part of which id equals to
3370         gnus-mime-buttonized-part-id.
3371
3372 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3373
3374         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3375         (gnus-dd-mmm): Use gnus-date-get-time.
3376         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3377         simplify logic.
3378         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3379         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3380
3381 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3382
3383         * auth-source.el (top): Autoload `secrets-list-collections',
3384         `secrets-create-item', `secrets-delete-item'.
3385         (auth-sources): Fix tag string.
3386         (auth-get-source, auth-source-retrieve, auth-source-create)
3387         (auth-source-delete): New defuns.
3388         (auth-source-pick): Rewrite in order to avoid 2 passes.
3389         (auth-source-forget-user-or-password): New parameter USERNAME.
3390         (auth-source-user-or-password): New parameters CREATE-MISSING and
3391         DELETE-EXISTING.  Retrieve password interactively, if needed.
3392
3393 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3394
3395         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3396         deleting unused directories when gnus-expert-user is t.
3397
3398 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3401         for each temp file when gnus-article-browse-delete-temp is ask.
3402
3403 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3404
3405         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3406         Lisp calls to delete-backward-char by calls to delete-char.
3407
3408 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3409
3410         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3411
3412 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3413
3414         * password-cache.el (password-cache-remove): Fix docstring.
3415
3416 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3419         article unless decoding article to be saved.
3420
3421 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3424         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3425         generated within the mm-with-unibyte-current-buffer macro.
3426
3427 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3430         to nil when we're in a mml-preview buffer and no group is selected.
3431
3432 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3433
3434         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3435         when catching the `C-g'.  Reported by "Leo".
3436
3437 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * message.el (message-forward-make-body-plain)
3440         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3441         multibyte-string-p.
3442
3443         * lpath.el: Revert.
3444
3445 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * message.el (message-forward-make-body-mml): Assume original message
3448         is multibyte string; error on unibyte.
3449         (message-forward-make-body-plain): Ditto; don't add excessive newline
3450         in body end.
3451
3452         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3453
3454 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3455
3456         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3457         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3458
3459 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * mm-extern.el (mm-extern-url): Don't use
3462         mm-with-unibyte-current-buffer.
3463         (mm-extern-cache-contents): Use with-current-buffer instead of
3464         save-excursion + set-buffer.
3465
3466 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * mm-util.el (mm-emacs-mule): Remove.
3469
3470 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3471
3472         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3473         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3474         change.
3475
3476 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3479         bind the default value of enable-multibyte-characters to nil.
3480
3481 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * message.el (message-forward-make-body-plain)
3484         (message-forward-make-body-mml):
3485         Don't use mm-with-unibyte-current-buffer.
3486
3487 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3488
3489         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3490
3491 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3492
3493         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3494         (Bug#5592).
3495
3496 2010-05-07  Julien Danjou  <julien@danjou.info>
3497
3498         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3499         it to mm-pipe-part.
3500
3501         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3502         it is given.
3503
3504 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * binhex.el (binhex-decode-region-internal)
3507         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3508         (dns-query)
3509         * nnweb.el (nnweb-gmane-search)
3510         * pgg-parse.el (pgg-parse-armor)
3511         * pgg.el (pgg-verify-region)
3512         * sha1.el (sha1-string-external)
3513         * uudecode.el (uudecode-decode-region-internal)
3514         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3515         XEmacs.
3516
3517         * gnus-art.el (gnus-article-browse-html-parts)
3518         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3519         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3520         make-temp-file.
3521
3522         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3523         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3524         compiling.
3525
3526         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3527         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3528         XEmacs when compiling.
3529
3530         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3531         gnus-pick-mode-off-hook for XEmacs when compiling.
3532         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3533         gnus-binary-mode-off-hook for XEmacs when compiling.
3534
3535         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3536         nil if char-charset is not available.
3537
3538         * imap.el (imap-disable-multibyte)
3539         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3540         macros.
3541
3542         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3543         instead of encode-coding-string.
3544
3545         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3546         'xemacs) instead of mm-emacs-mule to switch function definitions.
3547         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3548
3549         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3550         bind temporary-file-directory for XEmacs;
3551         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3552         timer-set-function for XEmacs 21.4 and SXEmacs;
3553         bind timer-list for XEmacs 21.4 and SXEmacs;
3554         fbind char-charset and find-charset-region for non-Mule XEmacs;
3555         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3556         encode-coding-region and encode-coding-string for XEmacs having no
3557         file-coding feature.
3558
3559 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3560
3561         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3562
3563 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3566         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3567
3568 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3569
3570         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3571         alias `jka-compr-delete-temp-file' no longer exists.
3572
3573 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3574
3575         Use define-minor-mode in Gnus where applicable.
3576         * mml.el (mml-mode): Use define-minor-mode.
3577         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3578         (gnus-undo-mode): Use define-minor-mode.
3579         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3580         (gnus-dead-summary-mode): Use define-minor-mode.
3581         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3582         Initialize in declaration.
3583         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3584         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3585         (gnus-mailing-list-mode): Use define-minor-mode.
3586         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3587         (gnus-draft-mode): Use define-minor-mode.
3588         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3589         (gnus-dired-mode): Use define-minor-mode.
3590
3591 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3592
3593         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3594         handles on recursive mml-to-mime translation and check them for
3595         boundary delimiter collisions.  Reported by Greg Troxel.
3596
3597 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3600
3601 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3602
3603         * mm-util.el (mm-find-buffer-file-coding-system):
3604         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3605
3606 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3607
3608         * message.el (message-generate-headers): Record insertion of optional
3609         headers as well.  Otherwise the check to prevent repeated insertion of
3610         optional headers is a no-op.
3611
3612 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3613
3614         * smime.el: Don't mention CVS.
3615
3616         * nnrss.el (nnrss-fetch): Don't mention CVS.
3617
3618         * nnir.el: Don't mention CVS.
3619
3620 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3621
3622         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3623
3624 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * lpath.el: Fbind bookmark-default-handler,
3627         bookmark-get-bookmark-record, bookmark-make-record-default,
3628         bookmark-prop-get for Emacs <23 and XEmacs.
3629
3630 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3631
3632         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3633         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3634         Use with-current-buffer to silence the byte-compiler.
3635         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3636         bother to require `gnus'.
3637         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3638
3639 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3640
3641         * gnus-sum.el (gnus-summary-bookmark-make-record)
3642         (gnus-summary-bookmark-jump): New functions.
3643         (gnus-summary-mode): Setup bookmark support.
3644
3645 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3646
3647         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3648         if set.
3649
3650 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3653         gnus-article-browse-html-save-cid-image; make it work recursively for
3654         forwarded messages as well.
3655         (gnus-article-browse-html-parts): Work when prefix arg is given.
3656         (gnus-article-browse-html-article): Doc fix.
3657
3658 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3659
3660         * message.el (message-default-mail-headers):
3661         (message-default-headers): Carry the value mail-default-headers over
3662         into message-default-mail-headers, rather than message-default-headers.
3663
3664 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3665
3666         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3667         charset.
3668
3669         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3670         charset into the <meta> tag when the article is encoded to utf-8.
3671
3672 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3675         directories as well.
3676         (gnus-article-browse-html-parts): Work for images that do not specify
3677         file names; delete temp directory when quitting; insert header at the
3678         right place; use file: scheme for image files.
3679
3680 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3681
3682         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3683         (gnus-article-browse-html-parts): Use it to make temporary cid image
3684         files in addition to html file so that browser may display them.
3685
3686 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3689
3690 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3691
3692         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3693
3694 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3695
3696         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3697         about Secret Service API sources.  Improve Customize options.
3698         (auth-source-pick): Change to accept any number of search parameters.
3699         Implement fallbacks iteratively, not recursively.  Add scoring on the
3700         second pass and sort by score.  Call Secret Service API when needed.
3701         (auth-source-user-or-password): Use it.  Call Secret Service API
3702         directly when needed to get the user name and the password.
3703
3704 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3705
3706         * message.el (message-interactive): Doc fix.
3707         (message-qmail-inject-args): Reflow.
3708         (message-kill-to-signature): Fix typo in docstring.
3709
3710         * smiley.el (smiley-buffer): Fix typo in docstring.
3711
3712 2010-03-24  Glenn Morris  <rgm@gnu.org>
3713
3714         * mail-source.el (gnus-message): Declare.
3715         (mail-source-delete-old-incoming): Require gnus-util.
3716
3717 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3720
3721         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3722
3723         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3724         password-cache's default if it is not bound.
3725         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3726         password-cache-expiry's default if it is not bound.
3727
3728         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3729         available in Emacs 21.
3730
3731         * lpath.el: Suppress compiler warnings for:
3732         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3733         XEmacs;
3734         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3735         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3736         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3737
3738 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3739
3740         * auth-source.el (auth-sources): Fix up definition so extra parameters
3741         are always inline.
3742
3743 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3744
3745         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3746         wasn't updated after mismatch.  Clear cached mailbox info correctly
3747         when uidvalidity changes.
3748         (nnimap-group-prefixed-name): New function to avoid some code
3749         duplication.
3750         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3751         (nnimap-request-group): Use it.
3752         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3753         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3754         with many imap folders.  This is done by caching the group status from
3755         the imap server persistently in a group parameter `imap-status'.  (This
3756         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3757         but not persistently, so every Gnus startup was still very slow.)
3758
3759 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3762         delete the extra newline.  Otherwise editing of :string and :number
3763         types don't work.
3764
3765 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3768         secrets.el dependency.
3769         (auth-sources): Add optional user name.  Add secrets.el configuration
3770         choice (unused right now).
3771
3772 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3775         `gnus-registry-install-shortcuts' fill in the functions.
3776
3777         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3778         warnings.
3779         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3780         (gnus-registry-install-shortcuts): Populate and use it in a
3781         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3782
3783 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3784
3785         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3786         In-place substitutions for the group name encoding/decoding.
3787         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3788         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3789         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3790         (nnimap-update-unseen, nnimap-request-list)
3791         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3792         (nnimap-request-set-mark, nnimap-split-to-groups)
3793         (nnimap-split-articles, nnimap-request-newgroups)
3794         (nnimap-request-create-group, nnimap-request-accept-article)
3795         (nnimap-request-delete-group, nnimap-request-rename-group)
3796         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3797         `encoded-mbx' for consistency.
3798         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3799         variable `imap-current-mailbox'.
3800
3801         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3802         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3803
3804 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3805
3806         * pop3.el (pop3-display-message-size-flag): Display message size byte
3807         counts during POP3 download.
3808         (pop3-movemail): Use it.
3809         (pop3-list): Implement listing of available messages.
3810
3811 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3812
3813         * nnir.el (nnir-get-article-nov-override-function): New function to
3814         override the normal NOV retrieval.
3815         (nnir-retrieve-headers): Use it.
3816
3817 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3818
3819         * auth-source.el (netrc-machine-user-or-password): Autoload.
3820
3821 2010-03-19  Glenn Morris  <rgm@gnu.org>
3822
3823         Stop message.el from loading about 40 libraries it doesn't always need.
3824         The general approach is to autoload rather than require, and to
3825         require in the specific functions rather than the file.  (Bug#5642)
3826
3827         * gmm-utils.el: Don't require wid-edit.
3828         (widget-create-child-value, widget-convert, widget-default-get):
3829         Autoload.
3830
3831         * gnus-util.el: Don't require time-date, netrc.
3832         (message-fetch-field, gnus-group-name-decode): Declare rather than
3833         autoloading.
3834         (gnus-fetch-field): Require message.
3835         (gnus-decode-newsgroups): Require gnus-group.
3836
3837         * ietf-drums.el: Don't require time-date.
3838
3839         * message.el: Don't require hashcash, canlock, ecomplete.
3840         Do require mail-utils.  Require nnheader only when compiling.
3841         (smtpmail-default-smtp-server): Remove declaration.
3842         (message-send-mail-function): Check smtpmail-default-smtp-server
3843         is bound rather than requiring smtpmail.
3844         (message-auto-save-directory, message-insert-signature): Use
3845         expand-file-name rather than nnheader-concat.
3846         (nnheader-insert-file-contents): Autoload.
3847         (hashcash-wait-async): Declare.
3848         (message-send-mail): Only call gnus-setup-posting-charset if
3849         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3850         (message-send-mail-with-sendmail): Require sendmail.
3851         (canlock-password, canlock-password-for-verify): Declare.
3852         (message-canlock-password): Require canlock.
3853         (nnheader-get-report): Autoload.
3854         (gnus-setup-posting-charset): Declare.
3855         (message-send-news): Require gnus-msg.
3856         (message-make-references, message-make-in-reply-to): Use mail-header-id
3857         rather than the alias mail-header-message-id.
3858         (ecomplete-add-item, ecomplete-save): Declare.
3859         (message-put-addresses-in-ecomplete): Require ecomplete.
3860         (ecomplete-display-matches): Autoload.
3861
3862         * mm-decode.el: Don't require mailcap, gnus-util.
3863         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3864         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3865         Autoload.
3866         (mailcap-mime-extensions): Declare.
3867
3868         * mm-encode.el: Don't require mailcap.
3869         (mailcap-extension-to-mime): Autoload.
3870
3871         * mml-sec.el: Don't require password-cache.
3872
3873         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3874         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3875         (mml-minibuffer-read-type): Require mailcap.
3876         (mml-preview): Require gnus-msg.
3877
3878         * mml1991.el: Require password-cache.
3879         (password-cache-expiry): Remove declaration.
3880
3881         * mml2015.el: Require password-cache.
3882         (password-cache-expiry): Remove declaration.
3883
3884         * nneething.el (mailcap): Require mailcap.
3885
3886         * nnheader.el (declare-function): Add compatibility stub.
3887         (message-remove-header): Declare rather than autoload.
3888         (nnheader-replace-header): Require message.
3889
3890         * nnimap.el (declare-function): Add compatibility stub.
3891         (netrc-parse, netrc-machine-user-or-password): Declare.
3892         (nnimap-open-connection): Require netrc.
3893
3894         * nntp.el (declare-function): Add compatibility stub.
3895         (netrc-parse, netrc-machine, netrc-get): Declare.
3896         (nntp-send-authinfo): Require netrc.
3897
3898         * rfc2047.el: Don't require qp.
3899         (quoted-printable-encode-region, quoted-printable-decode-string):
3900         Autoload.
3901
3902         * sieve-mode.el: Don't require easymenu.
3903         (easy-menu-add-item): Autoload it.
3904
3905         * spam-stat.el (time-to-number-of-days): Autoload it.
3906
3907 2010-03-19  Glenn Morris  <rgm@gnu.org>
3908
3909         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3910
3911 2010-03-18  Glenn Morris  <rgm@gnu.org>
3912
3913         * hashcash.el (declare-function): Remove duplicate definition.
3914
3915 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3916
3917         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3918         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3919         value if any backslash escapes).
3920
3921 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3924         if it is available.  (bug#5647)
3925
3926         * lpath.el: Suppress compiler warning for coding-system-from-name for
3927         Emacs 21 and XEmacs.
3928
3929 2010-03-14  Juri Linkov  <juri@jurta.org>
3930
3931         * hmac-def.el:
3932         * hmac-md5.el:
3933         * netrc.el: Fix keywords.
3934
3935 2010-02-26  Glenn Morris  <rgm@gnu.org>
3936
3937         * message.el (message-send-mail-function): Change the default, so that
3938         it inherits from a customized send-mail-function.  (Bug#5643)
3939
3940 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3941
3942         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3943         shell-command-to-string signals an error (bug#5299).
3944
3945 2010-02-24  Glenn Morris  <rgm@gnu.org>
3946
3947         * message.el (message-smtpmail-send-it)
3948         (message-send-mail-with-mailclient): Doc fixes.
3949
3950 2010-02-16  Glenn Morris  <rgm@gnu.org>
3951
3952         * message.el (message-default-mail-headers): Change the default value
3953         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3954
3955 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3958         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3959
3960 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3961
3962         * time-date.el (date-to-time): Doc fix (Bug#5408).
3963
3964 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3965
3966         * message.el (message-mail): Just pass yank-action on to message-setup.
3967         (message-setup): Handle (FUN . ARGS) form of yank-action.
3968         (message-with-reply-buffer, message-widen-reply)
3969         (message-yank-original): Handle non-buffer values of
3970         message-reply-buffer (Bug#4080).
3971         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3972
3973 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3974
3975         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3976         Fix typo in docstring.
3977
3978 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3979
3980         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3981         response.
3982
3983 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3986
3987         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3988
3989         * message.el (message-check-news-header-syntax): Protect against a
3990         string that `rfc822-addresses' returns when parsing fails.
3991
3992 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3995         (gnus-previous-char-property-change): New functions.
3996
3997         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3998
3999 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4000
4001         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4002         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4003
4004 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4005
4006         * message.el (message-exchange-point-and-mark): Rework last change to
4007         avoid using optional arg of exchange-point-and-mark, for backward
4008         compatibility.
4009
4010 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4011
4012         * message.el (message-exchange-point-and-mark): Call
4013         exchange-point-and-mark with an argument rather than setting
4014         mark-active by hand (Bug#5175).
4015
4016 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * nntp.el (nntp-service-to-port): Work for service expressed with
4019         numeric string; replace [:digit:] with [0-9] for XEmacs.
4020
4021 2009-12-17  Glenn Morris  <rgm@gnu.org>
4022
4023         * gnus-group.el (gnus-bug-group-download-format-alist):
4024         Change emacs entry to debbugs.gnu.org.  Bump :version.
4025
4026 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4027
4028         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4029
4030 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * message.el (message-info): Explain why we use `Info-goto-node'.
4033
4034 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4037
4038 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4039
4040         * message.el (message-completion-in-region): New compatibility function.
4041         (message-expand-group): Use it.
4042
4043 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4046         with no unread article should be listed if the 2nd arg `predicate' is
4047         given.
4048
4049 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4052
4053 2009-11-29  Juri Linkov  <juri@jurta.org>
4054
4055         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4056         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4057         on `gnus-recenter'. (Bug#4698, Bug#4981)
4058
4059 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4060
4061         * sha1.el (sha1-string-external): default-directory "/" in case
4062         otherwise non-existent.  process-connection-type pipe for touch of
4063         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4064
4065 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4066
4067         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4068         it's comms related and sgml-mode.el has "comm" on that basis too.
4069
4070 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4073         containing tspecial characters if they have been already quoted.
4074
4075 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4076
4077         * dns-mode.el (auto-mode-alist): Purecopy string.
4078
4079 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4080
4081         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4082
4083 2009-10-24  Glenn Morris  <rgm@gnu.org>
4084
4085         * gnus-art.el (help-xref-stack-item): Define for compiler.
4086
4087 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4088
4089         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4090
4091 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4094
4095 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4098         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4099
4100 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4103         (gnus-overlays-in): New alias to overlays-in.
4104
4105         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4106         gnus-overlay-get, and gnus-delete-overlay.
4107         (gnus-summary-show-thread): Make it work as well for systems in which
4108         next-single-char-property-change is not available.
4109         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4110
4111         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4112         (gnus-overlay-get): New alias to extent-property.
4113         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4114
4115         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4116         SXEmacs.
4117
4118         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4119         SXEmacs.
4120
4121 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4122
4123         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4124
4125 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4126
4127         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4128         and XEmacs that don't have `remove-overlays'.
4129
4130 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4131
4132         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4133         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4134         selective display.  Use overlays instead.
4135
4136 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4137
4138         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4139
4140 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4141
4142         * spam-stat.el (spam-stat-load): Fix typo in message.
4143
4144 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4145
4146         * dig.el (dig-invoke): Fix typo in docstring.
4147         (query-dig): Reflow docstring.
4148
4149 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4150
4151         * gnus-art.el (gnus-article-encrypt-body):
4152         * message.el (message-check-recipients):
4153         * mm-util.el (mm-codepage-setup):
4154         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4155         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4156
4157 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4158
4159         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4160         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4161         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4162         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4163         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4164
4165 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4166
4167         * dig.el: Add "Keywords: comm", as per net-utils.el.
4168
4169 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4170
4171         * dig.el (dig-mode): Use define-derived-mode.
4172
4173 2009-09-19  Glenn Morris  <rgm@gnu.org>
4174
4175         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4176
4177 2009-09-18  Glenn Morris  <rgm@gnu.org>
4178
4179         * gnus-diary.el (gnus-diary-check-message):
4180         * message.el (message-insert-formatted-citation-line):
4181         * nnbabyl.el (top-level):
4182         * nndiary.el (nndiary-schedule):
4183         Fix typos in condition-case handlers.
4184
4185 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4188         configuration that provides the sole article window in a frame;
4189         position point correctly after deleting a part.
4190
4191 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4192
4193         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4194         (spam-resolve-registrations-routine): Use it to unregister articles
4195         that change status.
4196
4197 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4200         with XEmacs.
4201         (parse-time-string-chars): Use it.
4202
4203 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4204
4205         * imap.el (imap-interactive-login): Better messages.
4206         (imap-open): Fix bug with renamed buffer on reconnect.
4207         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4208         for easier debugging and cleaner code.  On successful (guessed based on
4209         server capabilities) secondary authentication, set imap-state
4210         correctly.
4211         (imap-last-authenticator): Define imap-last-authenticator as a variable
4212         to avoid warnings.
4213
4214 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * nnrss.el (nnrss-request-article): Remove binding of
4217         default-enable-multibyte-characters that has gotten needless by
4218         the 2007-07-13 change in rfc2047-encode-message-header.
4219
4220         * mml.el (mml-insert-multipart): Error on the message header.
4221         (mml-insert-part): Error on the message header; position point at
4222         the end of a MIME tag.
4223
4224 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * time-date.el (autoload): Expand define-obsolete-function-alias into
4227         defalias and make-obsolete for old Emacsen that Gnus supports.
4228         (with-no-warnings): Define it for old Emacsen.
4229         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4230         is available.
4231         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4232         float-time is available; suppress compile warning for time-to-seconds.
4233
4234         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4235         (gnus-float-time): Alias to float-time if it exists.
4236
4237         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4238         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4239         float-time is available; suppress compile warning for time-to-seconds.
4240
4241         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4242         XEmacs.
4243
4244 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4245
4246         * imap.el (imap-message-map): Docstring fix.
4247
4248 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4251         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4252         Add the optional argument `encoding' that overrides the default.
4253
4254         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4255         mm-encode-buffer.
4256
4257 2009-09-04  Glenn Morris  <rgm@gnu.org>
4258
4259         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4260         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4261         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4262         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4263         * mm-util.el (mm-with-unibyte-current-buffer)
4264         (mm-find-buffer-file-coding-system):
4265         * yenc.el (yenc-decode-region): Use default-value rather than
4266         default-enable-multibyte-characters.
4267
4268 2009-09-03  Glenn Morris  <rgm@gnu.org>
4269
4270         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4271         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4272         than default-enable-multibyte-characters.
4273
4274 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4275
4276         * gnus-art.el (gnus-article-read-summary-keys):
4277         Fix gnus-buffer-configuration's value temporarily used.
4278
4279 2009-09-02  Glenn Morris  <rgm@gnu.org>
4280
4281         * gnus-util.el (gnus-float-time): New function.
4282         * gnus-delay.el (gnus-delay-article):
4283         * gnus-sum.el (gnus-thread-latest-date):
4284         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4285         * nnspool.el (nnspool-request-newgroups):
4286         Use gnus-float-time rather than time-to-seconds.
4287         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4288
4289         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4290         (gnus-header-subject-face, gnus-header-newsgroups-face)
4291         (gnus-header-name-face, gnus-header-content-face):
4292         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4293         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4294         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4295         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4296         (gnus-cite-face-11):
4297         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4298         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4299         (gnus-server-closed-face, gnus-server-denied-face)
4300         (gnus-server-offline-face):
4301         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4302         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4303         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4304         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4305         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4306         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4307         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4308         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4309         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4310         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4311         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4312         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4313         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4314         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4315         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4316         (gnus-summary-high-undownloaded-face)
4317         (gnus-summary-low-undownloaded-face)
4318         (gnus-summary-normal-undownloaded-face)
4319         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4320         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4321         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4322         (gnus-splash-face):
4323         * message.el (message-header-to-face, message-header-cc-face)
4324         (message-header-subject-face, message-header-newsgroups-face)
4325         (message-header-other-face, message-header-name-face)
4326         (message-header-xheader-face, message-separator-face)
4327         (message-cited-text-face, message-mml-face):
4328         * sieve-mode.el (sieve-control-commands-face)
4329         (sieve-action-commands-face, sieve-test-commands-face)
4330         (sieve-tagged-arguments-face):
4331         * spam.el (spam-face):
4332         Mark face aliases with "-face" in the name as obsolete.
4333
4334 2009-09-01  Glenn Morris  <rgm@gnu.org>
4335
4336         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4337         than goto-line.
4338
4339 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4342         Don't move point if the command is invoked inside the message header.
4343
4344 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4345
4346         * imap.el (imap-send-command): Simplify.
4347         (imap-wait-for-tag): point-max -> buffer-size.
4348
4349 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4350
4351         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4352         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4353         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4354         * nnir.el (nnir-swish-e-index-file):
4355         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4356         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4357         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4358         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4359         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4360         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4361
4362 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4365         Don't save excursion.
4366
4367 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4368
4369         * nnheader.el (nnheader-find-file-noselect):
4370         * mm-util.el (mm-insert-file-contents):
4371         Use (default-value 'major-mode) instead of default-major-mode.
4372
4373 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4374
4375         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4376
4377 2009-08-26  Glenn Morris  <rgm@gnu.org>
4378
4379         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4380         than placing in files.el.
4381
4382 2009-08-25  Glenn Morris  <rgm@gnu.org>
4383
4384         * nnir.el (top-level): Don't require cl at run-time.
4385         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4386         Replace cl-function substitute with gnus-replace-in-string.
4387         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4388         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4389         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4390         simplified expansions.
4391
4392 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4393
4394         * dig.el (dig): Add autoload cookie.
4395
4396 2009-08-22  Glenn Morris  <rgm@gnu.org>
4397
4398         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4399         goto-line.
4400
4401 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4402
4403         * parse-time.el (parse-time-string-chars): Save match data.
4404
4405 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4406
4407         * parse-time.el (parse-time-string-chars): Compute using character
4408         classes, to handle non-ascii characters (Bug#3190).
4409
4410 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4413
4414         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4415         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4416         (gnus-mm-display-part, gnus-mime-display-single)
4417         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4418         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4419
4420         * gnus-sum.el
4421         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4422         (gnus-summary-move-article): Add expirable mark to articles copied or
4423         moved to group that has auto-expire turned on if the option is non-nil.
4424
4425 2009-07-24  Glenn Morris  <rgm@gnu.org>
4426
4427         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4428         Fix typo.  (Bug#3903)
4429
4430 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4433         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4434         that should not be used for draft articles.
4435         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4436         that has no concern in minor mode keys.
4437         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4438         Abolish.
4439
4440 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4443         article without making inquiry to a user for unknown encoding.
4444
4445         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4446         (nnmaildir--scan): Assume i-node and device number that file-attributes
4447         returns might be cons-cell.
4448
4449         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4450
4451         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4452
4453 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * auth-source.el: Remove docs now in auth.texi.  Don't use
4456         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4457         `auth-source-hide-passwords' and use them.
4458
4459 2009-07-15  Glenn Morris  <rgm@gnu.org>
4460
4461         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4462
4463 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4466         excessive whitespace from the default values of title and description.
4467
4468 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4471         mail-fetch-field to fetch Content-Description header in order to
4472         exclude newlines.
4473
4474 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4475
4476         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4477         format used by GnuPG 2.0.11.
4478
4479 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4482         to deleted part.
4483
4484 2009-05-30  David Engster  <dengste@eml.cc>
4485
4486         * nnmairix.el: Remove old documentation in the commentary block.
4487         (nnmairix-request-group): Do not update active file for nnml back ends.
4488         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4489         end so that overview files are ignored.
4490         (nnmairix-update-groups): Make updating the groups more robust by using
4491         marks.
4492         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4493         with dollar characters in message-id.
4494
4495 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4496
4497         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4498         2008-12-25 in dns.el.
4499
4500 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4501
4502         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4503         could happen if the text is only composed of spaces and/or tabs.
4504
4505 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4506
4507         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4508         when sending a queued message to avoid extra mml tags.
4509
4510 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4513
4514 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4517         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4518         rmail-toggle-header for XEmacs;
4519         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4520
4521 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-dired.el: Remove autoload for gnus-setup-message.
4524         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4525         displaying Gnus logo; always use compose-mail.
4526
4527 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4530
4531 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4534         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4535         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4536         available.
4537         (gnus-nocem-epg-verify): New function.
4538
4539 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4542
4543 2009-02-15  Glenn Morris  <rgm@gnu.org>
4544
4545         * gnus-util.el (rmail-insert-rmail-file-header)
4546         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4547         autoloads.
4548         (rmail-default-rmail-file): Remove unnecessary declaration.
4549         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4550
4551 2009-02-14  Glenn Morris  <rgm@gnu.org>
4552
4553         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4554         variable (only used in gnus-util, which declares it anyway).
4555         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4556         which was only needed by gnus-art (changed to not use it any more).
4557         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4558         only used in gnus-util, which autoloads it itself.
4559         (rmail-update-summary): Fix autoload.
4560
4561         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4562         rather than rmail-output-to-rmail-file.
4563
4564 2009-02-07  Glenn Morris  <rgm@gnu.org>
4565
4566         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4567         autoload of function that no longer exists.
4568         (rmail-toggle-header): Declare.
4569         (message-forward-rmail-make-body): Handle mbox Rmail.
4570
4571 2009-01-31  Glenn Morris  <rgm@gnu.org>
4572
4573         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4574         2009-01-09 change.
4575
4576 2009-01-31  Dave Love  <fx@gnu.org>
4577
4578         * imap.el (imap-fetch-safe): Bind debug-on-error.
4579         (imap-debug): Add imap-fetch-safe.
4580
4581 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4582
4583         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4584         (auth-source-forget-all-cached): New convenience function.
4585         (auth-source-user-or-password): Accept list of modes or a single mode.
4586
4587         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4588         auth-source modes.
4589
4590         * netrc.el (netrc-machine-user-or-password): Use list of
4591         auth-source modes.
4592
4593         * nnimap.el (nnimap-open-connection): Use list of
4594         auth-source modes.
4595
4596         * nntp.el (nntp-send-authinfo): Use list of
4597         auth-source modes.
4598
4599 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4600
4601         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4602         now.
4603
4604 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4607         coding system in XEmacs; add a workaround for XEmacs.
4608
4609         * lpath.el: Fbind coding-system-aliasee.
4610
4611 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4614         of current-language-environment.
4615
4616 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4619         available at runtime.
4620
4621 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4624
4625 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4626
4627         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4628         the greatest positive fixnum value doesn't work under an XEmacs with
4629         bignum support; use the most-positive-fixnum constant instead,
4630         available since Emacs 21.1 with cl and XEmacs 21.1.
4631
4632 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4635         XEmacs gets not to work.
4636
4637 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * mm-util.el (mm-coding-system-priorities): Allow the value like
4640         "Japanese (UTF-8)" of current-language-environment.
4641
4642 2009-01-09  Glenn Morris  <rgm@gnu.org>
4643
4644         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4645         with last-command-event.
4646
4647 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4648
4649         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4650         in the doc string.
4651
4652         * message.el (message-fix-before-sending): Amend comment.
4653
4654 2009-01-08  Dave Love  <fx@gnu.org>
4655
4656         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4657
4658 2009-01-07  David Engster  <dengste@eml.cc>
4659
4660         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4661         simplified server definitions by converting it via
4662         gnus-server-to-method.
4663
4664 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4667         parameter's operands.
4668
4669 2009-01-06  David Engster  <dengste@eml.cc>
4670
4671         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4672         primary select method (for gnus-group-mark-article-as-read).
4673
4674 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4675
4676         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4677         `(gnus)Face', not `(gnus)X-Face'.
4678
4679 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * mm-util.el (mm-ucs-to-char): New function.
4682
4683         * mm-url.el (mm-url-decode-entities): Use it.
4684
4685         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4686         unicode-to-char.
4687
4688 2009-01-05  Dave Love  <fx@gnu.org>
4689
4690         * time-date.el: Require cl for `declare'.
4691
4692 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4695         Dave Love.
4696
4697 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4698
4699         * message.el (message-fix-before-sending): Add `eight-bit' to
4700         illegible-text check.
4701
4702 2009-01-03  Michael Olson  <mwolson@gnu.org>
4703
4704         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4705         `headers' is nil.  This can occur if the IMAP server does not have
4706         permissions to read messages from a folder, but can write new messages
4707         to the folder.
4708         (nnimap-request-article-part): Do not insert `data' if it is nil.
4709
4710         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4711         characters which will confuse `read', so skip past them.
4712
4713 2009-01-01  Dave Love  <fx@gnu.org>
4714
4715         * imap.el (imap-string-to-integer): Fix typo.
4716         (imap-fetch-safe): New function.
4717         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4718
4719         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4720
4721         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4722         (imap-parse-greeting): Fix doc strings.
4723         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4724         (imap-parse-flag-list): Make messages unique.
4725         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4726
4727         * nnimap.el: Fix author email.
4728         (nnimap-split-rule): Add FIXME comment.
4729         (nnimap-debug): Fix doc string.
4730
4731 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4734
4735 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4736
4737         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4738         nslookup if resolv.conf isn't available.
4739         (dns-query): Rename from query-dns.
4740         (dns-query-cached): Rename from query-dns-cached.
4741
4742 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4745         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4746         to check if those variables exist (first appeared in Emacs 18.50).
4747
4748 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * mm-util.el (mm-line-number-at-pos): New function.
4751
4752         * spam-report.el (spam-report-process-queue): Use it.
4753
4754 2008-12-24  David Engster  <dengste@eml.cc>
4755
4756         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4757         parameters that haven't existed as variables as buffer-local variables.
4758
4759 2008-12-23  Dave Love  <fx@gnu.org>
4760
4761         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4762         cadar.
4763
4764         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4765         imap-starttls-p.
4766         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4767
4768 2008-12-22  Dave Love  <fx@gnu.org>
4769
4770         * imap.el: Fix author email.  Doc fixes.
4771         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4772         reply.
4773
4774 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * spam-report.el (spam-report-gmane-max-requests): New constant.
4777         (spam-report-gmane-wait): New variable.
4778         (spam-report-gmane-ham, spam-report-gmane-spam)
4779         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4780         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4781         the server.
4782
4783         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4784         Add explanations.
4785
4786         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4787         nnheader-accept-process-output and nnheader-read-timeout if available.
4788         (pop3-movemail): Use it.
4789
4790         * message.el (message-check-news-body-syntax): Fix signature check if
4791         there's an attachment.
4792
4793 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * mm-util.el: Add comments to the mm- emulating functions.
4796
4797 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4798
4799         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4800         by Stephen Berman <stephen.berman@gmx.net>.
4801
4802 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * mm-util.el (mm-substring-no-properties): New function.
4805         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4806         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4807         (mm-string-to-multibyte): Doc fix.
4808
4809         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4810
4811 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * mml.el (mml-attach-file): Strip text properties from file name.
4814         (Bug#1574)
4815
4816 2008-12-16  Glenn Morris  <rgm@gnu.org>
4817
4818         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4819
4820 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4823         knows since the charset specified might be a bogus alias that
4824         mm-charset-synonym-alist provides.
4825
4826 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4827
4828         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4829         "ISO_8859-1".
4830
4831         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4832
4833 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * mm-util.el (mm-charset-eval-alist):
4836         Define it before mm-charset-to-coding-system.
4837         (mm-charset-to-coding-system): Add optional argument `silent';
4838         define it before mm-charset-override-alist.
4839         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4840         default value if it can be used in Emacs currently running;
4841         silence mm-charset-to-coding-system.
4842
4843 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4846         `allow-override' which says whether to use `mm-charset-override-alist'.
4847         (rfc2047-decode-encoded-words): Use it.
4848
4849         * mm-util.el (mm-charset-override-alist): Fix custom type;
4850         add `(gb2312 . gbk)' to choices.
4851
4852 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4855         fast.
4856
4857         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4858
4859         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4860
4861 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4862
4863         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4864         on links.
4865
4866         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4867
4868 2008-12-03  Lute Kamstra  <lute@gnu.org>
4869
4870         * sha1.el: Remove leading * from docstrings of defcustoms,
4871         deffaces, defconsts and defuns.
4872
4873 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4876         users' addresses that don't have domain parts.
4877         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4878         rather than message-narrow-to-head since there will be the message
4879         header separator.
4880
4881 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4882
4883         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4884         since the result is inserted in a unibyte buffer anyway.
4885         (nnimap-demule-use-string-to-multibyte): Remove.
4886         (nnimap-demule): Alias it to mm-string-to-multibyte.
4887
4888 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4889
4890         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4891         variable for debugging bug#464 and bug#1174.
4892         (nnimap-demule): Use it.
4893
4894 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4895
4896         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4897         score calculation correctly.
4898
4899 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4900
4901         * message.el (message-send-mail): Just set the buffer to unibyte
4902         rather than use mm-with-unibyte-current-buffer which does a lot more.
4903         (message-send-mail-partially): Don't bother with
4904         mm-with-unibyte-current-buffer since it's already been made unibyte by
4905         message-send-mail.
4906
4907 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4910
4911 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4912
4913         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4914
4915 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4918         require itself and to remove `with-no-warnings'.
4919
4920 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * starttls.el (starttls-any-program-available): Get the name of the
4923         available TLS layer program.
4924         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4925         well as the host name in the "opening" message.
4926
4927         * auth-source.el (auth-source-cache, auth-source-do-cache)
4928         (auth-source-user-or-password): Cache passwords and logins by default,
4929         allow override with `auth-source-do-cache'.
4930         (auth-source-forget-user-or-password): Allow users to remove cache
4931         entries if needed.
4932
4933 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4934
4935         * md4.el (md4-buffer): Fix typo in docstring.
4936         (md4, md4-64): Doc fixes.
4937         (md4-pack-int32): Reflow docstring.
4938
4939 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4942         condition-case to only the forward-sexp call.
4943
4944 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4947         quotes contained.  Make it more robust regardless by an extra
4948         condition-case wrapper.
4949
4950 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4953
4954 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * nnml.el (nnml-request-expire-articles): Check if the function set to
4957         `nnmail-expiry-target' returns the symbol `delete'.
4958
4959         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4960
4961         * nnmail.el (nnmail-expiry-target): Fix custom type.
4962
4963 2008-10-02  Glenn Morris  <rgm@gnu.org>
4964
4965         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4966         Silence compiler warning.
4967
4968 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4969
4970         * tls.el (open-tls-stream): Show the actual command being
4971         executed, instead of the format string.
4972
4973 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * lpath.el: Fbind codepage-setup for Emacs 23.
4976
4977 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4978
4979         * mml.el (mml-menu): Don't assume mml2015 is bound.
4980
4981 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4984         exists.
4985
4986 2008-09-27  Glenn Morris  <rgm@gnu.org>
4987
4988         * gnus-util.el (mail-header-remove-comments): Autoload it.
4989
4990 2008-09-27  Andreas Schwab  <schwab@suse.de>
4991
4992         * gnus-util.el (gnus-split-references): Strip comments.
4993         (gnus-parent-id): Likewise.
4994
4995 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4996
4997         * message.el (message-confirm-send): Fix version.
4998
4999 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * message.el (message-idna-to-ascii-rhs-1): Use
5002         mail-extract-address-components rather than mail-header-parse-addresses
5003         that is an alias by default to ietf-drums-parse-addresses that does not
5004         support non-ASCII names in headers' contents.
5005
5006 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * message.el (message-confirm-send): Fixed variable documentation to
5009         avoid the "y/n" wording.
5010
5011 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5012
5013         * message.el (message-set-auto-save-file-name): Save to a different
5014         filename so multiple messages (especially drafts) can be recovered.
5015
5016 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5017
5018         * message.el (message-confirm-send): Add appropriate version.
5019
5020 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5023         defvar.
5024
5025 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5026
5027         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5028         (mm-pkcs7-enveloped-magic): Ditto.
5029
5030 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5031
5032         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5033         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5034
5035 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5036
5037         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5038         default, it's better.
5039
5040 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5043         summary line gnus-number property and ignore them (with a warning
5044         message).
5045
5046 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5049         macro caddr in the interactive form since it won't be expanded.
5050
5051 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5054         `charset'; fix name of function called recursively.
5055         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5056
5057 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5060         (gnus-mime-set-charset-parameters): New function.
5061         (gnus-mime-view-part-as-charset): Use it to correctly display part
5062         specifying wrong charset.
5063
5064 2008-09-08  David Engster  <dengste@eml.cc>
5065
5066         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5067         in completing-read for back end server.
5068
5069 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5070
5071         * message.el (message-confirm-send): New variable to confirm sending a
5072         message.
5073         (message-send): Use it.
5074
5075 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5076
5077         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5078
5079 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5082
5083 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5084
5085         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5086         prevent tracking too many groups.
5087         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5088         Use it.
5089
5090 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5091
5092         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5093         moving point to the bottom of the window in order to avoid recentering.
5094
5095 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5098
5099         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5100         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5101         (gnus-article-beginning-of-window): Fix calculation.
5102
5103 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-msg.el (gnus-summary-supersede-article)
5106         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5107         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5108         message header.
5109
5110 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5111
5112         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5113         pending output coming after the status change.
5114
5115 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5116
5117         * message.el:
5118         * gnus-start.el:
5119         * gnus-registry.el: Remove VMS support.
5120
5121 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5124         macro.
5125         (rfc2104-hash): Use it.
5126
5127 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5130         (gnus-summary-sort-by-most-recent-date): New commands.
5131         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5132         and menu entries.
5133
5134 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5137         don't redisplay article for raw contents; remove plural articles stuff.
5138
5139         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5140         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5141         on gnus-summary-save-article; display results properly.
5142
5143 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * lpath.el: No need to fbind ns-focus-frame.
5146
5147 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5150
5151 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5154         gnus-save-all-headers.
5155
5156 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5157
5158         * gnus-util.el (ns-focus-frame): Remove declaration.
5159         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5160         like x.
5161
5162 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5163
5164         * rfc2104.el (rfc2104-zero): Delete defconst.
5165         (rfc2104-hex-alist): Likewise.
5166         (rfc2104-hex-to-int): Delete func.
5167         (rfc2104-hexstring-to-bitstring): Likewise.
5168         (rfc2104-nybbles): New defconst.
5169         (rfc2104-hash): Rewrite for speed.
5170
5171 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * tls.el (open-tls-stream): Make it work with the 2nd argument
5174         BUFFER that is a string but does not exist as a buffer object, as
5175         mentioned in the doc-string.
5176
5177 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5180         SXEmacs.
5181
5182 2008-07-16  Glenn Morris  <rgm@gnu.org>
5183
5184         * gnus-util.el (ns-focus-frame): Declare for compiler.
5185
5186 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5189         set as a group parameter.
5190         (gnus-summary-save-in-pipe): Work when it is called independently.
5191         (gnus-summary-pipe-to-muttprint): Don't modify
5192         gnus-summary-pipe-output-default-command.
5193
5194 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5195
5196         * message.el (message-send-mail-with-sendmail):
5197         Display the error message.
5198
5199 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * gnus-art.el (gnus-default-article-saver):
5202         Add gnus-summary-save-in-pipe to choices.
5203         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5204         gnus-summary-pipe-output-default-command as the default command.
5205         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5206         instead of gnus-last-shell-command.
5207
5208         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5209         New user option.
5210         (gnus-summary-muttprint-program): Mention the value will be changed.
5211         (gnus-summary-save-article): Force showing of all headers.
5212         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5213
5214 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5215
5216         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5217
5218 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5219
5220         * nnimap.el (nnimap-id):
5221         * sieve-manage.el (sieve-manage-open): Doc fixes.
5222
5223 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5224
5225         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5226         if available.
5227
5228 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5229
5230         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5231
5232         * nnkiboze.el (nnkiboze-generate-group):
5233         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5234
5235         * nnmairix.el: Require CL.
5236
5237 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * dgnushack.el: Autoload get-display-table and put-display-table for
5240         XEmacs 21.5.
5241
5242         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5243         21.4 and SXEmacs.
5244
5245 2008-06-15  David Engster  <dengste@eml.cc>
5246
5247         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5248
5249 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5250
5251         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5252         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5253         runtime choice under XEmacs.
5254
5255         * gnus-sum.el (gnus-summary-set-display-table):
5256         Use `gnus-put-display-table', `gnus-get-display-table',
5257         `gnus-set-display-table' for the display table, instead of `aset'.
5258
5259         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5260         Use `gnus-put-display-table', `gnus-get-display-table',
5261         `gnus-set-display-table' for the display table.
5262
5263 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * nnmairix.el: Add autoloads.
5266
5267 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * nnmairix.el (nnmairix-delete-recreate-group)
5270         (nnmairix-update-and-clear-marks): Fix error messages.
5271
5272 2008-06-14  David Engster  <dengste@eml.cc>
5273
5274         * nnmairix.el: Upgrade to version 0.6.
5275         (nnmairix-group-toggle-propmarks-this-group)
5276         (nnmairix-group-toggle-readmarks-this-group)
5277         (nnmairix-group-delete-recreate-this-group)
5278         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5279         (nnmairix-remove-tick-mark-original-article): New commands.
5280         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5281         (nnmairix-propagate-marks-to-nnmairix-groups)
5282         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5283         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5284         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5285         functions needed for marks propagation and manipulation of read marks.
5286         (nnmairix-update-groups): New function.
5287         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5288         (nnmairix-determine-original-group-from-registry)
5289         (nnmairix-determine-original-group-from-path)
5290         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5291         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5292         New helper functions.
5293         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5294         keystrokes for new commands.
5295         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5296         (nnmairix-request-group): Check allow-fast group parameter.
5297         (nnmairix-request-create-group): Set allow-fast group parameter if
5298         nnmairix-allowfast-default is set.
5299         (nnmairix-close-group): Propagate marks upon closing if needed.
5300         (nnmairix-group-toggle-threads-this-group): Use new.
5301         nnmairix-group-toggle-parameter helper function.
5302         (nnmairix-search): Better check for empty search result.
5303         (nnmairix-goto-original-article): Use new helper functions for
5304         determining original article.
5305         (nnmairix-show-original-article): Make sure message-id is in brackets.
5306         (nnmairix-call-mairix-binary): Change variable name.
5307         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5308         helper function.
5309         (nnmairix-widget-toggle-activate): Fix doc string.
5310
5311 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * nnir.el: Require edmacro when compiling with XEmacs.
5314         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5315         available in Emacs 21.
5316
5317 2008-06-11  Glenn Morris  <rgm@gnu.org>
5318
5319         * gnus-util.el (x-focus-frame):
5320         * gnus.el (image-size):
5321         * mm-decode.el (image-size): Declare.
5322
5323         * gnus-picon.el (declare-function): Add compat definition.
5324         (image-size): Declare.
5325
5326         * gnus-group.el (tool-bar-map):
5327         * gnus-sum.el (tool-bar-map): Define for compiler.
5328
5329         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5330
5331         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5332
5333         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5334         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5335         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5336         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5337         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5338         * sieve-manage.el, spam-report.el, spam.el:
5339         Remove unnecessary eval-and-compile of autoloads.
5340
5341 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5342
5343         * auth-source.el: Precise Tramp doc.
5344
5345 2008-06-07  Glenn Morris  <rgm@gnu.org>
5346
5347         * nnmairix.el: Remove unnecessary eval-when-compile.
5348
5349 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * lpath.el: Fbind propertize for XEmacs 21.4.
5352
5353 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5354
5355         * nnir.el: Move here from ../contrib.
5356
5357 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5358
5359         * gnus-util.el (gnus-read-shell-command): New function.
5360         * mm-decode.el (mm-pipe-part):
5361         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5362
5363 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5366
5367 2008-06-03  Glenn Morris  <rgm@gnu.org>
5368
5369         * pop3.el (nnheader-accept-process-output): Autoload it.
5370
5371 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5374         are not 2-digit hexadecimal characters that follow `%'s.
5375
5376 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5377
5378         * message.el (message-bogus-recipient-p): Fix type in doc string.
5379         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5380         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5381         Improve custom options.
5382         (message-bogus-recipient-p): Adjust accordingly.
5383
5384 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5385
5386         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5387         long-form month and day names.
5388
5389 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * dgnushack.el: Autoload debug, eudc-expand-inline and
5392         pgg-snarf-keys-region for XEmacs.
5393
5394         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5395
5396         * nnmairix.el: Require edmacro when compiling with XEmacs.
5397
5398 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5401         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5402
5403 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5404
5405         * auth-source.el: Add more docs.
5406
5407         * netrc.el (netrc-machine): Always match if the port is not given.
5408
5409 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5412         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5413         retrieval faster in some cases, but might make CPU usage larger.  If
5414         this has any bad side effects, we might revert this change.
5415
5416         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5417         seems to make mail retrieval much, much faster.
5418         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5419         unconditionally.
5420
5421         * gnus-draft.el (gnus-group-send-queue): Bind
5422         message-send-mail-partially-limit to nil to avoid being prompted.
5423
5424 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5427
5428         * message.el (message-bogus-address-regexp): Fix and improve custom
5429         type.
5430         (message-setup-hook): Add message-check-recipients as custom option.
5431
5432 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * message.el (message-cite-function): Remove bogus autoload which crept
5435         in during merge from v5-10.
5436
5437 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5438
5439         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5440
5441         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5442
5443         * auth-source.el: Preliminary Tramp docs.
5444         (auth-sources): Change the default auth-sources to use
5445         EPA .gpg files.
5446
5447 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5448
5449         * nntp.el: Autoload `auth-source-user-or-password'.
5450         (nntp-send-authinfo): Use it.
5451
5452         * nnimap.el: Autoload `auth-source-user-or-password'.
5453         (nnimap-open-connection): Use it.
5454
5455         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5456         for the gnus-message function.
5457         (auth-source-user-or-password): Use it.
5458
5459 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5460
5461         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5462         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5463         (rfc2104-hash): Use it.
5464
5465 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5466
5467         * gnus-art.el (gnus-article-toggle-truncate-lines):
5468         Don't use `iff' in docstring.
5469
5470 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5471
5472         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5473
5474         * gnus-util.el (gnus-extract-address-component-name)
5475         (gnus-extract-address-component-email): Convenience functions around
5476         `gnus-extract-address-components'.
5477
5478         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5479         Use `gnus-extract-address-component-email' to fix bug of comparing full
5480         sender name to `user-mail-address'.
5481
5482 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5485         catch/throw to optimize.
5486         (gnus-registry-find-keywords): Just use member to find a keyword.
5487
5488 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5489
5490         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5491         is current before calling gnus-server-prepare.
5492         (gnus-server-setup-buffer, gnus-server-update-server)
5493         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5494
5495 2008-05-04  Juri Linkov  <juri@jurta.org>
5496
5497         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5498         (mailcap-file-default-commands): Use mailcap-replace-in-string
5499         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5500         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5501
5502 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5503
5504         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5505
5506 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5507
5508         * gnus.el: Bump version to 0.11.
5509
5510 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5511
5512         * gnus.el: No Gnus v0.10 is released.
5513
5514 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5515
5516         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5517         hooks.
5518         (gnus-update-read-articles): Speed up non-marks-using users.
5519         (gnus-use-marks): Define gnus-use-marks.
5520         (gnus-propagate-marks): Rename variable to something more sensible.
5521
5522 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5523
5524         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5525         (gmm-image-load-path-for-library): Fix typos in docstrings.
5526         (gmm-message): Reflow docstring.
5527
5528 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * mail-source.el (mail-source-set-1, mail-source-bind):
5531         Move auth-source code out of the macro to clean it up and fix bugs.
5532
5533 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5536         by sender if it's equal to user-mail-address, it's likely to be
5537         useless.
5538
5539         * mail-source.el (mail-source-bind): Don't use user or password if they
5540         are not bound.  Unintern them if they are nil.  Don't use server unless
5541         it's bound, and default it to empty string otherwise.
5542
5543 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * mail-source.el: Load auth-source.el.
5546         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5547         get user name or password, if auth-sources is set up.
5548
5549         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5550         strategy of splitting with parent.
5551         (gnus-registry-split-fancy-with-parent)
5552         (gnus-registry-post-process-groups): Use it and fix prior
5553         bug (returning a list as the split result).
5554
5555         * auth-source.el (auth-sources): Remove server parameter.
5556         (auth-source-pick, auth-source-user-or-password)
5557         (auth-source-user-or-password-imap)
5558         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5559         (auth-source-user-or-password-sftp)
5560         (auth-source-user-or-password-smtp): Remove server parameter.
5561
5562 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5563
5564         * smime.el (smime-sign-region, smime-encrypt-region)
5565         (smime-decrypt-region):
5566         Remove redundant calls to `generate-new-buffer-name'.
5567
5568 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5569
5570         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5571         Don't use QP for message/rfc822.
5572         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5573
5574 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5575
5576         * sieve-manage.el (sieve-string-bytes): Remove.
5577         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5578         correct byte-length only if the process's coding-system is the same as
5579         the one used internally by Emacs to represent strings.
5580
5581 2008-04-22  Juri Linkov  <juri@jurta.org>
5582
5583         * mailcap.el (mailcap-file-default-commands): New function.
5584
5585 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * message.el (message-signature-separator, message-cite-function):
5588         Change custom version.
5589
5590 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5591
5592         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5593         commands.
5594         (tls-checktrust): Ditto.
5595
5596 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5597
5598         * mm-decode.el (mm-display-external): Make temp file read-only.
5599
5600 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5603         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5604         `C-c C-f d'.
5605
5606 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5607
5608         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5609
5610 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * gnus.el: Bump version to 0.9.
5613
5614 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * gnus.el: No Gnus v0.8 is released.
5617
5618 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5619
5620         * mail-source.el (mail-source-value):
5621         Prefer fboundp to functionp so it works with macros as well.
5622
5623 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5624
5625         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5626         Fix last change in case the element is not even a symbol.
5627
5628 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5629
5630         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5631         Prefer fboundp to functionp so it works with macros as well.
5632
5633 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * auth-source.el: Added docs.
5636         (auth-sources): Modify format to support server.
5637         (auth-source-pick, auth-source-user-or-password)
5638         (auth-source-user-or-password-imap)
5639         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5640         (auth-source-user-or-password-sftp)
5641         (auth-source-user-or-password-smtp): Add server parameter.
5642
5643 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * gnus-registry.el: Initialize the registry when gnus-registry-install
5646         is t.
5647
5648 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * compface.el (uncompface): Make buffer unibyte.
5651
5652 2008-04-05  Glenn Morris  <rgm@gnu.org>
5653
5654         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5655
5656 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5657
5658         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5659         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5660
5661         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5662         multibyteness after rather than before erasing it.
5663
5664         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5665         mm-with-multibyte.
5666         (gnus-request-article-this-buffer): Make sure the proper decoding is
5667         used if gnus-original-article-buffer happens to be unibyte.
5668
5669         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5670         default-enable-multibyte-characters.
5671
5672         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5673         default-enable-multibyte-characters.
5674
5675         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5676
5677         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5678
5679 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5680
5681         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5682         (imap-message-copyuid-1): Use it.
5683         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5684         J. Williams in
5685         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5686
5687         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5688         imap-enable-exchange-bug-workaround.
5689         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5690
5691 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5692
5693         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5694         a 100 byte status-checks into a 2-3MB transfer for each group.
5695         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5696         to enable bug workaround or not.
5697         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5698
5699 2008-03-31  Glenn Morris  <rgm@gnu.org>
5700
5701         * message.el (mml2015-use): Declare for compiler.
5702         (message-info): Require mml2015 when appropriate.
5703
5704 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5707         whitespace.
5708
5709 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5710
5711         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5712         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5713         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5714         (nntp-service-to-port): New function.
5715         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5716         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5717         (nntp-open-netcat-stream): New function.
5718         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5719
5720 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5721
5722         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5723
5724 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5725
5726         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5727
5728 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5729
5730         * dns.el (dns-write): Use set-buffer-multibyte.
5731
5732 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5733
5734         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5735
5736 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * message.el (message-signature-separator): Change default.
5739         Improve custom type.
5740         (message-cite-function): Change default to
5741         message-cite-original-without-signature.
5742
5743         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5744         toggle.
5745
5746         * message.el (message-check-news-body-syntax): Fix signature check.
5747         (message-setup-1): Mark buffer as unmodified _after_ running
5748         message-setup-hook and handling message-alternative-emails.
5749         (message-shorten-references): Be more strict when building list of
5750         valid references to comply with GNKSA.
5751
5752         * gnus-group.el (gnus-read-ephemeral-bug-group)
5753         (gnus-read-ephemeral-debian-bug-group)
5754         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5755
5756         * message.el (message-info): Don't use booleanp which isn't supported
5757         in Emacs 21 and XEmacs.
5758
5759 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5760
5761         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5762         gnus-group-gmane-group-download-format.
5763         (gnus-group-read-ephemeral-gmane-group): Rename from
5764         gnus-group-read-ephemeral-gmane-group.
5765         (gnus-read-ephemeral-gmane-group-url): Rename from
5766         gnus-group-read-ephemeral-gmane-group-url.
5767         (gnus-bug-group-download-format-alist): New variable.
5768         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5769         (gnus-read-ephemeral-emacs-bug-group): New commands.
5770
5771 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5774         (gnus-visible-headers): Improve custom type.
5775
5776 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * mml.el (mml-menu): Add workarounds for XEmacs.
5779
5780         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5781         X-Boundary header.
5782
5783         * message.el (message-simplify-recipients): Fix previous commit.
5784
5785 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5786
5787         * mm-util.el (mm-set-buffer-multibyte): New function.
5788         * mm-decode.el (mm-copy-to-buffer): Use it.
5789
5790 2008-03-19  Glenn Morris  <rgm@gnu.org>
5791
5792         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5793         Accidentally removed in the sync process with Emacs.
5794
5795 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5796
5797         * message.el (message-alter-recipients-discard-bogus-full-name):
5798         New function.
5799         (message-alter-recipients-function): New variable.
5800         (message-get-reply-headers): Use it.
5801         (message-replace-header): New helper function.
5802         (message-recipients-without-full-name): New variable.
5803         (message-simplify-recipients): New command.
5804
5805         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5806
5807         * message.el (message-info): Handle EasyPG manual.
5808
5809         * mml.el (mml-menu): Add entry for EasyPG.
5810
5811 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5812
5813         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5814         parameter.
5815
5816         * message.el (message-disassociate-draft): Specify drafts group name
5817         fully.
5818
5819 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5820
5821         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5822         unnecessary duplicates from the match list.
5823
5824 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5827
5828         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5829
5830         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5831         args of `how-many' of which the XEmacs version doesn't take; declare
5832         Info-index-next as function.
5833
5834 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-score.el (gnus-score-headers): Fix handling of
5837         gnus-inhibit-slow-scoring.
5838
5839         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5840         string.
5841         (gnus-button-url-regexp): Improve handling of parenthesis.
5842         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5843         (gnus-button-handle-info-keystrokes): Handle index entries.
5844
5845 2008-03-15  Glenn Morris  <rgm@gnu.org>
5846
5847         * parse-time.el (parse-time-string): Simplify.
5848
5849 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5852         Incoming* files.
5853
5854 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5857         (auth-source-pick): Use it.
5858
5859 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5860
5861         * binhex.el (binhex-decode-region-internal):
5862         * uudecode.el (uudecode-decode-region-internal):
5863         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5864         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5865         setting default-enable-multibyte-characters.
5866
5867 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * auth-source.el (auth-source-protocols)
5870         (auth-source-protocols-customize, auth-source-choices): Added and
5871         modified variable customizations and defaults.
5872         (auth-source-pick, auth-source-user-or-password)
5873         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5874         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5875         (auth-source-user-or-password-sftp)
5876         (auth-source-user-or-password-smtp): Use new variables and provide an
5877         interface to netrc.el.
5878
5879 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5882         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5883         Make sure the nntp port to specify is a string.
5884
5885 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5886
5887         * nntp.el: Use with-current-buffer.
5888         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5889         dubious mm-with-unibyte-current-buffer.
5890         (nntp-with-open-group-function): New function extracted from
5891         nntp-with-open-group macro.
5892         (nntp-with-open-group): Use the function, so it's easier to debug.
5893         Add indentation and debugging info.
5894         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5895         the use of the netcat alternatives.
5896
5897         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5898         Avoid mm-string-as-multibyte as well.
5899
5900         * nnweb.el (nnweb-insert-html):
5901         Remove use of nnheader-string-as-multibyte.
5902
5903         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5904         (nnheader-string-as-multibyte): Remove.
5905
5906         * mm-view.el: Use inhibit-read-only.
5907         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5908         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5909         or unibyte-string.
5910
5911         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5912         (mm-uu-yenc-extract): Use with-current-buffer.
5913
5914         * gnus-soup.el (gnus-soup-send-packet): Don't use
5915         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5916
5917         * nnmh.el: Use with-current-buffer.
5918         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5919         mm-string-as-multibyte on the output of mm-encode-coding-string.
5920
5921         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5922         (nnimap-request-move-article): Use with-current-buffer.
5923
5924         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5925         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5926         conversion uses string-make-unibyte rather than string-as-unibyte.
5927
5928         * gnus-msg.el: Use with-current-buffer.
5929
5930         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5931
5932 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5933
5934         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5935         string for caching if it is 'PIN.
5936
5937 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * lpath.el: Consider the case without Emacs/W3.
5940
5941 2008-03-08  Glenn Morris  <rgm@gnu.org>
5942
5943         * time-date.el (date-to-time, time-subtract, time-add)
5944         (safe-date-to-time): Doc fixes.
5945
5946 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5947
5948         * mail-source.el (mail-source-delete-old-incoming-confirm):
5949         Change default to nil.
5950         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5951
5952 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * lpath.el: Rearrange.
5955
5956         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5957         (gnus-article-goto-prev-page): Work for articles having ^L's.
5958
5959         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5960
5961         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5962
5963 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5964
5965         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5966         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5967         (gnus-bookmark-jump): Adjust some variable names.
5968
5969 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         * auth-source.el: New package.
5972         (auth-source-choices): Add customization entry point variable.
5973
5974         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5975         bug.
5976
5977 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5980         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5981         (gnus-registry-install-shortcuts): Rename from
5982         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5983         the `gnus-registry-mark-map' keymap dynamically from
5984         `gnus-registry-marks'.  The generated functions update the summary line
5985         when a registry mark is added or deleted, and will call
5986         `gnus-registry-install-p' (see the comments in the code).
5987         (gnus-registry-user-format-function-M): Use concat intelligently.
5988
5989         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5990         the registry mark functions.
5991
5992 2008-03-05  Glenn Morris  <rgm@gnu.org>
5993
5994         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5995         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5996         gnus-art.
5997         (top-level): No need to load own source when compiling.
5998
5999 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6002         Suggested by <chris.anderton@zetnet.co.uk>.
6003
6004 2008-03-04  Glenn Morris  <rgm@gnu.org>
6005
6006         * gnus-sum.el (top-level): No need to require gnus when compiling,
6007         since unconditionally required near start of file.
6008         (gnus-summary-display-while-building): Move definition before use.
6009
6010 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6013         formatting function.
6014
6015 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6018         with plists.
6019         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6020         Use new format.
6021
6022 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6025         `where-is-internal' that returns a range of key sequences.
6026
6027 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6028
6029         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6030
6031         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6032         (gnus-summary-jump-to-group): Consider windows on other displayed
6033         frames as well.  Similar changes might be needed elsewhere, but that's
6034         the one I've bumped into during my use.
6035
6036         * nndoc.el (nndoc-oe-dbx-type-p):
6037         * gnus-msg.el (gnus-debug):
6038         * gnus-group.el (gnus-update-group-mark-positions):
6039         Use mm-string-to-multibyte.
6040
6041 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6044         doesn't handle NotDashEscaped.
6045
6046         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6047         (mml-dnd-attach-options): Fix typo in custom choice.
6048
6049         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6050         nndoc-article-type to mbox.
6051         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6052
6053         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6054         to nil, instead of html2text.
6055
6056         * imap.el (imap-debug): Add `imap-ping-server'.
6057
6058         * gnus-bookmark.el: Add FIXMEs.
6059
6060         * message.el (message-form-letter-separator)
6061         (message-send-form-letter-delay): New variables.
6062         (message-send-form-letter): Use them.  New command to send form
6063         letters.  Requested by Uwe Siart.
6064         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6065
6066 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * Update copyright years.
6069
6070 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6071
6072         Sync from EMACS_22_BASE.
6073
6074         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6075
6076 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6077
6078         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6079         empty author.
6080
6081 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6082
6083         * gnus-registry.el (gnus-registry-marks): Add variable for
6084         customization of marks and their appearance.
6085         (gnus-registry-read-mark): Use it.
6086         (gnus-registry-do-marks): Add utility function to loop through
6087         `gnus-registry-marks'.
6088         (gnus-registry-install-shortcuts-and-menus): Add function to install
6089         shortcuts and menus.
6090         (gnus-registry-initialize): Use it.
6091         (gnus-registry-default-mark): Clarify documentation.
6092
6093 2008-02-29  Glenn Morris  <rgm@gnu.org>
6094
6095         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6096         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6097         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6098         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6099         Change defcustom :version from 23.0 to 23.1.
6100
6101 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6102
6103         * gnus-registry.el (gnus-registry-follow-group-p)
6104         (gnus-registry-post-process-groups): Add functions to aid registry
6105         splitting and improve logging.  Clarify behavior in function
6106         documentation.
6107         (gnus-registry-split-fancy-with-parent): Use them.
6108
6109 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6110
6111         * gnus-art.el: Use with-current-buffer.
6112
6113 2008-02-27  David Engster  <dengste@eml.cc>
6114
6115         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6116         Express real group name in the response.
6117
6118 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6121         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6122         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6123         autoload gnus-registry-fetch-group when compiling.
6124         (nnmairix-request-group-with-article-number-correction): Remove
6125         unreferenced argument passed to nnmairix-call-backend.
6126
6127 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6130         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6131         Wilde.
6132
6133 2008-02-27  Glenn Morris  <rgm@gnu.org>
6134
6135         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6136         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6137         variables to defconsts.  Convert comments to doc-strings.
6138         (nnmairix-last-server, nnmairix-current-server): Convert from free
6139         variables to defvars.  Convert comments to doc-strings.
6140         (gnus-registry-fetch-group): Autoload.
6141         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6142         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6143         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6144         caddr.
6145         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6146         nnmairix-request-group-with-article-number-correction call.
6147         (nnmairix-fast, nnmairix-group): New, less general names, for free
6148         variables passed from nnmairix-request-group to
6149         nnmairix-request-group-with-article-number-correction.  Declare.
6150         (nnmairix-request-group-with-article-number-correction):
6151         Use nnmairix-fast, nnmairix-group rather than fast, group.
6152
6153 2008-02-26  David Engster  <dengste@eml.cc>
6154
6155         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6156         version 0.5.
6157
6158 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6159
6160         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6161         instead of making an extra function call.  Don't add the current group
6162         to articles only when they have the group.  Use
6163         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6164         Reported by David <de_bb@arcor.de>.
6165
6166 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6169         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6170
6171 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * mail-source.el (mail-source-delete-incoming): Change default.
6174         Supplement doc string.
6175
6176         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6177
6178 2008-02-14  Glenn Morris  <rgm@gnu.org>
6179
6180         * time-date.el (format-seconds): New function.
6181
6182 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * nnmail.el (nnmail-message-id-cache-file): Derive from
6185         `gnus-home-directory'.
6186
6187 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6190         Document negative prefix.
6191
6192         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6193
6194 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195
6196         * message.el (message-unsent-separator): Add the Exim bounce
6197         separator.
6198
6199 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6200
6201         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6202         list.
6203         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6204         recipient/signer list.
6205
6206 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * Makefile.in (datarootdir): Define.
6209         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6210         name that might contain whitespace.
6211
6212 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6213
6214         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6215         fbound (Emacs 23 unicode), signal an error.
6216
6217 2008-02-08  Glenn Morris  <rgm@gnu.org>
6218
6219         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6220
6221 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6222
6223         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6224         ports to the calls to `netrc-machine-user-or-password' in addition to
6225         "imap" and "imaps".
6226
6227 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6228
6229         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6230
6231         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6232
6233 2008-02-01  Kenichi Handa  <handa@m17n.org>
6234
6235         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6236         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6237         (rfc2104-hash): Convert the result of concat to unibyte string.
6238
6239 2008-02-01  Dave Love  <fx@gnu.org>
6240
6241         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6242         coding-system-for-read.
6243         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6244
6245 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6248         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6249         <hanche@math.ntnu.no>.
6250
6251 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6254
6255         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6256
6257 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6258
6259         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6260         * message.el (message-beginning-of-line): Use featurep instead of bound
6261         tests in order to resolve conditionals at compile time.
6262
6263 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6264
6265         * mail-source.el (mail-sources): Add `group' choice.
6266
6267         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6268         parameter `in-group' to control into which group the articles go.
6269         Add treatment of `group' mail-source.
6270
6271 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6274
6275         * mm-decode.el (mm-dissect-buffer): Decode description.
6276
6277         * mml.el (mml-to-mime): Encode message header first.
6278
6279 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6282         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6283
6284         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6285         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6286
6287 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6288
6289         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6290
6291 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6294         prefix keys.
6295         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6296         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6297         gnus-xmas.el.
6298
6299         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6300         (gnus-xmas-article-describe-bindings): New function.
6301         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6302         gnus-xmas-article-describe-bindings.
6303
6304         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6305
6306 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6307
6308         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6309         Add new variables for article mark management.
6310         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6311         list of extra data entries which, when present, will indicate that the
6312         article ID should not be trimmed from the registry.
6313         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6314         functions.
6315         (gnus-registry-read-mark): New function to read a mark name from the
6316         user.
6317         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6318         (gnus-registry-set-article-mark-internal): New functions to add and
6319         remove marks.
6320         (gnus-registry-get-article-marks): New function to show the marks for
6321         an article, or retrieve them for further use.
6322
6323 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6326         keys when no argument is given.
6327
6328 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * imap.el (imap-ping-server): New variable.
6331         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6332         (imap-ping-server): Minor doc string fixes.
6333
6334 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6335
6336         * imap.el (imap-ping-server): New function.
6337         (imap-opened): Call imap-ping-server.
6338
6339 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-sum.el (gnus-article-sort-by-random)
6342         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6343         jidanni@jidanni.org.
6344
6345 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-art.el (gnus-article-describe-bindings): New function.
6348         (gnus-article-read-summary-keys): Use it.
6349         (gnus-article-mode-map): Bind `C-h b' to it.
6350
6351 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6354         XEmacs.
6355         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6356         against non-character events.
6357
6358         * lpath.el: Fbind map-keymap for Emacs 21.
6359
6360 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6363         command.
6364         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6365         instead of END.  Change name of the temp file.
6366         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6367         customizable.
6368
6369 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6372         bind `S W' to gnus-article-wide-reply-with-original; set default
6373         binding to gnus-article-read-summary-send-keys.
6374         (gnus-article-read-summary-keys): Fix the order of keys; display
6375         continuation keys correctly in the echo area; describe bindings
6376         correctly when keys end with `C-h'.
6377         (gnus-article-read-summary-send-keys): New function.
6378         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6379         for gnus-article-read-summary-send-keys; display continuation keys
6380         correctly in the echo area.
6381         (gnus-article-reply-with-original): Ignore prefix argument.
6382         (gnus-article-wide-reply-with-original): New function.
6383
6384         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6385         Emacs 21.
6386
6387 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6390         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6391
6392 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6395         (gnus-group-read-ephemeral-gmane-group): New command.
6396
6397 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6398
6399         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6400
6401 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * message.el (message-send-mail-function): Increase custom version.
6404
6405         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6406         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6407
6408 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6409
6410         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6411         for the cases where imap-authenticate is called with a nil buffer
6412         parameter.
6413
6414 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6417         html parts correctly; support forwarded messages.
6418         (gnus-article-browse-html-article): Remove work buffers.
6419
6420         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6421         compiling.
6422         (netrc-bound-and-true-p): New macro.
6423         (netrc-parse): Use it instead of bound-and-true-p that is not available
6424         in XEmacs 21.4.
6425
6426 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * gnus-registry.el (gnus-registry-mark-article)
6429         (gnus-registry-article-marks): Add functionality to mark articles
6430         through the Gnus registry.
6431
6432         * encrypt.el: Clarify documentation for the new pgg method.
6433         (encrypt-file-alist): Add PGG option.
6434         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6435         functionality.  Abstract password key and messaging to external
6436         functions.
6437         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6438         (encrypt-message-method-and-cipher): Add new convenience external
6439         functions.
6440         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6441         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6442
6443         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6444         (netrc-parse): Use encrypt-file-alist to determine if
6445         encrypt-find-model or encrypt-insert-file-contents should be used.
6446
6447         * encrypt.el: Clarify documentation.  Load password-cache or
6448         password, whichever one is found first, instead of autoloading.
6449
6450 2007-12-19  Glenn Morris  <rgm@gnu.org>
6451
6452         * mml.el (message-options-set, message-narrow-to-head)
6453         (message-in-body-p, message-mail-p, message-encode-message-body):
6454         Autoload.
6455         (message-remove-header, message-narrow-to-headers-or-head)
6456         (message-subscribed-p, message-make-mail-followup-to)
6457         (message-position-on-field, message-news-p)
6458         (message-options-set-recipient, message-generate-headers)
6459         (message-sort-headers): Declare as functions.
6460
6461 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6464         convention in doc string.
6465
6466 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6469         title to html parts.
6470         (gnus-article-browse-html-article): Pass message header to it.
6471
6472         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6473
6474 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6477         or password compatible with XEmacs.
6478
6479 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6482         format document.
6483         (gnus-mime-delete-part): Don't write description line if empty.
6484         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6485
6486 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6487
6488         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6489         (gnus-summary-mark-read-and-unread-as-read)
6490         (gnus-summary-mark-current-read-and-unread-as-read)
6491         (gnus-summary-mark-unread-as-ticked): Doc fix.
6492         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6493
6494 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6497         Christoph Conrad <christoph.conrad@gmx.de>.
6498
6499 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6500
6501         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6502         yes-or-no-p.
6503
6504 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * mm-decode.el (mm-add-meta-html-tag): New function.
6507         (mm-save-part-to-file, mm-pipe-part): Use it.
6508
6509         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6510         gnus-y-or-n-p instead of y-or-n-p.
6511         (gnus-article-browse-html-parts): Work with message/external-body; use
6512         mm-add-meta-html-tag.
6513
6514 2007-12-11  Glenn Morris  <rgm@gnu.org>
6515
6516         * gnus-cache.el: Require gnus-sum not just when compiling.
6517
6518         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6519
6520         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6521         definitions before use.
6522
6523         * mm-decode.el: Require gnus-util.
6524         (mm-remove-part): Only call delete-annotation on XEmacs.
6525
6526         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6527
6528         * nnmail.el: Require gnus-int.
6529
6530         * spam.el: Move `require's before `eval-when-compile's.
6531
6532         * gnus-ems.el (gnus-alive-p):
6533         * gnus-fun.el (message-goto-eoh):
6534         * gnus-util.el (gnus-group-name-decode):
6535         * mail-source.el (gnus-compress-sequence):
6536         * message.el (Info-goto-node, format-spec):
6537         * mm-bodies.el (message-options-get):
6538         * mm-decode.el (mm-view-pkcs7):
6539         * mm-util.el (gmm-write-region):
6540         * mml-smime.el (mml-compute-boundary)
6541         (gnus-completing-read-with-default):
6542         * mml.el (widget-button-press, gnus-make-hashtable):
6543         * mml1991.el (mm-decode-content-transfer-encoding)
6544         (mm-encode-content-transfer-encoding)
6545         (message-options-get, message-options-set):
6546         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6547         * nnfolder.el (gnus-request-group):
6548         * nnheader.el (ietf-drums-unfold-fws):
6549         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6550         * smime.el (gnus-run-mode-hooks):
6551         * spam-stat.el (gnus-message): Autoload.
6552
6553         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6554         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6555         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6556         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6557         Add declare-function compatibility definition.
6558
6559         * gnus-cache.el (nnvirtual-find-group-art):
6560         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6561         (gnus-add-image, gnus-add-wash-type):
6562         * gnus-group.el (nnkiboze-score-file):
6563         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6564         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6565         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6566         (message-tokenize-header, gnus-get-buffer-create)
6567         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6568         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6569         * gnus.el (gnus-group-decoded-name):
6570         * mail-source.el (imap-capability):
6571         * mm-bodies.el (message-options-set):
6572         * mm-decode.el (gnus-configure-windows):
6573         * mm-extern.el (message-goto-body):
6574         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6575         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6576         (epg-sub-key-validity, message-options-set):
6577         * mml.el (widget-event-point, gnus-configure-windows):
6578         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6579         * mml2015.el (epg-check-configuration, epg-configuration)
6580         (message-options-set):
6581         * nndb.el (nndb-request-article):
6582         * nnfolder.el (gnus-request-create-group):
6583         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6584         * nnmaildir.el (gnus-group-mark-article-read):
6585         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6586         * rfc1843.el (message-fetch-field):
6587         * spam.el (gnus-extract-address-components):
6588         Declare as functions.
6589
6590 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6593
6594         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6595
6596         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6597         bind show-trailing-whitespace for XEmacs.
6598
6599 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6602         new no-op macro for backward compatibility.
6603
6604         * imap.el (imap-string-to-integer): New function.
6605
6606 2007-12-09  Glenn Morris  <rgm@gnu.org>
6607
6608         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6609
6610         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6611         * message.el, mm-view.el, sieve-manage.el, smime.el:
6612         Add declare-function compatibility definition.
6613
6614         * gnus-art.el (w3-region, w3m-region, Info-menu):
6615         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6616         * gnus-sum.el (gnus-get-predicate):
6617         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6618         * message.el (mail-abbrev-in-expansion-header-p):
6619         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6620         (w3m-detect-meta-charset, w3m-region):
6621         * sieve-manage.el (password-read, password-cache-add)
6622         (password-cache-remove):
6623         * smime.el (password-read-and-add): Declare as functions.
6624
6625 2007-12-08  David Kastrup  <dak@gnu.org>
6626
6627         * gnus-sum.el (gnus-summary-simplify-subject-query):
6628         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6629         `message'.
6630
6631 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6634         it to bind idna-program, installation-directory, defined-colors, and
6635         face-attribute for XEmacs of the version that compiles defcustom forms.
6636
6637 2007-12-07  Glenn Morris  <rgm@gnu.org>
6638
6639         * gnus-art.el (article-make-date-line): Revert previous change.
6640
6641 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6644
6645 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6646
6647         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6648         Call gnus-add-to-range ranges only once with a prepared article-list.
6649
6650 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6651
6652         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6653         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6654         group names with backslashes.  Reported by Tassilo Horn
6655         <tassilo@member.fsf.org>.
6656
6657 2007-12-06  Deepak Goel  <deego3@gmail.com>
6658
6659         * gnus-art.el (article-make-date-line):
6660         * gnus-start.el (gnus-load):
6661         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6662
6663 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-art.el (gnus-use-idna)
6666         * gnus-start.el (gnus-site-init-file)
6667         * message.el (message-use-idna)
6668         * mm-uu.el (mm-uu-hide-markers)
6669         * smiley.el (smiley-style): Revert changes that suppress warnings.
6670
6671 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6674         specify charset to html source.  Reported by Christoph Conrad
6675         <christoph.conrad@gmx.de>.
6676
6677 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6680         idna-program in order to suppress byte compile warning issued by XEmacs
6681         that came to byte compile the default value section of defcustom forms
6682         recently.
6683
6684         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6685         value of installation-directory.
6686
6687         * message.el (message-use-idna): Don't directly refer to the value of
6688         idna-program.
6689
6690         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6691
6692         * smiley.el (smiley-style): Don't directly call face-attribute.
6693
6694 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6697
6698         * gnus-dired.el: Reduce Gnus dependencies.
6699         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6700         require.  Use autoloads instead.
6701         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6702         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6703         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6704         (gnus-dired-mode): Adjust doc string.
6705         (gnus-dired-mail-mode): New variable.
6706         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6707         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6708         (gnus-dired-mail-buffers): New function.  Return mail or message
6709         composition buffers.
6710         (gnus-dired-attach): Use it.
6711         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6712         NO-DECODE.
6713         (gnus-dired-print): Use `gnus-print-buffer' depending on
6714         `gnus-dired-mail-mode'.
6715
6716 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * rfc2047.el (rfc2047-encoded-word-regexp)
6719         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6720         explaining what regexp patterns are for.
6721
6722 2007-12-04  Glenn Morris  <rgm@gnu.org>
6723
6724         * password.el: Move to password-cache.el.
6725
6726         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6727         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6728         * mml-smime.el (password-read, password-cache-add)
6729         (password-cache-remove):
6730         No need to autoload, since mml-sec requires password.
6731
6732         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6733         * message.el (gnus-extract-address-components):
6734         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6735
6736         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6737         password.
6738
6739 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * mailcap.el: Reduce dependencies.
6742         (mail-header-parse-content-type): Autoload.
6743         (mailcap-delete-duplicates): New alias.
6744         (mailcap-mime-info): Add optional argument NO-DECODE.
6745         (mailcap-mime-types): Use mailcap-delete-duplicates.
6746
6747         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6748
6749 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6750
6751         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6752         (imap-parse-status): Upcase status-att for servers that sends them
6753         lower-case (e.g., MS Exchange 2007).
6754
6755 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6758         function.
6759
6760         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6761         (gnus-uu-yenc-article): New function.
6762
6763         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6764
6765         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6766         buffer.
6767
6768 2007-12-02  Glenn Morris  <rgm@gnu.org>
6769
6770         * binhex.el (binhex): New custom group.
6771         (binhex-decoder-program, binhex-decoder-switches)
6772         (binhex-use-external): Move to the binhex custom group.
6773
6774         * uudecode.el (uudecode): New custom group.
6775         (uudecode-decoder-program, uudecode-decoder-switches)
6776         (uudecode-use-external): Move to the uudecode custom group.
6777
6778         * netrc.el (top-level): Don't load `encrypt' features.
6779         (netrc-parse): Don't use encrypt.
6780         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6781
6782         * encrypt.el: Remove file.
6783
6784 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6787         matches on patches.
6788
6789         * gnus-art.el (gnus-article-browse-html-article): Mention
6790         `mm-text-html-renderer' in the doc string.
6791
6792         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6793         string.  Add comments.
6794
6795         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6796         if rhs is ASCII.
6797
6798 2007-12-01  Glenn Morris  <rgm@gnu.org>
6799
6800         * mail-source.el (top-level): Require format-spec before
6801         eval-when-compile.
6802
6803 2007-11-30  Glenn Morris  <rgm@gnu.org>
6804
6805         * encrypt.el: Require password, rather than autoloading password-read.
6806
6807 2007-11-29  Glenn Morris  <rgm@gnu.org>
6808
6809         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6810         (sasl-make-client, sasl-next-step, sasl-step-data)
6811         (sasl-step-set-data): Declare as functions.
6812
6813 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6816
6817 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6818
6819         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6820         certs should be verified and what is to be done in the event of a
6821         verification failure.
6822
6823         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6824         caller can indicate whether the cache should be disregarded for this
6825         call.  This way the result of the call is reproducible at all times and
6826         can be considered a canonical server name for the supplied method.
6827         (gnus-agent-method-p): Canonicalize server names by pushing their
6828         method through `gnus-method-to-server' using the no-cache argument.
6829
6830         * gnus-srvr.el (gnus-server-insert-server-line): Call
6831         `gnus-method-to-server' with `no-cache' argument.
6832
6833         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6834         gnus-agent-possibly-synchronize-flags as this should be called when the
6835         server is actually being opened.
6836         (gnus-agent-possibly-synchronize-flags)
6837         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6838         flags file of an agentized server to the latter function.
6839
6840         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6841         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6842         after a connection has been established successfully.
6843
6844 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-art.el (article-display-face): Force to display face if called
6847         interactively; check if gnus-article-x-face-too-ugly matches author.
6848         (article-display-x-face): Display face even if From header is missing
6849         as article-display-face does.
6850
6851 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6852
6853         * hashcash.el (message-narrow-to-headers-or-head)
6854         (message-fetch-field, message-goto-eoh)
6855         (message-narrow-to-headers): Declare as functions.
6856
6857 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * mail-source.el (mail-sources): Default to fetch from file for
6860         compatibility with default of nnmail-spool-file.
6861
6862 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6865         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6866         to look for encoded word that should be encoded again.
6867         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6868         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6869         encoding pattern.
6870         (rfc2047-decode-region): Switch strict regexp and loose one according
6871         to rfc2047-allow-irregular-q-encoded-words.
6872
6873 2007-11-25  Romain Francoise  <romain@orebokech.com>
6874
6875         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6876
6877 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * tls.el (tls-program): Provide more custom choices from
6880         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6881         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6882
6883 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6886         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6887
6888         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6889         `nnmail-spool-file'.
6890
6891         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6892         `nnmail-spool-file'.
6893
6894         * gnus-move.el (gnus-change-server): Ditto.
6895
6896         * gnus-kill.el (gnus-batch-score): Ditto.
6897
6898         * gnus-cache.el (gnus-jog-cache): Ditto.
6899
6900         * gnus-msg.el (gnus-summary-reply):
6901         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6902
6903 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6906         version.  Minor improvement to doc strings.
6907         (tls-program): Add comment.
6908
6909 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6910
6911         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6912         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6913         mismatch between the hostname provided in the certificate and the name
6914         of the host connnecting to.
6915         (open-tls-stream): Use them.  Check certificates against trusted root
6916         certificates.
6917
6918 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * gnus-cache.el (gnus-cache-generate-nov-databases):
6921         Use nnml-generate-nov-databases-directory instead of
6922         nnml-generate-nov-databases-1.
6923
6924 2007-11-24  Glenn Morris  <rgm@gnu.org>
6925
6926         * message.el (message-tool-bar-retro): Update for rename
6927         mail_send.xpm->mail-send.xpm.
6928
6929 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6932         `smime-ldap-search' for Emacs 22 and up.
6933
6934 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6935
6936         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6937
6938         * message.el (message-send-mail-function): Fix error convention.
6939         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6940         (message-widen-reply, message-send-mail, message-talkative-question)
6941         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6942         (message-clone-locals, message-send-news): Use with-current-buffer.
6943         (message-insert-or-toggle-importance): Remove unused var `valid'.
6944         (message-make-references): Remove unused var `new-references'.
6945         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6946
6947 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6948
6949         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6950         (spam-split-symbolic-return-positive): Reflow docstring.
6951         (spam-backends, spam-summary-exit-behavior)
6952         (spam-mark-ham-unread-before-move-from-spam-group)
6953         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6954         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6955         (spam-clear-cache, spam-backend-check, spam-install-backend)
6956         (spam-install-statistical-backend, spam-list-of-processors)
6957         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6958         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6959         (spam-check-crm114, spam-initialize, spam-unload-hook):
6960         Fix typos in docstrings.
6961
6962 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6965         been checked if they have never been read and those group levels are
6966         higher than the one that a user specified.
6967
6968 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6971         foreign groups unless a group level is specified by a user.
6972         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6973
6974 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * message.el (message-send-mail-function): Require sendmail.
6977
6978 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * message.el (message-send-mail-function): Check for smtpmail too.
6981
6982         * utf7.el (utf7-encode, utf7-decode): Use coding system
6983         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6984
6985         * message.el (message-send-mail-function): New function.
6986         (message-send-mail-function): Set default using
6987         message-send-mail-function.  Adjust doc string.
6988         (message-send-mail-with-mailclient): New function.
6989
6990 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6991
6992         * smime.el (from):
6993         * rfc2047.el (message-posting-charset):
6994         * qp.el (mm-use-ultra-safe-encoding):
6995         * pop3.el (parse-time-months):
6996         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6997         * nnml.el (files):
6998         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6999         (jka-compr-compression-info-list, ange-ftp-path-format)
7000         (efs-path-regexp):
7001         * nndiary.el (files):
7002         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7003         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7004         (epg-digest-algorithm-alist, inhibit-redisplay)
7005         (password-cache-expiry):
7006         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7007         (pgg-output-buffer, password-cache-expiry):
7008         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7009         (efs-path-regexp):
7010         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7011         (inhibit-redisplay):
7012         * mm-uu.el (file-name, start-point, end-point, entry)
7013         (gnus-newsgroup-name, gnus-newsgroup-charset):
7014         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7015         (latin-unity-ucs-list):
7016         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7017         (mm-uu-binhex-decode-function):
7018         * message.el (gnus-message-group-art, gnus-list-identifiers)
7019         (rmail-enable-mime-composing, gnus-local-organization)
7020         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7021         (gnus-read-active-file, facemenu-add-face-function)
7022         (facemenu-remove-face-function, gnus-article-decoded-p)
7023         (tool-bar-mode):
7024         * mail-source.el (display-time-mail-function):
7025         * gnus-util.el (nnmail-pathname-coding-system)
7026         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7027         (gnus-original-article-buffer, gnus-user-agent)
7028         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7029         (xemacs-codename, sxemacs-codename, emacs-program-version):
7030         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7031         * gnus-start.el (gnus-agent-covered-methods)
7032         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7033         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7034         (gnus-newsgroup-headers, gnus-group-list-mode)
7035         (gnus-group-mark-positions, gnus-newsgroup-data)
7036         (gnus-newsgroup-unreads, nnoo-state-alist)
7037         (gnus-current-select-method, mail-sources)
7038         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7039         (nnmail-spool-file, gnus-cache-active-hashtb):
7040         * gnus-mh.el (mh-lib-progs):
7041         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7042         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7043         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7044         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7045         (gnus-group-buffer):
7046         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7047         (font-lock-set-defaults):
7048         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7049         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7050         (gnus-summary-post-menu, total-parts, type, condition, length):
7051         * gnus-agent.el (gnus-agent-read-agentview):
7052         * flow-fill.el (show-trailing-whitespace):
7053         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7054         eval-and-compile wrappers for byte compiler pacifiers.
7055
7056         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7057         (mm-display-inline-fontify): Check for featurep 'xemacs not
7058         extent-list.
7059
7060         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7061         itimer-list.
7062         (mm-create-image-xemacs): Only do something for XEmacs.
7063         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7064
7065         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7066
7067         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7068         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7069
7070 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7071
7072         * nnimap.el (nnimap-split-download-body):
7073         * gnus-demon.el (gnus-demon):
7074         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7075
7076 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7079         macros.
7080         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7081         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7082         copy data from unibyte buffer to multibyte current buffer.
7083         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7084         to copy data from unibyte current buffer to multibyte buffer.
7085         (nntp-make-process-buffer): Make process buffer unibyte.
7086
7087         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7088
7089 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7090
7091         * pop3.el (pop3-open-server): Accept and process data more robustly at
7092         connexion start to avoid spurious "POP SSL connexion failed" errors.
7093
7094 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7097         read group names.
7098
7099 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7102
7103 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7106         (nnmail-save-active): Use a unibyte buffer when saving active file,
7107         which may contain non-ASCII group names.
7108
7109         * nnml.el (nnml-request-group): Decode group names in messages.
7110
7111 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7112
7113         * message.el (message-citation-line-function)
7114         (message-insert-formatted-citation-line): Fix spelling of
7115         `message-insert-formated-citation-line'.
7116
7117 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7120
7121 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7124         nnmail-pathname-coding-system.
7125
7126         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7127         that a user enters; decode group names in messages.
7128
7129         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7130
7131 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7134
7135         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7136
7137         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7138         risky local variable.
7139
7140         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7141
7142 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * encrypt.el: Improve documentation to fix function name typo.
7145         Reported by Daiki Ueno <ueno@unixuser.org>.
7146
7147 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7150         even if the point is not in the last page of an article.
7151         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7152         back to the previous page.
7153
7154 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7157
7158 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7161
7162 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7163
7164         * message.el (message-check-news-body-syntax): Avoid
7165         mm-string-as-multibyte.
7166         (message-hide-headers): Don't assume (point-min)==1.
7167
7168 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * message.el (message-remove-blank-cited-lines): Fix if remove is
7171         given.
7172         (message-bogus-address-regexp): New variable.
7173         (message-bogus-recipient-p): New function.
7174         (message-check-recipients): New command.
7175         (message-syntax-checks): Add `bogus-recipient'.
7176         (message-fix-before-sending): Add `bogus-recipient'.
7177
7178         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7179         (gnus-treat-body-boundary): Don't test window-system.
7180
7181 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7182
7183         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7184
7185 2007-10-28  Miles Bader  <miles@gnu.org>
7186
7187         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7188         at compile-time too.
7189
7190 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * gnus-msg.el (gnus-message-setup-hook): Add
7193         `message-remove-blank-cited-lines' to options.
7194
7195 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * message.el (message-remove-blank-cited-lines): New function.
7198         Suggested by Karl Plästerer.
7199
7200 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7203         mapc.
7204
7205         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7206         (top-level): Use mapc to set functions to be traced for debugging.
7207
7208         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7209         called for effect with while loop.
7210
7211         * message.el (message-talkative-question): Replace mapcar called for
7212         effect with mapc.
7213
7214         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7215         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7216         called for effect with dolist.
7217
7218         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7219
7220         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7221         gnus-extra-headers and nnmail-extra-headers.
7222
7223         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7224         called for effect with dolist.
7225         (top-level): Use mapc to set functions to be traced for debugging.
7226
7227         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7228         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7229         dolist.
7230
7231         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7232         Replace mapcar called for effect with mapc.
7233         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7234         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7235         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7236         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7237
7238         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7239         remove-if that's a cl function.
7240
7241         * webmail.el (webmail-debug): Replace mapcar called for effect with
7242         dolist.
7243
7244         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7245         with mapc.
7246
7247 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7250         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7251         with while loop.
7252
7253         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7254         functions from article-* functions.
7255         (gnus-multi-decode-header): Replace mapcar called for effect with
7256         dolist.
7257
7258         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7259         (gnus-bookmark-show-details): Replace mapcar called for effect with
7260         while loop.
7261
7262         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7263         called for effect with while loop.
7264
7265         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7266         with dolist.
7267
7268         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7269         mapcar called for effect with dolist.
7270
7271         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7272
7273         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7274         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7275         Replace mapcar called for effect with dolist.
7276         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7277         mapc.
7278
7279         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7280         Replace mapcar called for effect with dolist.
7281         (gnus-topic-list): Replace mapcar called for effect with mapc.
7282
7283         * gnus.el: Use mapc instead of mapcar to add autoloads.
7284
7285 2007-10-23  Richard Stallman  <rms@gnu.org>
7286
7287         * gnus-group.el (gnus-group-highlight): Mark as risky.
7288
7289 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gnus.el (gnus-server-to-method): Return method found first in
7292         gnus-newsrc-alist.
7293
7294         * gnus-art.el (gnus-article-highlight-signature)
7295         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7296         button overlay without the front stickiness.
7297
7298 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7299
7300         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7301         overview buffer needed a catch to receive its throw.
7302         (gnus-agent-flush-cache): Declared as interactive to make this function
7303         easier to use.
7304
7305 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7308         `next-line'.
7309
7310 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7313         exclude address matching message-dont-reply-to-names.
7314
7315 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-util.el (gnus-string<): New function.
7318
7319         * gnus-sum.el (gnus-article-sort-by-author)
7320         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7321
7322 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7325         the frame-focus tag is set in gnus-buffer-configuration.
7326
7327 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7330         the front stickiness.
7331
7332 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7335         url pattern; remove duplicate one.
7336         (gnus-article-extend-url-button): New function.
7337         (gnus-article-add-buttons): Use it.
7338         (gnus-button-push): Use concatenated url that it makes.
7339
7340 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7341
7342         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7343
7344 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7345
7346         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7347         Don't hardcode point-min==1.
7348
7349 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7352         Fix comment about "iso8859-1".
7353
7354 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7355
7356         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7357         ones returned from the verify-function.
7358
7359         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7360         mml2015-extract-cleartext-signature if extraction failed.
7361
7362 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7363
7364         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7365         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7366         failed.
7367
7368 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7371
7372 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7375         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7376         recommends to use EasyPG instead of PGG.
7377
7378         * pgg.el: Revert to revision 6.23.2.16.
7379
7380         * pgg-def.el: Revert to revision 6.6.2.14.
7381
7382         * pgg-gpg.el: Revert to revision 6.23.2.34.
7383
7384 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7385
7386         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7387         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7388         thread for both the null and zero (kill/expire thread) universal prefix
7389         cases.
7390         (gnus-summary-expire-thread): Add new function to expire a thread,
7391         using gnus-summary-kill-thread.
7392         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7393         shortcuts for gnus-summary-expire-thread.
7394         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7395         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7396
7397 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7400         extras value, so an extras entry can be deleted.
7401         (gnus-registry-delete-extra-entry): Use it.
7402         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7403         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7404         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7405         storage through the gnus-registry, and provide an appropriate API for
7406         it.
7407
7408 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7411         Suggested by Leo <sdl.web@gmail.com>.
7412
7413         * gnus.el: Do.
7414
7415 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7418         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7419
7420         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7421
7422         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7423         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7424
7425 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7428         newline.
7429         (nnmbox-request-accept-article): Don't change article in source buffer;
7430         narrow to header to use message-fetch-field rather than
7431         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7432         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7433         as delimiters; make sure article ends with newline.
7434         (nnmbox-delete-mail): Correct last position of article to be deleted;
7435         ignore X-Gnus-Newsgroup header in article body.
7436         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7437         positions; make sure article ends with newline.
7438
7439         * message.el (message-display-abbrev): Don't infloop when a user
7440         inserts SPC in the beginning of header.
7441
7442         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7443         coding-system-for-read and coding-system-for-write for XEmacs having no
7444         file-coding feature.
7445
7446         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7447
7448 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7449
7450         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7451         list of groups not followed by default.  Fix type to be regexp.
7452         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7453
7454 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7455
7456         * hmac-def.el (define-hmac-function): Switch from old-style to
7457         new-style backquotes.
7458
7459         * md4.el (md4-make-step): Likewise.
7460
7461 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7464         raw-text coding system when saving .newsrc file, which may contain
7465         non-ASCII group names.
7466
7467 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-cus.el (gnus-score-extra): New widget.
7470         (gnus-score-extra-convert): New function.
7471         (gnus-score-customize): Use it for Extra.
7472
7473 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7474
7475         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7476         (mml2015-mailcrypt-clear-verify): Use it.
7477         (mml2015-gpg-clear-verify): Use it.
7478         (mml2015-pgg-clear-verify): Use it.
7479         (mml2015-epg-clear-verify): Replace the current part with the output
7480         from GnuPG; don't extract the plaintext by itself.
7481
7482         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7483         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7484         mml2015-clear-verify-function; don't touch the armor headers or
7485         dash-escaped text here.
7486
7487 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7490         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7491         parts, or application/octet-stream as a last resort.
7492         (gnus-mime-view-part-as-type): Don't toggle display.
7493         (gnus-mime-view-part-as-charset): Don't turn off display before
7494         querying charset.
7495
7496         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7497         stuff to undisplayer function in Emacs.
7498         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7499
7500         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7501         text/calendar parts.
7502
7503 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7506         decoding text/calendar parts.
7507
7508         * message.el (message-forward-make-body-mime): Always mark body as
7509         having no illegible text; remove signed-or-encrypted argument.
7510         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7511
7512         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7513         (mml-generate-mime-1): Don't encode body if it is specified to be in
7514         raw form; don't make buffer be unibyte when inserting multibyte string.
7515
7516 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7517
7518         * sha1.el: Fix up comment style.
7519         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7520         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7521
7522         * hex-util.el: Fix up comment style.
7523         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7524
7525         * gnus-salt.el: Use with-current-buffer.
7526         (gnus-pick-setup-message): Fix long-standing typo.
7527
7528 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * imap.el (imap-logout-timeout): New variable.
7531         (imap-logout, imap-logout-wait): New functions.
7532         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7533
7534         * nnimap.el (nnimap-logout-timeout): New server variable.
7535         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7536         nnimap-logout-timeout.
7537
7538         * gnus-art.el (gnus-article-summary-command-nosave)
7539         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7540
7541 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus.el (gnus-maximum-newsgroup): New variable.
7544
7545         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7546         according to gnus-maximum-newsgroup.
7547
7548         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7549         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7550         Limit the range of articles according to gnus-maximum-newsgroup.
7551
7552 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7553
7554         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7555         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7556         Don't perform gnus-configure-windows here; reuse existing sticky
7557         article buffer.
7558
7559         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7560         it doesn't exist in gnus-article-mode.
7561
7562 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7565         (gnus-agent-decoded-group-name): New function.
7566         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7567         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7568
7569 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7570
7571         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7572         Add binding for gnus-sticky-article.
7573         (gnus-summary-exit): Don't kill sticky article buffers.
7574
7575         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7576         article buffer.
7577         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7578         (gnus-kill-sticky-article-buffers): New commands.
7579
7580 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * nntp.el (nntp-xref-number-is-evil): New server variable.
7583         (nntp-find-group-and-number): If it is non-nil, don't trust article
7584         numbers in the Xref header.
7585
7586 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-agent.el (gnus-agent-read-group): New function.
7589         (gnus-agent-flush-group, gnus-agent-expire-group)
7590         (gnus-agent-regenerate-group): Use it.
7591         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7592         nnmail-pathname-coding-system.
7593
7594 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7597
7598         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7599         that are unread as unread, and also as selected so that information of
7600         marks having been changed by a user may be updated when exiting group.
7601
7602 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7605         calculated ignoring signature parts to gnus-treat-article.
7606
7607 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7610         a point here in order to keep the window start.
7611         (gnus-insert-mime-security-button): Make a button overlay without the
7612         front stickiness.
7613         (gnus-mime-display-security): Goto the end of a button.
7614
7615         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7616
7617 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7620         group-name-at-point.
7621         (gnus-group-completing-read): New function that offers decoded
7622         non-ASCII group names for completion.
7623         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7624         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7625         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7626         (gnus-group-fetch-control): Use it.
7627         (gnus-fetch-group): Use group-name-at-point for the initial value
7628         rather than the default value; use gnus-alive-p.
7629
7630         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7631         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7632         (gnus-summary-post-news): Use gnus-group-completing-read.
7633
7634         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7635         (gnus-read-move-group-name): Decode group name for completion.
7636
7637 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7638
7639         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7640         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7641         Yamaoka slightly modified the code).
7642
7643 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7646         (nnmail-split-incoming): Bind it.
7647
7648         * nnml.el (nnml-group-name-charset): New function.
7649         (nnml-decoded-group-name): Use it; don't decode group name if
7650         nnmail-group-names-not-encoded-p is non-nil.
7651         (nnml-encoded-group-name): New function.
7652         (nnml-group-pathname): Inline nnml-decoded-group-name.
7653         (nnml-request-expire-articles): Decode group name in message.
7654         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7655         nnmail-pathname-coding-system.
7656         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7657         not decoded ones according to nnmail-group-names-not-encoded-p.
7658         (nnml-generate-active-info): Use nnml-encoded-group-name.
7659
7660 2007-08-08  Glenn Morris  <rgm@gnu.org>
7661
7662         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7663         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7664         doc-strings and comments.
7665
7666 2007-07-25  Glenn Morris  <rgm@gnu.org>
7667
7668         * Relicense all FSF files to GPLv3 or later.
7669
7670 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-sum.el (gnus-summary-move-article): Make
7673         gnus-summary-respool-article work.
7674
7675 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7678         string.
7679
7680 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7681
7682         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7683         that should be ignored when comparing distant RSS articles with local
7684         ones.
7685         (nnrss-make-hash-index): New function.  Create a hash index according
7686         to the ignored fields.
7687         (nnrss-check-group): Use it.
7688
7689 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7692
7693         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7694
7695         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7696         the new optional argument ENCODED is non-nil.
7697         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7698         coding system for encoding group name.
7699         (gnus-group-make-rss-group): Pass un-encoded group name to
7700         gnus-group-make-group.
7701         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7702         encoded.
7703
7704         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7705         Encode group name to which articles are moved or copied.
7706         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7707         coding system for encoding Newsgroup, Followup-To and Xref headers.
7708
7709         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7710         marks; use nnheader-file-coding-system to write a file.
7711         (nnagent-retrieve-headers): Bind file-name-coding-system to
7712         nnmail-pathname-coding-system.
7713
7714         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7715
7716         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7717         (nnml-request-article, nnml-request-create-group)
7718         (nnml-request-rename-group, nnml-find-id)
7719         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7720         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7721         (nnml-save-marks): Use nnml-group-pathname instead of
7722         nnmail-group-pathname.
7723
7724         (nnml-request-create-group, nnml-request-expire-articles)
7725         (nnml-request-move-article, nnml-request-delete-group)
7726         (nnml-deletable-article-p, nnml-possibly-create-directory)
7727         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7728         (nnml-open-marks): Bind file-name-coding-system to
7729         nnmail-pathname-coding-system.
7730
7731         (nnml-request-article): Pass server argument to nnml-find-group-number.
7732         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7733         server argument to nnml-possibly-create-directory.
7734         (nnml-request-accept-article): Pass server argument to
7735         nnml-active-number and nnml-save-mail.
7736         (nnml-find-group-number): Pass server argument to nnml-find-id.
7737         (nnml-request-update-info): Pass server argument to
7738         nnml-marks-changed-p.
7739
7740         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7741         (nnml-save-mail, nnml-active-number): Add server argument.
7742
7743         (nnml-request-delete-group): Warn if group is missing.
7744         (nnml-get-nov-buffer): Decode group name.
7745         (nnml-generate-active-info): Encode group name.
7746         (nnml-open-marks): Decode group name in messages.
7747
7748 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7751         if it is not specified.
7752         (gnus-article-pipe-part, gnus-article-save-part)
7753         (gnus-article-interactively-view-part, gnus-article-copy-part)
7754         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7755         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7756         (gnus-article-replace-part, gnus-article-delete-part)
7757         (gnus-article-view-part-as-type): Pass raw prefix argument to
7758         gnus-article-part-wrapper.
7759
7760 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * gnus-agent.el (gnus-agent-save-active): Bind
7763         nnheader-file-coding-system to gnus-agent-file-coding-system.
7764
7765         * gnus-cache.el (gnus-cache-save-buffers)
7766         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7767         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7768         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7769         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7770         (gnus-cache-generate-active, gnus-cache-rename-group)
7771         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7772         (gnus-cache-update-overview-total-fetched-for): Bind
7773         file-name-coding-system to nnmail-pathname-coding-system.
7774         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7775         variables.
7776         (gnus-cache-decoded-group-name): New function.
7777         (gnus-cache-file-name): Use it.
7778         (gnus-cache-generate-active): Use non-decoded group name for active.
7779
7780         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7781         right place.
7782         (gnus-write-active-file): Don't break non-ASCII group names.
7783
7784         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7785         nnmail-pathname-coding-system.
7786
7787         * lpath.el: Bind default-file-name-coding-system,
7788         file-name-coding-system and language-info-alist for XEmacs.
7789
7790         * gnus-uu.el (gnus-uu-decode-save): Typo.
7791
7792 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7795
7796 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7799         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7800         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7801         (gnus-agent-flush-group, gnus-agent-flush-cache)
7802         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7803         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7804         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7805         (gnus-agent-regenerate-group)
7806         (gnus-agent-update-files-total-fetched-for)
7807         (gnus-agent-update-view-total-fetched-for): Bind
7808         file-name-coding-system to nnmail-pathname-coding-system.
7809         (gnus-agent-group-pathname): Don't encode file names by
7810         nnmail-pathname-coding-system.
7811         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7812         coding-system-for-write instead of buffer-file-coding-system to
7813         gnus-agent-file-coding-system.
7814
7815         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7816         Decode group name.
7817
7818         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7819
7820         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7821         (gnus-read-newsrc-el-file): Make group names unibyte.
7822
7823         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7824         nnmail-pathname-coding-system.
7825
7826         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7827         (nnrss-request-delete-group): Bind file-name-coding-system to
7828         nnmail-pathname-coding-system.
7829         (nnrss-read-server-data, nnrss-read-group-data): Bind
7830         file-name-coding-system correctly.
7831         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7832
7833         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7834         (nntp-server-to-method-cache): New variable.
7835         (nntp-group-pathname): New function that decodes non-ASCII group names.
7836         (nntp-possibly-create-directory, nntp-marks-changed-p)
7837         (nntp-save-marks, nntp-open-marks): Use it.
7838         (nntp-possibly-create-directory, nntp-open-marks):
7839         Bind file-name-coding-system to nnmail-pathname-coding-system.
7840         (nntp-open-marks): Decode group names when bootstrapping marks.
7841
7842         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7843         Newsgroups and Folowup-To headers.
7844
7845 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7848         (gnus-server-closed-face, gnus-server-denied-face)
7849         (gnus-server-offline-face): Remove variable.
7850         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7851
7852         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7853         of modifying message-stack directly for XEmacs.
7854
7855         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7856         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7857         if the coding-system argument is nil for XEmacs.
7858
7859         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7860         mm-charset-override-alist.
7861
7862         * rfc2047.el: Don't require base64; require rfc2045 for the function
7863         rfc2045-encode-string.
7864         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7865         to quote the parameter value.
7866
7867 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7870         form in gnus-group-name-charset-method-alist.
7871
7872         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7873         overrides the default layout edit-form.
7874
7875         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7876
7877         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7878
7879 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7882         as unfetched articles.
7883
7884 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7887
7888 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7891         original back end that keeps marks in the local system.
7892
7893 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7896         arg of pop-to-buffer for XEmacs.
7897         (gnus-article-read-summary-keys): Ditto; don't restore window
7898         configuration if summary command ends up with neither article buffer
7899         nor summary buffer; describe bindings if summary keys end with C-h.
7900
7901 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * message.el (message-fix-before-sending): Skip raw message part to be
7904         forwarded while checking illegible text.
7905         (message-forward-make-body-mime, message-forward-make-body): Mark
7906         signed or encrypted raw message as having no illegible text.
7907
7908 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7911         (gnus-message-with-timestamp-1): New macro.
7912         (gnus-message-with-timestamp): New function.
7913         (gnus-message): Use them.
7914
7915         * nnheader.el (nnheader-message): Use them.
7916
7917 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7920         .newsrc.eld file.
7921
7922 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-agent.el (gnus-agent-fetch-headers)
7925         (gnus-agent-retrieve-headers): Bind
7926         gnus-decode-encoded-address-function to identity.
7927
7928         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7929         available also when the server returns simply a dot.
7930
7931         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7932
7933 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7936
7937 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-ems.el (gnus-x-splash): Make it work.
7940
7941         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7942         from being used.
7943
7944         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7945
7946 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7949         4th and the 5th arguments.
7950
7951         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7952         the front stickiness.
7953         (gnus-article-summary-command-nosave): Correct the order of the
7954         arguments passed to pop-to-buffer.
7955         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7956         summary command ends up with the article buffer.
7957
7958         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7959         the same faces.
7960
7961 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7962
7963         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7964
7965 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7966
7967         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7968         * gnus-sum.el (gnus-summary-highlight):
7969         * pgg.el (pgg-sign-region, pgg-sign):
7970         * mail-source.el (mail-source-delete-old-incoming-confirm):
7971         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7972
7973 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * gnus-art.el (gnus-mime-view-part-externally)
7976         (gnus-mime-view-part-internally): Fix predicate function passed to
7977         completing-read.
7978
7979         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7980
7981         * gnus.el (gnus-update-message-archive-method): Add :version.
7982
7983 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * gnus.el (gnus-update-message-archive-method): New variable.
7986
7987         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7988         according to gnus-message-archive-method if
7989         gnus-update-message-archive-method is non-nil.
7990
7991 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7994         by Loic Dachary <loic@dachary.org>.
7995         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7996
7997 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * message.el (message-pop-to-buffer): Add switch-function argument.
8000         (message-mail): Pass switch-function argument to it.
8001
8002 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8005         Improve doc string.
8006
8007 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8010         (gnus-header-content)
8011         * gnus-cite.el (gnus-cite-10)
8012         * gnus-srvr.el (gnus-server-closed)
8013         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8014         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8015         (gnus-group-mail-3-empty, gnus-group-mail-low)
8016         (gnus-group-mail-low-empty, gnus-splash)
8017         * message.el (message-header-to, message-header-cc)
8018         (message-header-subject, message-header-other, message-header-name)
8019         (message-header-xheader, message-separator, message-cited-text)
8020         (message-mml): Lighten colors of faces used for dark background.
8021
8022 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8023
8024         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8025         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8026
8027 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * message.el (message-narrow-to-headers-or-head):
8030         Ignore mail-header-separator in the body.
8031
8032 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8035         same as window size.
8036
8037 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8038
8039         * message.el (message-font-lock-keywords): Use message-header-xheader
8040         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8041         ahead of the anything pattern, to get it recognised.
8042
8043 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8046         spam.el loads uses it in the compiled defadvice form.
8047
8048 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8049
8050         * gnus-sum.el (gnus-articles-to-read)
8051         (gnus-summary-insert-old-articles): Don't truncate group name for
8052         `read-string'.
8053
8054         * gnus-util.el (gnus-limit-string): Delete this function.
8055
8056         * gnus-sum.el (gnus-simplify-subject-fully): Use
8057         `truncate-string-to-width' instead.
8058
8059 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8060
8061         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8062         if, on summary exit, the next group has to be selected.
8063         (gnus-summary-exit): Use it.
8064
8065 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8068         non-break space.
8069
8070 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8073         Check if group is not a directory.
8074         (nnfolder-request-expire-articles): Don't delete articles if the target
8075         group is not available.
8076
8077         * nnml.el (nnml-request-create-group): Properly check if group is not a
8078         file.
8079         (nnml-request-expire-articles): Don't delete articles if the target
8080         group is not available.
8081
8082         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8083         Don't quote characters that are within parentheses.
8084
8085 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8088         (gnus-handle-ephemeral-exit): Select article according to it.
8089
8090 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * message.el (message-insert-formated-citation-line): Remove newline.
8093         (message-citation-line-format): Add final \n here so that the user can
8094         avoid a blank line.
8095
8096 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8097
8098         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8099         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8100         Update lanl/arXiv support.
8101
8102 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * gnus.el: Bump version number.
8105
8106 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8107
8108         * gnus.el (gnus-version-number): Bump version.
8109
8110 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8111
8112         * gnus.el: No Gnus v0.6 is released.
8113
8114 2007-04-27  Didier Verna  <didier@xemacs.org>
8115
8116         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8117         * gmm-utils.el (gmm-regexp-concat): here.
8118         * message.el: Don't require 'gnus-util.
8119         (message-dont-reply-to-names): Handle name change above.
8120         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8121
8122 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8125         since the initial value varies according to the system.
8126
8127 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8130
8131 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8132
8133         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8134
8135 2007-04-24  Didier Verna  <didier@xemacs.org>
8136
8137         Improve the type of gnus-ignored-from-addresses.
8138         * gnus-util.el (gnus-orify-regexp): New function.
8139         * message.el (gnus-util): Require it.
8140         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8141         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8142         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8143
8144 2007-04-24  Didier Verna  <didier@xemacs.org>
8145
8146         * gnus-sum.el:
8147         * gnus-utils.el: Fix some trailing whitespaces.
8148
8149 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8152         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8153         article's Message-ID; refer parent article in summary buffer.
8154
8155         * message.el (message-bounce): Call mime-to-mml.
8156
8157         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8158         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8159         optimize and/or forms properly.
8160
8161 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8164         URL.
8165
8166 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8169
8170 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8173         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8174         displayed of multipart/alternative part if it is invoked from summary
8175         buffer.
8176
8177         * mm-view.el (mm-inline-text-html-render-with-w3m)
8178         (mm-inline-text-html-render-with-w3m-standalone)
8179         (mm-inline-render-with-function): Use mail-parse-charset by default.
8180
8181 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8182
8183         * parse-time.el (parse-time-string-chars): Check if CHAR
8184         is less than the length of parse-time-syntax.
8185
8186 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8189         from gnus-newsgroup-processable.
8190
8191 2007-04-16  Didier Verna  <didier@xemacs.org>
8192
8193         * gnus-msg.el (gnus-configure-posting-styles): Handle
8194         message-signature-directory properly with :file syntax.  Reported by
8195         "Leo".
8196
8197 2007-04-11  Didier Verna  <didier@xemacs.org>
8198
8199         New user option: message-signature-directory.
8200         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8201         * message.el (message-insert-signature): Ditto.
8202         * message.el (message-signature-file): Doc update.
8203         * message.el (message-signature-directory): New.
8204
8205 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-msg.el (gnus-inews-yank-articles): Use
8208         message-exchange-point-and-mark instead of exchange-point-and-mark.
8209
8210 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * message.el (message-yank-original): Make sure cited text ends with
8213         newline; don't exchange point and mark.
8214
8215 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8216
8217         * tls.el (open-tls-stream): Properly handle case where there
8218         is no associated buffer.
8219
8220 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8221
8222         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8223         message-yank-original, make sure (< mark TEXT point).
8224
8225 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * message.el (message-fill-column): New variable.
8228         (message-mode): Use it.  Add comment on a possible new hook.
8229
8230         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8231         (nnmail-get-new-mail): Reformat.
8232
8233         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8234
8235         * gmm-utils.el: Fix Commentary.
8236         (gmm-tool-bar-from-list): Fix typo in doc string.
8237
8238 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8239
8240         * message.el (message-yank-original): Don't switch point and mark
8241         unnecessarily to put point and mark as documented.
8242
8243 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8244
8245         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8246         from the message heads.
8247
8248 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8249
8250         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8251         article buffer does not have a window.  This may not be the best
8252         solution but is certainly better than setting the start of the null,
8253         that is the current, window.
8254
8255 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8258         (gnus-draft-setup): Run it.
8259
8260         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8261         gnus-score-fast-scoring.  Allow regexp.
8262         (gnus-score-headers): Use it.
8263
8264         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8265         XEmacs.
8266
8267         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8268         string.
8269         (gnus-button-alist): Also catch `<f1> k ...'.
8270         (gnus-treat-display-x-face): Fix doc string.
8271
8272 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8273
8274         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8275         evaluation of gnus-extended-version to ensure correct generation of the
8276         User-Agent header when message-generate-headers-first is used.
8277
8278 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8279
8280         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8281         hashcash-path is nil.  Don't call callback with incorrect number of
8282         parameters if val is 0.
8283
8284 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8285
8286         * message.el (message-required-news-headers):
8287         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8288
8289 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8290
8291         * tls.el (open-tls-stream): In handshake-waiting loop,
8292         don't wait more if there is output available to process.
8293
8294 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8295
8296         * tls.el (tls-program): Doc fix.
8297
8298 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * message.el (message-generate-new-buffers): Change the meaning of the
8301         nil value; add `standard' to the choices; treat t as `unique'; improve
8302         doc string.
8303         (gnus-select-frame-set-input-focus): Autoload.
8304         (message-buffer-name): Search for the existing message buffer if
8305         message-generate-new-buffers is nil or `standard'; treat the value t of
8306         message-generate-new-buffers as `unique'.
8307         (message-pop-to-buffer): Raise the frame already displaying the message
8308         buffer; clear the echo area after querying.
8309         (message-setup): Pass the `continue' argument to compose-mail.
8310         (message-mail): Prefer `switch-function' if it is given; search for the
8311         existing message buffer if the `continue' argument is non-nil; pass
8312         continue and switch-function arguments to compose-mail by way of
8313         message-setup.
8314         (message-mail-other-window): Adjust argument of message-setup.
8315         (message-mail-other-frame): Ditto.
8316
8317 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8320         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8321         to turn font-lock on when turning gnus-message-citation-mode on.
8322
8323 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8324
8325         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8326         (mml-smime-function-alist): New variable; add epg as the backend.
8327         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8328         mml-smime- functions instead.
8329         * mm-view.el: Require smime.
8330
8331 2007-03-05  Didier Verna  <didier@xemacs.org>
8332
8333         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8334         instead of just inheritance for posting styles.
8335         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8336
8337 2007-02-24  Chris Moore  <dooglus@gmail.com>
8338
8339         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8340         * pgg-pgp.el (pgg-pgp-encrypt-region):
8341         * pgg-gpg.el (pgg-gpg-encrypt-region):
8342         Check pgg-encrypt-for-me if no other recipients.
8343
8344 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8345
8346         * tls.el (tls-certtool-program): Fix custom type.
8347
8348 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8351         and point-at-eol instead of line-(beginning|end)-position.
8352
8353         * assistant.el (assistant-parse-buffer): Ditto.
8354
8355         * netrc.el (netrc-parse-services): Ditto.
8356
8357 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8358
8359         * mml2015.el (mml2015-epg-find-usable-key): New function.
8360         (mml2015-epg-sign): Use it.
8361         (mml2015-epg-encrypt): Use it.
8362
8363 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * message.el (message-make-in-reply-to): Quote name containing
8366         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8367         if there are special characters.  Reported by NAKAJI Hiroyuki
8368         <nakaji@jp.freebsd.org>.
8369
8370 2007-02-27  Didier Verna  <didier@xemacs.org>
8371
8372         Include the group parameters as well as the topic ones in the
8373         inheritance filter process.
8374         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8375         argument GROUP-PARAMS-LIST.
8376         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8377
8378 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * nntp.el (nntp-never-echoes-commands)
8381         (nntp-open-connection-functions-never-echo-commands): New variables.
8382         (nntp-send-command): Use them.
8383
8384 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8385
8386         * mml2015.el (mml2015-epg-verify): Simplified.
8387
8388 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * mml.el (mml-content-disposition-alist): New user option.
8391         (mml-content-disposition): New function.
8392         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8393         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8394
8395 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8396
8397         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8398         verification.
8399
8400 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8401
8402         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8403         articles posted in the last 24 hours.
8404
8405 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8406
8407         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8408
8409 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8410
8411         * nntp.el (nntp-send-command): Don't wait for echoes when
8412         nntp-open-ssl-stream is used.
8413
8414 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8417         (gnus-message-add-citation-keywords)
8418         (gnus-message-remove-citation-keywords): Remove.
8419         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8420         directly, make the variables in font-lock-defaults buffer-local, add
8421         gnus-message-citation-keywords to them and then update the value of
8422         font-lock-keywords.
8423
8424 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * message.el (message-cite-original-1): Don't call
8427         gnus-article-highlight-citation.
8428
8429         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8430         citations; fix line count.
8431
8432 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8435         (gnus-message-add-citation-keywords)
8436         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8437         versions of font-lock-add-keywords and font-lock-remove-keywords to
8438         work with XEmacs correctly.
8439
8440 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-cite.el (gnus-cite-face-list): Set the values of
8443         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8444         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8445         (gnus-message-cite-prefix-regexp): New variable.
8446         (gnus-message-search-citation-line): Use it; protect against long
8447         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8448         the 0th match data for Emacs.
8449         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8450         (gnus-message-add-citation-keywords): Append keywords rather than
8451         prepending; emulate font-lock-add-keywords if it is not available.
8452         (gnus-message-remove-citation-keywords): Emulate
8453         font-lock-remove-keywords if it is not available.
8454
8455         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8456
8457         * message.el (message-cite-prefix-regexp): Set the value of
8458         gnus-message-cite-prefix-regexp.
8459
8460 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8461
8462         * nnweb.el (nnweb-google-parse-1): Update parser.
8463
8464 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8465
8466         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8467
8468 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8469
8470         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8471         regexp.
8472
8473 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8476         string-to-multibyte.
8477         (uudecode-decode-region-internal): Use it.
8478
8479         * lpath.el: Fbind string-as-multibyte for XEmacs.
8480
8481 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8484         custom choice.
8485
8486         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8487
8488 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8489
8490         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8491
8492         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8493         `write-region' to respect `mm-inhibit-file-name-handlers'.
8494
8495 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8498         Use gnus-home-directory instead of "~/" or "$HOME".
8499
8500 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8503         to mention filename.
8504         Add comments at beginning regarding usage.
8505         (encrypt-write-file-contents): Change interactive so a string is
8506         acceptable.  If the file has no associated model, show an error instead
8507         of a nonsense prompt.
8508
8509 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8510
8511         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8512         Thanks to Yoshihiko Yamada for kind notification of this typo.
8513
8514 2007-01-12  Kenichi Handa  <handa@m17n.org>
8515
8516         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8517         multibyte buffer.
8518
8519 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-score.el (gnus-score-fast-scoring): New variable.
8522         (gnus-score-headers): Use it.
8523
8524         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8525
8526         * message.el (message-cite-original-1): Call
8527         gnus-article-highlight-citation if requested.
8528         (message-make-from): Allow name and address as optional arguments.
8529
8530         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8531
8532         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8533         bugs to doc string.
8534         (gnus-button-alist): Add mid\\|message-id.
8535         (gnus-button-fetch-group): Extend for use in
8536         `browse-url-browser-function'.
8537         (gnus-button-url-regexp): Try to catch paired parentheses like in
8538         Wikipedia URLs.
8539
8540         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8541         Suggested by Simon Krahnke <overlord@gmx.li>.
8542
8543 2007-01-13  Romain Francoise  <romain@orebokech.com>
8544
8545         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8546         Update copyright.
8547
8548 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8549
8550         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8551
8552 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * gnus-registry.el (gnus-registry-unfollowed-groups)
8555         (gnus-registry-split-fancy-with-parent): Fix documentation.
8556
8557 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8558
8559         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8560         from nnweb groups.
8561
8562 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8563
8564         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8565         Xref urls.  Erase buffer before requesting head.
8566
8567 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8570         customizable.
8571
8572 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8573
8574         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8575         no signing key is found.
8576         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8577         no encrypting and/or signing key is found.
8578
8579 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8580
8581         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8582
8583 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8584
8585         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8586         headers read from disk with the ones newly found in the current search.
8587         This should no longer cause problems, because the article numbers in
8588         Gmane's `nov.php' output are ignored since the previous change.
8589
8590 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8591
8592         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8593
8594 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8597         replace-regexp-in-string; bind url-version; fbind display-images-p and
8598         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8599         find-face and set-itimer-function for Emacs; bind itimer-list for
8600         Emacs.
8601
8602         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8603
8604 2007-01-01  Romain Francoise  <romain@orebokech.com>
8605
8606         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8607
8608 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8609
8610         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8611         `define-minor-mode' macro definition expanded properly.
8612         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8613         exclude it there.
8614
8615         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8616         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8617         `fboundp' test.
8618         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8619         This is OK to autoload in (S)XEmacs now.
8620
8621 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8624         keystroke.
8625         (gnus-summary-limit-to-singletons): Fix typo.
8626
8627         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8628         else fails.
8629
8630 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8631
8632         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8633         docstring.
8634
8635         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8636         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8637         (gnus-summary-insert-dormant-articles): Fix typo in message.
8638
8639 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8640
8641         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8642         nil for XEmacs.
8643         (gnus-message-citation-mode): Don't autoload in XEmacs.
8644
8645         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8646
8647 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8648
8649         * nnimap.el (nnimap-expunge-search-string): Mention
8650         nnimap-search-uids-not-since-is-evil in docstring.
8651
8652 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * spam.el: Revert to make-obsolete-variable because
8655         define-obsolete-variable-alias is not supported in Emacs 21.
8656
8657         * spam.el (spam-ifile-path, spam-ifile-database-path)
8658         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8659         make-obsolete-variable.
8660         (spam-bsfilter-path, spam-bsfilter-program)
8661         (spam-spamassassin-path, spam-spamassassin-program)
8662         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8663         use "path" inappropriately.
8664         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8665         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8666         variable names.
8667
8668 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8669
8670         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8671         summary buffer.
8672
8673         * password.el (password-cache-remove): Use clear-string to burn
8674         password, if available.
8675
8676 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8679
8680         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8681
8682         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8683         (gnus-message-highlight-citation): Move defcustom here from
8684         gnus-cite.el.
8685         (gnus-message-citation-mode): Autoload.
8686
8687         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8688         checks to make it compile with XEmacs.
8689         (gnus-message-citation-mode): New minor mode.
8690         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8691         (gnus-message-highlight-citation): New variables.
8692         (gnus-message-search-citation-line)
8693         (gnus-message-add-citation-keywords)
8694         (gnus-message-remove-citation-keywords)
8695         (turn-on-gnus-message-citation-mode)
8696         (turn-off-gnus-message-citation-mode): New functions.
8697
8698 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8699
8700         * gnus-cite.el: Enable highlighting of different citation levels in
8701         message-mode.
8702
8703 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * message.el (message-make-fqdn): Fix comment.
8706         (message-bogus-system-names): Add ".local".
8707
8708         * spam.el (spam-ifile-path, spam-ifile-program)
8709         (spam-ifile-database-path, spam-ifile-database)
8710         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8711         Don't use "path" inappropriately.
8712         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8713         strings.
8714         (spam-check-ifile, spam-ifile-register-with-ifile)
8715         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8716         new variable names.
8717
8718         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8719         (gnus-treat-display-smileys): Simplify using
8720         gnus-image-type-available-p.
8721
8722         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8723         available.
8724
8725         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8726         `display-images-p' if available.
8727
8728 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8731         one after turning on the buffer's multibyteness instead of decoding
8732         them directly in the unibyte buffer that causes unexpected conversion
8733         in Emacs 23 (unicode).
8734
8735 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8736
8737         * message.el (message-generate-hashcash): Fix custom type.
8738
8739 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8742
8743 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8746         disconnect icons.  Add help text.
8747
8748 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8749
8750         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8751         negated to be consistent with the others we handle.
8752
8753 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8756         version of gnus-summary-buffer to something, so that we can use two
8757         article buffers at the same time.
8758
8759 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8760
8761         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8762         trigger all the extra headers.
8763         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8764         sorting.
8765
8766 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8767
8768         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8769         solid groups.
8770
8771 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8772
8773         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8774
8775 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8776
8777         * legacy-gnus-agent.el: Add Copyright notice.
8778
8779 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8780
8781         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8782
8783 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8786
8787         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8788         to make it work reliably in CVS Emacs.
8789         (gnus-summary-limit-strange-charsets-predicate)
8790         (gnus-summary-limit-to-predicate): New functions.
8791
8792 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8793
8794         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8795         specifying array size.
8796         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8797         array if it is too small.
8798         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8799         (gnus-sort-threads-loop): New function.
8800
8801 2006-12-06  Chris Moore  <dooglus@gmail.com>
8802
8803         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8804         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8805
8806 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8807
8808         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8809         options.
8810
8811 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8814         DOS-ing the recipient.
8815
8816         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8817         the headers when creating the mapping to avoid mismappings.
8818         (nnweb-gmane-create-mapping): Always nix out old mapping.
8819
8820 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8823         and mm-verify-option to never.
8824
8825 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * message.el (message-signed-or-encrypted-p): New function.
8828         (message-forward-make-body): Use it.
8829
8830         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8831         Replace encode-coding-string with mm-encode-coding-string.
8832
8833 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * nneething.el (nneething-decode-file-name): Replace
8836         decode-coding-string with mm-decode-coding-string.
8837
8838         * gnus-int.el (gnus-open-server): Say failed server's name.
8839
8840 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8841
8842         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8843         strings to a single string.  Quote `errors-file-name'.
8844         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8845         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8846         Adjust calls.  Use `shell-quote-argument'.
8847
8848 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8849
8850         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8851         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8852
8853         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8854         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8855         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8856         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8857         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8858         (gnus-subscribe-newsgroup, gnus-1):
8859         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8860         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8861         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8862         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8863
8864 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865
8866         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8867         keystroke.
8868         (gnus-summary-limit-to-bodies): Implement headersp.
8869
8870 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8873
8874 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8877
8878 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * message.el (message-generate-hashcash): Expand range of values to
8881         include `opportunistic'.
8882         (message-send-mail): Use it.
8883
8884 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8885
8886         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8887         and comment it.
8888
8889         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8890
8891 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * gnus-util.el (gnus-extract-address-components): Improve comment.
8894
8895 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-util.el (gnus-extract-address-components): Work with address in
8898         which the name portion contains @.
8899
8900         * lpath.el: Fbind custom-autoload.
8901
8902 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gnus.el (gnus-start): Move custom group up.
8905         (gnus-select-method): Don't autoload, but make it available for
8906         `customize-variable'.
8907         (gnus-getenv-nntpserver): Don't autoload.
8908
8909 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8910
8911         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8912
8913 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * message.el (message-sendmail-extra-arguments): New variable.
8916         (message-send-mail-with-sendmail): Use it.
8917
8918 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8921         mm-with-unibyte-current-buffer to make string unibyte.
8922
8923         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8924         mm-string-as-multibyte.
8925
8926 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8927
8928         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8929         Reported by Werner Koch <wk@gnupg.org>.
8930
8931 2006-11-14  Daiki Ueno  <ueno@p360>
8932
8933         * mml2015.el: Autoload epa-select-keys when compiling.
8934
8935 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8936
8937         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8938         message-options.
8939         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8940
8941 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8942
8943         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8944         EasyPG (< 0.0.6).
8945         (mml2015-always-trust): New user option.
8946         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8947         prompt.
8948
8949 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * nntp.el (nntp-authinfo-force): New variable.
8952         (nntp-send-authinfo): Use it.
8953
8954 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8957         decode encoded words.  Improve prompt.  Add comment about forwarding.
8958         (message-replacement-char): Move up.
8959
8960 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8961
8962         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8963         instead of gnus-intersection because arguments of gnus-sorted-nunion
8964         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8965
8966 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8969         (message-simplify-subject-functions): Enable
8970         message-strip-subject-encoded-words by default.
8971
8972 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * message.el (message-strip-subject-encoded-words): New function.
8975         (message-simplify-subject-functions): New variable.
8976         (message-simplify-subject): Use it.  Fix typo in doc string.
8977         Support message-strip-subject-encoded-words.
8978
8979 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8980
8981         * gnus-diary.el (gnus-diary-delay-format-function):
8982         * nndiary.el (nndiary-reminders):
8983         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8984
8985 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * gnus-art.el (article-hide-boring-headers): Fetch date from
8988         gnus-original-article-buffer to avoid problems with localized date
8989         strings.
8990
8991 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8994
8995 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8998         New variables.
8999         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9000         (mm-charset-synonym-alist): Move some entries to
9001         mm-codepage-iso-8859-list.
9002         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9003         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9004
9005 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9008
9009 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9012         with Emacs 21 and XEmacs.
9013
9014 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9015
9016         * spam.el (spam-parse-address): New function for better parsing,
9017         catching errors, etc.
9018         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9019
9020 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9021
9022         * mm-view.el: Add interactive arg to html2text autoload.
9023
9024 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9027
9028 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9031         variables.
9032         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9033         (mm-charset-synonym-alist): Move some entries to
9034         mm-codepage-iso-8859-list.
9035
9036         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9037
9038 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * message.el (message-citation-line-format)
9041         (message-insert-formated-citation-line): Fix implementation of %E, %N
9042         and %n according to the doc string.
9043
9044 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9045
9046         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9047         car-safe to avoid bad parses.
9048
9049 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9052         names.
9053
9054         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9055
9056 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9059         header.
9060
9061         * message.el (message-draft-headers): Add Date.
9062         (message-headers-to-generate): Fix typo in docstring.
9063
9064         * nndraft.el (nndraft-required-headers): New variable.
9065         (nndraft-generate-headers): Use it.
9066
9067         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9068
9069 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9070
9071         * gnus-registry.el (gnus-registry-wash-for-keywords)
9072         (gnus-registry-find-keywords): New functions to allow easy searching of
9073         articles that are in the registry.
9074
9075 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9076
9077         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9078         ietf-drums-parse-address instead of gnus-extract-address-components.
9079         Reported by Damien Elmes <damien@repose.cx>.
9080
9081 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * gnus.el (gnus-mime): Remove unused custom group.
9084
9085 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9086
9087         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9088         "blank line" when searching for end of armor headers.
9089
9090 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gmm-utils.el (gmm-write-region): Fix variable name.
9093
9094 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * gmm-utils.el (gmm-write-region): New function based on compatibility
9097         code from `mm-make-temp-file'.
9098
9099         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9100
9101         * nnmaildir.el (nnmaildir--update-nov)
9102         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9103         Use `gmm-write-region'.
9104
9105 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9108         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9109
9110         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9111
9112         * message.el (message-replacement-char): New variable.
9113         (message-fix-before-sending): Use it.
9114         (message-simplify-subject): New function to remove duplicate code.
9115         (message-reply, message-followup): Use it.
9116
9117         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9118         gnus-summary-limit-to-articles.
9119
9120 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-util.el (gnus-with-local-quit): New macro.
9123
9124         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9125
9126 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9127
9128         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9129         ignore non-string data.
9130
9131 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9132
9133         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9134         non-string data (needs to be done in the registry too).
9135
9136 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9137
9138         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9139         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9140         (gnus-registry-split-fancy-with-parent)
9141         (gnus-registry-fetch-simplified-message-subject-fast)
9142         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9143         Remove text properties on ingress into the registry and when it's saved.
9144         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9145         registry from entries with no groups.
9146
9147 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9148
9149         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9150         function to remove string properties.
9151
9152 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gmm-utils.el (gmm): Adjust custom version.
9155
9156         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9157         custom version.
9158
9159         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9160
9161 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * gnus-art.el (gnus-insert-prev-page-button)
9164         (gnus-insert-next-page-button): Simplify.  Reformat.
9165
9166 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9167
9168         * gnus-art.el (gnus-insert-prev-page-button)
9169         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9170
9171 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9172
9173         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9174
9175 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9176
9177         * gnus-art.el (gnus-insert-mime-button)
9178         (gnus-insert-mime-security-button):
9179         Apply gnus-article-button-face to MIME and security buttons.
9180
9181 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9184         readable.
9185
9186 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9189
9190 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9191
9192         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9193         `browse-url-of-file' instead of `browse-url'.
9194
9195 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9196
9197         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9198         regexp.  Articles containing quotation were cut prematurely.
9199
9200 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * message.el (message-cite-original-1): Use nobody by default for the
9203         value of From header.
9204         (message-reply): Ditto.
9205
9206 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9207
9208         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9209         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9210         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9211
9212 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9215         mails in the doc string.  Add some URLs in comment.
9216         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9217
9218 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9221         backslashes handling and the way to find boundaries of quoted strings.
9222
9223 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9224
9225         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9226         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9227         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9228         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9229
9230 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9233         doc string.
9234         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9235
9236 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * lpath.el: Fbind epg-check-configuration.
9239
9240 2006-09-06  Simon Josefsson  <jas@extundo.com>
9241
9242         * mml2015.el (mml2015-use): Doc fix, mention epg.
9243
9244 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9245
9246         * mml2015.el (mml2015-use): Default to epg, if available.
9247
9248 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9249
9250         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9251         message-sender.
9252         (mml1991-epg-encrypt): Ditto.
9253         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9254         message-sender.
9255         (mml2015-epg-encrypt): Ditto.
9256
9257 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9258
9259         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9260         several common directories.
9261
9262 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9263
9264         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9265         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9266
9267 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * gnus-art.el (article-decode-encoded-words): Make it fast.
9270
9271 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9274
9275         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9276         in quoted string into `\'.
9277
9278 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9281         Use standard-syntax-table.
9282
9283 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-art.el (gnus-decode-address-function): New variable.
9286         (article-decode-encoded-words): Use it to decode headers which are
9287         assumed to contain addresses.
9288         (gnus-mime-delete-part): Remove useless `or'.
9289
9290         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9291         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9292         (gnus-nov-parse-line): Use it to decode From header.
9293         (gnus-get-newsgroup-headers): Ditto.
9294         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9295
9296         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9297         (mail-decode-encoded-address-string): New alias.
9298
9299         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9300         New function.
9301         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9302         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9303         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9304         (rfc2047-decode-string): Ditto.
9305         (rfc2047-decode-address-region): New function.
9306         (rfc2047-decode-address-string): New function.
9307
9308 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * message.el (message-caesar-buffer-body): Allow rotating headers.
9311
9312         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9313
9314         * message.el (message-insert-formated-citation-line): Fix %f.
9315         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9316
9317 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9320         (gnus-bookmark-mouse-available-p): New macro.
9321         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9322         (gnus-bookmark-bmenu-show-infos): Use it.
9323         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9324         (gnus-bookmark-bmenu-hide-infos): Ditto.
9325         (gnus-bookmark-remove-properties): New function.
9326         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9327         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9328         (gnus-bookmark-write-file): Bind coding-system-for-write.
9329         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9330         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9331         group before selecting it.
9332         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9333         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9334         quit-window if it is not available; use gnus-mouse-2 and bind it to
9335         gnus-bookmark-bmenu-select-by-mouse.
9336         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9337         (gnus-bookmark-bmenu-select-by-mouse): New function.
9338
9339 2006-08-13  Romain Francoise  <romain@orebokech.com>
9340
9341         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9342         space.
9343
9344 2006-08-10  Romain Francoise  <romain@orebokech.com>
9345
9346         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9347         (dns-mode-soa-auto-increment-serial): New user option.
9348         (dns-mode-soa-maybe-increment-serial): New function.
9349         (dns-mode): Add the latter to `write-contents-functions'.
9350
9351 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * compface.el (uncompface): Use binary rather than raw-text-unix.
9354
9355 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * compface.el (uncompface): Make sure the eol conversion doesn't take
9358         place when communicating with the external programs.  Reported by
9359         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9360
9361 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9364
9365 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9366
9367         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9368         Make it more robust by parsing author and date independently.
9369
9370 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9373
9374 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9375
9376         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9377         first matching secret key.
9378         (mml2015-epg-encrypt): Ditto.
9379
9380         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9381         first matching secret key.
9382         (mml1991-epg-encrypt): Ditto.
9383
9384         * mml2015.el (mml2015-encrypt-to-self): New user option.
9385         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9386         mml2015-epg-encrypt-to-self is set.
9387
9388         * mml1991.el (mml1991-encrypt-to-self): New variable.
9389         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9390         mml1991-epg-encrypt-to-self is set.
9391
9392         * mml2015.el (mml2015-signers): New user option.
9393         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9394         (mml2015-epg-encrypt): Allow to select signing keys.
9395
9396         * mml1991.el (mml1991-signers): New variable.
9397         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9398         (mml1991-epg-encrypt): Allow to select signing keys.
9399
9400 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * nnheader.el (nnheader-insert-head): Make it work even if the file
9403         uses CRLF for the line-break code.
9404
9405 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9406
9407         * mml2015.el: Require mml-sec instead of password.
9408         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9409         (mml2015-cache-passphrase): Inherit the default value from
9410         mml-secure-cache-passphrase.
9411         (mml2015-passphrase-cache-expiry): Inherit the default value from
9412         mml-secure-passphrase-cache-expiry.
9413
9414         * mml1991.el: Require mml-sec instead of password.
9415         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9416         (mml1991-cache-passphrase): Inherit the default value from
9417         mml-secure-cache-passphrase.
9418         (mml1991-passphrase-cache-expiry): Inherit the default value from
9419         mml-secure-passphrase-cache-expiry.
9420
9421         * mml-sec.el: Require password.
9422         (mml-secure-verbose): New user option.
9423         (mml-secure-cache-passphrase): New user option.
9424         (mml-secure-passphrase-cache-expiry): New user option.
9425
9426 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9427
9428         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9429         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9430         andreas@altroot.de (Andreas Vögele).
9431
9432         FIXME: Use `tiny change'?
9433
9434 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9435
9436         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9437         workaround for the url package included with Emacs.
9438
9439         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9440
9441 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9444         correctly.  This fixes a bug caused by the 2006-05-12 change.
9445
9446 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9447
9448         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9449         some information about the error when saying that the `bogus' mail
9450         group will be used.
9451
9452 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9455         string.
9456
9457 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9458
9459         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9460
9461 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9462
9463         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9464
9465 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9466
9467         * mml1991.el (mml1991-function-alist): Add epg.
9468         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9469         (mml1991-epg-encrypt): New functions.
9470
9471 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9472
9473         * mml2015.el (mml2015-verbose): New variable.
9474         (mml2015-cache-passphrase): Ditto.
9475         (mml2015-passphrase-cache-expiry): Ditto.
9476         (mml2015-function-alist): Add epg.
9477         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9478         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9479         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9480         functions.
9481
9482 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9483
9484         * message.el (message-cite-original-1): Preserve region when removing
9485         quoted text due to X-No-Archive in order to avoid bogus attribution
9486         when citing multiple messages.
9487
9488 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9489
9490         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9491         Kenneth Jacker <khj@be.cs.appstate.edu>.
9492
9493 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * gnus-diary.el (gnus-user-format-function-d)
9496         (gnus-user-format-function-D): Autoload.
9497
9498         * imap.el (Commentary): Fix typo.
9499
9500         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9501         2006-04-22 contribution.
9502
9503 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9504
9505         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9506         It didn't really fix the bogosity I'm seeing with solid web groups.
9507
9508 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9509
9510         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9511         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9512         created using server names.  If we use the feature without declaring
9513         it, Gnus does not properly manage server and group state.
9514
9515         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9516         bound.
9517
9518 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9519
9520         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9521         looking up the method using GROUP's prefix before inventing a new one.
9522         It is used on killed/unknown groups in various places where returning
9523         an all-new method isn't expected by the caller.
9524
9525         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9526         and match semantics of gnus-group-real-prefix.
9527
9528 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * nnmail.el (nnmail-broken-references-mailers): New variable.
9531         (nnmail-ignore-broken-references): New function generalizing
9532         nnmail-fix-eudora-headers.
9533         (nnmail-fix-eudora-headers): Now obsolete.
9534
9535         * gnus-art.el (gnus-button-handle-custom): Support
9536         `customize-apropos*'.
9537
9538 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9541
9542         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9543         articles.
9544
9545 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * message.el (message-cite-reply-above): New variable.
9548         (message-yank-original): Use it.
9549
9550 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9553
9554 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9557         as read.
9558
9559         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9560
9561 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9562
9563         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9564         (gnus-bookmark-default-file): Use gnus-directory.
9565         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9566         Remove "*" in doc string.
9567         (gnus-bookmark-write-file): Simplify.
9568         (gnus-bookmark-maybe-sort-alist): Use `when'.
9569         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9570         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9571         FIXME about Emacs 21 and XEmacs compatibility.
9572         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9573         compatibility.
9574         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9575         compatibility.
9576         (gnus-bookmark-menu-heading): Fix version.
9577
9578 2006-06-19  Bastien Guerry  <bzg@altern.org>
9579
9580         * gnus-bookmark.el: New file.
9581
9582 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * message.el (message-syntax-checks): Doc fix.
9585
9586 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9587
9588         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9589         unsubscribed groups as if they were killed ones.  It causes duplicate
9590         entries in gnus-newsrc-alist.
9591
9592 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * message.el (message-syntax-checks): Doc fix.
9595         (message-send-mail): Add check for continuation headers.
9596         (message-check-news-header-syntax): Fix regexp used to check for
9597         continuation headers.
9598
9599 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9602
9603 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9606
9607 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9610         default-truncate-lines.
9611
9612 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9615         to fill the utf-8 entry.
9616
9617         * lpath.el: Fbind unicode-precedence-list.
9618
9619 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9620
9621         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9622
9623 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9624
9625         * gnus-agent.el (directory-files-and-attributes): Move all the way
9626         forward (the third and final move).
9627         (gnus-agent-read-agentview): Trap reconstruction errors due to
9628         nonexistant directory.  Handle by returning nil.
9629
9630 2006-05-30  Didier Verna  <didier@xemacs.org>
9631
9632         * message.el (message-dont-reply-to-names): Update the custom type.
9633         * message.el (message-dont-reply-to-names): New defsubst: potentially
9634         convert a list of regexps into a single one.
9635         * message.el (message-get-reply-headers): Use it.
9636         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9637
9638 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-agent.el (directory-files-and-attributes): Move forward.
9641
9642 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gnus-ml.el (gnus-mailing-list-subscribe)
9645         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9646         (gnus-mailing-list-message): Fix doc strings.
9647
9648 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9649
9650         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9651         of doing it manually.
9652
9653 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9654
9655         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9656         comment.
9657
9658 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9659
9660         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9661         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9662         (gnus-agent-read-local): All symbols allocated in my-obarray.
9663         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9664         (gnus-agent-regenerate-group): Check numeric names to see if they are
9665         messages or groups.
9666         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9667         better way of do this...)
9668
9669         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9670         'dummy.group' (there should be a better way of do this...)
9671
9672 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9675         (gnus-saved-headers): Ditto.
9676         (gnus-default-article-saver): Mention functions may have properties.
9677         (gnus-article-save): Override gnus-save-all-headers and
9678         gnus-saved-headers by :headers property which saver function may have.
9679         (gnus-summary-save-in-file): Add :headers property.
9680         (gnus-summary-write-to-file): Ditto.
9681
9682         * gnus-sum.el (gnus-summary-save-article): Bind
9683         gnus-prompt-before-saving to t when saving many articles in a file;
9684         always show all headers.
9685
9686         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9687
9688 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9689
9690         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9691         marks.
9692
9693         * message.el (message-indent-citation): Add optional arguments to allow
9694         using it outside of message buffers.
9695
9696         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9697         (gnus-article-treat-unfold-headers): Use it.
9698         (gnus-article-truncate-lines): New variable.
9699         (gnus-article-mode): Use it.
9700         (gnus-article-toggle-truncate-lines): New function.
9701
9702         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9703         gnus-article-toggle-truncate-lines.
9704
9705         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9706         coding system in XEmacs, use binary.
9707
9708 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9711         after-load-alist.
9712
9713         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9714         this function should save decoded articles.
9715         (gnus-summary-write-to-file): Use property to specify this function
9716         should save decoded articles and specify gnus-summary-save-in-file
9717         should be used to save articles other than the first one when saving
9718         many articles.
9719         (gnus-summary-save-body-in-file): Use property to specify this
9720         function should save decoded articles.
9721         (gnus-summary-write-body-to-file): Use property to specify this
9722         function should save decoded articles and specify
9723         gnus-summary-save-body-in-file should be used to save articles other
9724         than the first one when saving many articles.
9725
9726         * gnus-sum.el (gnus-summary-save-article): Simplify.
9727
9728 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-art.el (gnus-default-article-saver): Add
9731         gnus-summary-write-body-to-file.
9732         (gnus-article-save-coding-system): Don't use coding system object
9733         in XEmacs.
9734         (gnus-read-save-file-name): Add optional `dir-var' argument which
9735         specifies directory in which files are saved; work even if optional
9736         `variable' argument is not specified.
9737         (gnus-summary-write-to-file): Read file name.
9738         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9739         (gnus-summary-write-body-to-file): New function.
9740
9741         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9742         (gnus-summary-local-variables): Add it.
9743         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9744         (gnus-summary-save-article): Remove optional `decode' argument;
9745         determine whether to decode articles by the value of
9746         gnus-default-article-saver; when saving many files using
9747         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9748         it first and use gnus-summary-save-in-file or
9749         gnus-summary-save-body-in-file thereafter unless
9750         gnus-prompt-before-saving is always; move point to article which
9751         will be saved.
9752         (gnus-summary-save-article-file): Revert.
9753         (gnus-summary-write-article-file): Revert.
9754         (gnus-summary-save-article-body-file): Revert.
9755         (gnus-summary-write-article-body-file): New function.
9756
9757 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-art.el (gnus-default-article-saver): Doc fix.
9760         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9761         from gnus-summary-save-article-coding-system, and default to a
9762         certain coding system.
9763         (gnus-output-to-file): Add coding cookie and encode text according
9764         to gnus-article-save-coding-system; don't use mm-append-to-file.
9765
9766         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9767         gnus-art.el and rename to gnus-article-save-coding-system.
9768         (gnus-summary-save-article): Require gnus-art; don't show all
9769         headers if it decodes articles; don't add coding cookie here;
9770         don't bind mm-text-coding-system-for-write.
9771         (gnus-summary-save-article-file): Save decoded articles.
9772         (gnus-summary-write-article-file): When saving many files, use
9773         gnus-summary-write-to-file first and gnus-summary-save-in-file
9774         thereafter unless gnus-prompt-before-saving is always.
9775         (gnus-summary-save-article-body-file): Save decoded articles.
9776
9777         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9778
9779 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * nnrss.el (nnrss-check-group): Bind hash-index.
9782
9783 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9784
9785         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9786         its hash index.  Store this hash in `nnrss-group-data'.
9787         (nnrss-read-group-data): Update accordingly.
9788
9789 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9792         entry.
9793
9794         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9795         gnus-article-browse-html-article.
9796
9797 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9798
9799         * gnus-sum.el (gnus-summary-mime-map): Add
9800         gnus-article-browse-html-article.
9801
9802         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9803
9804 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9807         suitable coding systems in customize.
9808
9809 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * mail-source.el (mail-sources): Fix custom type.
9812
9813 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9816         (gnus-summary-expire-articles-now): Shorten prompt.
9817
9818         * gmm-utils.el (wid-edit): Require.
9819         (defun-gmm): Renamed from `gmm-defun-compat'.
9820         (gmm-image-search-load-path): Use it.
9821         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9822
9823 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9826         variable.
9827         (gnus-summary-save-article): Add optional `decode' argument.  If
9828         it is set and gnus-summary-save-article-coding-system is non-nil,
9829         save decoded article.
9830         (gnus-summary-write-article-file): Save decoded article if
9831         gnus-summary-save-article-coding-system is non-nil.
9832
9833         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9834         type.
9835
9836 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9839
9840 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9843         first to test gnus-single-article-buffer which may be buffer-local.
9844
9845         * gnus-sum.el (gnus-summary-setup-buffer): Make
9846         gnus-single-article-buffer buffer-local and nil in ephemeral
9847         group; make gnus-article-buffer, gnus-article-current, and
9848         gnus-original-article-buffer always buffer-local.
9849         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9850         group.
9851         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9852
9853 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * nnml.el (nnml-request-compact-group): Compressed files might not
9856         have .gz extension.
9857
9858 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9859
9860         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9861         (mm-copy-to-buffer): Use with-current-buffer.
9862         (mm-display-part): Simplify.
9863         (mm-inlinable-p): Add optional arg `type'.
9864
9865 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9866
9867         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9868         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9869         Try harder to show the attachment internally or externally using
9870         gnus-mime-view-part-as-type.
9871
9872 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * message.el (message-from-style, message-signature-separator)
9875         (message-user-organization-file, message-send-mail-function)
9876         (message-citation-line-function, message-yank-prefix)
9877         (message-indent-citation-function, message-signature)
9878         (message-signature-file, message-signature-insert-empty-line):
9879         Remove autoloads.
9880
9881         * gnus-art.el (gnus-buttonized-mime-types): Remove
9882         "multipart/signed".  Revert 2006-04-26 change.
9883
9884 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * gnus.el (gnus-version-number): Bump version.
9887
9888 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9889
9890         * gnus.el: No Gnus v0.5 is released.
9891
9892 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9893
9894         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9895         fetching articles by message-id.
9896
9897 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9898
9899         * message.el (hashcash): Require hashcash as normal.
9900
9901         * ecomplete.el (ecomplete-highlight-match-line): Use
9902         point-at-eol.
9903         (ecomplete-highlight-match-line): Use `highlight', because that
9904         face exists in both Emacs and XEmacs.
9905
9906         * message.el (message-display-abbrev): Use point-at-bol.
9907
9908         * mail-source.el: Don't require timer/timer-funcs.
9909
9910         * gnus-async.el: Ditto.
9911
9912         * password.el: Ditto.
9913
9914         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9915
9916         * mm-url.el: Ditto.
9917
9918         * gnus-xmas.el: Don't require timer-funcs.
9919
9920         * mm-util.el: Require timer/timer-funcs.
9921
9922 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9923
9924         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9925         Close.
9926
9927 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9930         unibyte after clear-decrypt function runs.
9931
9932         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9933         returns as a unibyte string.
9934
9935 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * lpath.el: Revert.
9938
9939         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9940         (pgg-gpg-process-sentinel): Revert.
9941
9942         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9943         (pgg-pgp-lookup-key): Revert.
9944
9945         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9946         (pgg-pgp5-lookup-key): Revert.
9947
9948         * pgg.el (pgg-fetch-key): Revert.
9949
9950 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * lpath.el: Fbind string-as-multibyte for XEmacs.
9953
9954         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9955         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9956         (mml1991-pgg-encrypt): Ditto.
9957
9958         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9959         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9960         a multibyte buffer.
9961
9962         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9963         (pgg-pgp-lookup-key): Ditto.
9964
9965         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9966         (pgg-pgp5-lookup-key): Ditto.
9967
9968         * pgg.el (pgg-fetch-key): Ditto.
9969
9970 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * message.el (message-user-organization-file): Check several
9973         locations of the organization file.
9974
9975         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9976         Add gnus-article-view-part-as-type.
9977
9978         * gnus-art.el (gnus-article-view-part-as-type): New function.
9979
9980         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9981         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9982
9983         * mml.el: Simplify autoload.
9984         (mml-mode): defvar dnd-protocol-alist instead of using
9985         symbol-value.
9986         (mml-default-directory): New variable.
9987         (mml-minibuffer-read-file): Use it.
9988         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9989
9990         * message.el (message-citation-line-format): New variable.
9991         (message-insert-formated-citation-line): New function.
9992         (message-citation-line-function): Add
9993         `message-insert-formated-citation-line' to custom type.
9994
9995         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9996         to doc string.
9997
9998         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9999         depending on mm-verify-option.
10000
10001 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10004         binding pgg-* variables; reimplement the section which prevents
10005         MIME header from being signed.
10006         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10007         pgg-text-mode; remove a blank line at the top of body.
10008
10009         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10010         lines at the top of body; use gnus-newsgroup-charset if there's no
10011         Charset header.
10012
10013 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * message.el (message-self-insert-commands): Doc fix.
10016
10017         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10018         (mm-uu-pgp-encrypted-test): Ditto.
10019         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10020         between header and body; return application/pgp-encrypted handle
10021         if decryption failed; decode decrypted body by charset.
10022
10023         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10024         element match to application/pgp-*.
10025
10026 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10027
10028         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10029         HTML.
10030
10031 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * mail-source.el (mail-source-call-script): Message the error
10034         string.
10035
10036 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037
10038         * gnus-util.el (gnus-byte-compile): Use it.
10039
10040 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10041
10042         * gnus-util.el (kill-empty-logs): New function.
10043
10044 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10045
10046         * message.el (message-mail-alias-type): Doc fix.
10047         (message-mail-alias-type-p): New function.
10048         (message-send): Use it.
10049         (message-mode): Ditto.
10050         (message-strip-forbidden-properties): Ditto.
10051
10052         * ecomplete.el (ecomplete-database-file-coding-system): New
10053         variable.
10054         (ecomplete-save): Use it.
10055         (ecomplete-setup): Use it.
10056
10057 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * message.el (message-self-insert-commands): New variable.
10060         (message-strip-forbidden-properties): Use it.
10061
10062 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10065         that doesn't make XEmacs choke.
10066
10067 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * gnus-util.el (gnus-replace-in-string):
10070         Prefer replace-regexp-in-string over of replace-in-string.
10071
10072 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus-util.el (gnus-select-frame-set-input-focus):
10075         Use select-frame-set-input-focus if it is available in XEmacs; use
10076         definition defined in Emacs 22 for old Emacsen.
10077
10078         * dgnushack.el: Autoload unmorse-region for XEmacs.
10079
10080         * lpath.el: Bind cursor-in-non-selected-windows and
10081         select-frame-set-input-focus for XEmacs.
10082
10083 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10086
10087 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10088
10089         * gnus-registry.el (gnus-registry-cache-save): Remove text
10090         properties when saving via the temp buffer.
10091
10092 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * message.el (message-generate-hashcash): Honor custom type.
10095
10096 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10097
10098         * message.el (message-generate-hashcash): Default to non-nil when
10099         hashcash is found.
10100
10101         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10102         (gnus-refer-thread-limit): Increase default to 500.
10103
10104         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10105
10106         * flow-fill.el (fill-flowed): Allow delete-space.
10107
10108 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10111         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10112         Remove autoloads.
10113
10114 2006-04-18  Simon Josefsson  <jas@extundo.com>
10115
10116         * message.el (message-generate-hashcash): Default to.
10117
10118 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10121         concatenating segments rather than before concatenating them.
10122
10123 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10126
10127 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128
10129         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10130
10131         * message.el (message-forward-make-body-plain): Allow
10132         message-forward-ignored-headers to be a list.
10133         (message-remove-ignored-headers): Factor out into function.
10134         (message-forward-make-body-mml): Use it.
10135
10136         * imap.el (imap-quote-specials): New function.
10137         (imap-login-auth): Quote specials.
10138
10139         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10140         (rfc2231-parse-string): Allow concatanation of parameters that
10141         aren't contiguous.  The test case is
10142           (mail-header-parse-content-type "message/external-body;
10143             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10144             access-type=LOCAL-FILE;
10145             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10146
10147 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10148
10149         * nntp.el (nntp-accept-process-output): Return the value of
10150         `nnheader-accept-process-output'.
10151
10152 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10155         (gnus-button-alist): Recognize more diff formats.
10156         (gnus-button-patch): Strip directory.
10157
10158 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10161         Emacs 22 when setting focus.
10162
10163 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-art.el (gnus-article-treat-types): Do treatment of
10166         text/x-verbatim parts.
10167         (gnus-button-patch): New command.
10168
10169         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10170         addresses that contain invalid characters.
10171
10172 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10173
10174         * message.el (message-put-addresses-in-ecomplete): Use
10175         gnus-replace-in-string.
10176         (message-is-yours-p): Use the more correct
10177         mail-header-parse-address instead of
10178         mail-extract-address-components.
10179         (message-put-addresses-in-ecomplete): Fix typo.
10180
10181         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10182         keystroke.
10183
10184         * gnus-art.el (gnus-treatment-function-alist): Change order of
10185         newsgroups/generic header folding to avoid double-folding.
10186
10187         * message.el (message-hidden-headers): Add X-Draft-From.
10188
10189         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10190         command.
10191         (gnus-summary-repeat-search-article-backward): New command.
10192
10193         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10194         groups in the parent topic.
10195
10196 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10197
10198         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10199         (spam-extra-header-to-number): Return the CRM114 number as a
10200         number instead of a string.
10201
10202 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10203
10204         * gnus-art.el (gnus-face-properties-alist): Moved here from
10205         gnus-fun.
10206
10207         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10208
10209 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10210
10211         * message.el (message-strip-forbidden-properties): Only display on
10212         self-insert-command.
10213
10214         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10215         reindent.
10216         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10217
10218 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10219
10220         * smiley.el (smiley-style): Fix typo.
10221
10222 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10223
10224         * hashcash.el (hashcash-insert-payment-async-2): Use
10225         message-goto-eoh instead of doing it manually.
10226         (mail-add-payment): Use message-narrow-to-header instead of trying
10227         to do the same itself.
10228
10229         * message.el (message-hidden-headers): Add Face.
10230
10231         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10232         reparenting code.
10233         (gnus-summary-reparent-children): Refactored out code.
10234         (gnus-summary-thread-map): New keystroke.
10235         (gnus-summary-reparent-children): Make into command.
10236
10237         * smiley.el (smiley-style): Default to `medium' if using a large
10238         font.
10239
10240         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10241         does it itself.
10242
10243         * message.el (message-point-in-header-p): Simplify definition.
10244
10245 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246
10247         * nnagent.el (nnagent-request-set-mark): Silence log file
10248         writing.
10249         (nnagent-request-set-mark): Use write-region instead of
10250         append-to-file.
10251
10252         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10253         strange select method.
10254
10255         * ecomplete.el (ecomplete-display-matches): Get highlightling
10256         right.
10257         (ecomplete-display-matches): Use literals.
10258         (ecomplete-display-matches): Disable message logging.
10259
10260         * message.el (message-display-abbrev): Small optimization.
10261
10262         * ecomplete.el (ecomplete-display-matches): Allow automatic
10263         display.
10264
10265         * message.el (message-strip-forbidden-properties): Display
10266         abbrevs.
10267         (message-display-abbrev): Get automatic display right.
10268
10269         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10270         keystrokes.
10271
10272 2006-04-13  Romain Francoise  <romain@orebokech.com>
10273
10274         TODO: Backport to v5-10!
10275
10276         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10277         Moved here (and renamed) from gnus-registry.el.
10278
10279         * gnus-registry.el: Require gnus-util.
10280         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10281
10282 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * gnus-group.el (gnus-group-catchup-current): Change
10285         if-then-else-if-then-else into cond.
10286         (gnus-group-catchup): Indent.
10287         (group-name-at-point): New function.
10288         (gnus-fetch-group): Provide default from thing at point.
10289
10290 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * message.el (message-display-abbrev): Fix regexp.
10293
10294         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10295         choosing.
10296         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10297         dead variables.
10298
10299         * message.el (message-newline-and-indent): Remove debugging.
10300         (message-display-abbrev): Use new implementation.
10301
10302 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-art.el (gnus-article-mode): Set
10305         cursor-in-non-selected-windows to nil.
10306
10307         * smiley.el: Revert previous change.
10308         (smiley-data-directory): defvar it before using it in the
10309         defcustom of `smiley-style'.
10310
10311 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10312
10313         * message.el (message-newline-and-indent): New function.
10314
10315         * ecomplete.el: Implement more bits.
10316
10317         * message.el (message-put-addresses-in-ecomplete): Clean up the
10318         string.
10319
10320         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10321
10322         * gnus-sum.el (gnus-summary-save-parts): Bind
10323         gnus-summary-save-parts-counter and use it to make unique file
10324         names.
10325
10326         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10327
10328         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10329         parameter to say whether to actually parse the individual
10330         addresses.
10331
10332         * message.el (message-put-addresses-in-ecomplete): New function.
10333         (ecomplete): Require.
10334         (message-mail-alias-type): Add ecomplete as an option.
10335
10336 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10337
10338         * flow-fill.el (fill-flowed): Remove trailing space from blank
10339         quoted lines.
10340
10341 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * smiley.el (smiley-style): Move definition later to avoid a
10344         compilation warning.
10345
10346 2006-04-12  Kenichi Handa  <handa@m17n.org>
10347
10348         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10349         buffer and then decode the buffer text if necessary.
10350         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10351         first, and after mm-encode-body, change the buffer to unibyte.
10352         Use mm-disable-multibyte instead of set-buffer-multibyte.
10353
10354 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10357         Content-Type header instead of Content-Disposition header.
10358         (gnus-mime-inline-part): Ditto.
10359         (gnus-mime-view-part-as-charset): Ignore charset that the part
10360         specifies.
10361
10362         * mm-decode.el (mm-display-part): Work with external parts and
10363         usual parts similarly.
10364
10365         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10366         instead of gnus-display-mime.
10367
10368         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10369         instead of with-temp-buffer.
10370
10371         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10372         tag to summarized topics part in order to encode non-ASCII text.
10373
10374 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * smiley.el (smiley-style): New variable.
10377         (smiley-directory): New function.
10378         (smiley-data-directory): Derive from `smiley-style' using
10379         `smiley-directory'.
10380         (smiley-regexp-alist): Add new entries.
10381
10382         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10383         (gnus-article-browse-delete-temp): Add :version.
10384
10385 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10386
10387         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10388         the sieve region.
10389
10390 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * gnus.el (gnus-version-number): Bump version.
10393
10394 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gnus.el: No Gnus v0.4 is released.
10397
10398 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10399
10400         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10401         layout.
10402
10403         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10404         unknown charset.
10405
10406         * message.el (message-header-synonyms): Add Original-To to the
10407         default.
10408
10409         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10410         optional parameter.
10411
10412 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10413
10414         * gnus-fun.el (gnus): Require it for gnus-directory.
10415
10416 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10419
10420 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10421
10422         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10423
10424 2006-04-05  Simon Josefsson  <jas@extundo.com>
10425
10426         * password.el (password-reset): New function.
10427
10428 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10429
10430         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10431         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10432
10433 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10434
10435         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10436         Some whitespace was matched into the url, which broke browsing hits
10437         > 100 when mm-url-use-external was nil.
10438
10439 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10442         gnus-extra-headers for 'Newsgroups.
10443
10444         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10445         bound.
10446
10447 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10448
10449         * pgg-gpg.el: Clean up process buffers every time gpg processes
10450         complete.
10451
10452 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10455         doc string.
10456
10457 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10458
10459         * pgg-gpg.el (pgg-gpg-process-filter)
10460         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10461
10462         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10463         lines, temporary fix.
10464
10465 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10468
10469 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10470
10471         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10472         default-enable-multibyte-characters.  This reverts the change from
10473         revision 6.17 which is no longer necessary because the passphrase
10474         is sent separately now.  GnuPG messages are unreadable under
10475         multibyte locales with default-enable-multibyte-characters set to
10476         nil.
10477
10478 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * message.el (message-tool-bar-gnome): Move "spell".
10481
10482 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10485         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10486         instead.
10487
10488 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10489
10490         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10491         newsgroups handling for NNTP overviews which don't include
10492         Newsgroups.
10493
10494 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10495
10496         * message.el (message-resend): Bind message-generate-hashcash to nil.
10497
10498 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10499
10500         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10501         when searching for already-paid recipients.
10502
10503 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10504
10505         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10506         passphrases when it is not needed.
10507         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10508         passphrase stuff from gpg, should only be necessary when you use
10509         gpg with a smartcard.
10510
10511 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * mml.el (mml-insert-mime): Ignore cached contents of
10514         message/external-body part.
10515
10516         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10517         (mm-insert-part): Ditto.
10518
10519 2006-03-23  Simon Josefsson  <jas@extundo.com>
10520
10521         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10522         Reiner.
10523         (pgg-gpg-use-agent-p): Use it again.
10524
10525 2006-03-23  Simon Josefsson  <jas@extundo.com>
10526
10527         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10528         older emacsen.
10529         (pgg-gpg-use-agent-p): Don't use it.
10530
10531 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10534         if we can.
10535
10536 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10537
10538         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10539         (pgg-gpg-update-agent): New function.
10540         (pgg-gpg-use-agent-p): New function.
10541         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10542         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10543         (pgg-gpg-sign-region): Use it.
10544
10545 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10548         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10549
10550 2006-03-21  Simon Josefsson  <jas@extundo.com>
10551
10552         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10553         <wilde@sha-bang.de>.
10554         (pgg-gpg-use-agent): New variable.
10555         (pgg-gpg-process-region): Use it.
10556         (pgg-gpg-encrypt-region): Likewise.
10557         (pgg-gpg-encrypt-symmetric-region): Likewise.
10558         (pgg-gpg-decrypt-region): Likewise.
10559         (pgg-gpg-sign-region): Likewise.
10560         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10561
10562 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10565
10566         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10567         Add comment on version.
10568
10569 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10570
10571         * smiley.el: Add missing test smiley.
10572
10573 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * mm-decode.el (mm-with-part): New macro.
10576         (mm-get-part): Use it; work with message/external-body as well.
10577         (mm-save-part): Treat name and filename equally.
10578
10579         * mm-extern.el (mm-extern-cache-contents): New function.
10580         (mm-inline-external-body): Use it; force the part to be displayed;
10581         move undisplayer added to the cached handle to the parent.
10582
10583         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10584         (gnus-mime-view-part-as-type): Work with message/external-body.
10585
10586         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10587
10588 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10591         images in image-load-path.  [Sync with image.el, revision 1.60, in
10592         Emacs.]
10593
10594 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10597         path rather than symbol.  Always return list of directories.
10598         Guarantee that image directory comes first.  [Sync with image.el,
10599         revision 1.59, in Emacs.]
10600
10601         * message.el (message-make-tool-bar): Adjust to new API of
10602         `gmm-image-load-path-for-library'.
10603
10604         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10605
10606         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10607
10608 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10609
10610         * gnus-art.el (gnus-article-only-boring-p):
10611         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10612         intangible text.
10613         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10614
10615 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10618         `defun' instead of `gmm-defun-compat'.
10619
10620 2006-03-14  Simon Josefsson  <jas@extundo.com>
10621
10622         * message.el (message-unique-id): Don't use message-number-base36
10623         if (user-uid) is a float.
10624         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10625
10626 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10629
10630         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10631         empty line between a part and a message part.
10632
10633 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * smiley.el: Add more test smileys.
10636         (smiley-data-directory, smiley-regexp-alist)
10637         (gnus-smiley-file-types): Fix doc strings.
10638         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10639         adding new elements.
10640         (smiley-mouse-map): Unused code.  Make it a comment.
10641
10642 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10645         scan latest NoCeM messages instead of old ones.
10646         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10647         delimiters that are recently used.
10648         (gnus-nocem-load-cache): Add autoload cookie.
10649
10650         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10651
10652         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10653         level which is larger than gnus-use-nocem is specified.
10654
10655         * gnus-group.el (gnus-group-get-new-news): Ditto.
10656
10657 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10658
10659         * gnus-util.el (gnus-tool-bar-update): New function.
10660
10661         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10662         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10663
10664         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10665
10666         * gnus-group.el (gnus-group-redraw-when-idle)
10667         (gnus-group-redraw-check): Remove.
10668         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10669
10670 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10673         if optional last element is specified in splits (FIELD VALUE...).
10674
10675 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10678         to gmm-image-load-path-for-library.  Call with no-error argument.
10679         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10680
10681         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10682
10683         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10684
10685         * gmm-utils.el (gmm-image-load-path): Remove alias.
10686
10687 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * gmm-utils.el (gmm-image-load-path): Add alias.
10690
10691         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10692         nnml-generate-nov-databases-1.
10693         (nnml-generate-nov-databases): Use it.
10694         (nnml-generate-nov-databases-directory): Document no-active
10695         argument.
10696
10697         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10698         directory if path is t.  Add no-error.
10699
10700         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10701         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10702
10703         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10704         resetting gnus-article-browse-html-temp-list.
10705
10706         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10707         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10708         Add example to docstring.  Rename local variables.  Move error
10709         checks to default case in cond and simplify.
10710
10711 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10714         handle is multipart when calling it recursively.
10715         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10716
10717 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10718
10719         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10720         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10721
10722 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10725         is loaded.
10726
10727         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10728         loaded.
10729
10730 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10731
10732         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10733         to "Emacs 23 (unicode)" in doc string.
10734
10735         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10736         "Emacs 23 (unicode)" in comment.
10737
10738 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10741
10742         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10743         characters 160 through 255 in Emacs 23.
10744
10745 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10748         gnus-article-browse-html-temp.
10749         (gnus-article-browse-delete-temp): Make it customizable.  Add
10750         `file'.  Adjust doc string.
10751         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10752         query for each file.  Adjust doc string.
10753         (gnus-article-browse-html-parts): Add
10754         `gnus-article-browse-delete-temp-files' to
10755         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10756
10757 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10758
10759         * gnus-art.el (gnus-article-browse-html-temp)
10760         (gnus-article-browse-delete-temp): New variables.
10761         (gnus-article-browse-delete-temp-files): New function.
10762         (gnus-article-browse-html-parts): Use it.
10763
10764 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10767
10768         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10769         string.
10770
10771         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10772         gnus-summary-insert-new-articles when unplugged.  Remove
10773         gnus-summary-search-article-forward.
10774
10775         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10776         display-visual-class instead of display-color-cells.
10777
10778 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * dgnushack.el: Autoload customize-group for XEmacs.
10781
10782         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10783         message/* containing non-ASCII text properly.
10784
10785 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10786
10787         * message.el: Require gmm-utils, remove autoloads.
10788         (message-tool-bar): Set default based on
10789         gmm-tool-bar-style.
10790         (message-tool-bar-gnome): Add gmm-customize-mode.
10791
10792         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10793         gmm-tool-bar-style.
10794         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10795
10796         * gnus-group.el (gnus-group-tool-bar): Set default based on
10797         gmm-tool-bar-style.
10798         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10799
10800         * gmm-utils.el (gmm-image-directory): Rename variable from
10801         gmm-image-load-path.
10802         (gmm-image-load-path): Use gmm-image-directory.
10803         (gmm-customize-mode): New function.
10804         (gmm-tool-bar-style): New variable.
10805
10806         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10807         gnus-group-redraw-line-number.
10808         (gnus-group-redraw-check): Simplify.
10809         (gnus-group-tool-bar-update): Remove redraw check.
10810         (gnus-group-make-tool-bar): Add redraw check.
10811
10812 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10813
10814         * gnus-art.el (gnus-button): Add missing parentheses.
10815
10816 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * lpath.el: Fbind line-number-at-pos.
10819
10820 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10823
10824 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * gnus-art.el (gnus-button): New face.
10827         (gnus-article-button-face): Use it.
10828
10829         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10830         gnus-summary-next-page.  Re-order.
10831
10832         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10833         next-node are now included.
10834         (gnus-group-redraw-line-number): New internal variable.
10835         (gnus-group-redraw-check): Helper function for updating the tool
10836         bar.
10837         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10838
10839         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10840
10841         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10842         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10843         Use it to match format of Spamassassin 3.0 and later.  Reported by
10844         IRIE Tetsuya <irie@t.email.ne.jp>.
10845         (spam-check-bogofilter)
10846         (spam-bogofilter-register-with-bogofilter): Fix args of
10847         `gnus-error' calls.
10848
10849 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10852         unnecessary interaction when sending queued mails.  Reported by
10853         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10854
10855 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10858         first or last are nil.
10859
10860 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10861
10862         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10863
10864 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10865
10866         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10867
10868 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869
10870         * dns.el (query-dns): Protect more against buggy tcp output.
10871
10872 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10875         nov.php.
10876
10877 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10878
10879         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10880         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10881         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10882         output on the server side.
10883         (nnweb-google-create-mapping): Update regexps and add some
10884         progress indication.
10885
10886 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10889         gnus-agent-toggle-plugged.  Re-order icons.
10890         (gnus-group-tool-bar-gnome): Add
10891         gnus-group-{prev,next}-unread-group.
10892         (gnus-group-tool-bar-gnome): Re-order icons.
10893
10894         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10895         gnus-summary-insert-new-articles.
10896
10897         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10898         comments.
10899
10900         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10901         also available in Emacs 21.3.
10902
10903         * message.el (message-fix-before-sending): Change "Emacs 22" to
10904         "Emacs 23 (unicode)" in comment.
10905
10906         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10907         "Emacs 23 (unicode)" in comment.
10908
10909         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10910         comment.
10911         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10912
10913         * mm-view.el (mm-fill-flowed): Add :version.
10914
10915 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10918         and load-path.
10919
10920 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * message.el: Autoload gmm-image-load-path.
10923         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10924         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10925         consitency.
10926
10927         * gmm-utils.el (gmm-image-load-path): Also search in
10928         "../etc/images".  Don't set gmm-image-load-path if we don't find
10929         the image.
10930
10931 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gmm-utils.el (gmm-image-load-path): Don't make
10934         `gmm-image-load-path' include subdirectories which the second arg
10935         `image' might specify.
10936
10937         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10938         subdirectory to icon file names.
10939
10940         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10941
10942 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10945         gmm-image-load-path calls.
10946
10947         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10948
10949         * message.el (message-make-tool-bar): Ditto.
10950
10951         * mml.el (mml-preview): Added comment concerning tool bar icons.
10952
10953         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10954         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10955
10956         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10957         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10958
10959         * message.el (message-tool-bar-gnome): Use new icon names.
10960         (message-make-tool-bar): Use `gmm-image-load-path'.
10961
10962         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10963         functions from MH-E.
10964         (gmm-image-load-path): New variable from MH-E.
10965         (gmm-image-load-path): New function from MH-E.  Added arguments
10966         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10967         *-image-load-path-called-flag.
10968
10969 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10970
10971         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10972
10973 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10974
10975         * nnimap.el (nnimap-request-move-article): Change folder back to
10976         source group before deleting.
10977
10978 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10981
10982         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10983         mm-url.
10984
10985         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10986
10987 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10990         coding system which mm-charset-to-coding-system returns for a
10991         given charset is valid.
10992
10993 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10994
10995         * html2text.el (html2text-remove-tag-list):
10996         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10997
10998 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10999
11000         * gnus-cus.el: Revert 2005-10-17 change.
11001
11002 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-art.el (article-strip-banner): Call
11005         article-really-strip-banner only when the regexp match is made.
11006
11007 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * gnus-art.el (article-strip-banner): Use
11010         gnus-extract-address-components instead of
11011         mail-header-parse-addresses to make it work with non-ASCII text;
11012         remove mail-encode-encoded-word-string.
11013
11014         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11015         values which are surrounded with \"...\"; make it never cause a
11016         Lisp error; give up parsing of parameters if it failed in
11017         extracting type.
11018
11019 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11020
11021         * smime.el (smime-cert-by-ldap-1): Fix bug where
11022         `smime-ldap-search' returns results without userCertificates.
11023
11024 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11027
11028 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * spam.el (spam-check-spamassassin-headers): Adapt format for
11031         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11032         <ari@mbf.ocn.ne.jp>.
11033         (spam-list-of-processors): Add spam-use-gmane.
11034
11035 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11038         make-temp-file; make it work with XEmacs as well.
11039
11040         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11041         mm-make-temp-file.
11042
11043         * mm-decode.el (mm-display-external): Use the 3rd arg of
11044         mm-make-temp-file.
11045         (mm-create-image-xemacs): Ditto.
11046
11047 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11050         with message-narrow-to-headers.
11051         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11052         (gnus-draft-check-draft-articles): New function.
11053         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11054
11055 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * gnus-art.el (gnus-article-browse-html-parts):
11058         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11059         Don't use suffix argument for mm-make-temp-file for Emacs 21
11060         compatibility.  Remove useless `format'.
11061
11062 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11063
11064         * nnweb.el (nnweb-google-wash-article): Update regexps.
11065         (nnweb-group-alist): Use defvoo instead of defvar.
11066
11067 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11070         re-loading nn* modules.
11071
11072 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11075         for `tool-bar-mode' and don't check it's default-value.
11076
11077         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11078
11079         * message.el (message-make-tool-bar): Ditto.
11080
11081         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11082         `substring'.  Shorten tmp-file name.
11083
11084         * gnus.el: Remove bogus comment.
11085
11086 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11087
11088         * gnus-art.el (gnus-article-browse-html-parts): New function.
11089         (gnus-article-browse-html-article): New function for viewing html
11090         articles with a browser.
11091
11092 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11093
11094         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11095         in elisp.
11096         (pgg-gpg-encrypt-symmetric-region): Ditto.
11097         (pgg-gpg-sign-region): Ditto.
11098
11099         * pgg-def.el (pgg-text-mode): New variable.
11100
11101         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11102         (mml2015-pgg-encrypt): Ditto.
11103
11104         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11105         (mml1991-pgg-encrypt): Ditto.
11106
11107 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11110         message-make-date instead of current-time-string.
11111
11112         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11113         to gnus-decoded which mm-uu might set.
11114
11115 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11118         don't decode quoted parameters; remove misimported Emacs code.
11119         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11120         (rfc2231-decode-encoded-string): Don't use split-string which
11121         behaves differently according to Emacs version; use
11122         mm-decode-coding-region to convert charset to coding-system.
11123         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11124         (rfc2231-encode-string): Remove misimported Emacs code.
11125
11126 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11129         when calling mail-header-parse-content-type.
11130         (article-de-quoted-unreadable): Ditto.
11131         (article-de-base64-unreadable): Ditto.
11132         (article-wash-html): Ditto.
11133
11134         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11135         calling mail-header-parse-content-type and
11136         mail-header-parse-content-disposition.
11137         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11138         mail-header-parse-content-type.
11139
11140         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11141         insert charset and format parameters; encode description after
11142         inserting it to buffer.
11143         (mml-insert-parameter): Fold lines properly even if a parameter is
11144         segmented into two or more lines; change the max column to 76.
11145
11146         * rfc1843.el (rfc1843-decode-article-body): Don't use
11147         ignore-errors when calling mail-header-parse-content-type.
11148
11149         * rfc2231.el (rfc2231-parse-string): Return at least type if
11150         possible; don't cause an error even if it fails in parsing of
11151         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11152         (rfc2231-encode-string): Don't break lines at the beginning, leave
11153         it to mml-insert-parameter.
11154
11155         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11156         calling mail-header-parse-content-type.
11157
11158 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * spam-report.el (spam-report-gmane-use-article-number):
11161         Improve doc string.
11162         (spam-report-gmane-internal): Check if a suitable header was found
11163         in the article.
11164
11165 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11168         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11169
11170 2006-02-05  Romain Francoise  <romain@orebokech.com>
11171
11172         Update copyright notices of all files in the gnus directory.
11173
11174 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11175
11176         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11177
11178 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11181         segmented lines of parameter value to cope with Thunderbird 1.5
11182         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11183         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11184         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11185
11186 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11187
11188         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11189         parts.
11190
11191 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11192
11193         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11194         there's only one active file for all servers.
11195         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11196         solid groups.  Gnus might have used a FAST request to select the group.
11197         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11198         and nnweb-search redundantly in the active file.
11199         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11200         (nnweb-request-create-group): Don't use ARGS.
11201         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11202         initialisations.  Let nnoo do the work.
11203
11204 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11207         Say the part has been decoded.
11208
11209         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11210
11211 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11212
11213         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11214         mailcap-viewer-test-cache when there's no 'test clause, since that
11215         will invert the meaning of a "nil" test previously determined by
11216         mailcap-mailcap-entry-passes-test.
11217
11218 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11221         compiling.
11222
11223         * gnus-sum.el: Ditto.
11224
11225         * message.el: Don't bind tool-bar-map when compiling.
11226
11227 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11230
11231 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11232
11233         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11234         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11235         current Google Groups.
11236
11237 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11240         and tool-bar-mode.
11241
11242         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11243         and tool-bar-mode.
11244
11245         * message.el (message-tool-bar-update): Simplify.
11246         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11247
11248         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11249         gnus-summary-buffer.
11250         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11251         gnus-summary-reply.
11252
11253         * gmm-utils.el (gmm): Add :version.
11254
11255 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * Makefile.in (clean): New rule.
11258         (distclean): Use it.
11259
11260 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11261
11262         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11263         autoload.
11264
11265 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gmm-utils.el (gmm-verbose): Add :group.
11268
11269 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * message.el: Change some comments WRT tool-bars.
11272
11273         * gnus-sum.el (gnus-summary-tool-bar)
11274         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11275         (gnus-summary-tool-bar-zap-list): New variables.
11276         (gnus-summary-make-tool-bar): Complete rewrite using
11277         `gmm-tool-bar-from-list'.
11278
11279         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11280         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11281         variables.
11282         (gnus-group-make-tool-bar): Complete rewrite using
11283         `gmm-tool-bar-from-list'.
11284         (gnus-group-tool-bar-update): New function.
11285
11286         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11287
11288 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11291         is dissected into a single part of which the type is the same as
11292         the given one; decode charset.
11293
11294 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11295
11296         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11297         into alists as symbol not string, since that's what
11298         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11299         look for.
11300
11301 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11304         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11305
11306         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11307
11308 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11311         (gnus-xmas-mime-security-button-menu): New function.
11312
11313         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11314         (gnus-mime-security-button-menu): New definition.
11315         (gnus-mime-security-button-map): Use them.
11316         (gnus-mime-security-button-menu): New function.
11317         (gnus-insert-mime-security-button): Addition to help echo.
11318         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11319         (gnus-mime-security-pipe-part): New functions.
11320
11321         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11322         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11323
11324         * mm-decode.el (mm-handle-set-disposition): Remove.
11325         (mm-handle-set-description): Remove.
11326
11327 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11330         (mm-w3m-standalone-supports-m17n-p): New function.
11331         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11332         w3m usage.
11333
11334         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11335         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11336
11337 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * message.el (message-tool-bar-zap-list): Use
11340         gmm-tool-bar-zap-list as custom type.
11341         (message-tool-bar-update): New function.
11342         (message-tool-bar, message-tool-bar-gnome)
11343         (message-tool-bar-retro): Add message-tool-bar-update.
11344         (message-tool-bar-gnome): Add flyspell-buffer.
11345
11346         * gnus-util.el (gnus-error): Describe `args'.
11347
11348         * gmm-utils.el (gmm-error): Describe `args'.
11349         (gmm-tool-bar-zap-list): New widget.
11350         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11351
11352 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11355         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11356         the number of recursive calls.
11357
11358         * mm-decode.el (mm-handle-set-disposition): New macro.
11359         (mm-handle-set-description): New macro.
11360
11361 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11364         encoding.
11365
11366 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * message.el (message-tool-bar-zap-list, message-tool-bar)
11369         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11370         (message-tool-bar-local-item-from-menu): Remove.
11371         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11372         (message-make-tool-bar): New function.
11373         (message-mode): Use `message-make-tool-bar'.
11374
11375         * gmm-utils.el: New file.
11376         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11377         (gmm-lazy): New widget copied from `nnmail.el'.
11378         (gmm-tool-bar-from-list): New function for creating customizable
11379         tool bars.
11380         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11381         output.
11382         (gmm): Add :prefix to defgroup.
11383
11384 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11385
11386         * gmm-utils.el (gmm-widget-p): New function.
11387
11388 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * mml.el (mml-attach-file): Describe `description' in doc string.
11391         (mml-menu): Add Emacs MIME manual and PGG manual.
11392
11393 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11394
11395         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11396
11397 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11398
11399         * nntp.el (nntp-end-of-line): Doc fix.
11400
11401 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11402
11403         * imap.el (imap-open): Handle case where buffer is a buffer
11404         object.
11405
11406 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11407
11408         * gnus-delay.el (gnus-delay): Don't autoload.
11409         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11410         to be re-loaded when customizing the `gnus-delay' group.
11411
11412 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11413
11414         * message.el (message-insert-citation-line): Use newlines.
11415
11416 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11417
11418         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11419         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11420         these routines, so the passphrase can be managed externally and
11421         passed in to the system.
11422         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11423         pgg-add-passphrase-to-cache function.
11424
11425         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11426         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11427         these routines, so the passphrase can be managed externally and
11428         passed in to the system.
11429         (pgg-pgp5-sign-region): Use new name of
11430         pgg-add-passphrase-to-cache function.
11431
11432 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11433
11434         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11435         part of the decoded armor to find the key-identifier.
11436         (pgg-gpg-lookup-key-owner): New function to return the
11437         human-readable identifier of a key owner.
11438         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11439         itself.
11440         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11441         the key value) if we have a key and can match it against a secret
11442         key.  Also, added a note pointing out fact that the prompt only
11443         indicates the first matching key.
11444
11445         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11446         pgg-decrypt-region.
11447         (pgg-add-passphrase-to-cache): Rename from
11448         `pgg-add-passphrase-cache' to reduce confusion (all callers
11449         changed).
11450         (pgg-remove-passphrase-from-cache): Rename from
11451         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11452         changed).
11453         (pgg-read-passphrase, pgg-add-passphrase-cache)
11454         (pgg-remove-passphrase-cache): Add informative docstrings.
11455         (pgg-decrypt): Convey provided passphrase in subordinate call to
11456         pgg-decrypt-region.
11457
11458 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11459
11460         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11461         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11462         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11463         'passphrase' argument, so the passphrase can be managed externally
11464         and then passed in to the system.
11465
11466         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11467         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11468         so the passphrase cache can be used reliably with identifiers
11469         besides a pgp packet's key id.
11470
11471         * pgg-gpg.el (pgg-gpg-encrypt-region)
11472         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11473         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11474         these routines, so the passphrase can be managed externally and
11475         passed in to the system.
11476
11477         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11478         'notruncate' argument, so the passphrase cache can be used
11479         reliably with identifiers besides a pgp packet's key id.
11480
11481 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11482
11483         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11484         symmetric encryption.
11485         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11486         encrypted session key.
11487         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11488         message ask for the passphrase in a proper way.
11489
11490         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11491         New user commands for symmetric encryption.
11492
11493 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11496
11497         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11498
11499 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11500
11501         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11502
11503 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * mm-decode.el (mm-inlined-types): Add application/pgp.
11506         (mm-automatic-display): Ditto.
11507
11508         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11509         part as text.
11510
11511 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * nnrss.el: Update copyright.
11514         (nnrss-opml-import): Query whether to subscribe to each entry.
11515
11516         * gnus-art.el:
11517         * gnus-sum.el:
11518         * gnus-xmas.el:
11519         * messagexmas.el:
11520         * mm-uu.el:
11521         * mm-view.el: Update copyright.
11522
11523 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * message.el (message-info): New function.
11526         (message-mode-menu): Add it.
11527         Update copyright.
11528
11529         * ChangeLog: Fix and update copyright.
11530
11531 2006-01-13  Romain Francoise  <romain@orebokech.com>
11532
11533         * message.el (message-forward-subject-name-subject): Prefer the
11534         address to 'nowhere' if the sender has no name.
11535         Fix typo.  Update copyright year.
11536
11537 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-art.el (article-wash-html): Use
11540         gnus-summary-show-article-charset-alist if a numeric arg is given.
11541         (gnus-article-wash-html-with-w3m-standalone): New function.
11542
11543         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11544         mm-inline-text-html-render-with-w3m-standalone.
11545         (mm-text-html-washer-alist): Map w3m-standalone to
11546         gnus-article-wash-html-with-w3m-standalone.
11547         (mm-inline-text-html-render-with-w3m-standalone): New function.
11548
11549 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11552         Improve LaTeX.
11553
11554 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11557         (nnrss-request-article): Render text/plain parts as HTML.
11558
11559         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11560         the buffer.
11561
11562 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11565         custom definition of `gnus-posting-styles'.
11566
11567         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11568         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11569
11570 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11573         Use nntp for bug archive.
11574
11575 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11578         parts.
11579         (nnrss-normalize-date): New function converts ISO 8601 date into
11580         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11581         (nnrss-check-group): Use it.
11582
11583 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11586
11587         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11588         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11589         (nnrss-insert-w3): Ditto.
11590
11591 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11594         the articles to be forwarded including the case where neither a
11595         number of articles nor a region is specified.
11596
11597 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * nnrss.el (nnrss-request-article): Fix last change; fill
11600         text/plain parts.
11601
11602 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11605         in text/plain part.
11606         (nnrss-check-group): Don't add excessive newline to dc:subject.
11607
11608 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11609
11610         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11611         article.
11612
11613 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11616         (nnml-use-compressed-files, nnml-save-mail): Support other
11617         comression programs such as bzip2.
11618
11619 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * dns.el (query-dns): Make sure we check the buffer size before
11622         removing tcp headers.
11623
11624 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11627         remove MIME buttons associated with multipart/alternative parts.
11628         (gnus-mime-display-alternative): Tag buttons using `article-type'
11629         text property.
11630
11631         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11632         associated with multipart/alternative parts.
11633
11634         * gnus-art.el (gnus-signature-separator): Fix custom type.
11635
11636         * mm-decode.el (mm-inlined-types): Fix custom type.
11637         (mm-keep-viewer-alive-types): Ditto.
11638         (mm-automatic-display): Ditto.
11639         (mm-attachment-override-types): Ditto.
11640         (mm-inline-override-types): Ditto.
11641         (mm-automatic-external-display): Ditto.
11642
11643 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * spam-report.el (spam-report-user-mail-address)
11646         (spam-report-user-agent): New variables.
11647         (spam-report-url-ping-plain): Use spam-report-user-agent.
11648
11649 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11650
11651         * gnus-art.el (gnus-button-handle-custom): Do not just use
11652         `customize-apropos' for any "M-x customize-*" button but the
11653         function called for.  Accept both the function name and its
11654         argument in order to achieve this.
11655         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11656         function name to `gnus-button-handle-custom' in case of "M-x
11657         customize-*" buttons.
11658
11659 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11662         multipart/alternative and add xref to mm-discouraged-alternatives
11663         in doc string.
11664
11665         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11666         gnus-buttonized-mime-types in doc string.
11667
11668 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11669
11670         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11671         Suggest image/.* in the doc string.
11672
11673 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11676         message-marks (Debian bug #342521).
11677
11678 2005-12-12  Simon Josefsson  <jas@extundo.com>
11679
11680         * password.el (password-read-from-cache): Add.
11681         (password-read): Use it.
11682
11683 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11686         us-ascii as a MIME charset.
11687
11688         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11689         against the case where the 2nd arg TYPE is nil.
11690
11691 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * pop3.el (pop3-stream-type): Fix custom version.
11694
11695         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11696
11697 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11698
11699         * mm-decode.el (mm-display-external): Add missing cdr.
11700
11701 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11704         RFC1524) if it is in mailcap or add a suffix according to
11705         mailcap-mime-extensions when generating a temp filename; postpone
11706         deleting a temp file for 2 seconds for some wrappers, shell
11707         scripts, and so on, which might exit right after having started a
11708         viewer command as a background job.
11709
11710 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * nntp.el (nntp-marks-directory): Fix custom group.
11713
11714         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11715         steps when < 10.
11716
11717         * gnus-start.el (gnus-no-server-1): Mention
11718         `gnus-level-default-subscribed' in doc string.
11719
11720 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11721
11722         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11723         parens.
11724
11725 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * gnus-xmas.el (gnus-use-toolbar): Revert.
11728         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11729         gnus-use-toolbar is default.
11730
11731         * messagexmas.el (message-use-toolbar): Revert.
11732         (message-setup-toolbar): Use global default-toolbar if
11733         message-use-toolbar is default.
11734
11735 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11738         according to default-toolbar-visible-p.
11739
11740         * messagexmas.el (message-use-toolbar): Ditto.
11741
11742 2005-11-26  Dave Love  <fx@gnu.org>
11743
11744         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11745         (tls-program, tls-success): Provide openssl alternative.
11746
11747         * starttls.el: Doc fixes.
11748         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11749         SERVICE to PORT.
11750
11751         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11752         port null or service name.
11753         (starttls-negotiate): Autoload.
11754
11755 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * message.el (message-kill-to-signature): Fix interactive spec.
11758
11759 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * pop3.el (pop3-open-server): Recognize a string as a service name.
11762
11763 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11764
11765         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11766
11767 2005-11-23  Dave Love  <fx@gnu.org>
11768
11769         Add pop3s, pop3/starttls.
11770
11771         * pop3.el (pop3-authentication-scheme): Clarify doc.
11772         (open-tls-stream, starttls-open-stream): Autoload.
11773         (pop3-stream-type): New.
11774         (pop3-open-server): Use it.
11775
11776         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11777         for POP.
11778         (mail-source-keyword-map): Add :stream for POP.
11779         (mail-source-fetch-pop): Use pop3-stream-type.
11780
11781 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11784         of current-time-string.
11785
11786 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11787
11788         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11789         date header.
11790
11791 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11792
11793         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11794         it can seriously impact performance as it bypasses the agent's
11795         local caches.
11796
11797 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11798
11799         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11800         must be explicitly online rather than "not explicitly offline" for
11801         its flags to be synchronized.
11802
11803         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11804         that gnus-uu-unmark-thread will function correctly.
11805
11806         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11807         1024K is instead displayed as 1M.
11808
11809 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11812
11813 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11814
11815         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11816
11817 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11818
11819         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11820         error message to display actual error condition.
11821         (gnus-agent-save-local): Avoid saving symbols that are bound to
11822         nil as they simply result in a warning message in
11823         gnus-agent-read-local.
11824
11825 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11828         rather than make-variable-buffer-local for file-precious-flag.
11829
11830 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11831
11832         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11833         for duplicates which are removed.  The invalid sort check then
11834         triggers a rescan after the sort as sorting may have moved
11835         duplicate entries such that they can be cheaply detected.
11836
11837 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11840
11841 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11842
11843         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11844         internal variable to a custom variable.  Changed default value
11845         from compressed(2) to uncompressed(1).
11846         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11847         support for uncompressed agentview files.  Taken together, reading
11848         the agentview file should now be 6-7 times faster.
11849
11850 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11851
11852         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11853         as a buffer-local variable.  This avoids creating truncated
11854         dribble files as a result of a hang up, eg.
11855
11856 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11857
11858         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11859         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11860         XEmacs.
11861
11862 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * gnus-start.el (gnus-start-draft-setup): Enforce
11865         `gnus-draft-mode' for nndraft:drafts at startup.
11866
11867         * gnus.el (gnus-splash): Change custom group.
11868         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11869         allow-list argument.
11870
11871         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11872         string.
11873
11874 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * gnus-art.el (gnus-default-article-saver): Add user-defined
11877         `function' to custom type.
11878
11879 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11880
11881         * imap.el (imap-open): Handle case where buffer is a buffer
11882         object.
11883
11884 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11887         long lines.
11888         (gnus-cache-delete-group): Wrap doc strings.
11889
11890         * gnus-agent.el (gnus-agent-rename-group)
11891         (gnus-agent-delete-group): Wrap doc strings.
11892
11893 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * messagexmas.el (message-use-toolbar): Change the valid values
11896         into default, top, bottom, left, and right.
11897         (message-toolbar-thickness): New variable.
11898         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11899         well.
11900         (message-setup-toolbar): Make it work.
11901
11902         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11903         (gnus-use-toolbar): Change the valid values into default, top,
11904         bottom, left, and right.
11905         (gnus-toolbar-thickness): New variable.
11906         (gnus-xmas-setup-toolbar): New function.
11907         (gnus-xmas-setup-group-toolbar): Use it.
11908         (gnus-xmas-setup-summary-toolbar): Use it.
11909
11910 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11911
11912         * gnus-start.el (gnus-1): Add "native" to
11913         gnus-predefined-server-alist.
11914
11915         * gnus.el (gnus-method-to-server): Don't add "native" to the
11916         lists here, because that leads to problems when
11917         gnus-select-method is bound.
11918
11919 2005-11-09  Simon Josefsson  <jas@extundo.com>
11920
11921         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11922         use (not sort-by-date) instead.
11923
11924 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11925
11926         * gnus-delay.el (gnus-delay-group): Don't autoload.
11927         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11928         to be re-loaded when customizing the `gnus-delay' group.
11929
11930 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11931
11932         * message.el: Revert last changes.
11933         (message-insert-citation-line): Use newlines.
11934
11935 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11936
11937         * message.el (message-courtesy-message)
11938         (message-mark-insert-begin, message-mark-insert-end)
11939         (message-elide-ellipsis, message-cancel-message)
11940         (message-add-header, message-change-subject)
11941         (message-cross-post-followup-to-header)
11942         (message-cross-post-insert-note, message-reduce-to-to-cc)
11943         (message-widen-reply, message-delete-not-region)
11944         (message-kill-to-signature, message-insert-signature)
11945         (message-insert-importance-high, message-insert-importance-low)
11946         (message-insert-or-toggle-importance)
11947         (message-insert-disposition-notification-to)
11948         (message-indent-citation, message-yank-original)
11949         (message-cite-original-without-signature, message-cite-original)
11950         (message-insert-citation-line, message-position-on-field)
11951         (message-fix-before-sending, message-send-mail-partially)
11952         (message-send-mail, message-send-mail-with-sendmail)
11953         (message-send-mail-with-qmail, message-send-news)
11954         (message-check-news-header-syntax, message-generate-headers)
11955         (message-insert-courtesy-copy, message-fill-address)
11956         (message-fill-header, message-shorten-references)
11957         (message-setup-1, message-cancel-news)
11958         (message-forward-make-body-plain, message-forward-make-body-mime)
11959         (message-forward-make-body-mml, message-encode-message-body)
11960         (message-forward-make-body-digest-plain)
11961         (message-forward-make-body-digest-mime)
11962         (message-use-alternative-email-as-from): Insert `hard-newline'
11963         instead of ordinary newlines.
11964
11965 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * message.el (message-generate-headers): Downcase the argument
11968         given to message-check-element.
11969
11970 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11971
11972         * nntp.el (nntp-authinfo-rejected): New error condition.
11973         (nntp-wait-for): Use new error condition to signal authentication
11974         error.
11975         (nntp-retrieve-data): Rethrow new error condition to break out of
11976         recursive call to nntp-send-authinfo.
11977
11978 2005-11-08  Romain Francoise  <romain@orebokech.com>
11979
11980         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11981         (gnus-summary-exit-map): Bind to `Z p'.
11982         (gnus-summary-make-menu-bar): Add menu item.
11983
11984 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11987         (gnus-treat-*): Add `first' in all doc strings.
11988
11989         * gnus-group.el (gnus-group-compact-group): Fix typo.
11990
11991 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * gnus.el (gnus-parameters-case-fold-search): New variable.
11994         (gnus-parameters-get-parameter): Use it.
11995
11996         * gnus-score.el (gnus-home-score-file): Doc fix.
11997
11998 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11999
12000         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12001
12002 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * mm-util.el (mm-special-display-p): New function.
12005
12006         * mml.el (mml-preview): Use it; doc fix.
12007
12008 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12009
12010         * imap.el (imap-open): Handle case where buffer is a buffer object.
12011
12012 2005-10-29  Romain Francoise  <romain@orebokech.com>
12013
12014         * message.el (message-fix-before-sending): Fix comment.
12015
12016 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12017
12018         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12019
12020 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12021
12022         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12023         Used in gnus-score.el.
12024
12025 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12028
12029 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12032         whitespace removed in revision 7.8.  Use concatenated string to
12033         protect trailing whitespace.
12034
12035 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12036
12037         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12038         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12039         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12040         Courier IMAP ("some version from 2004").  Mostly based on similar
12041         code in the same function.
12042
12043 2005-10-26  Didier Verna  <didier@xemacs.org>
12044
12045         * gnus-group.el (gnus-group-compact-group): Invalidate original
12046         article buffer.
12047         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12048         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12049         NOV database and in article itself.
12050         Invalidate article backlog.
12051
12052 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12055
12056 2005-10-26  Simon Josefsson  <jas@extundo.com>
12057
12058         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12059         part of 2004-07-25 change.
12060
12061 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * message.el (message-display-completion-list): New function.
12064         (message-expand-group): Use it; make sure the Completions buffer
12065         is modifiable.
12066 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12067
12068         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12069         user-mail-name is an empty string.
12070
12071 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12072
12073         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12074         depending on gnus-score-decay-constant.
12075
12076         * encrypt.el (encrypt-insert-file-contents)
12077         (encrypt-write-file-contents): Don't use `gnus-message'.
12078
12079         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12080         arguments.
12081         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12082         arguments to mm-uu-verbatim-marks-extract.
12083         (mm-uu-hide-markers): New variable.
12084         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12085
12086         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12087         (gnus-convert-image-to-face-command): Use "convert" by default to
12088         allow other input image formats.
12089         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12090         accordingly.
12091
12092 2005-10-23  Simon Josefsson  <jas@extundo.com>
12093
12094         * imap.el (imap-gssapi-program): Align command line parameters
12095         with latest GNU SASL.
12096         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12097
12098 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12099
12100         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12101         HTML.
12102         (nnslashdot-request-article): Ditto.
12103
12104         * lpath.el (featurep): Add nobreak-char-display.
12105
12106 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12107
12108         * mail-source.el (mail-source-fetch-pop): Require pop3.
12109         (mail-source-check-pop): Ditto.
12110
12111 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12114         errors.
12115
12116 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12119         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12120
12121         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12122
12123         * mm-bodies.el (mm-decode-string): Call
12124         `mm-charset-to-coding-system' with allow-override argument.
12125
12126 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12129         (rfc2047-charset-to-coding-system): New function.
12130         (rfc2047-decode-encoded-words): New function.
12131         (rfc2047-decode-region): Use them.
12132         (rfc2047-decode-cte): Remove.
12133         (rfc2047-parse-and-decode): Remove.
12134         (rfc2047-decode): Remove.
12135
12136 2005-10-15  Kenichi Handa  <handa@m17n.org>
12137
12138         * rfc2047.el (rfc2047-decode-cte): New function.
12139         (rfc2047-decode-region): Change the way to decode successive
12140         encoded-words: decode B- or Q-encoding in each encoded-word,
12141         concatenate them, and decode it as charset.
12142
12143 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * lpath.el: Fbind codepage-setup for XEmacs.
12146
12147 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12148
12149         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12150         widget-move-and-invoke.
12151         (gnus-custom-mode): Use gnus-custom-map.
12152
12153 2005-10-15  Bill Wohler  <wohler@newt.com>
12154
12155         * message.el (message-tool-bar-map): Renamed image file from
12156         mail_send to mail/send.
12157
12158 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12159
12160         * message.el (message-expand-group): Pass the common
12161         prefix substring of completion to `display-completion-list'.
12162
12163 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * mml-sec.el (mml-secure-method): New internal variable.
12166         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12167         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12168         functions using mml-secure-method.
12169
12170         * mml.el (mml-mode-map): Add key bindings for those functions.
12171         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12172         Harder <harder@myrealbox.com>.
12173         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12174         end of message if point is the headers of the message.
12175
12176         * message.el (message-in-body-p): New function.
12177
12178         * assistant.el: Autoload gnus-util and netrc.
12179
12180         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12181         Use `mm-charset-override-alist' only when decoding.
12182
12183         * mm-bodies.el (mm-decode-body): Call
12184         `mm-charset-to-coding-system' with allow-override argument.
12185
12186         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12187         `filename' from Content-Disposition if Content-Type doesn't
12188         provide `name'.
12189         (gnus-mime-view-part-as-type): Set default instead of
12190         initial-input.
12191
12192 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12193
12194         * format-spec.el (format-spec): Propagate text properties of % spec.
12195
12196 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * gnus-art.el (gnus-treat-predicate): Add `first'.
12199
12200 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12203         (mm-charset-override-alist): New variable.
12204         (mm-charset-to-coding-system): Use it.
12205         (mm-codepage-setup): New helper function.
12206         (mm-charset-eval-alist): New variable.
12207         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12208         about unknown charsets.
12209
12210         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12211
12212 2005-10-04  David Hansen  <david.hansen@gmx.net>
12213
12214         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12215         (nnrss-check-group): Ditto.
12216
12217 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12220         Rename x-gnus-verbatim to x-verbatim.
12221         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12222
12223         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12224         x-verbatim.
12225
12226         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12227
12228         * gnus-util.el (gnus-remove-duplicates): Remove.
12229
12230         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12231         instead of gnus-remove-duplicates.
12232
12233         * message.el (message-remove-duplicates): Remove.
12234         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12235         message-remove-duplicates.
12236
12237         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12238         available, else use implementation from `delete-dups'.
12239
12240         * message.el (message-insert-expires): New function.
12241         (message-mode-map): Add key binding.
12242         (message-mode-field-menu): Add menu entry.
12243         (message-mode): Document it.
12244         (message-make-expires-date): Use `message-make-date'.
12245
12246 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12247
12248         * message.el (message-make-expires-date): New function.
12249
12250 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * Makefile.in (list-installed-shadows): New entry.
12253         (install): Use it.
12254         (remove-installed-shadows): New entry.
12255
12256         * dgnushack.el (dgnushack-default-load-path): New variable.
12257         (dgnushack-find-lisp-shadows): New function.
12258         (dgnushack-remove-lisp-shadows): New function.
12259
12260 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * Makefile.in (install-el-elc): New entry.
12263         (install): Use it so that .el files are necessarily installed.
12264
12265 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12268
12269 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12270
12271         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12272         function rather than the diff-mode.el package.
12273         (mm-display-external): Use with-current-buffer.
12274         (mm-viewer-completion-map, mm-viewer-completion-map):
12275         Move initialization inside declaration.
12276
12277 2005-09-29  Simon Josefsson  <jas@extundo.com>
12278
12279         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12280         autoload mail-check-payment.
12281         (spam-check-hashcash): Define unconditionally, since hashcash.el
12282         is part of Gnus now.  Ignore errors from payment checking.
12283
12284 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12285
12286         * message.el (message-bold-region, message-unbold-region): Rename
12287         from `bold-region' and `unbold-region'.
12288
12289         * message.el: Remove useless autoloads.
12290
12291 2005-09-28  Simon Josefsson  <jas@extundo.com>
12292
12293         * message.el (message-use-idna): Default to t.
12294         (message-use-idna): Test whether encoding works too.  Doc fix.
12295
12296 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * nntp.el (nntp-warn-about-losing-connection): Remove.
12299
12300 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12303         customizable.  Change default value.
12304         (mm-uu-diff-groups-regexp): Change default value.
12305         (mm-uu-type-alist): Add doc string.
12306         (mm-uu-configure): Add doc string.  Make it interactive.
12307         (mm-uu-tex-groups-regexp): New variable.
12308         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12309         (mm-uu-type-alist): Add LaTeX documents.
12310         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12311         of "text/verbatim".
12312         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12313
12314         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12315         instead of "text/verbatim".
12316
12317         * message.el (message-mark-inserted-region)
12318         (message-mark-insert-file): Use slrn style marks when called with
12319         prefix argument.
12320
12321 2005-09-27  Simon Josefsson  <jas@extundo.com>
12322
12323         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12324
12325 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12326
12327         * message.el (message-remove-duplicates): New function.
12328         Implementation borrowed from `gnus-remove-duplicates'.
12329         (message-idna-to-ascii-rhs): Also encode idna addresses in
12330         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12331         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12332         only ask about the same idna domain once per header and also tell
12333         in what header to replace the idna domain.
12334
12335         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12336         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12337         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12338         a header is decoded and not just the last one.
12339
12340 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12343         has been decoded.
12344
12345         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12346         (mm-insert-part): Don't modify text if it has been decoded.
12347
12348         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12349         decoded.
12350
12351         * mm-view.el (mm-inline-text): Don't strip text props unless
12352         decoding enriched or richtext parts.
12353
12354 2005-09-25  Romain Francoise  <romain@orebokech.com>
12355
12356         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12357         * gnus-start.el (gnus-subscribe-interactively):
12358         * gnus-uu.el (gnus-uu-grab-articles):
12359         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12360         space.
12361
12362 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12363
12364         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12365         * mm-view.el (mm-view-pkcs7-decrypt):
12366         * gnus-sum.el (gnus-summary-limit-to-extra)
12367         (gnus-summary-respool-article, gnus-read-move-group-name):
12368         * gnus-score.el (gnus-summary-increase-score):
12369         * gnus-util.el (gnus-completing-read-with-default):
12370         * gnus-art.el (gnus-read-save-file-name)
12371         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12372         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12373         * message.el (message-check-news-header-syntax):
12374         Follow convention for reading with the minibuffer.
12375
12376 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * spam-report.el (spam-report-url-ping-plain):
12379         Use gnus-extended-version as User-Agent.
12380
12381         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12382         default value is nil.
12383
12384         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12385         (mm-uu-verbatim-marks-extract): New function.
12386         (mm-uu-extract): New face.
12387         (mm-uu-copy-to-buffer): Use it.
12388
12389         * spam-report.el (spam-report-gmane-ham): Renamed from
12390         `spam-report-gmane-unspam'.
12391         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12392         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12393
12394         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12395         Autoload.
12396         (spam-report-gmane-unregister-routine): Renamed
12397         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12398
12399 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12400
12401         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12402         (spam-report-gmane-unregister-routine): Add support for gmane
12403         unregistration.
12404
12405         * spam-report.el (spam-report-gmane-unspam)
12406         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12407         (spam-report-gmane): Change to take a single article and do unspam
12408         registration.
12409
12410 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * mm-url.el (mm-url-decode-entities): Fix regexp.
12413
12414 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12417         default to nil, to be able to use Gnus at all.  If the default
12418         switches to something else, then the function should be fixed not
12419         be exceedingly slow.
12420
12421 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12422
12423         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12424         fail hard.
12425
12426         * spam-report.el: Add better Keywords line.
12427
12428         * spam.el: Add Maintainer and better Keywords line.
12429
12430 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * gnus-art.el (gnus-article-replace-part)
12433         (gnus-mime-replace-part): New functions.
12434         (gnus-mime-action-alist, gnus-mime-button-commands)
12435         (gnus-mime-save-part-and-strip): Added file argument.
12436         (gnus-article-part-wrapper): Added interactive argument.
12437
12438         * gnus-sum.el (gnus-summary-mime-map): Add
12439         `gnus-article-replace-part'.
12440
12441 2005-09-19  Didier Verna  <didier@xemacs.org>
12442
12443         The nnml compaction feature:
12444         * nnml.el (nnml-request-compact-group): New function.
12445         * nnml.el (nnml-request-compact): New function.
12446         * gnus-int.el (gnus-request-compact-group): New function.
12447         * gnus-int.el (gnus-request-compact): New function.
12448         * gnus-group.el (gnus-group-compact-group): New function.
12449         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12450         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12451         * gnus-srvr.el (gnus-server-compact-server): New function.
12452         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12453         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12454
12455 2005-09-18  Deepak Goel  <deego@gnufans.org>
12456
12457         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12458         format spec.
12459
12460 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12463
12464 2005-09-15  Romain Francoise  <romain@orebokech.com>
12465
12466         * message.el (message-fill-paragraph): Clarify docstring.
12467
12468 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-art.el (gnus-mime-display-part): Protect against broken
12471         MIME messages.
12472
12473 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12476         before parsing header.
12477
12478 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12479
12480         * html2text.el (html2text-replace-list): Add new entities.
12481
12482 2005-09-11  Romain Francoise  <romain@orebokech.com>
12483
12484         * message.el (message-alternative-emails): Improve docstring.
12485         (message-setup-1): Call `message-use-alternative-email-as-from'
12486         after `message-setup-hook' to give it precedence over posting
12487         styles, etc.
12488         (message-use-alternative-email-as-from): Add docstring.  Remove
12489         the original From header if present.
12490
12491         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12492         (nnml-save-mail): Use it.
12493
12494         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12495         articles.  Add new argument `silent'.
12496         (gnus-uu-mark-all): Report the total number of marked articles.
12497
12498 2005-09-10  Romain Francoise  <romain@orebokech.com>
12499
12500         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12501         (gnus-uu-mark-series): Likewise.
12502
12503 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * spam-report.el (spam-report-gmane): Fix generation of spam
12506         report URL.
12507
12508 2005-09-10  Simon Josefsson  <jas@extundo.com>
12509
12510         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12511         t, based on discussion on the ding list with Robert Epprecht
12512         <epprecht@solnet.ch>.
12513
12514 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * spam-report.el (spam-report-gmane): Make it work without
12517         X-Report-Spam header.  Gmane now only provides Archived-At.
12518         This is only used if `spam-report-gmane-use-article-number' is nil.
12519         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12520
12521         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12522         make `gnus-summary-sort-by-recipient' work with threading.
12523
12524         * nnweb.el (nnweb-google-wash-article): Print a message if article
12525         is not available.
12526
12527 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12528
12529         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12530         change.  Decode text/* parts content before displaying.
12531
12532 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12535
12536 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12539
12540         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12541         url-package-name, url-package-version,
12542         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12543         w3m-display-inline-images, and w3m-minor-mode-map.
12544
12545 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * message.el (message-tab-body-function): Fix mismatched custom type.
12548
12549         * gnus.el (gnus-group-change-level-function): Ditto.
12550
12551         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12552
12553         * gnus-art.el (gnus-signature-limit)
12554         (gnus-article-mime-part-function): Ditto.
12555
12556 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * mml.el (mml-mode): Silence the byte compiler.
12559
12560         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12561         using `(sit-for 0)' before moving the point to the specified part;
12562         skip unbuttonized parts.
12563         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12564         return to the summary window if gnus-auto-select-part is non-nil.
12565
12566 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12567
12568         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12569         variables.
12570         (mml-dnd-attach-file, mml-mode): Use them.
12571
12572         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12573         Make fetching article by MID work again for Google Groups.  Added
12574         FIXME concerning gnus-group-make-web-group.
12575
12576         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12577         Don't depend on Gnus by using mail-extract-address-components if
12578         gnus-extract-address-components is not bound.
12579
12580 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12581
12582         * gnus-art.el (gnus-mime-display-security): Don't display the
12583         signature, but only the signed part.
12584
12585 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12588
12589         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12590         list, not listp.
12591
12592 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12593
12594         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12595         when encoding.
12596
12597         * mm-bodies.el (mm-decode-content-transfer-encoding):
12598         De-canonicalize CRLF for all text content types, not just
12599         text/plain.
12600
12601 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12604         valid article; point arrow and cursor at the MIME button.
12605
12606 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12609         Suggested by Dan Christensen <jdc@uwo.ca>.
12610
12611         * mm-decode.el (mm-save-part): Enable change of prompt.
12612
12613 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12614
12615         * gnus-msg.el (gnus-inews-add-send-actions): Made
12616         `message-post-method' lambda parameter ARG `&optional'.
12617
12618 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * gnus-sum.el (gnus-summary-mime-map): Added
12621         gnus-article-save-part-and-strip, gnus-article-delete-part and
12622         gnus-article-jump-to-part.
12623
12624         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12625         (gnus-article-edit-part): Use it.
12626         (gnus-article-part-wrapper): Added no-handle argument.
12627         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12628         functions.
12629
12630 2005-08-29  Romain Francoise  <romain@orebokech.com>
12631
12632         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12633         docstring.
12634         (gnus-face-from-file): Likewise.
12635
12636 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12639         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12640         non-nil.
12641         (gnus-auto-select-part): New variable.
12642         (gnus-article-jump-to-part): New function.
12643         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12644         (gnus-mime-delete-part): Allow selecting specified part after
12645         deleting or stripping parts.
12646         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12647         part if argument is bogus.
12648
12649 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12650
12651         * gnus-art.el (w3m-minor-mode-map):
12652         * gnus-spec.el (gnus-newsrc-file-version):
12653         * gnus-util.el (nnmail-active-file-coding-system)
12654         (gnus-original-article-buffer, gnus-user-agent):
12655         * gnus.el (gnus-ham-process-destinations)
12656         (gnus-parameter-ham-marks-alist)
12657         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12658         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12659         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12660         * mm-decode.el (gnus-current-window-configuration):
12661         * mm-extern.el (gnus-article-mime-handles):
12662         * mm-url.el (url-current-object, url-package-name)
12663         (url-package-version):
12664         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12665         (smime-keys, w3m-cid-retrieve-function-alist)
12666         (w3m-current-buffer, w3m-display-inline-images)
12667         (w3m-minor-mode-map):
12668         * mml-smime.el (gnus-extract-address-components):
12669         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12670         (gnus-newsrc-hashtb, message-default-charset)
12671         (message-deletable-headers, message-options)
12672         (message-posting-charset, message-required-mail-headers)
12673         (message-required-news-headers):
12674         * mml1991.el (mc-pgp-always-sign):
12675         * mml2015.el (mc-pgp-always-sign):
12676         * nnheader.el (nnmail-extra-headers):
12677         * rfc1843.el (gnus-decode-encoded-word-function)
12678         (gnus-decode-header-function, gnus-newsgroup-name):
12679         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12680
12681 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12682
12683         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12684         the end of the date treatments.
12685
12686 2005-08-15  Simon Josefsson  <jas@extundo.com>
12687
12688         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12689         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12690         Capello and Romain Francoise.
12691         (pgg-fetch-key-function): Removed, not used?
12692         (pgg-insert-url-with-w3): Require url, to get
12693         url-insert-file-contents regardless of where it is defined.
12694
12695 2005-08-13  Romain Francoise  <romain@orebokech.com>
12696
12697         * message.el (message-cite-original-1): New function.
12698         (message-cite-original): Use it.
12699         (message-cite-original-without-signature): Ditto.
12700
12701 2005-08-08  Romain Francoise  <romain@orebokech.com>
12702
12703         * message.el (message-yank-empty-prefix): New variable.
12704         (message-indent-citation): Use it.
12705         (message-cite-original-without-signature): Respect X-No-Archive.
12706
12707 2005-08-08  Simon Josefsson  <jas@extundo.com>
12708
12709         * pgg.el: Autoload url-insert-file-contents instead of loading
12710         w3/url.
12711         (pgg-insert-url-with-w3): Don't load url here.
12712
12713 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12714
12715         * message.el (message-kill-to-signature): Don't insert newline at
12716         bol.
12717         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12718
12719 2005-08-06  Romain Francoise  <romain@orebokech.com>
12720
12721         * message.el (message-user-fqdn): Fix typo in docstring.
12722
12723 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12724
12725         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12726
12727         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12728
12729 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * mm-bodies.el (mm-encode-body): Use coding system rather than
12732         charset to encode text.
12733
12734         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12735         number of charsets if utf-8 is available (XEmacs).
12736
12737 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12740         taken from `gnus-button-mid-or-mail-regexp'.
12741         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12742         (gnus-button-alist): Improve regexp for domain part of the MIDs
12743         for news:localpart@domain buttons.
12744         (gnus-button-ctan-directory-regexp): Update.
12745
12746 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * sieve-manage.el (sieve-manage-interactive-login): Use
12749         make-local-variable rather than make-variable-buffer-local.
12750         (sieve-manage-open): Ditto.
12751         (sieve-manage-authenticate): Ditto.
12752
12753         * mml.el (mml-generate-mime-1): Make the content type default to
12754         text/plain if the filename is not specified.
12755
12756 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12759         instead of insert-buffer.
12760
12761         * message.el (message-yank-original): Ditto; set the mark at the
12762         end of the yanked message.
12763
12764 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12767         lines to scroll rather than to stop it.
12768
12769         * mml.el (mml-generate-default-type): Add doc string.
12770         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12771         default to application/octet-stream when determining the content
12772         type if it is not specified for the part or the mml contents; add
12773         a comment about mml-generate-default-type.
12774
12775 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12778         make it default to application/octet-stream when determining the
12779         content type if it is not specified for the external contents.
12780
12781 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12784         segmented parameter but also other parameters might be there.
12785
12786 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * mm-decode.el (mm-display-external): Delete temp file, directory
12789         and buffer immediately if the external process is exited.
12790
12791 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12794         fewer lines than that of scroll-margin.
12795         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12796
12797 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-art.el (gnus-article-next-page): Revert.
12800         (gnus-article-beginning-of-window): New macro.
12801         (gnus-article-next-page-1): Use it.
12802         (gnus-article-prev-page): Ditto.
12803         (gnus-article-edit-part): Use insert-buffer-substring instead of
12804         insert-buffer.
12805         (gnus-article-edit-exit): Ditto.
12806
12807         * gnus-util.el (gnus-beginning-of-window): Remove.
12808         (gnus-end-of-window): Remove.
12809
12810         * lpath.el: Don't bind header-line-format and scroll-margin.
12811
12812 2005-07-25  Simon Josefsson  <jas@extundo.com>
12813
12814         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12815         to have the url package without w3.  Reported by Daiki Ueno
12816         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12817
12818 2005-07-20  Didier Verna  <didier@xemacs.org>
12819
12820         * gnus-diary.el: Remove the description comment (nndiary is now
12821         properly documented in the Gnus manual).
12822         Fix the spelling of "Back End".
12823         * nndiary.el: Ditto.
12824         Fix the copyright notice.
12825
12826 2005-07-18  Romain Francoise  <romain@orebokech.com>
12827
12828         * gnus-sum.el (gnus-summary-to-prefix)
12829         (gnus-summary-newsgroup-prefix): New variables.
12830         (gnus-summary-from-or-to-or-newsgroups): Use them.
12831
12832 2005-07-17  Romain Francoise  <romain@orebokech.com>
12833
12834         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12835         space as it's generally not especially interesting to the user.
12836
12837 2005-07-16  Romain Francoise  <romain@orebokech.com>
12838
12839         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12840         nil to avoid prompting and file modification if one of the
12841         messages at the top of the nnfolder file contains a copyright
12842         notice.
12843         Update copyright notice.
12844
12845         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12846         instead of `current-time-string' as the latter creates a time
12847         string that is not RFC 2822 compliant (it lacks the zone).
12848         Update copyright notice.
12849
12850 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12851
12852         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12853         for text/rtf.  Display default in prompt.  Pass default for M-n.
12854
12855         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12856
12857 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12858
12859         * gnus-msg.el (gnus-button-mailto): Remove
12860         save-selected-window-window hackery because it relies on
12861         save-selected-window internals.
12862
12863 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12866         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12867         (gnus-article-prev-page): Ditto.
12868
12869         * gnus-util.el (gnus-beginning-of-window): New function.
12870         (gnus-end-of-window): New function.
12871
12872         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12873
12874 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12875
12876         * gnus-score.el (gnus-score-edit-all-score): Set
12877         gnus-score-edit-exit-function to gnus-score-edit-done and call
12878         gnus-message.
12879
12880 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12881
12882         * gnus-msg.el (gnus-button-mailto): Remove
12883         save-selected-window-window hackery because it relies on
12884         save-selected-window internals.
12885
12886 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12889         add-minor-mode.
12890         (gnus-binary-mode): Ditto.
12891
12892         * gnus-topic.el (gnus-topic-mode): Ditto.
12893
12894 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12895
12896         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12897         (gnus-article-prev-page): Take scroll-margin into consideration.
12898
12899 2005-07-04  Lute Kamstra  <lute@gnu.org>
12900
12901         Update FSF's address in GPL notices.
12902
12903 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12904
12905         * gnus.el (gnus-exit):
12906         * gnus-group.el (gnus-group-icons):
12907         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12908
12909         * gnus-nocem.el (gnus-nocem):
12910         * message.el (message-various, message-buffers, message-sending)
12911         (message-interface, message-forwarding, message-insertion)
12912         (message-headers, message-news, message-mail):
12913         * pgg-gpg.el (pgg-gpg):
12914         * pgg-parse.el (pgg-parse):
12915         * pgg-pgp.el (pgg-pgp):
12916         * pgg-pgp5.el (pgg-pgp5):
12917         * pop3.el (pop3): Finish `defgroup' description with period.
12918
12919 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * gnus-art.el (article-display-face): Improve the efficiency.
12922         (article-display-x-face): Ditto; remove grey x-face stuff.
12923
12924 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-art.el (article-display-face): Correct the position in
12927         which Faces are inserted.
12928
12929 2005-06-29  Didier Verna  <didier@xemacs.org>
12930
12931         * gnus-art.el (article-display-face): Display faces in correct
12932         order.
12933
12934 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12937         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12938         (gnus-nocem-check-article): Fetch the Type header.
12939         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12940         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12941         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12942         make sure gnus-nocem-hashtb is initialized.
12943         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12944         (gnus-nocem-unwanted-article-p): Ditto.
12945
12946         * pgg.el (pgg-verify): Return the verification result.
12947
12948 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12949
12950         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12951         is ascii.
12952
12953 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12954
12955         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12956         `show-nonbreak-escape'.
12957
12958 2005-06-23  Lute Kamstra  <lute@gnu.org>
12959
12960         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12961
12962         * dig.el (dig-mode):
12963         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12964
12965 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12966
12967         * nnimap.el (nnimap-split-download-body): Fix spellings.
12968
12969 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12970
12971         * gnus-art.el (gnus-article-encrypt-body):
12972         * gnus-cus.el (gnus-score-customize):
12973         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12974         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12975
12976 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12977
12978         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12979         header by looking for magic "MII" at the beginnig.
12980
12981 2005-06-16  Miles Bader  <miles@gnu.org>
12982
12983         * gnus-xmas.el (gnus-xmas-group-startup-message):
12984         Use renamed gnus-splash face.
12985
12986         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12987         (assistant-field-face): New backward-compatibility alias for renamed
12988         face.
12989         (assistant-render-text): Use renamed assistant-field face.
12990
12991         * spam.el (spam): Remove "-face" suffix from face name.
12992         (spam-face): New backward-compatibility alias for renamed face.
12993         (spam-face, spam-initialize): Use renamed spam face.
12994
12995         * message.el (message-header-to, message-header-cc)
12996         (message-header-subject, message-header-newsgroups)
12997         (message-header-other, message-header-name)
12998         (message-header-xheader, message-separator, message-cited-text)
12999         (message-mml): Remove "-face" suffix from face names.
13000         (message-header-to-face, message-header-cc-face)
13001         (message-header-subject-face, message-header-newsgroups-face)
13002         (message-header-other-face, message-header-name-face)
13003         (message-header-xheader-face, message-separator-face)
13004         (message-cited-text-face, message-mml-face):
13005         New backward-compatibility aliases for renamed faces.
13006         (message-font-lock-keywords): Use renamed message faces.
13007
13008         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13009         (sieve-test-commands, sieve-tagged-arguments):
13010         Remove "-face" suffix from face names.
13011         (sieve-control-commands-face, sieve-action-commands-face)
13012         (sieve-test-commands-face, sieve-tagged-arguments-face):
13013         New backward-compatibility aliases for renamed faces.
13014         (sieve-control-commands-face, sieve-action-commands-face)
13015         (sieve-test-commands-face, sieve-tagged-arguments-face):
13016         Use renamed sieve faces.
13017
13018         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13019         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13020         (gnus-group-news-3-empty, gnus-group-news-4)
13021         (gnus-group-news-4-empty, gnus-group-news-5)
13022         (gnus-group-news-5-empty, gnus-group-news-6)
13023         (gnus-group-news-6-empty, gnus-group-news-low)
13024         (gnus-group-news-low-empty, gnus-group-mail-1)
13025         (gnus-group-mail-1-empty, gnus-group-mail-2)
13026         (gnus-group-mail-2-empty, gnus-group-mail-3)
13027         (gnus-group-mail-3-empty, gnus-group-mail-low)
13028         (gnus-group-mail-low-empty, gnus-summary-selected)
13029         (gnus-summary-cancelled, gnus-summary-high-ticked)
13030         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13031         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13032         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13033         (gnus-summary-low-undownloaded)
13034         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13035         (gnus-summary-low-unread, gnus-summary-normal-unread)
13036         (gnus-summary-high-read, gnus-summary-low-read)
13037         (gnus-summary-normal-read, gnus-splash):
13038         Remove "-face" suffix from face names.
13039         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13040         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13041         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13042         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13043         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13044         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13045         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13046         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13047         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13048         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13049         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13050         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13051         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13052         (gnus-summary-normal-ticked-face)
13053         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13054         (gnus-summary-normal-ancient-face)
13055         (gnus-summary-high-undownloaded-face)
13056         (gnus-summary-low-undownloaded-face)
13057         (gnus-summary-normal-undownloaded-face)
13058         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13059         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13060         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13061         (gnus-splash-face):
13062         New backward-compatibility aliases for renamed faces.
13063         (gnus-group-startup-message): Use renamed gnus faces.
13064
13065         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13066         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13067         (gnus-server-agent): Remove "-face" suffix from face names.
13068         (gnus-server-agent-face, gnus-server-opened-face)
13069         (gnus-server-closed-face, gnus-server-denied-face)
13070         (gnus-server-offline-face):
13071         New backward-compatibility aliases for renamed faces.
13072         (gnus-server-agent-face, gnus-server-opened-face)
13073         (gnus-server-closed-face, gnus-server-denied-face)
13074         (gnus-server-offline-face): Use renamed gnus faces.
13075
13076         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13077         Remove "-face" suffix from face names.
13078         (gnus-picon-xbm-face, gnus-picon-face):
13079         New backward-compatibility aliases for renamed faces.
13080
13081         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13082         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13083         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13084         (gnus-cite-11): Remove "-face" suffix from face names.
13085         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13086         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13087         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13088         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13089         New backward-compatibility aliases for renamed faces.
13090         (gnus-cite-attribution-face, gnus-cite-face-list)
13091         (gnus-article-boring-faces): Use renamed gnus faces.
13092
13093         * gnus-art.el (gnus-signature, gnus-header-from)
13094         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13095         (gnus-header-content): Remove "-face" suffix from face names.
13096         (gnus-signature-face, gnus-header-from-face)
13097         (gnus-header-subject-face, gnus-header-newsgroups-face)
13098         (gnus-header-name-face, gnus-header-content-face):
13099         New backward-compatibility aliases for renamed faces.
13100         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13101
13102         * gnus-sum.el (gnus-summary-selected-face)
13103         (gnus-summary-highlight): Use renamed gnus faces.
13104         * gnus-group.el (gnus-group-highlight): Likewise.
13105
13106 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13107
13108         * gnus-sieve.el (gnus-sieve-article-add-rule):
13109         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13110         * spam-stat.el (spam-stat-buffer-change-to-spam)
13111         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13112
13113         * message.el (message-is-yours-p):
13114         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13115
13116 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * mm-view.el (mm-inline-text): Withdraw the last change.
13119
13120 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13123         executing enriched-decode.
13124
13125 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13128         charset of tar files.
13129
13130 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13131
13132         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13133
13134 2005-06-04  Lute Kamstra  <lute@gnu.org>
13135
13136         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13137         information is never recorded.
13138
13139 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13140
13141         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13142
13143 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * pop3.el (pop3-apop): Run md5 in the binary mode.
13146
13147         * starttls.el (starttls-set-process-query-on-exit-flag):
13148         Use eval-and-compile.
13149
13150 2005-05-31  Simon Josefsson  <jas@extundo.com>
13151
13152         * smime.el (smime-replace-in-string): Define.
13153         (smime-cert-by-ldap-1): Use it.
13154
13155 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-art.el (article-display-x-face): Replace
13158         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13159
13160         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13161         set-process-query-on-exit-flag or process-kill-without-query.
13162
13163         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13164         loop instead of replace-regexp.
13165
13166         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13167         instead of process-kill-without-query if it is available.
13168
13169         * lpath.el: Fbind ldap-search-entries.
13170
13171         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13172         instead of find-file-hooks if it is available.
13173
13174         * mml1991.el: Bind pgg-default-user-id when compiling.
13175
13176         * mml2015.el: Bind pgg-default-user-id when compiling.
13177
13178         * nndraft.el (nndraft-request-associate-buffer):
13179         Use write-contents-functions instead of write-contents-hooks if it is
13180         available.
13181
13182         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13183         instead of find-file-hooks if it is available.
13184
13185         * nntp.el (nntp-open-connection): Replace
13186         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13187         (nntp-open-ssl-stream): Ditto.
13188         (nntp-open-tls-stream): Ditto.
13189
13190         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13191         set-process-query-on-exit-flag or process-kill-without-query.
13192         (starttls-open-stream-gnutls): Use it instead of
13193         process-kill-without-query.
13194         (starttls-open-stream): Ditto.
13195
13196 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13197
13198         * smime.el (smime-cert-by-ldap-1): Don't use
13199         replace-regexp-in-string.
13200
13201 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13202
13203         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13204
13205         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13206         in PEM format.  Adjust to the XEmacs compability.
13207
13208 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13211         by `string-to-number'.
13212         * gnus-agent.el (gnus-agent-regenerate-group)
13213         (gnus-agent-fetch-articles): Ditto.
13214         * gnus-art.el (gnus-button-fetch-group): Ditto.
13215         * gnus-cache.el (gnus-cache-generate-active)
13216         (gnus-cache-articles-in-group): Ditto.
13217         * gnus-group.el (gnus-group-set-current-level)
13218         (gnus-group-insert-group-line): Ditto.
13219         * gnus-score.el (gnus-score-set-expunge-below)
13220         (gnus-score-set-mark-below, gnus-summary-score-effect)
13221         (gnus-summary-score-entry): Ditto.
13222         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13223         (gnus-soup-pack): Ditto.
13224         * gnus-spec.el (gnus-xmas-format): Ditto.
13225         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13226         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13227         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13228         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13229         * nndb.el (nndb-get-remote-expire-response): Ditto.
13230         * nndiary.el (nndiary-parse-schedule-value)
13231         (nndiary-string-to-number, nndiary-request-replace-article)
13232         (nndiary-request-article): Ditto.
13233         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13234         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13235         * nneething.el (nneething-make-head): Ditto.
13236         * nnfolder.el (nnfolder-request-article)
13237         (nnfolder-retrieve-headers): Ditto.
13238         * nnheader.el (nnheader-file-to-number): Ditto.
13239         * nnkiboze.el (nnkiboze-request-article): Ditto.
13240         * nnmail.el (nnmail-process-unix-mail-format)
13241         (nnmail-process-babyl-mail-format): Ditto.
13242         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13243         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13244         (nnmh-request-create-group, nnmh-request-list-1)
13245         (nnmh-request-group, nnmh-request-article): Ditto.
13246         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13247         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13248         * nnsoup.el (nnsoup-make-active): Ditto.
13249         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13250         * nntp.el (nntp-find-group-and-number)
13251         (nntp-retrieve-headers-with-xover): Ditto.
13252         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13253         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13254         (pgg-format-key-identifier): Ditto.
13255         * pop3.el (pop3-last, pop3-stat): Ditto.
13256         * qp.el (quoted-printable-decode-region): Ditto.
13257
13258         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13259         of concat.
13260
13261 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13264
13265         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13266
13267         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13268
13269         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13270
13271         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13272
13273         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13274
13275         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13276         (gnus-carpal-mode): Ditto.
13277
13278         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13279         (gnus-browse-mode): Ditto.
13280
13281         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13282
13283         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13284
13285 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13286
13287         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13288
13289 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * gnus-util.el (gnus-run-mode-hooks): New function.
13292
13293         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13294
13295         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13296         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13297
13298 2005-05-27  Lute Kamstra  <lute@gnu.org>
13299
13300         * dns-mode.el (dns-mode): Specify customization group.
13301
13302 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13303
13304         * gnus-agent.el (gnus-agent-make-mode-line-string):
13305         Use mode-line-highlight as mouse-face.
13306
13307 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * canlock.el (canlock): Change the parent group to news.
13310
13311         * deuglify.el (gnus-outlook-deuglify): Add :group.
13312
13313         * dig.el (dig): Add :group.
13314
13315         * dns-mode.el (dns-mode): Add :group.
13316
13317         * encrypt.el (encrypt): Add :group.
13318
13319         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13320         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13321         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13322         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13323         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13324
13325         * gnus-diary.el (gnus-diary): Add :group.
13326
13327         * gnus.el (gnus-group-news-1-face): Add :group.
13328         (gnus-group-news-1-empty-face): Ditto.
13329         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13330         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13331         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13332         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13333         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13334         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13335         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13336         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13337         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13338         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13339         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13340         (gnus-summary-high-ticked-face): Ditto.
13341         (gnus-summary-low-ticked-face): Ditto.
13342         (gnus-summary-normal-ticked-face): Ditto.
13343         (gnus-summary-high-ancient-face): Ditto.
13344         (gnus-summary-low-ancient-face): Ditto.
13345         (gnus-summary-normal-ancient-face): Ditto.
13346         (gnus-summary-high-undownloaded-face): Ditto.
13347         (gnus-summary-low-undownloaded-face): Ditto.
13348         (gnus-summary-normal-undownloaded-face): Ditto.
13349         (gnus-summary-high-unread-face): Ditto.
13350         (gnus-summary-low-unread-face): Ditto.
13351         (gnus-summary-normal-unread-face): Ditto.
13352         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13353         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13354
13355         * hashcash.el (hashcash): New custom group.
13356         (hashcash-default-payment): Add :group.
13357         (hashcash-payment-alist): Ditto.
13358         (hashcash-default-accept-payment): Ditto.
13359         (hashcash-accept-resources): Ditto.
13360         (hashcash-path): Ditto.
13361         (hashcash-extra-generate-parameters): Ditto.
13362         (hashcash-double-spend-database): Ditto.
13363         (hashcash-in-news): Ditto.
13364
13365         * message.el (message-minibuffer-local-map): Add :group.
13366
13367         * netrc.el (netrc): Add :group.
13368
13369         * sieve-manage.el (sieve-manage-log): Add :group.
13370         (sieve-manage-default-user): Diito.
13371         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13372         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13373         (sieve-manage-authenticators): Ditto.
13374         (sieve-manage-authenticator-alist): Ditto.
13375         (sieve-manage-default-port): Ditto.
13376
13377         * sieve-mode.el (sieve-control-commands-face): Add :group.
13378         (sieve-action-commands-face): Ditto.
13379         (sieve-test-commands-face): Ditto.
13380         (sieve-tagged-arguments-face): Ditto.
13381
13382         * smime.el (smime): Add :group.
13383
13384         * spam-report.el (spam-report): Add :group.
13385
13386         * spam.el (spam, spam-face): Add :group.
13387
13388 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13389
13390         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13391         return \n.\n.\n at the end of articles.  Protect against that.
13392         (nntp-with-open-group): Allow debugging.
13393
13394         * nnheader.el (mail-header-set-extra): Make into a function
13395         because I just could't understand how to quote the list properly.
13396
13397         * dns.el (query-dns-cached): New function.
13398
13399 2005-05-26  Lute Kamstra  <lute@gnu.org>
13400
13401         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13402
13403 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13406
13407         * gnus-art.el: Don't autoload mail-extract-address-components.
13408
13409         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13410         eval-and-compile to evaluate it.
13411
13412         * hashcash.el: Don't autoload executable-find.
13413
13414         * nndb.el: Don't declare the nndb back end two or more times; don't
13415         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13416
13417         * nntp.el: Autoload format-spec instead of format; use
13418         eval-and-compile to evaluate autoload forms.
13419
13420 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13421
13422         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13423
13424 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13425
13426         * gnus.el (gnus-version-number): Bump version.
13427
13428 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13429
13430         * gnus.el: No Gnus v0.3 is released.
13431
13432 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13433
13434         * lpath.el (featurep): Bind show-nonbreak-escape.
13435
13436 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-art.el (gnus-article-edit-part): Disable undo.
13439
13440 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13443         gnus-article-date-lapsed-new-header is t if date timer is active;
13444         skip headers in which the original date value is empty.
13445         (gnus-article-save-original-date): Redefine it as a macro.
13446         (gnus-display-mime): Use it.
13447
13448 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-art.el (article-date-ut): Support converting date in
13451         forwarded parts as well.
13452         (gnus-article-save-original-date): New function.
13453         (gnus-display-mime): Use it.
13454
13455 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13456
13457         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13458         enclosure element of <item>.
13459
13460 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * message.el (message-kill-buffer-query): Renamed from
13463         `message-kill-buffer-query-if-modified'.  Added :version.
13464
13465 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13468         window layout.
13469
13470 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * mml.el: Autoload dnd when compiling.
13473
13474 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13477         x-dnd-*.
13478
13479 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * qp.el (quoted-printable-encode-region): Save excursion.
13482
13483 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13484
13485         * message.el (message-kill-buffer-query-if-modified): Add new variable
13486         so the user can kill a modified message buffer quickly.
13487         (message-kill-buffer): Use it.
13488
13489 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * lpath.el: Fbind display-time-event-handler; don't fbind
13492         string-to-multibyte.
13493
13494         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13495
13496 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13499         contained in text because xml.el decodes entities) with LFs.
13500
13501 2005-04-11  Lute Kamstra  <lute@gnu.org>
13502
13503         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13504         differently.
13505
13506 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13507
13508         * mm-util.el (mm-detect-coding-region): Typo.
13509
13510 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13513
13514 2005-04-06  Deepak Goel  <deego@gnufans.org>
13515
13516         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13517         user-function allow user modifications of the scores.
13518         (spam-stat-score-buffer-user): New function, to allow
13519         user-computed modifications to the score.
13520         (spam-stat-score-buffer-user-functions): List of additional
13521         scoring functions.
13522         (spam-stat-error-holder): Global temporary error holder.
13523         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13524         variable.
13525
13526 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13527
13528         * gnus-registry.el (gnus-registry-clean-empty-function)
13529         (gnus-registry-trim, gnus-registry-fetch-groups)
13530         (gnus-registry-delete-group): Groups that match
13531         `gnus-registry-ignored-groups' are removed from the registry
13532         entries, not just ignored for splitting.  This helps clean up the
13533         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13534         to get all the groups a message ID is in.
13535
13536         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13537         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13538         (spam-stat-score-buffer-user-functions): Add :number custom type.
13539
13540 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13543         argument in XEmacs.
13544
13545         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13546         (nnrss-request-group): Decode group name first.
13547         (nnrss-request-article): Make a text/plain article if mml-to-mime
13548         failed.
13549         (nnrss-get-encoding): Return a compatible encoding according to
13550         nnrss-compatible-encoding-alist.
13551         (nnrss-find-el): Use consp instead of listp.
13552         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13553
13554 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13557         which Emacs 20 doesn't support.
13558         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13559
13560 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13563         silence the byte compiler inside the defun.
13564
13565         * gnus-demon.el (parse-time-string): Add autoload.
13566
13567         * gnus-delay.el (parse-time-string): Add autoload.
13568
13569         * gnus-art.el (parse-time-string): Add autoload.
13570
13571         * nnultimate.el (parse-time): Require for `parse-time-string'.
13572
13573 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13576
13577         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13578
13579         * smime.el (smime-ldap-host-list): Add :version.
13580
13581 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13584         pass it to `gnus-browse-read-group'.
13585         (gnus-browse-read-group): Add NUMBER argument and pass it to
13586         `gnus-group-read-ephemeral-group'.
13587
13588         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13589         argument and pass it to `gnus-group-read-group'.
13590
13591 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13592
13593         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13594         mm-xemacs-find-mime-charset-1 if we have the mule feature
13595         available at runtime.
13596
13597 2005-03-25  Werner Lemberg  <wl@gnu.org>
13598
13599         * nnmaildir.el: Replace `illegal' with `invalid'.
13600
13601 2005-03-23  Lute Kamstra  <lute@gnu.org>
13602
13603         * time-date.el: Add comment on time value formats.
13604         Don't require parse-time.
13605         (with-decoded-time-value): New macro.
13606         (encode-time-value): New function.
13607         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13608         (days-to-time): Return a valid time value when arg is huge.
13609         (time-since): Use time-subtract.
13610         (time-to-number-of-days): Use time-to-seconds.
13611
13612 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13613
13614         * gnus-start.el (gnus-display-time-event-handler):
13615         Check display-time-timer at runtime rather than only at load time
13616         in case display-time-mode is turned off in the mean time.
13617
13618 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13621         used.
13622
13623         * nneething.el (nneething-map-file-directory): Derive from
13624         `gnus-directory'.
13625
13626         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13627         the To/Cc button.
13628
13629 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * nnmaildir.el (nnmaildir-request-accept-article):
13632         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13633
13634 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13635
13636         * gnus-async.el: Require timer-funcs at compile time when in
13637         XEmacs for `run-with-idle-timer'.
13638
13639 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13640
13641         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13642         autoloaded function.
13643
13644 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13645
13646         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13647
13648 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13649
13650         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13651
13652 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13653
13654         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13655         gnus-expert-user to default.
13656
13657 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13658
13659         * nnimap.el (nnimap-open-server): Ditto.
13660
13661         * imap.el (imap-authenticate): Fix typo.
13662
13663 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13664
13665         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13666         buffer (since IMAP server might return FETCH response out of
13667         order, and the nntp buffer must be sorted).
13668
13669 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13670
13671         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13672         comparison on string.
13673
13674         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13675         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13676         (gnus-agent-summary-fetch-series): Modified to protect against
13677         gnus-agent-summary-fetch-group clearing processable flags.
13678         (gnus-agent-synchronize-group-flags): Update live group buffer as
13679         synchronization may occur due to the user toggle the plugged
13680         status.
13681         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13682         successfully downloaded.
13683         (gnus-agent-expire-group-1): Avoid using markers when the overview
13684         is in ascending order; greatly improves performance.
13685         (gnus-agent-regenerate-group): Use
13686         gnus-agent-synchronize-group-flags to reset read status in both
13687         gnus and server.
13688         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13689
13690 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * message.el: Don't autoload former message-utils variables.
13693         (message-strip-subject-trailing-was): Change doc string.
13694
13695         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13696         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13697         (nnweb-google-search): Add "hl=en" here.
13698         (nnweb-google-parse-1, nnweb-google-create-mapping):
13699         Don't hardcode URL.
13700
13701 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * message.el (message-get-reply-headers, message-followup):
13704         Mention related variables `message-use-followup-to' and
13705         `message-use-mail-followup-to', in the information buffer.
13706
13707         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13708         of broken groups(-beta).google.com.
13709
13710 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13711
13712         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13713         parameter to invoked gnus-request-move-article; remove the
13714         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13715         all at once instead of once per article.
13716         (gnus-summary-remove-process-mark): Accept a list of articles as
13717         well as a single article for processing.
13718
13719         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13720         parameter.
13721
13722         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13723
13724         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13725
13726         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13727         parameter.
13728
13729         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13730         parameter.
13731
13732         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13733         parameter and remove the gnus-sum-hint-move-is-internal variable.
13734
13735         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13736         parameter.
13737
13738         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13739         parameter.
13740
13741         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13742         parameter.
13743
13744         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13745
13746         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13747         parameter.
13748
13749         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13750         parameter.
13751
13752 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13753
13754         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13755         a more conservative way.
13756
13757 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13758
13759         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13760         buffer, so it moves the window's cursor.
13761
13762 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13763
13764         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13765         `mm-dissect-multipart' and receive the from field as an (optional)
13766         argument from `mm-dissect-multipart'.
13767         (mm-dissect-multipart): Receive the from field as an argument and
13768         pass it on when we call `mm-dissect-buffer' on MIME parts.
13769         Fixes verification/decryption of signed/encrypted MIME parts.
13770
13771 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13772
13773         * gnus-sum.el (gnus-summary-move-article): Set
13774         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13775         whatever it calls (right now, only nnimap-request-move article
13776         respects it).
13777
13778         * nnimap.el (nnimap-request-move-article): When
13779         gnus-sum-hint-move-is-internal is set, don't do the extra
13780         nnimap-request-article.
13781
13782 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13785
13786         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13787         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13788
13789         * gnus-sum.el (gnus-summary-caesar-message):
13790         Apply `gnus-treat-article' after rotation.
13791
13792         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13793         doc string.
13794
13795 2005-02-22  Simon Josefsson  <jas@extundo.com>
13796
13797         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13798         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13799         <arne@arnested.dk>.
13800         (encrypt): Add password-cache and password-cache-expiry as group
13801         members.
13802
13803 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13804
13805         * smime.el (smime-ldap-host-list): Doc fix.
13806         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13807         cache) password.
13808         (smime-sign-region): Use it.
13809         (smime-decrypt-region): Use it.
13810         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13811         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13812         fails.
13813         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13814         certificate from DER to PEM format rather than calling openssl.
13815
13816         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13817
13818         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13819         for signing/encryption.
13820
13821         * mml.el (mml-parse-1): Use them.
13822
13823 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13824
13825         * nnrss.el (nnrss-verbose): Removed.
13826         (nnrss-request-group): Use `nnheader-message' instead.
13827
13828 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13829
13830         * nnrss.el (nnrss-verbose): New variable.
13831         (nnrss-request-group): Make it say nnrss is requesting a group.
13832
13833 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13836         Handle news URL with given port correctly.
13837
13838 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13841         containing special characters.
13842
13843         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13844
13845         * mml.el (mime-to-mml): Ditto.
13846
13847         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13848         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13849         (rfc2047-decode-region): Quote decoded words containing special
13850         characters when rfc2047-quote-decoded-words-containing-tspecials
13851         is non-nil.
13852
13853 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13854
13855         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13856
13857         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13858
13859 2005-02-15  Simon Josefsson  <jas@extundo.com>
13860
13861         * nnimap.el (nnimap-debug): Doc fix.
13862
13863         * imap.el (imap-debug): Doc fix.
13864
13865 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13868
13869 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13870
13871         * gnus.el (spam-contents): Improve docs for spam-contents
13872         parameter in its variable incarnation.
13873
13874 2005-02-14  Simon Josefsson  <jas@extundo.com>
13875
13876         * smime-ldap.el: Use require instead of load-library for ldap.
13877         (smime-ldap-search): Indent.
13878         (smime-ldap-search-internal): Shorten line.
13879
13880         * smime.el (smime-cert-by-dns): Add doc-string.
13881         (smime-cert-by-ldap-1): Indent.
13882
13883         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13884         mml-smime-get-dns-ldap.
13885         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13886
13887 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13888
13889         * smime.el: Require smime-ldap.
13890         (smime-ldap-host-list): New variable.
13891         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13892
13893         * mml-smime.el (mml-smime-encrypt-query): New function.
13894         (mml-smime-encrypt-query): Use it.
13895
13896         * smime-ldap.el: New file.
13897
13898 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13901
13902 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13905         argument in doc string.  Make query for type more clear.
13906
13907 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * gnus.el (gnus-group-startup-message): Search for gnus images in
13910         etc/images/gnus.
13911         * mm-util.el (mm-image-load-path): Likewise.
13912         * smiley.el (smiley-data-directory): Search for smilies in
13913         etc/images/smilies.
13914
13915 2005-02-09  Kim F. Storm  <storm@cua.dk>
13916
13917         Change Emacs release version from 21.4 to 22.1 throughout.
13918         Change Emacs development version from 21.3.50 to 22.0.50.
13919
13920 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13923
13924         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13925         non-Mule XEmacs as well.
13926         (mm-decompress-buffer): Signal an error intentionally if it does
13927         not decompress compressed data because auto-compression-mode is
13928         disabled.
13929
13930 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13931
13932         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13933         an ID in the registry even if it has no groups.
13934
13935 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13938         merge it into mm-decompress-buffer.
13939         (gnus-mime-copy-part): Use the MIME part charset, the value which
13940         a user specified or gnus-newsgroup-charset for decoding, like
13941         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13942         save-buffer what was used.  Suggested by Kevin Ryde
13943         <user42@zip.com.au>.
13944         (gnus-mime-inline-part): Allow the name parameter as well as the
13945         filename parameter; force decompressing of compressed data; always
13946         display contents being not decoded as unibyte.
13947
13948         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13949         as well as the filename parameter.
13950
13951         * mm-util.el (mm-decompress-buffer): Merge
13952         gnus-mime-jka-compr-maybe-uncompress.
13953         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13954         of compressed data.
13955
13956 2005-02-08  Simon Josefsson  <jas@extundo.com>
13957
13958         * imap.el (imap-log): Doc fix.
13959
13960 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13963         the coding cookies; decompress compressed parts.
13964
13965         * mml.el (mml-generate-mime-1): Add the charset parameter according
13966         to the value which a user specified manually or the coding cookie.
13967
13968         * mm-util.el (mm-string-to-multibyte): New function.
13969         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13970         (mm-coding-system-to-mime-charset): New function.
13971         (mm-decompress-buffer): New function.
13972         (mm-find-buffer-file-coding-system): New function.
13973
13974         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13975         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13976         parts.
13977
13978 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13979
13980         * mm-view.el (mm-display-inline-fontify): Decode a part according
13981         to the charset parameter.
13982
13983 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13986         prefix arg is neither nil nor a number, as info specifies.
13987
13988 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13991         timestamps.
13992
13993 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13994
13995         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13996         groups error checking and notify user.
13997
13998 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13999
14000         * message.el (message-send-mail-function): Check existence of
14001         sendmail-program first before using default value
14002         `message-send-mail-with-sendmail'.  Otherwise use more generic
14003         `smtpmail-send-it'.
14004
14005 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * nntp.el (nntp-request-update-info): Always return nil.
14008
14009 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14010
14011         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14012
14013 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14014
14015         * message.el (message-beginning-of-line): Change the behavior when
14016         invoked between BOL and : so that it first moves backward.
14017
14018 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14021         article buffer when editing of the article is discarded.
14022         (gnus-article-prepare): Revert.
14023
14024 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-art.el (gnus-article-prepare):
14027         Remove message-strip-forbidden-properties from the local hook.
14028
14029 2005-01-27  Simon Josefsson  <jas@extundo.com>
14030
14031         * password.el (password-cache-add): Only start one timer per key.
14032         Reported by Derek Atkins <warlord@MIT.EDU>.
14033
14034 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14035
14036         * run-at-time.el: Removed.  It is no longer needed as
14037         timer-funcs.el in the xemacs-base package has a working version of
14038         `run-at-time'.
14039
14040         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14041
14042         * password.el: Require timer-funcs instead of run-at-time in
14043         XEmacs.
14044         Remove `password-run-at-time' macro.
14045         (password-cache-add): Use `run-at-time' instead of
14046         `password-run-at-time'.
14047
14048         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14049         Remove `nnheader-cancel-function-timers' alias,
14050         `cancel-function-timers' exists in XEmacs in timer-funcs.
14051
14052         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14053         for `run-with-idle-timer'.
14054
14055         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14056         for `run-at-time'.
14057
14058         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14059         for `with-timeout'.
14060
14061         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14062         the same as for XEmacs 21.4.
14063         No need to ignore `run-with-idle-timer', this function exists in
14064         XEmacs now in timer-funcs.el in the xemacs-base package.
14065         (dgnushack-compile): No need to delete
14066         run-at-time.el from the list of files to compile because it
14067         doesn't exist anymore.
14068
14069 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14072         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14073
14074 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14075
14076         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14077         sensitively.
14078
14079 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14080
14081         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14082
14083 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14086         which will be inserted according to the multibyteness of a buffer
14087         rather than the type of contents.  Suggested by ARISAWA Akihiro
14088         <ari@mbf.ocn.ne.jp>.
14089
14090         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14091         of string which old xml.el may return rather than a string.
14092
14093 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14096
14097 2005-01-16  Simon Josefsson  <jas@extundo.com>
14098
14099         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14100         idn/idna.el isn't available.
14101         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14102         <michael@waxrat.com>.
14103
14104         * hashcash.el: Remove non-FSF copyright header.
14105
14106         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14107         (hashcash-generate-payment): Use it.
14108         (hashcash-generate-payment-async): Use it.
14109
14110 2005-01-15  Simon Josefsson  <jas@extundo.com>
14111
14112         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14113         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14114
14115         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14116         gnus-summary-idna-message.
14117         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14118         (gnus-summary-idna-message): New function.
14119
14120 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14123         gnus-novice-user.
14124
14125 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * nnrss.el (nnrss-request-delete-group): Delete entries in
14128         nnrss-group-alist as well.
14129         (nnrss-save-server-data): Insert newline.
14130
14131 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * gnus.el (gnus-user-agent): Use list of symbols instead of
14134         symbols.  Display full version number for (S)XEmacs.  Optionally
14135         display (S)XEmacs codename.
14136
14137         * gnus-util.el (gnus-emacs-version): Update for new
14138         `gnus-user-agent'.
14139
14140         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14141         Gnus version.
14142
14143 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14146         which is unreadable in some setups.
14147
14148 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-spec.el (gnus-update-format-specifications): Flush the
14151         group format spec cache if it doesn't support decoded group names.
14152
14153 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14156         Allow to apply decay on score files matching a regexp.
14157
14158 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14161         compatibility in %g and %c.
14162
14163 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14166         name for only %g and %c.
14167         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14168         of gnus-tmp-group to decoded group name.
14169         (gnus-group-make-rss-group): Exclude `/'s from group names.
14170
14171 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * nnrss.el (nnrss-get-encoding): Fix regexp.
14174
14175 2004-12-27  Simon Josefsson  <jas@extundo.com>
14176
14177         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14178         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14179         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14180
14181 2004-12-17  Kim F. Storm  <storm@cua.dk>
14182
14183         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14184
14185         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14186
14187 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14188
14189         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14190
14191 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * nnrss.el: Require rfc2047 and mml.
14194         (nnrss-file-coding-system): New variable.
14195         (nnrss-format-string): Redefine it as an inline function.
14196         (nnrss-decode-group-name): New function.
14197         (nnrss-string-as-multibyte): Remove.
14198         (nnrss-retrieve-headers): Decode group name; don't use
14199         nnrss-format-string.
14200         (nnrss-request-group): Decode group name.
14201         (nnrss-request-article): Decode group name; allow a Message-ID as
14202         well as an article number; don't use nnrss-format-string; encode a
14203         Message-ID string which may contain non-ASCII characters; use
14204         mml-to-mime to compose a MIME article.
14205         (nnrss-request-expire-articles): Decode group name.
14206         (nnrss-request-delete-group): Decode group name.
14207         (nnrss-fetch): Clarify error message.
14208         (nnrss-read-server-data): Use insert-file-contents instead of load;
14209         bind file-name-coding-system; use multibyte buffer.
14210         (nnrss-save-server-data): Bind coding-system-for-write to the
14211         value of nnrss-file-coding-system; bind file-name-coding-system;
14212         add coding cookie.
14213         (nnrss-read-group-data): Use insert-file-contents instead of load;
14214         bind file-name-coding-system; use multibyte buffer.
14215         (nnrss-save-group-data): Bind coding-system-for-write to the
14216         value of nnrss-file-coding-system; bind file-name-coding-system.
14217         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14218         make it work with non-ASCII text.
14219         (nnrss-find-el): Make it work with old xml.el as well.
14220
14221 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14222
14223         * nnrss.el (nnrss-get-encoding): New function.
14224         (nnrss-fetch): Use unibyte buffer initially; bind
14225         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14226         decode contents according to the encoding attribute.
14227         (nnrss-save-group-data): Add coding cookie.
14228         (nnrss-mime-encode-string): New function.
14229         (nnrss-check-group): Use it to encode subject and author.
14230
14231 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14232
14233         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14234         imaginary variable.
14235
14236 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14239         correctly even if there are wide characters.
14240
14241 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14242
14243         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14244         downcased symbol names; make a new cache instead of reusing
14245         bbdb-hashtable.
14246
14247 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14250         concatenating segments rather than before concatenating them.
14251         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14252
14253         * message.el (message-get-reply-headers): Bind `extra'.
14254
14255 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14256
14257         * message.el (message-extra-wide-headers): New variable.
14258         (message-get-reply-headers): Use it.
14259
14260 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14263         (gnus-agent-group-pathname): Ditto.
14264
14265         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14266
14267         * gnus-group.el (gnus-group-make-group): Decode group name.
14268         (gnus-group-make-rss-group): Register the group data after opening
14269         the nnrss group.
14270
14271 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14272
14273         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14274         by expiry now get marked as read.
14275
14276 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14279
14280 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14281
14282         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14283         unify Latin characters in XEmacs.
14284         (mm-find-mime-charset-region): Use it.
14285
14286 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus-util.el (gnus-delete-directory): New function.
14289
14290         * gnus-agent.el (gnus-agent-delete-group): Use it.
14291
14292         * gnus-cache.el (gnus-cache-delete-group): Use it.
14293
14294 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14297         names.
14298
14299 2004-12-16  Simon Josefsson  <jas@extundo.com>
14300
14301         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14302
14303 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14306
14307         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14308         (gnus-group-set-current-level): Decode group name.
14309
14310 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14311
14312         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14313         failed.
14314
14315 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * gnus-group.el (gnus-group-delete-group): Decode group name.
14318         (gnus-group-make-rss-group): Encode group name.
14319         (gnus-group-catchup-current): Decode group name.
14320         (gnus-group-kill-group): Decode group name.
14321
14322 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14323
14324         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14325
14326 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * gnus-group.el (gnus-group-make-rss-group):
14329         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14330
14331         * gnus-start.el (gnus-setup-news): Honor user's setting to
14332         gnus-message-archive-method.  Suggested by Lute Kamstra
14333         <lute@gnu.org>.
14334
14335 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14336
14337         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14338         global counterparts of the buffer-local variables.
14339
14340 2004-11-16  Romain Francoise  <romain@orebokech.com>
14341
14342         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14343         counterparts of the buffer-local variables.
14344
14345 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14346
14347         * message.el (message-forbidden-properties): Fixed typo in doc
14348         string.
14349
14350 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * gnus-util.el (gnus-replace-in-string): Added doc string.
14353
14354         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14355         to avoid problems when splitting mails with many recipients.
14356
14357 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14358
14359         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14360         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14361
14362 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14363
14364         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14365         if there is no hashtable in memory or file modification time is
14366         newer than cached timestamp.
14367
14368 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14371         not-matching option.
14372
14373 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14376         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14377         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14378         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14379         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14380         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14381
14382 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * message.el (message-forward-make-body-mml): Remove headers
14385         according to message-forward-ignored-headers if a message is decoded.
14386
14387 2004-12-02  Romain Francoise  <romain@orebokech.com>
14388
14389         * message.el (message-forward-make-body-plain): Always remove
14390         headers according to message-forward-ignored-headers.
14391
14392 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * spam.el (spam-summary-prepare-exit): Remove the
14395         gnus-summary-limit pop for now, it has problems with ham marks for
14396         me.
14397
14398 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14399
14400         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14401         correctly.
14402
14403 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14404
14405         * format-spec.el (format-spec): Message the char.
14406
14407 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14408
14409         * gnus-art.el (gnus-split-methods): Reformat comments.
14410
14411         * spam.el (spam-summary-prepare-exit): Remove article limits
14412         before exiting the summary buffer.
14413
14414 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14417         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14418
14419         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14420         order to silence the byte compiler.
14421
14422         * spam.el: Fix the way to silence the byte compiler, which
14423         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14424         bbdb-search-simple, spam-BBDB-register-routine,
14425         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14426         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14427         spam-stat-buffer-is-spam, spam-stat-load,
14428         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14429         spam-stat-save and spam-stat-split-fancy.
14430
14431 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14434         which may confuse users.
14435         (canlock-password-for-verify): Ditto.
14436
14437         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14438
14439         * gnus-art.el (gnus-emphasis-alist): Ditto.
14440
14441         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14442
14443         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14444
14445         * gnus-start.el (gnus-save-killed-list): Ditto.
14446
14447         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14448         (gnus-sum-thread-tree-root): Ditto.
14449         (gnus-sum-thread-tree-false-root): Ditto.
14450         (gnus-sum-thread-tree-single-indent): Ditto.
14451
14452         * message.el (message-courtesy-message): Ditto.
14453         (message-archive-note): Ditto.
14454         (message-subscribed-address-file): Ditto.
14455         (message-user-fqdn): Ditto.
14456
14457         * spam-report.el (spam-report-gmane-regex): Ditto.
14458
14459         * spam.el (spam-blackhole-good-server-regex): Ditto.
14460
14461 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * mml.el (mml-preview): Widen the message buffer before copying
14464         the contents to the preview buffer; sort headers before previewing.
14465
14466         * message.el (message-hidden-headers): Fix the way to avoid a bug
14467         in the `repeat' widget in Emacs 21.3 or earlier.
14468
14469 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * message.el (message-hidden-headers): Default to "^References:".
14472         Improve customization type.  Suggested by Reiner Steib
14473         <Reiner.Steib@gmx.de>.
14474
14475 2004-11-25  Romain Francoise  <romain@orebokech.com>
14476
14477         * message.el (message-strip-forbidden-properties): Remove check for
14478         obsolete `message-hidden' text property, hidden headers are not
14479         accessible in the buffer anymore.
14480
14481 2004-11-22  Romain Francoise  <romain@orebokech.com>
14482
14483         * message.el (message-header-format-alist): Add `From' in list
14484         so that it can be sorted.
14485         (message-fix-before-sending): Widen and sort headers before
14486         sending.
14487         (message-hide-headers): Use narrowing to hide headers by moving
14488         them to the top of the buffer and narrowing to the region
14489         underneath.
14490
14491 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14492
14493         * message.el (message-strip-forbidden-properties): Bind
14494         buffer-read-only (etc) to nil.
14495
14496 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14499         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14500
14501 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14502
14503         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14504
14505 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14506
14507         * dns.el (query-dns): Use sit-for to time instead of
14508         accept-process-output, since that doesn't seem to work on udp
14509         sockets.
14510
14511 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14514
14515 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14516
14517         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14518         doc string.  Improve doc string.
14519
14520 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * nntp.el (nntp-request-update-info): Return nil if
14523         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14524         may not call gnus-activate-group which uselessly issues the GROUP
14525         commands for all nntp groups and wastes time.  Reported by Romain
14526         Francoise <romain@orebokech.com>.
14527
14528         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14529
14530 2004-11-15  Simon Josefsson  <jas@extundo.com>
14531
14532         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14533         headers separately.
14534         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14535         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14536
14537 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14538
14539         * gnus-start.el (gnus-convert-old-newsrc):
14540         Assign legacy-gnus-agent to 5.10.7.
14541
14542 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14543
14544         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14545         start of the lines.
14546
14547 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14548
14549         * hashcash.el (hashcash-default-payment): Change default to 20.
14550         (hashcash-default-accept-payment): Change default to 20.
14551         (hashcash-process-alist): New variable.
14552         (hashcash-generate-payment-async): Add.
14553         (hashcash-already-paid-p): Add.
14554         (hashcash-insert-payment): Don't generate payments twice.
14555         (hashcash-insert-payment-async): Add.
14556         (hashcash-insert-payment-async-2): Add.
14557         (hashcash-cancel-async): Add.
14558         (hashcash-wait-async): Add.
14559         (hashcash-processes-running-p): Add.
14560         (hashcash-wait-or-cancel): Add.
14561         (mail-add-payment): New optional argument.  Conditionally start
14562         asynchronous calculation.
14563         (mail-add-payment-async): Add.
14564
14565         * message.el (message-send-mail): Wait for asynchronous hashcash
14566         results.  Don't clobber existing X-Hashcash headers.
14567         (message-setup-1): Call mail-add-payment-async when
14568         message-generate-hashcash is non-nil.
14569
14570 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14571
14572         * message.el (message-use-alternative-email-as-from): Examine the
14573         From header as well; use message-make-from in order to include a
14574         user's full name.
14575
14576 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14579         default; improve customization type.
14580         (gnus-emphasis-custom-with-format): New macro.
14581         (gnus-emphasis-custom-value-to-external): New function.
14582         (gnus-emphasis-custom-value-to-internal): New function.
14583
14584 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14585
14586         * dns.el (query-dns): Resolve reverse addresses.
14587
14588 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14589
14590         * gnus-group.el (gnus-group-get-new-news): Use it.
14591
14592         * gnus-start.el (gnus-check-reasonable-setup): New function.
14593
14594 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14597         "Args out of range" error.  Reported by Arnaud Giersch
14598         <arnaud.giersch@free.fr>.
14599
14600 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14601
14602         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14603
14604 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14605
14606         * spam.el (spam group): Add :version.
14607
14608         * pgg-def.el (pgg group): Add :version.
14609
14610 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-art.el (gnus-article-edit-article): Don't associate the
14613         article buffer with a draft file.  This is a temporary measure
14614         against the 2004-08-22 change to gnus-article-edit-mode.
14615
14616 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14619         (html2text-format-tags): Remove unused variable `attr'.
14620
14621 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14624
14625         * tls.el (tls-process-connection-type, tls-success)
14626         (tls-certtool-program): Add :version.
14627
14628         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14629         (starttls-extra-arguments, starttls-process-connection-type)
14630         (starttls-connect, starttls-failure, starttls-success): Add :version.
14631
14632         * spam-stat.el (spam-stat): Add :version.
14633
14634         * sieve.el (sieve): Add :version.
14635
14636         * sha1.el (sha1): Add :version.
14637         (sha1-use-external): Remove redundant version.
14638
14639         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14640         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14641         (nnmail-split-fancy-match-partial-words)
14642         (nnmail-split-lowercase-expanded): Add :version.
14643
14644         * nndiary.el (nndiary): Add :version.
14645
14646         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14647
14648         * mml-sec.el (mml-default-sign-method)
14649         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14650         Add :version.
14651
14652         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14653
14654         * mm-url.el (mm-url-use-external, mm-url-program)
14655         (mm-url-arguments): Add :version.
14656
14657         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14658         (mm-attachment-file-modes, mm-decrypt-option)
14659         (mm-w3m-safe-url-regexp): Add :version.
14660
14661         * message.el (message-cite-prefix-regexp)
14662         (message-sendmail-envelope-from, message-minibuffer-local-map)
14663         (message-user-fqdn, message-completion-alist): Add :version.
14664
14665         * gnus-win.el (gnus-configure-windows-hook)
14666         (gnus-use-frames-on-any-display): Add :version.
14667
14668         * gnus-art.el (gnus-article-address-banner-alist)
14669         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14670         (gnus-treat-from-picon, gnus-treat-mail-picon)
14671         (gnus-treat-x-pgp-sig): Add :version.
14672
14673         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14674         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14675         (gnus-summary-article-delete-hook)
14676         (gnus-summary-display-while-building): Add :version.
14677
14678         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14679         (gnus-get-top-new-news-hook): Add :version.
14680
14681         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14682         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14683
14684         * gnus-registry.el (gnus-registry): Add :version.
14685
14686         * gnus-spec.el (gnus-use-correct-string-widths)
14687         (gnus-make-format-preserve-properties): Add :version.
14688
14689         * gnus.el (gnus-group-charter-alist)
14690         (gnus-group-fetch-control-use-browse-url)
14691         (gnus-install-group-spam-parameters): Add :version.
14692
14693         * gnus-diary.el (gnus-diary): Add :version.
14694
14695         * gnus-delay.el (gnus-delay): Add :version.
14696
14697         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14698         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14699         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14700         Add :version.
14701
14702         * gnus-agent.el (gnus-agent-max-fetch-size)
14703         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14704         (gnus-agent-prompt-send-queue): Add :version.
14705
14706         * deuglify.el (gnus-outlook-deuglify): Add :version.
14707
14708         * html2text.el: Beautify code.  Improve doc strings.  Some
14709         checkdoc cleanup.
14710         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14711
14712 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14713
14714         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14715
14716 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14717
14718         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14719         when package is loaded.
14720
14721         * spam.el (spam-summary-score-preferred-header): Add global preference
14722         for people who want to override the default SpamAssassin over
14723         Bogofilter preference (when both are set).
14724         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14725         (spam-user-format-function-S): Check
14726         spam-summary-score-preferred-header.
14727         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14728         (spam-user-format-function-S): Format the score correctly.
14729
14730 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14733         signature file.  Suggested by Manoj Srivastava
14734         <srivasta@golden-gryphon.com>.
14735
14736         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14737         iso-2022-jp even in the Japanese language environment.
14738         Suggested by Jason Rumney <jasonr@gnu.org>.
14739
14740 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14743         use the same characters as the dummy marks; make it free from
14744         getting affected by the language environment.
14745         (gnus-summary-read-group-1): Update mark positions only when the
14746         format spec is updated.
14747
14748         * gnus-spec.el (gnus-update-format-specifications): Return a list
14749         of updated types.
14750
14751 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14754         of boundp to check if display-warning is available.
14755
14756 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14757
14758         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14759
14760 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * nnspool.el (nnspool-spool-directory): Use news-path if the
14763         news-directory variable is not bound.
14764
14765         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14766         function instead of display-warning if it is not available.
14767
14768 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14771         v5-10: Use `point-at-bol'.
14772
14773 2004-10-26  Simon Josefsson  <jas@extundo.com>
14774
14775         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14776         <chenggao@gmail.com>.
14777
14778 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14781         instead.
14782
14783 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14784
14785         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14786         to remove a server from the nnimap-server-buffer-alist.
14787         (nnimap-open-connection, nnimap-close-server): Use it.
14788
14789         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14790
14791 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14794         running the major-mode function.
14795
14796 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14799         dummy marks in the right way.
14800
14801 2004-10-18  David Edmondson  <dme@dme.org>
14802
14803         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14804         excessively.
14805
14806 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14807
14808         * gnus-util.el (gnus-split-references): Accept a nil references
14809         string and go on blissfully.
14810
14811         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14812         cases where the references string is non-nil but has no references.
14813
14814         * encrypt.el: Add autoload tags.
14815
14816         * spam.el (spam-resolve-registrations-routine): Remove article
14817         from unregistration list too.  Reported by David Hanak
14818         <dhanak@isis.vanderbilt.edu>
14819
14820 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14823         nil.  Changed custom type.
14824
14825 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14828
14829         * gnus-sum.el (gnus-summary-move-article): Use it.
14830
14831 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14832
14833         * encrypt.el: Add autoload cookies.
14834
14835         * spam.el (spam-backend-article-list-property)
14836         (spam-backend-get-article-todo-list)
14837         (spam-backend-put-article-todo-list)
14838         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14839         Resolve registrations separately.
14840         (spam-register-routine): Format comments.
14841         (spam-unregister-routine, spam-register-routine): Always call with
14842         specific-articles, no default list.
14843         (spam-summary-prepare-exit): Use the spam-classifications function.
14844
14845         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14846         gnus-encrypt.el.
14847
14848         * encrypt.el: Copied from gnus-encrypt.el.
14849
14850         * gnus-encrypt.el: Commented that it's obsolete.
14851
14852 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14855         (gnus-score-save): Use it.
14856
14857         * message.el (message-bury): Use `window-dedicated-p'.
14858
14859 2004-10-15  Simon Josefsson  <jas@extundo.com>
14860
14861         * pop3.el (top-level): Don't require nnheader.
14862         (pop3-read-timeout): Add.
14863         (pop3-accept-process-output): Add.
14864         (pop3-read-response, pop3-retr): Use it.
14865
14866 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14867
14868         * spam.el (spam-register-routine): Move comment.
14869         (spam-verify-bogofilter): Use 'unknown for the initial
14870         spam-bogofilter-valid state, not 'never.
14871
14872         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14873         for netrc-machine.
14874
14875         * nnimap.el (nnimap-open-connection): Use
14876         netrc-machine-user-or-password.
14877
14878 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14879
14880         * gnus-registry.el (gnus-registry-unload-hook):
14881         Set as a variable with add-hook.
14882
14883         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14884         of news-path.
14885
14886         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14887
14888         * spam.el: Delete duplicate `provide'.
14889         (spam-unload-hook): Set as a variable with add-hook.
14890
14891 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14894         in the doc string.
14895
14896         * message.el (message-ignored-news-headers)
14897         (message-ignored-supersedes-headers)
14898         (message-ignored-resent-headers)
14899         (message-forward-ignored-headers): Improve custom type.
14900
14901 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * message.el (message-tokenize-header): Fix 2004-09-06 change
14904         which used point-min in the wrong place.
14905
14906 2004-10-12  Simon Josefsson  <jas@extundo.com>
14907
14908         * tls.el (tls-certtool-program): New variable.
14909         (tls-certificate-information): New function, based on
14910         ssl-certificate-information.
14911
14912 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * compface.el: Move the version of ELisp-based uncompface program
14915         to the contrib directory because of the copyright problem.
14916
14917 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * message.el (message-kill-buffer): Raise the current frame.
14920
14921 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14924
14925         * gnus.el (message-y-or-n-p): Autoload.
14926
14927         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14928         (pop3-password-required, pop3-authentication-scheme)
14929         (pop3-leave-mail-on-server): Made customizable.
14930         (pop3): New custom group.
14931         (pop3-retr): Remove `sleep-for' statements.
14932         Suggested by Dave Love <fx@gnu.org>.
14933
14934         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14935         Windows/DOS.
14936
14937         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14938         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14939         Dave Love <fx@gnu.org>.
14940
14941         * mml.el (mml-minibuffer-read-disposition): Require match.
14942         Suggested by Dave Love <fx@gnu.org>.
14943
14944 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14947         doc string.
14948
14949 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14952
14953 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14954
14955         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14956         instead of calling `mm-insert-inline', to decode text/* parts
14957         before displaying them.
14958
14959 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * mm-uu.el (mm-uu-text-plain-type): New variable.
14962         (mm-uu-pgp-signed-extract-1): Use it.
14963         (mm-uu-pgp-encrypted-extract-1): Use it.
14964         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14965         bind mm-uu-text-plain-type with that value.
14966         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14967         mm-uu-dissect.
14968
14969 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * gnus-group.el (gnus-update-group-mark-positions):
14972         * gnus-sum.el (gnus-update-summary-mark-positions):
14973         * message.el (message-check-news-body-syntax):
14974         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14975         of string-as-multibyte.
14976
14977 2004-10-05  Juri Linkov  <juri@jurta.org>
14978
14979         * gnus-group.el (gnus-update-group-mark-positions):
14980         * gnus-sum.el (gnus-update-summary-mark-positions):
14981         * message.el (message-check-news-body-syntax):
14982         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14983         8-bit unibyte values to a multibyte string for search functions.
14984
14985 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14988         (mm-uu-dissect-text-parts): New function.
14989
14990         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14991         dissect text parts.
14992
14993         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14994         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14995
14996         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14997
14998         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14999         gnus-current-topics instead of gnus-current-topic.
15000
15001 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15002
15003         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15004
15005 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15006
15007         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15008         where approriate.
15009
15010         * nnml.el (nnml-generate-active-info): do.
15011
15012         * nndiary.el (nndiary-generate-active-info): do.
15013
15014         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15015         (gnus-topic-move): do.
15016
15017         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15018         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15019
15020         * gnus-srvr.el (gnus-server-prepare)
15021         (gnus-server-open-all-servers): do.
15022
15023         * gnus-msg.el (gnus-summary-cancel-article)
15024         (gnus-summary-resend-message)
15025         (gnus-summary-mail-crosspost-complaint): do.
15026
15027         * gnus-move.el (gnus-change-server): do.
15028
15029         * gnus-group.el (gnus-group-unmark-all-groups)
15030         (gnus-group-set-current-level): do.
15031
15032 2004-10-04  Simon Josefsson  <jas@extundo.com>
15033
15034         * message.el (message-generate-hashcash): Doc fix.
15035
15036 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15037
15038         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15039         avoid infinite recursion via gnus-get-function.
15040
15041 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15042
15043         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15044
15045         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15046
15047         * nnmail.el (nnmail-split-history): do.
15048
15049         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15050         (nnml-request-delete-group): do.
15051
15052         * nnslashdot.el (nnslashdot-read-groups): do.
15053
15054         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15055         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15056
15057         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15058         (nnspool-sift-nov-with-sed): Use last.
15059         (nnspool-retrieve-headers-with-nov): Use mapc.
15060         (nnspool-request-newgroups): Use dolist.
15061         (nnspool-request-group): Use last.
15062
15063         * nntp.el (nntp-read-server-type): Use dolist.
15064
15065         * nnvirtual.el (nnvirtual-create-mapping)
15066         (nnvirtual-update-read-and-marked): Use dolist.
15067         (nnvirtual-convert-headers): Simplify.
15068
15069 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15070
15071         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15072         support for sync'ing tick marks.
15073
15074 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15077         there's no visible header.
15078
15079 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15080
15081         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15082         necessary, pass full group name to gnus-request-set-marks.
15083
15084 2004-10-01  Simon Josefsson  <jas@extundo.com>
15085
15086         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15087         acroread.
15088
15089 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15090
15091         * spam-report.el (spam-report-gmane): Fix interactive.
15092
15093         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15094
15095         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15096         when writing file.
15097         (gnus-agent-synchronize-flags): Don't default to being
15098         interactive.
15099
15100 2004-09-30  Simon Josefsson  <jas@extundo.com>
15101
15102         * message.el (message-generate-hashcash): Add.
15103         (message-send-mail): Use it, call mail-add-payment.
15104
15105 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15106
15107         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15108
15109 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15110
15111         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15112         gnus-requst-update-info with explicit code to sync the in-memory
15113         info read flags with the marks being sync'd to the backend.
15114
15115         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15116
15117 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15118
15119         * spam.el (spam-verify-bogofilter): Add new function.
15120         (spam-check-bogofilter)
15121         (spam-bogofilter-register-with-bogofilter): Use it.
15122         (spam-verify-bogofilter): Add small fixes.
15123
15124 2004-09-28  Simon Josefsson  <jas@extundo.com>
15125
15126         * hashcash.el (hashcash-generate-payment): Revert.
15127
15128 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15129
15130         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15131         gnus-extract-references instead of gnus-split-references.
15132
15133         * gnus-util.el (gnus-extract-references): Add new function, analogous
15134         to gnus-split-references but extracts only the message-ID without
15135         anything extra.
15136
15137         * hashcash.el (hashcash-generate-payment)
15138         (hashcash-check-payment): Do the right thing if hashcash-path is
15139         nil (because the hashcash program could not be found).
15140
15141         * spam.el (spam-use-hashcash): Remove comment.
15142
15143 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15144
15145         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15146         (gnus-cache-enter-article, gnus-cache-remove-article)
15147         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15148
15149         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15150
15151         * gnus-art.el (article-hide-boring-headers)
15152         (article-translate-strings, article-display-face)
15153         (gnus-article-mime-match-handle-first)
15154         (gnus-article-highlight-headers)
15155         (gnus-article-add-buttons-to-head): do.
15156
15157 2004-09-27  Simon Josefsson  <jas@extundo.com>
15158
15159         * hashcash.el: New version, from
15160         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15161         ../contrib/.
15162
15163 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15166
15167 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15168
15169         * gnus-dup.el (gnus-dup-open): Use mapc.
15170         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15171
15172         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15173         Reported by Stefan Wiens <s.wi@gmx.net>.
15174
15175         * gnus.el (gnus-shutdown): Use dolist.
15176
15177         * gnus-undo.el (gnus-undo): Use mapc.
15178
15179         * nnrss.el (nnrss-generate-active): do.
15180
15181         * message.el (message-cite-original-without-signature)
15182         (message-cite-original): Use mapc.
15183         (message-do-actions, message-make-forward-subject): Use dolist.
15184
15185 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15186
15187         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15188         deletion to remove entire duplicate line.  Fixes merged article
15189         number bug.
15190
15191 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15192
15193         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15194         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15195         first ask if you want to open a server and then, even when you
15196         responded with no, asking if you want to synchronize the server's
15197         flags.
15198         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15199         multi-line expressions.
15200         (gnus-agent-synchronize-group-flags): New internal function.
15201         Updates marks in memory (in the info structure) AND in the
15202         backend.
15203
15204         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15205
15206         * nnagent.el (nnagent-request-set-mark): Use
15207         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15208         method, to ensure that synchronization updates marks in the
15209         backend and in the info (in memory) structure.
15210
15211 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15214         convention fully; don't miss the root article of a thread; make
15215         the X-Draft-From header with correct article numbers.
15216
15217 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15218
15219         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15220         unless plugged.  Disable the agent so that an open failure causes
15221         an error.
15222
15223         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15224         Reverted 2004-09-21 change.  The backend must be opened while
15225         synchronizing flags even when the backend stores the flags
15226         locally.
15227
15228 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15229
15230         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15231         in `header' match.  Reported by Svend Tollak Munkejord.
15232
15233         * message.el (message-cite-original): Fix use of
15234         `message-cite-articles-with-x-no-archive'.
15235
15236 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15239         (gnus-window-to-buffer): Ditto.
15240
15241         * mml.el (mml-preview-buffer): New variable.
15242         (mml-preview): Manage window layout with gnus-buffer-configuration.
15243
15244         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15245         X-Draft-From header even if those articles aren't quoted.
15246
15247 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15248
15249         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15250         (gnus-request-set-mark, gnus-request-update-mark): Use new
15251         g-s-t-u-l-m to decide to use backend even when unplugged.
15252
15253 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15256         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15257
15258 2004-09-20  Simon Josefsson  <jas@extundo.com>
15259
15260         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15261         "utf-16-le".
15262
15263 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15264
15265         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15266
15267 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15268
15269         * uudecode.el (uudecode-use-external): Add :version.
15270
15271         * smime.el (smime-CA-file, smime-encrypt-cipher)
15272         (smime-dns-server): Add :version.
15273
15274         * smiley.el (gnus-smiley-file-types): Add :version.
15275
15276         * sha1.el (sha1-use-external): Add :version.
15277
15278         * pgg-def.el (pgg-query-keyserver): Add :version.
15279
15280         * nnmail.el (nnmail-fancy-expiry-targets)
15281         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15282         Add :version.
15283
15284         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15285         (nnimap-retrieve-groups-asynchronous): Add :version.
15286         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15287
15288         * mml.el (mml-content-disposition-parameters)
15289         (mml-insert-mime-headers-always): Add :version.
15290
15291         * mm-util.el (mm-coding-system-priorities): Add :version.
15292
15293         * mm-decode.el (mm-inline-text-html-with-images)
15294         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15295         (mm-verify-option): Add :version.
15296         (mm-text-html-renderer): Change :version.
15297
15298         * message.el (message-fcc-externalize-attachments)
15299         (message-required-headers, message-draft-headers)
15300         (message-subject-trailing-was-query)
15301         (message-subject-trailing-was-ask-regexp)
15302         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15303         (message-mark-insert-end, message-archive-header)
15304         (message-archive-note, message-cross-post-default)
15305         (message-cross-post-note, message-followup-to-note)
15306         (message-cross-post-note-function, message-use-mail-followup-to)
15307         (message-subscribed-address-functions)
15308         (message-subscribed-address-file, message-subscribed-addresses)
15309         (message-subscribed-regexps, message-allow-no-recipients)
15310         (message-yank-cited-prefix, message-signature-insert-empty-line)
15311         (message-hidden-headers, message-hierarchical-addresses)
15312         (message-mail-user-agent, message-use-idna)
15313         (message-valid-fqdn-regexp)
15314         (message-strip-special-text-properties, message-header-synonyms)
15315         (message-beginning-of-line, message-tab-body-function): Add :version.
15316         (message-insert-canlock, message-wide-reply-confirm-recipients):
15317         Change :version.
15318
15319         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15320         and :version.
15321         (mail-source-delete-old-incoming-confirm)
15322         (mail-source-movemail-program): Add :version.
15323
15324         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15325         (gnus-agent-cache, gnus-agent): Change :version.
15326
15327         * gnus-util.el (gnus-use-byte-compile): Change :version.
15328
15329         * gnus-sum.el (gnus-summary-make-false-root-always)
15330         (gnus-summary-default-high-score)
15331         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15332         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15333         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15334         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15335         (gnus-sum-thread-tree-single-indent)
15336         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15337         (gnus-sum-thread-tree-leaf-with-other)
15338         (gnus-sum-thread-tree-single-leaf): Add :version.
15339         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15340         (gnus-article-loose-mime): Change :version.
15341
15342         * gnus-start.el (gnus-backup-startup-file)
15343         (gnus-save-startup-file-via-temp-buffer): Add :version.
15344
15345         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15346         (gnus-server-offline-face): Add :version.
15347
15348         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15349
15350         * gnus-msg.el (gnus-gcc-externalize-attachments)
15351         (gnus-debug-files, gnus-debug-exclude-variables)
15352         (gnus-discouraged-post-methods): Change :version.
15353         (gnus-confirm-mail-reply-to-news)
15354         (gnus-confirm-treat-mail-like-news): Add :version.
15355
15356         * gnus-int.el (gnus-server-unopen-status): Add :version.
15357
15358         * gnus-group.el (gnus-group-jump-to-group-prompt)
15359         (gnus-large-ephemeral-newsgroup)
15360         (gnus-fetch-old-ephemeral-headers): Add :version.
15361
15362         * gnus-fun.el (gnus-x-face-directory)
15363         (gnus-convert-pbm-to-x-face-command)
15364         (gnus-convert-image-to-x-face-command)
15365         (gnus-convert-image-to-face-command): Add :version.
15366
15367         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15368
15369         * gnus-cite.el (gnus-cite-blank-line-after-header)
15370         (gnus-article-boring-faces): Add :version.
15371
15372         * gnus-art.el (gnus-buttonized-mime-types)
15373         (gnus-inhibit-mime-unbuttonizing)
15374         (gnus-treat-display-face)
15375         (gnus-treat-body-boundary): Change :version.
15376         (gnus-body-boundary-delimiter, gnus-picon-databases)
15377         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15378         (gnus-treat-date-english, gnus-treat-fold-headers)
15379         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15380         (gnus-treat-mail-picon, gnus-treat-wash-html)
15381         (gnus-article-encrypt-protocol)
15382         (gnus-use-idna, gnus-article-over-scroll)
15383         (gnus-mime-display-multipart-alternative-as-mixed)
15384         (gnus-mime-display-multipart-related-as-mixed)
15385         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15386         (gnus-ctan-url, gnus-button-ctan-handler)
15387         (gnus-button-handle-ctan-bogus-regexp)
15388         (gnus-button-ctan-directory-regexp)
15389         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15390         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15391         (gnus-button-man-level, gnus-button-emacs-level)
15392         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15393
15394         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15395         (gnus-agent-go-online): Change :version.
15396         (gnus-agent-expire-unagentized-dirs)
15397         (gnus-agent-auto-agentize-methods): Add :version.
15398
15399         * flow-fill.el (fill-flowed-display-column)
15400         (fill-flowed-encode-column): Add :version.
15401
15402         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15403         (gnus-outlook-deuglify-unwrap-max)
15404         (gnus-outlook-deuglify-cite-marks)
15405         (gnus-outlook-deuglify-unwrap-stop-chars)
15406         (gnus-outlook-deuglify-no-wrap-chars)
15407         (gnus-outlook-deuglify-attrib-cut-regexp)
15408         (gnus-outlook-deuglify-attrib-verb-regexp)
15409         (gnus-outlook-deuglify-attrib-end-regexp)
15410         (gnus-outlook-display-hook): Add :version.
15411
15412         * binhex.el (binhex-use-external): Add :version.
15413
15414 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15415
15416         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15417         and `invisible'.
15418
15419 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15420
15421         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15422         in gnus-registry-trim.
15423
15424 2004-09-13  Simon Josefsson  <jas@extundo.com>
15425
15426         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15427
15428         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15429
15430         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15431         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15432         <yamaoka@jpl.org>.
15433         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15434         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15435         <yamaoka@jpl.org>.
15436
15437         * sieve.el (sieve-manage-mode): Ditto.
15438
15439 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15442
15443 2004-09-11  Simon Josefsson  <jas@extundo.com>
15444
15445         * dns-mode.el: Add.
15446
15447         * mm-view.el (mm-display-dns-inline): Add.
15448
15449         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15450         (mm-automatic-display): Ditto.
15451
15452         * mailcap.el (mailcap-mime-data): Add text/dns.
15453         (mailcap-mime-extensions): Map .soa to text/dns.
15454
15455 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15456
15457         * gnus-art.el (article-decode-mime-words, article-babel)
15458         (gnus-article-highlight-signature, gnus-article-add-buttons)
15459         (gnus-signature-toggle): Remove unnecessary bindings of
15460         `inhibit-read-only' inherited from v5.10 merge.
15461
15462 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15463
15464         * nntp.el (nntp): New customization group.
15465         (nntp-authinfo-file): Add customization group.
15466
15467         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15468
15469         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15470
15471         * gnus.el (to-address, to-list, subscribed)
15472         (large-newsgroup-initial): Ditto.
15473
15474         * flow-fill.el (fill-flowed-display-column)
15475         (fill-flowed-encode-column): Ditto.
15476
15477 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15478
15479         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15480         Use point-min rather than 1.
15481         (message-send-mail): Use buffer-size rather than point-max.
15482
15483         * gnus-sum.el (gnus-summary-search-article-forward):
15484         Signal a specific `search-failed' rather than a generic `error'.
15485
15486         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15487         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15488         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15489
15490 2004-09-10  Simon Josefsson  <jas@extundo.com>
15491
15492         * nndb.el (require): Remove tcp and duplicate cl.
15493
15494 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-agent.el (directory-files-and-attributes): Move forward.
15497
15498 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15499
15500         * gnus-agent.el (directory-files-and-attributes): Optionally
15501         defined to support XEmacs.
15502
15503 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15504
15505         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15506         to avoid run-time CL dependencies.
15507         (gnus-agent-unfetch-articles): New function.
15508         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15509         article numbers even when local .overview file is missing.
15510         (gnus-agent-read-article-number): New function.  Only accepts
15511         27-bit article numbers.
15512         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15513         gnus-agent-read-article-number.
15514         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15515         from backend while recognizing that article numbers in .overview
15516         must be valid.
15517         (gnus-agent-update-files-total-fetched-for): Use
15518         directory-files-and-attributes to improve performance.
15519         * gnus-int.el (gnus-request-move-article): Use
15520         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15521         improve performance.
15522
15523         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15524         some users confused by references to .newsrc when they only have a
15525         .newsrc.eld file.
15526         (gnus-convert-mark-converter-prompt)
15527         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15528         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15529         New function.  Used internally to only display 'gnus converting
15530         files' message when actually necessary.
15531
15532         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15533         methods now autoloaded.
15534
15535 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15538         identifiers.
15539
15540 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15541
15542         * gnus-picon.el: Fix indentation and closing parenthesis.
15543
15544 2004-09-01  Simon Josefsson  <jas@extundo.com>
15545
15546         * message.el (message-canlock-generate): Require sha1, not
15547         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15548         to require within a function.  Sadly, if sha1.el isn't loaded, the
15549         let binding in m-c-g will hide the defcustom definition, which is
15550         bad.)
15551
15552         * canlock.el: Require sha1, not sha1-el.
15553
15554         * message.el: Don't autoload sha1 (there is a autoload cookie in
15555         sha1.el).
15556
15557         * sha1-el.el: Renamed to sha1.el.
15558
15559 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15560
15561         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15562
15563 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15564
15565         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15566
15567 2004-08-30  Kim F. Storm  <storm@cua.dk>
15568
15569         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15570
15571         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15572         Add :group 'nnimap.
15573
15574 2004-08-30  Andreas Schwab  <schwab@suse.de>
15575
15576         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15577         ?* and ?\;.
15578
15579         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15580         and ?\' to symbol instead of whitespace.
15581
15582 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15585
15586         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15587         instead of re-search-forward.
15588
15589         * gnus-uu.el (gnus-uu-save-article): Ditto.
15590         (gnus-uu-post-encode-uuencode): Ditto.
15591
15592         * html2text.el (html2text-clean-list-items): Ditto.
15593         (html2text-clean-dtdd): Ditto.
15594         (html2text-format-tags): Ditto.
15595
15596         * message.el (message-send-mail-with-sendmail): Fix regexp.
15597         (message-fill-field-general): Use search-forward instead of
15598         re-search-forward.
15599         (unbold-region): Ditto.
15600
15601         * nnrss.el (nnrss-request-article): Ditto.
15602
15603         * nnslashdot.el (nnslashdot-request-article): Ditto.
15604
15605         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15606
15607         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15608         "Unrecognized menu descriptor" error in XEmacs.
15609
15610 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15611
15612         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15613         parent article of a sparse article in the thread hashtb.
15614
15615 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15616
15617         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15618         (nnmail-expand-newtext): Lowercase expanded entries if
15619         nnmail-split-lowercase-expanded is non-nil.
15620
15621 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15624
15625         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15626         of gnus-tmp-news-method into string under XEmacs.  It will be
15627         passed to gnus-correct-length which takes only a string argument.
15628
15629 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * gnus-util.el (gnus-bind-print-variables): New macro.
15632         (gnus-prin1): Use it.
15633         (gnus-prin1-to-string): Use it.
15634         (gnus-pp): New function.
15635         (gnus-pp-to-string): New function.
15636
15637         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15638         Replace pp-to-string with gnus-pp-to-string.
15639         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15640         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15641         * gnus-msg.el (gnus-debug): Ditto.
15642         * gnus-score.el (gnus-score-save): Ditto.
15643         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15644         gnus-pp-to-string.
15645         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15646         with gnus-pp.
15647         * score-mode.el (gnus-score-pretty-print): Ditto.
15648         * webmail.el (webmail-debug): Ditto.
15649
15650 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * gnus-art.el (article-display-face, article-display-x-face):
15653         Use buffer-read-only.
15654
15655 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * gnus-art.el (article-hide-list-identifiers):
15658         Bind inhibit-read-only as t.
15659
15660 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15663
15664 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15665
15666         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15667         (gnus-narrow-to-page): Don't assume point-min == 1.
15668         (gnus-article-edit-mode): Derive from message-mode.
15669
15670         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15671         point-min == 1.
15672
15673         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15674         Disable incorrect use of `assert'.
15675
15676         * message.el (message-mode): Set comment-start-skip.
15677
15678
15679 2004-08-22  Sam Steingold  <sds@gnu.org>
15680
15681         * pop3.el (pop3-leave-mail-on-server): New user variable.
15682         (pop3-movemail): Delete mail only when it is nil.
15683
15684 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15687
15688         * mml.el (mml-preview): Use `pop-to-buffer'.
15689
15690         * message.el (message-goto-mail-followup-to): Insert after "To".
15691         (message-carefully-insert-headers): Add comment.
15692
15693         * gnus.el: Remove unused variable `gnus-article-check-size'.
15694
15695         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15696
15697         * gnus-art.el (gnus-button-alist): Improve
15698         `gnus-button-handle-library' entry.
15699
15700 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15701
15702         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15703         downcase, since XEmacs capitalizes error messages differently.
15704
15705 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15706
15707         * nntp.el: Add (require 'gnus) due to reference to
15708         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15709
15710 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15711
15712         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15713         `mm-fill-flowed'.
15714
15715         * mm-decode.el (mm-dissect-singlepart): Check it.
15716
15717 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15718
15719         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15720         'imap' for netrc parsing.
15721
15722 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * mailcap.el (mailcap-mime-data): Mark as risky.
15725
15726 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15729         may be included in the encoded word.
15730         (rfc2047-encode): Don't append a space if the encoded word
15731         includes close parenthesis.
15732
15733 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15736         of text within parentheses.
15737
15738 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15741         (gnus-encrypt-write-file-contents): Make the password key the file
15742         name PLUS the cipher, not just the cipher.  Also remove failed
15743         passwords from the cache.
15744
15745 2004-08-06  Simon Josefsson  <jas@extundo.com>
15746
15747         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15748         fix.
15749
15750 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15753         LWSP.
15754
15755 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15756
15757         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15758         to append in-reply-to: data to the references: header.
15759
15760         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15761         (netrc-parse): Use gnus-encrypt.el functions.
15762
15763         * gnus-encrypt.el: Add new file for encryption support; currently
15764         does only a few GPG ciphers and an internal XOR cipher.
15765
15766         * password.el: Add comments on using password-read-and-add.
15767         (password-read-and-add): Add function to read and add the
15768         password to the cache at once.
15769
15770 2004-07-28  Simon Josefsson  <jas@extundo.com>
15771
15772         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15773         parameter (but don't use it, for now).
15774
15775         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15776         instead of hard coding to nil.
15777
15778 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15781         as mm-inline-image-xemacs does.
15782
15783 2004-07-26  Simon Josefsson  <jas@extundo.com>
15784
15785         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15786         Revert part of 2004-07-17 change below.
15787
15788 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15791         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15792
15793 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15794
15795         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15796         quotes that actually start with ">" at the beginning of the
15797         lines.
15798
15799 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * rfc2047.el (rfc2047-encode-region): Fix last change.
15802         (rfc2047-encode-parameter): Remove useless concat.
15803
15804 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15807         encode special characters; fix some kind of misconfigured headers;
15808         signal a real error if debug-on-quit or debug-on-error is non-nil.
15809         (rfc2047-encode-max-chars): New variable.
15810         (rfc2047-encode-1): Use it.
15811         (rfc2047-encode-parameter): New function.
15812
15813         * mml.el (mml-insert-parameter): Remove an excessive space.
15814
15815 2004-07-17  Simon Josefsson  <jas@extundo.com>
15816
15817         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15818         Kai Grossjohann <kai@emptydomain.de>.
15819         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15820         (gnus-group-make-menu-bar): Ditto.
15821
15822         * gnus-util.el (gnus-group-server): Add.
15823
15824 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15825
15826         * message.el (message-clone-locals): Clone sendmail and smtp
15827         variables.
15828
15829 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * rfc2047.el (rfc2047-encode-region): Fix last change.
15832
15833 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15836         characters as non-special.
15837
15838 2004-07-09  Simon Josefsson  <jas@extundo.com>
15839
15840         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15841         Users will lose all flag changes made while unplugged with
15842         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15843         good default.  See numerous reports on ding mailing list.
15844
15845 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15848         add generate-head-function and generate-article-function to the
15849         rfc822-forward entry.
15850         (nndoc-rfc822-forward-generate-article): New function.
15851         (nndoc-rfc822-forward-generate-head): New function.
15852
15853         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15854
15855 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15856
15857         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15858         respect display group parameter and gnus-summary-expunge-below.
15859         (gnus-articles-to-read): Remove unused reference to display group
15860         parameter.
15861
15862 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15863
15864         * nnheader.el (nnheader-uniquify-message-id): New experimental
15865         variable.
15866         (nnheader-nov-read-message-id): Use it.
15867
15868         * spam-report.el (spam-report-gmane): Add interactive.
15869
15870 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15873         qp-or-base64 for the application/* types.
15874
15875 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15876
15877         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15878
15879 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15880
15881         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15882         trim value.
15883
15884 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15885
15886         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15887         New macro and function.
15888         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15889
15890 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15893         after-load-alist.
15894
15895 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15896
15897         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15898         update info that isn't there.
15899
15900 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15901
15902         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15903         entry.
15904
15905 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * mm-view.el (mm-inline-render-with-function): Use multibyte
15908         buffer; decode html source by charset.
15909
15910         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15911
15912         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15913         Mule-UCS is loaded under XEmacs.
15914         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15915
15916 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15917
15918         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15919
15920 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * mm-util.el (mm-coding-system-p): Return a coding-system.
15923         (mm-mime-mule-charset-alist): Use shift_jis instead of
15924         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15925         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15926         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15927         instead of japanese-shift-jis and iso-latin-1 respectively in
15928         order to share the default value with both Emacs and XEmacs-mule.
15929         (mm-mule-charset-to-mime-charset): Make
15930         mm-coding-system-priorities effective.
15931         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15932         while predicating of candidates upon the priorities.
15933
15934 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15935
15936         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15937         gnus-uu-invert-processable.
15938
15939         * gnus.el: Autoload gnus-uu-invert-processable.
15940
15941 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * mm-util.el (mm-with-multibyte-buffer): New macro.
15944
15945         * rfc2047.el (rfc2047-encode-string): Use it.
15946         (rfc2047-encode-region): Move point to the end of the region after
15947         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15948
15949 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15952         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15953
15954 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15957         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15958         Karl Chen <quarl@nospam.quarl.org>.
15959
15960 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15961
15962         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15963         invalid addresses.
15964
15965 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15966
15967         * spam.el: Change section markers, revise TODO list.
15968         (spam-backends): Make new master list of all installed backends.
15969         (spam-summary-exit-behavior): Add new variable to determine how
15970         messages moves are done at summary exit.
15971         (spam-move-spam-nonspam-groups-only)
15972         (spam-process-ham-in-nonham-groups)
15973         (spam-process-ham-in-spam-groups): Remove variables, the
15974         spam-summary-exit-behavior variable should be used to manage this
15975         behavior.
15976         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15977         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15978         and spam-old-spam-articles.
15979         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15980         Add empty variables, placeholders for the backends they represent.
15981         (spam-set-difference): Move, unchanged.
15982         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15983         unless the user has a processor variable.
15984         (spam-classifications, spam-classification-valid-p)
15985         (spam-backend-properties, spam-backend-property-valid-p)
15986         (spam-backend-function-type-valid-p)
15987         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15988         (spam-report-articles-gmane, spam-report-articles-resend):
15989         Remove functions, they are not needed.
15990         (spam-install-backend-super, spam-backend-list)
15991         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15992         (spam-backend-function, spam-backend-ham-registration-function)
15993         (spam-backend-spam-registration-function)
15994         (spam-backend-ham-unregistration-function)
15995         (spam-backend-spam-unregistration-function)
15996         (spam-backend-statistical-p, spam-backend-mover-p)
15997         (spam-install-backend-alias, spam-install-checkonly-backend)
15998         (spam-install-mover-backend, spam-install-nocheck-backend)
15999         (spam-install-backend, spam-install-statistical-backend)
16000         (spam-install-statistical-checkonly-backend): Add backend installation
16001         support.
16002         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16003         (spam-group-processor-p): Use the new backend code and respect the
16004         summary exit behavior.
16005         (spam-mark-spam-as-expired-and-move-routine): Remove.
16006         (spam-summary-prepare): Change to use the new spam-old-articles
16007         variable.
16008         (spam-copy-or-move-routine, spam-copy-spam-routine)
16009         (spam-move-spam-routine, spam-copy-ham-routine)
16010         (spam-move-ham-routine): Add code to copy/move ham or spam.
16011         (spam-fetch-field-fast): Improve doc and code, plus allow the
16012         'number request.
16013         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16014         variables.
16015         (spam-split, spam-find-spam): Use the new backend code.
16016         (spam-registration-functions): Remove variable.
16017         (spam-unregister-routine): Add convenience wrapper.
16018         (spam-log-undo-registration, spam-register-routine)
16019         (spam-log-processing-to-registry)
16020         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16021         where possible.
16022         (spam-check-gmane-xref, spam-check-regex-headers)
16023         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16024         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16025         (spam-check-bogofilter-headers, spam-check-spamoracle)
16026         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16027         (spam-check-crm114-headers): Use the spam-split-group that
16028         spam-split prepares, no need to determine it every time.
16029
16030         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16031         to the nnheader-parse-naked-head call.
16032
16033         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16034
16035         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16036         the nnheader-nov-read-message-id call.
16037
16038 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16041         gnus-activate-group twice.  Suggested by Markus Peter
16042         <warp@spin.de>.
16043
16044 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-art.el (gnus-article-time-format): Exchange the order of
16047         day and month in the default value; fix customization type.
16048         (article-date-ut): Use add-text-properties.
16049         (article-make-date-line): Use message-make-date instead of
16050         current-time-string.
16051
16052         * message.el (message-fetch-field): Don't use set-text-properties.
16053         (message-make-date): Simplify.
16054
16055         * messagexmas.el (message-xmas-make-date): New function.
16056         (message-xmas-redefine): Defalias message-make-date to it.
16057
16058 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16061         (rfc2047-encode-region): Treat text within parentheses as special;
16062         show the original text when error has occurred.
16063
16064         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16065         already-computed method to gnus-activate-group.
16066
16067         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16068         same select-methods identical Lisp objects.
16069
16070         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16071         object when modifying the info.
16072
16073 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16076         gnus-opened-servers since it has never been opened with the new
16077         configuration yet.
16078
16079 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16082         arg to nnheader-generate-fake-message-id.
16083
16084 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16085
16086         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16087         number and build a fake message ID localized to a group and
16088         article number (so it's repeatable from that point on).
16089         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16090         ID format.
16091
16092         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16093         nnheader-generate-fake-message-id with the article number.
16094
16095 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16096
16097         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16098         end-of-buffer.
16099
16100 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16101
16102         * message.el (message-ignored-supersedes-headers): Add Approved.
16103
16104 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16107         goto-char.
16108         (rfc2047-encode): Fold the line before encoding.
16109
16110 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16111
16112         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16113         folding -- not all headers can be folded, and this should be done
16114         by the message composition mode.  Probably.  I think.
16115
16116 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16119         fast.
16120
16121         * gnus-ems.el (gnus-remove-image): Don't use
16122         message-text-with-property; remove only the image found first.
16123
16124         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16125         found first.
16126
16127 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16128
16129         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16130
16131 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * message.el (message-text-with-property): Make it fast and accept
16134         optional arguments.
16135         (message-strip-forbidden-properties): Use it.
16136         (message-fix-before-sending): Follow the m-t-w-p change.
16137
16138         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16139
16140 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-art.el (article-hide-headers): Don't change the buffer
16143         mistakenly when performing mml-preview even if
16144         gnus-single-article-buffer is nil.
16145
16146 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16147
16148         * message.el (message-expand-name-databases): New user option.
16149         (message-expand-name): Use it.
16150
16151 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16152
16153         * spam.el (spam-report-articles-resend)
16154         (spam-report-resend-register-routine): Allow ham reporting.
16155         (spam-report-resend-register-ham-routine): Add wrapper.
16156         (spam-registration-functions): Add ham resending functions.
16157         (spam-list-of-processors): Add ham resend processor.
16158
16159         * gnus.el (ham-resend-to): Add new group parameter.
16160         (spam-process): Add ham resend option.
16161
16162         * spam-report.el (spam-report-resend): Allow reporting ham.
16163         (spam-report-resend-ham): Add wrapper.
16164
16165 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16166
16167         * message.el (message-cite-articles-with-x-no-archive): New
16168         variable.
16169         (message-cite-original): Use it.
16170
16171 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16172
16173         * message.el (message-cite-original): Respect X-No-Archive.
16174
16175 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * gnus-art.el (article-hide-headers): Refer to the values for
16178         gnus-ignored-headers and gnus-visible-headers in the summary
16179         buffer since a user may have set them as group parameters.
16180
16181 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16182
16183         * assistant.el (assistant-node-name): Add convenience function.
16184         (assistant-render-text, assistant-render-node): Add error handling,
16185         plus handle multiple next nodes.
16186         (assistant-find-next-node): Comment out for now.
16187         (assistant-find-next-nodes): Add function, returns list of next
16188         nodes.
16189
16190 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * mail-source.el (mail-source-directory): Fix doc-string.
16193
16194 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * assistant.el (assistant-render-text, assistant-eval): Add :set
16197         widget type, which is different because it takes and returns a
16198         list.  Much hilarity ensues.
16199
16200 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16203
16204         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16205         doc-string.
16206
16207         * gnus-start.el (gnus-activate-group): Added doc-string.
16208
16209 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16212
16213 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16214
16215         * assistant.el (assistant-render-text): Try to add a :set
16216         widget, more to come.
16217
16218         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16219         strings.
16220         (spam-report-articles-resend)
16221         (spam-register-routine): Do registration iff any articles warrant
16222         it.
16223         (spam-summary-prepare-exit): Change log message for nil group
16224         destinations.
16225
16226 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16227
16228         * spam.el (spam-report-resend-register-routine): Allow
16229         spam-report-resend-to to be a group parameter or a global value.
16230
16231 2004-05-26  Simon Josefsson  <jas@extundo.com>
16232
16233         * starttls.el: Merge with my GNUTLS based starttls.el.
16234         (starttls-gnutls-program, starttls-use-gnutls)
16235         (starttls-extra-arguments, starttls-process-connection-type)
16236         (starttls-connect, starttls-failure, starttls-success): New
16237         variables.
16238         (starttls-program, starttls-extra-args): Doc fix.
16239         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16240         functions.
16241         (starttls-negotiate, starttls-open-stream): Check
16242         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16243         function if it is set.
16244
16245 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16248         structured fields.
16249
16250 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16253
16254 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16255
16256         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16257         variable.
16258         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16259         assigning the spam-mark to new messages.
16260
16261 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16262
16263         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16264
16265 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16268
16269         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16270         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16271         default.
16272
16273 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16274
16275         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16276         correct data.
16277
16278 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16281         (spam-group-processor-p): Fix function.
16282         (spam-group-processor-multiple-p)
16283         (spam-group-spam-processor-report-gmane-p)
16284         (spam-group-spam-processor-report-resend-p)
16285         (spam-group-spam-processor-bogofilter-p)
16286         (spam-group-spam-processor-blacklist-p)
16287         (spam-group-spam-processor-ifile-p)
16288         (spam-group-ham-processor-ifile-p)
16289         (spam-group-spam-processor-spamoracle-p)
16290         (spam-group-spam-processor-crm114-p)
16291         (spam-group-ham-processor-bogofilter-p)
16292         (spam-group-spam-processor-stat-p)
16293         (spam-group-ham-processor-stat-p)
16294         (spam-group-ham-processor-whitelist-p)
16295         (spam-group-ham-processor-BBDB-p)
16296         (spam-group-ham-processor-spamoracle-p)
16297         (spam-group-ham-processor-copy-p): Remove functions with some
16298         prejudice against unneeded code.
16299         (spam-report-articles-resend)
16300         (spam-report-resend-register-routine): Allow the group/topic
16301         spam-resend-to value to override spam-report-resend-to.
16302         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16303         properly now.
16304
16305         * gnus.el (spam-resend-to): Add group/topic parameter.
16306         (spam-process): Move the OBSOLETE processors to the end of the
16307         choices.
16308
16309 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16310
16311         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16312         with resend-to set to nil, and then ask the user if necessary.
16313         (spam-report-resend): spam-report-resend takes a list of articles, not
16314         separate article numbers.
16315
16316 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16319         addition to emacs-w3m.
16320
16321 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16322
16323         * assistant.el (assistant-authinfo-data): New function.
16324         (assistant-eval): Eval for entire assistant.
16325
16326         * netrc.el (netrc-services-file): New variable.
16327         (netrc-parse-services): New function.
16328         (netrc-find-service-name): New function.
16329         (netrc-find-service-number): New function.
16330         (netrc-port-equal): New function.
16331         (netrc-machine): Use it.
16332
16333         * nnimap.el (nnimap-open-connection): Use netrc.
16334
16335         * gnus-util.el (gnus-netrc-get): Remove aliases.
16336
16337         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16338
16339         * assistant.el (wid-edit): Fix compilation.
16340
16341         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16342
16343 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16344
16345         * gnus-util.el (gnus-set-file-modes): New function.  (small
16346         patch).
16347
16348 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16349
16350         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16351
16352         * assistant.el (assistant-render-node): Fix up rendering and
16353         read-only text.
16354         (assistant-render-node): Reset.
16355         (assistant-make-read-only): Not sticky.
16356
16357 2004-05-20  Danny Siu  <dsiu@adobe.com>
16358
16359         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16360         centered even when gnus-auto-center-summary is t.
16361
16362 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16363
16364         * dns.el (dns-get-txt-answer): New function.
16365         (dns-read-txt): Ditto.
16366         (query-dns): Use it.
16367
16368 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16371         active for foreign groups even if the group level is higher than
16372         the specified value.
16373
16374 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16375
16376         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16377         non-active groups.
16378
16379         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16380
16381 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16382
16383         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16384
16385 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16386
16387         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16388         (spam-crm114-header, spam-crm114-spam-switch)
16389         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16390         (spam-crm114-positive-spam-header)
16391         (spam-crm114-database-directory, spam-list-of-processors)
16392         (spam-group-spam-processor-crm114-p)
16393         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16394         (spam-generic-score, spam-list-of-checks)
16395         (spam-list-of-statistical-checks, spam-registration-functions)
16396         (spam-check-crm114-headers, spam-crm114-score)
16397         (spam-check-crm114, spam-crm114-register-with-crm114)
16398         (spam-crm114-register-spam-routine)
16399         (spam-crm114-unregister-spam-routine)
16400         (spam-crm114-register-ham-routine)
16401         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16402         asjo@koldfront.dk (Adam Sjøgren).
16403
16404         * gnus.el: Add spam-use-crm114.
16405
16406         * spam.el (spam-list-of-processors, spam-registration-functions):
16407         Add spam-use-resend.
16408         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16409         (spam-report-articles-gmane): Add doc fix.
16410         (spam-report-articles-resend, spam-report-resend-register-routine):
16411         Add wrappers around spam-report-resend-to.
16412
16413         * spam-report.el (spam-report-resend-to, spam-report-resend):
16414         Add support for resending spam.
16415         (spam-report-gmane): Fix line length >80.
16416
16417         * gnus.el (spam-process): Add spam-use-resend.
16418
16419 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16420
16421         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16422         number of processed spam messages.
16423         (spam-ham-copy-or-move-routine): Return the number of processed
16424         ham messages.
16425         (spam-summary-prepare-exit): Use the above values to decide
16426         whether status messages shouled be displayed.
16427
16428 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16431         `rfc2047-encoding-function-alist' in order to avoid conflicting
16432         with the old version.
16433         (rfc2047-encode-region): Concatenate words containing non-ASCII
16434         characters in structured fields; don't encode space-delimited
16435         ASCII words even in unstructured fields; don't break words at
16436         char-category boundaries.
16437         (rfc2047-encode-1): New function.
16438         (rfc2047-encode): Use it; encode text so that it occupies the
16439         maximum width within 76-column; work correctly on Q encoding for
16440         iso-2022-* charsets.
16441         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16442         sure not to break a line just after the header name.
16443         (rfc2047-b-encode-region): Removed.
16444         (rfc2047-b-encode-string): New function.
16445         (rfc2047-q-encode-region): Removed.
16446         (rfc2047-q-encode-string): New function.
16447
16448         * mm-util.el (mm-replace-in-string): New function.
16449
16450 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16451
16452         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16453         get it right.
16454         (gnus-inews-make-draft): Really.
16455
16456 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16457
16458         * nnmh.el (nnmh-request-list-1): Don't check the link count
16459         before descending.  (small patch)
16460
16461 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16462
16463         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16464         stuff.
16465
16466         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16467         on real group name.
16468
16469         * gnus-art.el (gnus-signature-limit): Doc fix.
16470
16471         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16472
16473         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16474
16475 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16476
16477         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16478         isn't a string.
16479
16480 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16481
16482         * gnus-draft.el (gnus-draft-send): Bind
16483         rfc2047-encode-encoded-words.
16484
16485         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16486         (rfc2047-encodable-p): Say that =? needs encoding.
16487         (rfc2047-encode-encoded-words): New variable.
16488
16489         * gnus-group.el (gnus-group-select-group): Doc fix.
16490
16491         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16492
16493         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16494         to nil.
16495
16496         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16497
16498         * nnheader.el (nnheader-get-lines-and-char): New function.
16499
16500 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * gnus-msg.el (gnus-summary-followup-with-original): Document
16503         yanking of region when active.
16504
16505 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16508         groups if the group level is higher than the specified value.
16509
16510 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16511
16512         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16513         (gnus-group-jump-to-group): Added prefix argument using
16514         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16515         non-active group.
16516
16517         * compface.el (uncompface): Be verbose when changing
16518         `uncompface-use-external'.
16519
16520         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16521         handle manual section.
16522
16523 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16524
16525         * gnus-art.el (gnus-button-alist): Revert previous change.
16526
16527 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16530
16531 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16532
16533         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16534         whether backend can accept message.
16535
16536         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16537
16538 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16539
16540         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16541         Avoid creating directory when nntp-marks-is-evil is true.
16542         Reported by Reiner Steib.
16543
16544 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16545
16546         * gnus-picon.el (gnus-picon-style): New variable.
16547         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16548         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16549         Jesper Harder <harder@ifa.au.dk>.
16550
16551 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16552
16553         * message.el (message-fill-field): Return point.
16554         (message-generate-headers): Go to end of field.
16555
16556         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16557         stuff for non-living groups.
16558
16559 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16560
16561         * gnus-art.el (gnus-article-followup-with-original)
16562         (gnus-article-reply-with-original): gnus-mark-active-p ->
16563         gnus-region-active-p.
16564
16565 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16566
16567         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16568         only when there is spam or ham to be processed.
16569
16570 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16571
16572         * mail-source.el (mail-source-delete-crash-box): Refactor.
16573         (mail-source-fetch): Use it.
16574         (mail-source-fetch-file): Ditto.
16575         (mail-source-fetch-directory): Run postscript in loop.
16576         (mail-source-fetch-pop): Delete.
16577         (mail-source-fetch-maildir): Ditto.
16578         (mail-source-fetch-imap): Ditto.
16579
16580         * imap.el (imap-authenticators): Comment out sasl.
16581
16582         * message.el (message-skip-to-next-address): New function.
16583         (message-fill-header-address): Refactor.
16584         (message-fill-address): Use it.
16585         (message-delete-address): Use it.
16586         (message-fill-header-general): Refactor.
16587         (message-fill-field-address): Rename.
16588         (message-narrow-to-field): Find the start of the header.
16589         (message-header-format-alist): Don't pre-fill.
16590         (message-fill-header): Removed.
16591         (message-insert-header): New function.
16592         (message-shorten-references): Use it.
16593
16594         * rfc2047.el (rfc2047-field-value): Strip props.
16595
16596         * mail-parse.el (mail-header-make-address): New alias.
16597
16598         * ietf-drums.el (ietf-drums-make-address): New function.
16599
16600         * imap.el: Add compiler directives.
16601
16602         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16603
16604         * gnus-art.el (article-decode-idna-rhs): Don't use
16605         message-idna-inside-rhs-p.
16606
16607 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16608
16609         * message.el (message-idna-inside-rhs-p): Removed.
16610         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16611
16612         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16613         false positives.
16614
16615 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16616
16617         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16618
16619 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16620
16621         * nneething.el (nneething-file-name): Don't create spurious
16622         files.
16623
16624         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16625         (gnus-inews-do-gcc): Remove sleep.
16626
16627         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16628         part under point.
16629
16630         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16631         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16632
16633 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16634
16635         * spam.el (spam-summary-prepare-exit): Fixed (length).
16636
16637 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16638
16639         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16640         as expired without moving it" message when there are spam
16641         messages left.
16642
16643 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16644
16645         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16646         header is not nil.
16647
16648 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16649
16650         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16651         nntp-possibly-create-directory, not nntp-possibly-change-group.
16652         (nntp-marks-changed-p): New arg SERVER.
16653         (nntp-request-update-info): Adjust caller.
16654
16655 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16656
16657         * nntp.el (nntp-save-marks): Pass missing arg.
16658
16659 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16660
16661         * nntp.el: Support marks.
16662         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16663         (nntp-marks-modtime, nntp-marks-directory): New variables.
16664         (nntp-request-set-mark, nntp-request-update-info)
16665         (nntp-possibly-create-directory, nntp-marks-changed-p)
16666         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16667         functions.
16668
16669 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16670
16671         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16672         (gnus-xmas-redefine): Rename.
16673
16674         * gnus-score.el (gnus-score-insert-help): Use
16675         gnus-select-lowest-window.
16676
16677         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16678         appt-select-lowest-window and rename to gnus-select-lowest-window.
16679
16680         * gnus.el: do.
16681
16682 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16683
16684         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16685         encodings of MIME-encoded words, in order to improve
16686         interoperability with several broken MUAs.
16687
16688 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16689
16690         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16691         tags, only when charsets are not specified in headers.
16692         (mm-inline-text-html-render-with-w3m): Ditto.
16693
16694         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16695         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16696
16697 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16698
16699         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16700         instead of MIME-decoded from fields when checking
16701         `gnus-article-address-banner-alist'.
16702
16703 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16704
16705         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16706         description rather than subject.
16707
16708 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16709
16710         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16711
16712 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16713
16714         * gnus.el (gnus-version-number): Bump.
16715
16716 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16717
16718         * gnus.el: No Gnus v0.2 is released.
16719
16720 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16721
16722         * gnus-agent.el (gnus-agent-read-agentview): Inline
16723         gnus-uncompress-range.
16724
16725 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16726
16727         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16728         `exec-installed-p'.
16729
16730 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16731
16732         * gnus.el (spam-process, spam-autodetect-methods): Add
16733         bsfilter and bsfilter-headers.
16734
16735         * spam.el (spam-bsfilter): New customize group.
16736         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16737         (spam-bsfilter-header, spam-bsfilter-probability-header)
16738         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16739         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16740         (spam-bsfilter-database-directory): New options.
16741         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16742         (spam-list-of-statistical-checks, spam-registration-functions):
16743         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16744         (spam-bsfilter-score): New command.
16745         (spam-check-bsfilter-headers, spam-check-bsfilter)
16746         (spam-bsfilter-register-with-bsfilter)
16747         (spam-bsfilter-register-spam-routine)
16748         (spam-bsfilter-unregister-spam-routine)
16749         (spam-bsfilter-register-ham-routine)
16750         (spam-bsfilter-unregister-ham-routine): New functions.
16751         (spam-generic-score): Support bsfilter; Accept an optional argument
16752         to recalcurate spam score even if scoring header has already been
16753         added.
16754         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16755         optional argument to recalcurate spam score even if scoring header
16756         has already been added.
16757
16758 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16759
16760         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16761         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16762         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16763         link is missing.
16764
16765 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16766
16767         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16768         (html2text-get-attr): Rewrite.
16769
16770         * message.el (message-setup-1): Remove redundant put-text-property
16771         on mail-header-separator.
16772
16773 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16774
16775         * gnus-registry.el (gnus-registry-cache-whitespace)
16776         (gnus-registry-action, gnus-registry-spool-action)
16777         (gnus-registry-split-fancy-with-parent): Change message levels
16778         from 5 to 3 or 7, as needed.
16779
16780         * spam.el (spam-summary-prepare-exit)
16781         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16782         (spam-split, spam-find-spam, spam-log-undo-registration)
16783         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16784         level from 5 to 6.
16785
16786 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16789         2004-03-04 change).
16790
16791 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16792
16793         * sieve-manage.el (sieve-manage-open):
16794         * nnweb.el (nnweb-insert-html):
16795         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16796         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16797         * nnspool.el (nnspool-request-group):
16798         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16799         * nnml.el (nnml-request-update-info):
16800         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16801         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16802         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16803         (nnimap-request-set-mark):
16804         * nnfolder.el (nnfolder-request-update-info):
16805         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16806         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16807         * gnus-uu.el (gnus-uu-find-articles-matching):
16808         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16809         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16810         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16811         * gnus-nocem.el (gnus-nocem-scan-groups):
16812         * gnus-int.el (gnus-start-news-server):
16813         * gnus-group.el (gnus-group-make-kiboze-group)
16814         (gnus-group-browse-foreign-server):
16815         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16816         Use mapc when appropriate.
16817
16818 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16819
16820         FIXME: Make separate entries for each person.
16821
16822         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16823         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16824         <shields@msrl.com>:
16825
16826         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16827         may need for spam sorting and scoring.
16828         (spam-user-format-function-S): Add user format function suitable for
16829         general use.
16830         (spam-article-sort-by-spam-status): Add sorting function for summary
16831         sorting.
16832         (spam-extra-header-to-number): Add function to get a score from a
16833         header.
16834         (spam-summary-score): Add function to get a numeric score from the
16835         headers.
16836         (spam-generic-score): Fix function doc, was in wrong place.
16837         (spam-initialize): Take symbols when it's run, and install the
16838         extra headers that spam-necessary-extra-headers thinks we need.
16839
16840 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16841
16842         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16843         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16844
16845 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16846
16847         * gnus-sum.el (gnus-set-global-variables)
16848         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16849         (gnus-article-get-xrefs, gnus-summary-best-group)
16850         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16851         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16852         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16853         Use with-current-buffer.
16854
16855 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16856
16857         * spam.el (spam-summary-prepare-exit): Simplify logic.
16858         (spam-fetch-article-header): Read the article header if it's not
16859         available.
16860         (spam-list-articles): Simplify logic.
16861         (spam-filelist-register-routine): Fix bug with unregister-list.
16862
16863         * gnus-registry.el: Fix comments at beginning.
16864
16865 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16866
16867         * message.el (message-cater-to-broken-inn): Remove.
16868         (message-shorten-references): Make sure the total folded length of
16869         References is shorter than 998 characters to cater to a bug in INN
16870         2.3.  Also, don't pretend that references aren't folded -- this
16871         hasn't worked for a while.
16872
16873 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16874
16875         * gnus-agent.el (gnus-agentize):
16876         gnus-agent-send-mail-real-function no longer set to current value
16877         of message-send-mail-function but rather a lambda that calls
16878         message-send-mail-function.  The change makes the agent real-time
16879         responsive to user changes to message-send-mail-function.
16880
16881 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16882
16883         * legacy-gnus-agent.el
16884         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16885         help from Florian Weimer <fw@deneb.enyo.de>
16886
16887 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * nnmail.el (nnmail-cache-insert): Revert last change.
16890
16891 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * nnmail.el (nnmail-cache-insert): Always check whether
16894         nnmail-cache-ignore-groups matches a group name.
16895
16896 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16897
16898         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16899         (spam-find-spam, spam-log-processing-to-registry)
16900         (spam-log-registered-p, spam-log-unregistration-needed-p)
16901         (spam-log-undo-registration): Use gnus-message instead of
16902         gnus-error, none of these errors are fatal.
16903
16904         * gnus-registry.el (gnus-registry-clean-empty-function)
16905         (gnus-registry-clean-empty): Remove only empty entries without
16906         extra data.
16907
16908 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16909
16910         * spam-stat.el (spam-stat-buffer-change-to-spam)
16911         (spam-stat-buffer-change-to-non-spam): Change (error) to
16912         (gnus-message 8) invocation.
16913
16914 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * nntp.el (nntp-via-netcat-command): New variable.
16917         (nntp-via-netcat-switches): New variable.
16918         (nntp-open-via-rlogin-and-netcat): New function.
16919         (nntp-open-connection-function): Doc fix.
16920         (nntp-telnet-command): Doc fix.
16921         (nntp-end-of-line): Doc fix.
16922         (nntp-via-rlogin-command): Doc fix.
16923         (nntp-via-user-name): Doc fix.
16924         (nntp-via-address): Doc fix.
16925
16926 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16929         error in Emacs 21.1.
16930
16931 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16934
16935 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16936
16937         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16938         (gnus-agent-with-refreshed-group): New macro.
16939         (gnus-agent-rename-group): New function.
16940         (gnus-agent-delete-group): New function.
16941         (gnus-agent-save-group-info): Use gnus-command-method when
16942         `method' parameter is nil.  Don't write nil entries into the
16943         active file.
16944         (gnus-agent-get-group-info): New function.
16945         (gnus-agent-fetch-articles): Use
16946         gnus-agent-update-files-total-fetched-for to increment disk space
16947         used.
16948         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16949         gnus-agent-update-view-total-fetched-for to increment disk space
16950         used.
16951         (gnus-agent-get-local): Added optional parameters to avoid calling
16952         gnus-group-real-name and gnus-find-method-for-group.
16953         (gnus-agent-set-local): Delete stored entry if either min, or max,
16954         are nil.
16955         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16956         quit, use gnus-agent-regenerate-group to record existance of any
16957         articles fetched to disk before the quit occurred.
16958         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16959         gnus-agent-update-view-total-fetched-for, and
16960         gnus-agent-update-files-total-fetched-for to decrement disk space
16961         used.
16962         (gnus-agent-retrieve-headers): Use
16963         gnus-agent-update-view-total-fetched-for to increment disk space
16964         used.
16965         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16966         with gnus-agent-update-files-total-fetched-for to decrement disk
16967         space and fresh group buffer.
16968         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16969         (gnus-agent-need-update-total-fetched-for): New variable.
16970         (gnus-agent-update-files-total-fetched-for): New function.
16971         (gnus-agent-update-view-total-fetched-for): New function.
16972         (gnus-agent-total-fetched-for): New function.
16973
16974         * gnus-cache.el (gnus-cache-save-buffers): Use
16975         gnus-cache-update-overview-total-fetched-for to change disk space
16976         used by this group.
16977         (gnus-cache-possibly-enter-article): Use
16978         gnus-cache-update-file-total-fetched-for to increment disk space
16979         used by this group.
16980         (gnus-cache-possibly-remove-article): Use
16981         gnus-cache-update-file-total-fetched-for to decrement disk space
16982         used by this group.
16983         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16984         (gnus-cache-rename-group): New function.
16985         (gnus-cache-delete-group): New function.
16986         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16987         (gnus-cache-need-update-total-fetched-for): New variable.
16988         (gnus-cache-with-refreshed-group): New macro.
16989         (gnus-cache-update-file-total-fetched-for): New function.
16990         (gnus-cache-update-overview-total-fetched-for): New function.
16991         (gnus-cache-rename-group-total-fetched-for): New function.
16992         (gnus-cache-delete-group-total-fetched-for): New function.
16993         (gnus-cache-total-fetched-for): New function.
16994
16995         * gnus-group.el: Require gnus-sum and autoload functions to
16996         resolve warnings when gnus-group.el compiled alone.
16997         (gnus-group-line-format): Documented new %F.
16998         (size of Fetched data) group line format; identifies disk space
16999         used by agent and cache.
17000         (gnus-group-line-format-alist): Defined new F format.
17001         (gnus-total-fetched-for): New function.
17002         (gnus-group-delete-group): No longer update
17003         gnus-cache-active-altered as gnus-request-delete-group now keeps
17004         the cache in sync.
17005         (gnus-group-list-active): Let the agent store a server's active
17006         list if currently plugged.
17007
17008         * gnus-int.el (gnus-request-delete-group):
17009         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17010         local disk in sync with the server.
17011         (gnus-request-rename-group):
17012         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17013         local disk in sync with the server.
17014
17015         * gnus-start.el (gnus-get-unread-articles):
17016         Cosmetic simplification to logic.
17017
17018         * gnus-util.el (gnus-rename-file): New function.
17019
17020 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17021
17022         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17023
17024 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17025
17026         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17027         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17028
17029 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17030
17031         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17032         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17033
17034 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17035
17036         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17037
17038 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17039
17040         * spam.el (spam-set-difference): Add function to replace
17041         gnus-set-difference in spam.el.
17042         (spam-summary-prepare-exit): Use spam-set-difference.
17043
17044 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * gnus-registry.el (gnus-registry-cache-file): Update to use
17047         gnus-dribble-directory OR gnus-home-directory OR ~.
17048         (gnus-registry-split-fancy-with-parent): Fix doc.
17049
17050 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * message.el (message-exchange-point-and-mark): Use
17053         message-mark-active-p.  Suggested by Jesper Harder
17054         <harder@ifa.au.dk>.
17055
17056 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * message.el (message-exchange-point-and-mark): Don't activate
17059         region if it was inactive.  Suggested by Hiroshi Fujishima
17060         <pooh@nature.tsukuba.ac.jp>.
17061
17062 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-art.el (article-display-face): Display Faces in the same
17065         order as X-Faces.
17066
17067 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17070
17071 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17074         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17075         (gnus-article-mime-hierarchy): Remove.
17076         (gnus-article-mime-hierarchy-next): Remove.
17077         (gnus-article-mode): Revert 2004-03-19 change.
17078         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17079         (gnus-insert-mime-button): Revert 2004-03-19 change.
17080         (gnus-mime-accumulate-hierarchy): Remove.
17081         (gnus-mime-enter-multipart): Remove.
17082         (gnus-mime-leave-multipart): Remove.
17083         (gnus-mime-display-part): Revert 2004-03-19 change.
17084         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17085
17086         * mml.el (mml-preview): Revert 2004-03-19 change.
17087
17088 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17089
17090         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17091
17092 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17095         t while entering a file name using the mm-with-multibyte macro.
17096         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17097
17098         * mm-util.el (mm-with-multibyte): New macro.
17099
17100 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17103         user option.
17104         (gnus-mime-multipart-functions): Doc and customization fix.
17105         (gnus-article-mime-hierarchy): New variable.
17106         (gnus-article-mime-hierarchy-next): New variable.
17107         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17108         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17109         gnus-article-mime-hierarchy-next to nil.
17110         (gnus-insert-mime-button): Show hierarchy numbers.
17111         (gnus-mime-accumulate-hierarchy): New function.
17112         (gnus-mime-enter-multipart): New function.
17113         (gnus-mime-leave-multipart): New function.
17114         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17115         (gnus-mime-display-alternative): Show hierarchy numbers.
17116
17117         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17118         gnus-article-mime-hierarchy-next to nil.
17119
17120 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17121
17122         * dns.el: Don't require gnus-xmas.
17123
17124 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17125
17126         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17127         inline PGP.
17128         (mml-menu): Disable mml-quote-region if mark is inactive.
17129
17130 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17133         when the group's active is not available.
17134
17135 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17138         error.
17139
17140 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * imap.el (imap-store-password): New variable.
17143         (imap-interactive-login): Use it.
17144         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17145
17146 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17149         window-start and hscroll to summary window.
17150
17151 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17152
17153         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17154         conversion message to newsrc-dribble when an actual conversion is
17155         performed.
17156
17157 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17158
17159         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17160
17161 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * mm-decode.el (mm-complicated-handles): New function reviving
17164         former definition of mm-multiple-handles.
17165
17166         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17167         (gnus-mime-delete-part): Use it.
17168
17169 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17170
17171         * gnus-agent.el (gnus-agent-read-local): Bind
17172         nnheader-file-coding-system to gnus-agent-file-coding-system to
17173         avoid the implicit assumption that they will always be equal.
17174         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17175         coding-system-for-write, as the with-temp-file macro first prints
17176         to a buffer then saves the buffer.
17177
17178 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * gnus-art.el (gnus-article-edit-part): New function.
17181         (gnus-mime-save-part-and-strip): Use it; do query instead of
17182         signaling an error; don't use mm-multiple-handles.
17183         (gnus-mime-delete-part): Ditto.
17184
17185 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17186
17187         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17188         old file versions.
17189         (gnus-group-prepare-hook): Removed function that converted list
17190         form of gnus-agent-expire-days to group properties.
17191
17192         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17193         (gnus-request-accept-article): Re-indented.
17194
17195         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17196         converters to handle old agent file formats.  Added logic for a
17197         "backup before upgrading warning".
17198         (gnus-convert-mark-converter-prompt): Developers can mark
17199         functions as needing (default), or not needing,
17200         gnus-convert-old-newsrc's "backup before upgrading warning".
17201         (gnus-convert-converter-needs-prompt): Tests whether the user
17202         should be protected from potentially irreversable changes by the
17203         function.
17204
17205         * legacy-gnus-agent.el: New.  Provides converters that are only
17206         loaded when gnus-convert-old-newsrc needs to call them.
17207
17208 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * mail-source.el (mail-source-touch-pop): Doc fix.
17211
17212         * message.el (message-smtpmail-send-it): Doc fix.
17213
17214 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17215
17216         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17217
17218         * nnmail.el (nnmail-split-fancy): do.
17219
17220         * gnus-kill.el (gnus-kill, gnus-execute): do.
17221
17222 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17223
17224         * gnus-sum.el (gnus-widget-reversible-match)
17225         (gnus-widget-reversible-to-internal)
17226         (gnus-widget-reversible-to-external): New functions.
17227         (gnus-widget-reversible): New widget.
17228         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17229
17230 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17231
17232         * gnus-sum.el (gnus-thread-sort-functions)
17233         (gnus-article-sort-functions): Document `(not F)' items.
17234
17235 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * spam.el (spam-use-gmane-xref): Add new backend.
17238         (spam-gmane-xref-spam-group): Add variable to control the name of the
17239         Gmane spam group.
17240         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17241         (spam-regex-headers-spam, spam-regex-headers-ham)
17242         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17243         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17244         backends and checks.
17245         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17246
17247         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17248         an autodetect method.
17249
17250 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17251
17252         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17253         articles are being added to a group.
17254         (gnus-request-replace-article): Inform the agent that articles
17255         need to be uncached as the cached contents are no longer valid.
17256
17257 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * binhex.el: Don't autoload executable-find.
17260
17261         * canlock.el: Don't autoload mail-fetch-field.
17262
17263         * dgnushack.el: Autoload c-mode for XEmacs.
17264
17265         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17266
17267         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17268         rmail-dont-reply-to and rmail-output.
17269
17270         * gnus-score.el: Don't autoload ffap-string-at-point.
17271
17272         * gnus-setup.el: Don't autoload sc-cite-original.
17273
17274         * imap.el: Don't autoload base64-decode-string,
17275         base64-encode-string and md5.
17276
17277         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17278         and rmail-msg-restore-non-pruned-header.
17279
17280         * mm-decode.el: Don't autoload executable-find.
17281
17282         * mm-url.el: Don't autoload executable-find.
17283
17284         * mm-view.el: Don't autoload diff-mode.
17285
17286         * nndb.el: Don't autoload news-reply-mode, news-setup,
17287         cancel-timer and telnet.
17288
17289         * password.el: Don't autoload run-at-time for Emacs.
17290
17291         * sha1-el.el: Don't autoload executable-find.
17292
17293         * sieve-mode.el: Don't autoload c-mode.
17294
17295         * uudecode.el: Don't autoload executable-find.
17296
17297 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17298
17299         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17300         (gnus-agent-possibly-alter-active): Avoid null in numeric
17301         comparison.
17302         (gnus-agent-set-local): Refuse to save null in local object table.
17303         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17304         list of articles that will be marked as unread.
17305
17306 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17309
17310 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17311
17312         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17313         language tags.
17314
17315 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17316
17317         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17318         Don't bind "obarray".
17319
17320         * gnus-sum.el (gnus-thread-sort-functions): Added
17321         `gnus-thread-sort-by-most-recent-number' and
17322         `gnus-thread-sort-by-most-recent-date'.
17323         Reported by Kai Grossjohann <kai@emptydomain.de>.
17324
17325 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17328
17329 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17330
17331         * gnus-cus.el (gnus-agent-customize-category): Removed
17332         ignore-errors macro reference that required cl to be loaded at
17333         run-time.
17334
17335         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17336         single-interval range of the form (min . max).  Previously the
17337         range had to look like ((min . max)).  Likewise, return
17338         (min . max) rather than ((min . max)).
17339         (gnus-range-map): Use gnus-range-normalize to accept
17340         single-interval range.
17341
17342         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17343         the cache, but not the agent, now appear with their usual face.
17344
17345         * dgnushack.el (loaddir): New variable that is bound to the
17346         directory containing the dgnushack.el file. Use loaddir, rather
17347         than srcdir, to update load-path. Change lets dgnushack compile
17348         code in directories other than GNUS/lisp.
17349
17350 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * lpath.el: Don't bind w3m-safe-url-regexp.
17353
17354         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17355         w3m-safe-url-regexp variable buffer-local.
17356
17357         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17358
17359 2004-02-27  Simon Josefsson  <jas@extundo.com>
17360
17361         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17362         gnus-group-real-prefix.
17363         (gnus-summary-move-article): Use it, instead of
17364         gnus-group-real-prefix.
17365
17366 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * lpath.el: Bind w3m-safe-url-regexp.
17369
17370         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17371         w3m-safe-url-regexp variable buffer-local and set it as the value
17372         of mm-w3m-safe-url-regexp.
17373
17374         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17375
17376         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17377         parsing gnus-posting-styles when the message is not for replying.
17378
17379         * dgnushack.el: Autoload sgml-mode for XEmacs.
17380
17381         * nnrss.el (nnrss-opml-export): Use
17382         mm-set-buffer-file-coding-system instead of
17383         set-buffer-file-coding-system.
17384
17385 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17386
17387         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17388         of checkdoc.el).
17389         * nnrss.el: do.
17390         * gnus-mlspl.el: do.
17391         * gnus-ml.el: do.
17392         * gnus-srvr.el: do.
17393
17394         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17395
17396 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17397
17398         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17399         Corrections to custom-manual links.
17400
17401         * gnus-art.el (gnus-article): Ditto.
17402
17403         * mm-decode.el (mime-display, mime-security): Ditto.
17404
17405 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17406
17407         * flow-fill.el: Typo.
17408
17409 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17410
17411         * spam-wash.el: New file.
17412
17413 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17414
17415         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17416
17417 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17418
17419         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17420         to be run with new-articles as LIST1, not LIST2.
17421         (spam-registration-functions): Add spam-use-ham-copy as a nil
17422         registration backend.
17423
17424 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17425
17426         * spam-stat.el (spam-stat-washing-hook): New option.
17427         (spam-stat-buffer-words): Use it.
17428         (spam-stat-process-directory, spam-stat-test-directory): Use
17429         insert-file-contents-literally.
17430         (spam-stat-coding-system): New variable.
17431         (spam-stat-load, spam-stat-save): Use it.
17432
17433 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * spam-report.el (spam-report-plug-agent): Quote
17436         spam-report-url-to-file and spam-report-url-ping-plain.
17437
17438 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17441         / in mailto URLs.
17442
17443 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17444
17445         * spam-report.el (spam-report-process-queue): Fix interactive use.
17446         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17447         (spam-report-unplug-agent): Doc fixes.
17448         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17449         (spam-report-agentize, spam-report-deagentize): Autoload.
17450
17451 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17454
17455         * message.el (message-setup-fill-variables): Add mml tags to
17456         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17457         <ajk@iu.edu>.
17458         (message-mode): Don't modify paragraph-separate there.
17459
17460 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * compface.el (uncompface-use-external): Default to undecided.
17463         (uncompface-use-external-threshold): New variable.
17464         (uncompface-float-time): New macro.
17465         (uncompface): Determine whether to use the external decoder if
17466         uncompface-use-external is undecided.
17467
17468 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17469
17470         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17471         after images.
17472
17473         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17474
17475 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17476
17477         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17478
17479         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17480
17481         * gnus-sum.el (gnus-summary-limit-to-age)
17482         (gnus-summary-limit-children): do.
17483
17484         * gnus-int.el (gnus-request-scan): do.
17485
17486         * gnus-group.el (gnus-group-suspend): do.
17487
17488         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17489
17490         * gnus-cite.el (gnus-cite-parse-attributions): do.
17491
17492         * gnus-agent.el (gnus-summary-set-agent-mark)
17493         (gnus-agent-regenerate-group): do.
17494
17495         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17496
17497         * binhex.el (binhex-decode-region-internal): do.
17498
17499 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17500
17501         * gnus-fun.el (gnus-face-properties-alist): New user option.
17502         (gnus-display-x-face-in-from): Use it.
17503
17504         * gnus-art.el (article-display-face): Ditto.
17505
17506         * compface.el (uncompface-use-external): Default to nil.
17507
17508 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17509
17510         * nntp.el (nntp-erase-buffer): New function.
17511         (nntp-retrieve-data, nntp-send-command)
17512         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17513         (nntp-possibly-change-group): Use it.
17514
17515         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17516         with-current-buffer.
17517
17518 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17519
17520         * compface.el: Merge the ELisp-based uncompface program.
17521         (compface): New customization group.
17522         (uncompface-use-external): New user option.
17523         (uncompface): Call uncompface-internal if uncompface-use-external
17524         is nil.
17525         (uncompface-internal): New function.  Note that there are also
17526         some other functions and variables added for this function.
17527
17528 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17531         if necessary.
17532
17533 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17534
17535         * spam-report.el (spam-report-unplug-agent)
17536         (spam-report-plug-agent, spam-report-deagentize)
17537         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17538         Add support for the Agent in spam-report: when unplugged, report to a
17539         file; when plugged, submit all the requests.
17540
17541         * spam.el (spam-register-routine): Fix message about
17542         registration.
17543
17544 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17545
17546         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17547         dependencies.
17548         (rfc2047-encode): Use it.
17549
17550         * gnus-art.el (gnus-button-marker-list): Move before first
17551         reference.
17552
17553         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17554         (imap-parse-body): Fix format string mismatch.
17555
17556         * gnus-score.el (gnus-summary-increase-score): do.
17557
17558         * nnrss.el (nnrss-close): New function.
17559
17560 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17561
17562         * nnrss.el (nnrss-make-filename): New function.
17563         (nnrss-request-delete-group, nnrss-read-server-data)
17564         (nnrss-save-server-data, nnrss-read-group-data)
17565         (nnrss-save-group-data): Use it.
17566         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17567         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17568         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17569
17570 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17573
17574 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17577         files.
17578
17579         * message.el (message-generate-headers-first): Don't quote nil
17580         and t in docstrings.
17581
17582         * imap.el (imap-id): do.
17583
17584         * gnus-agent.el (gnus-agent-consider-all-articles)
17585         (gnus-agent-queue-mail): do.
17586
17587 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17588
17589         * spam-report.el (spam-report-process-queue): New function.
17590         Process requests from `spam-report-requests-file'.
17591         (spam-report-process-queue): Doc fix.
17592
17593 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17594
17595         * spam.el (spam-register-routine)
17596         (spam-log-processing-to-registry, spam-log-registered-p)
17597         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17598         Change "check" to "spam-check" for semi-clarity.
17599
17600 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17601
17602         * pop3.el: Require nnheader.
17603
17604         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17605
17606         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17607
17608         * gnus-picon.el: Require cl.
17609
17610         * gnus-fun.el: Require gnus-ems and gnus-util.
17611
17612         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17613
17614         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17615
17616         * gnus-art.el (gnus-article-edit-mode): Define before first
17617         reference.
17618
17619 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17622         (gnus-uu-post-encoded): Use point-at-bol.
17623
17624         * gnus-topic.el (gnus-group-active-topic-p): do.
17625
17626         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17627
17628         * gnus-group.el (gnus-group-kill-region): do.
17629
17630         * gnus-art.el (article-date-ut): do.
17631
17632         * message.el (message-fetch-field): Remove redundant
17633         case-fold-search binding.
17634         (message-narrow-to-field): Simplify.
17635
17636 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * spam.el (spam-directory): Derive from `gnus-directory'.
17639
17640         * spam-report.el (spam-report-url-to-file)
17641         (spam-report-requests-file): New function and variable for offline
17642         reporting.
17643         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17644         and user defined function.
17645         (spam-report-url-ping-mm-url): Remove doubled slash.
17646
17647 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17648
17649         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17650
17651 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17652
17653         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17654         format string mismatch.
17655
17656         * sieve.el (sieve-deactivate-all): do.
17657
17658         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17659
17660         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17661
17662         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17663
17664         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17665
17666 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17667
17668         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17669         the list of checks.
17670
17671 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17672
17673         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17674         padding.
17675
17676 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17677
17678         * mm-view.el (mm-fill-flowed): New variable.
17679         (mm-inline-text): Use it.
17680
17681 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17682
17683         * spam.el (spam-spamassassin-register-ham-routine)
17684         (spam-spamassassin-register-spam-routine): Fix function names.
17685
17686 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus.el (gnus-tmp-grouplens): Remove.
17689         (gnus-summary-line-format): Remove grouplens.
17690
17691         * gnus-group.el (gnus-group-line-format): Ditto.
17692
17693         * gnus-spec.el (gnus-format-specs): Ditto.
17694         (gnus-update-format-specifications): Flush the group format spec
17695         cache if there's the grouplens stuff.
17696         (gnus-parse-simple-format): Replace %l with the empty string.
17697
17698 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17699
17700         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17701         omission.
17702
17703 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17706         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17707
17708 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17709
17710         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17711         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17712         New macros and functions.
17713         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17714         Handle > NLINK_MAX messages.
17715         * nnmaildir.el (nnmaildir-request-set-mark): Use
17716         nnmaildir--emlink-p and nnmaildir--eexist-p.
17717
17718 2004-01-25  Alex Schroeder  <alex@gnu.org>
17719
17720         * spam-stat.el (spam-stat-process-directory-age): New option.
17721         (spam-stat-process-directory): Use it.
17722
17723 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17724
17725         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17726         (spam-stat-save): Accept prefix argument.
17727
17728 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17729
17730         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17731         links" error.
17732
17733 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17736         the rest of the and/or forms.
17737
17738 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17739
17740         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17741         compatibility with old .newsrc.eld files.
17742
17743         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17744
17745         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17746
17747         * gnus-start.el (gnus-1): do.
17748
17749         * gnus-group.el (gnus-group-line-format-alist): do.
17750
17751         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17752
17753         * gnus-gl.el: Remove.
17754
17755 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17756
17757         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17758         marks consisting of a single range {for example, (3 . 5)} rather
17759         than a list of a single range { ((3 . 5)) }.
17760
17761 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17762
17763         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17764         with-current-buffer.
17765         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17766         avoid consing a string.
17767
17768         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17769         Remove obsolete entries for big5 and gb2312.
17770
17771 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17772
17773         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17774         uncompressed list.
17775
17776 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17777
17778         * spam-stat.el (spam-stat-strip-xref): New function.
17779         (spam-stat-process-directory): Use it.
17780
17781         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17782         here -- it's done in message-fetch-field.
17783
17784 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17785
17786         * gnus-agent.el (gnus-agent-queue-mail)
17787         (gnus-agent-prompt-send-queue): New variables.
17788         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17789         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17790         "nndraft:queue" along to gnus-draft-send.  Use
17791         gnus-agent-prompt-send-queue.
17792         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17793         is "nndraft:queue".  Suggested by Gaute Strokkenes
17794         <gs234@srcf.ucam.org>
17795
17796         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17797         (agent-enable-undownloaded-faces): Added.
17798         (gnus-agent-cat-groups): Use eval-and-compile, not
17799         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17800         method of gnus-agent-cat-groups even when the buffer has been
17801         evaled.
17802         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17803         delete gnus-agent-save-active-1.
17804         (gnus-agent-save-groups): Deleted.  Identical to
17805         gnus-agent-save-active.
17806         (gnus-agent-write-active): No longer adjust agent's copy of active
17807         file as agent's adjustments are now stored in their own
17808         file.  Removed optional parameter.
17809         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17810         servers.  Add use of min/max range limits from server's local
17811         file.
17812         (gnus-agent-save-alist): Removed unused optional argument.
17813         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17814         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17815         (gnus-agent-set-local): A per-server file that keeps min/max range
17816         limits for articles known to the agent.  Provides a fast mechanism
17817         for altering many active ranges.
17818         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17819         active file (local makes it unnecessary).
17820         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17821
17822         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17823         (agent-enable-undownloaded-faces): Added.
17824
17825         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17826         disable it when sending to "nndraft:queue".
17827         (gnus-group-send-queue): Add safety check to avoid sending queue
17828         when unplugged.
17829
17830         * gnus-group.el (gnus-group-catchup): Use new
17831         gnus-sequence-of-unread-articles, not
17832         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17833         numbers of articles.  Use gnus-range-map to avoid having to
17834         uncompress the unread list.
17835         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17836         Fixed invalid ange-ftp reference.
17837
17838         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17839         (gnus-sorted-range-intersection): Intersection of two ranges
17840         without requiring that they first be uncompressed.
17841
17842         * gnus-start.el (gnus-activate-group): Unless blocked by the
17843         caller, possibly expand the active range to include both cached
17844         and agentized articles.
17845         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17846         multiple version-dependent converters.
17847         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17848         gnus-agent-save-active.
17849         (gnus-save-newsrc-file): Save dirty agent range limits.
17850
17851         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17852         gnus-agent-possibly-alter-active.
17853         (gnus-adjust-marked-articles): Faster handling of simple lists.
17854
17855 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17856
17857         * spam-stat.el (spam-stat-test-directory): New optional argument
17858         displays a list of files detected.  Suggested by Andrew Cohen
17859         <cohen@andy.bu.edu>.
17860         (spam-stat-buffer-words-with-scores): Don't narrow and change
17861         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17862
17863 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17864
17865         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17866         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17867         (spam-spamassassin-arguments)
17868         (spam-spamassassin-spam-flag-header)
17869         (spam-spamassassin-positive-spam-flag-header)
17870         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17871         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17872         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17873         (spam-list-of-processors, spam-list-of-checks)
17874         (spam-list-of-statistical-checks, spam-registration-functions)
17875         (spam-check-spamassassin-headers, spam-check-spamassassin)
17876         (spam-spamassassin-score)
17877         (spam-spamassassin-register-with-sa-learn)
17878         (spam-spamassassin-register-spam-routine)
17879         (spam-spamassassin-register-ham-routine)
17880         (spam-assassin-register-spam-routine)
17881         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17882         (spam-bogofilter-score): Fix to show article before scoring.
17883
17884 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17885
17886         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17887         default scoring function.
17888         (spam-generic-score): Call spam-spamassassin-score if
17889         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17890         spam-bogofilter-score otherwise.
17891
17892         * gnus.el (spam-process, spam-autodetect-methods): Add
17893         spamassassin and spamassassin-headers.
17894
17895 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17896
17897         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17898         Suppress unnecessary messages.
17899
17900 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17903         make-hash-table.
17904
17905 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * canlock.el (base64-encode-string): Don't autoload it.
17908
17909 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * run-at-time.el: Remove useless (require 'itimer),
17912         eval-and-compile and (featurep 'xemacs).
17913
17914 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17915
17916         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17917         GROUP is a virtual group.
17918
17919 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17920
17921         * gnus.el: Autoload `message-y-or-n-p'.
17922
17923 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17924
17925         * pgg-parse.el: Remove unnecessary (require 'custom).
17926
17927         * pgg-def.el: do.
17928
17929         * nnmail.el: do.
17930
17931         * gnus-undo.el: do.
17932
17933         * gnus-picon.el: do.
17934
17935         * gnus-util.el: do.
17936
17937 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17940
17941 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17944         handle, as well as a list.
17945
17946         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17947         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17948         (mm-w3m-cid-retrieve): Simplify.
17949
17950 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17951
17952         * message.el (message-kill-to-signature): Allow prefix arg to
17953         specify number of lines to keep before signature.
17954
17955 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17956
17957         * message.el (message-kill-to-signature): Change docstring.
17958
17959 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * canlock.el: Always require sha1-el.
17962         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17963
17964         * message.el: Autoload sha1 only when compiling.
17965
17966         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17967         eudc-expand-inline for XEmacs.
17968
17969 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * message.el (message-canlock-generate): Require sha1-el.
17972
17973 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17974
17975         * message.el (message-expand-name): Silence the byte compiler.
17976
17977         * lpath.el: Add detect-coding-system.
17978
17979         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17980         cus-edit.
17981
17982 2004-01-13  Simon Josefsson  <jas@extundo.com>
17983
17984         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17985         Invoke gnus-score-mode.  Reported by
17986         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17987
17988         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17989         Jim Blandy <jimb@redhat.com> (tiny change).
17990
17991 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17992
17993         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17994
17995 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17996
17997         * spam.el (spam-get-article-as-string): Update to use
17998         gnus-request-article-this-buffer, much simpler.
17999         (spam-get-article-as-buffer): Remove.
18000
18001 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18002
18003         * message.el (message-expand-name): Use EUDC if the user uses that.
18004
18005 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18006
18007         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18008         character for the encoding to avoid consing a string.
18009
18010         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18011         unnecessarily.
18012
18013         * mm-util.el (mm-replace-chars-in-string): Remove.
18014
18015         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18016         of mm-replace-chars-in-string.
18017
18018 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18019
18020         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18021
18022         * mm-util.el (mm-subst-char-in-string): Support inplace.
18023
18024         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18025         a new string in every iteration.  Use shy groups.
18026
18027 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18028
18029         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18030         * gnus-soup.el (gnus-soup-group-brew):
18031         * gnus-msg.el (gnus-put-message):
18032         * gnus-move.el (gnus-group-move-group-to-server):
18033         * gnus-kill.el (gnus-batch-score):
18034         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18035         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18036         (gnus-group-update-group, gnus-group-read-group)
18037         (gnus-group-make-group, gnus-group-make-help-group)
18038         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18039         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18040         (gnus-group-sort-by-unread, gnus-group-catchup)
18041         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18042         (gnus-group-yank-group, gnus-group-set-info)
18043         (gnus-group-list-groups):
18044         * gnus.el (gnus-generate-new-group-name):
18045         * gnus-delay.el (gnus-delay-send-queue):
18046         * nnvirtual.el (nnvirtual-catchup-group):
18047         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18048         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18049         (gnus-group-prepare-topics, gnus-topic-check-topology):
18050         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18051         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18052         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18053         (gnus-group-make-articles-read):
18054         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18055         (gnus-group-change-level, gnus-kill-newsgroup)
18056         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18057         (gnus-get-unread-articles, gnus-make-articles-unread)
18058         (gnus-make-ascending-articles-unread): Use accessor
18059         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18060         to get group information for improved readability.
18061
18062
18063 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18064
18065         * gnus-art.el (article-decode-mime-words, article-babel)
18066         (gnus-article-highlight-signature, gnus-article-add-buttons)
18067         (gnus-signature-toggle): Use gnus-with-article-buffer.
18068
18069         * gnus-art.el (gnus-article-highlight-headers)
18070         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18071
18072         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18073         (gnus-article-set-globals, gnus-request-article-this-buffer)
18074         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18075         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18076         (gnus-mime-display-alternative): Use with-current-buffer.
18077
18078 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18079
18080         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18081         also under 80 char limit, and call gnus-error if needed.
18082         (spam-fetch-article-header): Fix - it was a
18083         buffer-local variable (gnus-newsgroup-data).
18084         (spam-find-spam): Use spam-generate-fake-headers, forget about
18085         spam-insert-fake-headers.
18086         (spam-insert-fake-headers): Remove.
18087
18088 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18089
18090         * deuglify.el (gnus-article-outlook-unwrap-lines)
18091         (gnus-outlook-rearrange-article)
18092         (gnus-outlook-repair-attribution-outlook)
18093         (gnus-outlook-repair-attribution-block)
18094         (gnus-outlook-repair-attribution-other): Remove redundant
18095         save-excursion.
18096
18097 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18098
18099         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18100         (spam-fetch-field-subject-fast)
18101         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18102         (spam-fetch-article-header): Add functions to deal with Gnus
18103         internals for fast retrieval of article header data.
18104         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18105
18106 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18107
18108         * pop3.el (pop3-md5): Remove.
18109         (pop3-apop): Replace pop3-md5 with md5.
18110
18111         * mm-bodies.el: base64 is always built-in.
18112
18113         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18114         with-current-buffer.
18115
18116 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * canlock.el (canlock-insert-header): Remove excessive grouping in
18119         regexp.
18120
18121         * gnus-sum.el (gnus-summary-read-document): Ditto.
18122
18123         * gnus-uu.el (gnus-uu-part-number): Ditto.
18124
18125         * html2text.el (html2text-remove-tags): Ditto.
18126         (html2text-format-tags): Ditto.
18127         (html2text-format-single-elements): Ditto.
18128
18129         * mml.el (mml-parse-1): Ditto.
18130
18131 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18132
18133         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18134
18135         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18136
18137         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18138
18139         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18140
18141 2003-11-15  Simon Josefsson  <jas@extundo.com>
18142
18143         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18144         (pgg-gpg-lookup-key): Use regexp match instead of
18145         split-string (split-string is different between emacs 21.2 and
18146         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18147
18148 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18149
18150         * gnus-art.el (gnus-mime-view-all-parts)
18151         (gnus-article-part-wrapper, gnus-article-view-part): Use
18152         with-current-buffer.
18153
18154 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18155
18156         * spam.el (spam-disable-spam-split-during-ham-respool)
18157         (spam-spamoracle-database, spam-cache-lookups)
18158         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18159         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18160         (spam-group-ham-marks, spam-group-spam-marks)
18161         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18162         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18163         also add spam-use-blackholes to the statistical checks.
18164         (spam-fetch-field-fast): Add interface to fetching fields, may
18165         become a macro.
18166         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18167         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18168         (spam-insert-fake-headers): Fake an article when needed.
18169         (spam-find-spam): Fake article when possible.
18170         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18171         (spam-check-bogofilter-headers): Use message-fetch-field instead
18172         of nnmail-fetch-field.
18173
18174 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18175
18176         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18177
18178 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18179
18180         * spam.el (spam-split): Do not require spam-use-CHECK to be
18181         enabled if that check is passed to spam-split explicitly; also
18182         fix so 'spam doesn't get converted to spam-split-group when
18183         spam-split-symbolic-return is t.
18184         (spam-find-spam): Find registrations of the article and use those
18185         instead of re-running spam-split to find the spam/ham
18186         classification of the article.
18187         (spam-log-processing-to-registry, spam-log-registered-p)
18188         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18189         Use gnus-error instead of gnus-message.
18190         (spam-log-registration-type): Add function to determine the
18191         classification of a message based on registry entries; will
18192         return nil if both 'spam and 'ham are found.
18193         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18194         a reasonably fast local cache without the loading errors.
18195         (spam-cache-lookups): Set to t by default.
18196         (spam-find-spam): Don't try to guess spam-cache-lookups.
18197         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18198         spam-caches entry.
18199         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18200         caching of whitelist/blacklist entries.
18201         (spam-check-whitelist, spam-check-blacklist): Invoke
18202         spam-from-listed-p with a type, not a cache variable.
18203         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18204
18205 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18206
18207         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18208
18209         * nnmail.el (nnmail-split-fancy): do.
18210
18211         * mml.el (mml-parse): do.
18212
18213         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18214         (gnus-score-adaptive): do.
18215
18216 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18217
18218         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18219         (gnus-mime-button-map): Don't set keymap parent.
18220         (gnus-button-ctan-directory-regexp): Use shy grouping.
18221         (gnus-prev-page-map): Don't set keymap parent.
18222         (gnus-prev-page-map): Remove duplicated one.
18223         (gnus-next-page-map): Don't set keymap parent.
18224         (gnus-mime-security-button-map): Ditto.
18225
18226         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18227         version number.
18228
18229         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18230
18231 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * canlock.el (canlock-sha1-function): Remove.
18234         (canlock-sha1-function-for-verify): Remove.
18235         (canlock-openssl-program): Remove.
18236         (canlock-openssl-args): Remove.
18237         (canlock-ignore-errors): Remove.
18238         (canlock-sha1-with-openssl): Remove.
18239         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18240         (canlock-verify): Don't use canlock-ignore-errors.
18241
18242         * sha1-el.el (sha1-string-external): Make it can return a string
18243         in binary form.
18244         (sha1-region-external): Ditto.
18245         (sha1-string-internal): Ditto.
18246         (sha1-region-internal): Ditto.
18247         (sha1-region): Ditto.
18248         (sha1-string): Ditto.
18249         (sha1): Ditto.
18250
18251 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18252
18253         * spam.el (spam-report-articles-gmane): New command.
18254
18255 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18256
18257         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18258
18259         * run-at-time.el (run-at-time-saved): Remove.
18260         (run-at-time): Doc fix.
18261
18262 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18263
18264         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18265         (gnus-summary-limit-map): Add it.
18266         (gnus-summary-make-menu-bar): do.
18267
18268 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18269
18270         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18271         Make attempt at some caching support (done for BBDB only now).
18272         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18273         addresses to be checked.
18274         (spam-clear-cache-BBDB): Add function, to be invoked by
18275         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18276         (spam-check-BBDB): Check and use the caches, if
18277         spam-cache-lookups is on, remove superfluous (provide).
18278
18279 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18280
18281         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18282
18283 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18284
18285         * run-at-time.el (run-at-time-saved): Move to after the definition
18286         of `run-at-time'.
18287
18288         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18289
18290 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18293         mm-w3m-local-map-property.
18294
18295         * mm-view.el (mm-w3m-mode-map): Remove.
18296         (mm-w3m-local-map-property): Remove.
18297         (mm-inline-text-html-render-with-w3m): Don't use
18298         mm-w3m-local-map-property.
18299
18300 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18301
18302         * run-at-time.el: New file.
18303
18304         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18305         under Emacs.
18306
18307         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18308         of gnus-set-text-properties.
18309
18310         * gnus-uu.el (gnus-uu-save-article): Ditto.
18311
18312         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18313
18314         * gnus-cite.el (gnus-cite-parse): Ditto.
18315
18316         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18317         of gnus-.
18318
18319         * gnus-xmas.el (run-at-time): Require run-at-time.
18320
18321         * gnus.el: Changed calls to nnheader-run-at-time and
18322         password-run-at-time throughout to use run-at-time directly.
18323
18324         * password.el: Removed definition of run-at-time.
18325
18326         * nnheaderxm.el: Remove definition of run-at-time.
18327
18328 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18329
18330         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18331         in prompt.
18332
18333 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18334
18335         * messagexmas.el (message-xmas-redefine): Alias
18336         `message-make-caesar-translation-table' to
18337         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18338         version.
18339
18340         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18341         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18342         `gnus-xmas-set-text-properties'.
18343         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18344         `gnus-xmas-completing-read'.
18345         (gnus-xmas-completing-read): Removed.
18346         (gnus-xmas-open-network-stream): Removed.
18347
18348         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18349         XEmacs version.
18350
18351         * dns.el (dns-make-network-process): Use `open-network-stream'
18352         instead of `gnus-xmas-open-network-stream'.
18353
18354         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18355
18356         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18357
18358 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18359
18360         * gnus-art.el (gnus-mime-display-alternative)
18361         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18362         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18363         Don't use gnus-local-map-property.
18364
18365         * gnus-util.el (gnus-local-map-property): Remove.
18366
18367         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18368         gnus-completing-read-maybe-default with completing-read.
18369
18370         * gnus-util.el (gnus-completing-read): do.
18371         (gnus-completing-read-maybe-default): Remove.
18372
18373 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18374
18375         * password.el: Only autoload `run-at-time' if not XEmacs.
18376         Only autoload the itimer functions if XEmacs.
18377
18378 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18381         XEmacsen.
18382
18383         * dgnushack.el: Autoload executable-find for XEmacs.
18384
18385 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18386
18387         * gnus-art.el (gnus-read-string): Remove.
18388         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18389         read-string.
18390
18391 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18392
18393         * netrc.el: Autoload password-read.
18394         (netrc): Add configuration group.
18395         (netrc-encoding-method, netrc-openssl-path): Add
18396         variables for encoding and decoding of files with symmetric
18397         ciphers.
18398         (netrc-encode): Add assistant function to encode a file with
18399         netrc-encoding-method.
18400         (netrc-parse): Add interactive parameter, added optional
18401         decoding if netrc-encoding-method is non-nil but otherwise
18402         behavior is standard.
18403         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18404         Do s/encode/encrypt/ everywhere.
18405
18406         * spam.el: Remove executable-find autoload.
18407
18408 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18409
18410         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18411
18412         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18413
18414 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18415
18416         * gnus-art.el (gnus-treat-ansi-sequences)
18417         (article-treat-ansi-sequences): New variable and function.
18418         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18419
18420         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18421         Use it.
18422
18423 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18424
18425         * mm-util.el (mm-quote-arg): Remove.
18426
18427         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18428         shell-quote-argument.
18429
18430         * gnus-uu.el (gnus-uu-command): do.
18431
18432         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18433
18434         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18435         with make-char.
18436
18437         * mm-util.el (mm-make-char): Remove.
18438
18439         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18440         add-minor-mode.
18441
18442         * gnus-undo.el (gnus-undo-mode): do.
18443
18444         * gnus-topic.el (gnus-topic-mode): do.
18445
18446         * gnus-sum.el (gnus-dead-summary-mode): do.
18447
18448         * gnus-start.el (gnus-slave-mode): do.
18449
18450         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18451
18452         * gnus-ml.el (gnus-mailing-list-mode): do.
18453
18454         * gnus-gl.el (gnus-grouplens-mode): do.
18455
18456         * gnus-draft.el (gnus-draft-mode): do.
18457
18458         * gnus-dired.el (gnus-dired-mode): do.
18459
18460         * gnus-ems.el (gnus-add-minor-mode): Remove.
18461
18462         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18463         Replace gnus-char-width with char-width.
18464
18465         * gnus-ems.el (gnus-char-width): Remove.
18466
18467         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18468         Replace gnus-char-width with char-width.
18469
18470         * gnus-ems.el (gnus-char-width): Remove.
18471
18472         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18473         definition.
18474         Remove Emacs 20 hash table compatibility code.
18475
18476         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18477         20 compatibility code.
18478
18479         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18480
18481         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18482
18483         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18484         with point-at-{eol,bol}.
18485
18486         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18487
18488         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18489
18490         * flow-fill.el (fill-flowed-point-at-bol)
18491         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18492
18493         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18494         Replace with point-at-{eol,bol} throughout all files.
18495
18496 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * ntlm.el (ntlm-string-as-unibyte): New macro.
18499         (ntlm-build-auth-response): Use it.
18500
18501         Remove Emacs 20 stuff:
18502         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18503         (butlast, mapc, remove): Remove the compiler macros.
18504         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18505         of delq and copy-sequence.
18506         * gnus-art.el (popup-menu): Remove the compiler macro.
18507         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18508         Emacs 20.
18509
18510 2004-01-05  Simon Josefsson  <jas@extundo.com>
18511
18512         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18513         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18514         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18515         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18516         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18517         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18518         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18519         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18520         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18521         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18522         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18523         string-xor into ntlm-string-xor.  Suggested by
18524         Jesper Harder <harder@myrealbox.com>.
18525
18526         * ntlm.el: Don't include poem.
18527
18528         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18529         Jesper Harder <harder@myrealbox.com>.
18530
18531         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18532
18533         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18534         probably breaks emacs with DL patch, but do we care? Is anyone
18535         still using the DL stuff?)
18536
18537         * sieve-manage.el: Use the password package.
18538         (sieve-manage-read-passwd): Remove.
18539         (sieve-manage-interactive-login): Use password.  Re-add
18540         condition-case around loop.
18541
18542         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18543         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18544         the password package.
18545
18546 2003-02-19  Simon Josefsson  <jas@extundo.com>
18547
18548         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18549         token.
18550
18551 2002-08-07  Simon Josefsson  <jas@extundo.com>
18552
18553         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18554         (sieve-manage-authenticators):
18555         (sieve-manage-authenticator-alist): Add some SASL mechs.
18556         (sieve-sasl-auth): New function.
18557         (sieve-manage-cram-md5-auth):
18558         (sieve-manage-plain-auth): Rewrite using SASL library.
18559         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18560         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18561         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18562         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18563
18564 2004-01-05  Simon Josefsson  <jas@extundo.com>
18565
18566         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18567         New files.
18568
18569 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18570
18571         * gnus-group.el (gnus-no-groups-message): Update.
18572
18573         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18574
18575 2003-11-09  Simon Josefsson  <jas@extundo.com>
18576
18577         * imap.el: Support for ID IMAP extension (RFC 2971).
18578         (imap-local-variables): Add imap-id.
18579         (imap-id): New variable.
18580         (imap-id): New function.
18581         (imap-parse-response): Parse untagged ID response.
18582         * nnimap.el (nnimap-id): New variable.
18583         (nnimap-open-connection): Use it.
18584
18585 2003-12-28  Simon Josefsson  <jas@extundo.com>
18586
18587         * gnus-score.el (gnus-score-edit-all-score): New.
18588         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18589
18590 2004-01-04  Simon Josefsson  <jas@extundo.com>
18591
18592         * password.el: Add.
18593
18594 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18595
18596         * dns.el (dns-query-types): Fix typo.
18597         (dns-query-types): New function.
18598         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18599         PTR and SOA replies, see RFC 1035.
18600
18601 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18602
18603         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18604
18605         * Moved to Changelog.2.
18606
18607 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18608
18609         * gnus.el (gnus-version-number): Bump version.
18610
18611 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18612
18613         * gnus.el: No Gnus v0.1 is released.
18614
18615 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18616
18617         * gnus.el: No Gnus v0.0 is released.
18618
18619 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620
18621         * gnus.el (gnus-version-number): Bump.
18622         (gnus-version): No.
18623
18624 See ChangeLog.2 for earlier changes.
18625
18626     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18627       Free Software Foundation, Inc.
18628
18629   This file is part of GNU Emacs.
18630
18631   GNU Emacs is free software: you can redistribute it and/or modify
18632   it under the terms of the GNU General Public License as published by
18633   the Free Software Foundation, either version 3 of the License, or
18634   (at your option) any later version.
18635
18636   GNU Emacs is distributed in the hope that it will be useful,
18637   but WITHOUT ANY WARRANTY; without even the implied warranty of
18638   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18639   GNU General Public License for more details.
18640
18641   You should have received a copy of the GNU General Public License
18642   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18643
18644 ;; Local Variables:
18645 ;; coding: utf-8
18646 ;; fill-column: 79
18647 ;; add-log-time-zone-rule: t
18648 ;; End: