(shr-tag-video): Show the video poster image.
[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         (shr-tag-video): Show the video poster image.
8
9 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * shr.el (shr-table-depth): New variable.
12         (shr-tag-table-1): Only insert the images after the top-level table.
13
14         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
15
16         * gnus-util.el (gnus-list-memq-of-list): New function.
17
18         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
19         selected.
20         (nnimap-unsplittable-articles): New slot.
21         (nnimap-new-articles): Use it.
22
23 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
24
25         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
26         move to the previous line on `M-g'.
27
28 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
31         *-request-group, which seems unnecessary.
32
33         * nnimap.el (nnimap-quote-specials): Function copied over from
34         imap.el.
35         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
36         they support that.  Suggested by Tom Regner.
37
38 2010-10-29  Julien Danjou  <julien@danjou.info>
39
40         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
41         defalias.
42         (gnus-summary-delete-marked-with): Remove obsolete defalias.
43
44         * gnus.el: Remove `gnus-nntp-service' variable.
45         (gnus-secondary-servers): Make obsolete.
46         (gnus-nntp-server): Make obsolete.
47
48         * gnus-start.el (gnus-1): Remove x-splash calls.
49
50         * gnus-ems.el (gnus-x-splash): Remove.
51
52         * gnus.el (gnus-group-startup-message): Simplify/update code.
53
54         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
55         definition.
56
57         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
58         capability before doing anything.
59         (gnus-group-insert-group-line): Remove useless
60         gnus-group-remove-excess-properties.
61
62 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
65
66 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
69         config after reselecting.
70
71 2010-10-28  Julien Danjou  <julien@danjou.info>
72
73         * shr.el (shr-put-image): Use point even if only inserting text.
74         (shr-put-image): Save excursion when inserting alt text on non-graphic
75         display, so the behaviour is the same when we are on a graphic display.
76
77         * nnir.el (nnir-run-swish-e): Remove hyrex support.
78
79 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
82         (gnus-mime-copy-part): Check coding system, not charset.
83         (gnus-mime-view-part-externally): Never remove part.
84         (gnus-mime-view-part-internally): Don't remove part here.
85         (gnus-article-part-wrapper): Make sure MIME tag is visible.
86         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
87         multipart/alternative.
88
89         * mm-decode.el (mm-display-part): Take optional arg `force'.
90
91 2010-10-26  Julien Danjou  <julien@danjou.info>
92
93         * gnus-group.el (gnus-group-default-list-level): Add this function to
94         compute the default list level.
95         (gnus-group-default-list-level): Add possibility to use a function.
96
97 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
100
101         * gnus-group.el (gnus-group-completing-read)
102         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
103         gnus-replace-in-string.
104
105 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * shr.el (shr-tag-div): Added.
108
109         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
110
111 2010-10-25  Julien Danjou  <julien@danjou.info>
112
113         * gnus-util.el: Remove `gnus-with-local-quit'.
114
115         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
116
117 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
120         the original article buffer.
121
122 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * nnimap.el (nnimap-request-head): New function.
125         (nnimap-request-move-article): Try to be slighly faster by not
126         requesting the entire message when moving.
127         (nnimap-transform-headers): Don't bug out on bodiless articles.
128         (nnimap-send-command): Have no outstanding messages if the IMAP server
129         doesn't support streaming.
130         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
131
132 2010-10-24  Julien Danjou  <julien@danjou.info>
133
134         * message.el (message-default-headers): Fix type.
135
136 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
139         prefetching images.
140
141         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
142         backend for unknown groups.  This is mainly useful for nnimap groups.
143
144         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
145         group isn't covered by the agent.
146
147 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
148
149         * nnir.el (nnir-method-default-engines): new variable.
150         (nnir-run-query): use it.
151         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
152         (gnus-summary-nnir-goto-thread): change group if needed.
153
154         * gnus-group.el (gnus-group-group-map): add key binding for
155         gnus-group-make-nnir-group.
156
157 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * shr.el (shr-tag-object): Added.
160
161         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
162         original article buffer live.
163         (gnus-summary-select-article-buffer): Mention
164         gnus-widen-article-buffer.
165
166 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * shr.el (shr-tag-strong): Added.
169
170 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
173         group names.  They mess up the group buffer badly.
174
175         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
176
177         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
178         instead of the summary one.
179
180 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * mml.el (mml-preview): Work properly when editing article.
183
184         * gnus-start.el (gnus-read-active-file-1): Don't add method to
185         gnus-have-read-active-file if it's already been in.
186
187 2010-10-22  Tom Tromey  <tromey@redhat.com>
188
189         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
190         gnus-group-completing-read.
191
192 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * message.el (message-mode-map): Don't bind M-; to comment region, to
195         allow the global comment-dwim to work.
196
197 2010-10-21  Julien Danjou  <julien@danjou.info>
198
199         * message.el (message-setup-1): Allow message-default-headers to be a
200         function.
201
202 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * shr.el (shr-tag-table): Simplify.
205
206 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
209         to avoid trying to snarf invalid stuff.
210
211         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
212
213         * gnus.el (gnus-message-archive-group): Quote value.
214         (gnus-message-archive-group): Mark as changed.
215
216         * shr.el (shr-add-font): Don't put the font properties on the newline
217         or the indentation.
218
219         * message.el (message-fix-before-sending): Change options when sending
220         non-printable characters.
221
222         * gnus.el (gnus-message-archive-method): Change the default to
223         monthly outgoing groups.
224
225         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
226         that have gotten new numbers.
227
228         * nnimap.el (nnimap-request-replace-article): New function.
229
230 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
233         (nnrss-request-article): Don't use special html washing code.
234
235 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * shr.el (shr-tag-table): Remove useless nconc.
238
239 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus-art.el (article-wash-html): Simplify and remove the charset
242         stuff.  Use the normal html rendering code instead of the special html
243         washing code.
244
245         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
246         `gnus-w3m' symbols.
247         (mm-text-html-washer-alist): Removed.
248
249         * mm-decode.el (mm-inline-text-html-renderer): Removed.
250         (mm-inline-media-tests): Removed use.
251         (mm-text-html-renderer): Change default to the `shr' symbol.
252
253         * mm-view.el (mm-inline-text-html): Removed use.
254
255         * gnus-art.el (gnus-blocked-images): New function.  Allow the
256         `gnus-blocked-images' to be a function.
257         (gnus-article-wash-function): Removed.
258
259 2010-10-20  Julien Danjou  <julien@danjou.info>
260
261         * spam.el (spam-list-of-processors): Mark as obsolete.
262
263         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
264         (nnimap-insert-partial-structure): Fix boundary detection.
265
266 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
267
268         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
269         run file-truename on remote files.  This can be expensive and even
270         prevent one from editing drafts if some unrelated buffer has a stale
271         connection.
272
273 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
276         kinsoku-eol regardless of shr-kinsoku-shorten.
277         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
278         (shr-tag-table): Support caption, thead, and tfoot.
279
280 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
283         lines.
284         (shr-save-contents): New command and keystroke.
285
286         * nndoc.el (nndoc-type-alist): Add git support.
287         (nndoc-git-type-p): New function.
288         (nndoc-transform-git-article): Ditto.
289         (nndoc-transform-git-headers): Ditto.
290         (nndoc-transform-git-headers): Generate Subject headers.
291
292         * shr.el (shr-parse-style): New function.
293         (shr-tag-span): Ditto.
294
295         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
296         to `G G' to avoid collisions.
297
298 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * shr.el: Load kinsoku if necessary.
301         (shr-kinsoku-shorten): New internal variable.
302         (shr-find-fill-point): Make kinsoku shorten text line if
303         shr-kinsoku-shorten is bound to non-nil.
304         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
305         shr-indentation too when testing if table is wider than frame width.
306         (shr-insert-table): Use `string-width' instead of `length' to measure
307         text width.
308         (shr-insert-table-ruler): Make sure indentation is done at bol.
309
310 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
311
312         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
313         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
314         undecoded network data.
315
316 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
319         name in the mode line spec so that the mode line menu works
320         (bug #2431).
321
322         * message.el (message-get-reply-headers): If we're fed `to-address',
323         then always use that.
324
325         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
326         aren't so wide as to need to switch off the edit menu.
327
328         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
329         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
330
331         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
332         `M-g'.
333         (nnimap-update-info): Update flags/read marks even if \* isn't part of
334         the permanent marks.
335
336 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
337
338         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
339         Splitting according to references/in-reply-to obeys the ignore-groups
340         variable, while splitting by sender and subject do not.
341
342 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
345         alist, so that we can look for non-Unicode chars.
346         (article-translate-strings): Allow both character and string maps.
347
348 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * shr.el (shr-insert): Don't insert space behind a wide character
351         categorized as kinsoku-bol, or between characters both categorized as
352         nospace.
353
354 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
355
356         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
357         headers to gnus-newsgroup-headers.
358
359 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * shr.el (shr-tag-img): Don't align images -- since we're not
362         rescaling, this often leads to ugly displays.
363
364 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
365
366         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
367         duplicates.
368
369 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
370
371         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
372         call.
373
374 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus.el: Autoload gnus-html-show-images.
377
378         * nnimap.el: Use nnheader-message throughout.
379
380         * shr.el (shr-tag-img): Ignore images with no data.
381
382 2010-10-15  Julien Danjou  <julien@danjou.info>
383
384         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
385         a possibility to disable format=flow encoding when using hard newlines.
386
387 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * shr.el (shr-insert): Remove space inserted before or after a
390         breakable character or at the beginning or the end of a line.
391         (shr-find-fill-point): Do kinsoku; find the second best point or give
392         it up if there's no breakable point.
393
394 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * nnimap.el (nnimap-open-connection): Message when opening connection
397         for debugging purposes.
398
399         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
400         on every setup buffer call to allow this to change from article to
401         article.
402
403         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
404         buffers where we have a wide table.
405
406 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
407
408         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
409         uses *-request-thread.
410
411 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * nnimap.el (nnimap-open-connection): Remove %s from openssl
414         incantation, which is no longer valid.
415
416 2010-10-14  Julien Danjou  <julien@danjou.info>
417
418         * shr.el: Fix defcustom type (char -> character).
419
420 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * nnimap.el (nnimap-open-connection): tls-program should be a list of
423         programs.
424
425 2010-10-14  Julien Danjou  <julien@danjou.info>
426
427         * shr.el (shr-tag-a): Use url-link as widget type.
428
429         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
430         `gnus-group-get-icon'.
431
432 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
435         This should make server editing work better.
436
437         * shr.el (shr-find-fill-point): Don't inloop on indented text.
438
439         * tls.el (tls-program): Remove spurious %s from openssl.
440
441         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
442         (nnimap-parse-flags): Fix regexp.
443
444         * shr.el (shr-find-fill-point): Use a filling algorithm that should
445         probably work for CJVK text, too.
446
447         * nnimap.el (nnimap-extend-tls-programs): Removed.
448         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
449
450         * tls.el (tls-starttls-switches): Remove starttls hack.
451         (open-tls-stream): Ditto.
452         (tls-find-starttls-argument): Ditto.
453
454 2010-10-13  Julien Danjou  <julien@danjou.info>
455
456         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
457         responses.
458
459 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
462
463         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
464         anything in Emacs.
465
466         * shr.el (shr-current-column): Remove buggy and unnecessary function.
467
468 2010-10-13  Julien Danjou  <julien@danjou.info>
469
470         * shr.el (shr-width): Make shr-width a defcustom with default to
471         fill-column.
472         (shr-tag-img): Use shr-width rather than fill-column.
473
474 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * dgnushack.el (byte-optimize-apply)
477         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
478
479         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
480         position when (X-)Faces exist.
481         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
482         avatars when called interactively.
483
484 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
487         gnus-article-x-face-too-ugly is bound.
488
489 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
492
493         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
494         mailbox that doesn't exist.
495
496 2010-10-12  Julien Danjou  <julien@danjou.info>
497
498         * shr.el (shr-tag-img): Encode URL properly when retrieving.
499         (shr-get-image-data): Encode URL properly when fetching from cache.
500         (shr-tag-img): Use aligned-to spaces to align correctly images.
501
502         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
503         before inserting the Gravatar.
504
505         * shr.el (shr-tag-img): Add align attribute support for <img>.
506
507 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus-gravatar.el (gnus-art): Required.
510
511         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
512         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
513         Remove long obsoleted functions.
514
515 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
518
519         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
520
521         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
522         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
523         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
524         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
525         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
526         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
527         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
528
529 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * nnimap.el (nnimap-request-rename-group): Select group read-only
532         before renaming it.
533
534         * shr.el (shr-insert): Fix up the white space only regexp.
535
536         * nnimap.el (nnimap-transform-split-mail): Not all articles have
537         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
538
539         * shr.el (shr-current-column): New function.
540         (shr-find-fill-point): New function.
541
542 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
543
544         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
545         numbers.
546
547 2010-10-11  Julien Danjou  <julien@danjou.info>
548
549         * shr.el (shr-hr-line): Add.
550         (shr-tag-hr): Use shr-hr-line to specify which character to use to
551         display hr lines.
552         (shr-max-columns): Do not change state to nil if we just inserting
553         spaces.
554
555 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * gnus-topic.el (gnus-topic-read-group): If after the last group,
558         select the last group.
559
560 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
561
562         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
563
564 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
565
566         * dig.el (dig-mode-map): Declare and define in one step.
567
568 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
571         for Gnus.
572         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
573         (nnimap-update-qresync-info): Mark \Seen articles as read.
574
575         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
576         non-variable, too.
577
578         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
579         available.
580         (nnimap-update-info): Rely more on the current active than the param
581         active to avoid marking articles as read too much.
582
583         * auth-source.el (auth-source-create): Use (user-login-name) for the
584         user name default.
585
586         * nnimap.el (nnimap-update-info): If the server doesn't return any
587         useful info, just use the previous info.
588         (nnimap-update-info): Prefer old info over start-article.
589         (nnimap-update-qresync-info): Finish implementing QRESYNC.
590
591 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
592
593         * nnir.el (autoload): Clean up autoloads.
594         (nnir-imap-default-search-key): Renamed from
595         nnir-imap-search-field. Use key rather than value.
596         (nnir-imap-search-other): New variable.
597         (nnir-read-parm): Use it.
598         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
599         (gnus-summary-nnir-goto-thread): Modify to work with imap.
600
601 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
602
603         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
604         the process, too.
605
606 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
609         Allbery.
610
611         * shr.el: Rework the way things are indented by <li> slightly.
612
613         * gnus.el (gnus-group-set-parameter): Fix typo.
614
615         * nnimap.el: Start implementing QRESYNC support.
616
617 2010-10-09  Julien Danjou  <julien@danjou.info>
618
619         * nnir.el (nnir-engines): Fix too many arguments.
620
621 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
624         group is the "last", so that the backends like nnfolder actually save
625         their folders.
626
627         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
628         try to use that for the tls stream.
629         (nnimap-retrieve-group-data-early): Rework the marks code to heed
630         UIDVALIDITY and find out which groups are read-only and not.
631         (nnimap-get-flags): Use the same marks parsing code as the rest of
632         nnimap.
633
634 2010-10-09  Julien Danjou  <julien@danjou.info>
635
636         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
637
638         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
639         retrieving gravatars.
640
641         * shr.el (shr-table-corner): Add.
642         (shr-table-line): Add.
643         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
644
645 2010-10-08  Julien Danjou  <julien@danjou.info>
646
647         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
648
649 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
650
651         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
652
653         * gnus-sum.el (gnus-mark-article-as-unread)
654         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
655         (gnus-summary-set-bookmark): Use it.
656
657         * gnus-msg.el (gnus-setup-message): Use it.
658
659         * gnus-demon.el (gnus-demon-remove-handler): Use it.
660
661         * gnus.el (gnus-group-remove-parameter): Use it.
662
663         * gnus-group.el (gnus-group-make-web-group): Use it.
664
665         * gnus-demon.el (gnus-demon-remove-handler): Use it.
666
667         * nnregistry.el: Update docs to mention manual.
668
669         * gnus-registry.el: Update docs to mention nnregistry.el.
670         (gnus-registry-initialize): Don't install nnregistry refer method
671         automatically.
672         (gnus-registry-install-nnregistry): Remove it.
673
674 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * shr.el (shr-insert): Don't insert double spaces.
677
678 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * gnus-gravatar.el (gnus-treat-from-gravatar)
681         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
682         called interactively.
683
684         * gnus-art.el (gnus-mime-view-part-externally)
685         (gnus-mime-view-part-internally): Make predicate function passed to
686         gnus-mime-view-part-as-type assume argument is a mime type, not a list
687         of a mime type.
688
689         * shr.el (shr-table-widths): Don't use cl function `reduce'.
690
691 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * shr.el (require): Require cl when compiling.
694         (shr-tag-hr): New function.
695
696         * nnimap.el (nnimap-update-info): Remove double setting of high.
697         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
698         makes nnimap work properly on Courier again.
699
700         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
701         the variable for backwards compatability.
702
703         * mm-decode.el (mm-save-part): If given a non-directory result, expand
704         the file name before using to avoid setting mm-default-directory to
705         nil.
706
707         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
708         bidning gnus-agent variables.
709
710         * shr.el (shr-render-td): Use a cache for the table rendering function
711         to avoid getting an exponential rendering behaviour in nested tables.
712         (shr-insert): Rework the line-breaking algorithm.
713         (shr-insert): Don't leave trailing spaces.
714         (shr-insert-table): Also insert empty TDs.
715         (shr-tag-blockquote): Ensure paragraphs after </ul>.
716
717 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
718
719         * gnus-sum.el (gnus-number): Rename from `number'.
720         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
721         (gnus-summary-limit-children): Update uses correspondingly.
722
723 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
726         (gnus-gravatar-transform-address): Don't show avatars of people of
727         which mail addresses match gnus-gravatar-too-ugly.
728
729 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * shr.el (shr-table-widths): Expand TD elements to fill available
732         space.
733
734 2010-10-07  Julien Danjou  <julien@danjou.info>
735
736         * nnimap.el (nnimap-request-rename-group): Add this method.
737
738 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
741         name from XEmacs' function-arglist.
742
743         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
744         gravatar under XEmacs.
745
746 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
747
748         * auth-source.el: Update docs with TODO items.
749
750         * gnus-sync.el: Update docs to explain state and plans.
751
752         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
753         Hooks for mark updates.
754         (gnus-request-set-mark, gnus-request-update-mark): Use them.
755
756         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
757         hooks with arguments, which is needed for mark update hooks.
758
759 2010-10-06  Julien Danjou  <julien@danjou.info>
760
761         * gnus.el (gnus-expand-group-parameter): Only return and act on what
762         was matched.
763
764         * sieve-manage.el: Update example in `Commentary'.
765
766         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
767
768         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
769         not 2000.
770         (sieve-manage-authenticate): Re-add function.
771
772 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * shr.el (shr-insert): Get 'space transition right.
775         (shr-render-td): Only delete space at the end of the TD.
776
777         * nnimap.el (nnimap-open-connection): Prepare to support
778         open-gnutls-stream.
779
780         * shr.el: Rearrange function order to be more logical.
781
782 2010-10-06  Julien Danjou  <julien@danjou.info>
783
784         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
785         (nnrss-discover-feed): Remove 404 URL in docstring.
786
787         * nnir.el: Fix Swish-E URL.
788         Fix Namazu URL.
789
790         * message.el (message-change-subject): Remove 404 URL in a comment.
791
792 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
795         called interactively.
796
797         * gnus-util.el (gnus-remove-if): Allow hash table.
798         (gnus-remove-if-not): New function.
799
800         * gnus-art.el (gnus-mime-view-part-as-type)
801         * gnus-score.el (gnus-summary-score-effect)
802         * gnus-sum.el (gnus-read-move-group-name):
803         Replace remove-if-not with gnus-remove-if-not.
804
805         * gnus-group.el (gnus-group-completing-read):
806         Regard collection as a hash table if it is not a list.
807
808 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * shr.el (shr-render-td): Allow blank/missing <TD>s.
811
812         * shr.el: Document the table-rendering algorithm.
813
814 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
817         for Emacsen having no `libxml-parse-html-region' support.
818
819 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
822         invalid URLs.
823
824         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
825         line-broken.
826         (shr-tag-img): Ignore image fetching errors.
827         (shr-overlays-in-region): Compute overlay positions correctly.
828
829         * mm-decode.el (mm-shr): Require shr.
830
831         * gnus-art.el (gnus-blocked-images): Move variable here.
832
833         * shr.el (shr-insert-table): Bind free variable.
834
835         * mm-decode.el (mm-shr): Bind shr-content-function.
836
837         * shr.el (shr-content-function): New variable.
838
839         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
840         added for symmetry.
841
842         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
843
844         * gnus-group.el (gnus-group-make-group): Doc fix.
845
846         * nnimap.el (nnimap-request-newgroups): Return success.
847
848         * shr.el (shr-find-elements): New function.
849         (shr-tag-table): Put all the images after the table.
850         (shr-tag-table): Really inhibit images inside the table.
851         (shr-collect-overlays): Copy over overlays from the TD elements to the
852         main document.
853
854         * mm-decode.el (mm-shr): Bind shr-blocked-images to
855         gnus-blocked-images.
856
857 2010-10-05  Julien Danjou  <julien@danjou.info>
858
859         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
860
861         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
862         (gnus-html-maximum-image-size): Add this function.
863         (gnus-html-put-image): Use gnus-html-maximum-image-size.
864
865         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
866         server-value of the capability is nil.
867
868 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * shr.el (shr-tag-em): Add <EM> tag.
871
872 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
873
874         * sieve-manage.el (sieve-manage-default-stream): Make default stream
875         customizable.
876
877         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
878         handing broken links to browse-url.
879
880 2010-10-05  Julien Danjou  <julien@danjou.info>
881
882         * gnus-util.el (gnus-emacs-completing-read)
883         (gnus-iswitchb-completing-read): Use autoload rather than require.
884
885 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
888         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
889         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
890         iswitchb-temp-buflist for XEmacs.
891
892         * gnus-util.el (gnus-completing-read-function): Exclude
893         gnus-icompleting-read and gnus-ido-completing-read from candidates for
894         XEmacs since iswitchb.el is very old and ido.el is unavailable in
895         XEmacs.
896
897         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
898         not to use `delete-dups' that is unavailable in XEmacs 21.4.
899
900         * gnus-html.el: Don't require help-fns under XEmacs.
901         (gnus-html-schedule-image-fetching): Work for XEmacs.
902
903         * mm-decode.el (mm-shr): Decode contents by charset.
904
905 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
908         unknown.
909
910         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
911         (shr-get-image-data): Ensure against the cache file missing.
912
913         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
914         for data.
915
916         * spam-report.el (spam-report-url-ping-plain): Don't query about
917         killing the process.
918
919         * shr.el (shr-render-td): Protect against too-wide text.
920
921 2010-10-04  Julien Danjou  <julien@danjou.info>
922
923         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
924         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
925
926         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
927         retrieved.
928
929 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * shr.el (browse-url): Required.
932         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
933         lines.
934         (shr-show-alt-text, shr-browse-image): New commands.
935         (shr-browse-url, shr-copy-url): New commands.
936
937         * gnus-sum.el (gnus-widen-article-window): New variable.
938         (gnus-summary-select-article-buffer): Use it.
939
940         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
941         without @ signs.
942
943 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
944
945         * nnir.el (nnir-run-imap): Remove spurious space in search string.
946
947 2010-10-04  Julien Danjou  <julien@danjou.info>
948
949         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
950         for XEmacs.
951
952 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
955
956         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
957         (nnimap-close-server): Implement.
958
959         * dgnushack.el (iswitchb): Require to shut up the compiler.
960
961         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
962         (shr-insert): Tweak line breaking.
963         (shr-insert): Handle <pre> better.
964         (shr-tag-li): Get <li> indentation right.
965         (shr-tag-li): Get <li> indentation even righter.
966         (shr-tag-blockquote): Ensure paragraph start.
967         (shr-make-table): Tweak table generation.
968         (shr-make-table): Fix typo.
969
970         * shr.el: Implement table rendering.
971
972 2010-10-04  Julien Danjou  <julien@danjou.info>
973
974         * gnus-html.el (gnus-html-put-image): Fix resize image code.
975
976 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * shr.el (shr-insert): Use string anchors instead of line anchors.
979
980 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * shr.el: Add headings.
983         (shr-ensure-paragraph): Actually work.
984         (shr-tag-li): Make <ul> prettier.
985         (shr-insert): Get white space at the beginning/end of elements right.
986         (shr-tag-p): Collapse subsequent <p>s.
987         (shr-ensure-paragraph): Don't insert double line feeds after blank
988         lines.
989         (shr-insert): \t is also space.
990         (shr-tag-s): Fix "s" tag name function.
991         (shr-tag-s): Fix face prop name.
992
993 2010-10-03  Julien Danjou  <julien@danjou.info>
994
995         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
996
997         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
998         gnus-window-inside-pixel-edges.
999
1000         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1001         gnus-ems.
1002
1003         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1004
1005         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1006         function.
1007
1008         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1009         resize choice.
1010
1011 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1014         beginning of the buffer.
1015
1016         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1017         article buffer again.
1018
1019         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1020         buffer.
1021
1022         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1023         when it's at the start of the buffer.
1024
1025         * shr.el (shr-tag-blockquote): Convert name.
1026         (shr-rescale-image): Use the right image-size variant.
1027
1028         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1029         buffer isn't shown, then select the current article first instead of
1030         bugging out.
1031         (gnus-summary-select-article-buffer): Show both the article and summary
1032         buffers again.
1033
1034         * shr.el (shr-fontize-cont): Protect against regions with no text.
1035         Rename tag functions to shr-tag-* for enhanced security.
1036         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1037
1038 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1039
1040         * shr.el (shr-insert):
1041         * pop3.el (pop3-movemail):
1042         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1043         loaded.
1044
1045 2010-10-03  Glenn Morris  <rgm@gnu.org>
1046
1047         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1048
1049         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1050
1051         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1052
1053         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1054
1055         * gnus-util.el (gnus-make-local-hook): Simplify.
1056
1057 2010-10-02  Julien Danjou  <julien@danjou.info>
1058
1059         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1060         (gnus-ido-completing-read): New function.
1061         (gnus-emacs-completing-read): New function.
1062         (gnus-completing-read): Use gnus-completing-read-function.
1063         Add gnus-completing-read-function.
1064
1065 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * shr.el (shr-insert-document): Autoload.
1068         (shr-img): Be silent.
1069         (shr-insert): Add a newline after every picture before text.
1070         (shr-add-font): Use overlays for combining faces.
1071         (shr-insert): Pass upwards the text start point.
1072
1073         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1074         possible.
1075         (mm-shr): New function.
1076
1077 2010-10-02  Julien Danjou  <julien@danjou.info>
1078
1079         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1080         should go backward.
1081
1082 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1083
1084         * shr.el (shr): Fix typo in provide call.
1085
1086 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * shr.el: New file.
1089
1090         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1091
1092         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1093         completing read.
1094
1095 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1098         we're being queried about.  Suggested by Dan Jacobson.
1099
1100         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1101         by Jason Eisner.
1102
1103         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1104         table, too.  Suggested by Stefan Wiens.
1105         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1106         the table unnecessary.  Suggested by Stefan Wiens.
1107
1108         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1109         longer needed, and probably doesn't work either, as pointed out by
1110         Stefan Wiens.
1111         (gnus-summary-exit): Remove call to the clearing function.
1112         (gnus-summary-exit-no-update): Ditto.
1113
1114         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1115         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1116         Reported by Stefan Monnier.
1117         (gnus-summary-save-in-rmail): Ditto.
1118
1119         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1120         article buffer, instead of both the article buffer and the summary
1121         buffer.  Sort of suggested by Dan Jacobson.
1122
1123         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1124
1125         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1126         Suggested by Dan Jacobson.
1127
1128         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1129         documentation clearer.
1130
1131         * message.el (message-shorten-references): Comment on the number "21".
1132         Suggested by Stefan Monnier.
1133
1134         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1135         Suggested by Dan Jacobson.
1136
1137         * gnus.el (gnus-large-newsgroup): Mention
1138         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1139
1140         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1141         externalize attachments.  Bug reported by Steve Wen.
1142
1143         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1144         really message anything to the user.
1145
1146         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1147         directly.
1148
1149         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1150         messages in empty groups.
1151
1152 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1153
1154         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1155         non-UIDNEXT group.
1156
1157 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1160         not the value from the collection.
1161
1162         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1163         values.  This sometimes happens on some groups that have no info.
1164         (nnimap-request-newgroups): New function.
1165
1166 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1167
1168         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1169         check into `gnus-registry-initialize'.
1170         (gnus-registry-initialize): Ditto.
1171         Fix and extend header docs.
1172
1173 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1176         regexp backtrace overflows.
1177
1178         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1179         for starttls that tls.el implements; i.e. openssl.
1180
1181         * tls.el (tls-starttls-switches): Give up on using starttls with
1182         gnutls-cli.
1183         (tls-program): Add --insecure to be consistent with the defaults from
1184         openssl s_client.  Now all three commands are insecure.
1185
1186 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * lpath.el: Bind completion-styles-alist for XEmacs.
1189
1190         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1191         (gravatar-create-image): New function that's an alias to
1192         gnus-xmas-create-image, gnus-create-image, or create-image.
1193         (gravatar-data->image): Use it.
1194
1195 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1198         install the nnregistry refer method.
1199         (gnus-registry-install-hooks): Use it.
1200         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1201         unfollowed groups.
1202
1203 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1204
1205         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1206         expanding threads.
1207
1208 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * nnir.el: Use the server names without suffixes (bug #7009).
1211
1212         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1213         unencrypted to STARTTLS, if possible.
1214
1215 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1216
1217         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1218         headers before superseding.
1219
1220 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * nnrss.el (nnrss-use-local): Add documentation.
1223
1224         * nnimap.el (nnimap-extend-tls-programs): New function.
1225         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1226         (nnimap-wait-for-connection): Accept the greeting from the stupid
1227         output from openssl s_client -starttls, too.
1228
1229         * tls.el (tls-starttls-switches): New variable.
1230         (tls-find-starttls-argument): Use it.
1231         (open-tls-stream): Ditto.
1232
1233         * netrc.el (netrc-credentials): Return the value of the "default"
1234         entry.
1235         (netrc-machine): Ditto.
1236
1237         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1238         article number.
1239         (nnimap-split-fancy): New variable.
1240         (nnimap-split-incoming-mail): Use it.
1241
1242         * nntp.el (nntp-server-list-active-group): Document.
1243
1244         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1245         SELECT to get the message-id.
1246
1247         * mail-source.el (mail-sources): Removed webmail support.
1248         (defvar): Ditto.
1249         (mail-source-fetcher-alist): Ditto.
1250         (mail-source-fetch-webmail): Removed.
1251
1252         * webmail.el: Removed -- doesn't seem relevant any more.
1253
1254         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1255
1256         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1257         the \r.
1258
1259 2010-09-30  Julien Danjou  <julien@danjou.info>
1260
1261         * gnus-agent.el (gnus-agent-add-group): Fix call to
1262         gnus-completing-read.
1263
1264 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * nndoc.el (nndoc-retrieve-groups): New function.
1267
1268         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1269         `default', use nnmail-split-methods.
1270         (nnimap-request-article): Downcase the NILs so that they are nil.
1271
1272         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1273         symbol.
1274
1275         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1276         code, since if the user has requested network, that's what they ought
1277         to get.
1278         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1279         (nnimap-split-rule): Mark as obsolete.
1280
1281         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1282         variable.
1283
1284         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1285         correct slot, too.
1286
1287 2010-09-29  Julien Danjou  <julien@danjou.info>
1288
1289         * gnus.el (gnus-local-domain): Declare variable obsolete.
1290
1291         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1292         computing.
1293         (gnus-ido-completing-read): Require ido.
1294
1295 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1298         build Gnus.
1299
1300         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1301         when interpreting the structures.
1302         (nnimap-request-accept-article): Add \r\n to the lines to make this
1303         work with Cyrus.
1304
1305         * nndraft.el (nndraft-request-expire-articles): Use the group name
1306         instead if "nndraft".  Fix found by Nils Ackermann.
1307
1308 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1309
1310         * nnregistry.el: Added.
1311
1312 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1313
1314         * nnmail.el (group, group-art-list, group-art):
1315         Remove unneeded directives.
1316
1317 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1320         (mm-mime-charset)
1321         * rfc2047.el (rfc2047-syntax-table)
1322         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1323
1324         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1325         rather than `insert-file-contents' and `eval-region'.
1326
1327         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1328         construction.
1329
1330         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1331
1332         * time-date.el: No need to require cl for Emacs 21.
1333
1334 2010-09-29  Julien Danjou  <julien@danjou.info>
1335
1336         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1337         replacement of `gnus-gravatar-relief' to mimic
1338         `gnus-faces-properties-alist'.
1339         Add :version property.
1340
1341 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * mail-source.el (mail-source-report-new-mail)
1344         * message.el (message-default-mail-headers)
1345         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1346
1347         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1348
1349 2010-09-28  Julien Danjou  <julien@danjou.info>
1350
1351         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1352         mail-address contains the same string as real-name.
1353
1354         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1355         non-blank in header, otherwise it'll get stripped.
1356
1357         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1358         real-name, and then for mail address rather than doing : or , search.
1359
1360 2010-09-27  Julien Danjou  <julien@danjou.info>
1361
1362         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1363         (gnus-server-goto-server): Use gnus-completing-read.
1364
1365         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1366
1367         * mm-util.el (defalias): Use gnus-completing-read.
1368         (mm-codepage-setup): Use gnus-completing-read.
1369
1370         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1371         (smime-decrypt-buffer): Use gnus-completing-read.
1372
1373         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1374
1375         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1376         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1377         (mml-insert-multipart): Use gnus-completing-read.
1378
1379         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1380
1381         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1382
1383         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1384
1385         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1386
1387         * gnus.el (gnus-read-method): Use gnus-completing-read.
1388
1389         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1390
1391         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1392         (gnus-mime-action-on-part): Use gnus-completing-read.
1393         (gnus-article-encrypt-body): Use gnus-completing-read.
1394
1395         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1396         (gnus-topic-move-matching): Use gnus-completing-read.
1397         (gnus-topic-copy-matching): Use gnus-completing-read.
1398         (gnus-topic-sort-topics): Use gnus-completing-read.
1399         (gnus-topic-move): Use gnus-completing-read.
1400
1401         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1402         (gnus-agent-add-group): Use gnus-completing-read.
1403
1404         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1405         gnus-completing-read.
1406         (nnmairix-update-groups): Use gnus-completing-read.
1407         (nnmairix-get-server): Use gnus-completing-read.
1408         (nnmairix-backend-to-server): Use gnus-completing-read.
1409         (nnmairix-goto-original-article): Use gnus-completing-read.
1410         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1411
1412         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1413
1414         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1415         (gnus-group-make-useful-group): Use gnus-completing-read.
1416         (gnus-group-make-web-group): Use gnus-completing-read.
1417         (gnus-group-add-to-virtual): Use gnus-completing-read.
1418         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1419
1420         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1421         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1422         (gnus-summary-execute-command): Use gnus-completing-read.
1423         (gnus-summary-respool-article): Use gnus-completing-read.
1424         (gnus-read-move-group-name): Use gnus-completing-read.
1425
1426         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1427         (gnus-summary-score-effect): Use gnus-completing-read.
1428
1429         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1430
1431         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1432         right completing-read function.
1433         (gnus-use-ido): New variable
1434         (gnus-completing-read-with-default): Remove.
1435
1436 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1439         x-focus-frame.
1440
1441         * nnimap.el (auth-source-forget-user-or-password)
1442         (auth-source-user-or-password): Autoload.
1443
1444         * message.el (message-from-style, message-interactive)
1445         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1446         (message-yank-prefix, message-indentation-spaces, message-signature)
1447         (message-signature-file): Add comment.
1448
1449 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1452         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1453         new articles.
1454
1455         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1456         parts.
1457         (nnimap-request-article): Work with the t setting, too.
1458
1459         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1460         that you don't get flashes of other buffers.
1461         (gnus-summary-show-complete-article): Intern before setting.
1462
1463 2010-09-27  David Engster  <dengste@eml.cc>
1464
1465         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1466         well as HEADERS.
1467         (nnmairix-retrieve-headers): Provide new argument for the above.
1468
1469 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-sum.el (gnus-summary-move-article): Don't alter
1472         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1473         group.
1474
1475         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1476
1477         * message.el (message-cite-prefix-regexp): Revert my last edit.
1478
1479         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1480         variable instead of the Gnus variable.
1481
1482         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1483
1484         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1485         again.
1486
1487         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1488         since some servers don't like it.
1489         (nnimap-open-connection): Forget credentials if the server says the
1490         password was wrong.
1491         (nnimap-parse-line): Protect against invalid data.
1492
1493         * gnus-sum.el (gnus-summary-move-article): Add comment.
1494         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1495         nothing alters it while scanning for new messages.
1496
1497         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1498         which may or may not help.
1499         (nnimap-open-connection): If we're doing a stream connection, and then
1500         discover we're on a STARTTLS-capable server, then open a STARTTLS
1501         connection instead.
1502
1503 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * nnimap.el (utf7): Required.
1506
1507         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1508         prefix.
1509
1510 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1511
1512         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1513
1514 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * nnimap.el (nnimap-request-accept-article): Message the error on
1517         error.
1518
1519 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1522
1523 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * nndoc.el (nndoc-request-list): Return success always.
1526
1527         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1528         `fetch-old' -- we only want to fetch the articles we've requested.  The
1529         rest are in the agent, probably.
1530         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1531         disappeared server" to something low.  It's not important.
1532
1533         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1534         arrived before the FETCH data.
1535
1536         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1537         target here, because we don't know the Gnus name of the group.
1538
1539         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1540         for the correct group.
1541
1542         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1543
1544         * gnus.el (gnus): Give a final warning after startup.
1545
1546         * gnus-util.el (gnus-action-message-log): New variable.
1547         (gnus-message): Use it.
1548         (gnus-final-warning): New function.
1549
1550         * nnimap.el (nnimap-open-connection): Record the greeting.
1551         (nnimap): Add greeting.
1552
1553 2010-09-26  Julien Danjou  <julien@danjou.info>
1554
1555         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1556         arguments.
1557         (gnus-html-wash-images): Fix spec computing to include start/end.
1558
1559         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1560
1561 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1564         deletion.
1565         (nnimap-retrieve-headers): Don't select the group, because that's
1566         already done by nnimap-possibly-change-group.
1567
1568         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1569         (gnus-picon-transform-address): Use it.
1570
1571         * mail-source.el (mail-source-value): Revert previous patch.
1572
1573         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1574         on failure.
1575         (nnimap-open-connection): Look up both virtual and physical server name
1576         credentials.
1577
1578         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1579
1580 2009-02-07  Dave Love  <fx@gnu.org>
1581
1582         * tls.el (open-tls-stream): Don't query killing process.
1583
1584 2009-02-08  Dave Love  <fx@gnu.org>
1585
1586         * gnus-win.el (gnus-window-to-buffer-helper,
1587         gnus-all-windows-visible-p): Function needn't be a symbol.
1588
1589         * mail-source.el (mail-source-value): Function needn't be a symbol.
1590
1591 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * message.el (message-cite-prefix-regexp): Remove } from the cite
1594         prefix.
1595
1596         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1597         highlight again, so that the highlight is correct.
1598
1599         * gnus-picon.el (gnus-picon): Remove again.
1600         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1601
1602         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1603         doing the header highlightling, so that the background colour of the
1604         picon is correct.
1605
1606         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1607         (gnus-picon): Ditto.
1608         (gnus-picon): Reinstate.  The background colour for picons is white.
1609         (gnus-picon-insert-glyph): Make the background white.
1610
1611         * nnml.el (nnml-open-nov): Don't return dead buffers.
1612
1613         * auth-source.el (auth-source-create): Query the user for whether to
1614         store the credentials.
1615
1616         * netrc.el (netrc-store-data): New function.
1617
1618         * auth-source.el (auth-source-user-or-password): Use the existing auth
1619         sources, if any, for creation.
1620
1621         * gnus.el (gnus-group-fast-parameter): Return the last matching
1622         parameter instead of the first matching parameter.
1623
1624 2010-09-26  Julien Danjou  <julien@danjou.info>
1625
1626         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1627
1628 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * mml2015.el (mml2015-use): Remove gpg support.
1631
1632         * mml1991.el (mml1991-function-alist): Remove gpg function.
1633         (mml1991-gpg-sign): Removed.
1634
1635 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1636
1637         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1638         (gnus-browse-unsubscribe-current-group): Document it.
1639         (gnus-browse-unsubscribe-group): Use it.
1640
1641 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1644         address to the To list for easier response.
1645
1646         * gnus.el (gnus-play-startup-jingle): Removed.
1647         (gnus-splash): Don't play jingle.
1648         (gnus): Silence gnus-load message.
1649
1650         * gnus-art.el (gnus-treat-play-sounds): Removed.
1651
1652         * gnus.el (gnus-play-jingle): Remove audio support.
1653
1654         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1655
1656         * earcon.el: Removed -- no users.
1657
1658         * gnus-audio.el: Removed -- no users of this package.
1659
1660         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1661
1662         * gnus-start.el (gnus-setup-news): Remove nocem support.
1663
1664         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1665
1666         * gnus.el (gnus-use-nocem): Removed.
1667
1668         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1669         Removed.
1670
1671         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1672         uses NoCeM any more.
1673
1674         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1675         (gnus-button-ctan-handler): Ditto.
1676         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1677         (gnus-button-ctan-directory-regexp): Ditto.
1678         (gnus-button-handle-ctan): Ditto.
1679         (gnus-button-tex-level): Ditto.
1680         (gnus-button-alist): Removed CTAN stuff.
1681
1682 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1685         nnimap-streaming test.
1686
1687         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1688         servers twice.
1689
1690         * nnimap.el (nnimap-open-connection): Add more error reporting when
1691         nnimap fails early.
1692
1693         * nnheader.el (nnheader-get-report-string): New function.
1694         (nnheader-get-report): Use it.
1695
1696         * gnus-int.el (gnus-check-server): Say what the error was when opening
1697         failed.
1698
1699         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1700         using streaming.
1701
1702 2010-09-25  Julien Danjou  <julien@danjou.info>
1703
1704         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1705         gnus-window-inside-pixel-edges.
1706
1707 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1710
1711         * mm-decode.el (mm-save-part): Allow saving to other directories the
1712         normal Emacs way.
1713
1714         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1715         by Jay Berkenbilt.
1716
1717         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1718         there isn't a single byte.
1719
1720         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1721         just do it.  It doesn't really seem to matter what the user responds
1722         here, I think, so it's just a confusing question.
1723
1724         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1725         non-streaming case.
1726
1727         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1728         (gnus-article-encrypt-body): Use it.
1729
1730         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1731         keystroke.
1732
1733         * nnimap.el (nnimap-find-wanted-parts-1): Use
1734         gnus-fetch-partial-articles.
1735
1736         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1737
1738         * nnimap.el (nnimap-insert-partial-structure): New function.
1739         (nnimap-get-partial-article): New function.
1740         (nnimap-request-article): Use it.
1741         (nnimap-wait-for-response): Return whether the wait was successful.
1742         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1743         retrieval wasn't successful.
1744         (nnimap-retrieve-group-data-early): Allow throttling servers.
1745         (nnimap-streaming): New variable.
1746         (nnimap-fetch-partial-articles): Removed.
1747
1748         * mm-decode.el (mm-with-part): Protect against killed buffers.
1749
1750         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1751         for prettier summary display.
1752
1753 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1754
1755         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1756         directly.
1757
1758 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1761         apparently third-party libraries depend on it.
1762
1763         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1764         before starting negotiation.
1765
1766         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1767         privacy reasons.
1768         (gnus-treat-mail-gravatar): Ditto.
1769
1770         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1771         buffer when inserting images.  Inserting text into the headers, for
1772         instance, can make them invalid.
1773
1774 2010-09-25  Julien Danjou  <julien@danjou.info>
1775
1776         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1777         variables.
1778
1779         * nnheader.el: Remove useless variables news-reply-yank-from and
1780         news-reply-yank-message-id.
1781
1782         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1783         variables.
1784
1785         * mml1991.el: Remove useless mml1991-verbose.
1786
1787         * gnus.el: Remove useless variable gnus-use-generic-from.
1788         Remove obsolete variable gnus-topic-indentation.
1789
1790         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1791
1792         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1793
1794         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1795
1796         * gnus-group.el: Remove useless gnus-group-icon-cache.
1797         Remove useless gnus-ephemeral-group-server.
1798
1799         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1800
1801         * mml2015.el: Remove useless mml2015-verbose.
1802
1803         * mml-smime.el: Remove useless mml-smime-verbose.
1804
1805         * gnus.el: Remove useless gnus-local-domain.
1806
1807         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1808         gnus-gravatar-size.
1809
1810         * gnus-art.el: Remove useless gnus-treat-translate.
1811
1812 2010-09-24  Julien Danjou  <julien@danjou.info>
1813
1814         * gnus-sum.el: Add support for Gravatars.
1815
1816         * gnus-art.el: Add support for Gravatars.
1817
1818         * gnus-gravatar.el: Add this file.
1819
1820         * gravatar.el: Add this file.
1821
1822 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1825
1826         * gnus-group.el (gnus-group-fetch-faq): Removed.
1827
1828         * gnus.el (gnus-group-faq-directory): Removed.
1829
1830         * gnus-group.el (gnus-group-fetch-charter): Removed.
1831
1832         * gnus.el (gnus-group-charter-alist): Removed.
1833
1834         * gnus-group.el (gnus-group-archive-directory): Removed.
1835         (gnus-group-recent-archive-directory): Ditto.
1836         (gnus-group-make-archive-group): Removed.
1837
1838         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1839
1840         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1841         use the same article number for all the cached articles.
1842
1843         * nnimap.el (nnimap-command): Register the last command time so
1844         that we can use it for idling NOOPs.
1845         (nnimap-open-connection): Start the keeplive timer.
1846         (nnimap-make-process-buffer): Store all the process buffers.
1847         (nnimap-keepalive): New function.
1848
1849         * starttls.el: (starttls-open-stream): Add autoload cookie.
1850
1851 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1852
1853         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1854         handling.
1855
1856 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1859         its data structures.
1860
1861         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1862         instead of the cl.el copy-list.
1863         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1864         equalp.
1865
1866 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1869         and tool-bar-local-item-from-menu.
1870
1871         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1872         mode-line-highlight face for Emacs.
1873
1874         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1875         loading gnus-sum.elc; fix comment for canlock-verify.
1876         (gnus-article-jump-to-part): Use read-number.
1877         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1878         Emacs pre-21 compatible code for help-echo.
1879         (gnus-article-next-page-1): No need to adjust the number of lines.
1880         (gnus-article-describe-bindings): Always use help-buffer.
1881
1882         * gnus-audio.el (gnus-audio-inline-sound)
1883         * gnus-cus.el (gnus-custom-mode)
1884         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1885
1886         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1887
1888         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1889         compatible code.
1890
1891 2010-09-24  Glenn Morris  <rgm@gnu.org>
1892
1893         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1894         visiting the fcc file in rmail-mode.
1895
1896         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1897
1898 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * nnir.el: Silence the byte compiler.
1901
1902         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1903         alias to browse-url-url-encode-chars if any.
1904         (gnus-html-encode-url): Use it.
1905
1906 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * gnus-start.el (gnus-use-backend-marks): New variable.
1909         (gnus-get-unread-articles-in-group): Use it.
1910
1911         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1912         makeover.
1913
1914 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1915
1916         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1917
1918 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1921         Removed.
1922         (gnus-setup-news-hook): Removed
1923         gnus-fixup-nnimap-unread-after-getting-new-news.
1924
1925         * gnus-int.el (gnus-request-update-info): Protect against backends not
1926         having the function.
1927
1928         * nnimap.el (nnimap-stream): Mention starttls.
1929         (nnimap-open-connection): Add starttls support.
1930
1931 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1932
1933         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1934
1935 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1938         BODYSTRUCTUREs.
1939         (nnimap-transform-headers): Unfold quoted {42} headers.
1940
1941         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1942         the info.
1943         (gnus-get-unread-articles): Only call updatep on backends that support
1944         it.
1945
1946         * nnweb.el (nnweb-request-update-info): NOOP.
1947
1948         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1949
1950         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1951         since it only deals with marks.
1952
1953         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1954         gnus-request-marks, and make a new gnus-request-update-info.
1955
1956         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1957         the active instead of the high number, which is usually too low.
1958
1959 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1960
1961         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1962         * encrypt.el: Removed.
1963
1964 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1967         server in symbolic form.
1968
1969         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1970         0.9.
1971
1972 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1975         (nnimap-update-info): Fix up code slightly.
1976
1977         * gnus-int.el (gnus-open-server): Add tracing for performance
1978         debugging.
1979
1980         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1981         (gnus-group-insert-group-line): Pass the real group name so that it
1982         gets the right data.
1983
1984         * gnus-start.el (gnus-get-unread-articles): Don't have
1985         `gnus-get-unread-articles-in-group' update info, since that can be
1986         really slow and doesn't seem to be needed?
1987
1988 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1989
1990         * time-date.el (date-to-time): Try using parse-time-string first before
1991         using the slower timezone-make-date-arpa-standard.
1992
1993 2010-09-22  Julien Danjou  <julien@danjou.info>
1994
1995         * gnus-group.el (gnus-group-insert-group-line): Call
1996         gnus-group-highlight-line.
1997         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1998         default hook list.
1999         (gnus-group-update-eval-form): Add new function.
2000         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2001         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2002
2003 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2006         immediate, then expire all articles.
2007         (nnimap-update-info): Fix off-by-one errors.
2008         (nnimap-flags-to-marks): Would return no marks lists for group with no
2009         flags.  Instead return the other data.
2010
2011 2010-09-22  Julien Danjou  <julien@danjou.info>
2012
2013         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2014         Only return an icon.
2015         (gnus-group-insert-group-line): Compute icon to return.
2016
2017         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2018         variable.
2019         (gnus-html-image-fetched): Only cache if
2020         gnus-html-image-automatic-caching is set.
2021         (gnus-html-image-fetched): Check for errors.
2022
2023 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2026         once per method on `g'.  This ensures that backends like nnfolder don't
2027         open all their folders.
2028
2029         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2030         (nnimap-request-list): Nix out group in the correct buffer.
2031         (nnimap-parse-flags): Implement by using `read' instead of
2032         hand-parsing.
2033         (nnimap-flags-to-marks): Pass on permanent-flags.
2034         (nnimap-make-process-buffer): Record the server name.
2035         (nnimap-parse-flags): Fix typo.
2036         (nnimap-request-scan): Run split on the server in general, not just a
2037         single group.
2038
2039         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2040         parameter, and propagate this downwards.
2041
2042         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2043         since EXAMINE changes it on the server.
2044
2045         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2046         this command might take a while.
2047
2048 2010-09-22  Julien Danjou  <julien@danjou.info>
2049
2050         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2051         harmful if you have 2 images side-by-side, they can't be properly
2052         update on text deletion.  Using text-property is safer here.
2053         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2054         data.
2055
2056 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * nnimap.el (nnimap-expunge-inbox): Removed.
2059         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2060         (nnimap-expunge): Flip default to t.
2061
2062         * gnus.el (gnus-method-to-server): Don't push things to the cache
2063         unless it's unique.
2064         (gnus-server-to-method): Ditto.
2065
2066 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2067
2068         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2069
2070 2010-09-22  Julien Danjou  <julien@danjou.info>
2071
2072         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2073         get the start of data.
2074         (gnus-html-encode-url): Add this function to encode special chars in
2075         URL.
2076         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2077         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2078
2079         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2080         default.
2081         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2082
2083         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2084         images alt-text.
2085         (gnus-html-put-image): Put alt-text as help-echo.
2086
2087 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2090         * mm-util.el (mm-decompress-buffer)
2091         * nnir.el (nnir-run-find-grep)
2092         * pop3.el (pop3-list): Use 3rd arg of split-string.
2093
2094         * time-date.el (format-seconds): Comment fix.
2095
2096         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2097         and byte-optimize-form-code-walker.
2098         (dgnushack-make-auto-load): Don't advise make-autoload.
2099
2100         * lpath.el: Remove Emacs 21 stuff.
2101
2102 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2105         outside the active range.  Suggested by Dan Christensen.
2106
2107         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2108         slightly later to avoid double-getting it.
2109
2110         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2111         previous patch.
2112
2113         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2114
2115 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2116
2117         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2118
2119 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * gnus-int.el (gnus-open-server): Give a better error message in the
2122         "go offline" case.
2123
2124         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2125         marks for nnimap, which is seldom the right thing to do.
2126
2127         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2128         (gnus-same-method-different-name): New function.
2129
2130         * nnimap.el (parse-time): Require.
2131
2132         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2133         method in the presence of many similar methods.
2134
2135         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2136
2137         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2138         nnml-inhibit-expiry.
2139
2140         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2141         find out whether methods are equal.
2142
2143         * nnimap.el (nnimap-find-expired-articles): New function.
2144         (nnimap-process-expiry-targets): New function.
2145         (nnimap-request-move-article): Request the article before looking at
2146         what the Message-ID is.  Fix found by Andrew Cohen.
2147         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2148
2149         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2150         for oldness in addition to being a predicate.
2151
2152         * nnimap.el (nnimap-request-group): When we have zero articles, return
2153         the right data to Gnus.
2154         (nnimap-request-expire-articles): Only delete articles immediately if
2155         the target is 'delete.
2156
2157         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2158         method, this would bug out.
2159
2160         * gnus-group.el (gnus-group-expunge-group): Renamed from
2161         gnus-group-nnimap-expunge, and implemented as a normal interface
2162         function.
2163
2164         * gnus-int.el (gnus-request-expunge-group): New function.
2165
2166         * nnimap.el (nnimap-request-create-group): Implement.
2167         (nnimap-request-expunge-group): New function.
2168
2169 2010-09-21  Julien Danjou  <julien@danjou.info>
2170
2171         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2172         (gnus-html-cache-expired): Add new function.
2173         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2174         wethever we should display image for fetch it.
2175         Compute alt-text earlier to pass it to the fetching function too.
2176         (gnus-html-schedule-image-fetching): Change function argument to only
2177         get one image at a time, not a list.
2178         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2179         cache.
2180         (gnus-html-get-image-data): New function to retrieve image data from
2181         cache.
2182         (gnus-html-put-image): Change buffer argument to use image data rather
2183         than file, and place image above region rather than inserting a new
2184         one. Do not take alt-text as argument, since it's useless now: we place
2185         the image above alt-text.
2186         (gnus-html-prune-cache): Remove.
2187         (gnus-html-show-images): Start to fetch image when we find one, do not
2188         push into a temporary list.
2189         (gnus-html-prefetch-images): Only fetch image if they have expired.
2190         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2191         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2192
2193 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2196
2197 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2200         spec inser "*" if the group isn't active instead of 0.
2201
2202         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2203         opening the server.
2204         (nnimap-request-delete-group): Implement group deletion.
2205         (nnimap-transform-headers): Return the size of the entire message in
2206         the Bytes header, not just the size of the first part.
2207         (nnimap-request-move-article): When moving an article from nnimap,
2208         request the article first so the accepting form has an article to
2209         accept.  Reported by Dan Christensen.
2210         (nnimap-command): Make sure that the error message doesn't error out.
2211
2212 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2213
2214         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2215         we haven't requested anything.
2216
2217 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2220         "".  Fix found by Andrew Cohen.
2221
2222         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2223         instead of -encode-string.
2224
2225 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2228
2229         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2230         by mm-subst-char-in-string.
2231
2232 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2235         waiting for the connection string.
2236
2237         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2238         arriving.
2239
2240         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2241         bogus characters.  This allows selecting certain Gmail groups.
2242
2243         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2244         (nnimap-fetch-partial-articles): New variable.
2245         (nnimap-open-connection): When looking for credentials, also use the
2246         nnimap-server-port.
2247         (nnimap-request-article): Return the group/article number, so that Gnus
2248         `^' works as expected.
2249         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2250         them.
2251
2252         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2253         comments.
2254         (gnus-methods-sloppily-equal): New function.
2255         (gnus): When using the development version of Gnus, load the gnus-load
2256         file.
2257
2258         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2259         `gnus-open-server' on each method before trying to scan them etc.  This
2260         ensures that all the backend parameters are set correctly.
2261
2262         * nnimap.el (nnimap-authenticator): New variable.
2263         (nnimap-open-connection): Allow anonymous login.
2264         (nnimap-transform-headers): The chars header is called Chars not
2265         Bytes.
2266         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2267         drops.
2268
2269         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2270         patch, found by Knut Anders Hatlen.
2271
2272 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2273
2274         * gnus-agent.el (gnus-agent-batch-confirmation)
2275         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2276         to gnus-message.
2277         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2278         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2279         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2280         * gnus-int.el (gnus-open-server): Likewise.
2281         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2282         (gnus-score-check-syntax): Likewise.
2283         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2284         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2285         Likewise.
2286         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2287
2288 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2291         calling conventions so that prefetch doesn't bug out.
2292
2293 2010-09-19  Julien Danjou  <julien@danjou.info>
2294
2295         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2296         rather than `subst-char-in-region' in order to be able to replace ASCII
2297         char by UTF-8 ones.
2298
2299         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2300         than curl.
2301         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2302         the right URL and ALT text on images.
2303         (gnus-html-wash-tags): Fix tag case.
2304         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2305         (gnus-article-html): Add -o display_ins_del=2 option.
2306         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2307
2308 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2311         the extra mail headers, which sometimes seem to happen for unknown
2312         reasons.
2313
2314         * mail-parse.el (mail-header-encode-parameter): Define as
2315         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2316         (or most, perhaps?) mail readers don't understand the latter, but do
2317         understand the former.
2318
2319         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2320         to nil, so that no methods are automatically agentized.  I think this
2321         is probably what most users want.
2322
2323         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2324         from url-retrieve, for instance about invalid URLs.
2325
2326         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2327         groups that have no articles.
2328         (nnimap-request-article): Check that we really got an article when we
2329         requested one.
2330
2331         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2332         doesn't exist.
2333
2334         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2335         nntp buffer so the agent can save it.
2336         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2337         that CRLF doesn't get translated to \n.
2338         (nnimap-open-connection): Don't make 'shell commands only send \n.
2339
2340 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2341
2342         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2343         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2344         Update var name.
2345         (nnml-generate-nov-file): Use dolist.
2346         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2347         Use with-current-buffer.
2348
2349 2010-09-18  Julien Danjou  <julien@danjou.info>
2350
2351         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2352         parallel.
2353
2354 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2357         the range update right.
2358         (nnimap-request-group): Don't make `M-g' bug out on group with no
2359         marks.
2360         (nnoo): Required, so that other packages can require nnimap.
2361         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2362         command we're looking for.  This helps when the server sends more
2363         responses after we've gotten everything we expected.
2364         (nnimap): Add a `newlinep' field to keep track of end-of-line
2365         conventions.
2366         Don't send CRLF to things that don't want it.
2367         (nnimap-request-accept-article): Ditto.
2368
2369 2010-09-18  Julien Danjou  <julien@danjou.info>
2370
2371         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2372         than curl to retrieve images.
2373
2374 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2377         the marks.
2378         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2379         (nnimap-wait-for-connection): New function.
2380         (nnimap-open-connection): If we have PREAUTH, don't query for login
2381         credentials.
2382         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2383         when doing a partial update.
2384
2385 2010-09-18  Julien Danjou  <julien@danjou.info>
2386
2387         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2388         tags.
2389
2390 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * nnimap.el (nnimap-credentials): New function.
2393         (nnimap-open-connection): Use the new function to look for credentials
2394         also on the numeric equivalents of "imap" and "imaps".
2395
2396         * gnus-start.el (gnus-activate-group): Send the info to
2397         gnus-request-group.
2398
2399         * nnimap.el (nnimap-request-group): Have the "check" version of the
2400         function parse flags and update the info, so that a `M-g' get a total
2401         resync of all flags from the group.
2402
2403         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2404         to allow backends to alter the info on group selection.  Also alter all
2405         the backend -request-group functions to take the parameter.
2406
2407         * nnimap.el (nnimap-store-info): New function.
2408         (nnimap-update-info): Store the info for later usage.
2409         (nnimap-request-group): Use the stored info for the dont-check case, so
2410         that we don't retrieve all marks when we enter a group.
2411
2412         * nnimap.el: Use deffoo instead of defun for interface functions.
2413
2414         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2415         update the group info.  This makes the nndraft groups, for instance, go
2416         back to their old behaviour.
2417
2418         * gnus-sum.el (gnus-select-newsgroup): Indent.
2419
2420         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2421         in.
2422         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2423         nothing.
2424
2425         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2426         from methods that are denied.
2427
2428         * gnus-int.el (gnus-method-denied-p): New function.
2429
2430         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2431         store the password instead of netrc.
2432         (nnimap-open-connection): Don't error out when we can't make a
2433         connections.
2434
2435         * auth-source.el (auth-source-create): In the password prompt, say what
2436         we're querying for.  Also prompt for user name if that hasn't been
2437         given.
2438
2439         * nnimap.el (nnimap-with-process-buffer): Removed.
2440
2441 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2444         method when we're reading from the agent.
2445
2446         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2447
2448         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2449         that's probably most useful for users.
2450
2451         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2452         "failed" all the time.
2453
2454         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2455         ...)) with (with-current-buffer ... ).
2456
2457         * nntp.el (nntp-open-server): Return whether the open was successful or
2458         not.
2459
2460         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2461         select an unread unseen article first.
2462
2463         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2464         /etc/services, supply some sensible port defaults.
2465
2466         * dgnushack.el: Define netrc-credentials.
2467
2468 2010-09-17  Julien Danjou  <julien@danjou.info>
2469
2470         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2471
2472 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2473
2474         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2475         doesn't have any parameters.
2476
2477 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2480         only upcased checks.
2481
2482         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2483
2484         * nnimap.el (nnimap-open-shell-stream): New function.
2485         (nnimap-open-connection): Use it.
2486         (nnimap-transform-headers): Get the number of lines in each message.
2487         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2488         number of lines.
2489         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2490         problem.
2491
2492         * utf7.el (utf7-encode): Autoload.
2493
2494         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2495         to allow the mail splitting to not return a default group.  This is
2496         useful for nnimap, which will leave unmatched mail in the inbox.
2497
2498         * nnimap.el: Rewritten.
2499
2500         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2501         nnimap usage.
2502
2503         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2504         if the move is internal, so that nnimap can do fast internal moves.
2505
2506         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2507         data.
2508         (gnus-read-active-for-groups): Support finishing the early retrieval of
2509         data.
2510
2511         * gnus-range.el (gnus-range-nconcat): New function.
2512
2513         * gnus-int.el (gnus-finish-retrieve-group-infos)
2514         (gnus-retrieve-group-data-early): New functions.
2515
2516 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2517
2518         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2519         (nnrss-retrieve-groups):
2520         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2521         (pop3-quit): Use with-current-buffer.
2522
2523 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2526         instead of nnheader-accept-process-output.
2527
2528         * dgnushack.el (dgnushack-compile): Add comment.
2529
2530         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2531
2532         * gnus-html.el (gnus-html-schedule-image-fetching)
2533         (gnus-html-prefetch-images): Replace process-kill-without-query by
2534         gnus-set-process-query-on-exit-flag.
2535
2536 2010-09-16  Romain Francoise  <romain@orebokech.com>
2537
2538         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2539
2540 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2543         parameter to unintern is mandatory-ish in Emacs 24.
2544
2545         * gnus-html.el (gnus-html-schedule-image-fetching)
2546         (gnus-html-prefetch-images): Check for curl before using it.
2547
2548         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2549         depend on curl, which isn't essential.
2550
2551         * imap.el: Revert back to version
2552         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2553         seem problematic.
2554
2555 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2556
2557         * gnus-registry.el (gnus-registry-install-shortcuts):
2558         Explicitly pass `obarray' to `unintern' to avoid a warning.
2559
2560 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2563         change.
2564
2565         * nnrss.el (nnrss-request-list): Removed this function and related
2566         functions, including the moreover stuff.
2567
2568 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * nnrss.el (nnrss-retrieve-groups): New function.
2571
2572 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2573
2574         * .dir-locals.el: Add no-byte-compile cookie.
2575
2576 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * time-date.el (format-seconds): Comment fix.
2579
2580         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2581         for back end that doesn't support request-scan.
2582
2583 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2586         then do request scans from the backends.
2587
2588         * netrc.el (netrc-credentials): New conveniency function.
2589
2590         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2591         avoid running a hook per line, since this takes a lot of time,
2592         profiling shows.
2593         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2594         directly if gnus-visual-p is true.
2595
2596 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2599         groups; replace mapcar with dolist which is a bit faster; pass groups
2600         info to gnus-read-active-file-1.
2601         (gnus-read-active-file-1): Scan only specified groups if the new
2602         optional arg `infos' is given.
2603
2604 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2607
2608         * pop3.el (pop3-movemail): Removed.
2609         (pop3-streaming-movemail): Renamed to pop3-movemail.
2610
2611         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2612         don't restrict end-tag searches to the end of the line.
2613
2614 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2617         articles of every unchecked group to t, which means unknown since the
2618         server has never been opened.
2619
2620 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * gnus-html.el (gnus-html-show-alt-text): New command.
2623         (gnus-html-browse-image): Ditto.
2624         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2625         to browse the image directly.
2626         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2627         better.
2628
2629         * gnus-async.el (gnus-async-article-callback): Call
2630         `gnus-html-prefetch-images' unconditionally.
2631
2632         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2633         before feeding URLs to curl.
2634
2635 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2638         internal images as deletable by `W D D'.
2639
2640         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2641         (gnus-async-article-callback): Fix typo.
2642
2643 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2646         current line to work around bugs in the output from w3m.
2647
2648         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2649         for groups that want that.
2650
2651         * nntp.el (nntp-wait-for-string): Supply a timeout for
2652         accept-process-output to ensure progress.
2653
2654         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2655         level to get unread articles from, then use that for foreign groups,
2656         too.
2657
2658         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2659         confuses the rest of the function.
2660
2661         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2662         for the methods that support -retrieve-groups, too.
2663
2664         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2665
2666 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2669         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2670
2671         * pop3.el: Require cl when compiling.
2672         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2673
2674 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2677         that aren't going to be activated.
2678         (gnus-get-unread-articles): Fix up the last commit.
2679
2680         * gnus-html.el (gnus-article-html): Allow calling without specifying
2681         the handle.  In that case, dissect the buffer first.
2682
2683         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2684
2685         * nnimap.el (nnimap-open-connection): Revert the change that would look
2686         into authinfo for imaps instead of imap.
2687
2688         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2689         say that you don't want to call gnus-request-group with don-check, but
2690         do check the reponse.  This is for virtual groups only.
2691         (gnus-get-unread-articles): Count the archive groups as secondary, so
2692         that they're activated the same way as before.
2693
2694         * imap.el (imap-message-map): Removed optional buffer parameter, since
2695         no callers use it.
2696         (imap-message-get): Ditto.
2697         (imap-message-put): Ditto.
2698         (imap-mailbox-map): Ditto.
2699         (imap-mailbox-put): Ditto.
2700         (imap-mailbox-get): Ditto.
2701         (imap-mailbox-get): Revert last change for this function.
2702
2703         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2704         case-insensitively.
2705         (nnimap-debug): Removed.
2706
2707         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2708         to use `imap-fetch' instead.  According to the comments, this should be
2709         safe, since all other IMAP clients use the 1:* syntax.
2710         (imap-enable-exchange-bug-workaround): Removed.
2711         (imap-debug): Removed -- doesn't seem very useful.
2712
2713         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2714         mail from a file, and the file doesn't exist.
2715
2716         * imap.el (imap-log): New convenience function used throughout instead
2717         of repeating the same code all over the place.
2718
2719         * pop3.el (pop3-streaming-movemail): Return t for success.
2720
2721         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2722         .authinfo if we're using ssl connection.
2723
2724         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2725         already have if we're in a main Gnus `g' run.
2726
2727         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2728
2729 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2732
2733         * nnmh.el (nnmh-request-list-1): Bind `file'.
2734
2735         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2736         alias to set-process-query-on-exit-flag or process-kill-without-query.
2737         (pop3-open-server): Use it.
2738
2739 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2742         box to the Incoming file.  Fixes mistake in previous checkin.
2743
2744         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2745         request loop (for debugging purposes) removed.
2746
2747         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2748         culprit is more visible.
2749         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2750         (nnml-add-incremental-nov): New functions to do "incremental" nov
2751         updates, where we just append to the end of the existing nov files
2752         without reading/writing them in full.
2753
2754         * mail-source.el (mail-source-delete-crash-box): Really only check the
2755         incoming files once in a while.
2756
2757         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2758
2759         * mail-source.el (mail-source-delete-crash-box): Only check the
2760         incoming files for deletion once per day to save a lot of file
2761         accesses.
2762
2763         * pop3.el (pop3-logon): Fix up unbound variable typo.
2764
2765         * mail-source.el (pop3-streaming-movemail): Autoload.
2766
2767         * pop3.el (pop3-streaming-movemail): Respect
2768         pop3-leave-mail-on-server.
2769
2770         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2771         retrieval.
2772
2773         * pop3.el (pop3-process-filter): Removed unused function.
2774         (pop3-streaming-movemail, pop3-send-streaming-command)
2775         (pop3-wait-for-messages, pop3-write-to-file)
2776         (pop3-number-of-responses): New functions for streaming pop3
2777         retrieval.
2778
2779         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2780         come from no known methods.
2781         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2782         list.
2783
2784         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2785         message sizes.
2786         (pop3-movemail): Use erase-buffer instead of looping and deleting
2787         regions, which seems rather odd.
2788
2789         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2790         file once per `g' run.
2791
2792         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2793         directories.  This makes the draft queue directory work.
2794
2795         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2796         data from the backends, so that we only request the list of groups from
2797         each method once.  This should speed things up considerably.
2798
2799         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2800         detect that it's not implemented.
2801
2802         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2803         we actually do recurse down into the tree, but don't stat all leaf
2804         nodes.
2805
2806         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2807         then say so instead of bugging out.
2808
2809         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2810         files exist before trying to read them.
2811
2812         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2813         around <pre_int>.
2814
2815         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2816
2817         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2818
2819 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * mm-util.el (mm-image-load-path): Just return the image directories,
2822         not all directories in the path in addition to the image directories.
2823         (mm-image-load-path): Maintain a cache of the image directories so that
2824         the `g' command in Gnus doesn't have to stat dozens of directories each
2825         time.
2826
2827         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2828         (gnus-html-wash-tags): Add a new `i' command to insert images.
2829         (gnus-html-insert-image): New command and keystroke.
2830         (gnus-html-redisplay-with-images): New command and keystroke.
2831         (gnus-html-show-images): Renamed command.
2832         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2833         spacers.
2834         (gnus-html-wash-tags): Decode entities at the end, so that entities
2835         inside the tags don't mess up the rest of the "parsing".
2836
2837         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2838         so that nnimap methods aren't agentized by default.  There's apparently
2839         many problems related to agent/imap behaviour.
2840
2841         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2842
2843         * gnus-html.el: Doc fix.
2844
2845 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2848         specifier-spec-list for Emacs 21.
2849
2850         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2851         glyph-width and glyph-height instead of display-graphic-p and
2852         image-size; make avoidance of displaying small images work for XEmacs.
2853
2854         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2855         for XEmacs.
2856
2857         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2858         of symbol that holds plist data.
2859         (gnus-process-plist): Remove plist of process after getting it.
2860
2861 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * message.el (message-generate-hashcash): Change default to
2864         'opportunistic if hashcash is installed.
2865
2866         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2867         (gnus-html-put-image): Only call image-size once, since it's somewhat
2868         time-consuming on remote X servers.
2869
2870 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2873         type on data, not a file name.
2874
2875         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2876         window-pixel-edges for Emacs 21.
2877
2878         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2879         decoded contents.
2880         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2881
2882 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2885         group line format, since it isn't very interesting.
2886
2887         * gnus-agent.el (gnus-agent-short-article),
2888         (gnus-agent-long-article): Increase values for these two variables,
2889         since most people are likely to have more network connection and
2890         storage than before.
2891
2892         * gnus.el (gnus-refer-article-method): Change default to 'current.
2893         When referring an article, the common behaviour is to refer it from the
2894         current select method, not the native select method.  The chances of
2895         the native select method having the message in question is rather slim
2896         these days.
2897
2898         * gnus-sum.el (gnus-auto-select-subject): Change default to
2899         `unseen-or-unread'.  I think it's likely that most people want to
2900         select an unseen article over a previously seen, but unread one.
2901
2902         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2903         means that in the article buffer none of the minor mode elements will
2904         be shown, usually, and this is not desirable in most cases.
2905
2906         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2907         that commands like `d' (and the like) go to the next line in the
2908         buffer, instead of the next unread article.  I think this is the
2909         behaviour that is most natural for most users.
2910         (gnus-single-article-buffer): Change default to nil, so that people can
2911         have as many article buffers open as they have summary buffer.  I think
2912         this is the most natural way for the groups to behave.
2913
2914         * message.el (message-generate-new-buffers): Change default to
2915         `unsent', so that all new message buffers start their names with the
2916         string "*unsent", and it's easier to find the buffers if you move from
2917         them.
2918
2919 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2922         small.  They're probably tracking images.
2923         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2924         (gnus-html-rescale-image): Yet another try at getting the image sizing
2925         right.
2926
2927         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2928         nntp-marks-file-name is nil.
2929
2930 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * gnus-html.el (gnus-html-wash-tags)
2933         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2934         Better logging.
2935
2936 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2939
2940         * gnus-html.el (gnus-html-wash-tags): Check the value of
2941         gnus-blocked-images in the summary buffer.
2942
2943 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2944
2945         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2946
2947 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2950         like "a", it seems like.
2951         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2952         since it needs to be picked from the correct buffer.
2953
2954         * nnwfm.el: Removed.
2955
2956         * nnlistserv.el: Removed.
2957
2958 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2959
2960         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2961         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2962
2963 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * nnkiboze.el: Removed.
2966
2967         * nndb.el: Removed.
2968
2969         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2970         alt text.
2971         (gnus-html-rescale-image): Try to get the rescaling logic right for
2972         images that are just wide and not tall.
2973
2974         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2975         overshadow variable bindings.
2976
2977 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2978
2979         * gnus-html.el (gnus-html-wash-tags)
2980         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2981         extra logging.
2982
2983 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2986         (gnus-max-image-proportion): New variable.
2987         (gnus-html-rescale-image): New function.
2988         (gnus-html-put-image): Rescale images.
2989
2990 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2991
2992         Fix up some byte-compiler warnings.
2993         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2994         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2995         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2996         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2997         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2998         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2999         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3000
3001 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * gnus-html.el (gnus-article-html): Decode contents by charset.
3004
3005 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3008         (gnus-html-frame-width, gnus-blocked-images)
3009         * message.el (message-prune-recipient-rules): Add custom version.
3010         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3011
3012         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3013         functions.
3014
3015         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3016         gnus-process-get.
3017
3018 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3019
3020         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3021         instead of lsub directly.
3022
3023 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * nnwarchive.el: Removed.
3026
3027         * gnus-soup.el: Removed.
3028
3029         * nnsoup.el: Removed.
3030
3031         * nnultimate.el: Removed.
3032
3033         * gnus-html.el (gnus-blocked-images): New variable.
3034
3035         * message.el (message-prune-recipients): New function.
3036         (message-prune-recipient-rules): New variable.
3037
3038         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3039         guess whether a long line is natural text or not.
3040
3041         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3042         gnus-process-plist and friends for compatibility.
3043
3044 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3045
3046         * gnus-html.el: Require packages that define macros used in this file.
3047         (gnus-article-mouse-face): Declare to silence byte-compiler.
3048         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3049         process-get.
3050         (gnus-html-put-image): Use plist-get to avoid getf.
3051         (gnus-html-prefetch-images): Use with-current-buffer.
3052
3053 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gnus-ems.el: Provide compatibility functions for
3056         gnus-set-process-plist.
3057
3058         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3059         header-line-format for XEmacs 21.4.
3060
3061         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3062         * gnus.el (gnus-valid-select-methods)
3063         * message.el (message-send-mail-partially-limit)
3064         * mm-decode.el (mm-text-html-renderer)
3065         * mml.el (mml-insert-mime-headers-always)
3066         * smiley.el (smiley-regexp-alist): Bump custom version.
3067
3068 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gnus-html.el: require mm-url.
3071         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3072         with the url to `url'.
3073         (gnus-html-wash-tags): Support cid: URLs/images.
3074
3075 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3078         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3079         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3080
3081         * gnus-move.el: Removed file, since it doesn't really work.
3082
3083         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3084         UTF-8.  This seems to fix problems with some German web feeds.
3085
3086         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3087         at the top so that the proper colours are applied.
3088
3089         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3090         don't have dots in their names.
3091
3092         * gnus-art.el (gnus-article-view-part): Doc fix.
3093
3094         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3095         XEmacs-compatible.
3096         (gnus-html-put-image): Don't do images on non-graphic displays.
3097
3098         * nnslashdot.el: Removed this unused backend.
3099
3100         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3101         actions.
3102         (gnus-undo-register-1): Revert last change.
3103
3104         * gnus-group.el (gnus-group-completing-read): Protect against not
3105         having completion-styles bound.
3106
3107         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3108         make broken recipients happier.
3109
3110         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3111
3112         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3113         point parameter.
3114
3115         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3116
3117         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3118         completion-styles for group selection.
3119
3120 2009-02-04  Andreas Schwab  <schwab@suse.de>
3121
3122         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3123         headers and regexp-quote the match if necessary.
3124
3125 2009-03-24  Miles Bader  <miles@gnu.org>
3126
3127         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3128         the blinking smiley.
3129
3130 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3131
3132         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3133         blink smiley.
3134
3135 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3138         where the dribbel file lives exists.
3139
3140         * message.el (message-send-mail-partially-limit): Change the default to
3141         nil, since most people don't want this.
3142
3143         * mm-url.el (mm-url-decode-entities): Also decode entities like
3144         &#x3212.
3145
3146 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3147
3148         * gnus-sum.el (gnus-summary-idna-message):
3149         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3150         Hyperlink urls in docstrings with URL `...'.
3151
3152 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3153
3154         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3155         functions.
3156
3157 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3160         say what the mouseover text should be.
3161
3162         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3163         version of the mm-w3m-safe-url-regexp variable to only download images
3164         in the groups where we want that to happen.
3165
3166         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3167
3168         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3169         easier debugging.
3170         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3171         big pictures in the article buffer.
3172
3173         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3174         gnus-article-html.
3175         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3176         w3m.
3177
3178         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3179
3180 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3183         which doesn't exist.
3184
3185         * message.el (message-inhibit-ecomplete): New variable to allow some
3186         function to inhibit ecomplete address storage.
3187         (message-resend): Disable ecomplete message storage when resending
3188         messages.
3189
3190         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3191
3192 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3195         Save excursion while copying, moving, and deleting articles in order to
3196         prevent the cursor from jumping to unforeseen place.
3197
3198 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * lpath.el: No need to bind bookmark-current-buffer,
3201         bookmark-yank-point and bookmark-make-record-function.
3202
3203 2010-08-17  Glenn Morris  <rgm@gnu.org>
3204
3205         * gnus-sync.el: Require gnus components whose functions are used.
3206
3207         * gnus-art.el (bookmark-make-record-function):
3208         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3209         Declare for compiler.
3210
3211         * mm-url.el (mml-compute-boundary): Autoload.
3212
3213 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3216
3217 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3218
3219         Typo fix "hoo4a" -> "hook".
3220
3221         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3222
3223 2010-08-14  Glenn Morris  <rgm@gnu.org>
3224
3225         * gnus-sync.el (gnus-sync): Fix defgroup version.
3226
3227 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3228
3229         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3230
3231         * gnus-sync.el: Fix docs.
3232         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3233         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3234
3235 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         Optimizations for gnus-sync.el.
3238
3239         * gnus-sync.el: Add docs about gnus-sync-backend
3240         possibilities.
3241         (gnus-sync-save): Remove unnecessary message.
3242         (gnus-sync-read): Optimize and show what groups were skipped.
3243
3244 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3245
3246         Minor bug fixes for gnus-sync.el.
3247
3248         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3249         read the sync on get-new-news.
3250
3251         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3252         quiet.
3253
3254         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3255
3256 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3257
3258         Make saving and restoring of hidden threads work with overlays.
3259         Patch applied by Ted Zlatanov.
3260
3261         * gnus-sum.el (gnus-hidden-threads-configuration)
3262         (gnus-restore-hidden-threads-configuration): Update to deal with text
3263         properties, rather than searching for a magic character.
3264
3265 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3266
3267         New gnus-sync.el library for synchronization of marks.
3268
3269         * gnus-sync.el: New library for synchronization of marks.
3270
3271         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3272         renamed from `gnus-registry-grep-in-list'.
3273
3274         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3275
3276         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3277
3278 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3281         determining charset of text fails.
3282
3283 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * nnmail.el (nnmail-get-new-mail-1): Revert.
3286
3287         * nnml.el (nnml-active-number): Make sure names of newly created groups
3288         in nnml-group-alist are encoded.
3289
3290 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3293         containing non-ASCII characters in active file for nnml back end.
3294
3295 2010-07-24  David Engster  <dengste@eml.cc>
3296
3297         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3298         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3299
3300 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3301
3302         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3303         tag (Bug#6654).
3304
3305 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3308         the article buffer, not the summary buffer.
3309
3310 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3313         Emacs 23 as well.
3314
3315 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3318         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3319
3320 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3321
3322         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3323         Patch applied by Karl Fogel.
3324
3325         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3326         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3327
3328 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3329
3330         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3331         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3332         C-w still not working correctly from Article buffers; Thierry's
3333         patch to fix that will be applied after this.
3334
3335         * gnus-art.el (bookmark-make-record-function): New local variable.
3336
3337         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3338         article buffer.
3339         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3340
3341 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3342
3343         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3344         on changes in bookmark.el.
3345
3346 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3349         `no-log' instead of message not to log prompt string.
3350
3351 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3352
3353         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3354         the *other* type of HTML form submission.
3355
3356 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3357
3358         * auth-source.el (auth-source-pick): If choice does not contain a
3359         questioned keyword, set the check to t.
3360
3361 2010-06-12  Romain Francoise  <romain@orebokech.com>
3362
3363         * gnus-util.el (gnus-date-get-time): Move up before first use.
3364
3365 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3368         (gnus-article-edit-part): Bind it to make last part that is substituted
3369         or deleted visible.
3370         (gnus-mime-display-single): Buttonize part of which id equals to
3371         gnus-mime-buttonized-part-id.
3372
3373 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3374
3375         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3376         (gnus-dd-mmm): Use gnus-date-get-time.
3377         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3378         simplify logic.
3379         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3380         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3381
3382 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3383
3384         * auth-source.el (top): Autoload `secrets-list-collections',
3385         `secrets-create-item', `secrets-delete-item'.
3386         (auth-sources): Fix tag string.
3387         (auth-get-source, auth-source-retrieve, auth-source-create)
3388         (auth-source-delete): New defuns.
3389         (auth-source-pick): Rewrite in order to avoid 2 passes.
3390         (auth-source-forget-user-or-password): New parameter USERNAME.
3391         (auth-source-user-or-password): New parameters CREATE-MISSING and
3392         DELETE-EXISTING.  Retrieve password interactively, if needed.
3393
3394 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3395
3396         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3397         deleting unused directories when gnus-expert-user is t.
3398
3399 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3402         for each temp file when gnus-article-browse-delete-temp is ask.
3403
3404 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3405
3406         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3407         Lisp calls to delete-backward-char by calls to delete-char.
3408
3409 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3410
3411         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3412
3413 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3414
3415         * password-cache.el (password-cache-remove): Fix docstring.
3416
3417 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3420         article unless decoding article to be saved.
3421
3422 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3423
3424         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3425         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3426         generated within the mm-with-unibyte-current-buffer macro.
3427
3428 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3431         to nil when we're in a mml-preview buffer and no group is selected.
3432
3433 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3434
3435         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3436         when catching the `C-g'.  Reported by "Leo".
3437
3438 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * message.el (message-forward-make-body-plain)
3441         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3442         multibyte-string-p.
3443
3444         * lpath.el: Revert.
3445
3446 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * message.el (message-forward-make-body-mml): Assume original message
3449         is multibyte string; error on unibyte.
3450         (message-forward-make-body-plain): Ditto; don't add excessive newline
3451         in body end.
3452
3453         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3454
3455 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3456
3457         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3458         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3459
3460 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * mm-extern.el (mm-extern-url): Don't use
3463         mm-with-unibyte-current-buffer.
3464         (mm-extern-cache-contents): Use with-current-buffer instead of
3465         save-excursion + set-buffer.
3466
3467 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * mm-util.el (mm-emacs-mule): Remove.
3470
3471 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3472
3473         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3474         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3475         change.
3476
3477 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3480         bind the default value of enable-multibyte-characters to nil.
3481
3482 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * message.el (message-forward-make-body-plain)
3485         (message-forward-make-body-mml):
3486         Don't use mm-with-unibyte-current-buffer.
3487
3488 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3489
3490         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3491
3492 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3493
3494         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3495         (Bug#5592).
3496
3497 2010-05-07  Julien Danjou  <julien@danjou.info>
3498
3499         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3500         it to mm-pipe-part.
3501
3502         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3503         it is given.
3504
3505 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * binhex.el (binhex-decode-region-internal)
3508         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3509         (dns-query)
3510         * nnweb.el (nnweb-gmane-search)
3511         * pgg-parse.el (pgg-parse-armor)
3512         * pgg.el (pgg-verify-region)
3513         * sha1.el (sha1-string-external)
3514         * uudecode.el (uudecode-decode-region-internal)
3515         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3516         XEmacs.
3517
3518         * gnus-art.el (gnus-article-browse-html-parts)
3519         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3520         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3521         make-temp-file.
3522
3523         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3524         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3525         compiling.
3526
3527         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3528         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3529         XEmacs when compiling.
3530
3531         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3532         gnus-pick-mode-off-hook for XEmacs when compiling.
3533         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3534         gnus-binary-mode-off-hook for XEmacs when compiling.
3535
3536         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3537         nil if char-charset is not available.
3538
3539         * imap.el (imap-disable-multibyte)
3540         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3541         macros.
3542
3543         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3544         instead of encode-coding-string.
3545
3546         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3547         'xemacs) instead of mm-emacs-mule to switch function definitions.
3548         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3549
3550         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3551         bind temporary-file-directory for XEmacs;
3552         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3553         timer-set-function for XEmacs 21.4 and SXEmacs;
3554         bind timer-list for XEmacs 21.4 and SXEmacs;
3555         fbind char-charset and find-charset-region for non-Mule XEmacs;
3556         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3557         encode-coding-region and encode-coding-string for XEmacs having no
3558         file-coding feature.
3559
3560 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3561
3562         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3563
3564 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3567         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3568
3569 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3570
3571         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3572         alias `jka-compr-delete-temp-file' no longer exists.
3573
3574 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3575
3576         Use define-minor-mode in Gnus where applicable.
3577         * mml.el (mml-mode): Use define-minor-mode.
3578         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3579         (gnus-undo-mode): Use define-minor-mode.
3580         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3581         (gnus-dead-summary-mode): Use define-minor-mode.
3582         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3583         Initialize in declaration.
3584         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3585         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3586         (gnus-mailing-list-mode): Use define-minor-mode.
3587         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3588         (gnus-draft-mode): Use define-minor-mode.
3589         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3590         (gnus-dired-mode): Use define-minor-mode.
3591
3592 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3593
3594         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3595         handles on recursive mml-to-mime translation and check them for
3596         boundary delimiter collisions.  Reported by Greg Troxel.
3597
3598 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3601
3602 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3603
3604         * mm-util.el (mm-find-buffer-file-coding-system):
3605         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3606
3607 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3608
3609         * message.el (message-generate-headers): Record insertion of optional
3610         headers as well.  Otherwise the check to prevent repeated insertion of
3611         optional headers is a no-op.
3612
3613 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3614
3615         * smime.el: Don't mention CVS.
3616
3617         * nnrss.el (nnrss-fetch): Don't mention CVS.
3618
3619         * nnir.el: Don't mention CVS.
3620
3621 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3622
3623         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3624
3625 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * lpath.el: Fbind bookmark-default-handler,
3628         bookmark-get-bookmark-record, bookmark-make-record-default,
3629         bookmark-prop-get for Emacs <23 and XEmacs.
3630
3631 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3632
3633         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3634         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3635         Use with-current-buffer to silence the byte-compiler.
3636         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3637         bother to require `gnus'.
3638         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3639
3640 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3641
3642         * gnus-sum.el (gnus-summary-bookmark-make-record)
3643         (gnus-summary-bookmark-jump): New functions.
3644         (gnus-summary-mode): Setup bookmark support.
3645
3646 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3647
3648         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3649         if set.
3650
3651 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3654         gnus-article-browse-html-save-cid-image; make it work recursively for
3655         forwarded messages as well.
3656         (gnus-article-browse-html-parts): Work when prefix arg is given.
3657         (gnus-article-browse-html-article): Doc fix.
3658
3659 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3660
3661         * message.el (message-default-mail-headers):
3662         (message-default-headers): Carry the value mail-default-headers over
3663         into message-default-mail-headers, rather than message-default-headers.
3664
3665 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3666
3667         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3668         charset.
3669
3670         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3671         charset into the <meta> tag when the article is encoded to utf-8.
3672
3673 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3676         directories as well.
3677         (gnus-article-browse-html-parts): Work for images that do not specify
3678         file names; delete temp directory when quitting; insert header at the
3679         right place; use file: scheme for image files.
3680
3681 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3682
3683         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3684         (gnus-article-browse-html-parts): Use it to make temporary cid image
3685         files in addition to html file so that browser may display them.
3686
3687 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3690
3691 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3694
3695 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3696
3697         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3698         about Secret Service API sources.  Improve Customize options.
3699         (auth-source-pick): Change to accept any number of search parameters.
3700         Implement fallbacks iteratively, not recursively.  Add scoring on the
3701         second pass and sort by score.  Call Secret Service API when needed.
3702         (auth-source-user-or-password): Use it.  Call Secret Service API
3703         directly when needed to get the user name and the password.
3704
3705 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3706
3707         * message.el (message-interactive): Doc fix.
3708         (message-qmail-inject-args): Reflow.
3709         (message-kill-to-signature): Fix typo in docstring.
3710
3711         * smiley.el (smiley-buffer): Fix typo in docstring.
3712
3713 2010-03-24  Glenn Morris  <rgm@gnu.org>
3714
3715         * mail-source.el (gnus-message): Declare.
3716         (mail-source-delete-old-incoming): Require gnus-util.
3717
3718 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3721
3722         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3723
3724         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3725         password-cache's default if it is not bound.
3726         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3727         password-cache-expiry's default if it is not bound.
3728
3729         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3730         available in Emacs 21.
3731
3732         * lpath.el: Suppress compiler warnings for:
3733         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3734         XEmacs;
3735         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3736         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3737         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3738
3739 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3740
3741         * auth-source.el (auth-sources): Fix up definition so extra parameters
3742         are always inline.
3743
3744 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3745
3746         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3747         wasn't updated after mismatch.  Clear cached mailbox info correctly
3748         when uidvalidity changes.
3749         (nnimap-group-prefixed-name): New function to avoid some code
3750         duplication.
3751         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3752         (nnimap-request-group): Use it.
3753         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3754         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3755         with many imap folders.  This is done by caching the group status from
3756         the imap server persistently in a group parameter `imap-status'.  (This
3757         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3758         but not persistently, so every Gnus startup was still very slow.)
3759
3760 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3761
3762         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3763         delete the extra newline.  Otherwise editing of :string and :number
3764         types don't work.
3765
3766 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3767
3768         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3769         secrets.el dependency.
3770         (auth-sources): Add optional user name.  Add secrets.el configuration
3771         choice (unused right now).
3772
3773 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3774
3775         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3776         `gnus-registry-install-shortcuts' fill in the functions.
3777
3778         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3779         warnings.
3780         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3781         (gnus-registry-install-shortcuts): Populate and use it in a
3782         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3783
3784 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3785
3786         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3787         In-place substitutions for the group name encoding/decoding.
3788         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3789         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3790         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3791         (nnimap-update-unseen, nnimap-request-list)
3792         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3793         (nnimap-request-set-mark, nnimap-split-to-groups)
3794         (nnimap-split-articles, nnimap-request-newgroups)
3795         (nnimap-request-create-group, nnimap-request-accept-article)
3796         (nnimap-request-delete-group, nnimap-request-rename-group)
3797         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3798         `encoded-mbx' for consistency.
3799         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3800         variable `imap-current-mailbox'.
3801
3802         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3803         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3804
3805 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3806
3807         * pop3.el (pop3-display-message-size-flag): Display message size byte
3808         counts during POP3 download.
3809         (pop3-movemail): Use it.
3810         (pop3-list): Implement listing of available messages.
3811
3812 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3813
3814         * nnir.el (nnir-get-article-nov-override-function): New function to
3815         override the normal NOV retrieval.
3816         (nnir-retrieve-headers): Use it.
3817
3818 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3819
3820         * auth-source.el (netrc-machine-user-or-password): Autoload.
3821
3822 2010-03-19  Glenn Morris  <rgm@gnu.org>
3823
3824         Stop message.el from loading about 40 libraries it doesn't always need.
3825         The general approach is to autoload rather than require, and to
3826         require in the specific functions rather than the file.  (Bug#5642)
3827
3828         * gmm-utils.el: Don't require wid-edit.
3829         (widget-create-child-value, widget-convert, widget-default-get):
3830         Autoload.
3831
3832         * gnus-util.el: Don't require time-date, netrc.
3833         (message-fetch-field, gnus-group-name-decode): Declare rather than
3834         autoloading.
3835         (gnus-fetch-field): Require message.
3836         (gnus-decode-newsgroups): Require gnus-group.
3837
3838         * ietf-drums.el: Don't require time-date.
3839
3840         * message.el: Don't require hashcash, canlock, ecomplete.
3841         Do require mail-utils.  Require nnheader only when compiling.
3842         (smtpmail-default-smtp-server): Remove declaration.
3843         (message-send-mail-function): Check smtpmail-default-smtp-server
3844         is bound rather than requiring smtpmail.
3845         (message-auto-save-directory, message-insert-signature): Use
3846         expand-file-name rather than nnheader-concat.
3847         (nnheader-insert-file-contents): Autoload.
3848         (hashcash-wait-async): Declare.
3849         (message-send-mail): Only call gnus-setup-posting-charset if
3850         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3851         (message-send-mail-with-sendmail): Require sendmail.
3852         (canlock-password, canlock-password-for-verify): Declare.
3853         (message-canlock-password): Require canlock.
3854         (nnheader-get-report): Autoload.
3855         (gnus-setup-posting-charset): Declare.
3856         (message-send-news): Require gnus-msg.
3857         (message-make-references, message-make-in-reply-to): Use mail-header-id
3858         rather than the alias mail-header-message-id.
3859         (ecomplete-add-item, ecomplete-save): Declare.
3860         (message-put-addresses-in-ecomplete): Require ecomplete.
3861         (ecomplete-display-matches): Autoload.
3862
3863         * mm-decode.el: Don't require mailcap, gnus-util.
3864         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3865         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3866         Autoload.
3867         (mailcap-mime-extensions): Declare.
3868
3869         * mm-encode.el: Don't require mailcap.
3870         (mailcap-extension-to-mime): Autoload.
3871
3872         * mml-sec.el: Don't require password-cache.
3873
3874         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3875         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3876         (mml-minibuffer-read-type): Require mailcap.
3877         (mml-preview): Require gnus-msg.
3878
3879         * mml1991.el: Require password-cache.
3880         (password-cache-expiry): Remove declaration.
3881
3882         * mml2015.el: Require password-cache.
3883         (password-cache-expiry): Remove declaration.
3884
3885         * nneething.el (mailcap): Require mailcap.
3886
3887         * nnheader.el (declare-function): Add compatibility stub.
3888         (message-remove-header): Declare rather than autoload.
3889         (nnheader-replace-header): Require message.
3890
3891         * nnimap.el (declare-function): Add compatibility stub.
3892         (netrc-parse, netrc-machine-user-or-password): Declare.
3893         (nnimap-open-connection): Require netrc.
3894
3895         * nntp.el (declare-function): Add compatibility stub.
3896         (netrc-parse, netrc-machine, netrc-get): Declare.
3897         (nntp-send-authinfo): Require netrc.
3898
3899         * rfc2047.el: Don't require qp.
3900         (quoted-printable-encode-region, quoted-printable-decode-string):
3901         Autoload.
3902
3903         * sieve-mode.el: Don't require easymenu.
3904         (easy-menu-add-item): Autoload it.
3905
3906         * spam-stat.el (time-to-number-of-days): Autoload it.
3907
3908 2010-03-19  Glenn Morris  <rgm@gnu.org>
3909
3910         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3911
3912 2010-03-18  Glenn Morris  <rgm@gnu.org>
3913
3914         * hashcash.el (declare-function): Remove duplicate definition.
3915
3916 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3917
3918         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3919         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3920         value if any backslash escapes).
3921
3922 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3925         if it is available.  (bug#5647)
3926
3927         * lpath.el: Suppress compiler warning for coding-system-from-name for
3928         Emacs 21 and XEmacs.
3929
3930 2010-03-14  Juri Linkov  <juri@jurta.org>
3931
3932         * hmac-def.el:
3933         * hmac-md5.el:
3934         * netrc.el: Fix keywords.
3935
3936 2010-02-26  Glenn Morris  <rgm@gnu.org>
3937
3938         * message.el (message-send-mail-function): Change the default, so that
3939         it inherits from a customized send-mail-function.  (Bug#5643)
3940
3941 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3942
3943         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3944         shell-command-to-string signals an error (bug#5299).
3945
3946 2010-02-24  Glenn Morris  <rgm@gnu.org>
3947
3948         * message.el (message-smtpmail-send-it)
3949         (message-send-mail-with-mailclient): Doc fixes.
3950
3951 2010-02-16  Glenn Morris  <rgm@gnu.org>
3952
3953         * message.el (message-default-mail-headers): Change the default value
3954         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3955
3956 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3959         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3960
3961 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3962
3963         * time-date.el (date-to-time): Doc fix (Bug#5408).
3964
3965 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3966
3967         * message.el (message-mail): Just pass yank-action on to message-setup.
3968         (message-setup): Handle (FUN . ARGS) form of yank-action.
3969         (message-with-reply-buffer, message-widen-reply)
3970         (message-yank-original): Handle non-buffer values of
3971         message-reply-buffer (Bug#4080).
3972         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3973
3974 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3975
3976         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3977         Fix typo in docstring.
3978
3979 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3980
3981         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3982         response.
3983
3984 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3987
3988         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3989
3990         * message.el (message-check-news-header-syntax): Protect against a
3991         string that `rfc822-addresses' returns when parsing fails.
3992
3993 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3996         (gnus-previous-char-property-change): New functions.
3997
3998         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3999
4000 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4001
4002         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4003         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4004
4005 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4006
4007         * message.el (message-exchange-point-and-mark): Rework last change to
4008         avoid using optional arg of exchange-point-and-mark, for backward
4009         compatibility.
4010
4011 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4012
4013         * message.el (message-exchange-point-and-mark): Call
4014         exchange-point-and-mark with an argument rather than setting
4015         mark-active by hand (Bug#5175).
4016
4017 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * nntp.el (nntp-service-to-port): Work for service expressed with
4020         numeric string; replace [:digit:] with [0-9] for XEmacs.
4021
4022 2009-12-17  Glenn Morris  <rgm@gnu.org>
4023
4024         * gnus-group.el (gnus-bug-group-download-format-alist):
4025         Change emacs entry to debbugs.gnu.org.  Bump :version.
4026
4027 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4028
4029         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4030
4031 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4032
4033         * message.el (message-info): Explain why we use `Info-goto-node'.
4034
4035 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4038
4039 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4040
4041         * message.el (message-completion-in-region): New compatibility function.
4042         (message-expand-group): Use it.
4043
4044 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4047         with no unread article should be listed if the 2nd arg `predicate' is
4048         given.
4049
4050 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4053
4054 2009-11-29  Juri Linkov  <juri@jurta.org>
4055
4056         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4057         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4058         on `gnus-recenter'. (Bug#4698, Bug#4981)
4059
4060 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4061
4062         * sha1.el (sha1-string-external): default-directory "/" in case
4063         otherwise non-existent.  process-connection-type pipe for touch of
4064         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4065
4066 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4067
4068         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4069         it's comms related and sgml-mode.el has "comm" on that basis too.
4070
4071 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4074         containing tspecial characters if they have been already quoted.
4075
4076 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4077
4078         * dns-mode.el (auto-mode-alist): Purecopy string.
4079
4080 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4081
4082         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4083
4084 2009-10-24  Glenn Morris  <rgm@gnu.org>
4085
4086         * gnus-art.el (help-xref-stack-item): Define for compiler.
4087
4088 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4089
4090         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4091
4092 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4095
4096 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4099         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4100
4101 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4104         (gnus-overlays-in): New alias to overlays-in.
4105
4106         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4107         gnus-overlay-get, and gnus-delete-overlay.
4108         (gnus-summary-show-thread): Make it work as well for systems in which
4109         next-single-char-property-change is not available.
4110         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4111
4112         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4113         (gnus-overlay-get): New alias to extent-property.
4114         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4115
4116         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4117         SXEmacs.
4118
4119         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4120         SXEmacs.
4121
4122 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4125
4126 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4127
4128         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4129         and XEmacs that don't have `remove-overlays'.
4130
4131 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4132
4133         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4134         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4135         selective display.  Use overlays instead.
4136
4137 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4138
4139         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4140
4141 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4142
4143         * spam-stat.el (spam-stat-load): Fix typo in message.
4144
4145 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4146
4147         * dig.el (dig-invoke): Fix typo in docstring.
4148         (query-dig): Reflow docstring.
4149
4150 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4151
4152         * gnus-art.el (gnus-article-encrypt-body):
4153         * message.el (message-check-recipients):
4154         * mm-util.el (mm-codepage-setup):
4155         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4156         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4157
4158 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4159
4160         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4161         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4162         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4163         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4164         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4165
4166 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4167
4168         * dig.el: Add "Keywords: comm", as per net-utils.el.
4169
4170 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4171
4172         * dig.el (dig-mode): Use define-derived-mode.
4173
4174 2009-09-19  Glenn Morris  <rgm@gnu.org>
4175
4176         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4177
4178 2009-09-18  Glenn Morris  <rgm@gnu.org>
4179
4180         * gnus-diary.el (gnus-diary-check-message):
4181         * message.el (message-insert-formatted-citation-line):
4182         * nnbabyl.el (top-level):
4183         * nndiary.el (nndiary-schedule):
4184         Fix typos in condition-case handlers.
4185
4186 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4189         configuration that provides the sole article window in a frame;
4190         position point correctly after deleting a part.
4191
4192 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4193
4194         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4195         (spam-resolve-registrations-routine): Use it to unregister articles
4196         that change status.
4197
4198 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4201         with XEmacs.
4202         (parse-time-string-chars): Use it.
4203
4204 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * imap.el (imap-interactive-login): Better messages.
4207         (imap-open): Fix bug with renamed buffer on reconnect.
4208         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4209         for easier debugging and cleaner code.  On successful (guessed based on
4210         server capabilities) secondary authentication, set imap-state
4211         correctly.
4212         (imap-last-authenticator): Define imap-last-authenticator as a variable
4213         to avoid warnings.
4214
4215 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * nnrss.el (nnrss-request-article): Remove binding of
4218         default-enable-multibyte-characters that has gotten needless by
4219         the 2007-07-13 change in rfc2047-encode-message-header.
4220
4221         * mml.el (mml-insert-multipart): Error on the message header.
4222         (mml-insert-part): Error on the message header; position point at
4223         the end of a MIME tag.
4224
4225 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * time-date.el (autoload): Expand define-obsolete-function-alias into
4228         defalias and make-obsolete for old Emacsen that Gnus supports.
4229         (with-no-warnings): Define it for old Emacsen.
4230         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4231         is available.
4232         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4233         float-time is available; suppress compile warning for time-to-seconds.
4234
4235         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4236         (gnus-float-time): Alias to float-time if it exists.
4237
4238         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4239         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4240         float-time is available; suppress compile warning for time-to-seconds.
4241
4242         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4243         XEmacs.
4244
4245 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * imap.el (imap-message-map): Docstring fix.
4248
4249 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4252         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4253         Add the optional argument `encoding' that overrides the default.
4254
4255         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4256         mm-encode-buffer.
4257
4258 2009-09-04  Glenn Morris  <rgm@gnu.org>
4259
4260         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4261         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4262         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4263         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4264         * mm-util.el (mm-with-unibyte-current-buffer)
4265         (mm-find-buffer-file-coding-system):
4266         * yenc.el (yenc-decode-region): Use default-value rather than
4267         default-enable-multibyte-characters.
4268
4269 2009-09-03  Glenn Morris  <rgm@gnu.org>
4270
4271         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4272         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4273         than default-enable-multibyte-characters.
4274
4275 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4276
4277         * gnus-art.el (gnus-article-read-summary-keys):
4278         Fix gnus-buffer-configuration's value temporarily used.
4279
4280 2009-09-02  Glenn Morris  <rgm@gnu.org>
4281
4282         * gnus-util.el (gnus-float-time): New function.
4283         * gnus-delay.el (gnus-delay-article):
4284         * gnus-sum.el (gnus-thread-latest-date):
4285         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4286         * nnspool.el (nnspool-request-newgroups):
4287         Use gnus-float-time rather than time-to-seconds.
4288         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4289
4290         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4291         (gnus-header-subject-face, gnus-header-newsgroups-face)
4292         (gnus-header-name-face, gnus-header-content-face):
4293         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4294         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4295         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4296         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4297         (gnus-cite-face-11):
4298         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4299         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4300         (gnus-server-closed-face, gnus-server-denied-face)
4301         (gnus-server-offline-face):
4302         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4303         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4304         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4305         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4306         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4307         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4308         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4309         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4310         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4311         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4312         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4313         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4314         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4315         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4316         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4317         (gnus-summary-high-undownloaded-face)
4318         (gnus-summary-low-undownloaded-face)
4319         (gnus-summary-normal-undownloaded-face)
4320         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4321         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4322         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4323         (gnus-splash-face):
4324         * message.el (message-header-to-face, message-header-cc-face)
4325         (message-header-subject-face, message-header-newsgroups-face)
4326         (message-header-other-face, message-header-name-face)
4327         (message-header-xheader-face, message-separator-face)
4328         (message-cited-text-face, message-mml-face):
4329         * sieve-mode.el (sieve-control-commands-face)
4330         (sieve-action-commands-face, sieve-test-commands-face)
4331         (sieve-tagged-arguments-face):
4332         * spam.el (spam-face):
4333         Mark face aliases with "-face" in the name as obsolete.
4334
4335 2009-09-01  Glenn Morris  <rgm@gnu.org>
4336
4337         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4338         than goto-line.
4339
4340 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4343         Don't move point if the command is invoked inside the message header.
4344
4345 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4346
4347         * imap.el (imap-send-command): Simplify.
4348         (imap-wait-for-tag): point-max -> buffer-size.
4349
4350 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4351
4352         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4353         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4354         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4355         * nnir.el (nnir-swish-e-index-file):
4356         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4357         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4358         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4359         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4360         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4361         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4362
4363 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4366         Don't save excursion.
4367
4368 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4369
4370         * nnheader.el (nnheader-find-file-noselect):
4371         * mm-util.el (mm-insert-file-contents):
4372         Use (default-value 'major-mode) instead of default-major-mode.
4373
4374 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4375
4376         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4377
4378 2009-08-26  Glenn Morris  <rgm@gnu.org>
4379
4380         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4381         than placing in files.el.
4382
4383 2009-08-25  Glenn Morris  <rgm@gnu.org>
4384
4385         * nnir.el (top-level): Don't require cl at run-time.
4386         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4387         Replace cl-function substitute with gnus-replace-in-string.
4388         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4389         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4390         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4391         simplified expansions.
4392
4393 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4394
4395         * dig.el (dig): Add autoload cookie.
4396
4397 2009-08-22  Glenn Morris  <rgm@gnu.org>
4398
4399         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4400         goto-line.
4401
4402 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4403
4404         * parse-time.el (parse-time-string-chars): Save match data.
4405
4406 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4407
4408         * parse-time.el (parse-time-string-chars): Compute using character
4409         classes, to handle non-ascii characters (Bug#3190).
4410
4411 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4414
4415         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4416         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4417         (gnus-mm-display-part, gnus-mime-display-single)
4418         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4419         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4420
4421         * gnus-sum.el
4422         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4423         (gnus-summary-move-article): Add expirable mark to articles copied or
4424         moved to group that has auto-expire turned on if the option is non-nil.
4425
4426 2009-07-24  Glenn Morris  <rgm@gnu.org>
4427
4428         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4429         Fix typo.  (Bug#3903)
4430
4431 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4434         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4435         that should not be used for draft articles.
4436         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4437         that has no concern in minor mode keys.
4438         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4439         Abolish.
4440
4441 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4444         article without making inquiry to a user for unknown encoding.
4445
4446         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4447         (nnmaildir--scan): Assume i-node and device number that file-attributes
4448         returns might be cons-cell.
4449
4450         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4451
4452         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4453
4454 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4455
4456         * auth-source.el: Remove docs now in auth.texi.  Don't use
4457         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4458         `auth-source-hide-passwords' and use them.
4459
4460 2009-07-15  Glenn Morris  <rgm@gnu.org>
4461
4462         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4463
4464 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4467         excessive whitespace from the default values of title and description.
4468
4469 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4472         mail-fetch-field to fetch Content-Description header in order to
4473         exclude newlines.
4474
4475 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4476
4477         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4478         format used by GnuPG 2.0.11.
4479
4480 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4483         to deleted part.
4484
4485 2009-05-30  David Engster  <dengste@eml.cc>
4486
4487         * nnmairix.el: Remove old documentation in the commentary block.
4488         (nnmairix-request-group): Do not update active file for nnml back ends.
4489         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4490         end so that overview files are ignored.
4491         (nnmairix-update-groups): Make updating the groups more robust by using
4492         marks.
4493         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4494         with dollar characters in message-id.
4495
4496 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4497
4498         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4499         2008-12-25 in dns.el.
4500
4501 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4502
4503         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4504         could happen if the text is only composed of spaces and/or tabs.
4505
4506 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4507
4508         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4509         when sending a queued message to avoid extra mml tags.
4510
4511 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4514
4515 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4518         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4519         rmail-toggle-header for XEmacs;
4520         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4521
4522 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus-dired.el: Remove autoload for gnus-setup-message.
4525         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4526         displaying Gnus logo; always use compose-mail.
4527
4528 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4531
4532 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4535         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4536         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4537         available.
4538         (gnus-nocem-epg-verify): New function.
4539
4540 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4541
4542         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4543
4544 2009-02-15  Glenn Morris  <rgm@gnu.org>
4545
4546         * gnus-util.el (rmail-insert-rmail-file-header)
4547         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4548         autoloads.
4549         (rmail-default-rmail-file): Remove unnecessary declaration.
4550         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4551
4552 2009-02-14  Glenn Morris  <rgm@gnu.org>
4553
4554         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4555         variable (only used in gnus-util, which declares it anyway).
4556         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4557         which was only needed by gnus-art (changed to not use it any more).
4558         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4559         only used in gnus-util, which autoloads it itself.
4560         (rmail-update-summary): Fix autoload.
4561
4562         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4563         rather than rmail-output-to-rmail-file.
4564
4565 2009-02-07  Glenn Morris  <rgm@gnu.org>
4566
4567         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4568         autoload of function that no longer exists.
4569         (rmail-toggle-header): Declare.
4570         (message-forward-rmail-make-body): Handle mbox Rmail.
4571
4572 2009-01-31  Glenn Morris  <rgm@gnu.org>
4573
4574         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4575         2009-01-09 change.
4576
4577 2009-01-31  Dave Love  <fx@gnu.org>
4578
4579         * imap.el (imap-fetch-safe): Bind debug-on-error.
4580         (imap-debug): Add imap-fetch-safe.
4581
4582 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4583
4584         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4585         (auth-source-forget-all-cached): New convenience function.
4586         (auth-source-user-or-password): Accept list of modes or a single mode.
4587
4588         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4589         auth-source modes.
4590
4591         * netrc.el (netrc-machine-user-or-password): Use list of
4592         auth-source modes.
4593
4594         * nnimap.el (nnimap-open-connection): Use list of
4595         auth-source modes.
4596
4597         * nntp.el (nntp-send-authinfo): Use list of
4598         auth-source modes.
4599
4600 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4603         now.
4604
4605 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4608         coding system in XEmacs; add a workaround for XEmacs.
4609
4610         * lpath.el: Fbind coding-system-aliasee.
4611
4612 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4615         of current-language-environment.
4616
4617 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4618
4619         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4620         available at runtime.
4621
4622 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4625
4626 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4627
4628         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4629         the greatest positive fixnum value doesn't work under an XEmacs with
4630         bignum support; use the most-positive-fixnum constant instead,
4631         available since Emacs 21.1 with cl and XEmacs 21.1.
4632
4633 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4636         XEmacs gets not to work.
4637
4638 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * mm-util.el (mm-coding-system-priorities): Allow the value like
4641         "Japanese (UTF-8)" of current-language-environment.
4642
4643 2009-01-09  Glenn Morris  <rgm@gnu.org>
4644
4645         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4646         with last-command-event.
4647
4648 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4651         in the doc string.
4652
4653         * message.el (message-fix-before-sending): Amend comment.
4654
4655 2009-01-08  Dave Love  <fx@gnu.org>
4656
4657         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4658
4659 2009-01-07  David Engster  <dengste@eml.cc>
4660
4661         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4662         simplified server definitions by converting it via
4663         gnus-server-to-method.
4664
4665 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4668         parameter's operands.
4669
4670 2009-01-06  David Engster  <dengste@eml.cc>
4671
4672         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4673         primary select method (for gnus-group-mark-article-as-read).
4674
4675 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4676
4677         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4678         `(gnus)Face', not `(gnus)X-Face'.
4679
4680 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * mm-util.el (mm-ucs-to-char): New function.
4683
4684         * mm-url.el (mm-url-decode-entities): Use it.
4685
4686         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4687         unicode-to-char.
4688
4689 2009-01-05  Dave Love  <fx@gnu.org>
4690
4691         * time-date.el: Require cl for `declare'.
4692
4693 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4696         Dave Love.
4697
4698 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * message.el (message-fix-before-sending): Add `eight-bit' to
4701         illegible-text check.
4702
4703 2009-01-03  Michael Olson  <mwolson@gnu.org>
4704
4705         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4706         `headers' is nil.  This can occur if the IMAP server does not have
4707         permissions to read messages from a folder, but can write new messages
4708         to the folder.
4709         (nnimap-request-article-part): Do not insert `data' if it is nil.
4710
4711         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4712         characters which will confuse `read', so skip past them.
4713
4714 2009-01-01  Dave Love  <fx@gnu.org>
4715
4716         * imap.el (imap-string-to-integer): Fix typo.
4717         (imap-fetch-safe): New function.
4718         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4719
4720         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4721
4722         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4723         (imap-parse-greeting): Fix doc strings.
4724         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4725         (imap-parse-flag-list): Make messages unique.
4726         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4727
4728         * nnimap.el: Fix author email.
4729         (nnimap-split-rule): Add FIXME comment.
4730         (nnimap-debug): Fix doc string.
4731
4732 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4735
4736 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4739         nslookup if resolv.conf isn't available.
4740         (dns-query): Rename from query-dns.
4741         (dns-query-cached): Rename from query-dns-cached.
4742
4743 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4746         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4747         to check if those variables exist (first appeared in Emacs 18.50).
4748
4749 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * mm-util.el (mm-line-number-at-pos): New function.
4752
4753         * spam-report.el (spam-report-process-queue): Use it.
4754
4755 2008-12-24  David Engster  <dengste@eml.cc>
4756
4757         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4758         parameters that haven't existed as variables as buffer-local variables.
4759
4760 2008-12-23  Dave Love  <fx@gnu.org>
4761
4762         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4763         cadar.
4764
4765         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4766         imap-starttls-p.
4767         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4768
4769 2008-12-22  Dave Love  <fx@gnu.org>
4770
4771         * imap.el: Fix author email.  Doc fixes.
4772         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4773         reply.
4774
4775 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * spam-report.el (spam-report-gmane-max-requests): New constant.
4778         (spam-report-gmane-wait): New variable.
4779         (spam-report-gmane-ham, spam-report-gmane-spam)
4780         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4781         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4782         the server.
4783
4784         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4785         Add explanations.
4786
4787         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4788         nnheader-accept-process-output and nnheader-read-timeout if available.
4789         (pop3-movemail): Use it.
4790
4791         * message.el (message-check-news-body-syntax): Fix signature check if
4792         there's an attachment.
4793
4794 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * mm-util.el: Add comments to the mm- emulating functions.
4797
4798 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4799
4800         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4801         by Stephen Berman <stephen.berman@gmx.net>.
4802
4803 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * mm-util.el (mm-substring-no-properties): New function.
4806         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4807         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4808         (mm-string-to-multibyte): Doc fix.
4809
4810         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4811
4812 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * mml.el (mml-attach-file): Strip text properties from file name.
4815         (Bug#1574)
4816
4817 2008-12-16  Glenn Morris  <rgm@gnu.org>
4818
4819         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4820
4821 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4824         knows since the charset specified might be a bogus alias that
4825         mm-charset-synonym-alist provides.
4826
4827 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4830         "ISO_8859-1".
4831
4832         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4833
4834 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * mm-util.el (mm-charset-eval-alist):
4837         Define it before mm-charset-to-coding-system.
4838         (mm-charset-to-coding-system): Add optional argument `silent';
4839         define it before mm-charset-override-alist.
4840         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4841         default value if it can be used in Emacs currently running;
4842         silence mm-charset-to-coding-system.
4843
4844 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4847         `allow-override' which says whether to use `mm-charset-override-alist'.
4848         (rfc2047-decode-encoded-words): Use it.
4849
4850         * mm-util.el (mm-charset-override-alist): Fix custom type;
4851         add `(gb2312 . gbk)' to choices.
4852
4853 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4856         fast.
4857
4858         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4859
4860         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4861
4862 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4863
4864         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4865         on links.
4866
4867         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4868
4869 2008-12-03  Lute Kamstra  <lute@gnu.org>
4870
4871         * sha1.el: Remove leading * from docstrings of defcustoms,
4872         deffaces, defconsts and defuns.
4873
4874 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4877         users' addresses that don't have domain parts.
4878         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4879         rather than message-narrow-to-head since there will be the message
4880         header separator.
4881
4882 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4883
4884         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4885         since the result is inserted in a unibyte buffer anyway.
4886         (nnimap-demule-use-string-to-multibyte): Remove.
4887         (nnimap-demule): Alias it to mm-string-to-multibyte.
4888
4889 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4892         variable for debugging bug#464 and bug#1174.
4893         (nnimap-demule): Use it.
4894
4895 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4898         score calculation correctly.
4899
4900 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4901
4902         * message.el (message-send-mail): Just set the buffer to unibyte
4903         rather than use mm-with-unibyte-current-buffer which does a lot more.
4904         (message-send-mail-partially): Don't bother with
4905         mm-with-unibyte-current-buffer since it's already been made unibyte by
4906         message-send-mail.
4907
4908 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4911
4912 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4913
4914         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4915
4916 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4919         require itself and to remove `with-no-warnings'.
4920
4921 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4922
4923         * starttls.el (starttls-any-program-available): Get the name of the
4924         available TLS layer program.
4925         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4926         well as the host name in the "opening" message.
4927
4928         * auth-source.el (auth-source-cache, auth-source-do-cache)
4929         (auth-source-user-or-password): Cache passwords and logins by default,
4930         allow override with `auth-source-do-cache'.
4931         (auth-source-forget-user-or-password): Allow users to remove cache
4932         entries if needed.
4933
4934 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4935
4936         * md4.el (md4-buffer): Fix typo in docstring.
4937         (md4, md4-64): Doc fixes.
4938         (md4-pack-int32): Reflow docstring.
4939
4940 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4943         condition-case to only the forward-sexp call.
4944
4945 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4948         quotes contained.  Make it more robust regardless by an extra
4949         condition-case wrapper.
4950
4951 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4954
4955 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * nnml.el (nnml-request-expire-articles): Check if the function set to
4958         `nnmail-expiry-target' returns the symbol `delete'.
4959
4960         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4961
4962         * nnmail.el (nnmail-expiry-target): Fix custom type.
4963
4964 2008-10-02  Glenn Morris  <rgm@gnu.org>
4965
4966         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4967         Silence compiler warning.
4968
4969 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4970
4971         * tls.el (open-tls-stream): Show the actual command being
4972         executed, instead of the format string.
4973
4974 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * lpath.el: Fbind codepage-setup for Emacs 23.
4977
4978 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4979
4980         * mml.el (mml-menu): Don't assume mml2015 is bound.
4981
4982 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4985         exists.
4986
4987 2008-09-27  Glenn Morris  <rgm@gnu.org>
4988
4989         * gnus-util.el (mail-header-remove-comments): Autoload it.
4990
4991 2008-09-27  Andreas Schwab  <schwab@suse.de>
4992
4993         * gnus-util.el (gnus-split-references): Strip comments.
4994         (gnus-parent-id): Likewise.
4995
4996 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * message.el (message-confirm-send): Fix version.
4999
5000 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * message.el (message-idna-to-ascii-rhs-1): Use
5003         mail-extract-address-components rather than mail-header-parse-addresses
5004         that is an alias by default to ietf-drums-parse-addresses that does not
5005         support non-ASCII names in headers' contents.
5006
5007 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5008
5009         * message.el (message-confirm-send): Fixed variable documentation to
5010         avoid the "y/n" wording.
5011
5012 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5013
5014         * message.el (message-set-auto-save-file-name): Save to a different
5015         filename so multiple messages (especially drafts) can be recovered.
5016
5017 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * message.el (message-confirm-send): Add appropriate version.
5020
5021 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5024         defvar.
5025
5026 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5027
5028         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5029         (mm-pkcs7-enveloped-magic): Ditto.
5030
5031 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5032
5033         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5034         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5035
5036 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5037
5038         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5039         default, it's better.
5040
5041 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5042
5043         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5044         summary line gnus-number property and ignore them (with a warning
5045         message).
5046
5047 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5050         macro caddr in the interactive form since it won't be expanded.
5051
5052 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5055         `charset'; fix name of function called recursively.
5056         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5057
5058 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5061         (gnus-mime-set-charset-parameters): New function.
5062         (gnus-mime-view-part-as-charset): Use it to correctly display part
5063         specifying wrong charset.
5064
5065 2008-09-08  David Engster  <dengste@eml.cc>
5066
5067         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5068         in completing-read for back end server.
5069
5070 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5071
5072         * message.el (message-confirm-send): New variable to confirm sending a
5073         message.
5074         (message-send): Use it.
5075
5076 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5077
5078         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5079
5080 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5083
5084 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5085
5086         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5087         prevent tracking too many groups.
5088         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5089         Use it.
5090
5091 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5092
5093         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5094         moving point to the bottom of the window in order to avoid recentering.
5095
5096 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5099
5100         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5101         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5102         (gnus-article-beginning-of-window): Fix calculation.
5103
5104 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-msg.el (gnus-summary-supersede-article)
5107         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5108         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5109         message header.
5110
5111 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5112
5113         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5114         pending output coming after the status change.
5115
5116 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5117
5118         * message.el:
5119         * gnus-start.el:
5120         * gnus-registry.el: Remove VMS support.
5121
5122 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5125         macro.
5126         (rfc2104-hash): Use it.
5127
5128 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5131         (gnus-summary-sort-by-most-recent-date): New commands.
5132         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5133         and menu entries.
5134
5135 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5138         don't redisplay article for raw contents; remove plural articles stuff.
5139
5140         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5141         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5142         on gnus-summary-save-article; display results properly.
5143
5144 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * lpath.el: No need to fbind ns-focus-frame.
5147
5148 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5151
5152 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5155         gnus-save-all-headers.
5156
5157 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5158
5159         * gnus-util.el (ns-focus-frame): Remove declaration.
5160         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5161         like x.
5162
5163 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5164
5165         * rfc2104.el (rfc2104-zero): Delete defconst.
5166         (rfc2104-hex-alist): Likewise.
5167         (rfc2104-hex-to-int): Delete func.
5168         (rfc2104-hexstring-to-bitstring): Likewise.
5169         (rfc2104-nybbles): New defconst.
5170         (rfc2104-hash): Rewrite for speed.
5171
5172 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * tls.el (open-tls-stream): Make it work with the 2nd argument
5175         BUFFER that is a string but does not exist as a buffer object, as
5176         mentioned in the doc-string.
5177
5178 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5181         SXEmacs.
5182
5183 2008-07-16  Glenn Morris  <rgm@gnu.org>
5184
5185         * gnus-util.el (ns-focus-frame): Declare for compiler.
5186
5187 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5190         set as a group parameter.
5191         (gnus-summary-save-in-pipe): Work when it is called independently.
5192         (gnus-summary-pipe-to-muttprint): Don't modify
5193         gnus-summary-pipe-output-default-command.
5194
5195 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5196
5197         * message.el (message-send-mail-with-sendmail):
5198         Display the error message.
5199
5200 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-art.el (gnus-default-article-saver):
5203         Add gnus-summary-save-in-pipe to choices.
5204         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5205         gnus-summary-pipe-output-default-command as the default command.
5206         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5207         instead of gnus-last-shell-command.
5208
5209         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5210         New user option.
5211         (gnus-summary-muttprint-program): Mention the value will be changed.
5212         (gnus-summary-save-article): Force showing of all headers.
5213         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5214
5215 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5216
5217         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5218
5219 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5220
5221         * nnimap.el (nnimap-id):
5222         * sieve-manage.el (sieve-manage-open): Doc fixes.
5223
5224 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5225
5226         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5227         if available.
5228
5229 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5230
5231         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5232
5233         * nnkiboze.el (nnkiboze-generate-group):
5234         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5235
5236         * nnmairix.el: Require CL.
5237
5238 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * dgnushack.el: Autoload get-display-table and put-display-table for
5241         XEmacs 21.5.
5242
5243         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5244         21.4 and SXEmacs.
5245
5246 2008-06-15  David Engster  <dengste@eml.cc>
5247
5248         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5249
5250 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5251
5252         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5253         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5254         runtime choice under XEmacs.
5255
5256         * gnus-sum.el (gnus-summary-set-display-table):
5257         Use `gnus-put-display-table', `gnus-get-display-table',
5258         `gnus-set-display-table' for the display table, instead of `aset'.
5259
5260         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5261         Use `gnus-put-display-table', `gnus-get-display-table',
5262         `gnus-set-display-table' for the display table.
5263
5264 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * nnmairix.el: Add autoloads.
5267
5268 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * nnmairix.el (nnmairix-delete-recreate-group)
5271         (nnmairix-update-and-clear-marks): Fix error messages.
5272
5273 2008-06-14  David Engster  <dengste@eml.cc>
5274
5275         * nnmairix.el: Upgrade to version 0.6.
5276         (nnmairix-group-toggle-propmarks-this-group)
5277         (nnmairix-group-toggle-readmarks-this-group)
5278         (nnmairix-group-delete-recreate-this-group)
5279         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5280         (nnmairix-remove-tick-mark-original-article): New commands.
5281         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5282         (nnmairix-propagate-marks-to-nnmairix-groups)
5283         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5284         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5285         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5286         functions needed for marks propagation and manipulation of read marks.
5287         (nnmairix-update-groups): New function.
5288         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5289         (nnmairix-determine-original-group-from-registry)
5290         (nnmairix-determine-original-group-from-path)
5291         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5292         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5293         New helper functions.
5294         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5295         keystrokes for new commands.
5296         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5297         (nnmairix-request-group): Check allow-fast group parameter.
5298         (nnmairix-request-create-group): Set allow-fast group parameter if
5299         nnmairix-allowfast-default is set.
5300         (nnmairix-close-group): Propagate marks upon closing if needed.
5301         (nnmairix-group-toggle-threads-this-group): Use new.
5302         nnmairix-group-toggle-parameter helper function.
5303         (nnmairix-search): Better check for empty search result.
5304         (nnmairix-goto-original-article): Use new helper functions for
5305         determining original article.
5306         (nnmairix-show-original-article): Make sure message-id is in brackets.
5307         (nnmairix-call-mairix-binary): Change variable name.
5308         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5309         helper function.
5310         (nnmairix-widget-toggle-activate): Fix doc string.
5311
5312 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * nnir.el: Require edmacro when compiling with XEmacs.
5315         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5316         available in Emacs 21.
5317
5318 2008-06-11  Glenn Morris  <rgm@gnu.org>
5319
5320         * gnus-util.el (x-focus-frame):
5321         * gnus.el (image-size):
5322         * mm-decode.el (image-size): Declare.
5323
5324         * gnus-picon.el (declare-function): Add compat definition.
5325         (image-size): Declare.
5326
5327         * gnus-group.el (tool-bar-map):
5328         * gnus-sum.el (tool-bar-map): Define for compiler.
5329
5330         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5331
5332         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5333
5334         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5335         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5336         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5337         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5338         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5339         * sieve-manage.el, spam-report.el, spam.el:
5340         Remove unnecessary eval-and-compile of autoloads.
5341
5342 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5343
5344         * auth-source.el: Precise Tramp doc.
5345
5346 2008-06-07  Glenn Morris  <rgm@gnu.org>
5347
5348         * nnmairix.el: Remove unnecessary eval-when-compile.
5349
5350 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * lpath.el: Fbind propertize for XEmacs 21.4.
5353
5354 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * nnir.el: Move here from ../contrib.
5357
5358 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5359
5360         * gnus-util.el (gnus-read-shell-command): New function.
5361         * mm-decode.el (mm-pipe-part):
5362         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5363
5364 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5367
5368 2008-06-03  Glenn Morris  <rgm@gnu.org>
5369
5370         * pop3.el (nnheader-accept-process-output): Autoload it.
5371
5372 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5375         are not 2-digit hexadecimal characters that follow `%'s.
5376
5377 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * message.el (message-bogus-recipient-p): Fix type in doc string.
5380         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5381         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5382         Improve custom options.
5383         (message-bogus-recipient-p): Adjust accordingly.
5384
5385 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5386
5387         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5388         long-form month and day names.
5389
5390 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * dgnushack.el: Autoload debug, eudc-expand-inline and
5393         pgg-snarf-keys-region for XEmacs.
5394
5395         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5396
5397         * nnmairix.el: Require edmacro when compiling with XEmacs.
5398
5399 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5402         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5403
5404 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5405
5406         * auth-source.el: Add more docs.
5407
5408         * netrc.el (netrc-machine): Always match if the port is not given.
5409
5410 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5413         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5414         retrieval faster in some cases, but might make CPU usage larger.  If
5415         this has any bad side effects, we might revert this change.
5416
5417         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5418         seems to make mail retrieval much, much faster.
5419         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5420         unconditionally.
5421
5422         * gnus-draft.el (gnus-group-send-queue): Bind
5423         message-send-mail-partially-limit to nil to avoid being prompted.
5424
5425 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5428
5429         * message.el (message-bogus-address-regexp): Fix and improve custom
5430         type.
5431         (message-setup-hook): Add message-check-recipients as custom option.
5432
5433 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * message.el (message-cite-function): Remove bogus autoload which crept
5436         in during merge from v5-10.
5437
5438 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5441
5442         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5443
5444         * auth-source.el: Preliminary Tramp docs.
5445         (auth-sources): Change the default auth-sources to use
5446         EPA .gpg files.
5447
5448 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5449
5450         * nntp.el: Autoload `auth-source-user-or-password'.
5451         (nntp-send-authinfo): Use it.
5452
5453         * nnimap.el: Autoload `auth-source-user-or-password'.
5454         (nnimap-open-connection): Use it.
5455
5456         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5457         for the gnus-message function.
5458         (auth-source-user-or-password): Use it.
5459
5460 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5461
5462         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5463         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5464         (rfc2104-hash): Use it.
5465
5466 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5467
5468         * gnus-art.el (gnus-article-toggle-truncate-lines):
5469         Don't use `iff' in docstring.
5470
5471 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5474
5475         * gnus-util.el (gnus-extract-address-component-name)
5476         (gnus-extract-address-component-email): Convenience functions around
5477         `gnus-extract-address-components'.
5478
5479         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5480         Use `gnus-extract-address-component-email' to fix bug of comparing full
5481         sender name to `user-mail-address'.
5482
5483 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5484
5485         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5486         catch/throw to optimize.
5487         (gnus-registry-find-keywords): Just use member to find a keyword.
5488
5489 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5490
5491         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5492         is current before calling gnus-server-prepare.
5493         (gnus-server-setup-buffer, gnus-server-update-server)
5494         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5495
5496 2008-05-04  Juri Linkov  <juri@jurta.org>
5497
5498         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5499         (mailcap-file-default-commands): Use mailcap-replace-in-string
5500         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5501         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5502
5503 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5504
5505         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5506
5507 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5508
5509         * gnus.el: Bump version to 0.11.
5510
5511 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5512
5513         * gnus.el: No Gnus v0.10 is released.
5514
5515 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5518         hooks.
5519         (gnus-update-read-articles): Speed up non-marks-using users.
5520         (gnus-use-marks): Define gnus-use-marks.
5521         (gnus-propagate-marks): Rename variable to something more sensible.
5522
5523 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5524
5525         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5526         (gmm-image-load-path-for-library): Fix typos in docstrings.
5527         (gmm-message): Reflow docstring.
5528
5529 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * mail-source.el (mail-source-set-1, mail-source-bind):
5532         Move auth-source code out of the macro to clean it up and fix bugs.
5533
5534 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5537         by sender if it's equal to user-mail-address, it's likely to be
5538         useless.
5539
5540         * mail-source.el (mail-source-bind): Don't use user or password if they
5541         are not bound.  Unintern them if they are nil.  Don't use server unless
5542         it's bound, and default it to empty string otherwise.
5543
5544 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * mail-source.el: Load auth-source.el.
5547         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5548         get user name or password, if auth-sources is set up.
5549
5550         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5551         strategy of splitting with parent.
5552         (gnus-registry-split-fancy-with-parent)
5553         (gnus-registry-post-process-groups): Use it and fix prior
5554         bug (returning a list as the split result).
5555
5556         * auth-source.el (auth-sources): Remove server parameter.
5557         (auth-source-pick, auth-source-user-or-password)
5558         (auth-source-user-or-password-imap)
5559         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5560         (auth-source-user-or-password-sftp)
5561         (auth-source-user-or-password-smtp): Remove server parameter.
5562
5563 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5564
5565         * smime.el (smime-sign-region, smime-encrypt-region)
5566         (smime-decrypt-region):
5567         Remove redundant calls to `generate-new-buffer-name'.
5568
5569 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5570
5571         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5572         Don't use QP for message/rfc822.
5573         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5574
5575 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5576
5577         * sieve-manage.el (sieve-string-bytes): Remove.
5578         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5579         correct byte-length only if the process's coding-system is the same as
5580         the one used internally by Emacs to represent strings.
5581
5582 2008-04-22  Juri Linkov  <juri@jurta.org>
5583
5584         * mailcap.el (mailcap-file-default-commands): New function.
5585
5586 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5587
5588         * message.el (message-signature-separator, message-cite-function):
5589         Change custom version.
5590
5591 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5592
5593         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5594         commands.
5595         (tls-checktrust): Ditto.
5596
5597 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * mm-decode.el (mm-display-external): Make temp file read-only.
5600
5601 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5604         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5605         `C-c C-f d'.
5606
5607 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5608
5609         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5610
5611 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * gnus.el: Bump version to 0.9.
5614
5615 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5616
5617         * gnus.el: No Gnus v0.8 is released.
5618
5619 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5620
5621         * mail-source.el (mail-source-value):
5622         Prefer fboundp to functionp so it works with macros as well.
5623
5624 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5625
5626         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5627         Fix last change in case the element is not even a symbol.
5628
5629 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5630
5631         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5632         Prefer fboundp to functionp so it works with macros as well.
5633
5634 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5635
5636         * auth-source.el: Added docs.
5637         (auth-sources): Modify format to support server.
5638         (auth-source-pick, auth-source-user-or-password)
5639         (auth-source-user-or-password-imap)
5640         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5641         (auth-source-user-or-password-sftp)
5642         (auth-source-user-or-password-smtp): Add server parameter.
5643
5644 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * gnus-registry.el: Initialize the registry when gnus-registry-install
5647         is t.
5648
5649 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * compface.el (uncompface): Make buffer unibyte.
5652
5653 2008-04-05  Glenn Morris  <rgm@gnu.org>
5654
5655         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5656
5657 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5658
5659         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5660         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5661
5662         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5663         multibyteness after rather than before erasing it.
5664
5665         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5666         mm-with-multibyte.
5667         (gnus-request-article-this-buffer): Make sure the proper decoding is
5668         used if gnus-original-article-buffer happens to be unibyte.
5669
5670         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5671         default-enable-multibyte-characters.
5672
5673         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5674         default-enable-multibyte-characters.
5675
5676         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5677
5678         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5679
5680 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5681
5682         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5683         (imap-message-copyuid-1): Use it.
5684         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5685         J. Williams in
5686         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5687
5688         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5689         imap-enable-exchange-bug-workaround.
5690         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5691
5692 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5693
5694         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5695         a 100 byte status-checks into a 2-3MB transfer for each group.
5696         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5697         to enable bug workaround or not.
5698         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5699
5700 2008-03-31  Glenn Morris  <rgm@gnu.org>
5701
5702         * message.el (mml2015-use): Declare for compiler.
5703         (message-info): Require mml2015 when appropriate.
5704
5705 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5708         whitespace.
5709
5710 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5711
5712         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5713         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5714         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5715         (nntp-service-to-port): New function.
5716         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5717         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5718         (nntp-open-netcat-stream): New function.
5719         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5720
5721 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5722
5723         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5724
5725 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5726
5727         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5728
5729 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5730
5731         * dns.el (dns-write): Use set-buffer-multibyte.
5732
5733 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5734
5735         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5736
5737 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * message.el (message-signature-separator): Change default.
5740         Improve custom type.
5741         (message-cite-function): Change default to
5742         message-cite-original-without-signature.
5743
5744         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5745         toggle.
5746
5747         * message.el (message-check-news-body-syntax): Fix signature check.
5748         (message-setup-1): Mark buffer as unmodified _after_ running
5749         message-setup-hook and handling message-alternative-emails.
5750         (message-shorten-references): Be more strict when building list of
5751         valid references to comply with GNKSA.
5752
5753         * gnus-group.el (gnus-read-ephemeral-bug-group)
5754         (gnus-read-ephemeral-debian-bug-group)
5755         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5756
5757         * message.el (message-info): Don't use booleanp which isn't supported
5758         in Emacs 21 and XEmacs.
5759
5760 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5763         gnus-group-gmane-group-download-format.
5764         (gnus-group-read-ephemeral-gmane-group): Rename from
5765         gnus-group-read-ephemeral-gmane-group.
5766         (gnus-read-ephemeral-gmane-group-url): Rename from
5767         gnus-group-read-ephemeral-gmane-group-url.
5768         (gnus-bug-group-download-format-alist): New variable.
5769         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5770         (gnus-read-ephemeral-emacs-bug-group): New commands.
5771
5772 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5775         (gnus-visible-headers): Improve custom type.
5776
5777 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * mml.el (mml-menu): Add workarounds for XEmacs.
5780
5781         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5782         X-Boundary header.
5783
5784         * message.el (message-simplify-recipients): Fix previous commit.
5785
5786 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5787
5788         * mm-util.el (mm-set-buffer-multibyte): New function.
5789         * mm-decode.el (mm-copy-to-buffer): Use it.
5790
5791 2008-03-19  Glenn Morris  <rgm@gnu.org>
5792
5793         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5794         Accidentally removed in the sync process with Emacs.
5795
5796 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * message.el (message-alter-recipients-discard-bogus-full-name):
5799         New function.
5800         (message-alter-recipients-function): New variable.
5801         (message-get-reply-headers): Use it.
5802         (message-replace-header): New helper function.
5803         (message-recipients-without-full-name): New variable.
5804         (message-simplify-recipients): New command.
5805
5806         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5807
5808         * message.el (message-info): Handle EasyPG manual.
5809
5810         * mml.el (mml-menu): Add entry for EasyPG.
5811
5812 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5813
5814         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5815         parameter.
5816
5817         * message.el (message-disassociate-draft): Specify drafts group name
5818         fully.
5819
5820 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5823         unnecessary duplicates from the match list.
5824
5825 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5828
5829         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5830
5831         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5832         args of `how-many' of which the XEmacs version doesn't take; declare
5833         Info-index-next as function.
5834
5835 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * gnus-score.el (gnus-score-headers): Fix handling of
5838         gnus-inhibit-slow-scoring.
5839
5840         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5841         string.
5842         (gnus-button-url-regexp): Improve handling of parenthesis.
5843         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5844         (gnus-button-handle-info-keystrokes): Handle index entries.
5845
5846 2008-03-15  Glenn Morris  <rgm@gnu.org>
5847
5848         * parse-time.el (parse-time-string): Simplify.
5849
5850 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5853         Incoming* files.
5854
5855 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5858         (auth-source-pick): Use it.
5859
5860 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5861
5862         * binhex.el (binhex-decode-region-internal):
5863         * uudecode.el (uudecode-decode-region-internal):
5864         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5865         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5866         setting default-enable-multibyte-characters.
5867
5868 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * auth-source.el (auth-source-protocols)
5871         (auth-source-protocols-customize, auth-source-choices): Added and
5872         modified variable customizations and defaults.
5873         (auth-source-pick, auth-source-user-or-password)
5874         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5875         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5876         (auth-source-user-or-password-sftp)
5877         (auth-source-user-or-password-smtp): Use new variables and provide an
5878         interface to netrc.el.
5879
5880 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5883         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5884         Make sure the nntp port to specify is a string.
5885
5886 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5887
5888         * nntp.el: Use with-current-buffer.
5889         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5890         dubious mm-with-unibyte-current-buffer.
5891         (nntp-with-open-group-function): New function extracted from
5892         nntp-with-open-group macro.
5893         (nntp-with-open-group): Use the function, so it's easier to debug.
5894         Add indentation and debugging info.
5895         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5896         the use of the netcat alternatives.
5897
5898         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5899         Avoid mm-string-as-multibyte as well.
5900
5901         * nnweb.el (nnweb-insert-html):
5902         Remove use of nnheader-string-as-multibyte.
5903
5904         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5905         (nnheader-string-as-multibyte): Remove.
5906
5907         * mm-view.el: Use inhibit-read-only.
5908         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5909         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5910         or unibyte-string.
5911
5912         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5913         (mm-uu-yenc-extract): Use with-current-buffer.
5914
5915         * gnus-soup.el (gnus-soup-send-packet): Don't use
5916         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5917
5918         * nnmh.el: Use with-current-buffer.
5919         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5920         mm-string-as-multibyte on the output of mm-encode-coding-string.
5921
5922         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5923         (nnimap-request-move-article): Use with-current-buffer.
5924
5925         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5926         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5927         conversion uses string-make-unibyte rather than string-as-unibyte.
5928
5929         * gnus-msg.el: Use with-current-buffer.
5930
5931         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5932
5933 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5934
5935         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5936         string for caching if it is 'PIN.
5937
5938 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * lpath.el: Consider the case without Emacs/W3.
5941
5942 2008-03-08  Glenn Morris  <rgm@gnu.org>
5943
5944         * time-date.el (date-to-time, time-subtract, time-add)
5945         (safe-date-to-time): Doc fixes.
5946
5947 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * mail-source.el (mail-source-delete-old-incoming-confirm):
5950         Change default to nil.
5951         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5952
5953 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * lpath.el: Rearrange.
5956
5957         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5958         (gnus-article-goto-prev-page): Work for articles having ^L's.
5959
5960         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5961
5962         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5963
5964 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5965
5966         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5967         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5968         (gnus-bookmark-jump): Adjust some variable names.
5969
5970 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5971
5972         * auth-source.el: New package.
5973         (auth-source-choices): Add customization entry point variable.
5974
5975         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5976         bug.
5977
5978 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5981         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5982         (gnus-registry-install-shortcuts): Rename from
5983         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5984         the `gnus-registry-mark-map' keymap dynamically from
5985         `gnus-registry-marks'.  The generated functions update the summary line
5986         when a registry mark is added or deleted, and will call
5987         `gnus-registry-install-p' (see the comments in the code).
5988         (gnus-registry-user-format-function-M): Use concat intelligently.
5989
5990         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5991         the registry mark functions.
5992
5993 2008-03-05  Glenn Morris  <rgm@gnu.org>
5994
5995         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5996         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5997         gnus-art.
5998         (top-level): No need to load own source when compiling.
5999
6000 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6003         Suggested by <chris.anderton@zetnet.co.uk>.
6004
6005 2008-03-04  Glenn Morris  <rgm@gnu.org>
6006
6007         * gnus-sum.el (top-level): No need to require gnus when compiling,
6008         since unconditionally required near start of file.
6009         (gnus-summary-display-while-building): Move definition before use.
6010
6011 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6012
6013         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6014         formatting function.
6015
6016 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6017
6018         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6019         with plists.
6020         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6021         Use new format.
6022
6023 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6026         `where-is-internal' that returns a range of key sequences.
6027
6028 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6029
6030         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6031
6032         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6033         (gnus-summary-jump-to-group): Consider windows on other displayed
6034         frames as well.  Similar changes might be needed elsewhere, but that's
6035         the one I've bumped into during my use.
6036
6037         * nndoc.el (nndoc-oe-dbx-type-p):
6038         * gnus-msg.el (gnus-debug):
6039         * gnus-group.el (gnus-update-group-mark-positions):
6040         Use mm-string-to-multibyte.
6041
6042 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6045         doesn't handle NotDashEscaped.
6046
6047         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6048         (mml-dnd-attach-options): Fix typo in custom choice.
6049
6050         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6051         nndoc-article-type to mbox.
6052         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6053
6054         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6055         to nil, instead of html2text.
6056
6057         * imap.el (imap-debug): Add `imap-ping-server'.
6058
6059         * gnus-bookmark.el: Add FIXMEs.
6060
6061         * message.el (message-form-letter-separator)
6062         (message-send-form-letter-delay): New variables.
6063         (message-send-form-letter): Use them.  New command to send form
6064         letters.  Requested by Uwe Siart.
6065         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6066
6067 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * Update copyright years.
6070
6071 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6072
6073         Sync from EMACS_22_BASE.
6074
6075         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6076
6077 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6078
6079         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6080         empty author.
6081
6082 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * gnus-registry.el (gnus-registry-marks): Add variable for
6085         customization of marks and their appearance.
6086         (gnus-registry-read-mark): Use it.
6087         (gnus-registry-do-marks): Add utility function to loop through
6088         `gnus-registry-marks'.
6089         (gnus-registry-install-shortcuts-and-menus): Add function to install
6090         shortcuts and menus.
6091         (gnus-registry-initialize): Use it.
6092         (gnus-registry-default-mark): Clarify documentation.
6093
6094 2008-02-29  Glenn Morris  <rgm@gnu.org>
6095
6096         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6097         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6098         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6099         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6100         Change defcustom :version from 23.0 to 23.1.
6101
6102 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * gnus-registry.el (gnus-registry-follow-group-p)
6105         (gnus-registry-post-process-groups): Add functions to aid registry
6106         splitting and improve logging.  Clarify behavior in function
6107         documentation.
6108         (gnus-registry-split-fancy-with-parent): Use them.
6109
6110 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6111
6112         * gnus-art.el: Use with-current-buffer.
6113
6114 2008-02-27  David Engster  <dengste@eml.cc>
6115
6116         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6117         Express real group name in the response.
6118
6119 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6122         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6123         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6124         autoload gnus-registry-fetch-group when compiling.
6125         (nnmairix-request-group-with-article-number-correction): Remove
6126         unreferenced argument passed to nnmairix-call-backend.
6127
6128 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6129
6130         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6131         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6132         Wilde.
6133
6134 2008-02-27  Glenn Morris  <rgm@gnu.org>
6135
6136         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6137         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6138         variables to defconsts.  Convert comments to doc-strings.
6139         (nnmairix-last-server, nnmairix-current-server): Convert from free
6140         variables to defvars.  Convert comments to doc-strings.
6141         (gnus-registry-fetch-group): Autoload.
6142         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6143         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6144         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6145         caddr.
6146         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6147         nnmairix-request-group-with-article-number-correction call.
6148         (nnmairix-fast, nnmairix-group): New, less general names, for free
6149         variables passed from nnmairix-request-group to
6150         nnmairix-request-group-with-article-number-correction.  Declare.
6151         (nnmairix-request-group-with-article-number-correction):
6152         Use nnmairix-fast, nnmairix-group rather than fast, group.
6153
6154 2008-02-26  David Engster  <dengste@eml.cc>
6155
6156         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6157         version 0.5.
6158
6159 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6160
6161         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6162         instead of making an extra function call.  Don't add the current group
6163         to articles only when they have the group.  Use
6164         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6165         Reported by David <de_bb@arcor.de>.
6166
6167 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6170         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6171
6172 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6173
6174         * mail-source.el (mail-source-delete-incoming): Change default.
6175         Supplement doc string.
6176
6177         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6178
6179 2008-02-14  Glenn Morris  <rgm@gnu.org>
6180
6181         * time-date.el (format-seconds): New function.
6182
6183 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * nnmail.el (nnmail-message-id-cache-file): Derive from
6186         `gnus-home-directory'.
6187
6188 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6189
6190         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6191         Document negative prefix.
6192
6193         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6194
6195 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * message.el (message-unsent-separator): Add the Exim bounce
6198         separator.
6199
6200 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6201
6202         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6203         list.
6204         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6205         recipient/signer list.
6206
6207 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * Makefile.in (datarootdir): Define.
6210         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6211         name that might contain whitespace.
6212
6213 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6216         fbound (Emacs 23 unicode), signal an error.
6217
6218 2008-02-08  Glenn Morris  <rgm@gnu.org>
6219
6220         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6221
6222 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6223
6224         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6225         ports to the calls to `netrc-machine-user-or-password' in addition to
6226         "imap" and "imaps".
6227
6228 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6229
6230         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6231
6232         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6233
6234 2008-02-01  Kenichi Handa  <handa@m17n.org>
6235
6236         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6237         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6238         (rfc2104-hash): Convert the result of concat to unibyte string.
6239
6240 2008-02-01  Dave Love  <fx@gnu.org>
6241
6242         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6243         coding-system-for-read.
6244         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6245
6246 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6249         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6250         <hanche@math.ntnu.no>.
6251
6252 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6255
6256         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6257
6258 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6259
6260         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6261         * message.el (message-beginning-of-line): Use featurep instead of bound
6262         tests in order to resolve conditionals at compile time.
6263
6264 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6265
6266         * mail-source.el (mail-sources): Add `group' choice.
6267
6268         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6269         parameter `in-group' to control into which group the articles go.
6270         Add treatment of `group' mail-source.
6271
6272 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6275
6276         * mm-decode.el (mm-dissect-buffer): Decode description.
6277
6278         * mml.el (mml-to-mime): Encode message header first.
6279
6280 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6283         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6284
6285         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6286         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6287
6288 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6291
6292 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6295         prefix keys.
6296         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6297         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6298         gnus-xmas.el.
6299
6300         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6301         (gnus-xmas-article-describe-bindings): New function.
6302         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6303         gnus-xmas-article-describe-bindings.
6304
6305         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6306
6307 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6310         Add new variables for article mark management.
6311         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6312         list of extra data entries which, when present, will indicate that the
6313         article ID should not be trimmed from the registry.
6314         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6315         functions.
6316         (gnus-registry-read-mark): New function to read a mark name from the
6317         user.
6318         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6319         (gnus-registry-set-article-mark-internal): New functions to add and
6320         remove marks.
6321         (gnus-registry-get-article-marks): New function to show the marks for
6322         an article, or retrieve them for further use.
6323
6324 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6327         keys when no argument is given.
6328
6329 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * imap.el (imap-ping-server): New variable.
6332         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6333         (imap-ping-server): Minor doc string fixes.
6334
6335 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6336
6337         * imap.el (imap-ping-server): New function.
6338         (imap-opened): Call imap-ping-server.
6339
6340 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * gnus-sum.el (gnus-article-sort-by-random)
6343         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6344         jidanni@jidanni.org.
6345
6346 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * gnus-art.el (gnus-article-describe-bindings): New function.
6349         (gnus-article-read-summary-keys): Use it.
6350         (gnus-article-mode-map): Bind `C-h b' to it.
6351
6352 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6355         XEmacs.
6356         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6357         against non-character events.
6358
6359         * lpath.el: Fbind map-keymap for Emacs 21.
6360
6361 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6364         command.
6365         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6366         instead of END.  Change name of the temp file.
6367         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6368         customizable.
6369
6370 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6373         bind `S W' to gnus-article-wide-reply-with-original; set default
6374         binding to gnus-article-read-summary-send-keys.
6375         (gnus-article-read-summary-keys): Fix the order of keys; display
6376         continuation keys correctly in the echo area; describe bindings
6377         correctly when keys end with `C-h'.
6378         (gnus-article-read-summary-send-keys): New function.
6379         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6380         for gnus-article-read-summary-send-keys; display continuation keys
6381         correctly in the echo area.
6382         (gnus-article-reply-with-original): Ignore prefix argument.
6383         (gnus-article-wide-reply-with-original): New function.
6384
6385         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6386         Emacs 21.
6387
6388 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6391         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6392
6393 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6394
6395         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6396         (gnus-group-read-ephemeral-gmane-group): New command.
6397
6398 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6399
6400         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6401
6402 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * message.el (message-send-mail-function): Increase custom version.
6405
6406         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6407         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6408
6409 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6412         for the cases where imap-authenticate is called with a nil buffer
6413         parameter.
6414
6415 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6418         html parts correctly; support forwarded messages.
6419         (gnus-article-browse-html-article): Remove work buffers.
6420
6421         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6422         compiling.
6423         (netrc-bound-and-true-p): New macro.
6424         (netrc-parse): Use it instead of bound-and-true-p that is not available
6425         in XEmacs 21.4.
6426
6427 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         * gnus-registry.el (gnus-registry-mark-article)
6430         (gnus-registry-article-marks): Add functionality to mark articles
6431         through the Gnus registry.
6432
6433         * encrypt.el: Clarify documentation for the new pgg method.
6434         (encrypt-file-alist): Add PGG option.
6435         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6436         functionality.  Abstract password key and messaging to external
6437         functions.
6438         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6439         (encrypt-message-method-and-cipher): Add new convenience external
6440         functions.
6441         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6442         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6443
6444         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6445         (netrc-parse): Use encrypt-file-alist to determine if
6446         encrypt-find-model or encrypt-insert-file-contents should be used.
6447
6448         * encrypt.el: Clarify documentation.  Load password-cache or
6449         password, whichever one is found first, instead of autoloading.
6450
6451 2007-12-19  Glenn Morris  <rgm@gnu.org>
6452
6453         * mml.el (message-options-set, message-narrow-to-head)
6454         (message-in-body-p, message-mail-p, message-encode-message-body):
6455         Autoload.
6456         (message-remove-header, message-narrow-to-headers-or-head)
6457         (message-subscribed-p, message-make-mail-followup-to)
6458         (message-position-on-field, message-news-p)
6459         (message-options-set-recipient, message-generate-headers)
6460         (message-sort-headers): Declare as functions.
6461
6462 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6465         convention in doc string.
6466
6467 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6470         title to html parts.
6471         (gnus-article-browse-html-article): Pass message header to it.
6472
6473         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6474
6475 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6478         or password compatible with XEmacs.
6479
6480 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6483         format document.
6484         (gnus-mime-delete-part): Don't write description line if empty.
6485         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6486
6487 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6488
6489         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6490         (gnus-summary-mark-read-and-unread-as-read)
6491         (gnus-summary-mark-current-read-and-unread-as-read)
6492         (gnus-summary-mark-unread-as-ticked): Doc fix.
6493         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6494
6495 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6498         Christoph Conrad <christoph.conrad@gmx.de>.
6499
6500 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6503         yes-or-no-p.
6504
6505 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * mm-decode.el (mm-add-meta-html-tag): New function.
6508         (mm-save-part-to-file, mm-pipe-part): Use it.
6509
6510         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6511         gnus-y-or-n-p instead of y-or-n-p.
6512         (gnus-article-browse-html-parts): Work with message/external-body; use
6513         mm-add-meta-html-tag.
6514
6515 2007-12-11  Glenn Morris  <rgm@gnu.org>
6516
6517         * gnus-cache.el: Require gnus-sum not just when compiling.
6518
6519         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6520
6521         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6522         definitions before use.
6523
6524         * mm-decode.el: Require gnus-util.
6525         (mm-remove-part): Only call delete-annotation on XEmacs.
6526
6527         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6528
6529         * nnmail.el: Require gnus-int.
6530
6531         * spam.el: Move `require's before `eval-when-compile's.
6532
6533         * gnus-ems.el (gnus-alive-p):
6534         * gnus-fun.el (message-goto-eoh):
6535         * gnus-util.el (gnus-group-name-decode):
6536         * mail-source.el (gnus-compress-sequence):
6537         * message.el (Info-goto-node, format-spec):
6538         * mm-bodies.el (message-options-get):
6539         * mm-decode.el (mm-view-pkcs7):
6540         * mm-util.el (gmm-write-region):
6541         * mml-smime.el (mml-compute-boundary)
6542         (gnus-completing-read-with-default):
6543         * mml.el (widget-button-press, gnus-make-hashtable):
6544         * mml1991.el (mm-decode-content-transfer-encoding)
6545         (mm-encode-content-transfer-encoding)
6546         (message-options-get, message-options-set):
6547         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6548         * nnfolder.el (gnus-request-group):
6549         * nnheader.el (ietf-drums-unfold-fws):
6550         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6551         * smime.el (gnus-run-mode-hooks):
6552         * spam-stat.el (gnus-message): Autoload.
6553
6554         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6555         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6556         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6557         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6558         Add declare-function compatibility definition.
6559
6560         * gnus-cache.el (nnvirtual-find-group-art):
6561         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6562         (gnus-add-image, gnus-add-wash-type):
6563         * gnus-group.el (nnkiboze-score-file):
6564         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6565         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6566         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6567         (message-tokenize-header, gnus-get-buffer-create)
6568         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6569         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6570         * gnus.el (gnus-group-decoded-name):
6571         * mail-source.el (imap-capability):
6572         * mm-bodies.el (message-options-set):
6573         * mm-decode.el (gnus-configure-windows):
6574         * mm-extern.el (message-goto-body):
6575         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6576         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6577         (epg-sub-key-validity, message-options-set):
6578         * mml.el (widget-event-point, gnus-configure-windows):
6579         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6580         * mml2015.el (epg-check-configuration, epg-configuration)
6581         (message-options-set):
6582         * nndb.el (nndb-request-article):
6583         * nnfolder.el (gnus-request-create-group):
6584         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6585         * nnmaildir.el (gnus-group-mark-article-read):
6586         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6587         * rfc1843.el (message-fetch-field):
6588         * spam.el (gnus-extract-address-components):
6589         Declare as functions.
6590
6591 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6594
6595         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6596
6597         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6598         bind show-trailing-whitespace for XEmacs.
6599
6600 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6603         new no-op macro for backward compatibility.
6604
6605         * imap.el (imap-string-to-integer): New function.
6606
6607 2007-12-09  Glenn Morris  <rgm@gnu.org>
6608
6609         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6610
6611         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6612         * message.el, mm-view.el, sieve-manage.el, smime.el:
6613         Add declare-function compatibility definition.
6614
6615         * gnus-art.el (w3-region, w3m-region, Info-menu):
6616         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6617         * gnus-sum.el (gnus-get-predicate):
6618         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6619         * message.el (mail-abbrev-in-expansion-header-p):
6620         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6621         (w3m-detect-meta-charset, w3m-region):
6622         * sieve-manage.el (password-read, password-cache-add)
6623         (password-cache-remove):
6624         * smime.el (password-read-and-add): Declare as functions.
6625
6626 2007-12-08  David Kastrup  <dak@gnu.org>
6627
6628         * gnus-sum.el (gnus-summary-simplify-subject-query):
6629         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6630         `message'.
6631
6632 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6635         it to bind idna-program, installation-directory, defined-colors, and
6636         face-attribute for XEmacs of the version that compiles defcustom forms.
6637
6638 2007-12-07  Glenn Morris  <rgm@gnu.org>
6639
6640         * gnus-art.el (article-make-date-line): Revert previous change.
6641
6642 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6645
6646 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6647
6648         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6649         Call gnus-add-to-range ranges only once with a prepared article-list.
6650
6651 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6652
6653         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6654         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6655         group names with backslashes.  Reported by Tassilo Horn
6656         <tassilo@member.fsf.org>.
6657
6658 2007-12-06  Deepak Goel  <deego3@gmail.com>
6659
6660         * gnus-art.el (article-make-date-line):
6661         * gnus-start.el (gnus-load):
6662         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6663
6664 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-art.el (gnus-use-idna)
6667         * gnus-start.el (gnus-site-init-file)
6668         * message.el (message-use-idna)
6669         * mm-uu.el (mm-uu-hide-markers)
6670         * smiley.el (smiley-style): Revert changes that suppress warnings.
6671
6672 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6675         specify charset to html source.  Reported by Christoph Conrad
6676         <christoph.conrad@gmx.de>.
6677
6678 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6681         idna-program in order to suppress byte compile warning issued by XEmacs
6682         that came to byte compile the default value section of defcustom forms
6683         recently.
6684
6685         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6686         value of installation-directory.
6687
6688         * message.el (message-use-idna): Don't directly refer to the value of
6689         idna-program.
6690
6691         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6692
6693         * smiley.el (smiley-style): Don't directly call face-attribute.
6694
6695 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6698
6699         * gnus-dired.el: Reduce Gnus dependencies.
6700         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6701         require.  Use autoloads instead.
6702         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6703         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6704         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6705         (gnus-dired-mode): Adjust doc string.
6706         (gnus-dired-mail-mode): New variable.
6707         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6708         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6709         (gnus-dired-mail-buffers): New function.  Return mail or message
6710         composition buffers.
6711         (gnus-dired-attach): Use it.
6712         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6713         NO-DECODE.
6714         (gnus-dired-print): Use `gnus-print-buffer' depending on
6715         `gnus-dired-mail-mode'.
6716
6717 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * rfc2047.el (rfc2047-encoded-word-regexp)
6720         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6721         explaining what regexp patterns are for.
6722
6723 2007-12-04  Glenn Morris  <rgm@gnu.org>
6724
6725         * password.el: Move to password-cache.el.
6726
6727         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6728         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6729         * mml-smime.el (password-read, password-cache-add)
6730         (password-cache-remove):
6731         No need to autoload, since mml-sec requires password.
6732
6733         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6734         * message.el (gnus-extract-address-components):
6735         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6736
6737         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6738         password.
6739
6740 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * mailcap.el: Reduce dependencies.
6743         (mail-header-parse-content-type): Autoload.
6744         (mailcap-delete-duplicates): New alias.
6745         (mailcap-mime-info): Add optional argument NO-DECODE.
6746         (mailcap-mime-types): Use mailcap-delete-duplicates.
6747
6748         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6749
6750 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6751
6752         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6753         (imap-parse-status): Upcase status-att for servers that sends them
6754         lower-case (e.g., MS Exchange 2007).
6755
6756 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6759         function.
6760
6761         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6762         (gnus-uu-yenc-article): New function.
6763
6764         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6765
6766         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6767         buffer.
6768
6769 2007-12-02  Glenn Morris  <rgm@gnu.org>
6770
6771         * binhex.el (binhex): New custom group.
6772         (binhex-decoder-program, binhex-decoder-switches)
6773         (binhex-use-external): Move to the binhex custom group.
6774
6775         * uudecode.el (uudecode): New custom group.
6776         (uudecode-decoder-program, uudecode-decoder-switches)
6777         (uudecode-use-external): Move to the uudecode custom group.
6778
6779         * netrc.el (top-level): Don't load `encrypt' features.
6780         (netrc-parse): Don't use encrypt.
6781         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6782
6783         * encrypt.el: Remove file.
6784
6785 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6788         matches on patches.
6789
6790         * gnus-art.el (gnus-article-browse-html-article): Mention
6791         `mm-text-html-renderer' in the doc string.
6792
6793         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6794         string.  Add comments.
6795
6796         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6797         if rhs is ASCII.
6798
6799 2007-12-01  Glenn Morris  <rgm@gnu.org>
6800
6801         * mail-source.el (top-level): Require format-spec before
6802         eval-when-compile.
6803
6804 2007-11-30  Glenn Morris  <rgm@gnu.org>
6805
6806         * encrypt.el: Require password, rather than autoloading password-read.
6807
6808 2007-11-29  Glenn Morris  <rgm@gnu.org>
6809
6810         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6811         (sasl-make-client, sasl-next-step, sasl-step-data)
6812         (sasl-step-set-data): Declare as functions.
6813
6814 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6817
6818 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6819
6820         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6821         certs should be verified and what is to be done in the event of a
6822         verification failure.
6823
6824         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6825         caller can indicate whether the cache should be disregarded for this
6826         call.  This way the result of the call is reproducible at all times and
6827         can be considered a canonical server name for the supplied method.
6828         (gnus-agent-method-p): Canonicalize server names by pushing their
6829         method through `gnus-method-to-server' using the no-cache argument.
6830
6831         * gnus-srvr.el (gnus-server-insert-server-line): Call
6832         `gnus-method-to-server' with `no-cache' argument.
6833
6834         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6835         gnus-agent-possibly-synchronize-flags as this should be called when the
6836         server is actually being opened.
6837         (gnus-agent-possibly-synchronize-flags)
6838         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6839         flags file of an agentized server to the latter function.
6840
6841         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6842         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6843         after a connection has been established successfully.
6844
6845 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-art.el (article-display-face): Force to display face if called
6848         interactively; check if gnus-article-x-face-too-ugly matches author.
6849         (article-display-x-face): Display face even if From header is missing
6850         as article-display-face does.
6851
6852 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6853
6854         * hashcash.el (message-narrow-to-headers-or-head)
6855         (message-fetch-field, message-goto-eoh)
6856         (message-narrow-to-headers): Declare as functions.
6857
6858 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * mail-source.el (mail-sources): Default to fetch from file for
6861         compatibility with default of nnmail-spool-file.
6862
6863 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6866         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6867         to look for encoded word that should be encoded again.
6868         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6869         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6870         encoding pattern.
6871         (rfc2047-decode-region): Switch strict regexp and loose one according
6872         to rfc2047-allow-irregular-q-encoded-words.
6873
6874 2007-11-25  Romain Francoise  <romain@orebokech.com>
6875
6876         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6877
6878 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * tls.el (tls-program): Provide more custom choices from
6881         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6882         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6883
6884 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6887         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6888
6889         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6890         `nnmail-spool-file'.
6891
6892         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6893         `nnmail-spool-file'.
6894
6895         * gnus-move.el (gnus-change-server): Ditto.
6896
6897         * gnus-kill.el (gnus-batch-score): Ditto.
6898
6899         * gnus-cache.el (gnus-jog-cache): Ditto.
6900
6901         * gnus-msg.el (gnus-summary-reply):
6902         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6903
6904 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6907         version.  Minor improvement to doc strings.
6908         (tls-program): Add comment.
6909
6910 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6911
6912         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6913         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6914         mismatch between the hostname provided in the certificate and the name
6915         of the host connnecting to.
6916         (open-tls-stream): Use them.  Check certificates against trusted root
6917         certificates.
6918
6919 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * gnus-cache.el (gnus-cache-generate-nov-databases):
6922         Use nnml-generate-nov-databases-directory instead of
6923         nnml-generate-nov-databases-1.
6924
6925 2007-11-24  Glenn Morris  <rgm@gnu.org>
6926
6927         * message.el (message-tool-bar-retro): Update for rename
6928         mail_send.xpm->mail-send.xpm.
6929
6930 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6933         `smime-ldap-search' for Emacs 22 and up.
6934
6935 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6936
6937         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6938
6939         * message.el (message-send-mail-function): Fix error convention.
6940         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6941         (message-widen-reply, message-send-mail, message-talkative-question)
6942         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6943         (message-clone-locals, message-send-news): Use with-current-buffer.
6944         (message-insert-or-toggle-importance): Remove unused var `valid'.
6945         (message-make-references): Remove unused var `new-references'.
6946         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6947
6948 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6949
6950         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6951         (spam-split-symbolic-return-positive): Reflow docstring.
6952         (spam-backends, spam-summary-exit-behavior)
6953         (spam-mark-ham-unread-before-move-from-spam-group)
6954         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6955         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6956         (spam-clear-cache, spam-backend-check, spam-install-backend)
6957         (spam-install-statistical-backend, spam-list-of-processors)
6958         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6959         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6960         (spam-check-crm114, spam-initialize, spam-unload-hook):
6961         Fix typos in docstrings.
6962
6963 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6966         been checked if they have never been read and those group levels are
6967         higher than the one that a user specified.
6968
6969 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6972         foreign groups unless a group level is specified by a user.
6973         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6974
6975 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * message.el (message-send-mail-function): Require sendmail.
6978
6979 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * message.el (message-send-mail-function): Check for smtpmail too.
6982
6983         * utf7.el (utf7-encode, utf7-decode): Use coding system
6984         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6985
6986         * message.el (message-send-mail-function): New function.
6987         (message-send-mail-function): Set default using
6988         message-send-mail-function.  Adjust doc string.
6989         (message-send-mail-with-mailclient): New function.
6990
6991 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6992
6993         * smime.el (from):
6994         * rfc2047.el (message-posting-charset):
6995         * qp.el (mm-use-ultra-safe-encoding):
6996         * pop3.el (parse-time-months):
6997         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6998         * nnml.el (files):
6999         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7000         (jka-compr-compression-info-list, ange-ftp-path-format)
7001         (efs-path-regexp):
7002         * nndiary.el (files):
7003         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7004         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7005         (epg-digest-algorithm-alist, inhibit-redisplay)
7006         (password-cache-expiry):
7007         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7008         (pgg-output-buffer, password-cache-expiry):
7009         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7010         (efs-path-regexp):
7011         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7012         (inhibit-redisplay):
7013         * mm-uu.el (file-name, start-point, end-point, entry)
7014         (gnus-newsgroup-name, gnus-newsgroup-charset):
7015         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7016         (latin-unity-ucs-list):
7017         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7018         (mm-uu-binhex-decode-function):
7019         * message.el (gnus-message-group-art, gnus-list-identifiers)
7020         (rmail-enable-mime-composing, gnus-local-organization)
7021         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7022         (gnus-read-active-file, facemenu-add-face-function)
7023         (facemenu-remove-face-function, gnus-article-decoded-p)
7024         (tool-bar-mode):
7025         * mail-source.el (display-time-mail-function):
7026         * gnus-util.el (nnmail-pathname-coding-system)
7027         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7028         (gnus-original-article-buffer, gnus-user-agent)
7029         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7030         (xemacs-codename, sxemacs-codename, emacs-program-version):
7031         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7032         * gnus-start.el (gnus-agent-covered-methods)
7033         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7034         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7035         (gnus-newsgroup-headers, gnus-group-list-mode)
7036         (gnus-group-mark-positions, gnus-newsgroup-data)
7037         (gnus-newsgroup-unreads, nnoo-state-alist)
7038         (gnus-current-select-method, mail-sources)
7039         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7040         (nnmail-spool-file, gnus-cache-active-hashtb):
7041         * gnus-mh.el (mh-lib-progs):
7042         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7043         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7044         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7045         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7046         (gnus-group-buffer):
7047         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7048         (font-lock-set-defaults):
7049         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7050         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7051         (gnus-summary-post-menu, total-parts, type, condition, length):
7052         * gnus-agent.el (gnus-agent-read-agentview):
7053         * flow-fill.el (show-trailing-whitespace):
7054         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7055         eval-and-compile wrappers for byte compiler pacifiers.
7056
7057         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7058         (mm-display-inline-fontify): Check for featurep 'xemacs not
7059         extent-list.
7060
7061         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7062         itimer-list.
7063         (mm-create-image-xemacs): Only do something for XEmacs.
7064         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7065
7066         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7067
7068         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7069         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7070
7071 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7072
7073         * nnimap.el (nnimap-split-download-body):
7074         * gnus-demon.el (gnus-demon):
7075         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7076
7077 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7080         macros.
7081         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7082         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7083         copy data from unibyte buffer to multibyte current buffer.
7084         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7085         to copy data from unibyte current buffer to multibyte buffer.
7086         (nntp-make-process-buffer): Make process buffer unibyte.
7087
7088         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7089
7090 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7091
7092         * pop3.el (pop3-open-server): Accept and process data more robustly at
7093         connexion start to avoid spurious "POP SSL connexion failed" errors.
7094
7095 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7098         read group names.
7099
7100 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7103
7104 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7107         (nnmail-save-active): Use a unibyte buffer when saving active file,
7108         which may contain non-ASCII group names.
7109
7110         * nnml.el (nnml-request-group): Decode group names in messages.
7111
7112 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * message.el (message-citation-line-function)
7115         (message-insert-formatted-citation-line): Fix spelling of
7116         `message-insert-formated-citation-line'.
7117
7118 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7119
7120         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7121
7122 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7125         nnmail-pathname-coding-system.
7126
7127         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7128         that a user enters; decode group names in messages.
7129
7130         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7131
7132 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7135
7136         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7137
7138         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7139         risky local variable.
7140
7141         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7142
7143 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7144
7145         * encrypt.el: Improve documentation to fix function name typo.
7146         Reported by Daiki Ueno <ueno@unixuser.org>.
7147
7148 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7151         even if the point is not in the last page of an article.
7152         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7153         back to the previous page.
7154
7155 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7158
7159 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7162
7163 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7164
7165         * message.el (message-check-news-body-syntax): Avoid
7166         mm-string-as-multibyte.
7167         (message-hide-headers): Don't assume (point-min)==1.
7168
7169 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * message.el (message-remove-blank-cited-lines): Fix if remove is
7172         given.
7173         (message-bogus-address-regexp): New variable.
7174         (message-bogus-recipient-p): New function.
7175         (message-check-recipients): New command.
7176         (message-syntax-checks): Add `bogus-recipient'.
7177         (message-fix-before-sending): Add `bogus-recipient'.
7178
7179         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7180         (gnus-treat-body-boundary): Don't test window-system.
7181
7182 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7183
7184         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7185
7186 2007-10-28  Miles Bader  <miles@gnu.org>
7187
7188         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7189         at compile-time too.
7190
7191 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * gnus-msg.el (gnus-message-setup-hook): Add
7194         `message-remove-blank-cited-lines' to options.
7195
7196 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * message.el (message-remove-blank-cited-lines): New function.
7199         Suggested by Karl Plästerer.
7200
7201 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7204         mapc.
7205
7206         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7207         (top-level): Use mapc to set functions to be traced for debugging.
7208
7209         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7210         called for effect with while loop.
7211
7212         * message.el (message-talkative-question): Replace mapcar called for
7213         effect with mapc.
7214
7215         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7216         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7217         called for effect with dolist.
7218
7219         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7220
7221         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7222         gnus-extra-headers and nnmail-extra-headers.
7223
7224         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7225         called for effect with dolist.
7226         (top-level): Use mapc to set functions to be traced for debugging.
7227
7228         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7229         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7230         dolist.
7231
7232         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7233         Replace mapcar called for effect with mapc.
7234         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7235         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7236         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7237         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7238
7239         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7240         remove-if that's a cl function.
7241
7242         * webmail.el (webmail-debug): Replace mapcar called for effect with
7243         dolist.
7244
7245         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7246         with mapc.
7247
7248 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7251         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7252         with while loop.
7253
7254         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7255         functions from article-* functions.
7256         (gnus-multi-decode-header): Replace mapcar called for effect with
7257         dolist.
7258
7259         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7260         (gnus-bookmark-show-details): Replace mapcar called for effect with
7261         while loop.
7262
7263         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7264         called for effect with while loop.
7265
7266         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7267         with dolist.
7268
7269         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7270         mapcar called for effect with dolist.
7271
7272         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7273
7274         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7275         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7276         Replace mapcar called for effect with dolist.
7277         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7278         mapc.
7279
7280         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7281         Replace mapcar called for effect with dolist.
7282         (gnus-topic-list): Replace mapcar called for effect with mapc.
7283
7284         * gnus.el: Use mapc instead of mapcar to add autoloads.
7285
7286 2007-10-23  Richard Stallman  <rms@gnu.org>
7287
7288         * gnus-group.el (gnus-group-highlight): Mark as risky.
7289
7290 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus.el (gnus-server-to-method): Return method found first in
7293         gnus-newsrc-alist.
7294
7295         * gnus-art.el (gnus-article-highlight-signature)
7296         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7297         button overlay without the front stickiness.
7298
7299 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7300
7301         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7302         overview buffer needed a catch to receive its throw.
7303         (gnus-agent-flush-cache): Declared as interactive to make this function
7304         easier to use.
7305
7306 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7309         `next-line'.
7310
7311 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7314         exclude address matching message-dont-reply-to-names.
7315
7316 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-util.el (gnus-string<): New function.
7319
7320         * gnus-sum.el (gnus-article-sort-by-author)
7321         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7322
7323 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7326         the frame-focus tag is set in gnus-buffer-configuration.
7327
7328 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7331         the front stickiness.
7332
7333 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7336         url pattern; remove duplicate one.
7337         (gnus-article-extend-url-button): New function.
7338         (gnus-article-add-buttons): Use it.
7339         (gnus-button-push): Use concatenated url that it makes.
7340
7341 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7342
7343         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7344
7345 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7346
7347         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7348         Don't hardcode point-min==1.
7349
7350 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7353         Fix comment about "iso8859-1".
7354
7355 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7356
7357         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7358         ones returned from the verify-function.
7359
7360         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7361         mml2015-extract-cleartext-signature if extraction failed.
7362
7363 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7364
7365         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7366         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7367         failed.
7368
7369 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7372
7373 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7376         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7377         recommends to use EasyPG instead of PGG.
7378
7379         * pgg.el: Revert to revision 6.23.2.16.
7380
7381         * pgg-def.el: Revert to revision 6.6.2.14.
7382
7383         * pgg-gpg.el: Revert to revision 6.23.2.34.
7384
7385 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7386
7387         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7388         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7389         thread for both the null and zero (kill/expire thread) universal prefix
7390         cases.
7391         (gnus-summary-expire-thread): Add new function to expire a thread,
7392         using gnus-summary-kill-thread.
7393         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7394         shortcuts for gnus-summary-expire-thread.
7395         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7396         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7397
7398 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7399
7400         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7401         extras value, so an extras entry can be deleted.
7402         (gnus-registry-delete-extra-entry): Use it.
7403         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7404         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7405         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7406         storage through the gnus-registry, and provide an appropriate API for
7407         it.
7408
7409 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7412         Suggested by Leo <sdl.web@gmail.com>.
7413
7414         * gnus.el: Do.
7415
7416 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7419         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7420
7421         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7422
7423         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7424         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7425
7426 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7429         newline.
7430         (nnmbox-request-accept-article): Don't change article in source buffer;
7431         narrow to header to use message-fetch-field rather than
7432         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7433         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7434         as delimiters; make sure article ends with newline.
7435         (nnmbox-delete-mail): Correct last position of article to be deleted;
7436         ignore X-Gnus-Newsgroup header in article body.
7437         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7438         positions; make sure article ends with newline.
7439
7440         * message.el (message-display-abbrev): Don't infloop when a user
7441         inserts SPC in the beginning of header.
7442
7443         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7444         coding-system-for-read and coding-system-for-write for XEmacs having no
7445         file-coding feature.
7446
7447         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7448
7449 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7450
7451         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7452         list of groups not followed by default.  Fix type to be regexp.
7453         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7454
7455 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7456
7457         * hmac-def.el (define-hmac-function): Switch from old-style to
7458         new-style backquotes.
7459
7460         * md4.el (md4-make-step): Likewise.
7461
7462 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7465         raw-text coding system when saving .newsrc file, which may contain
7466         non-ASCII group names.
7467
7468 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-cus.el (gnus-score-extra): New widget.
7471         (gnus-score-extra-convert): New function.
7472         (gnus-score-customize): Use it for Extra.
7473
7474 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7475
7476         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7477         (mml2015-mailcrypt-clear-verify): Use it.
7478         (mml2015-gpg-clear-verify): Use it.
7479         (mml2015-pgg-clear-verify): Use it.
7480         (mml2015-epg-clear-verify): Replace the current part with the output
7481         from GnuPG; don't extract the plaintext by itself.
7482
7483         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7484         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7485         mml2015-clear-verify-function; don't touch the armor headers or
7486         dash-escaped text here.
7487
7488 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7491         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7492         parts, or application/octet-stream as a last resort.
7493         (gnus-mime-view-part-as-type): Don't toggle display.
7494         (gnus-mime-view-part-as-charset): Don't turn off display before
7495         querying charset.
7496
7497         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7498         stuff to undisplayer function in Emacs.
7499         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7500
7501         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7502         text/calendar parts.
7503
7504 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7507         decoding text/calendar parts.
7508
7509         * message.el (message-forward-make-body-mime): Always mark body as
7510         having no illegible text; remove signed-or-encrypted argument.
7511         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7512
7513         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7514         (mml-generate-mime-1): Don't encode body if it is specified to be in
7515         raw form; don't make buffer be unibyte when inserting multibyte string.
7516
7517 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7518
7519         * sha1.el: Fix up comment style.
7520         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7521         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7522
7523         * hex-util.el: Fix up comment style.
7524         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7525
7526         * gnus-salt.el: Use with-current-buffer.
7527         (gnus-pick-setup-message): Fix long-standing typo.
7528
7529 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * imap.el (imap-logout-timeout): New variable.
7532         (imap-logout, imap-logout-wait): New functions.
7533         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7534
7535         * nnimap.el (nnimap-logout-timeout): New server variable.
7536         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7537         nnimap-logout-timeout.
7538
7539         * gnus-art.el (gnus-article-summary-command-nosave)
7540         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7541
7542 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus.el (gnus-maximum-newsgroup): New variable.
7545
7546         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7547         according to gnus-maximum-newsgroup.
7548
7549         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7550         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7551         Limit the range of articles according to gnus-maximum-newsgroup.
7552
7553 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7554
7555         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7556         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7557         Don't perform gnus-configure-windows here; reuse existing sticky
7558         article buffer.
7559
7560         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7561         it doesn't exist in gnus-article-mode.
7562
7563 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7566         (gnus-agent-decoded-group-name): New function.
7567         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7568         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7569
7570 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7571
7572         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7573         Add binding for gnus-sticky-article.
7574         (gnus-summary-exit): Don't kill sticky article buffers.
7575
7576         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7577         article buffer.
7578         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7579         (gnus-kill-sticky-article-buffers): New commands.
7580
7581 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * nntp.el (nntp-xref-number-is-evil): New server variable.
7584         (nntp-find-group-and-number): If it is non-nil, don't trust article
7585         numbers in the Xref header.
7586
7587 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-agent.el (gnus-agent-read-group): New function.
7590         (gnus-agent-flush-group, gnus-agent-expire-group)
7591         (gnus-agent-regenerate-group): Use it.
7592         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7593         nnmail-pathname-coding-system.
7594
7595 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7598
7599         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7600         that are unread as unread, and also as selected so that information of
7601         marks having been changed by a user may be updated when exiting group.
7602
7603 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7606         calculated ignoring signature parts to gnus-treat-article.
7607
7608 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7611         a point here in order to keep the window start.
7612         (gnus-insert-mime-security-button): Make a button overlay without the
7613         front stickiness.
7614         (gnus-mime-display-security): Goto the end of a button.
7615
7616         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7617
7618 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7621         group-name-at-point.
7622         (gnus-group-completing-read): New function that offers decoded
7623         non-ASCII group names for completion.
7624         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7625         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7626         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7627         (gnus-group-fetch-control): Use it.
7628         (gnus-fetch-group): Use group-name-at-point for the initial value
7629         rather than the default value; use gnus-alive-p.
7630
7631         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7632         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7633         (gnus-summary-post-news): Use gnus-group-completing-read.
7634
7635         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7636         (gnus-read-move-group-name): Decode group name for completion.
7637
7638 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7639
7640         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7641         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7642         Yamaoka slightly modified the code).
7643
7644 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7647         (nnmail-split-incoming): Bind it.
7648
7649         * nnml.el (nnml-group-name-charset): New function.
7650         (nnml-decoded-group-name): Use it; don't decode group name if
7651         nnmail-group-names-not-encoded-p is non-nil.
7652         (nnml-encoded-group-name): New function.
7653         (nnml-group-pathname): Inline nnml-decoded-group-name.
7654         (nnml-request-expire-articles): Decode group name in message.
7655         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7656         nnmail-pathname-coding-system.
7657         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7658         not decoded ones according to nnmail-group-names-not-encoded-p.
7659         (nnml-generate-active-info): Use nnml-encoded-group-name.
7660
7661 2007-08-08  Glenn Morris  <rgm@gnu.org>
7662
7663         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7664         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7665         doc-strings and comments.
7666
7667 2007-07-25  Glenn Morris  <rgm@gnu.org>
7668
7669         * Relicense all FSF files to GPLv3 or later.
7670
7671 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-sum.el (gnus-summary-move-article): Make
7674         gnus-summary-respool-article work.
7675
7676 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7679         string.
7680
7681 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7682
7683         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7684         that should be ignored when comparing distant RSS articles with local
7685         ones.
7686         (nnrss-make-hash-index): New function.  Create a hash index according
7687         to the ignored fields.
7688         (nnrss-check-group): Use it.
7689
7690 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7693
7694         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7695
7696         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7697         the new optional argument ENCODED is non-nil.
7698         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7699         coding system for encoding group name.
7700         (gnus-group-make-rss-group): Pass un-encoded group name to
7701         gnus-group-make-group.
7702         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7703         encoded.
7704
7705         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7706         Encode group name to which articles are moved or copied.
7707         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7708         coding system for encoding Newsgroup, Followup-To and Xref headers.
7709
7710         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7711         marks; use nnheader-file-coding-system to write a file.
7712         (nnagent-retrieve-headers): Bind file-name-coding-system to
7713         nnmail-pathname-coding-system.
7714
7715         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7716
7717         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7718         (nnml-request-article, nnml-request-create-group)
7719         (nnml-request-rename-group, nnml-find-id)
7720         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7721         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7722         (nnml-save-marks): Use nnml-group-pathname instead of
7723         nnmail-group-pathname.
7724
7725         (nnml-request-create-group, nnml-request-expire-articles)
7726         (nnml-request-move-article, nnml-request-delete-group)
7727         (nnml-deletable-article-p, nnml-possibly-create-directory)
7728         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7729         (nnml-open-marks): Bind file-name-coding-system to
7730         nnmail-pathname-coding-system.
7731
7732         (nnml-request-article): Pass server argument to nnml-find-group-number.
7733         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7734         server argument to nnml-possibly-create-directory.
7735         (nnml-request-accept-article): Pass server argument to
7736         nnml-active-number and nnml-save-mail.
7737         (nnml-find-group-number): Pass server argument to nnml-find-id.
7738         (nnml-request-update-info): Pass server argument to
7739         nnml-marks-changed-p.
7740
7741         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7742         (nnml-save-mail, nnml-active-number): Add server argument.
7743
7744         (nnml-request-delete-group): Warn if group is missing.
7745         (nnml-get-nov-buffer): Decode group name.
7746         (nnml-generate-active-info): Encode group name.
7747         (nnml-open-marks): Decode group name in messages.
7748
7749 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7752         if it is not specified.
7753         (gnus-article-pipe-part, gnus-article-save-part)
7754         (gnus-article-interactively-view-part, gnus-article-copy-part)
7755         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7756         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7757         (gnus-article-replace-part, gnus-article-delete-part)
7758         (gnus-article-view-part-as-type): Pass raw prefix argument to
7759         gnus-article-part-wrapper.
7760
7761 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-agent.el (gnus-agent-save-active): Bind
7764         nnheader-file-coding-system to gnus-agent-file-coding-system.
7765
7766         * gnus-cache.el (gnus-cache-save-buffers)
7767         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7768         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7769         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7770         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7771         (gnus-cache-generate-active, gnus-cache-rename-group)
7772         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7773         (gnus-cache-update-overview-total-fetched-for): Bind
7774         file-name-coding-system to nnmail-pathname-coding-system.
7775         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7776         variables.
7777         (gnus-cache-decoded-group-name): New function.
7778         (gnus-cache-file-name): Use it.
7779         (gnus-cache-generate-active): Use non-decoded group name for active.
7780
7781         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7782         right place.
7783         (gnus-write-active-file): Don't break non-ASCII group names.
7784
7785         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7786         nnmail-pathname-coding-system.
7787
7788         * lpath.el: Bind default-file-name-coding-system,
7789         file-name-coding-system and language-info-alist for XEmacs.
7790
7791         * gnus-uu.el (gnus-uu-decode-save): Typo.
7792
7793 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7796
7797 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7800         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7801         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7802         (gnus-agent-flush-group, gnus-agent-flush-cache)
7803         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7804         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7805         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7806         (gnus-agent-regenerate-group)
7807         (gnus-agent-update-files-total-fetched-for)
7808         (gnus-agent-update-view-total-fetched-for): Bind
7809         file-name-coding-system to nnmail-pathname-coding-system.
7810         (gnus-agent-group-pathname): Don't encode file names by
7811         nnmail-pathname-coding-system.
7812         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7813         coding-system-for-write instead of buffer-file-coding-system to
7814         gnus-agent-file-coding-system.
7815
7816         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7817         Decode group name.
7818
7819         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7820
7821         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7822         (gnus-read-newsrc-el-file): Make group names unibyte.
7823
7824         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7825         nnmail-pathname-coding-system.
7826
7827         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7828         (nnrss-request-delete-group): Bind file-name-coding-system to
7829         nnmail-pathname-coding-system.
7830         (nnrss-read-server-data, nnrss-read-group-data): Bind
7831         file-name-coding-system correctly.
7832         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7833
7834         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7835         (nntp-server-to-method-cache): New variable.
7836         (nntp-group-pathname): New function that decodes non-ASCII group names.
7837         (nntp-possibly-create-directory, nntp-marks-changed-p)
7838         (nntp-save-marks, nntp-open-marks): Use it.
7839         (nntp-possibly-create-directory, nntp-open-marks):
7840         Bind file-name-coding-system to nnmail-pathname-coding-system.
7841         (nntp-open-marks): Decode group names when bootstrapping marks.
7842
7843         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7844         Newsgroups and Folowup-To headers.
7845
7846 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7849         (gnus-server-closed-face, gnus-server-denied-face)
7850         (gnus-server-offline-face): Remove variable.
7851         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7852
7853         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7854         of modifying message-stack directly for XEmacs.
7855
7856         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7857         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7858         if the coding-system argument is nil for XEmacs.
7859
7860         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7861         mm-charset-override-alist.
7862
7863         * rfc2047.el: Don't require base64; require rfc2045 for the function
7864         rfc2045-encode-string.
7865         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7866         to quote the parameter value.
7867
7868 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7871         form in gnus-group-name-charset-method-alist.
7872
7873         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7874         overrides the default layout edit-form.
7875
7876         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7877
7878         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7879
7880 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7883         as unfetched articles.
7884
7885 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7888
7889 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7892         original back end that keeps marks in the local system.
7893
7894 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7897         arg of pop-to-buffer for XEmacs.
7898         (gnus-article-read-summary-keys): Ditto; don't restore window
7899         configuration if summary command ends up with neither article buffer
7900         nor summary buffer; describe bindings if summary keys end with C-h.
7901
7902 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * message.el (message-fix-before-sending): Skip raw message part to be
7905         forwarded while checking illegible text.
7906         (message-forward-make-body-mime, message-forward-make-body): Mark
7907         signed or encrypted raw message as having no illegible text.
7908
7909 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7912         (gnus-message-with-timestamp-1): New macro.
7913         (gnus-message-with-timestamp): New function.
7914         (gnus-message): Use them.
7915
7916         * nnheader.el (nnheader-message): Use them.
7917
7918 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7921         .newsrc.eld file.
7922
7923 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-agent.el (gnus-agent-fetch-headers)
7926         (gnus-agent-retrieve-headers): Bind
7927         gnus-decode-encoded-address-function to identity.
7928
7929         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7930         available also when the server returns simply a dot.
7931
7932         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7933
7934 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7937
7938 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * gnus-ems.el (gnus-x-splash): Make it work.
7941
7942         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7943         from being used.
7944
7945         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7946
7947 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7950         4th and the 5th arguments.
7951
7952         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7953         the front stickiness.
7954         (gnus-article-summary-command-nosave): Correct the order of the
7955         arguments passed to pop-to-buffer.
7956         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7957         summary command ends up with the article buffer.
7958
7959         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7960         the same faces.
7961
7962 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7963
7964         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7965
7966 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7967
7968         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7969         * gnus-sum.el (gnus-summary-highlight):
7970         * pgg.el (pgg-sign-region, pgg-sign):
7971         * mail-source.el (mail-source-delete-old-incoming-confirm):
7972         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7973
7974 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-art.el (gnus-mime-view-part-externally)
7977         (gnus-mime-view-part-internally): Fix predicate function passed to
7978         completing-read.
7979
7980         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7981
7982         * gnus.el (gnus-update-message-archive-method): Add :version.
7983
7984 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus.el (gnus-update-message-archive-method): New variable.
7987
7988         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7989         according to gnus-message-archive-method if
7990         gnus-update-message-archive-method is non-nil.
7991
7992 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7995         by Loic Dachary <loic@dachary.org>.
7996         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7997
7998 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * message.el (message-pop-to-buffer): Add switch-function argument.
8001         (message-mail): Pass switch-function argument to it.
8002
8003 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8006         Improve doc string.
8007
8008 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8011         (gnus-header-content)
8012         * gnus-cite.el (gnus-cite-10)
8013         * gnus-srvr.el (gnus-server-closed)
8014         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8015         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8016         (gnus-group-mail-3-empty, gnus-group-mail-low)
8017         (gnus-group-mail-low-empty, gnus-splash)
8018         * message.el (message-header-to, message-header-cc)
8019         (message-header-subject, message-header-other, message-header-name)
8020         (message-header-xheader, message-separator, message-cited-text)
8021         (message-mml): Lighten colors of faces used for dark background.
8022
8023 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8024
8025         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8026         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8027
8028 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * message.el (message-narrow-to-headers-or-head):
8031         Ignore mail-header-separator in the body.
8032
8033 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8036         same as window size.
8037
8038 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8039
8040         * message.el (message-font-lock-keywords): Use message-header-xheader
8041         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8042         ahead of the anything pattern, to get it recognised.
8043
8044 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8047         spam.el loads uses it in the compiled defadvice form.
8048
8049 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8050
8051         * gnus-sum.el (gnus-articles-to-read)
8052         (gnus-summary-insert-old-articles): Don't truncate group name for
8053         `read-string'.
8054
8055         * gnus-util.el (gnus-limit-string): Delete this function.
8056
8057         * gnus-sum.el (gnus-simplify-subject-fully): Use
8058         `truncate-string-to-width' instead.
8059
8060 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8061
8062         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8063         if, on summary exit, the next group has to be selected.
8064         (gnus-summary-exit): Use it.
8065
8066 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8069         non-break space.
8070
8071 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8074         Check if group is not a directory.
8075         (nnfolder-request-expire-articles): Don't delete articles if the target
8076         group is not available.
8077
8078         * nnml.el (nnml-request-create-group): Properly check if group is not a
8079         file.
8080         (nnml-request-expire-articles): Don't delete articles if the target
8081         group is not available.
8082
8083         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8084         Don't quote characters that are within parentheses.
8085
8086 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8089         (gnus-handle-ephemeral-exit): Select article according to it.
8090
8091 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * message.el (message-insert-formated-citation-line): Remove newline.
8094         (message-citation-line-format): Add final \n here so that the user can
8095         avoid a blank line.
8096
8097 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8098
8099         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8100         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8101         Update lanl/arXiv support.
8102
8103 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8104
8105         * gnus.el: Bump version number.
8106
8107 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus.el (gnus-version-number): Bump version.
8110
8111 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8112
8113         * gnus.el: No Gnus v0.6 is released.
8114
8115 2007-04-27  Didier Verna  <didier@xemacs.org>
8116
8117         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8118         * gmm-utils.el (gmm-regexp-concat): here.
8119         * message.el: Don't require 'gnus-util.
8120         (message-dont-reply-to-names): Handle name change above.
8121         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8122
8123 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8126         since the initial value varies according to the system.
8127
8128 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8131
8132 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8133
8134         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8135
8136 2007-04-24  Didier Verna  <didier@xemacs.org>
8137
8138         Improve the type of gnus-ignored-from-addresses.
8139         * gnus-util.el (gnus-orify-regexp): New function.
8140         * message.el (gnus-util): Require it.
8141         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8142         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8143         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8144
8145 2007-04-24  Didier Verna  <didier@xemacs.org>
8146
8147         * gnus-sum.el:
8148         * gnus-utils.el: Fix some trailing whitespaces.
8149
8150 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8153         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8154         article's Message-ID; refer parent article in summary buffer.
8155
8156         * message.el (message-bounce): Call mime-to-mml.
8157
8158         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8159         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8160         optimize and/or forms properly.
8161
8162 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8165         URL.
8166
8167 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8170
8171 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8174         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8175         displayed of multipart/alternative part if it is invoked from summary
8176         buffer.
8177
8178         * mm-view.el (mm-inline-text-html-render-with-w3m)
8179         (mm-inline-text-html-render-with-w3m-standalone)
8180         (mm-inline-render-with-function): Use mail-parse-charset by default.
8181
8182 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8183
8184         * parse-time.el (parse-time-string-chars): Check if CHAR
8185         is less than the length of parse-time-syntax.
8186
8187 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8190         from gnus-newsgroup-processable.
8191
8192 2007-04-16  Didier Verna  <didier@xemacs.org>
8193
8194         * gnus-msg.el (gnus-configure-posting-styles): Handle
8195         message-signature-directory properly with :file syntax.  Reported by
8196         "Leo".
8197
8198 2007-04-11  Didier Verna  <didier@xemacs.org>
8199
8200         New user option: message-signature-directory.
8201         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8202         * message.el (message-insert-signature): Ditto.
8203         * message.el (message-signature-file): Doc update.
8204         * message.el (message-signature-directory): New.
8205
8206 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-msg.el (gnus-inews-yank-articles): Use
8209         message-exchange-point-and-mark instead of exchange-point-and-mark.
8210
8211 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * message.el (message-yank-original): Make sure cited text ends with
8214         newline; don't exchange point and mark.
8215
8216 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8217
8218         * tls.el (open-tls-stream): Properly handle case where there
8219         is no associated buffer.
8220
8221 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8222
8223         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8224         message-yank-original, make sure (< mark TEXT point).
8225
8226 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * message.el (message-fill-column): New variable.
8229         (message-mode): Use it.  Add comment on a possible new hook.
8230
8231         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8232         (nnmail-get-new-mail): Reformat.
8233
8234         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8235
8236         * gmm-utils.el: Fix Commentary.
8237         (gmm-tool-bar-from-list): Fix typo in doc string.
8238
8239 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8240
8241         * message.el (message-yank-original): Don't switch point and mark
8242         unnecessarily to put point and mark as documented.
8243
8244 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8247         from the message heads.
8248
8249 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8250
8251         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8252         article buffer does not have a window.  This may not be the best
8253         solution but is certainly better than setting the start of the null,
8254         that is the current, window.
8255
8256 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8259         (gnus-draft-setup): Run it.
8260
8261         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8262         gnus-score-fast-scoring.  Allow regexp.
8263         (gnus-score-headers): Use it.
8264
8265         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8266         XEmacs.
8267
8268         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8269         string.
8270         (gnus-button-alist): Also catch `<f1> k ...'.
8271         (gnus-treat-display-x-face): Fix doc string.
8272
8273 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8274
8275         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8276         evaluation of gnus-extended-version to ensure correct generation of the
8277         User-Agent header when message-generate-headers-first is used.
8278
8279 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8280
8281         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8282         hashcash-path is nil.  Don't call callback with incorrect number of
8283         parameters if val is 0.
8284
8285 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8286
8287         * message.el (message-required-news-headers):
8288         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8289
8290 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8291
8292         * tls.el (open-tls-stream): In handshake-waiting loop,
8293         don't wait more if there is output available to process.
8294
8295 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8296
8297         * tls.el (tls-program): Doc fix.
8298
8299 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * message.el (message-generate-new-buffers): Change the meaning of the
8302         nil value; add `standard' to the choices; treat t as `unique'; improve
8303         doc string.
8304         (gnus-select-frame-set-input-focus): Autoload.
8305         (message-buffer-name): Search for the existing message buffer if
8306         message-generate-new-buffers is nil or `standard'; treat the value t of
8307         message-generate-new-buffers as `unique'.
8308         (message-pop-to-buffer): Raise the frame already displaying the message
8309         buffer; clear the echo area after querying.
8310         (message-setup): Pass the `continue' argument to compose-mail.
8311         (message-mail): Prefer `switch-function' if it is given; search for the
8312         existing message buffer if the `continue' argument is non-nil; pass
8313         continue and switch-function arguments to compose-mail by way of
8314         message-setup.
8315         (message-mail-other-window): Adjust argument of message-setup.
8316         (message-mail-other-frame): Ditto.
8317
8318 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8321         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8322         to turn font-lock on when turning gnus-message-citation-mode on.
8323
8324 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8325
8326         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8327         (mml-smime-function-alist): New variable; add epg as the backend.
8328         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8329         mml-smime- functions instead.
8330         * mm-view.el: Require smime.
8331
8332 2007-03-05  Didier Verna  <didier@xemacs.org>
8333
8334         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8335         instead of just inheritance for posting styles.
8336         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8337
8338 2007-02-24  Chris Moore  <dooglus@gmail.com>
8339
8340         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8341         * pgg-pgp.el (pgg-pgp-encrypt-region):
8342         * pgg-gpg.el (pgg-gpg-encrypt-region):
8343         Check pgg-encrypt-for-me if no other recipients.
8344
8345 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8346
8347         * tls.el (tls-certtool-program): Fix custom type.
8348
8349 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8352         and point-at-eol instead of line-(beginning|end)-position.
8353
8354         * assistant.el (assistant-parse-buffer): Ditto.
8355
8356         * netrc.el (netrc-parse-services): Ditto.
8357
8358 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8359
8360         * mml2015.el (mml2015-epg-find-usable-key): New function.
8361         (mml2015-epg-sign): Use it.
8362         (mml2015-epg-encrypt): Use it.
8363
8364 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * message.el (message-make-in-reply-to): Quote name containing
8367         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8368         if there are special characters.  Reported by NAKAJI Hiroyuki
8369         <nakaji@jp.freebsd.org>.
8370
8371 2007-02-27  Didier Verna  <didier@xemacs.org>
8372
8373         Include the group parameters as well as the topic ones in the
8374         inheritance filter process.
8375         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8376         argument GROUP-PARAMS-LIST.
8377         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8378
8379 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * nntp.el (nntp-never-echoes-commands)
8382         (nntp-open-connection-functions-never-echo-commands): New variables.
8383         (nntp-send-command): Use them.
8384
8385 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8386
8387         * mml2015.el (mml2015-epg-verify): Simplified.
8388
8389 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * mml.el (mml-content-disposition-alist): New user option.
8392         (mml-content-disposition): New function.
8393         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8394         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8395
8396 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8397
8398         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8399         verification.
8400
8401 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8402
8403         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8404         articles posted in the last 24 hours.
8405
8406 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8407
8408         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8409
8410 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8411
8412         * nntp.el (nntp-send-command): Don't wait for echoes when
8413         nntp-open-ssl-stream is used.
8414
8415 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8418         (gnus-message-add-citation-keywords)
8419         (gnus-message-remove-citation-keywords): Remove.
8420         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8421         directly, make the variables in font-lock-defaults buffer-local, add
8422         gnus-message-citation-keywords to them and then update the value of
8423         font-lock-keywords.
8424
8425 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * message.el (message-cite-original-1): Don't call
8428         gnus-article-highlight-citation.
8429
8430         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8431         citations; fix line count.
8432
8433 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8436         (gnus-message-add-citation-keywords)
8437         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8438         versions of font-lock-add-keywords and font-lock-remove-keywords to
8439         work with XEmacs correctly.
8440
8441 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-cite.el (gnus-cite-face-list): Set the values of
8444         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8445         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8446         (gnus-message-cite-prefix-regexp): New variable.
8447         (gnus-message-search-citation-line): Use it; protect against long
8448         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8449         the 0th match data for Emacs.
8450         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8451         (gnus-message-add-citation-keywords): Append keywords rather than
8452         prepending; emulate font-lock-add-keywords if it is not available.
8453         (gnus-message-remove-citation-keywords): Emulate
8454         font-lock-remove-keywords if it is not available.
8455
8456         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8457
8458         * message.el (message-cite-prefix-regexp): Set the value of
8459         gnus-message-cite-prefix-regexp.
8460
8461 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8462
8463         * nnweb.el (nnweb-google-parse-1): Update parser.
8464
8465 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8466
8467         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8468
8469 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8470
8471         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8472         regexp.
8473
8474 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8477         string-to-multibyte.
8478         (uudecode-decode-region-internal): Use it.
8479
8480         * lpath.el: Fbind string-as-multibyte for XEmacs.
8481
8482 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8485         custom choice.
8486
8487         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8488
8489 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8490
8491         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8492
8493         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8494         `write-region' to respect `mm-inhibit-file-name-handlers'.
8495
8496 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8499         Use gnus-home-directory instead of "~/" or "$HOME".
8500
8501 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8502
8503         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8504         to mention filename.
8505         Add comments at beginning regarding usage.
8506         (encrypt-write-file-contents): Change interactive so a string is
8507         acceptable.  If the file has no associated model, show an error instead
8508         of a nonsense prompt.
8509
8510 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8511
8512         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8513         Thanks to Yoshihiko Yamada for kind notification of this typo.
8514
8515 2007-01-12  Kenichi Handa  <handa@m17n.org>
8516
8517         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8518         multibyte buffer.
8519
8520 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gnus-score.el (gnus-score-fast-scoring): New variable.
8523         (gnus-score-headers): Use it.
8524
8525         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8526
8527         * message.el (message-cite-original-1): Call
8528         gnus-article-highlight-citation if requested.
8529         (message-make-from): Allow name and address as optional arguments.
8530
8531         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8532
8533         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8534         bugs to doc string.
8535         (gnus-button-alist): Add mid\\|message-id.
8536         (gnus-button-fetch-group): Extend for use in
8537         `browse-url-browser-function'.
8538         (gnus-button-url-regexp): Try to catch paired parentheses like in
8539         Wikipedia URLs.
8540
8541         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8542         Suggested by Simon Krahnke <overlord@gmx.li>.
8543
8544 2007-01-13  Romain Francoise  <romain@orebokech.com>
8545
8546         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8547         Update copyright.
8548
8549 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8550
8551         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8552
8553 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * gnus-registry.el (gnus-registry-unfollowed-groups)
8556         (gnus-registry-split-fancy-with-parent): Fix documentation.
8557
8558 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8561         from nnweb groups.
8562
8563 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564
8565         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8566         Xref urls.  Erase buffer before requesting head.
8567
8568 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8571         customizable.
8572
8573 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8574
8575         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8576         no signing key is found.
8577         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8578         no encrypting and/or signing key is found.
8579
8580 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8583
8584 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8585
8586         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8587         headers read from disk with the ones newly found in the current search.
8588         This should no longer cause problems, because the article numbers in
8589         Gmane's `nov.php' output are ignored since the previous change.
8590
8591 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8592
8593         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8594
8595 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8598         replace-regexp-in-string; bind url-version; fbind display-images-p and
8599         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8600         find-face and set-itimer-function for Emacs; bind itimer-list for
8601         Emacs.
8602
8603         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8604
8605 2007-01-01  Romain Francoise  <romain@orebokech.com>
8606
8607         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8608
8609 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8610
8611         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8612         `define-minor-mode' macro definition expanded properly.
8613         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8614         exclude it there.
8615
8616         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8617         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8618         `fboundp' test.
8619         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8620         This is OK to autoload in (S)XEmacs now.
8621
8622 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8625         keystroke.
8626         (gnus-summary-limit-to-singletons): Fix typo.
8627
8628         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8629         else fails.
8630
8631 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8632
8633         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8634         docstring.
8635
8636         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8637         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8638         (gnus-summary-insert-dormant-articles): Fix typo in message.
8639
8640 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8643         nil for XEmacs.
8644         (gnus-message-citation-mode): Don't autoload in XEmacs.
8645
8646         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8647
8648 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8649
8650         * nnimap.el (nnimap-expunge-search-string): Mention
8651         nnimap-search-uids-not-since-is-evil in docstring.
8652
8653 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * spam.el: Revert to make-obsolete-variable because
8656         define-obsolete-variable-alias is not supported in Emacs 21.
8657
8658         * spam.el (spam-ifile-path, spam-ifile-database-path)
8659         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8660         make-obsolete-variable.
8661         (spam-bsfilter-path, spam-bsfilter-program)
8662         (spam-spamassassin-path, spam-spamassassin-program)
8663         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8664         use "path" inappropriately.
8665         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8666         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8667         variable names.
8668
8669 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8670
8671         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8672         summary buffer.
8673
8674         * password.el (password-cache-remove): Use clear-string to burn
8675         password, if available.
8676
8677 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8680
8681         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8682
8683         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8684         (gnus-message-highlight-citation): Move defcustom here from
8685         gnus-cite.el.
8686         (gnus-message-citation-mode): Autoload.
8687
8688         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8689         checks to make it compile with XEmacs.
8690         (gnus-message-citation-mode): New minor mode.
8691         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8692         (gnus-message-highlight-citation): New variables.
8693         (gnus-message-search-citation-line)
8694         (gnus-message-add-citation-keywords)
8695         (gnus-message-remove-citation-keywords)
8696         (turn-on-gnus-message-citation-mode)
8697         (turn-off-gnus-message-citation-mode): New functions.
8698
8699 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8700
8701         * gnus-cite.el: Enable highlighting of different citation levels in
8702         message-mode.
8703
8704 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * message.el (message-make-fqdn): Fix comment.
8707         (message-bogus-system-names): Add ".local".
8708
8709         * spam.el (spam-ifile-path, spam-ifile-program)
8710         (spam-ifile-database-path, spam-ifile-database)
8711         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8712         Don't use "path" inappropriately.
8713         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8714         strings.
8715         (spam-check-ifile, spam-ifile-register-with-ifile)
8716         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8717         new variable names.
8718
8719         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8720         (gnus-treat-display-smileys): Simplify using
8721         gnus-image-type-available-p.
8722
8723         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8724         available.
8725
8726         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8727         `display-images-p' if available.
8728
8729 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8732         one after turning on the buffer's multibyteness instead of decoding
8733         them directly in the unibyte buffer that causes unexpected conversion
8734         in Emacs 23 (unicode).
8735
8736 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8737
8738         * message.el (message-generate-hashcash): Fix custom type.
8739
8740 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8743
8744 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8747         disconnect icons.  Add help text.
8748
8749 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8750
8751         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8752         negated to be consistent with the others we handle.
8753
8754 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755
8756         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8757         version of gnus-summary-buffer to something, so that we can use two
8758         article buffers at the same time.
8759
8760 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8761
8762         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8763         trigger all the extra headers.
8764         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8765         sorting.
8766
8767 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8768
8769         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8770         solid groups.
8771
8772 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8773
8774         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8775
8776 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * legacy-gnus-agent.el: Add Copyright notice.
8779
8780 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8781
8782         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8783
8784 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8787
8788         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8789         to make it work reliably in CVS Emacs.
8790         (gnus-summary-limit-strange-charsets-predicate)
8791         (gnus-summary-limit-to-predicate): New functions.
8792
8793 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8794
8795         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8796         specifying array size.
8797         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8798         array if it is too small.
8799         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8800         (gnus-sort-threads-loop): New function.
8801
8802 2006-12-06  Chris Moore  <dooglus@gmail.com>
8803
8804         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8805         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8806
8807 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8808
8809         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8810         options.
8811
8812 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8815         DOS-ing the recipient.
8816
8817         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8818         the headers when creating the mapping to avoid mismappings.
8819         (nnweb-gmane-create-mapping): Always nix out old mapping.
8820
8821 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8824         and mm-verify-option to never.
8825
8826 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * message.el (message-signed-or-encrypted-p): New function.
8829         (message-forward-make-body): Use it.
8830
8831         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8832         Replace encode-coding-string with mm-encode-coding-string.
8833
8834 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nneething.el (nneething-decode-file-name): Replace
8837         decode-coding-string with mm-decode-coding-string.
8838
8839         * gnus-int.el (gnus-open-server): Say failed server's name.
8840
8841 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8842
8843         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8844         strings to a single string.  Quote `errors-file-name'.
8845         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8846         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8847         Adjust calls.  Use `shell-quote-argument'.
8848
8849 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8850
8851         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8852         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8853
8854         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8855         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8856         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8857         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8858         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8859         (gnus-subscribe-newsgroup, gnus-1):
8860         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8861         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8862         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8863         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8864
8865 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8868         keystroke.
8869         (gnus-summary-limit-to-bodies): Implement headersp.
8870
8871 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8874
8875 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8878
8879 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * message.el (message-generate-hashcash): Expand range of values to
8882         include `opportunistic'.
8883         (message-send-mail): Use it.
8884
8885 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8886
8887         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8888         and comment it.
8889
8890         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8891
8892 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * gnus-util.el (gnus-extract-address-components): Improve comment.
8895
8896 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-util.el (gnus-extract-address-components): Work with address in
8899         which the name portion contains @.
8900
8901         * lpath.el: Fbind custom-autoload.
8902
8903 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * gnus.el (gnus-start): Move custom group up.
8906         (gnus-select-method): Don't autoload, but make it available for
8907         `customize-variable'.
8908         (gnus-getenv-nntpserver): Don't autoload.
8909
8910 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8911
8912         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8913
8914 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * message.el (message-sendmail-extra-arguments): New variable.
8917         (message-send-mail-with-sendmail): Use it.
8918
8919 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8922         mm-with-unibyte-current-buffer to make string unibyte.
8923
8924         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8925         mm-string-as-multibyte.
8926
8927 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8928
8929         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8930         Reported by Werner Koch <wk@gnupg.org>.
8931
8932 2006-11-14  Daiki Ueno  <ueno@p360>
8933
8934         * mml2015.el: Autoload epa-select-keys when compiling.
8935
8936 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8937
8938         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8939         message-options.
8940         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8941
8942 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8943
8944         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8945         EasyPG (< 0.0.6).
8946         (mml2015-always-trust): New user option.
8947         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8948         prompt.
8949
8950 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * nntp.el (nntp-authinfo-force): New variable.
8953         (nntp-send-authinfo): Use it.
8954
8955 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8958         decode encoded words.  Improve prompt.  Add comment about forwarding.
8959         (message-replacement-char): Move up.
8960
8961 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8962
8963         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8964         instead of gnus-intersection because arguments of gnus-sorted-nunion
8965         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8966
8967 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8970         (message-simplify-subject-functions): Enable
8971         message-strip-subject-encoded-words by default.
8972
8973 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * message.el (message-strip-subject-encoded-words): New function.
8976         (message-simplify-subject-functions): New variable.
8977         (message-simplify-subject): Use it.  Fix typo in doc string.
8978         Support message-strip-subject-encoded-words.
8979
8980 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8981
8982         * gnus-diary.el (gnus-diary-delay-format-function):
8983         * nndiary.el (nndiary-reminders):
8984         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8985
8986 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-art.el (article-hide-boring-headers): Fetch date from
8989         gnus-original-article-buffer to avoid problems with localized date
8990         strings.
8991
8992 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8995
8996 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8999         New variables.
9000         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9001         (mm-charset-synonym-alist): Move some entries to
9002         mm-codepage-iso-8859-list.
9003         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9004         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9005
9006 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9009
9010 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9013         with Emacs 21 and XEmacs.
9014
9015 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9016
9017         * spam.el (spam-parse-address): New function for better parsing,
9018         catching errors, etc.
9019         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9020
9021 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * mm-view.el: Add interactive arg to html2text autoload.
9024
9025 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9028
9029 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9032         variables.
9033         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9034         (mm-charset-synonym-alist): Move some entries to
9035         mm-codepage-iso-8859-list.
9036
9037         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9038
9039 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9040
9041         * message.el (message-citation-line-format)
9042         (message-insert-formated-citation-line): Fix implementation of %E, %N
9043         and %n according to the doc string.
9044
9045 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9046
9047         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9048         car-safe to avoid bad parses.
9049
9050 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9053         names.
9054
9055         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9056
9057 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9060         header.
9061
9062         * message.el (message-draft-headers): Add Date.
9063         (message-headers-to-generate): Fix typo in docstring.
9064
9065         * nndraft.el (nndraft-required-headers): New variable.
9066         (nndraft-generate-headers): Use it.
9067
9068         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9069
9070 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9071
9072         * gnus-registry.el (gnus-registry-wash-for-keywords)
9073         (gnus-registry-find-keywords): New functions to allow easy searching of
9074         articles that are in the registry.
9075
9076 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9077
9078         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9079         ietf-drums-parse-address instead of gnus-extract-address-components.
9080         Reported by Damien Elmes <damien@repose.cx>.
9081
9082 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * gnus.el (gnus-mime): Remove unused custom group.
9085
9086 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9087
9088         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9089         "blank line" when searching for end of armor headers.
9090
9091 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gmm-utils.el (gmm-write-region): Fix variable name.
9094
9095 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gmm-utils.el (gmm-write-region): New function based on compatibility
9098         code from `mm-make-temp-file'.
9099
9100         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9101
9102         * nnmaildir.el (nnmaildir--update-nov)
9103         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9104         Use `gmm-write-region'.
9105
9106 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9109         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9110
9111         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9112
9113         * message.el (message-replacement-char): New variable.
9114         (message-fix-before-sending): Use it.
9115         (message-simplify-subject): New function to remove duplicate code.
9116         (message-reply, message-followup): Use it.
9117
9118         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9119         gnus-summary-limit-to-articles.
9120
9121 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-util.el (gnus-with-local-quit): New macro.
9124
9125         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9126
9127 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9128
9129         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9130         ignore non-string data.
9131
9132 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9133
9134         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9135         non-string data (needs to be done in the registry too).
9136
9137 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9138
9139         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9140         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9141         (gnus-registry-split-fancy-with-parent)
9142         (gnus-registry-fetch-simplified-message-subject-fast)
9143         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9144         Remove text properties on ingress into the registry and when it's saved.
9145         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9146         registry from entries with no groups.
9147
9148 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9149
9150         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9151         function to remove string properties.
9152
9153 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * gmm-utils.el (gmm): Adjust custom version.
9156
9157         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9158         custom version.
9159
9160         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9161
9162 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * gnus-art.el (gnus-insert-prev-page-button)
9165         (gnus-insert-next-page-button): Simplify.  Reformat.
9166
9167 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9168
9169         * gnus-art.el (gnus-insert-prev-page-button)
9170         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9171
9172 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9173
9174         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9175
9176 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9177
9178         * gnus-art.el (gnus-insert-mime-button)
9179         (gnus-insert-mime-security-button):
9180         Apply gnus-article-button-face to MIME and security buttons.
9181
9182 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9185         readable.
9186
9187 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9190
9191 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9192
9193         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9194         `browse-url-of-file' instead of `browse-url'.
9195
9196 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9197
9198         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9199         regexp.  Articles containing quotation were cut prematurely.
9200
9201 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * message.el (message-cite-original-1): Use nobody by default for the
9204         value of From header.
9205         (message-reply): Ditto.
9206
9207 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9208
9209         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9210         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9211         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9212
9213 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9214
9215         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9216         mails in the doc string.  Add some URLs in comment.
9217         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9218
9219 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9222         backslashes handling and the way to find boundaries of quoted strings.
9223
9224 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9225
9226         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9227         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9228         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9229         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9230
9231 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9234         doc string.
9235         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9236
9237 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * lpath.el: Fbind epg-check-configuration.
9240
9241 2006-09-06  Simon Josefsson  <jas@extundo.com>
9242
9243         * mml2015.el (mml2015-use): Doc fix, mention epg.
9244
9245 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9246
9247         * mml2015.el (mml2015-use): Default to epg, if available.
9248
9249 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9250
9251         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9252         message-sender.
9253         (mml1991-epg-encrypt): Ditto.
9254         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9255         message-sender.
9256         (mml2015-epg-encrypt): Ditto.
9257
9258 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9259
9260         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9261         several common directories.
9262
9263 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9264
9265         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9266         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9267
9268 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-art.el (article-decode-encoded-words): Make it fast.
9271
9272 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9275
9276         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9277         in quoted string into `\'.
9278
9279 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9282         Use standard-syntax-table.
9283
9284 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-art.el (gnus-decode-address-function): New variable.
9287         (article-decode-encoded-words): Use it to decode headers which are
9288         assumed to contain addresses.
9289         (gnus-mime-delete-part): Remove useless `or'.
9290
9291         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9292         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9293         (gnus-nov-parse-line): Use it to decode From header.
9294         (gnus-get-newsgroup-headers): Ditto.
9295         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9296
9297         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9298         (mail-decode-encoded-address-string): New alias.
9299
9300         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9301         New function.
9302         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9303         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9304         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9305         (rfc2047-decode-string): Ditto.
9306         (rfc2047-decode-address-region): New function.
9307         (rfc2047-decode-address-string): New function.
9308
9309 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * message.el (message-caesar-buffer-body): Allow rotating headers.
9312
9313         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9314
9315         * message.el (message-insert-formated-citation-line): Fix %f.
9316         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9317
9318 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9321         (gnus-bookmark-mouse-available-p): New macro.
9322         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9323         (gnus-bookmark-bmenu-show-infos): Use it.
9324         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9325         (gnus-bookmark-bmenu-hide-infos): Ditto.
9326         (gnus-bookmark-remove-properties): New function.
9327         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9328         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9329         (gnus-bookmark-write-file): Bind coding-system-for-write.
9330         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9331         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9332         group before selecting it.
9333         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9334         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9335         quit-window if it is not available; use gnus-mouse-2 and bind it to
9336         gnus-bookmark-bmenu-select-by-mouse.
9337         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9338         (gnus-bookmark-bmenu-select-by-mouse): New function.
9339
9340 2006-08-13  Romain Francoise  <romain@orebokech.com>
9341
9342         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9343         space.
9344
9345 2006-08-10  Romain Francoise  <romain@orebokech.com>
9346
9347         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9348         (dns-mode-soa-auto-increment-serial): New user option.
9349         (dns-mode-soa-maybe-increment-serial): New function.
9350         (dns-mode): Add the latter to `write-contents-functions'.
9351
9352 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * compface.el (uncompface): Use binary rather than raw-text-unix.
9355
9356 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * compface.el (uncompface): Make sure the eol conversion doesn't take
9359         place when communicating with the external programs.  Reported by
9360         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9361
9362 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9365
9366 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9367
9368         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9369         Make it more robust by parsing author and date independently.
9370
9371 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9374
9375 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9376
9377         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9378         first matching secret key.
9379         (mml2015-epg-encrypt): Ditto.
9380
9381         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9382         first matching secret key.
9383         (mml1991-epg-encrypt): Ditto.
9384
9385         * mml2015.el (mml2015-encrypt-to-self): New user option.
9386         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9387         mml2015-epg-encrypt-to-self is set.
9388
9389         * mml1991.el (mml1991-encrypt-to-self): New variable.
9390         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9391         mml1991-epg-encrypt-to-self is set.
9392
9393         * mml2015.el (mml2015-signers): New user option.
9394         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9395         (mml2015-epg-encrypt): Allow to select signing keys.
9396
9397         * mml1991.el (mml1991-signers): New variable.
9398         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9399         (mml1991-epg-encrypt): Allow to select signing keys.
9400
9401 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * nnheader.el (nnheader-insert-head): Make it work even if the file
9404         uses CRLF for the line-break code.
9405
9406 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9407
9408         * mml2015.el: Require mml-sec instead of password.
9409         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9410         (mml2015-cache-passphrase): Inherit the default value from
9411         mml-secure-cache-passphrase.
9412         (mml2015-passphrase-cache-expiry): Inherit the default value from
9413         mml-secure-passphrase-cache-expiry.
9414
9415         * mml1991.el: Require mml-sec instead of password.
9416         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9417         (mml1991-cache-passphrase): Inherit the default value from
9418         mml-secure-cache-passphrase.
9419         (mml1991-passphrase-cache-expiry): Inherit the default value from
9420         mml-secure-passphrase-cache-expiry.
9421
9422         * mml-sec.el: Require password.
9423         (mml-secure-verbose): New user option.
9424         (mml-secure-cache-passphrase): New user option.
9425         (mml-secure-passphrase-cache-expiry): New user option.
9426
9427 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9428
9429         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9430         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9431         andreas@altroot.de (Andreas Vögele).
9432
9433         FIXME: Use `tiny change'?
9434
9435 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9436
9437         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9438         workaround for the url package included with Emacs.
9439
9440         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9441
9442 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9445         correctly.  This fixes a bug caused by the 2006-05-12 change.
9446
9447 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9448
9449         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9450         some information about the error when saying that the `bogus' mail
9451         group will be used.
9452
9453 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9456         string.
9457
9458 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9459
9460         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9461
9462 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9463
9464         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9465
9466 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9467
9468         * mml1991.el (mml1991-function-alist): Add epg.
9469         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9470         (mml1991-epg-encrypt): New functions.
9471
9472 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9473
9474         * mml2015.el (mml2015-verbose): New variable.
9475         (mml2015-cache-passphrase): Ditto.
9476         (mml2015-passphrase-cache-expiry): Ditto.
9477         (mml2015-function-alist): Add epg.
9478         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9479         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9480         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9481         functions.
9482
9483 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9484
9485         * message.el (message-cite-original-1): Preserve region when removing
9486         quoted text due to X-No-Archive in order to avoid bogus attribution
9487         when citing multiple messages.
9488
9489 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9490
9491         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9492         Kenneth Jacker <khj@be.cs.appstate.edu>.
9493
9494 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * gnus-diary.el (gnus-user-format-function-d)
9497         (gnus-user-format-function-D): Autoload.
9498
9499         * imap.el (Commentary): Fix typo.
9500
9501         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9502         2006-04-22 contribution.
9503
9504 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9505
9506         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9507         It didn't really fix the bogosity I'm seeing with solid web groups.
9508
9509 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9510
9511         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9512         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9513         created using server names.  If we use the feature without declaring
9514         it, Gnus does not properly manage server and group state.
9515
9516         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9517         bound.
9518
9519 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9520
9521         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9522         looking up the method using GROUP's prefix before inventing a new one.
9523         It is used on killed/unknown groups in various places where returning
9524         an all-new method isn't expected by the caller.
9525
9526         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9527         and match semantics of gnus-group-real-prefix.
9528
9529 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * nnmail.el (nnmail-broken-references-mailers): New variable.
9532         (nnmail-ignore-broken-references): New function generalizing
9533         nnmail-fix-eudora-headers.
9534         (nnmail-fix-eudora-headers): Now obsolete.
9535
9536         * gnus-art.el (gnus-button-handle-custom): Support
9537         `customize-apropos*'.
9538
9539 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540
9541         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9542
9543         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9544         articles.
9545
9546 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * message.el (message-cite-reply-above): New variable.
9549         (message-yank-original): Use it.
9550
9551 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9554
9555 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9558         as read.
9559
9560         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9561
9562 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9565         (gnus-bookmark-default-file): Use gnus-directory.
9566         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9567         Remove "*" in doc string.
9568         (gnus-bookmark-write-file): Simplify.
9569         (gnus-bookmark-maybe-sort-alist): Use `when'.
9570         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9571         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9572         FIXME about Emacs 21 and XEmacs compatibility.
9573         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9574         compatibility.
9575         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9576         compatibility.
9577         (gnus-bookmark-menu-heading): Fix version.
9578
9579 2006-06-19  Bastien Guerry  <bzg@altern.org>
9580
9581         * gnus-bookmark.el: New file.
9582
9583 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * message.el (message-syntax-checks): Doc fix.
9586
9587 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9588
9589         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9590         unsubscribed groups as if they were killed ones.  It causes duplicate
9591         entries in gnus-newsrc-alist.
9592
9593 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * message.el (message-syntax-checks): Doc fix.
9596         (message-send-mail): Add check for continuation headers.
9597         (message-check-news-header-syntax): Fix regexp used to check for
9598         continuation headers.
9599
9600 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9603
9604 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9607
9608 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9611         default-truncate-lines.
9612
9613 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9616         to fill the utf-8 entry.
9617
9618         * lpath.el: Fbind unicode-precedence-list.
9619
9620 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9621
9622         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9623
9624 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9625
9626         * gnus-agent.el (directory-files-and-attributes): Move all the way
9627         forward (the third and final move).
9628         (gnus-agent-read-agentview): Trap reconstruction errors due to
9629         nonexistant directory.  Handle by returning nil.
9630
9631 2006-05-30  Didier Verna  <didier@xemacs.org>
9632
9633         * message.el (message-dont-reply-to-names): Update the custom type.
9634         * message.el (message-dont-reply-to-names): New defsubst: potentially
9635         convert a list of regexps into a single one.
9636         * message.el (message-get-reply-headers): Use it.
9637         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9638
9639 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-agent.el (directory-files-and-attributes): Move forward.
9642
9643 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * gnus-ml.el (gnus-mailing-list-subscribe)
9646         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9647         (gnus-mailing-list-message): Fix doc strings.
9648
9649 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9650
9651         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9652         of doing it manually.
9653
9654 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9657         comment.
9658
9659 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9660
9661         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9662         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9663         (gnus-agent-read-local): All symbols allocated in my-obarray.
9664         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9665         (gnus-agent-regenerate-group): Check numeric names to see if they are
9666         messages or groups.
9667         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9668         better way of do this...)
9669
9670         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9671         'dummy.group' (there should be a better way of do this...)
9672
9673 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9676         (gnus-saved-headers): Ditto.
9677         (gnus-default-article-saver): Mention functions may have properties.
9678         (gnus-article-save): Override gnus-save-all-headers and
9679         gnus-saved-headers by :headers property which saver function may have.
9680         (gnus-summary-save-in-file): Add :headers property.
9681         (gnus-summary-write-to-file): Ditto.
9682
9683         * gnus-sum.el (gnus-summary-save-article): Bind
9684         gnus-prompt-before-saving to t when saving many articles in a file;
9685         always show all headers.
9686
9687         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9688
9689 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9692         marks.
9693
9694         * message.el (message-indent-citation): Add optional arguments to allow
9695         using it outside of message buffers.
9696
9697         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9698         (gnus-article-treat-unfold-headers): Use it.
9699         (gnus-article-truncate-lines): New variable.
9700         (gnus-article-mode): Use it.
9701         (gnus-article-toggle-truncate-lines): New function.
9702
9703         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9704         gnus-article-toggle-truncate-lines.
9705
9706         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9707         coding system in XEmacs, use binary.
9708
9709 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9712         after-load-alist.
9713
9714         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9715         this function should save decoded articles.
9716         (gnus-summary-write-to-file): Use property to specify this function
9717         should save decoded articles and specify gnus-summary-save-in-file
9718         should be used to save articles other than the first one when saving
9719         many articles.
9720         (gnus-summary-save-body-in-file): Use property to specify this
9721         function should save decoded articles.
9722         (gnus-summary-write-body-to-file): Use property to specify this
9723         function should save decoded articles and specify
9724         gnus-summary-save-body-in-file should be used to save articles other
9725         than the first one when saving many articles.
9726
9727         * gnus-sum.el (gnus-summary-save-article): Simplify.
9728
9729 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-art.el (gnus-default-article-saver): Add
9732         gnus-summary-write-body-to-file.
9733         (gnus-article-save-coding-system): Don't use coding system object
9734         in XEmacs.
9735         (gnus-read-save-file-name): Add optional `dir-var' argument which
9736         specifies directory in which files are saved; work even if optional
9737         `variable' argument is not specified.
9738         (gnus-summary-write-to-file): Read file name.
9739         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9740         (gnus-summary-write-body-to-file): New function.
9741
9742         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9743         (gnus-summary-local-variables): Add it.
9744         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9745         (gnus-summary-save-article): Remove optional `decode' argument;
9746         determine whether to decode articles by the value of
9747         gnus-default-article-saver; when saving many files using
9748         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9749         it first and use gnus-summary-save-in-file or
9750         gnus-summary-save-body-in-file thereafter unless
9751         gnus-prompt-before-saving is always; move point to article which
9752         will be saved.
9753         (gnus-summary-save-article-file): Revert.
9754         (gnus-summary-write-article-file): Revert.
9755         (gnus-summary-save-article-body-file): Revert.
9756         (gnus-summary-write-article-body-file): New function.
9757
9758 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-art.el (gnus-default-article-saver): Doc fix.
9761         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9762         from gnus-summary-save-article-coding-system, and default to a
9763         certain coding system.
9764         (gnus-output-to-file): Add coding cookie and encode text according
9765         to gnus-article-save-coding-system; don't use mm-append-to-file.
9766
9767         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9768         gnus-art.el and rename to gnus-article-save-coding-system.
9769         (gnus-summary-save-article): Require gnus-art; don't show all
9770         headers if it decodes articles; don't add coding cookie here;
9771         don't bind mm-text-coding-system-for-write.
9772         (gnus-summary-save-article-file): Save decoded articles.
9773         (gnus-summary-write-article-file): When saving many files, use
9774         gnus-summary-write-to-file first and gnus-summary-save-in-file
9775         thereafter unless gnus-prompt-before-saving is always.
9776         (gnus-summary-save-article-body-file): Save decoded articles.
9777
9778         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9779
9780 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * nnrss.el (nnrss-check-group): Bind hash-index.
9783
9784 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9785
9786         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9787         its hash index.  Store this hash in `nnrss-group-data'.
9788         (nnrss-read-group-data): Update accordingly.
9789
9790 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9793         entry.
9794
9795         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9796         gnus-article-browse-html-article.
9797
9798 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9799
9800         * gnus-sum.el (gnus-summary-mime-map): Add
9801         gnus-article-browse-html-article.
9802
9803         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9804
9805 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9808         suitable coding systems in customize.
9809
9810 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * mail-source.el (mail-sources): Fix custom type.
9813
9814 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9817         (gnus-summary-expire-articles-now): Shorten prompt.
9818
9819         * gmm-utils.el (wid-edit): Require.
9820         (defun-gmm): Renamed from `gmm-defun-compat'.
9821         (gmm-image-search-load-path): Use it.
9822         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9823
9824 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9827         variable.
9828         (gnus-summary-save-article): Add optional `decode' argument.  If
9829         it is set and gnus-summary-save-article-coding-system is non-nil,
9830         save decoded article.
9831         (gnus-summary-write-article-file): Save decoded article if
9832         gnus-summary-save-article-coding-system is non-nil.
9833
9834         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9835         type.
9836
9837 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9840
9841 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9844         first to test gnus-single-article-buffer which may be buffer-local.
9845
9846         * gnus-sum.el (gnus-summary-setup-buffer): Make
9847         gnus-single-article-buffer buffer-local and nil in ephemeral
9848         group; make gnus-article-buffer, gnus-article-current, and
9849         gnus-original-article-buffer always buffer-local.
9850         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9851         group.
9852         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9853
9854 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * nnml.el (nnml-request-compact-group): Compressed files might not
9857         have .gz extension.
9858
9859 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9860
9861         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9862         (mm-copy-to-buffer): Use with-current-buffer.
9863         (mm-display-part): Simplify.
9864         (mm-inlinable-p): Add optional arg `type'.
9865
9866 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9867
9868         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9869         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9870         Try harder to show the attachment internally or externally using
9871         gnus-mime-view-part-as-type.
9872
9873 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * message.el (message-from-style, message-signature-separator)
9876         (message-user-organization-file, message-send-mail-function)
9877         (message-citation-line-function, message-yank-prefix)
9878         (message-indent-citation-function, message-signature)
9879         (message-signature-file, message-signature-insert-empty-line):
9880         Remove autoloads.
9881
9882         * gnus-art.el (gnus-buttonized-mime-types): Remove
9883         "multipart/signed".  Revert 2006-04-26 change.
9884
9885 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9886
9887         * gnus.el (gnus-version-number): Bump version.
9888
9889 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9890
9891         * gnus.el: No Gnus v0.5 is released.
9892
9893 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9894
9895         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9896         fetching articles by message-id.
9897
9898 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * message.el (hashcash): Require hashcash as normal.
9901
9902         * ecomplete.el (ecomplete-highlight-match-line): Use
9903         point-at-eol.
9904         (ecomplete-highlight-match-line): Use `highlight', because that
9905         face exists in both Emacs and XEmacs.
9906
9907         * message.el (message-display-abbrev): Use point-at-bol.
9908
9909         * mail-source.el: Don't require timer/timer-funcs.
9910
9911         * gnus-async.el: Ditto.
9912
9913         * password.el: Ditto.
9914
9915         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9916
9917         * mm-url.el: Ditto.
9918
9919         * gnus-xmas.el: Don't require timer-funcs.
9920
9921         * mm-util.el: Require timer/timer-funcs.
9922
9923 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9924
9925         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9926         Close.
9927
9928 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9931         unibyte after clear-decrypt function runs.
9932
9933         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9934         returns as a unibyte string.
9935
9936 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * lpath.el: Revert.
9939
9940         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9941         (pgg-gpg-process-sentinel): Revert.
9942
9943         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9944         (pgg-pgp-lookup-key): Revert.
9945
9946         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9947         (pgg-pgp5-lookup-key): Revert.
9948
9949         * pgg.el (pgg-fetch-key): Revert.
9950
9951 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * lpath.el: Fbind string-as-multibyte for XEmacs.
9954
9955         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9956         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9957         (mml1991-pgg-encrypt): Ditto.
9958
9959         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9960         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9961         a multibyte buffer.
9962
9963         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9964         (pgg-pgp-lookup-key): Ditto.
9965
9966         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9967         (pgg-pgp5-lookup-key): Ditto.
9968
9969         * pgg.el (pgg-fetch-key): Ditto.
9970
9971 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9972
9973         * message.el (message-user-organization-file): Check several
9974         locations of the organization file.
9975
9976         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9977         Add gnus-article-view-part-as-type.
9978
9979         * gnus-art.el (gnus-article-view-part-as-type): New function.
9980
9981         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9982         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9983
9984         * mml.el: Simplify autoload.
9985         (mml-mode): defvar dnd-protocol-alist instead of using
9986         symbol-value.
9987         (mml-default-directory): New variable.
9988         (mml-minibuffer-read-file): Use it.
9989         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9990
9991         * message.el (message-citation-line-format): New variable.
9992         (message-insert-formated-citation-line): New function.
9993         (message-citation-line-function): Add
9994         `message-insert-formated-citation-line' to custom type.
9995
9996         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9997         to doc string.
9998
9999         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10000         depending on mm-verify-option.
10001
10002 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10005         binding pgg-* variables; reimplement the section which prevents
10006         MIME header from being signed.
10007         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10008         pgg-text-mode; remove a blank line at the top of body.
10009
10010         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10011         lines at the top of body; use gnus-newsgroup-charset if there's no
10012         Charset header.
10013
10014 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * message.el (message-self-insert-commands): Doc fix.
10017
10018         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10019         (mm-uu-pgp-encrypted-test): Ditto.
10020         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10021         between header and body; return application/pgp-encrypted handle
10022         if decryption failed; decode decrypted body by charset.
10023
10024         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10025         element match to application/pgp-*.
10026
10027 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10028
10029         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10030         HTML.
10031
10032 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033
10034         * mail-source.el (mail-source-call-script): Message the error
10035         string.
10036
10037 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * gnus-util.el (gnus-byte-compile): Use it.
10040
10041 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10042
10043         * gnus-util.el (kill-empty-logs): New function.
10044
10045 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046
10047         * message.el (message-mail-alias-type): Doc fix.
10048         (message-mail-alias-type-p): New function.
10049         (message-send): Use it.
10050         (message-mode): Ditto.
10051         (message-strip-forbidden-properties): Ditto.
10052
10053         * ecomplete.el (ecomplete-database-file-coding-system): New
10054         variable.
10055         (ecomplete-save): Use it.
10056         (ecomplete-setup): Use it.
10057
10058 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * message.el (message-self-insert-commands): New variable.
10061         (message-strip-forbidden-properties): Use it.
10062
10063 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10064
10065         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10066         that doesn't make XEmacs choke.
10067
10068 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10069
10070         * gnus-util.el (gnus-replace-in-string):
10071         Prefer replace-regexp-in-string over of replace-in-string.
10072
10073 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-util.el (gnus-select-frame-set-input-focus):
10076         Use select-frame-set-input-focus if it is available in XEmacs; use
10077         definition defined in Emacs 22 for old Emacsen.
10078
10079         * dgnushack.el: Autoload unmorse-region for XEmacs.
10080
10081         * lpath.el: Bind cursor-in-non-selected-windows and
10082         select-frame-set-input-focus for XEmacs.
10083
10084 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10087
10088 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10089
10090         * gnus-registry.el (gnus-registry-cache-save): Remove text
10091         properties when saving via the temp buffer.
10092
10093 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * message.el (message-generate-hashcash): Honor custom type.
10096
10097 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10098
10099         * message.el (message-generate-hashcash): Default to non-nil when
10100         hashcash is found.
10101
10102         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10103         (gnus-refer-thread-limit): Increase default to 500.
10104
10105         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10106
10107         * flow-fill.el (fill-flowed): Allow delete-space.
10108
10109 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10112         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10113         Remove autoloads.
10114
10115 2006-04-18  Simon Josefsson  <jas@extundo.com>
10116
10117         * message.el (message-generate-hashcash): Default to.
10118
10119 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10122         concatenating segments rather than before concatenating them.
10123
10124 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10127
10128 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10131
10132         * message.el (message-forward-make-body-plain): Allow
10133         message-forward-ignored-headers to be a list.
10134         (message-remove-ignored-headers): Factor out into function.
10135         (message-forward-make-body-mml): Use it.
10136
10137         * imap.el (imap-quote-specials): New function.
10138         (imap-login-auth): Quote specials.
10139
10140         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10141         (rfc2231-parse-string): Allow concatanation of parameters that
10142         aren't contiguous.  The test case is
10143           (mail-header-parse-content-type "message/external-body;
10144             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10145             access-type=LOCAL-FILE;
10146             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10147
10148 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10149
10150         * nntp.el (nntp-accept-process-output): Return the value of
10151         `nnheader-accept-process-output'.
10152
10153 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10156         (gnus-button-alist): Recognize more diff formats.
10157         (gnus-button-patch): Strip directory.
10158
10159 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10162         Emacs 22 when setting focus.
10163
10164 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10165
10166         * gnus-art.el (gnus-article-treat-types): Do treatment of
10167         text/x-verbatim parts.
10168         (gnus-button-patch): New command.
10169
10170         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10171         addresses that contain invalid characters.
10172
10173 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * message.el (message-put-addresses-in-ecomplete): Use
10176         gnus-replace-in-string.
10177         (message-is-yours-p): Use the more correct
10178         mail-header-parse-address instead of
10179         mail-extract-address-components.
10180         (message-put-addresses-in-ecomplete): Fix typo.
10181
10182         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10183         keystroke.
10184
10185         * gnus-art.el (gnus-treatment-function-alist): Change order of
10186         newsgroups/generic header folding to avoid double-folding.
10187
10188         * message.el (message-hidden-headers): Add X-Draft-From.
10189
10190         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10191         command.
10192         (gnus-summary-repeat-search-article-backward): New command.
10193
10194         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10195         groups in the parent topic.
10196
10197 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10198
10199         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10200         (spam-extra-header-to-number): Return the CRM114 number as a
10201         number instead of a string.
10202
10203 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * gnus-art.el (gnus-face-properties-alist): Moved here from
10206         gnus-fun.
10207
10208         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10209
10210 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10211
10212         * message.el (message-strip-forbidden-properties): Only display on
10213         self-insert-command.
10214
10215         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10216         reindent.
10217         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10218
10219 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10220
10221         * smiley.el (smiley-style): Fix typo.
10222
10223 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10224
10225         * hashcash.el (hashcash-insert-payment-async-2): Use
10226         message-goto-eoh instead of doing it manually.
10227         (mail-add-payment): Use message-narrow-to-header instead of trying
10228         to do the same itself.
10229
10230         * message.el (message-hidden-headers): Add Face.
10231
10232         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10233         reparenting code.
10234         (gnus-summary-reparent-children): Refactored out code.
10235         (gnus-summary-thread-map): New keystroke.
10236         (gnus-summary-reparent-children): Make into command.
10237
10238         * smiley.el (smiley-style): Default to `medium' if using a large
10239         font.
10240
10241         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10242         does it itself.
10243
10244         * message.el (message-point-in-header-p): Simplify definition.
10245
10246 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247
10248         * nnagent.el (nnagent-request-set-mark): Silence log file
10249         writing.
10250         (nnagent-request-set-mark): Use write-region instead of
10251         append-to-file.
10252
10253         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10254         strange select method.
10255
10256         * ecomplete.el (ecomplete-display-matches): Get highlightling
10257         right.
10258         (ecomplete-display-matches): Use literals.
10259         (ecomplete-display-matches): Disable message logging.
10260
10261         * message.el (message-display-abbrev): Small optimization.
10262
10263         * ecomplete.el (ecomplete-display-matches): Allow automatic
10264         display.
10265
10266         * message.el (message-strip-forbidden-properties): Display
10267         abbrevs.
10268         (message-display-abbrev): Get automatic display right.
10269
10270         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10271         keystrokes.
10272
10273 2006-04-13  Romain Francoise  <romain@orebokech.com>
10274
10275         TODO: Backport to v5-10!
10276
10277         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10278         Moved here (and renamed) from gnus-registry.el.
10279
10280         * gnus-registry.el: Require gnus-util.
10281         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10282
10283 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10284
10285         * gnus-group.el (gnus-group-catchup-current): Change
10286         if-then-else-if-then-else into cond.
10287         (gnus-group-catchup): Indent.
10288         (group-name-at-point): New function.
10289         (gnus-fetch-group): Provide default from thing at point.
10290
10291 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292
10293         * message.el (message-display-abbrev): Fix regexp.
10294
10295         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10296         choosing.
10297         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10298         dead variables.
10299
10300         * message.el (message-newline-and-indent): Remove debugging.
10301         (message-display-abbrev): Use new implementation.
10302
10303 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * gnus-art.el (gnus-article-mode): Set
10306         cursor-in-non-selected-windows to nil.
10307
10308         * smiley.el: Revert previous change.
10309         (smiley-data-directory): defvar it before using it in the
10310         defcustom of `smiley-style'.
10311
10312 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * message.el (message-newline-and-indent): New function.
10315
10316         * ecomplete.el: Implement more bits.
10317
10318         * message.el (message-put-addresses-in-ecomplete): Clean up the
10319         string.
10320
10321         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10322
10323         * gnus-sum.el (gnus-summary-save-parts): Bind
10324         gnus-summary-save-parts-counter and use it to make unique file
10325         names.
10326
10327         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10328
10329         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10330         parameter to say whether to actually parse the individual
10331         addresses.
10332
10333         * message.el (message-put-addresses-in-ecomplete): New function.
10334         (ecomplete): Require.
10335         (message-mail-alias-type): Add ecomplete as an option.
10336
10337 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10338
10339         * flow-fill.el (fill-flowed): Remove trailing space from blank
10340         quoted lines.
10341
10342 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * smiley.el (smiley-style): Move definition later to avoid a
10345         compilation warning.
10346
10347 2006-04-12  Kenichi Handa  <handa@m17n.org>
10348
10349         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10350         buffer and then decode the buffer text if necessary.
10351         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10352         first, and after mm-encode-body, change the buffer to unibyte.
10353         Use mm-disable-multibyte instead of set-buffer-multibyte.
10354
10355 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10358         Content-Type header instead of Content-Disposition header.
10359         (gnus-mime-inline-part): Ditto.
10360         (gnus-mime-view-part-as-charset): Ignore charset that the part
10361         specifies.
10362
10363         * mm-decode.el (mm-display-part): Work with external parts and
10364         usual parts similarly.
10365
10366         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10367         instead of gnus-display-mime.
10368
10369         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10370         instead of with-temp-buffer.
10371
10372         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10373         tag to summarized topics part in order to encode non-ASCII text.
10374
10375 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * smiley.el (smiley-style): New variable.
10378         (smiley-directory): New function.
10379         (smiley-data-directory): Derive from `smiley-style' using
10380         `smiley-directory'.
10381         (smiley-regexp-alist): Add new entries.
10382
10383         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10384         (gnus-article-browse-delete-temp): Add :version.
10385
10386 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10387
10388         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10389         the sieve region.
10390
10391 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10392
10393         * gnus.el (gnus-version-number): Bump version.
10394
10395 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus.el: No Gnus v0.4 is released.
10398
10399 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400
10401         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10402         layout.
10403
10404         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10405         unknown charset.
10406
10407         * message.el (message-header-synonyms): Add Original-To to the
10408         default.
10409
10410         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10411         optional parameter.
10412
10413 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * gnus-fun.el (gnus): Require it for gnus-directory.
10416
10417 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10420
10421 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10422
10423         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10424
10425 2006-04-05  Simon Josefsson  <jas@extundo.com>
10426
10427         * password.el (password-reset): New function.
10428
10429 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10430
10431         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10432         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10433
10434 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10435
10436         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10437         Some whitespace was matched into the url, which broke browsing hits
10438         > 100 when mm-url-use-external was nil.
10439
10440 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10443         gnus-extra-headers for 'Newsgroups.
10444
10445         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10446         bound.
10447
10448 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10449
10450         * pgg-gpg.el: Clean up process buffers every time gpg processes
10451         complete.
10452
10453 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10456         doc string.
10457
10458 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10459
10460         * pgg-gpg.el (pgg-gpg-process-filter)
10461         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10462
10463         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10464         lines, temporary fix.
10465
10466 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10469
10470 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10471
10472         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10473         default-enable-multibyte-characters.  This reverts the change from
10474         revision 6.17 which is no longer necessary because the passphrase
10475         is sent separately now.  GnuPG messages are unreadable under
10476         multibyte locales with default-enable-multibyte-characters set to
10477         nil.
10478
10479 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * message.el (message-tool-bar-gnome): Move "spell".
10482
10483 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10486         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10487         instead.
10488
10489 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10490
10491         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10492         newsgroups handling for NNTP overviews which don't include
10493         Newsgroups.
10494
10495 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10496
10497         * message.el (message-resend): Bind message-generate-hashcash to nil.
10498
10499 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10500
10501         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10502         when searching for already-paid recipients.
10503
10504 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10505
10506         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10507         passphrases when it is not needed.
10508         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10509         passphrase stuff from gpg, should only be necessary when you use
10510         gpg with a smartcard.
10511
10512 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * mml.el (mml-insert-mime): Ignore cached contents of
10515         message/external-body part.
10516
10517         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10518         (mm-insert-part): Ditto.
10519
10520 2006-03-23  Simon Josefsson  <jas@extundo.com>
10521
10522         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10523         Reiner.
10524         (pgg-gpg-use-agent-p): Use it again.
10525
10526 2006-03-23  Simon Josefsson  <jas@extundo.com>
10527
10528         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10529         older emacsen.
10530         (pgg-gpg-use-agent-p): Don't use it.
10531
10532 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10535         if we can.
10536
10537 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10538
10539         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10540         (pgg-gpg-update-agent): New function.
10541         (pgg-gpg-use-agent-p): New function.
10542         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10543         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10544         (pgg-gpg-sign-region): Use it.
10545
10546 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10549         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10550
10551 2006-03-21  Simon Josefsson  <jas@extundo.com>
10552
10553         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10554         <wilde@sha-bang.de>.
10555         (pgg-gpg-use-agent): New variable.
10556         (pgg-gpg-process-region): Use it.
10557         (pgg-gpg-encrypt-region): Likewise.
10558         (pgg-gpg-encrypt-symmetric-region): Likewise.
10559         (pgg-gpg-decrypt-region): Likewise.
10560         (pgg-gpg-sign-region): Likewise.
10561         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10562
10563 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10566
10567         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10568         Add comment on version.
10569
10570 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * smiley.el: Add missing test smiley.
10573
10574 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * mm-decode.el (mm-with-part): New macro.
10577         (mm-get-part): Use it; work with message/external-body as well.
10578         (mm-save-part): Treat name and filename equally.
10579
10580         * mm-extern.el (mm-extern-cache-contents): New function.
10581         (mm-inline-external-body): Use it; force the part to be displayed;
10582         move undisplayer added to the cached handle to the parent.
10583
10584         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10585         (gnus-mime-view-part-as-type): Work with message/external-body.
10586
10587         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10588
10589 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10592         images in image-load-path.  [Sync with image.el, revision 1.60, in
10593         Emacs.]
10594
10595 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10598         path rather than symbol.  Always return list of directories.
10599         Guarantee that image directory comes first.  [Sync with image.el,
10600         revision 1.59, in Emacs.]
10601
10602         * message.el (message-make-tool-bar): Adjust to new API of
10603         `gmm-image-load-path-for-library'.
10604
10605         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10606
10607         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10608
10609 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10610
10611         * gnus-art.el (gnus-article-only-boring-p):
10612         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10613         intangible text.
10614         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10615
10616 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10619         `defun' instead of `gmm-defun-compat'.
10620
10621 2006-03-14  Simon Josefsson  <jas@extundo.com>
10622
10623         * message.el (message-unique-id): Don't use message-number-base36
10624         if (user-uid) is a float.
10625         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10626
10627 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10630
10631         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10632         empty line between a part and a message part.
10633
10634 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * smiley.el: Add more test smileys.
10637         (smiley-data-directory, smiley-regexp-alist)
10638         (gnus-smiley-file-types): Fix doc strings.
10639         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10640         adding new elements.
10641         (smiley-mouse-map): Unused code.  Make it a comment.
10642
10643 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10646         scan latest NoCeM messages instead of old ones.
10647         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10648         delimiters that are recently used.
10649         (gnus-nocem-load-cache): Add autoload cookie.
10650
10651         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10652
10653         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10654         level which is larger than gnus-use-nocem is specified.
10655
10656         * gnus-group.el (gnus-group-get-new-news): Ditto.
10657
10658 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gnus-util.el (gnus-tool-bar-update): New function.
10661
10662         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10663         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10664
10665         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10666
10667         * gnus-group.el (gnus-group-redraw-when-idle)
10668         (gnus-group-redraw-check): Remove.
10669         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10670
10671 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10674         if optional last element is specified in splits (FIELD VALUE...).
10675
10676 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10679         to gmm-image-load-path-for-library.  Call with no-error argument.
10680         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10681
10682         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10683
10684         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10685
10686         * gmm-utils.el (gmm-image-load-path): Remove alias.
10687
10688 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * gmm-utils.el (gmm-image-load-path): Add alias.
10691
10692         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10693         nnml-generate-nov-databases-1.
10694         (nnml-generate-nov-databases): Use it.
10695         (nnml-generate-nov-databases-directory): Document no-active
10696         argument.
10697
10698         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10699         directory if path is t.  Add no-error.
10700
10701         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10702         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10703
10704         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10705         resetting gnus-article-browse-html-temp-list.
10706
10707         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10708         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10709         Add example to docstring.  Rename local variables.  Move error
10710         checks to default case in cond and simplify.
10711
10712 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10715         handle is multipart when calling it recursively.
10716         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10717
10718 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10719
10720         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10721         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10722
10723 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10726         is loaded.
10727
10728         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10729         loaded.
10730
10731 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10734         to "Emacs 23 (unicode)" in doc string.
10735
10736         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10737         "Emacs 23 (unicode)" in comment.
10738
10739 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10742
10743         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10744         characters 160 through 255 in Emacs 23.
10745
10746 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10749         gnus-article-browse-html-temp.
10750         (gnus-article-browse-delete-temp): Make it customizable.  Add
10751         `file'.  Adjust doc string.
10752         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10753         query for each file.  Adjust doc string.
10754         (gnus-article-browse-html-parts): Add
10755         `gnus-article-browse-delete-temp-files' to
10756         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10757
10758 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10759
10760         * gnus-art.el (gnus-article-browse-html-temp)
10761         (gnus-article-browse-delete-temp): New variables.
10762         (gnus-article-browse-delete-temp-files): New function.
10763         (gnus-article-browse-html-parts): Use it.
10764
10765 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10768
10769         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10770         string.
10771
10772         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10773         gnus-summary-insert-new-articles when unplugged.  Remove
10774         gnus-summary-search-article-forward.
10775
10776         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10777         display-visual-class instead of display-color-cells.
10778
10779 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * dgnushack.el: Autoload customize-group for XEmacs.
10782
10783         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10784         message/* containing non-ASCII text properly.
10785
10786 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10787
10788         * message.el: Require gmm-utils, remove autoloads.
10789         (message-tool-bar): Set default based on
10790         gmm-tool-bar-style.
10791         (message-tool-bar-gnome): Add gmm-customize-mode.
10792
10793         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10794         gmm-tool-bar-style.
10795         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10796
10797         * gnus-group.el (gnus-group-tool-bar): Set default based on
10798         gmm-tool-bar-style.
10799         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10800
10801         * gmm-utils.el (gmm-image-directory): Rename variable from
10802         gmm-image-load-path.
10803         (gmm-image-load-path): Use gmm-image-directory.
10804         (gmm-customize-mode): New function.
10805         (gmm-tool-bar-style): New variable.
10806
10807         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10808         gnus-group-redraw-line-number.
10809         (gnus-group-redraw-check): Simplify.
10810         (gnus-group-tool-bar-update): Remove redraw check.
10811         (gnus-group-make-tool-bar): Add redraw check.
10812
10813 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10814
10815         * gnus-art.el (gnus-button): Add missing parentheses.
10816
10817 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * lpath.el: Fbind line-number-at-pos.
10820
10821 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10824
10825 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * gnus-art.el (gnus-button): New face.
10828         (gnus-article-button-face): Use it.
10829
10830         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10831         gnus-summary-next-page.  Re-order.
10832
10833         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10834         next-node are now included.
10835         (gnus-group-redraw-line-number): New internal variable.
10836         (gnus-group-redraw-check): Helper function for updating the tool
10837         bar.
10838         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10839
10840         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10841
10842         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10843         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10844         Use it to match format of Spamassassin 3.0 and later.  Reported by
10845         IRIE Tetsuya <irie@t.email.ne.jp>.
10846         (spam-check-bogofilter)
10847         (spam-bogofilter-register-with-bogofilter): Fix args of
10848         `gnus-error' calls.
10849
10850 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10853         unnecessary interaction when sending queued mails.  Reported by
10854         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10855
10856 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10859         first or last are nil.
10860
10861 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10862
10863         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10864
10865 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10868
10869 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10870
10871         * dns.el (query-dns): Protect more against buggy tcp output.
10872
10873 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10876         nov.php.
10877
10878 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10879
10880         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10881         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10882         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10883         output on the server side.
10884         (nnweb-google-create-mapping): Update regexps and add some
10885         progress indication.
10886
10887 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10890         gnus-agent-toggle-plugged.  Re-order icons.
10891         (gnus-group-tool-bar-gnome): Add
10892         gnus-group-{prev,next}-unread-group.
10893         (gnus-group-tool-bar-gnome): Re-order icons.
10894
10895         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10896         gnus-summary-insert-new-articles.
10897
10898         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10899         comments.
10900
10901         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10902         also available in Emacs 21.3.
10903
10904         * message.el (message-fix-before-sending): Change "Emacs 22" to
10905         "Emacs 23 (unicode)" in comment.
10906
10907         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10908         "Emacs 23 (unicode)" in comment.
10909
10910         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10911         comment.
10912         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10913
10914         * mm-view.el (mm-fill-flowed): Add :version.
10915
10916 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10919         and load-path.
10920
10921 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * message.el: Autoload gmm-image-load-path.
10924         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10925         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10926         consitency.
10927
10928         * gmm-utils.el (gmm-image-load-path): Also search in
10929         "../etc/images".  Don't set gmm-image-load-path if we don't find
10930         the image.
10931
10932 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * gmm-utils.el (gmm-image-load-path): Don't make
10935         `gmm-image-load-path' include subdirectories which the second arg
10936         `image' might specify.
10937
10938         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10939         subdirectory to icon file names.
10940
10941         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10942
10943 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10946         gmm-image-load-path calls.
10947
10948         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10949
10950         * message.el (message-make-tool-bar): Ditto.
10951
10952         * mml.el (mml-preview): Added comment concerning tool bar icons.
10953
10954         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10955         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10956
10957         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10958         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10959
10960         * message.el (message-tool-bar-gnome): Use new icon names.
10961         (message-make-tool-bar): Use `gmm-image-load-path'.
10962
10963         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10964         functions from MH-E.
10965         (gmm-image-load-path): New variable from MH-E.
10966         (gmm-image-load-path): New function from MH-E.  Added arguments
10967         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10968         *-image-load-path-called-flag.
10969
10970 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10971
10972         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10973
10974 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10975
10976         * nnimap.el (nnimap-request-move-article): Change folder back to
10977         source group before deleting.
10978
10979 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10982
10983         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10984         mm-url.
10985
10986         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10987
10988 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10991         coding system which mm-charset-to-coding-system returns for a
10992         given charset is valid.
10993
10994 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10995
10996         * html2text.el (html2text-remove-tag-list):
10997         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10998
10999 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11000
11001         * gnus-cus.el: Revert 2005-10-17 change.
11002
11003 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * gnus-art.el (article-strip-banner): Call
11006         article-really-strip-banner only when the regexp match is made.
11007
11008 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-art.el (article-strip-banner): Use
11011         gnus-extract-address-components instead of
11012         mail-header-parse-addresses to make it work with non-ASCII text;
11013         remove mail-encode-encoded-word-string.
11014
11015         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11016         values which are surrounded with \"...\"; make it never cause a
11017         Lisp error; give up parsing of parameters if it failed in
11018         extracting type.
11019
11020 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11021
11022         * smime.el (smime-cert-by-ldap-1): Fix bug where
11023         `smime-ldap-search' returns results without userCertificates.
11024
11025 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11028
11029 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * spam.el (spam-check-spamassassin-headers): Adapt format for
11032         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11033         <ari@mbf.ocn.ne.jp>.
11034         (spam-list-of-processors): Add spam-use-gmane.
11035
11036 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11039         make-temp-file; make it work with XEmacs as well.
11040
11041         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11042         mm-make-temp-file.
11043
11044         * mm-decode.el (mm-display-external): Use the 3rd arg of
11045         mm-make-temp-file.
11046         (mm-create-image-xemacs): Ditto.
11047
11048 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11051         with message-narrow-to-headers.
11052         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11053         (gnus-draft-check-draft-articles): New function.
11054         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11055
11056 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus-art.el (gnus-article-browse-html-parts):
11059         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11060         Don't use suffix argument for mm-make-temp-file for Emacs 21
11061         compatibility.  Remove useless `format'.
11062
11063 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11064
11065         * nnweb.el (nnweb-google-wash-article): Update regexps.
11066         (nnweb-group-alist): Use defvoo instead of defvar.
11067
11068 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11071         re-loading nn* modules.
11072
11073 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11076         for `tool-bar-mode' and don't check it's default-value.
11077
11078         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11079
11080         * message.el (message-make-tool-bar): Ditto.
11081
11082         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11083         `substring'.  Shorten tmp-file name.
11084
11085         * gnus.el: Remove bogus comment.
11086
11087 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11088
11089         * gnus-art.el (gnus-article-browse-html-parts): New function.
11090         (gnus-article-browse-html-article): New function for viewing html
11091         articles with a browser.
11092
11093 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11094
11095         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11096         in elisp.
11097         (pgg-gpg-encrypt-symmetric-region): Ditto.
11098         (pgg-gpg-sign-region): Ditto.
11099
11100         * pgg-def.el (pgg-text-mode): New variable.
11101
11102         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11103         (mml2015-pgg-encrypt): Ditto.
11104
11105         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11106         (mml1991-pgg-encrypt): Ditto.
11107
11108 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11111         message-make-date instead of current-time-string.
11112
11113         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11114         to gnus-decoded which mm-uu might set.
11115
11116 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11119         don't decode quoted parameters; remove misimported Emacs code.
11120         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11121         (rfc2231-decode-encoded-string): Don't use split-string which
11122         behaves differently according to Emacs version; use
11123         mm-decode-coding-region to convert charset to coding-system.
11124         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11125         (rfc2231-encode-string): Remove misimported Emacs code.
11126
11127 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11130         when calling mail-header-parse-content-type.
11131         (article-de-quoted-unreadable): Ditto.
11132         (article-de-base64-unreadable): Ditto.
11133         (article-wash-html): Ditto.
11134
11135         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11136         calling mail-header-parse-content-type and
11137         mail-header-parse-content-disposition.
11138         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11139         mail-header-parse-content-type.
11140
11141         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11142         insert charset and format parameters; encode description after
11143         inserting it to buffer.
11144         (mml-insert-parameter): Fold lines properly even if a parameter is
11145         segmented into two or more lines; change the max column to 76.
11146
11147         * rfc1843.el (rfc1843-decode-article-body): Don't use
11148         ignore-errors when calling mail-header-parse-content-type.
11149
11150         * rfc2231.el (rfc2231-parse-string): Return at least type if
11151         possible; don't cause an error even if it fails in parsing of
11152         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11153         (rfc2231-encode-string): Don't break lines at the beginning, leave
11154         it to mml-insert-parameter.
11155
11156         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11157         calling mail-header-parse-content-type.
11158
11159 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * spam-report.el (spam-report-gmane-use-article-number):
11162         Improve doc string.
11163         (spam-report-gmane-internal): Check if a suitable header was found
11164         in the article.
11165
11166 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11169         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11170
11171 2006-02-05  Romain Francoise  <romain@orebokech.com>
11172
11173         Update copyright notices of all files in the gnus directory.
11174
11175 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11176
11177         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11178
11179 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11182         segmented lines of parameter value to cope with Thunderbird 1.5
11183         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11184         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11185         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11186
11187 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11188
11189         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11190         parts.
11191
11192 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11193
11194         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11195         there's only one active file for all servers.
11196         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11197         solid groups.  Gnus might have used a FAST request to select the group.
11198         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11199         and nnweb-search redundantly in the active file.
11200         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11201         (nnweb-request-create-group): Don't use ARGS.
11202         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11203         initialisations.  Let nnoo do the work.
11204
11205 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11208         Say the part has been decoded.
11209
11210         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11211
11212 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11213
11214         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11215         mailcap-viewer-test-cache when there's no 'test clause, since that
11216         will invert the meaning of a "nil" test previously determined by
11217         mailcap-mailcap-entry-passes-test.
11218
11219 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11222         compiling.
11223
11224         * gnus-sum.el: Ditto.
11225
11226         * message.el: Don't bind tool-bar-map when compiling.
11227
11228 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11231
11232 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11233
11234         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11235         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11236         current Google Groups.
11237
11238 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11241         and tool-bar-mode.
11242
11243         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11244         and tool-bar-mode.
11245
11246         * message.el (message-tool-bar-update): Simplify.
11247         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11248
11249         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11250         gnus-summary-buffer.
11251         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11252         gnus-summary-reply.
11253
11254         * gmm-utils.el (gmm): Add :version.
11255
11256 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * Makefile.in (clean): New rule.
11259         (distclean): Use it.
11260
11261 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11262
11263         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11264         autoload.
11265
11266 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gmm-utils.el (gmm-verbose): Add :group.
11269
11270 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * message.el: Change some comments WRT tool-bars.
11273
11274         * gnus-sum.el (gnus-summary-tool-bar)
11275         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11276         (gnus-summary-tool-bar-zap-list): New variables.
11277         (gnus-summary-make-tool-bar): Complete rewrite using
11278         `gmm-tool-bar-from-list'.
11279
11280         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11281         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11282         variables.
11283         (gnus-group-make-tool-bar): Complete rewrite using
11284         `gmm-tool-bar-from-list'.
11285         (gnus-group-tool-bar-update): New function.
11286
11287         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11288
11289 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11292         is dissected into a single part of which the type is the same as
11293         the given one; decode charset.
11294
11295 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11296
11297         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11298         into alists as symbol not string, since that's what
11299         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11300         look for.
11301
11302 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11305         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11306
11307         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11308
11309 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11312         (gnus-xmas-mime-security-button-menu): New function.
11313
11314         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11315         (gnus-mime-security-button-menu): New definition.
11316         (gnus-mime-security-button-map): Use them.
11317         (gnus-mime-security-button-menu): New function.
11318         (gnus-insert-mime-security-button): Addition to help echo.
11319         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11320         (gnus-mime-security-pipe-part): New functions.
11321
11322         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11323         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11324
11325         * mm-decode.el (mm-handle-set-disposition): Remove.
11326         (mm-handle-set-description): Remove.
11327
11328 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11331         (mm-w3m-standalone-supports-m17n-p): New function.
11332         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11333         w3m usage.
11334
11335         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11336         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11337
11338 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * message.el (message-tool-bar-zap-list): Use
11341         gmm-tool-bar-zap-list as custom type.
11342         (message-tool-bar-update): New function.
11343         (message-tool-bar, message-tool-bar-gnome)
11344         (message-tool-bar-retro): Add message-tool-bar-update.
11345         (message-tool-bar-gnome): Add flyspell-buffer.
11346
11347         * gnus-util.el (gnus-error): Describe `args'.
11348
11349         * gmm-utils.el (gmm-error): Describe `args'.
11350         (gmm-tool-bar-zap-list): New widget.
11351         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11352
11353 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11356         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11357         the number of recursive calls.
11358
11359         * mm-decode.el (mm-handle-set-disposition): New macro.
11360         (mm-handle-set-description): New macro.
11361
11362 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11365         encoding.
11366
11367 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * message.el (message-tool-bar-zap-list, message-tool-bar)
11370         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11371         (message-tool-bar-local-item-from-menu): Remove.
11372         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11373         (message-make-tool-bar): New function.
11374         (message-mode): Use `message-make-tool-bar'.
11375
11376         * gmm-utils.el: New file.
11377         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11378         (gmm-lazy): New widget copied from `nnmail.el'.
11379         (gmm-tool-bar-from-list): New function for creating customizable
11380         tool bars.
11381         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11382         output.
11383         (gmm): Add :prefix to defgroup.
11384
11385 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11386
11387         * gmm-utils.el (gmm-widget-p): New function.
11388
11389 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * mml.el (mml-attach-file): Describe `description' in doc string.
11392         (mml-menu): Add Emacs MIME manual and PGG manual.
11393
11394 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11395
11396         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11397
11398 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11399
11400         * nntp.el (nntp-end-of-line): Doc fix.
11401
11402 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11403
11404         * imap.el (imap-open): Handle case where buffer is a buffer
11405         object.
11406
11407 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11408
11409         * gnus-delay.el (gnus-delay): Don't autoload.
11410         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11411         to be re-loaded when customizing the `gnus-delay' group.
11412
11413 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11414
11415         * message.el (message-insert-citation-line): Use newlines.
11416
11417 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11418
11419         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11420         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11421         these routines, so the passphrase can be managed externally and
11422         passed in to the system.
11423         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11424         pgg-add-passphrase-to-cache function.
11425
11426         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11427         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11428         these routines, so the passphrase can be managed externally and
11429         passed in to the system.
11430         (pgg-pgp5-sign-region): Use new name of
11431         pgg-add-passphrase-to-cache function.
11432
11433 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11434
11435         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11436         part of the decoded armor to find the key-identifier.
11437         (pgg-gpg-lookup-key-owner): New function to return the
11438         human-readable identifier of a key owner.
11439         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11440         itself.
11441         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11442         the key value) if we have a key and can match it against a secret
11443         key.  Also, added a note pointing out fact that the prompt only
11444         indicates the first matching key.
11445
11446         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11447         pgg-decrypt-region.
11448         (pgg-add-passphrase-to-cache): Rename from
11449         `pgg-add-passphrase-cache' to reduce confusion (all callers
11450         changed).
11451         (pgg-remove-passphrase-from-cache): Rename from
11452         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11453         changed).
11454         (pgg-read-passphrase, pgg-add-passphrase-cache)
11455         (pgg-remove-passphrase-cache): Add informative docstrings.
11456         (pgg-decrypt): Convey provided passphrase in subordinate call to
11457         pgg-decrypt-region.
11458
11459 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11460
11461         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11462         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11463         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11464         'passphrase' argument, so the passphrase can be managed externally
11465         and then passed in to the system.
11466
11467         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11468         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11469         so the passphrase cache can be used reliably with identifiers
11470         besides a pgp packet's key id.
11471
11472         * pgg-gpg.el (pgg-gpg-encrypt-region)
11473         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11474         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11475         these routines, so the passphrase can be managed externally and
11476         passed in to the system.
11477
11478         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11479         'notruncate' argument, so the passphrase cache can be used
11480         reliably with identifiers besides a pgp packet's key id.
11481
11482 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11483
11484         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11485         symmetric encryption.
11486         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11487         encrypted session key.
11488         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11489         message ask for the passphrase in a proper way.
11490
11491         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11492         New user commands for symmetric encryption.
11493
11494 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11497
11498         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11499
11500 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11501
11502         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11503
11504 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * mm-decode.el (mm-inlined-types): Add application/pgp.
11507         (mm-automatic-display): Ditto.
11508
11509         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11510         part as text.
11511
11512 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * nnrss.el: Update copyright.
11515         (nnrss-opml-import): Query whether to subscribe to each entry.
11516
11517         * gnus-art.el:
11518         * gnus-sum.el:
11519         * gnus-xmas.el:
11520         * messagexmas.el:
11521         * mm-uu.el:
11522         * mm-view.el: Update copyright.
11523
11524 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * message.el (message-info): New function.
11527         (message-mode-menu): Add it.
11528         Update copyright.
11529
11530         * ChangeLog: Fix and update copyright.
11531
11532 2006-01-13  Romain Francoise  <romain@orebokech.com>
11533
11534         * message.el (message-forward-subject-name-subject): Prefer the
11535         address to 'nowhere' if the sender has no name.
11536         Fix typo.  Update copyright year.
11537
11538 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-art.el (article-wash-html): Use
11541         gnus-summary-show-article-charset-alist if a numeric arg is given.
11542         (gnus-article-wash-html-with-w3m-standalone): New function.
11543
11544         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11545         mm-inline-text-html-render-with-w3m-standalone.
11546         (mm-text-html-washer-alist): Map w3m-standalone to
11547         gnus-article-wash-html-with-w3m-standalone.
11548         (mm-inline-text-html-render-with-w3m-standalone): New function.
11549
11550 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11551
11552         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11553         Improve LaTeX.
11554
11555 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11558         (nnrss-request-article): Render text/plain parts as HTML.
11559
11560         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11561         the buffer.
11562
11563 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11566         custom definition of `gnus-posting-styles'.
11567
11568         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11569         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11570
11571 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11574         Use nntp for bug archive.
11575
11576 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11579         parts.
11580         (nnrss-normalize-date): New function converts ISO 8601 date into
11581         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11582         (nnrss-check-group): Use it.
11583
11584 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11587
11588         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11589         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11590         (nnrss-insert-w3): Ditto.
11591
11592 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11595         the articles to be forwarded including the case where neither a
11596         number of articles nor a region is specified.
11597
11598 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * nnrss.el (nnrss-request-article): Fix last change; fill
11601         text/plain parts.
11602
11603 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11606         in text/plain part.
11607         (nnrss-check-group): Don't add excessive newline to dc:subject.
11608
11609 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11610
11611         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11612         article.
11613
11614 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11617         (nnml-use-compressed-files, nnml-save-mail): Support other
11618         comression programs such as bzip2.
11619
11620 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621
11622         * dns.el (query-dns): Make sure we check the buffer size before
11623         removing tcp headers.
11624
11625 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11628         remove MIME buttons associated with multipart/alternative parts.
11629         (gnus-mime-display-alternative): Tag buttons using `article-type'
11630         text property.
11631
11632         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11633         associated with multipart/alternative parts.
11634
11635         * gnus-art.el (gnus-signature-separator): Fix custom type.
11636
11637         * mm-decode.el (mm-inlined-types): Fix custom type.
11638         (mm-keep-viewer-alive-types): Ditto.
11639         (mm-automatic-display): Ditto.
11640         (mm-attachment-override-types): Ditto.
11641         (mm-inline-override-types): Ditto.
11642         (mm-automatic-external-display): Ditto.
11643
11644 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * spam-report.el (spam-report-user-mail-address)
11647         (spam-report-user-agent): New variables.
11648         (spam-report-url-ping-plain): Use spam-report-user-agent.
11649
11650 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11651
11652         * gnus-art.el (gnus-button-handle-custom): Do not just use
11653         `customize-apropos' for any "M-x customize-*" button but the
11654         function called for.  Accept both the function name and its
11655         argument in order to achieve this.
11656         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11657         function name to `gnus-button-handle-custom' in case of "M-x
11658         customize-*" buttons.
11659
11660 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11663         multipart/alternative and add xref to mm-discouraged-alternatives
11664         in doc string.
11665
11666         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11667         gnus-buttonized-mime-types in doc string.
11668
11669 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11672         Suggest image/.* in the doc string.
11673
11674 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11677         message-marks (Debian bug #342521).
11678
11679 2005-12-12  Simon Josefsson  <jas@extundo.com>
11680
11681         * password.el (password-read-from-cache): Add.
11682         (password-read): Use it.
11683
11684 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11687         us-ascii as a MIME charset.
11688
11689         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11690         against the case where the 2nd arg TYPE is nil.
11691
11692 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * pop3.el (pop3-stream-type): Fix custom version.
11695
11696         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11697
11698 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11699
11700         * mm-decode.el (mm-display-external): Add missing cdr.
11701
11702 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11705         RFC1524) if it is in mailcap or add a suffix according to
11706         mailcap-mime-extensions when generating a temp filename; postpone
11707         deleting a temp file for 2 seconds for some wrappers, shell
11708         scripts, and so on, which might exit right after having started a
11709         viewer command as a background job.
11710
11711 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * nntp.el (nntp-marks-directory): Fix custom group.
11714
11715         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11716         steps when < 10.
11717
11718         * gnus-start.el (gnus-no-server-1): Mention
11719         `gnus-level-default-subscribed' in doc string.
11720
11721 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11722
11723         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11724         parens.
11725
11726 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * gnus-xmas.el (gnus-use-toolbar): Revert.
11729         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11730         gnus-use-toolbar is default.
11731
11732         * messagexmas.el (message-use-toolbar): Revert.
11733         (message-setup-toolbar): Use global default-toolbar if
11734         message-use-toolbar is default.
11735
11736 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11739         according to default-toolbar-visible-p.
11740
11741         * messagexmas.el (message-use-toolbar): Ditto.
11742
11743 2005-11-26  Dave Love  <fx@gnu.org>
11744
11745         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11746         (tls-program, tls-success): Provide openssl alternative.
11747
11748         * starttls.el: Doc fixes.
11749         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11750         SERVICE to PORT.
11751
11752         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11753         port null or service name.
11754         (starttls-negotiate): Autoload.
11755
11756 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * message.el (message-kill-to-signature): Fix interactive spec.
11759
11760 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * pop3.el (pop3-open-server): Recognize a string as a service name.
11763
11764 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11765
11766         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11767
11768 2005-11-23  Dave Love  <fx@gnu.org>
11769
11770         Add pop3s, pop3/starttls.
11771
11772         * pop3.el (pop3-authentication-scheme): Clarify doc.
11773         (open-tls-stream, starttls-open-stream): Autoload.
11774         (pop3-stream-type): New.
11775         (pop3-open-server): Use it.
11776
11777         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11778         for POP.
11779         (mail-source-keyword-map): Add :stream for POP.
11780         (mail-source-fetch-pop): Use pop3-stream-type.
11781
11782 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11785         of current-time-string.
11786
11787 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11788
11789         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11790         date header.
11791
11792 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11793
11794         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11795         it can seriously impact performance as it bypasses the agent's
11796         local caches.
11797
11798 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11799
11800         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11801         must be explicitly online rather than "not explicitly offline" for
11802         its flags to be synchronized.
11803
11804         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11805         that gnus-uu-unmark-thread will function correctly.
11806
11807         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11808         1024K is instead displayed as 1M.
11809
11810 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11813
11814 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11815
11816         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11817
11818 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11819
11820         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11821         error message to display actual error condition.
11822         (gnus-agent-save-local): Avoid saving symbols that are bound to
11823         nil as they simply result in a warning message in
11824         gnus-agent-read-local.
11825
11826 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11829         rather than make-variable-buffer-local for file-precious-flag.
11830
11831 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11832
11833         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11834         for duplicates which are removed.  The invalid sort check then
11835         triggers a rescan after the sort as sorting may have moved
11836         duplicate entries such that they can be cheaply detected.
11837
11838 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11841
11842 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11843
11844         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11845         internal variable to a custom variable.  Changed default value
11846         from compressed(2) to uncompressed(1).
11847         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11848         support for uncompressed agentview files.  Taken together, reading
11849         the agentview file should now be 6-7 times faster.
11850
11851 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11852
11853         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11854         as a buffer-local variable.  This avoids creating truncated
11855         dribble files as a result of a hang up, eg.
11856
11857 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11858
11859         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11860         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11861         XEmacs.
11862
11863 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-start.el (gnus-start-draft-setup): Enforce
11866         `gnus-draft-mode' for nndraft:drafts at startup.
11867
11868         * gnus.el (gnus-splash): Change custom group.
11869         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11870         allow-list argument.
11871
11872         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11873         string.
11874
11875 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * gnus-art.el (gnus-default-article-saver): Add user-defined
11878         `function' to custom type.
11879
11880 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11881
11882         * imap.el (imap-open): Handle case where buffer is a buffer
11883         object.
11884
11885 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11888         long lines.
11889         (gnus-cache-delete-group): Wrap doc strings.
11890
11891         * gnus-agent.el (gnus-agent-rename-group)
11892         (gnus-agent-delete-group): Wrap doc strings.
11893
11894 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * messagexmas.el (message-use-toolbar): Change the valid values
11897         into default, top, bottom, left, and right.
11898         (message-toolbar-thickness): New variable.
11899         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11900         well.
11901         (message-setup-toolbar): Make it work.
11902
11903         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11904         (gnus-use-toolbar): Change the valid values into default, top,
11905         bottom, left, and right.
11906         (gnus-toolbar-thickness): New variable.
11907         (gnus-xmas-setup-toolbar): New function.
11908         (gnus-xmas-setup-group-toolbar): Use it.
11909         (gnus-xmas-setup-summary-toolbar): Use it.
11910
11911 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11912
11913         * gnus-start.el (gnus-1): Add "native" to
11914         gnus-predefined-server-alist.
11915
11916         * gnus.el (gnus-method-to-server): Don't add "native" to the
11917         lists here, because that leads to problems when
11918         gnus-select-method is bound.
11919
11920 2005-11-09  Simon Josefsson  <jas@extundo.com>
11921
11922         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11923         use (not sort-by-date) instead.
11924
11925 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11926
11927         * gnus-delay.el (gnus-delay-group): Don't autoload.
11928         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11929         to be re-loaded when customizing the `gnus-delay' group.
11930
11931 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11932
11933         * message.el: Revert last changes.
11934         (message-insert-citation-line): Use newlines.
11935
11936 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11937
11938         * message.el (message-courtesy-message)
11939         (message-mark-insert-begin, message-mark-insert-end)
11940         (message-elide-ellipsis, message-cancel-message)
11941         (message-add-header, message-change-subject)
11942         (message-cross-post-followup-to-header)
11943         (message-cross-post-insert-note, message-reduce-to-to-cc)
11944         (message-widen-reply, message-delete-not-region)
11945         (message-kill-to-signature, message-insert-signature)
11946         (message-insert-importance-high, message-insert-importance-low)
11947         (message-insert-or-toggle-importance)
11948         (message-insert-disposition-notification-to)
11949         (message-indent-citation, message-yank-original)
11950         (message-cite-original-without-signature, message-cite-original)
11951         (message-insert-citation-line, message-position-on-field)
11952         (message-fix-before-sending, message-send-mail-partially)
11953         (message-send-mail, message-send-mail-with-sendmail)
11954         (message-send-mail-with-qmail, message-send-news)
11955         (message-check-news-header-syntax, message-generate-headers)
11956         (message-insert-courtesy-copy, message-fill-address)
11957         (message-fill-header, message-shorten-references)
11958         (message-setup-1, message-cancel-news)
11959         (message-forward-make-body-plain, message-forward-make-body-mime)
11960         (message-forward-make-body-mml, message-encode-message-body)
11961         (message-forward-make-body-digest-plain)
11962         (message-forward-make-body-digest-mime)
11963         (message-use-alternative-email-as-from): Insert `hard-newline'
11964         instead of ordinary newlines.
11965
11966 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * message.el (message-generate-headers): Downcase the argument
11969         given to message-check-element.
11970
11971 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11972
11973         * nntp.el (nntp-authinfo-rejected): New error condition.
11974         (nntp-wait-for): Use new error condition to signal authentication
11975         error.
11976         (nntp-retrieve-data): Rethrow new error condition to break out of
11977         recursive call to nntp-send-authinfo.
11978
11979 2005-11-08  Romain Francoise  <romain@orebokech.com>
11980
11981         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11982         (gnus-summary-exit-map): Bind to `Z p'.
11983         (gnus-summary-make-menu-bar): Add menu item.
11984
11985 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11988         (gnus-treat-*): Add `first' in all doc strings.
11989
11990         * gnus-group.el (gnus-group-compact-group): Fix typo.
11991
11992 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus.el (gnus-parameters-case-fold-search): New variable.
11995         (gnus-parameters-get-parameter): Use it.
11996
11997         * gnus-score.el (gnus-home-score-file): Doc fix.
11998
11999 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12000
12001         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12002
12003 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * mm-util.el (mm-special-display-p): New function.
12006
12007         * mml.el (mml-preview): Use it; doc fix.
12008
12009 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12010
12011         * imap.el (imap-open): Handle case where buffer is a buffer object.
12012
12013 2005-10-29  Romain Francoise  <romain@orebokech.com>
12014
12015         * message.el (message-fix-before-sending): Fix comment.
12016
12017 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12018
12019         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12020
12021 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12022
12023         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12024         Used in gnus-score.el.
12025
12026 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12029
12030 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12033         whitespace removed in revision 7.8.  Use concatenated string to
12034         protect trailing whitespace.
12035
12036 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12037
12038         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12039         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12040         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12041         Courier IMAP ("some version from 2004").  Mostly based on similar
12042         code in the same function.
12043
12044 2005-10-26  Didier Verna  <didier@xemacs.org>
12045
12046         * gnus-group.el (gnus-group-compact-group): Invalidate original
12047         article buffer.
12048         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12049         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12050         NOV database and in article itself.
12051         Invalidate article backlog.
12052
12053 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12056
12057 2005-10-26  Simon Josefsson  <jas@extundo.com>
12058
12059         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12060         part of 2004-07-25 change.
12061
12062 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * message.el (message-display-completion-list): New function.
12065         (message-expand-group): Use it; make sure the Completions buffer
12066         is modifiable.
12067 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12068
12069         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12070         user-mail-name is an empty string.
12071
12072 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12075         depending on gnus-score-decay-constant.
12076
12077         * encrypt.el (encrypt-insert-file-contents)
12078         (encrypt-write-file-contents): Don't use `gnus-message'.
12079
12080         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12081         arguments.
12082         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12083         arguments to mm-uu-verbatim-marks-extract.
12084         (mm-uu-hide-markers): New variable.
12085         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12086
12087         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12088         (gnus-convert-image-to-face-command): Use "convert" by default to
12089         allow other input image formats.
12090         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12091         accordingly.
12092
12093 2005-10-23  Simon Josefsson  <jas@extundo.com>
12094
12095         * imap.el (imap-gssapi-program): Align command line parameters
12096         with latest GNU SASL.
12097         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12098
12099 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12102         HTML.
12103         (nnslashdot-request-article): Ditto.
12104
12105         * lpath.el (featurep): Add nobreak-char-display.
12106
12107 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12108
12109         * mail-source.el (mail-source-fetch-pop): Require pop3.
12110         (mail-source-check-pop): Ditto.
12111
12112 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12115         errors.
12116
12117 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12120         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12121
12122         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12123
12124         * mm-bodies.el (mm-decode-string): Call
12125         `mm-charset-to-coding-system' with allow-override argument.
12126
12127 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12130         (rfc2047-charset-to-coding-system): New function.
12131         (rfc2047-decode-encoded-words): New function.
12132         (rfc2047-decode-region): Use them.
12133         (rfc2047-decode-cte): Remove.
12134         (rfc2047-parse-and-decode): Remove.
12135         (rfc2047-decode): Remove.
12136
12137 2005-10-15  Kenichi Handa  <handa@m17n.org>
12138
12139         * rfc2047.el (rfc2047-decode-cte): New function.
12140         (rfc2047-decode-region): Change the way to decode successive
12141         encoded-words: decode B- or Q-encoding in each encoded-word,
12142         concatenate them, and decode it as charset.
12143
12144 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * lpath.el: Fbind codepage-setup for XEmacs.
12147
12148 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12149
12150         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12151         widget-move-and-invoke.
12152         (gnus-custom-mode): Use gnus-custom-map.
12153
12154 2005-10-15  Bill Wohler  <wohler@newt.com>
12155
12156         * message.el (message-tool-bar-map): Renamed image file from
12157         mail_send to mail/send.
12158
12159 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12160
12161         * message.el (message-expand-group): Pass the common
12162         prefix substring of completion to `display-completion-list'.
12163
12164 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * mml-sec.el (mml-secure-method): New internal variable.
12167         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12168         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12169         functions using mml-secure-method.
12170
12171         * mml.el (mml-mode-map): Add key bindings for those functions.
12172         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12173         Harder <harder@myrealbox.com>.
12174         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12175         end of message if point is the headers of the message.
12176
12177         * message.el (message-in-body-p): New function.
12178
12179         * assistant.el: Autoload gnus-util and netrc.
12180
12181         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12182         Use `mm-charset-override-alist' only when decoding.
12183
12184         * mm-bodies.el (mm-decode-body): Call
12185         `mm-charset-to-coding-system' with allow-override argument.
12186
12187         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12188         `filename' from Content-Disposition if Content-Type doesn't
12189         provide `name'.
12190         (gnus-mime-view-part-as-type): Set default instead of
12191         initial-input.
12192
12193 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12194
12195         * format-spec.el (format-spec): Propagate text properties of % spec.
12196
12197 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-art.el (gnus-treat-predicate): Add `first'.
12200
12201 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12204         (mm-charset-override-alist): New variable.
12205         (mm-charset-to-coding-system): Use it.
12206         (mm-codepage-setup): New helper function.
12207         (mm-charset-eval-alist): New variable.
12208         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12209         about unknown charsets.
12210
12211         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12212
12213 2005-10-04  David Hansen  <david.hansen@gmx.net>
12214
12215         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12216         (nnrss-check-group): Ditto.
12217
12218 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12221         Rename x-gnus-verbatim to x-verbatim.
12222         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12223
12224         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12225         x-verbatim.
12226
12227         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12228
12229         * gnus-util.el (gnus-remove-duplicates): Remove.
12230
12231         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12232         instead of gnus-remove-duplicates.
12233
12234         * message.el (message-remove-duplicates): Remove.
12235         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12236         message-remove-duplicates.
12237
12238         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12239         available, else use implementation from `delete-dups'.
12240
12241         * message.el (message-insert-expires): New function.
12242         (message-mode-map): Add key binding.
12243         (message-mode-field-menu): Add menu entry.
12244         (message-mode): Document it.
12245         (message-make-expires-date): Use `message-make-date'.
12246
12247 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12248
12249         * message.el (message-make-expires-date): New function.
12250
12251 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * Makefile.in (list-installed-shadows): New entry.
12254         (install): Use it.
12255         (remove-installed-shadows): New entry.
12256
12257         * dgnushack.el (dgnushack-default-load-path): New variable.
12258         (dgnushack-find-lisp-shadows): New function.
12259         (dgnushack-remove-lisp-shadows): New function.
12260
12261 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * Makefile.in (install-el-elc): New entry.
12264         (install): Use it so that .el files are necessarily installed.
12265
12266 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12269
12270 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12271
12272         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12273         function rather than the diff-mode.el package.
12274         (mm-display-external): Use with-current-buffer.
12275         (mm-viewer-completion-map, mm-viewer-completion-map):
12276         Move initialization inside declaration.
12277
12278 2005-09-29  Simon Josefsson  <jas@extundo.com>
12279
12280         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12281         autoload mail-check-payment.
12282         (spam-check-hashcash): Define unconditionally, since hashcash.el
12283         is part of Gnus now.  Ignore errors from payment checking.
12284
12285 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * message.el (message-bold-region, message-unbold-region): Rename
12288         from `bold-region' and `unbold-region'.
12289
12290         * message.el: Remove useless autoloads.
12291
12292 2005-09-28  Simon Josefsson  <jas@extundo.com>
12293
12294         * message.el (message-use-idna): Default to t.
12295         (message-use-idna): Test whether encoding works too.  Doc fix.
12296
12297 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * nntp.el (nntp-warn-about-losing-connection): Remove.
12300
12301 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12304         customizable.  Change default value.
12305         (mm-uu-diff-groups-regexp): Change default value.
12306         (mm-uu-type-alist): Add doc string.
12307         (mm-uu-configure): Add doc string.  Make it interactive.
12308         (mm-uu-tex-groups-regexp): New variable.
12309         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12310         (mm-uu-type-alist): Add LaTeX documents.
12311         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12312         of "text/verbatim".
12313         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12314
12315         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12316         instead of "text/verbatim".
12317
12318         * message.el (message-mark-inserted-region)
12319         (message-mark-insert-file): Use slrn style marks when called with
12320         prefix argument.
12321
12322 2005-09-27  Simon Josefsson  <jas@extundo.com>
12323
12324         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12325
12326 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12327
12328         * message.el (message-remove-duplicates): New function.
12329         Implementation borrowed from `gnus-remove-duplicates'.
12330         (message-idna-to-ascii-rhs): Also encode idna addresses in
12331         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12332         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12333         only ask about the same idna domain once per header and also tell
12334         in what header to replace the idna domain.
12335
12336         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12337         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12338         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12339         a header is decoded and not just the last one.
12340
12341 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12344         has been decoded.
12345
12346         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12347         (mm-insert-part): Don't modify text if it has been decoded.
12348
12349         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12350         decoded.
12351
12352         * mm-view.el (mm-inline-text): Don't strip text props unless
12353         decoding enriched or richtext parts.
12354
12355 2005-09-25  Romain Francoise  <romain@orebokech.com>
12356
12357         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12358         * gnus-start.el (gnus-subscribe-interactively):
12359         * gnus-uu.el (gnus-uu-grab-articles):
12360         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12361         space.
12362
12363 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12364
12365         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12366         * mm-view.el (mm-view-pkcs7-decrypt):
12367         * gnus-sum.el (gnus-summary-limit-to-extra)
12368         (gnus-summary-respool-article, gnus-read-move-group-name):
12369         * gnus-score.el (gnus-summary-increase-score):
12370         * gnus-util.el (gnus-completing-read-with-default):
12371         * gnus-art.el (gnus-read-save-file-name)
12372         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12373         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12374         * message.el (message-check-news-header-syntax):
12375         Follow convention for reading with the minibuffer.
12376
12377 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * spam-report.el (spam-report-url-ping-plain):
12380         Use gnus-extended-version as User-Agent.
12381
12382         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12383         default value is nil.
12384
12385         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12386         (mm-uu-verbatim-marks-extract): New function.
12387         (mm-uu-extract): New face.
12388         (mm-uu-copy-to-buffer): Use it.
12389
12390         * spam-report.el (spam-report-gmane-ham): Renamed from
12391         `spam-report-gmane-unspam'.
12392         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12393         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12394
12395         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12396         Autoload.
12397         (spam-report-gmane-unregister-routine): Renamed
12398         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12399
12400 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12401
12402         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12403         (spam-report-gmane-unregister-routine): Add support for gmane
12404         unregistration.
12405
12406         * spam-report.el (spam-report-gmane-unspam)
12407         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12408         (spam-report-gmane): Change to take a single article and do unspam
12409         registration.
12410
12411 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * mm-url.el (mm-url-decode-entities): Fix regexp.
12414
12415 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12416
12417         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12418         default to nil, to be able to use Gnus at all.  If the default
12419         switches to something else, then the function should be fixed not
12420         be exceedingly slow.
12421
12422 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12423
12424         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12425         fail hard.
12426
12427         * spam-report.el: Add better Keywords line.
12428
12429         * spam.el: Add Maintainer and better Keywords line.
12430
12431 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-art.el (gnus-article-replace-part)
12434         (gnus-mime-replace-part): New functions.
12435         (gnus-mime-action-alist, gnus-mime-button-commands)
12436         (gnus-mime-save-part-and-strip): Added file argument.
12437         (gnus-article-part-wrapper): Added interactive argument.
12438
12439         * gnus-sum.el (gnus-summary-mime-map): Add
12440         `gnus-article-replace-part'.
12441
12442 2005-09-19  Didier Verna  <didier@xemacs.org>
12443
12444         The nnml compaction feature:
12445         * nnml.el (nnml-request-compact-group): New function.
12446         * nnml.el (nnml-request-compact): New function.
12447         * gnus-int.el (gnus-request-compact-group): New function.
12448         * gnus-int.el (gnus-request-compact): New function.
12449         * gnus-group.el (gnus-group-compact-group): New function.
12450         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12451         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12452         * gnus-srvr.el (gnus-server-compact-server): New function.
12453         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12454         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12455
12456 2005-09-18  Deepak Goel  <deego@gnufans.org>
12457
12458         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12459         format spec.
12460
12461 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12464
12465 2005-09-15  Romain Francoise  <romain@orebokech.com>
12466
12467         * message.el (message-fill-paragraph): Clarify docstring.
12468
12469 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-art.el (gnus-mime-display-part): Protect against broken
12472         MIME messages.
12473
12474 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12477         before parsing header.
12478
12479 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12480
12481         * html2text.el (html2text-replace-list): Add new entities.
12482
12483 2005-09-11  Romain Francoise  <romain@orebokech.com>
12484
12485         * message.el (message-alternative-emails): Improve docstring.
12486         (message-setup-1): Call `message-use-alternative-email-as-from'
12487         after `message-setup-hook' to give it precedence over posting
12488         styles, etc.
12489         (message-use-alternative-email-as-from): Add docstring.  Remove
12490         the original From header if present.
12491
12492         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12493         (nnml-save-mail): Use it.
12494
12495         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12496         articles.  Add new argument `silent'.
12497         (gnus-uu-mark-all): Report the total number of marked articles.
12498
12499 2005-09-10  Romain Francoise  <romain@orebokech.com>
12500
12501         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12502         (gnus-uu-mark-series): Likewise.
12503
12504 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * spam-report.el (spam-report-gmane): Fix generation of spam
12507         report URL.
12508
12509 2005-09-10  Simon Josefsson  <jas@extundo.com>
12510
12511         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12512         t, based on discussion on the ding list with Robert Epprecht
12513         <epprecht@solnet.ch>.
12514
12515 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * spam-report.el (spam-report-gmane): Make it work without
12518         X-Report-Spam header.  Gmane now only provides Archived-At.
12519         This is only used if `spam-report-gmane-use-article-number' is nil.
12520         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12521
12522         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12523         make `gnus-summary-sort-by-recipient' work with threading.
12524
12525         * nnweb.el (nnweb-google-wash-article): Print a message if article
12526         is not available.
12527
12528 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12529
12530         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12531         change.  Decode text/* parts content before displaying.
12532
12533 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12536
12537 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12540
12541         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12542         url-package-name, url-package-version,
12543         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12544         w3m-display-inline-images, and w3m-minor-mode-map.
12545
12546 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * message.el (message-tab-body-function): Fix mismatched custom type.
12549
12550         * gnus.el (gnus-group-change-level-function): Ditto.
12551
12552         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12553
12554         * gnus-art.el (gnus-signature-limit)
12555         (gnus-article-mime-part-function): Ditto.
12556
12557 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * mml.el (mml-mode): Silence the byte compiler.
12560
12561         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12562         using `(sit-for 0)' before moving the point to the specified part;
12563         skip unbuttonized parts.
12564         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12565         return to the summary window if gnus-auto-select-part is non-nil.
12566
12567 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12570         variables.
12571         (mml-dnd-attach-file, mml-mode): Use them.
12572
12573         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12574         Make fetching article by MID work again for Google Groups.  Added
12575         FIXME concerning gnus-group-make-web-group.
12576
12577         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12578         Don't depend on Gnus by using mail-extract-address-components if
12579         gnus-extract-address-components is not bound.
12580
12581 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12582
12583         * gnus-art.el (gnus-mime-display-security): Don't display the
12584         signature, but only the signed part.
12585
12586 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12589
12590         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12591         list, not listp.
12592
12593 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12594
12595         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12596         when encoding.
12597
12598         * mm-bodies.el (mm-decode-content-transfer-encoding):
12599         De-canonicalize CRLF for all text content types, not just
12600         text/plain.
12601
12602 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12605         valid article; point arrow and cursor at the MIME button.
12606
12607 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12610         Suggested by Dan Christensen <jdc@uwo.ca>.
12611
12612         * mm-decode.el (mm-save-part): Enable change of prompt.
12613
12614 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12615
12616         * gnus-msg.el (gnus-inews-add-send-actions): Made
12617         `message-post-method' lambda parameter ARG `&optional'.
12618
12619 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * gnus-sum.el (gnus-summary-mime-map): Added
12622         gnus-article-save-part-and-strip, gnus-article-delete-part and
12623         gnus-article-jump-to-part.
12624
12625         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12626         (gnus-article-edit-part): Use it.
12627         (gnus-article-part-wrapper): Added no-handle argument.
12628         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12629         functions.
12630
12631 2005-08-29  Romain Francoise  <romain@orebokech.com>
12632
12633         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12634         docstring.
12635         (gnus-face-from-file): Likewise.
12636
12637 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12640         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12641         non-nil.
12642         (gnus-auto-select-part): New variable.
12643         (gnus-article-jump-to-part): New function.
12644         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12645         (gnus-mime-delete-part): Allow selecting specified part after
12646         deleting or stripping parts.
12647         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12648         part if argument is bogus.
12649
12650 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12651
12652         * gnus-art.el (w3m-minor-mode-map):
12653         * gnus-spec.el (gnus-newsrc-file-version):
12654         * gnus-util.el (nnmail-active-file-coding-system)
12655         (gnus-original-article-buffer, gnus-user-agent):
12656         * gnus.el (gnus-ham-process-destinations)
12657         (gnus-parameter-ham-marks-alist)
12658         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12659         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12660         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12661         * mm-decode.el (gnus-current-window-configuration):
12662         * mm-extern.el (gnus-article-mime-handles):
12663         * mm-url.el (url-current-object, url-package-name)
12664         (url-package-version):
12665         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12666         (smime-keys, w3m-cid-retrieve-function-alist)
12667         (w3m-current-buffer, w3m-display-inline-images)
12668         (w3m-minor-mode-map):
12669         * mml-smime.el (gnus-extract-address-components):
12670         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12671         (gnus-newsrc-hashtb, message-default-charset)
12672         (message-deletable-headers, message-options)
12673         (message-posting-charset, message-required-mail-headers)
12674         (message-required-news-headers):
12675         * mml1991.el (mc-pgp-always-sign):
12676         * mml2015.el (mc-pgp-always-sign):
12677         * nnheader.el (nnmail-extra-headers):
12678         * rfc1843.el (gnus-decode-encoded-word-function)
12679         (gnus-decode-header-function, gnus-newsgroup-name):
12680         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12681
12682 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12683
12684         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12685         the end of the date treatments.
12686
12687 2005-08-15  Simon Josefsson  <jas@extundo.com>
12688
12689         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12690         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12691         Capello and Romain Francoise.
12692         (pgg-fetch-key-function): Removed, not used?
12693         (pgg-insert-url-with-w3): Require url, to get
12694         url-insert-file-contents regardless of where it is defined.
12695
12696 2005-08-13  Romain Francoise  <romain@orebokech.com>
12697
12698         * message.el (message-cite-original-1): New function.
12699         (message-cite-original): Use it.
12700         (message-cite-original-without-signature): Ditto.
12701
12702 2005-08-08  Romain Francoise  <romain@orebokech.com>
12703
12704         * message.el (message-yank-empty-prefix): New variable.
12705         (message-indent-citation): Use it.
12706         (message-cite-original-without-signature): Respect X-No-Archive.
12707
12708 2005-08-08  Simon Josefsson  <jas@extundo.com>
12709
12710         * pgg.el: Autoload url-insert-file-contents instead of loading
12711         w3/url.
12712         (pgg-insert-url-with-w3): Don't load url here.
12713
12714 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12715
12716         * message.el (message-kill-to-signature): Don't insert newline at
12717         bol.
12718         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12719
12720 2005-08-06  Romain Francoise  <romain@orebokech.com>
12721
12722         * message.el (message-user-fqdn): Fix typo in docstring.
12723
12724 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12725
12726         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12727
12728         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12729
12730 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * mm-bodies.el (mm-encode-body): Use coding system rather than
12733         charset to encode text.
12734
12735         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12736         number of charsets if utf-8 is available (XEmacs).
12737
12738 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12741         taken from `gnus-button-mid-or-mail-regexp'.
12742         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12743         (gnus-button-alist): Improve regexp for domain part of the MIDs
12744         for news:localpart@domain buttons.
12745         (gnus-button-ctan-directory-regexp): Update.
12746
12747 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * sieve-manage.el (sieve-manage-interactive-login): Use
12750         make-local-variable rather than make-variable-buffer-local.
12751         (sieve-manage-open): Ditto.
12752         (sieve-manage-authenticate): Ditto.
12753
12754         * mml.el (mml-generate-mime-1): Make the content type default to
12755         text/plain if the filename is not specified.
12756
12757 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12760         instead of insert-buffer.
12761
12762         * message.el (message-yank-original): Ditto; set the mark at the
12763         end of the yanked message.
12764
12765 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12768         lines to scroll rather than to stop it.
12769
12770         * mml.el (mml-generate-default-type): Add doc string.
12771         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12772         default to application/octet-stream when determining the content
12773         type if it is not specified for the part or the mml contents; add
12774         a comment about mml-generate-default-type.
12775
12776 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12777
12778         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12779         make it default to application/octet-stream when determining the
12780         content type if it is not specified for the external contents.
12781
12782 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12785         segmented parameter but also other parameters might be there.
12786
12787 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * mm-decode.el (mm-display-external): Delete temp file, directory
12790         and buffer immediately if the external process is exited.
12791
12792 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12795         fewer lines than that of scroll-margin.
12796         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12797
12798 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * gnus-art.el (gnus-article-next-page): Revert.
12801         (gnus-article-beginning-of-window): New macro.
12802         (gnus-article-next-page-1): Use it.
12803         (gnus-article-prev-page): Ditto.
12804         (gnus-article-edit-part): Use insert-buffer-substring instead of
12805         insert-buffer.
12806         (gnus-article-edit-exit): Ditto.
12807
12808         * gnus-util.el (gnus-beginning-of-window): Remove.
12809         (gnus-end-of-window): Remove.
12810
12811         * lpath.el: Don't bind header-line-format and scroll-margin.
12812
12813 2005-07-25  Simon Josefsson  <jas@extundo.com>
12814
12815         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12816         to have the url package without w3.  Reported by Daiki Ueno
12817         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12818
12819 2005-07-20  Didier Verna  <didier@xemacs.org>
12820
12821         * gnus-diary.el: Remove the description comment (nndiary is now
12822         properly documented in the Gnus manual).
12823         Fix the spelling of "Back End".
12824         * nndiary.el: Ditto.
12825         Fix the copyright notice.
12826
12827 2005-07-18  Romain Francoise  <romain@orebokech.com>
12828
12829         * gnus-sum.el (gnus-summary-to-prefix)
12830         (gnus-summary-newsgroup-prefix): New variables.
12831         (gnus-summary-from-or-to-or-newsgroups): Use them.
12832
12833 2005-07-17  Romain Francoise  <romain@orebokech.com>
12834
12835         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12836         space as it's generally not especially interesting to the user.
12837
12838 2005-07-16  Romain Francoise  <romain@orebokech.com>
12839
12840         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12841         nil to avoid prompting and file modification if one of the
12842         messages at the top of the nnfolder file contains a copyright
12843         notice.
12844         Update copyright notice.
12845
12846         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12847         instead of `current-time-string' as the latter creates a time
12848         string that is not RFC 2822 compliant (it lacks the zone).
12849         Update copyright notice.
12850
12851 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12852
12853         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12854         for text/rtf.  Display default in prompt.  Pass default for M-n.
12855
12856         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12857
12858 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859
12860         * gnus-msg.el (gnus-button-mailto): Remove
12861         save-selected-window-window hackery because it relies on
12862         save-selected-window internals.
12863
12864 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12867         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12868         (gnus-article-prev-page): Ditto.
12869
12870         * gnus-util.el (gnus-beginning-of-window): New function.
12871         (gnus-end-of-window): New function.
12872
12873         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12874
12875 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12876
12877         * gnus-score.el (gnus-score-edit-all-score): Set
12878         gnus-score-edit-exit-function to gnus-score-edit-done and call
12879         gnus-message.
12880
12881 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12882
12883         * gnus-msg.el (gnus-button-mailto): Remove
12884         save-selected-window-window hackery because it relies on
12885         save-selected-window internals.
12886
12887 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12890         add-minor-mode.
12891         (gnus-binary-mode): Ditto.
12892
12893         * gnus-topic.el (gnus-topic-mode): Ditto.
12894
12895 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12896
12897         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12898         (gnus-article-prev-page): Take scroll-margin into consideration.
12899
12900 2005-07-04  Lute Kamstra  <lute@gnu.org>
12901
12902         Update FSF's address in GPL notices.
12903
12904 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12905
12906         * gnus.el (gnus-exit):
12907         * gnus-group.el (gnus-group-icons):
12908         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12909
12910         * gnus-nocem.el (gnus-nocem):
12911         * message.el (message-various, message-buffers, message-sending)
12912         (message-interface, message-forwarding, message-insertion)
12913         (message-headers, message-news, message-mail):
12914         * pgg-gpg.el (pgg-gpg):
12915         * pgg-parse.el (pgg-parse):
12916         * pgg-pgp.el (pgg-pgp):
12917         * pgg-pgp5.el (pgg-pgp5):
12918         * pop3.el (pop3): Finish `defgroup' description with period.
12919
12920 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-art.el (article-display-face): Improve the efficiency.
12923         (article-display-x-face): Ditto; remove grey x-face stuff.
12924
12925 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-art.el (article-display-face): Correct the position in
12928         which Faces are inserted.
12929
12930 2005-06-29  Didier Verna  <didier@xemacs.org>
12931
12932         * gnus-art.el (article-display-face): Display faces in correct
12933         order.
12934
12935 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12938         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12939         (gnus-nocem-check-article): Fetch the Type header.
12940         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12941         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12942         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12943         make sure gnus-nocem-hashtb is initialized.
12944         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12945         (gnus-nocem-unwanted-article-p): Ditto.
12946
12947         * pgg.el (pgg-verify): Return the verification result.
12948
12949 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12950
12951         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12952         is ascii.
12953
12954 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12955
12956         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12957         `show-nonbreak-escape'.
12958
12959 2005-06-23  Lute Kamstra  <lute@gnu.org>
12960
12961         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12962
12963         * dig.el (dig-mode):
12964         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12965
12966 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12967
12968         * nnimap.el (nnimap-split-download-body): Fix spellings.
12969
12970 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12971
12972         * gnus-art.el (gnus-article-encrypt-body):
12973         * gnus-cus.el (gnus-score-customize):
12974         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12975         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12976
12977 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12978
12979         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12980         header by looking for magic "MII" at the beginnig.
12981
12982 2005-06-16  Miles Bader  <miles@gnu.org>
12983
12984         * gnus-xmas.el (gnus-xmas-group-startup-message):
12985         Use renamed gnus-splash face.
12986
12987         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12988         (assistant-field-face): New backward-compatibility alias for renamed
12989         face.
12990         (assistant-render-text): Use renamed assistant-field face.
12991
12992         * spam.el (spam): Remove "-face" suffix from face name.
12993         (spam-face): New backward-compatibility alias for renamed face.
12994         (spam-face, spam-initialize): Use renamed spam face.
12995
12996         * message.el (message-header-to, message-header-cc)
12997         (message-header-subject, message-header-newsgroups)
12998         (message-header-other, message-header-name)
12999         (message-header-xheader, message-separator, message-cited-text)
13000         (message-mml): Remove "-face" suffix from face names.
13001         (message-header-to-face, message-header-cc-face)
13002         (message-header-subject-face, message-header-newsgroups-face)
13003         (message-header-other-face, message-header-name-face)
13004         (message-header-xheader-face, message-separator-face)
13005         (message-cited-text-face, message-mml-face):
13006         New backward-compatibility aliases for renamed faces.
13007         (message-font-lock-keywords): Use renamed message faces.
13008
13009         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13010         (sieve-test-commands, sieve-tagged-arguments):
13011         Remove "-face" suffix from face names.
13012         (sieve-control-commands-face, sieve-action-commands-face)
13013         (sieve-test-commands-face, sieve-tagged-arguments-face):
13014         New backward-compatibility aliases for renamed faces.
13015         (sieve-control-commands-face, sieve-action-commands-face)
13016         (sieve-test-commands-face, sieve-tagged-arguments-face):
13017         Use renamed sieve faces.
13018
13019         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13020         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13021         (gnus-group-news-3-empty, gnus-group-news-4)
13022         (gnus-group-news-4-empty, gnus-group-news-5)
13023         (gnus-group-news-5-empty, gnus-group-news-6)
13024         (gnus-group-news-6-empty, gnus-group-news-low)
13025         (gnus-group-news-low-empty, gnus-group-mail-1)
13026         (gnus-group-mail-1-empty, gnus-group-mail-2)
13027         (gnus-group-mail-2-empty, gnus-group-mail-3)
13028         (gnus-group-mail-3-empty, gnus-group-mail-low)
13029         (gnus-group-mail-low-empty, gnus-summary-selected)
13030         (gnus-summary-cancelled, gnus-summary-high-ticked)
13031         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13032         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13033         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13034         (gnus-summary-low-undownloaded)
13035         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13036         (gnus-summary-low-unread, gnus-summary-normal-unread)
13037         (gnus-summary-high-read, gnus-summary-low-read)
13038         (gnus-summary-normal-read, gnus-splash):
13039         Remove "-face" suffix from face names.
13040         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13041         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13042         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13043         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13044         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13045         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13046         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13047         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13048         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13049         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13050         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13051         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13052         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13053         (gnus-summary-normal-ticked-face)
13054         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13055         (gnus-summary-normal-ancient-face)
13056         (gnus-summary-high-undownloaded-face)
13057         (gnus-summary-low-undownloaded-face)
13058         (gnus-summary-normal-undownloaded-face)
13059         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13060         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13061         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13062         (gnus-splash-face):
13063         New backward-compatibility aliases for renamed faces.
13064         (gnus-group-startup-message): Use renamed gnus faces.
13065
13066         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13067         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13068         (gnus-server-agent): Remove "-face" suffix from face names.
13069         (gnus-server-agent-face, gnus-server-opened-face)
13070         (gnus-server-closed-face, gnus-server-denied-face)
13071         (gnus-server-offline-face):
13072         New backward-compatibility aliases for renamed faces.
13073         (gnus-server-agent-face, gnus-server-opened-face)
13074         (gnus-server-closed-face, gnus-server-denied-face)
13075         (gnus-server-offline-face): Use renamed gnus faces.
13076
13077         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13078         Remove "-face" suffix from face names.
13079         (gnus-picon-xbm-face, gnus-picon-face):
13080         New backward-compatibility aliases for renamed faces.
13081
13082         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13083         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13084         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13085         (gnus-cite-11): Remove "-face" suffix from face names.
13086         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13087         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13088         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13089         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13090         New backward-compatibility aliases for renamed faces.
13091         (gnus-cite-attribution-face, gnus-cite-face-list)
13092         (gnus-article-boring-faces): Use renamed gnus faces.
13093
13094         * gnus-art.el (gnus-signature, gnus-header-from)
13095         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13096         (gnus-header-content): Remove "-face" suffix from face names.
13097         (gnus-signature-face, gnus-header-from-face)
13098         (gnus-header-subject-face, gnus-header-newsgroups-face)
13099         (gnus-header-name-face, gnus-header-content-face):
13100         New backward-compatibility aliases for renamed faces.
13101         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13102
13103         * gnus-sum.el (gnus-summary-selected-face)
13104         (gnus-summary-highlight): Use renamed gnus faces.
13105         * gnus-group.el (gnus-group-highlight): Likewise.
13106
13107 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13108
13109         * gnus-sieve.el (gnus-sieve-article-add-rule):
13110         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13111         * spam-stat.el (spam-stat-buffer-change-to-spam)
13112         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13113
13114         * message.el (message-is-yours-p):
13115         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13116
13117 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * mm-view.el (mm-inline-text): Withdraw the last change.
13120
13121 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13124         executing enriched-decode.
13125
13126 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13129         charset of tar files.
13130
13131 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13132
13133         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13134
13135 2005-06-04  Lute Kamstra  <lute@gnu.org>
13136
13137         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13138         information is never recorded.
13139
13140 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13141
13142         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13143
13144 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * pop3.el (pop3-apop): Run md5 in the binary mode.
13147
13148         * starttls.el (starttls-set-process-query-on-exit-flag):
13149         Use eval-and-compile.
13150
13151 2005-05-31  Simon Josefsson  <jas@extundo.com>
13152
13153         * smime.el (smime-replace-in-string): Define.
13154         (smime-cert-by-ldap-1): Use it.
13155
13156 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-art.el (article-display-x-face): Replace
13159         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13160
13161         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13162         set-process-query-on-exit-flag or process-kill-without-query.
13163
13164         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13165         loop instead of replace-regexp.
13166
13167         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13168         instead of process-kill-without-query if it is available.
13169
13170         * lpath.el: Fbind ldap-search-entries.
13171
13172         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13173         instead of find-file-hooks if it is available.
13174
13175         * mml1991.el: Bind pgg-default-user-id when compiling.
13176
13177         * mml2015.el: Bind pgg-default-user-id when compiling.
13178
13179         * nndraft.el (nndraft-request-associate-buffer):
13180         Use write-contents-functions instead of write-contents-hooks if it is
13181         available.
13182
13183         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13184         instead of find-file-hooks if it is available.
13185
13186         * nntp.el (nntp-open-connection): Replace
13187         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13188         (nntp-open-ssl-stream): Ditto.
13189         (nntp-open-tls-stream): Ditto.
13190
13191         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13192         set-process-query-on-exit-flag or process-kill-without-query.
13193         (starttls-open-stream-gnutls): Use it instead of
13194         process-kill-without-query.
13195         (starttls-open-stream): Ditto.
13196
13197 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13198
13199         * smime.el (smime-cert-by-ldap-1): Don't use
13200         replace-regexp-in-string.
13201
13202 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13203
13204         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13205
13206         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13207         in PEM format.  Adjust to the XEmacs compability.
13208
13209 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13212         by `string-to-number'.
13213         * gnus-agent.el (gnus-agent-regenerate-group)
13214         (gnus-agent-fetch-articles): Ditto.
13215         * gnus-art.el (gnus-button-fetch-group): Ditto.
13216         * gnus-cache.el (gnus-cache-generate-active)
13217         (gnus-cache-articles-in-group): Ditto.
13218         * gnus-group.el (gnus-group-set-current-level)
13219         (gnus-group-insert-group-line): Ditto.
13220         * gnus-score.el (gnus-score-set-expunge-below)
13221         (gnus-score-set-mark-below, gnus-summary-score-effect)
13222         (gnus-summary-score-entry): Ditto.
13223         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13224         (gnus-soup-pack): Ditto.
13225         * gnus-spec.el (gnus-xmas-format): Ditto.
13226         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13227         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13228         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13229         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13230         * nndb.el (nndb-get-remote-expire-response): Ditto.
13231         * nndiary.el (nndiary-parse-schedule-value)
13232         (nndiary-string-to-number, nndiary-request-replace-article)
13233         (nndiary-request-article): Ditto.
13234         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13235         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13236         * nneething.el (nneething-make-head): Ditto.
13237         * nnfolder.el (nnfolder-request-article)
13238         (nnfolder-retrieve-headers): Ditto.
13239         * nnheader.el (nnheader-file-to-number): Ditto.
13240         * nnkiboze.el (nnkiboze-request-article): Ditto.
13241         * nnmail.el (nnmail-process-unix-mail-format)
13242         (nnmail-process-babyl-mail-format): Ditto.
13243         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13244         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13245         (nnmh-request-create-group, nnmh-request-list-1)
13246         (nnmh-request-group, nnmh-request-article): Ditto.
13247         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13248         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13249         * nnsoup.el (nnsoup-make-active): Ditto.
13250         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13251         * nntp.el (nntp-find-group-and-number)
13252         (nntp-retrieve-headers-with-xover): Ditto.
13253         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13254         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13255         (pgg-format-key-identifier): Ditto.
13256         * pop3.el (pop3-last, pop3-stat): Ditto.
13257         * qp.el (quoted-printable-decode-region): Ditto.
13258
13259         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13260         of concat.
13261
13262 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13265
13266         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13267
13268         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13269
13270         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13271
13272         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13273
13274         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13275
13276         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13277         (gnus-carpal-mode): Ditto.
13278
13279         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13280         (gnus-browse-mode): Ditto.
13281
13282         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13283
13284         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13285
13286 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13287
13288         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13289
13290 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-util.el (gnus-run-mode-hooks): New function.
13293
13294         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13295
13296         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13297         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13298
13299 2005-05-27  Lute Kamstra  <lute@gnu.org>
13300
13301         * dns-mode.el (dns-mode): Specify customization group.
13302
13303 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13304
13305         * gnus-agent.el (gnus-agent-make-mode-line-string):
13306         Use mode-line-highlight as mouse-face.
13307
13308 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * canlock.el (canlock): Change the parent group to news.
13311
13312         * deuglify.el (gnus-outlook-deuglify): Add :group.
13313
13314         * dig.el (dig): Add :group.
13315
13316         * dns-mode.el (dns-mode): Add :group.
13317
13318         * encrypt.el (encrypt): Add :group.
13319
13320         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13321         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13322         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13323         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13324         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13325
13326         * gnus-diary.el (gnus-diary): Add :group.
13327
13328         * gnus.el (gnus-group-news-1-face): Add :group.
13329         (gnus-group-news-1-empty-face): Ditto.
13330         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13331         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13332         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13333         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13334         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13335         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13336         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13337         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13338         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13339         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13340         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13341         (gnus-summary-high-ticked-face): Ditto.
13342         (gnus-summary-low-ticked-face): Ditto.
13343         (gnus-summary-normal-ticked-face): Ditto.
13344         (gnus-summary-high-ancient-face): Ditto.
13345         (gnus-summary-low-ancient-face): Ditto.
13346         (gnus-summary-normal-ancient-face): Ditto.
13347         (gnus-summary-high-undownloaded-face): Ditto.
13348         (gnus-summary-low-undownloaded-face): Ditto.
13349         (gnus-summary-normal-undownloaded-face): Ditto.
13350         (gnus-summary-high-unread-face): Ditto.
13351         (gnus-summary-low-unread-face): Ditto.
13352         (gnus-summary-normal-unread-face): Ditto.
13353         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13354         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13355
13356         * hashcash.el (hashcash): New custom group.
13357         (hashcash-default-payment): Add :group.
13358         (hashcash-payment-alist): Ditto.
13359         (hashcash-default-accept-payment): Ditto.
13360         (hashcash-accept-resources): Ditto.
13361         (hashcash-path): Ditto.
13362         (hashcash-extra-generate-parameters): Ditto.
13363         (hashcash-double-spend-database): Ditto.
13364         (hashcash-in-news): Ditto.
13365
13366         * message.el (message-minibuffer-local-map): Add :group.
13367
13368         * netrc.el (netrc): Add :group.
13369
13370         * sieve-manage.el (sieve-manage-log): Add :group.
13371         (sieve-manage-default-user): Diito.
13372         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13373         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13374         (sieve-manage-authenticators): Ditto.
13375         (sieve-manage-authenticator-alist): Ditto.
13376         (sieve-manage-default-port): Ditto.
13377
13378         * sieve-mode.el (sieve-control-commands-face): Add :group.
13379         (sieve-action-commands-face): Ditto.
13380         (sieve-test-commands-face): Ditto.
13381         (sieve-tagged-arguments-face): Ditto.
13382
13383         * smime.el (smime): Add :group.
13384
13385         * spam-report.el (spam-report): Add :group.
13386
13387         * spam.el (spam, spam-face): Add :group.
13388
13389 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13390
13391         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13392         return \n.\n.\n at the end of articles.  Protect against that.
13393         (nntp-with-open-group): Allow debugging.
13394
13395         * nnheader.el (mail-header-set-extra): Make into a function
13396         because I just could't understand how to quote the list properly.
13397
13398         * dns.el (query-dns-cached): New function.
13399
13400 2005-05-26  Lute Kamstra  <lute@gnu.org>
13401
13402         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13403
13404 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13407
13408         * gnus-art.el: Don't autoload mail-extract-address-components.
13409
13410         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13411         eval-and-compile to evaluate it.
13412
13413         * hashcash.el: Don't autoload executable-find.
13414
13415         * nndb.el: Don't declare the nndb back end two or more times; don't
13416         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13417
13418         * nntp.el: Autoload format-spec instead of format; use
13419         eval-and-compile to evaluate autoload forms.
13420
13421 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13422
13423         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13424
13425 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13426
13427         * gnus.el (gnus-version-number): Bump version.
13428
13429 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13430
13431         * gnus.el: No Gnus v0.3 is released.
13432
13433 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13434
13435         * lpath.el (featurep): Bind show-nonbreak-escape.
13436
13437 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-art.el (gnus-article-edit-part): Disable undo.
13440
13441 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13444         gnus-article-date-lapsed-new-header is t if date timer is active;
13445         skip headers in which the original date value is empty.
13446         (gnus-article-save-original-date): Redefine it as a macro.
13447         (gnus-display-mime): Use it.
13448
13449 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * gnus-art.el (article-date-ut): Support converting date in
13452         forwarded parts as well.
13453         (gnus-article-save-original-date): New function.
13454         (gnus-display-mime): Use it.
13455
13456 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13457
13458         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13459         enclosure element of <item>.
13460
13461 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * message.el (message-kill-buffer-query): Renamed from
13464         `message-kill-buffer-query-if-modified'.  Added :version.
13465
13466 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13469         window layout.
13470
13471 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * mml.el: Autoload dnd when compiling.
13474
13475 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13478         x-dnd-*.
13479
13480 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * qp.el (quoted-printable-encode-region): Save excursion.
13483
13484 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13485
13486         * message.el (message-kill-buffer-query-if-modified): Add new variable
13487         so the user can kill a modified message buffer quickly.
13488         (message-kill-buffer): Use it.
13489
13490 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * lpath.el: Fbind display-time-event-handler; don't fbind
13493         string-to-multibyte.
13494
13495         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13496
13497 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13500         contained in text because xml.el decodes entities) with LFs.
13501
13502 2005-04-11  Lute Kamstra  <lute@gnu.org>
13503
13504         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13505         differently.
13506
13507 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13508
13509         * mm-util.el (mm-detect-coding-region): Typo.
13510
13511 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13514
13515 2005-04-06  Deepak Goel  <deego@gnufans.org>
13516
13517         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13518         user-function allow user modifications of the scores.
13519         (spam-stat-score-buffer-user): New function, to allow
13520         user-computed modifications to the score.
13521         (spam-stat-score-buffer-user-functions): List of additional
13522         scoring functions.
13523         (spam-stat-error-holder): Global temporary error holder.
13524         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13525         variable.
13526
13527 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13528
13529         * gnus-registry.el (gnus-registry-clean-empty-function)
13530         (gnus-registry-trim, gnus-registry-fetch-groups)
13531         (gnus-registry-delete-group): Groups that match
13532         `gnus-registry-ignored-groups' are removed from the registry
13533         entries, not just ignored for splitting.  This helps clean up the
13534         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13535         to get all the groups a message ID is in.
13536
13537         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13538         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13539         (spam-stat-score-buffer-user-functions): Add :number custom type.
13540
13541 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13544         argument in XEmacs.
13545
13546         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13547         (nnrss-request-group): Decode group name first.
13548         (nnrss-request-article): Make a text/plain article if mml-to-mime
13549         failed.
13550         (nnrss-get-encoding): Return a compatible encoding according to
13551         nnrss-compatible-encoding-alist.
13552         (nnrss-find-el): Use consp instead of listp.
13553         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13554
13555 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13558         which Emacs 20 doesn't support.
13559         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13560
13561 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13564         silence the byte compiler inside the defun.
13565
13566         * gnus-demon.el (parse-time-string): Add autoload.
13567
13568         * gnus-delay.el (parse-time-string): Add autoload.
13569
13570         * gnus-art.el (parse-time-string): Add autoload.
13571
13572         * nnultimate.el (parse-time): Require for `parse-time-string'.
13573
13574 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13577
13578         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13579
13580         * smime.el (smime-ldap-host-list): Add :version.
13581
13582 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13585         pass it to `gnus-browse-read-group'.
13586         (gnus-browse-read-group): Add NUMBER argument and pass it to
13587         `gnus-group-read-ephemeral-group'.
13588
13589         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13590         argument and pass it to `gnus-group-read-group'.
13591
13592 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13593
13594         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13595         mm-xemacs-find-mime-charset-1 if we have the mule feature
13596         available at runtime.
13597
13598 2005-03-25  Werner Lemberg  <wl@gnu.org>
13599
13600         * nnmaildir.el: Replace `illegal' with `invalid'.
13601
13602 2005-03-23  Lute Kamstra  <lute@gnu.org>
13603
13604         * time-date.el: Add comment on time value formats.
13605         Don't require parse-time.
13606         (with-decoded-time-value): New macro.
13607         (encode-time-value): New function.
13608         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13609         (days-to-time): Return a valid time value when arg is huge.
13610         (time-since): Use time-subtract.
13611         (time-to-number-of-days): Use time-to-seconds.
13612
13613 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13614
13615         * gnus-start.el (gnus-display-time-event-handler):
13616         Check display-time-timer at runtime rather than only at load time
13617         in case display-time-mode is turned off in the mean time.
13618
13619 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13620
13621         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13622         used.
13623
13624         * nneething.el (nneething-map-file-directory): Derive from
13625         `gnus-directory'.
13626
13627         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13628         the To/Cc button.
13629
13630 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * nnmaildir.el (nnmaildir-request-accept-article):
13633         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13634
13635 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13636
13637         * gnus-async.el: Require timer-funcs at compile time when in
13638         XEmacs for `run-with-idle-timer'.
13639
13640 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13641
13642         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13643         autoloaded function.
13644
13645 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13646
13647         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13648
13649 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13650
13651         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13652
13653 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13656         gnus-expert-user to default.
13657
13658 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13659
13660         * nnimap.el (nnimap-open-server): Ditto.
13661
13662         * imap.el (imap-authenticate): Fix typo.
13663
13664 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13665
13666         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13667         buffer (since IMAP server might return FETCH response out of
13668         order, and the nntp buffer must be sorted).
13669
13670 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13671
13672         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13673         comparison on string.
13674
13675         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13676         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13677         (gnus-agent-summary-fetch-series): Modified to protect against
13678         gnus-agent-summary-fetch-group clearing processable flags.
13679         (gnus-agent-synchronize-group-flags): Update live group buffer as
13680         synchronization may occur due to the user toggle the plugged
13681         status.
13682         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13683         successfully downloaded.
13684         (gnus-agent-expire-group-1): Avoid using markers when the overview
13685         is in ascending order; greatly improves performance.
13686         (gnus-agent-regenerate-group): Use
13687         gnus-agent-synchronize-group-flags to reset read status in both
13688         gnus and server.
13689         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13690
13691 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * message.el: Don't autoload former message-utils variables.
13694         (message-strip-subject-trailing-was): Change doc string.
13695
13696         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13697         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13698         (nnweb-google-search): Add "hl=en" here.
13699         (nnweb-google-parse-1, nnweb-google-create-mapping):
13700         Don't hardcode URL.
13701
13702 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * message.el (message-get-reply-headers, message-followup):
13705         Mention related variables `message-use-followup-to' and
13706         `message-use-mail-followup-to', in the information buffer.
13707
13708         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13709         of broken groups(-beta).google.com.
13710
13711 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13712
13713         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13714         parameter to invoked gnus-request-move-article; remove the
13715         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13716         all at once instead of once per article.
13717         (gnus-summary-remove-process-mark): Accept a list of articles as
13718         well as a single article for processing.
13719
13720         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13721         parameter.
13722
13723         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13724
13725         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13726
13727         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13728         parameter.
13729
13730         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13731         parameter.
13732
13733         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13734         parameter and remove the gnus-sum-hint-move-is-internal variable.
13735
13736         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13737         parameter.
13738
13739         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13740         parameter.
13741
13742         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13743         parameter.
13744
13745         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13746
13747         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13748         parameter.
13749
13750         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13751         parameter.
13752
13753 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13754
13755         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13756         a more conservative way.
13757
13758 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13759
13760         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13761         buffer, so it moves the window's cursor.
13762
13763 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13764
13765         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13766         `mm-dissect-multipart' and receive the from field as an (optional)
13767         argument from `mm-dissect-multipart'.
13768         (mm-dissect-multipart): Receive the from field as an argument and
13769         pass it on when we call `mm-dissect-buffer' on MIME parts.
13770         Fixes verification/decryption of signed/encrypted MIME parts.
13771
13772 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13773
13774         * gnus-sum.el (gnus-summary-move-article): Set
13775         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13776         whatever it calls (right now, only nnimap-request-move article
13777         respects it).
13778
13779         * nnimap.el (nnimap-request-move-article): When
13780         gnus-sum-hint-move-is-internal is set, don't do the extra
13781         nnimap-request-article.
13782
13783 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13784
13785         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13786
13787         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13788         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13789
13790         * gnus-sum.el (gnus-summary-caesar-message):
13791         Apply `gnus-treat-article' after rotation.
13792
13793         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13794         doc string.
13795
13796 2005-02-22  Simon Josefsson  <jas@extundo.com>
13797
13798         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13799         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13800         <arne@arnested.dk>.
13801         (encrypt): Add password-cache and password-cache-expiry as group
13802         members.
13803
13804 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13805
13806         * smime.el (smime-ldap-host-list): Doc fix.
13807         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13808         cache) password.
13809         (smime-sign-region): Use it.
13810         (smime-decrypt-region): Use it.
13811         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13812         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13813         fails.
13814         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13815         certificate from DER to PEM format rather than calling openssl.
13816
13817         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13818
13819         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13820         for signing/encryption.
13821
13822         * mml.el (mml-parse-1): Use them.
13823
13824 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13825
13826         * nnrss.el (nnrss-verbose): Removed.
13827         (nnrss-request-group): Use `nnheader-message' instead.
13828
13829 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13830
13831         * nnrss.el (nnrss-verbose): New variable.
13832         (nnrss-request-group): Make it say nnrss is requesting a group.
13833
13834 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13837         Handle news URL with given port correctly.
13838
13839 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13842         containing special characters.
13843
13844         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13845
13846         * mml.el (mime-to-mml): Ditto.
13847
13848         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13849         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13850         (rfc2047-decode-region): Quote decoded words containing special
13851         characters when rfc2047-quote-decoded-words-containing-tspecials
13852         is non-nil.
13853
13854 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13857
13858         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13859
13860 2005-02-15  Simon Josefsson  <jas@extundo.com>
13861
13862         * nnimap.el (nnimap-debug): Doc fix.
13863
13864         * imap.el (imap-debug): Doc fix.
13865
13866 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13869
13870 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13871
13872         * gnus.el (spam-contents): Improve docs for spam-contents
13873         parameter in its variable incarnation.
13874
13875 2005-02-14  Simon Josefsson  <jas@extundo.com>
13876
13877         * smime-ldap.el: Use require instead of load-library for ldap.
13878         (smime-ldap-search): Indent.
13879         (smime-ldap-search-internal): Shorten line.
13880
13881         * smime.el (smime-cert-by-dns): Add doc-string.
13882         (smime-cert-by-ldap-1): Indent.
13883
13884         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13885         mml-smime-get-dns-ldap.
13886         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13887
13888 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13889
13890         * smime.el: Require smime-ldap.
13891         (smime-ldap-host-list): New variable.
13892         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13893
13894         * mml-smime.el (mml-smime-encrypt-query): New function.
13895         (mml-smime-encrypt-query): Use it.
13896
13897         * smime-ldap.el: New file.
13898
13899 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13902
13903 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13906         argument in doc string.  Make query for type more clear.
13907
13908 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13909
13910         * gnus.el (gnus-group-startup-message): Search for gnus images in
13911         etc/images/gnus.
13912         * mm-util.el (mm-image-load-path): Likewise.
13913         * smiley.el (smiley-data-directory): Search for smilies in
13914         etc/images/smilies.
13915
13916 2005-02-09  Kim F. Storm  <storm@cua.dk>
13917
13918         Change Emacs release version from 21.4 to 22.1 throughout.
13919         Change Emacs development version from 21.3.50 to 22.0.50.
13920
13921 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13924
13925         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13926         non-Mule XEmacs as well.
13927         (mm-decompress-buffer): Signal an error intentionally if it does
13928         not decompress compressed data because auto-compression-mode is
13929         disabled.
13930
13931 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13932
13933         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13934         an ID in the registry even if it has no groups.
13935
13936 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13939         merge it into mm-decompress-buffer.
13940         (gnus-mime-copy-part): Use the MIME part charset, the value which
13941         a user specified or gnus-newsgroup-charset for decoding, like
13942         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13943         save-buffer what was used.  Suggested by Kevin Ryde
13944         <user42@zip.com.au>.
13945         (gnus-mime-inline-part): Allow the name parameter as well as the
13946         filename parameter; force decompressing of compressed data; always
13947         display contents being not decoded as unibyte.
13948
13949         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13950         as well as the filename parameter.
13951
13952         * mm-util.el (mm-decompress-buffer): Merge
13953         gnus-mime-jka-compr-maybe-uncompress.
13954         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13955         of compressed data.
13956
13957 2005-02-08  Simon Josefsson  <jas@extundo.com>
13958
13959         * imap.el (imap-log): Doc fix.
13960
13961 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13964         the coding cookies; decompress compressed parts.
13965
13966         * mml.el (mml-generate-mime-1): Add the charset parameter according
13967         to the value which a user specified manually or the coding cookie.
13968
13969         * mm-util.el (mm-string-to-multibyte): New function.
13970         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13971         (mm-coding-system-to-mime-charset): New function.
13972         (mm-decompress-buffer): New function.
13973         (mm-find-buffer-file-coding-system): New function.
13974
13975         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13976         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13977         parts.
13978
13979 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13980
13981         * mm-view.el (mm-display-inline-fontify): Decode a part according
13982         to the charset parameter.
13983
13984 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13987         prefix arg is neither nil nor a number, as info specifies.
13988
13989 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13992         timestamps.
13993
13994 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13995
13996         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13997         groups error checking and notify user.
13998
13999 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14000
14001         * message.el (message-send-mail-function): Check existence of
14002         sendmail-program first before using default value
14003         `message-send-mail-with-sendmail'.  Otherwise use more generic
14004         `smtpmail-send-it'.
14005
14006 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * nntp.el (nntp-request-update-info): Always return nil.
14009
14010 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14011
14012         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14013
14014 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14015
14016         * message.el (message-beginning-of-line): Change the behavior when
14017         invoked between BOL and : so that it first moves backward.
14018
14019 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14022         article buffer when editing of the article is discarded.
14023         (gnus-article-prepare): Revert.
14024
14025 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-art.el (gnus-article-prepare):
14028         Remove message-strip-forbidden-properties from the local hook.
14029
14030 2005-01-27  Simon Josefsson  <jas@extundo.com>
14031
14032         * password.el (password-cache-add): Only start one timer per key.
14033         Reported by Derek Atkins <warlord@MIT.EDU>.
14034
14035 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14036
14037         * run-at-time.el: Removed.  It is no longer needed as
14038         timer-funcs.el in the xemacs-base package has a working version of
14039         `run-at-time'.
14040
14041         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14042
14043         * password.el: Require timer-funcs instead of run-at-time in
14044         XEmacs.
14045         Remove `password-run-at-time' macro.
14046         (password-cache-add): Use `run-at-time' instead of
14047         `password-run-at-time'.
14048
14049         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14050         Remove `nnheader-cancel-function-timers' alias,
14051         `cancel-function-timers' exists in XEmacs in timer-funcs.
14052
14053         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14054         for `run-with-idle-timer'.
14055
14056         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14057         for `run-at-time'.
14058
14059         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14060         for `with-timeout'.
14061
14062         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14063         the same as for XEmacs 21.4.
14064         No need to ignore `run-with-idle-timer', this function exists in
14065         XEmacs now in timer-funcs.el in the xemacs-base package.
14066         (dgnushack-compile): No need to delete
14067         run-at-time.el from the list of files to compile because it
14068         doesn't exist anymore.
14069
14070 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14073         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14074
14075 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14076
14077         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14078         sensitively.
14079
14080 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14081
14082         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14083
14084 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14087         which will be inserted according to the multibyteness of a buffer
14088         rather than the type of contents.  Suggested by ARISAWA Akihiro
14089         <ari@mbf.ocn.ne.jp>.
14090
14091         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14092         of string which old xml.el may return rather than a string.
14093
14094 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14097
14098 2005-01-16  Simon Josefsson  <jas@extundo.com>
14099
14100         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14101         idn/idna.el isn't available.
14102         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14103         <michael@waxrat.com>.
14104
14105         * hashcash.el: Remove non-FSF copyright header.
14106
14107         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14108         (hashcash-generate-payment): Use it.
14109         (hashcash-generate-payment-async): Use it.
14110
14111 2005-01-15  Simon Josefsson  <jas@extundo.com>
14112
14113         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14114         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14115
14116         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14117         gnus-summary-idna-message.
14118         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14119         (gnus-summary-idna-message): New function.
14120
14121 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14122
14123         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14124         gnus-novice-user.
14125
14126 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * nnrss.el (nnrss-request-delete-group): Delete entries in
14129         nnrss-group-alist as well.
14130         (nnrss-save-server-data): Insert newline.
14131
14132 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14133
14134         * gnus.el (gnus-user-agent): Use list of symbols instead of
14135         symbols.  Display full version number for (S)XEmacs.  Optionally
14136         display (S)XEmacs codename.
14137
14138         * gnus-util.el (gnus-emacs-version): Update for new
14139         `gnus-user-agent'.
14140
14141         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14142         Gnus version.
14143
14144 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14147         which is unreadable in some setups.
14148
14149 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-spec.el (gnus-update-format-specifications): Flush the
14152         group format spec cache if it doesn't support decoded group names.
14153
14154 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14155
14156         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14157         Allow to apply decay on score files matching a regexp.
14158
14159 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14162         compatibility in %g and %c.
14163
14164 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14167         name for only %g and %c.
14168         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14169         of gnus-tmp-group to decoded group name.
14170         (gnus-group-make-rss-group): Exclude `/'s from group names.
14171
14172 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * nnrss.el (nnrss-get-encoding): Fix regexp.
14175
14176 2004-12-27  Simon Josefsson  <jas@extundo.com>
14177
14178         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14179         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14180         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14181
14182 2004-12-17  Kim F. Storm  <storm@cua.dk>
14183
14184         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14185
14186         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14187
14188 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14189
14190         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14191
14192 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * nnrss.el: Require rfc2047 and mml.
14195         (nnrss-file-coding-system): New variable.
14196         (nnrss-format-string): Redefine it as an inline function.
14197         (nnrss-decode-group-name): New function.
14198         (nnrss-string-as-multibyte): Remove.
14199         (nnrss-retrieve-headers): Decode group name; don't use
14200         nnrss-format-string.
14201         (nnrss-request-group): Decode group name.
14202         (nnrss-request-article): Decode group name; allow a Message-ID as
14203         well as an article number; don't use nnrss-format-string; encode a
14204         Message-ID string which may contain non-ASCII characters; use
14205         mml-to-mime to compose a MIME article.
14206         (nnrss-request-expire-articles): Decode group name.
14207         (nnrss-request-delete-group): Decode group name.
14208         (nnrss-fetch): Clarify error message.
14209         (nnrss-read-server-data): Use insert-file-contents instead of load;
14210         bind file-name-coding-system; use multibyte buffer.
14211         (nnrss-save-server-data): Bind coding-system-for-write to the
14212         value of nnrss-file-coding-system; bind file-name-coding-system;
14213         add coding cookie.
14214         (nnrss-read-group-data): Use insert-file-contents instead of load;
14215         bind file-name-coding-system; use multibyte buffer.
14216         (nnrss-save-group-data): Bind coding-system-for-write to the
14217         value of nnrss-file-coding-system; bind file-name-coding-system.
14218         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14219         make it work with non-ASCII text.
14220         (nnrss-find-el): Make it work with old xml.el as well.
14221
14222 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14223
14224         * nnrss.el (nnrss-get-encoding): New function.
14225         (nnrss-fetch): Use unibyte buffer initially; bind
14226         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14227         decode contents according to the encoding attribute.
14228         (nnrss-save-group-data): Add coding cookie.
14229         (nnrss-mime-encode-string): New function.
14230         (nnrss-check-group): Use it to encode subject and author.
14231
14232 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14233
14234         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14235         imaginary variable.
14236
14237 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14240         correctly even if there are wide characters.
14241
14242 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14243
14244         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14245         downcased symbol names; make a new cache instead of reusing
14246         bbdb-hashtable.
14247
14248 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14251         concatenating segments rather than before concatenating them.
14252         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14253
14254         * message.el (message-get-reply-headers): Bind `extra'.
14255
14256 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14257
14258         * message.el (message-extra-wide-headers): New variable.
14259         (message-get-reply-headers): Use it.
14260
14261 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14264         (gnus-agent-group-pathname): Ditto.
14265
14266         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14267
14268         * gnus-group.el (gnus-group-make-group): Decode group name.
14269         (gnus-group-make-rss-group): Register the group data after opening
14270         the nnrss group.
14271
14272 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14273
14274         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14275         by expiry now get marked as read.
14276
14277 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14280
14281 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14282
14283         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14284         unify Latin characters in XEmacs.
14285         (mm-find-mime-charset-region): Use it.
14286
14287 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-util.el (gnus-delete-directory): New function.
14290
14291         * gnus-agent.el (gnus-agent-delete-group): Use it.
14292
14293         * gnus-cache.el (gnus-cache-delete-group): Use it.
14294
14295 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14298         names.
14299
14300 2004-12-16  Simon Josefsson  <jas@extundo.com>
14301
14302         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14303
14304 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14307
14308         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14309         (gnus-group-set-current-level): Decode group name.
14310
14311 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14312
14313         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14314         failed.
14315
14316 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-group.el (gnus-group-delete-group): Decode group name.
14319         (gnus-group-make-rss-group): Encode group name.
14320         (gnus-group-catchup-current): Decode group name.
14321         (gnus-group-kill-group): Decode group name.
14322
14323 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14324
14325         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14326
14327 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * gnus-group.el (gnus-group-make-rss-group):
14330         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14331
14332         * gnus-start.el (gnus-setup-news): Honor user's setting to
14333         gnus-message-archive-method.  Suggested by Lute Kamstra
14334         <lute@gnu.org>.
14335
14336 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14337
14338         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14339         global counterparts of the buffer-local variables.
14340
14341 2004-11-16  Romain Francoise  <romain@orebokech.com>
14342
14343         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14344         counterparts of the buffer-local variables.
14345
14346 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * message.el (message-forbidden-properties): Fixed typo in doc
14349         string.
14350
14351 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * gnus-util.el (gnus-replace-in-string): Added doc string.
14354
14355         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14356         to avoid problems when splitting mails with many recipients.
14357
14358 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14359
14360         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14361         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14362
14363 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14364
14365         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14366         if there is no hashtable in memory or file modification time is
14367         newer than cached timestamp.
14368
14369 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14372         not-matching option.
14373
14374 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14377         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14378         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14379         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14380         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14381         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14382
14383 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * message.el (message-forward-make-body-mml): Remove headers
14386         according to message-forward-ignored-headers if a message is decoded.
14387
14388 2004-12-02  Romain Francoise  <romain@orebokech.com>
14389
14390         * message.el (message-forward-make-body-plain): Always remove
14391         headers according to message-forward-ignored-headers.
14392
14393 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14394
14395         * spam.el (spam-summary-prepare-exit): Remove the
14396         gnus-summary-limit pop for now, it has problems with ham marks for
14397         me.
14398
14399 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14400
14401         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14402         correctly.
14403
14404 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14405
14406         * format-spec.el (format-spec): Message the char.
14407
14408 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         * gnus-art.el (gnus-split-methods): Reformat comments.
14411
14412         * spam.el (spam-summary-prepare-exit): Remove article limits
14413         before exiting the summary buffer.
14414
14415 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14418         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14419
14420         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14421         order to silence the byte compiler.
14422
14423         * spam.el: Fix the way to silence the byte compiler, which
14424         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14425         bbdb-search-simple, spam-BBDB-register-routine,
14426         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14427         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14428         spam-stat-buffer-is-spam, spam-stat-load,
14429         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14430         spam-stat-save and spam-stat-split-fancy.
14431
14432 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14435         which may confuse users.
14436         (canlock-password-for-verify): Ditto.
14437
14438         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14439
14440         * gnus-art.el (gnus-emphasis-alist): Ditto.
14441
14442         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14443
14444         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14445
14446         * gnus-start.el (gnus-save-killed-list): Ditto.
14447
14448         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14449         (gnus-sum-thread-tree-root): Ditto.
14450         (gnus-sum-thread-tree-false-root): Ditto.
14451         (gnus-sum-thread-tree-single-indent): Ditto.
14452
14453         * message.el (message-courtesy-message): Ditto.
14454         (message-archive-note): Ditto.
14455         (message-subscribed-address-file): Ditto.
14456         (message-user-fqdn): Ditto.
14457
14458         * spam-report.el (spam-report-gmane-regex): Ditto.
14459
14460         * spam.el (spam-blackhole-good-server-regex): Ditto.
14461
14462 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * mml.el (mml-preview): Widen the message buffer before copying
14465         the contents to the preview buffer; sort headers before previewing.
14466
14467         * message.el (message-hidden-headers): Fix the way to avoid a bug
14468         in the `repeat' widget in Emacs 21.3 or earlier.
14469
14470 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * message.el (message-hidden-headers): Default to "^References:".
14473         Improve customization type.  Suggested by Reiner Steib
14474         <Reiner.Steib@gmx.de>.
14475
14476 2004-11-25  Romain Francoise  <romain@orebokech.com>
14477
14478         * message.el (message-strip-forbidden-properties): Remove check for
14479         obsolete `message-hidden' text property, hidden headers are not
14480         accessible in the buffer anymore.
14481
14482 2004-11-22  Romain Francoise  <romain@orebokech.com>
14483
14484         * message.el (message-header-format-alist): Add `From' in list
14485         so that it can be sorted.
14486         (message-fix-before-sending): Widen and sort headers before
14487         sending.
14488         (message-hide-headers): Use narrowing to hide headers by moving
14489         them to the top of the buffer and narrowing to the region
14490         underneath.
14491
14492 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14493
14494         * message.el (message-strip-forbidden-properties): Bind
14495         buffer-read-only (etc) to nil.
14496
14497 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14500         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14501
14502 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14503
14504         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14505
14506 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14507
14508         * dns.el (query-dns): Use sit-for to time instead of
14509         accept-process-output, since that doesn't seem to work on udp
14510         sockets.
14511
14512 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14515
14516 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14517
14518         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14519         doc string.  Improve doc string.
14520
14521 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * nntp.el (nntp-request-update-info): Return nil if
14524         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14525         may not call gnus-activate-group which uselessly issues the GROUP
14526         commands for all nntp groups and wastes time.  Reported by Romain
14527         Francoise <romain@orebokech.com>.
14528
14529         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14530
14531 2004-11-15  Simon Josefsson  <jas@extundo.com>
14532
14533         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14534         headers separately.
14535         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14536         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14537
14538 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * gnus-start.el (gnus-convert-old-newsrc):
14541         Assign legacy-gnus-agent to 5.10.7.
14542
14543 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14544
14545         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14546         start of the lines.
14547
14548 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14549
14550         * hashcash.el (hashcash-default-payment): Change default to 20.
14551         (hashcash-default-accept-payment): Change default to 20.
14552         (hashcash-process-alist): New variable.
14553         (hashcash-generate-payment-async): Add.
14554         (hashcash-already-paid-p): Add.
14555         (hashcash-insert-payment): Don't generate payments twice.
14556         (hashcash-insert-payment-async): Add.
14557         (hashcash-insert-payment-async-2): Add.
14558         (hashcash-cancel-async): Add.
14559         (hashcash-wait-async): Add.
14560         (hashcash-processes-running-p): Add.
14561         (hashcash-wait-or-cancel): Add.
14562         (mail-add-payment): New optional argument.  Conditionally start
14563         asynchronous calculation.
14564         (mail-add-payment-async): Add.
14565
14566         * message.el (message-send-mail): Wait for asynchronous hashcash
14567         results.  Don't clobber existing X-Hashcash headers.
14568         (message-setup-1): Call mail-add-payment-async when
14569         message-generate-hashcash is non-nil.
14570
14571 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14572
14573         * message.el (message-use-alternative-email-as-from): Examine the
14574         From header as well; use message-make-from in order to include a
14575         user's full name.
14576
14577 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14580         default; improve customization type.
14581         (gnus-emphasis-custom-with-format): New macro.
14582         (gnus-emphasis-custom-value-to-external): New function.
14583         (gnus-emphasis-custom-value-to-internal): New function.
14584
14585 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14586
14587         * dns.el (query-dns): Resolve reverse addresses.
14588
14589 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14590
14591         * gnus-group.el (gnus-group-get-new-news): Use it.
14592
14593         * gnus-start.el (gnus-check-reasonable-setup): New function.
14594
14595 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14598         "Args out of range" error.  Reported by Arnaud Giersch
14599         <arnaud.giersch@free.fr>.
14600
14601 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14602
14603         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14604
14605 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14606
14607         * spam.el (spam group): Add :version.
14608
14609         * pgg-def.el (pgg group): Add :version.
14610
14611 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus-art.el (gnus-article-edit-article): Don't associate the
14614         article buffer with a draft file.  This is a temporary measure
14615         against the 2004-08-22 change to gnus-article-edit-mode.
14616
14617 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14620         (html2text-format-tags): Remove unused variable `attr'.
14621
14622 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14623
14624         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14625
14626         * tls.el (tls-process-connection-type, tls-success)
14627         (tls-certtool-program): Add :version.
14628
14629         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14630         (starttls-extra-arguments, starttls-process-connection-type)
14631         (starttls-connect, starttls-failure, starttls-success): Add :version.
14632
14633         * spam-stat.el (spam-stat): Add :version.
14634
14635         * sieve.el (sieve): Add :version.
14636
14637         * sha1.el (sha1): Add :version.
14638         (sha1-use-external): Remove redundant version.
14639
14640         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14641         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14642         (nnmail-split-fancy-match-partial-words)
14643         (nnmail-split-lowercase-expanded): Add :version.
14644
14645         * nndiary.el (nndiary): Add :version.
14646
14647         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14648
14649         * mml-sec.el (mml-default-sign-method)
14650         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14651         Add :version.
14652
14653         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14654
14655         * mm-url.el (mm-url-use-external, mm-url-program)
14656         (mm-url-arguments): Add :version.
14657
14658         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14659         (mm-attachment-file-modes, mm-decrypt-option)
14660         (mm-w3m-safe-url-regexp): Add :version.
14661
14662         * message.el (message-cite-prefix-regexp)
14663         (message-sendmail-envelope-from, message-minibuffer-local-map)
14664         (message-user-fqdn, message-completion-alist): Add :version.
14665
14666         * gnus-win.el (gnus-configure-windows-hook)
14667         (gnus-use-frames-on-any-display): Add :version.
14668
14669         * gnus-art.el (gnus-article-address-banner-alist)
14670         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14671         (gnus-treat-from-picon, gnus-treat-mail-picon)
14672         (gnus-treat-x-pgp-sig): Add :version.
14673
14674         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14675         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14676         (gnus-summary-article-delete-hook)
14677         (gnus-summary-display-while-building): Add :version.
14678
14679         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14680         (gnus-get-top-new-news-hook): Add :version.
14681
14682         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14683         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14684
14685         * gnus-registry.el (gnus-registry): Add :version.
14686
14687         * gnus-spec.el (gnus-use-correct-string-widths)
14688         (gnus-make-format-preserve-properties): Add :version.
14689
14690         * gnus.el (gnus-group-charter-alist)
14691         (gnus-group-fetch-control-use-browse-url)
14692         (gnus-install-group-spam-parameters): Add :version.
14693
14694         * gnus-diary.el (gnus-diary): Add :version.
14695
14696         * gnus-delay.el (gnus-delay): Add :version.
14697
14698         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14699         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14700         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14701         Add :version.
14702
14703         * gnus-agent.el (gnus-agent-max-fetch-size)
14704         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14705         (gnus-agent-prompt-send-queue): Add :version.
14706
14707         * deuglify.el (gnus-outlook-deuglify): Add :version.
14708
14709         * html2text.el: Beautify code.  Improve doc strings.  Some
14710         checkdoc cleanup.
14711         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14712
14713 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14714
14715         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14716
14717 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14718
14719         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14720         when package is loaded.
14721
14722         * spam.el (spam-summary-score-preferred-header): Add global preference
14723         for people who want to override the default SpamAssassin over
14724         Bogofilter preference (when both are set).
14725         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14726         (spam-user-format-function-S): Check
14727         spam-summary-score-preferred-header.
14728         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14729         (spam-user-format-function-S): Format the score correctly.
14730
14731 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14734         signature file.  Suggested by Manoj Srivastava
14735         <srivasta@golden-gryphon.com>.
14736
14737         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14738         iso-2022-jp even in the Japanese language environment.
14739         Suggested by Jason Rumney <jasonr@gnu.org>.
14740
14741 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14744         use the same characters as the dummy marks; make it free from
14745         getting affected by the language environment.
14746         (gnus-summary-read-group-1): Update mark positions only when the
14747         format spec is updated.
14748
14749         * gnus-spec.el (gnus-update-format-specifications): Return a list
14750         of updated types.
14751
14752 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14755         of boundp to check if display-warning is available.
14756
14757 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14758
14759         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14760
14761 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * nnspool.el (nnspool-spool-directory): Use news-path if the
14764         news-directory variable is not bound.
14765
14766         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14767         function instead of display-warning if it is not available.
14768
14769 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14772         v5-10: Use `point-at-bol'.
14773
14774 2004-10-26  Simon Josefsson  <jas@extundo.com>
14775
14776         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14777         <chenggao@gmail.com>.
14778
14779 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14780
14781         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14782         instead.
14783
14784 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14785
14786         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14787         to remove a server from the nnimap-server-buffer-alist.
14788         (nnimap-open-connection, nnimap-close-server): Use it.
14789
14790         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14791
14792 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14795         running the major-mode function.
14796
14797 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14800         dummy marks in the right way.
14801
14802 2004-10-18  David Edmondson  <dme@dme.org>
14803
14804         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14805         excessively.
14806
14807 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14808
14809         * gnus-util.el (gnus-split-references): Accept a nil references
14810         string and go on blissfully.
14811
14812         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14813         cases where the references string is non-nil but has no references.
14814
14815         * encrypt.el: Add autoload tags.
14816
14817         * spam.el (spam-resolve-registrations-routine): Remove article
14818         from unregistration list too.  Reported by David Hanak
14819         <dhanak@isis.vanderbilt.edu>
14820
14821 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14824         nil.  Changed custom type.
14825
14826 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14829
14830         * gnus-sum.el (gnus-summary-move-article): Use it.
14831
14832 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14833
14834         * encrypt.el: Add autoload cookies.
14835
14836         * spam.el (spam-backend-article-list-property)
14837         (spam-backend-get-article-todo-list)
14838         (spam-backend-put-article-todo-list)
14839         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14840         Resolve registrations separately.
14841         (spam-register-routine): Format comments.
14842         (spam-unregister-routine, spam-register-routine): Always call with
14843         specific-articles, no default list.
14844         (spam-summary-prepare-exit): Use the spam-classifications function.
14845
14846         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14847         gnus-encrypt.el.
14848
14849         * encrypt.el: Copied from gnus-encrypt.el.
14850
14851         * gnus-encrypt.el: Commented that it's obsolete.
14852
14853 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14856         (gnus-score-save): Use it.
14857
14858         * message.el (message-bury): Use `window-dedicated-p'.
14859
14860 2004-10-15  Simon Josefsson  <jas@extundo.com>
14861
14862         * pop3.el (top-level): Don't require nnheader.
14863         (pop3-read-timeout): Add.
14864         (pop3-accept-process-output): Add.
14865         (pop3-read-response, pop3-retr): Use it.
14866
14867 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14868
14869         * spam.el (spam-register-routine): Move comment.
14870         (spam-verify-bogofilter): Use 'unknown for the initial
14871         spam-bogofilter-valid state, not 'never.
14872
14873         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14874         for netrc-machine.
14875
14876         * nnimap.el (nnimap-open-connection): Use
14877         netrc-machine-user-or-password.
14878
14879 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14880
14881         * gnus-registry.el (gnus-registry-unload-hook):
14882         Set as a variable with add-hook.
14883
14884         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14885         of news-path.
14886
14887         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14888
14889         * spam.el: Delete duplicate `provide'.
14890         (spam-unload-hook): Set as a variable with add-hook.
14891
14892 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14895         in the doc string.
14896
14897         * message.el (message-ignored-news-headers)
14898         (message-ignored-supersedes-headers)
14899         (message-ignored-resent-headers)
14900         (message-forward-ignored-headers): Improve custom type.
14901
14902 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * message.el (message-tokenize-header): Fix 2004-09-06 change
14905         which used point-min in the wrong place.
14906
14907 2004-10-12  Simon Josefsson  <jas@extundo.com>
14908
14909         * tls.el (tls-certtool-program): New variable.
14910         (tls-certificate-information): New function, based on
14911         ssl-certificate-information.
14912
14913 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * compface.el: Move the version of ELisp-based uncompface program
14916         to the contrib directory because of the copyright problem.
14917
14918 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * message.el (message-kill-buffer): Raise the current frame.
14921
14922 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14925
14926         * gnus.el (message-y-or-n-p): Autoload.
14927
14928         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14929         (pop3-password-required, pop3-authentication-scheme)
14930         (pop3-leave-mail-on-server): Made customizable.
14931         (pop3): New custom group.
14932         (pop3-retr): Remove `sleep-for' statements.
14933         Suggested by Dave Love <fx@gnu.org>.
14934
14935         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14936         Windows/DOS.
14937
14938         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14939         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14940         Dave Love <fx@gnu.org>.
14941
14942         * mml.el (mml-minibuffer-read-disposition): Require match.
14943         Suggested by Dave Love <fx@gnu.org>.
14944
14945 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14948         doc string.
14949
14950 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14953
14954 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14955
14956         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14957         instead of calling `mm-insert-inline', to decode text/* parts
14958         before displaying them.
14959
14960 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * mm-uu.el (mm-uu-text-plain-type): New variable.
14963         (mm-uu-pgp-signed-extract-1): Use it.
14964         (mm-uu-pgp-encrypted-extract-1): Use it.
14965         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14966         bind mm-uu-text-plain-type with that value.
14967         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14968         mm-uu-dissect.
14969
14970 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gnus-group.el (gnus-update-group-mark-positions):
14973         * gnus-sum.el (gnus-update-summary-mark-positions):
14974         * message.el (message-check-news-body-syntax):
14975         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14976         of string-as-multibyte.
14977
14978 2004-10-05  Juri Linkov  <juri@jurta.org>
14979
14980         * gnus-group.el (gnus-update-group-mark-positions):
14981         * gnus-sum.el (gnus-update-summary-mark-positions):
14982         * message.el (message-check-news-body-syntax):
14983         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14984         8-bit unibyte values to a multibyte string for search functions.
14985
14986 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14989         (mm-uu-dissect-text-parts): New function.
14990
14991         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14992         dissect text parts.
14993
14994         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14995         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14996
14997         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14998
14999         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15000         gnus-current-topics instead of gnus-current-topic.
15001
15002 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15003
15004         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15005
15006 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15007
15008         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15009         where approriate.
15010
15011         * nnml.el (nnml-generate-active-info): do.
15012
15013         * nndiary.el (nndiary-generate-active-info): do.
15014
15015         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15016         (gnus-topic-move): do.
15017
15018         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15019         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15020
15021         * gnus-srvr.el (gnus-server-prepare)
15022         (gnus-server-open-all-servers): do.
15023
15024         * gnus-msg.el (gnus-summary-cancel-article)
15025         (gnus-summary-resend-message)
15026         (gnus-summary-mail-crosspost-complaint): do.
15027
15028         * gnus-move.el (gnus-change-server): do.
15029
15030         * gnus-group.el (gnus-group-unmark-all-groups)
15031         (gnus-group-set-current-level): do.
15032
15033 2004-10-04  Simon Josefsson  <jas@extundo.com>
15034
15035         * message.el (message-generate-hashcash): Doc fix.
15036
15037 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15038
15039         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15040         avoid infinite recursion via gnus-get-function.
15041
15042 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15043
15044         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15045
15046         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15047
15048         * nnmail.el (nnmail-split-history): do.
15049
15050         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15051         (nnml-request-delete-group): do.
15052
15053         * nnslashdot.el (nnslashdot-read-groups): do.
15054
15055         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15056         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15057
15058         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15059         (nnspool-sift-nov-with-sed): Use last.
15060         (nnspool-retrieve-headers-with-nov): Use mapc.
15061         (nnspool-request-newgroups): Use dolist.
15062         (nnspool-request-group): Use last.
15063
15064         * nntp.el (nntp-read-server-type): Use dolist.
15065
15066         * nnvirtual.el (nnvirtual-create-mapping)
15067         (nnvirtual-update-read-and-marked): Use dolist.
15068         (nnvirtual-convert-headers): Simplify.
15069
15070 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15071
15072         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15073         support for sync'ing tick marks.
15074
15075 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15078         there's no visible header.
15079
15080 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15081
15082         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15083         necessary, pass full group name to gnus-request-set-marks.
15084
15085 2004-10-01  Simon Josefsson  <jas@extundo.com>
15086
15087         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15088         acroread.
15089
15090 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15091
15092         * spam-report.el (spam-report-gmane): Fix interactive.
15093
15094         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15095
15096         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15097         when writing file.
15098         (gnus-agent-synchronize-flags): Don't default to being
15099         interactive.
15100
15101 2004-09-30  Simon Josefsson  <jas@extundo.com>
15102
15103         * message.el (message-generate-hashcash): Add.
15104         (message-send-mail): Use it, call mail-add-payment.
15105
15106 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15107
15108         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15109
15110 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15111
15112         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15113         gnus-requst-update-info with explicit code to sync the in-memory
15114         info read flags with the marks being sync'd to the backend.
15115
15116         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15117
15118 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * spam.el (spam-verify-bogofilter): Add new function.
15121         (spam-check-bogofilter)
15122         (spam-bogofilter-register-with-bogofilter): Use it.
15123         (spam-verify-bogofilter): Add small fixes.
15124
15125 2004-09-28  Simon Josefsson  <jas@extundo.com>
15126
15127         * hashcash.el (hashcash-generate-payment): Revert.
15128
15129 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15130
15131         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15132         gnus-extract-references instead of gnus-split-references.
15133
15134         * gnus-util.el (gnus-extract-references): Add new function, analogous
15135         to gnus-split-references but extracts only the message-ID without
15136         anything extra.
15137
15138         * hashcash.el (hashcash-generate-payment)
15139         (hashcash-check-payment): Do the right thing if hashcash-path is
15140         nil (because the hashcash program could not be found).
15141
15142         * spam.el (spam-use-hashcash): Remove comment.
15143
15144 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15145
15146         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15147         (gnus-cache-enter-article, gnus-cache-remove-article)
15148         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15149
15150         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15151
15152         * gnus-art.el (article-hide-boring-headers)
15153         (article-translate-strings, article-display-face)
15154         (gnus-article-mime-match-handle-first)
15155         (gnus-article-highlight-headers)
15156         (gnus-article-add-buttons-to-head): do.
15157
15158 2004-09-27  Simon Josefsson  <jas@extundo.com>
15159
15160         * hashcash.el: New version, from
15161         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15162         ../contrib/.
15163
15164 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15167
15168 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15169
15170         * gnus-dup.el (gnus-dup-open): Use mapc.
15171         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15172
15173         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15174         Reported by Stefan Wiens <s.wi@gmx.net>.
15175
15176         * gnus.el (gnus-shutdown): Use dolist.
15177
15178         * gnus-undo.el (gnus-undo): Use mapc.
15179
15180         * nnrss.el (nnrss-generate-active): do.
15181
15182         * message.el (message-cite-original-without-signature)
15183         (message-cite-original): Use mapc.
15184         (message-do-actions, message-make-forward-subject): Use dolist.
15185
15186 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15187
15188         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15189         deletion to remove entire duplicate line.  Fixes merged article
15190         number bug.
15191
15192 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15193
15194         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15195         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15196         first ask if you want to open a server and then, even when you
15197         responded with no, asking if you want to synchronize the server's
15198         flags.
15199         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15200         multi-line expressions.
15201         (gnus-agent-synchronize-group-flags): New internal function.
15202         Updates marks in memory (in the info structure) AND in the
15203         backend.
15204
15205         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15206
15207         * nnagent.el (nnagent-request-set-mark): Use
15208         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15209         method, to ensure that synchronization updates marks in the
15210         backend and in the info (in memory) structure.
15211
15212 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15215         convention fully; don't miss the root article of a thread; make
15216         the X-Draft-From header with correct article numbers.
15217
15218 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15219
15220         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15221         unless plugged.  Disable the agent so that an open failure causes
15222         an error.
15223
15224         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15225         Reverted 2004-09-21 change.  The backend must be opened while
15226         synchronizing flags even when the backend stores the flags
15227         locally.
15228
15229 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15230
15231         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15232         in `header' match.  Reported by Svend Tollak Munkejord.
15233
15234         * message.el (message-cite-original): Fix use of
15235         `message-cite-articles-with-x-no-archive'.
15236
15237 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15240         (gnus-window-to-buffer): Ditto.
15241
15242         * mml.el (mml-preview-buffer): New variable.
15243         (mml-preview): Manage window layout with gnus-buffer-configuration.
15244
15245         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15246         X-Draft-From header even if those articles aren't quoted.
15247
15248 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15249
15250         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15251         (gnus-request-set-mark, gnus-request-update-mark): Use new
15252         g-s-t-u-l-m to decide to use backend even when unplugged.
15253
15254 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15257         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15258
15259 2004-09-20  Simon Josefsson  <jas@extundo.com>
15260
15261         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15262         "utf-16-le".
15263
15264 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15265
15266         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15267
15268 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * uudecode.el (uudecode-use-external): Add :version.
15271
15272         * smime.el (smime-CA-file, smime-encrypt-cipher)
15273         (smime-dns-server): Add :version.
15274
15275         * smiley.el (gnus-smiley-file-types): Add :version.
15276
15277         * sha1.el (sha1-use-external): Add :version.
15278
15279         * pgg-def.el (pgg-query-keyserver): Add :version.
15280
15281         * nnmail.el (nnmail-fancy-expiry-targets)
15282         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15283         Add :version.
15284
15285         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15286         (nnimap-retrieve-groups-asynchronous): Add :version.
15287         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15288
15289         * mml.el (mml-content-disposition-parameters)
15290         (mml-insert-mime-headers-always): Add :version.
15291
15292         * mm-util.el (mm-coding-system-priorities): Add :version.
15293
15294         * mm-decode.el (mm-inline-text-html-with-images)
15295         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15296         (mm-verify-option): Add :version.
15297         (mm-text-html-renderer): Change :version.
15298
15299         * message.el (message-fcc-externalize-attachments)
15300         (message-required-headers, message-draft-headers)
15301         (message-subject-trailing-was-query)
15302         (message-subject-trailing-was-ask-regexp)
15303         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15304         (message-mark-insert-end, message-archive-header)
15305         (message-archive-note, message-cross-post-default)
15306         (message-cross-post-note, message-followup-to-note)
15307         (message-cross-post-note-function, message-use-mail-followup-to)
15308         (message-subscribed-address-functions)
15309         (message-subscribed-address-file, message-subscribed-addresses)
15310         (message-subscribed-regexps, message-allow-no-recipients)
15311         (message-yank-cited-prefix, message-signature-insert-empty-line)
15312         (message-hidden-headers, message-hierarchical-addresses)
15313         (message-mail-user-agent, message-use-idna)
15314         (message-valid-fqdn-regexp)
15315         (message-strip-special-text-properties, message-header-synonyms)
15316         (message-beginning-of-line, message-tab-body-function): Add :version.
15317         (message-insert-canlock, message-wide-reply-confirm-recipients):
15318         Change :version.
15319
15320         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15321         and :version.
15322         (mail-source-delete-old-incoming-confirm)
15323         (mail-source-movemail-program): Add :version.
15324
15325         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15326         (gnus-agent-cache, gnus-agent): Change :version.
15327
15328         * gnus-util.el (gnus-use-byte-compile): Change :version.
15329
15330         * gnus-sum.el (gnus-summary-make-false-root-always)
15331         (gnus-summary-default-high-score)
15332         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15333         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15334         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15335         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15336         (gnus-sum-thread-tree-single-indent)
15337         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15338         (gnus-sum-thread-tree-leaf-with-other)
15339         (gnus-sum-thread-tree-single-leaf): Add :version.
15340         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15341         (gnus-article-loose-mime): Change :version.
15342
15343         * gnus-start.el (gnus-backup-startup-file)
15344         (gnus-save-startup-file-via-temp-buffer): Add :version.
15345
15346         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15347         (gnus-server-offline-face): Add :version.
15348
15349         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15350
15351         * gnus-msg.el (gnus-gcc-externalize-attachments)
15352         (gnus-debug-files, gnus-debug-exclude-variables)
15353         (gnus-discouraged-post-methods): Change :version.
15354         (gnus-confirm-mail-reply-to-news)
15355         (gnus-confirm-treat-mail-like-news): Add :version.
15356
15357         * gnus-int.el (gnus-server-unopen-status): Add :version.
15358
15359         * gnus-group.el (gnus-group-jump-to-group-prompt)
15360         (gnus-large-ephemeral-newsgroup)
15361         (gnus-fetch-old-ephemeral-headers): Add :version.
15362
15363         * gnus-fun.el (gnus-x-face-directory)
15364         (gnus-convert-pbm-to-x-face-command)
15365         (gnus-convert-image-to-x-face-command)
15366         (gnus-convert-image-to-face-command): Add :version.
15367
15368         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15369
15370         * gnus-cite.el (gnus-cite-blank-line-after-header)
15371         (gnus-article-boring-faces): Add :version.
15372
15373         * gnus-art.el (gnus-buttonized-mime-types)
15374         (gnus-inhibit-mime-unbuttonizing)
15375         (gnus-treat-display-face)
15376         (gnus-treat-body-boundary): Change :version.
15377         (gnus-body-boundary-delimiter, gnus-picon-databases)
15378         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15379         (gnus-treat-date-english, gnus-treat-fold-headers)
15380         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15381         (gnus-treat-mail-picon, gnus-treat-wash-html)
15382         (gnus-article-encrypt-protocol)
15383         (gnus-use-idna, gnus-article-over-scroll)
15384         (gnus-mime-display-multipart-alternative-as-mixed)
15385         (gnus-mime-display-multipart-related-as-mixed)
15386         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15387         (gnus-ctan-url, gnus-button-ctan-handler)
15388         (gnus-button-handle-ctan-bogus-regexp)
15389         (gnus-button-ctan-directory-regexp)
15390         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15391         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15392         (gnus-button-man-level, gnus-button-emacs-level)
15393         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15394
15395         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15396         (gnus-agent-go-online): Change :version.
15397         (gnus-agent-expire-unagentized-dirs)
15398         (gnus-agent-auto-agentize-methods): Add :version.
15399
15400         * flow-fill.el (fill-flowed-display-column)
15401         (fill-flowed-encode-column): Add :version.
15402
15403         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15404         (gnus-outlook-deuglify-unwrap-max)
15405         (gnus-outlook-deuglify-cite-marks)
15406         (gnus-outlook-deuglify-unwrap-stop-chars)
15407         (gnus-outlook-deuglify-no-wrap-chars)
15408         (gnus-outlook-deuglify-attrib-cut-regexp)
15409         (gnus-outlook-deuglify-attrib-verb-regexp)
15410         (gnus-outlook-deuglify-attrib-end-regexp)
15411         (gnus-outlook-display-hook): Add :version.
15412
15413         * binhex.el (binhex-use-external): Add :version.
15414
15415 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15418         and `invisible'.
15419
15420 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15421
15422         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15423         in gnus-registry-trim.
15424
15425 2004-09-13  Simon Josefsson  <jas@extundo.com>
15426
15427         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15428
15429         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15430
15431         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15432         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15433         <yamaoka@jpl.org>.
15434         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15435         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15436         <yamaoka@jpl.org>.
15437
15438         * sieve.el (sieve-manage-mode): Ditto.
15439
15440 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15443
15444 2004-09-11  Simon Josefsson  <jas@extundo.com>
15445
15446         * dns-mode.el: Add.
15447
15448         * mm-view.el (mm-display-dns-inline): Add.
15449
15450         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15451         (mm-automatic-display): Ditto.
15452
15453         * mailcap.el (mailcap-mime-data): Add text/dns.
15454         (mailcap-mime-extensions): Map .soa to text/dns.
15455
15456 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15457
15458         * gnus-art.el (article-decode-mime-words, article-babel)
15459         (gnus-article-highlight-signature, gnus-article-add-buttons)
15460         (gnus-signature-toggle): Remove unnecessary bindings of
15461         `inhibit-read-only' inherited from v5.10 merge.
15462
15463 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * nntp.el (nntp): New customization group.
15466         (nntp-authinfo-file): Add customization group.
15467
15468         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15469
15470         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15471
15472         * gnus.el (to-address, to-list, subscribed)
15473         (large-newsgroup-initial): Ditto.
15474
15475         * flow-fill.el (fill-flowed-display-column)
15476         (fill-flowed-encode-column): Ditto.
15477
15478 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15479
15480         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15481         Use point-min rather than 1.
15482         (message-send-mail): Use buffer-size rather than point-max.
15483
15484         * gnus-sum.el (gnus-summary-search-article-forward):
15485         Signal a specific `search-failed' rather than a generic `error'.
15486
15487         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15488         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15489         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15490
15491 2004-09-10  Simon Josefsson  <jas@extundo.com>
15492
15493         * nndb.el (require): Remove tcp and duplicate cl.
15494
15495 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * gnus-agent.el (directory-files-and-attributes): Move forward.
15498
15499 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15500
15501         * gnus-agent.el (directory-files-and-attributes): Optionally
15502         defined to support XEmacs.
15503
15504 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15505
15506         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15507         to avoid run-time CL dependencies.
15508         (gnus-agent-unfetch-articles): New function.
15509         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15510         article numbers even when local .overview file is missing.
15511         (gnus-agent-read-article-number): New function.  Only accepts
15512         27-bit article numbers.
15513         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15514         gnus-agent-read-article-number.
15515         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15516         from backend while recognizing that article numbers in .overview
15517         must be valid.
15518         (gnus-agent-update-files-total-fetched-for): Use
15519         directory-files-and-attributes to improve performance.
15520         * gnus-int.el (gnus-request-move-article): Use
15521         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15522         improve performance.
15523
15524         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15525         some users confused by references to .newsrc when they only have a
15526         .newsrc.eld file.
15527         (gnus-convert-mark-converter-prompt)
15528         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15529         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15530         New function.  Used internally to only display 'gnus converting
15531         files' message when actually necessary.
15532
15533         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15534         methods now autoloaded.
15535
15536 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15539         identifiers.
15540
15541 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15542
15543         * gnus-picon.el: Fix indentation and closing parenthesis.
15544
15545 2004-09-01  Simon Josefsson  <jas@extundo.com>
15546
15547         * message.el (message-canlock-generate): Require sha1, not
15548         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15549         to require within a function.  Sadly, if sha1.el isn't loaded, the
15550         let binding in m-c-g will hide the defcustom definition, which is
15551         bad.)
15552
15553         * canlock.el: Require sha1, not sha1-el.
15554
15555         * message.el: Don't autoload sha1 (there is a autoload cookie in
15556         sha1.el).
15557
15558         * sha1-el.el: Renamed to sha1.el.
15559
15560 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15561
15562         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15563
15564 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15565
15566         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15567
15568 2004-08-30  Kim F. Storm  <storm@cua.dk>
15569
15570         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15571
15572         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15573         Add :group 'nnimap.
15574
15575 2004-08-30  Andreas Schwab  <schwab@suse.de>
15576
15577         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15578         ?* and ?\;.
15579
15580         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15581         and ?\' to symbol instead of whitespace.
15582
15583 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15586
15587         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15588         instead of re-search-forward.
15589
15590         * gnus-uu.el (gnus-uu-save-article): Ditto.
15591         (gnus-uu-post-encode-uuencode): Ditto.
15592
15593         * html2text.el (html2text-clean-list-items): Ditto.
15594         (html2text-clean-dtdd): Ditto.
15595         (html2text-format-tags): Ditto.
15596
15597         * message.el (message-send-mail-with-sendmail): Fix regexp.
15598         (message-fill-field-general): Use search-forward instead of
15599         re-search-forward.
15600         (unbold-region): Ditto.
15601
15602         * nnrss.el (nnrss-request-article): Ditto.
15603
15604         * nnslashdot.el (nnslashdot-request-article): Ditto.
15605
15606         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15607
15608         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15609         "Unrecognized menu descriptor" error in XEmacs.
15610
15611 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15612
15613         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15614         parent article of a sparse article in the thread hashtb.
15615
15616 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15617
15618         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15619         (nnmail-expand-newtext): Lowercase expanded entries if
15620         nnmail-split-lowercase-expanded is non-nil.
15621
15622 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15625
15626         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15627         of gnus-tmp-news-method into string under XEmacs.  It will be
15628         passed to gnus-correct-length which takes only a string argument.
15629
15630 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-util.el (gnus-bind-print-variables): New macro.
15633         (gnus-prin1): Use it.
15634         (gnus-prin1-to-string): Use it.
15635         (gnus-pp): New function.
15636         (gnus-pp-to-string): New function.
15637
15638         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15639         Replace pp-to-string with gnus-pp-to-string.
15640         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15641         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15642         * gnus-msg.el (gnus-debug): Ditto.
15643         * gnus-score.el (gnus-score-save): Ditto.
15644         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15645         gnus-pp-to-string.
15646         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15647         with gnus-pp.
15648         * score-mode.el (gnus-score-pretty-print): Ditto.
15649         * webmail.el (webmail-debug): Ditto.
15650
15651 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-art.el (article-display-face, article-display-x-face):
15654         Use buffer-read-only.
15655
15656 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * gnus-art.el (article-hide-list-identifiers):
15659         Bind inhibit-read-only as t.
15660
15661 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15664
15665 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15666
15667         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15668         (gnus-narrow-to-page): Don't assume point-min == 1.
15669         (gnus-article-edit-mode): Derive from message-mode.
15670
15671         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15672         point-min == 1.
15673
15674         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15675         Disable incorrect use of `assert'.
15676
15677         * message.el (message-mode): Set comment-start-skip.
15678
15679
15680 2004-08-22  Sam Steingold  <sds@gnu.org>
15681
15682         * pop3.el (pop3-leave-mail-on-server): New user variable.
15683         (pop3-movemail): Delete mail only when it is nil.
15684
15685 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15688
15689         * mml.el (mml-preview): Use `pop-to-buffer'.
15690
15691         * message.el (message-goto-mail-followup-to): Insert after "To".
15692         (message-carefully-insert-headers): Add comment.
15693
15694         * gnus.el: Remove unused variable `gnus-article-check-size'.
15695
15696         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15697
15698         * gnus-art.el (gnus-button-alist): Improve
15699         `gnus-button-handle-library' entry.
15700
15701 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15702
15703         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15704         downcase, since XEmacs capitalizes error messages differently.
15705
15706 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15707
15708         * nntp.el: Add (require 'gnus) due to reference to
15709         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15710
15711 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15712
15713         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15714         `mm-fill-flowed'.
15715
15716         * mm-decode.el (mm-dissect-singlepart): Check it.
15717
15718 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15719
15720         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15721         'imap' for netrc parsing.
15722
15723 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15724
15725         * mailcap.el (mailcap-mime-data): Mark as risky.
15726
15727 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15730         may be included in the encoded word.
15731         (rfc2047-encode): Don't append a space if the encoded word
15732         includes close parenthesis.
15733
15734 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15737         of text within parentheses.
15738
15739 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15740
15741         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15742         (gnus-encrypt-write-file-contents): Make the password key the file
15743         name PLUS the cipher, not just the cipher.  Also remove failed
15744         passwords from the cache.
15745
15746 2004-08-06  Simon Josefsson  <jas@extundo.com>
15747
15748         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15749         fix.
15750
15751 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15754         LWSP.
15755
15756 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15757
15758         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15759         to append in-reply-to: data to the references: header.
15760
15761         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15762         (netrc-parse): Use gnus-encrypt.el functions.
15763
15764         * gnus-encrypt.el: Add new file for encryption support; currently
15765         does only a few GPG ciphers and an internal XOR cipher.
15766
15767         * password.el: Add comments on using password-read-and-add.
15768         (password-read-and-add): Add function to read and add the
15769         password to the cache at once.
15770
15771 2004-07-28  Simon Josefsson  <jas@extundo.com>
15772
15773         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15774         parameter (but don't use it, for now).
15775
15776         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15777         instead of hard coding to nil.
15778
15779 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15782         as mm-inline-image-xemacs does.
15783
15784 2004-07-26  Simon Josefsson  <jas@extundo.com>
15785
15786         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15787         Revert part of 2004-07-17 change below.
15788
15789 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15792         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15793
15794 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15797         quotes that actually start with ">" at the beginning of the
15798         lines.
15799
15800 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * rfc2047.el (rfc2047-encode-region): Fix last change.
15803         (rfc2047-encode-parameter): Remove useless concat.
15804
15805 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15808         encode special characters; fix some kind of misconfigured headers;
15809         signal a real error if debug-on-quit or debug-on-error is non-nil.
15810         (rfc2047-encode-max-chars): New variable.
15811         (rfc2047-encode-1): Use it.
15812         (rfc2047-encode-parameter): New function.
15813
15814         * mml.el (mml-insert-parameter): Remove an excessive space.
15815
15816 2004-07-17  Simon Josefsson  <jas@extundo.com>
15817
15818         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15819         Kai Grossjohann <kai@emptydomain.de>.
15820         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15821         (gnus-group-make-menu-bar): Ditto.
15822
15823         * gnus-util.el (gnus-group-server): Add.
15824
15825 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15826
15827         * message.el (message-clone-locals): Clone sendmail and smtp
15828         variables.
15829
15830 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * rfc2047.el (rfc2047-encode-region): Fix last change.
15833
15834 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15837         characters as non-special.
15838
15839 2004-07-09  Simon Josefsson  <jas@extundo.com>
15840
15841         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15842         Users will lose all flag changes made while unplugged with
15843         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15844         good default.  See numerous reports on ding mailing list.
15845
15846 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15849         add generate-head-function and generate-article-function to the
15850         rfc822-forward entry.
15851         (nndoc-rfc822-forward-generate-article): New function.
15852         (nndoc-rfc822-forward-generate-head): New function.
15853
15854         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15855
15856 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15857
15858         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15859         respect display group parameter and gnus-summary-expunge-below.
15860         (gnus-articles-to-read): Remove unused reference to display group
15861         parameter.
15862
15863 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15864
15865         * nnheader.el (nnheader-uniquify-message-id): New experimental
15866         variable.
15867         (nnheader-nov-read-message-id): Use it.
15868
15869         * spam-report.el (spam-report-gmane): Add interactive.
15870
15871 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15874         qp-or-base64 for the application/* types.
15875
15876 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15877
15878         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15879
15880 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15881
15882         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15883         trim value.
15884
15885 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15886
15887         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15888         New macro and function.
15889         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15890
15891 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15894         after-load-alist.
15895
15896 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15897
15898         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15899         update info that isn't there.
15900
15901 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15902
15903         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15904         entry.
15905
15906 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * mm-view.el (mm-inline-render-with-function): Use multibyte
15909         buffer; decode html source by charset.
15910
15911         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15912
15913         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15914         Mule-UCS is loaded under XEmacs.
15915         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15916
15917 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15918
15919         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15920
15921 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * mm-util.el (mm-coding-system-p): Return a coding-system.
15924         (mm-mime-mule-charset-alist): Use shift_jis instead of
15925         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15926         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15927         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15928         instead of japanese-shift-jis and iso-latin-1 respectively in
15929         order to share the default value with both Emacs and XEmacs-mule.
15930         (mm-mule-charset-to-mime-charset): Make
15931         mm-coding-system-priorities effective.
15932         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15933         while predicating of candidates upon the priorities.
15934
15935 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15936
15937         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15938         gnus-uu-invert-processable.
15939
15940         * gnus.el: Autoload gnus-uu-invert-processable.
15941
15942 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * mm-util.el (mm-with-multibyte-buffer): New macro.
15945
15946         * rfc2047.el (rfc2047-encode-string): Use it.
15947         (rfc2047-encode-region): Move point to the end of the region after
15948         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15949
15950 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15953         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15954
15955 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15958         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15959         Karl Chen <quarl@nospam.quarl.org>.
15960
15961 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15962
15963         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15964         invalid addresses.
15965
15966 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * spam.el: Change section markers, revise TODO list.
15969         (spam-backends): Make new master list of all installed backends.
15970         (spam-summary-exit-behavior): Add new variable to determine how
15971         messages moves are done at summary exit.
15972         (spam-move-spam-nonspam-groups-only)
15973         (spam-process-ham-in-nonham-groups)
15974         (spam-process-ham-in-spam-groups): Remove variables, the
15975         spam-summary-exit-behavior variable should be used to manage this
15976         behavior.
15977         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15978         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15979         and spam-old-spam-articles.
15980         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15981         Add empty variables, placeholders for the backends they represent.
15982         (spam-set-difference): Move, unchanged.
15983         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15984         unless the user has a processor variable.
15985         (spam-classifications, spam-classification-valid-p)
15986         (spam-backend-properties, spam-backend-property-valid-p)
15987         (spam-backend-function-type-valid-p)
15988         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15989         (spam-report-articles-gmane, spam-report-articles-resend):
15990         Remove functions, they are not needed.
15991         (spam-install-backend-super, spam-backend-list)
15992         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15993         (spam-backend-function, spam-backend-ham-registration-function)
15994         (spam-backend-spam-registration-function)
15995         (spam-backend-ham-unregistration-function)
15996         (spam-backend-spam-unregistration-function)
15997         (spam-backend-statistical-p, spam-backend-mover-p)
15998         (spam-install-backend-alias, spam-install-checkonly-backend)
15999         (spam-install-mover-backend, spam-install-nocheck-backend)
16000         (spam-install-backend, spam-install-statistical-backend)
16001         (spam-install-statistical-checkonly-backend): Add backend installation
16002         support.
16003         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16004         (spam-group-processor-p): Use the new backend code and respect the
16005         summary exit behavior.
16006         (spam-mark-spam-as-expired-and-move-routine): Remove.
16007         (spam-summary-prepare): Change to use the new spam-old-articles
16008         variable.
16009         (spam-copy-or-move-routine, spam-copy-spam-routine)
16010         (spam-move-spam-routine, spam-copy-ham-routine)
16011         (spam-move-ham-routine): Add code to copy/move ham or spam.
16012         (spam-fetch-field-fast): Improve doc and code, plus allow the
16013         'number request.
16014         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16015         variables.
16016         (spam-split, spam-find-spam): Use the new backend code.
16017         (spam-registration-functions): Remove variable.
16018         (spam-unregister-routine): Add convenience wrapper.
16019         (spam-log-undo-registration, spam-register-routine)
16020         (spam-log-processing-to-registry)
16021         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16022         where possible.
16023         (spam-check-gmane-xref, spam-check-regex-headers)
16024         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16025         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16026         (spam-check-bogofilter-headers, spam-check-spamoracle)
16027         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16028         (spam-check-crm114-headers): Use the spam-split-group that
16029         spam-split prepares, no need to determine it every time.
16030
16031         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16032         to the nnheader-parse-naked-head call.
16033
16034         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16035
16036         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16037         the nnheader-nov-read-message-id call.
16038
16039 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16042         gnus-activate-group twice.  Suggested by Markus Peter
16043         <warp@spin.de>.
16044
16045 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * gnus-art.el (gnus-article-time-format): Exchange the order of
16048         day and month in the default value; fix customization type.
16049         (article-date-ut): Use add-text-properties.
16050         (article-make-date-line): Use message-make-date instead of
16051         current-time-string.
16052
16053         * message.el (message-fetch-field): Don't use set-text-properties.
16054         (message-make-date): Simplify.
16055
16056         * messagexmas.el (message-xmas-make-date): New function.
16057         (message-xmas-redefine): Defalias message-make-date to it.
16058
16059 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16062         (rfc2047-encode-region): Treat text within parentheses as special;
16063         show the original text when error has occurred.
16064
16065         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16066         already-computed method to gnus-activate-group.
16067
16068         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16069         same select-methods identical Lisp objects.
16070
16071         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16072         object when modifying the info.
16073
16074 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16077         gnus-opened-servers since it has never been opened with the new
16078         configuration yet.
16079
16080 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16083         arg to nnheader-generate-fake-message-id.
16084
16085 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16086
16087         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16088         number and build a fake message ID localized to a group and
16089         article number (so it's repeatable from that point on).
16090         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16091         ID format.
16092
16093         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16094         nnheader-generate-fake-message-id with the article number.
16095
16096 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16097
16098         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16099         end-of-buffer.
16100
16101 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16102
16103         * message.el (message-ignored-supersedes-headers): Add Approved.
16104
16105 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16108         goto-char.
16109         (rfc2047-encode): Fold the line before encoding.
16110
16111 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16112
16113         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16114         folding -- not all headers can be folded, and this should be done
16115         by the message composition mode.  Probably.  I think.
16116
16117 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16120         fast.
16121
16122         * gnus-ems.el (gnus-remove-image): Don't use
16123         message-text-with-property; remove only the image found first.
16124
16125         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16126         found first.
16127
16128 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16129
16130         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16131
16132 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * message.el (message-text-with-property): Make it fast and accept
16135         optional arguments.
16136         (message-strip-forbidden-properties): Use it.
16137         (message-fix-before-sending): Follow the m-t-w-p change.
16138
16139         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16140
16141 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * gnus-art.el (article-hide-headers): Don't change the buffer
16144         mistakenly when performing mml-preview even if
16145         gnus-single-article-buffer is nil.
16146
16147 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16148
16149         * message.el (message-expand-name-databases): New user option.
16150         (message-expand-name): Use it.
16151
16152 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * spam.el (spam-report-articles-resend)
16155         (spam-report-resend-register-routine): Allow ham reporting.
16156         (spam-report-resend-register-ham-routine): Add wrapper.
16157         (spam-registration-functions): Add ham resending functions.
16158         (spam-list-of-processors): Add ham resend processor.
16159
16160         * gnus.el (ham-resend-to): Add new group parameter.
16161         (spam-process): Add ham resend option.
16162
16163         * spam-report.el (spam-report-resend): Allow reporting ham.
16164         (spam-report-resend-ham): Add wrapper.
16165
16166 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16167
16168         * message.el (message-cite-articles-with-x-no-archive): New
16169         variable.
16170         (message-cite-original): Use it.
16171
16172 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16173
16174         * message.el (message-cite-original): Respect X-No-Archive.
16175
16176 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * gnus-art.el (article-hide-headers): Refer to the values for
16179         gnus-ignored-headers and gnus-visible-headers in the summary
16180         buffer since a user may have set them as group parameters.
16181
16182 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16183
16184         * assistant.el (assistant-node-name): Add convenience function.
16185         (assistant-render-text, assistant-render-node): Add error handling,
16186         plus handle multiple next nodes.
16187         (assistant-find-next-node): Comment out for now.
16188         (assistant-find-next-nodes): Add function, returns list of next
16189         nodes.
16190
16191 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16192
16193         * mail-source.el (mail-source-directory): Fix doc-string.
16194
16195 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16196
16197         * assistant.el (assistant-render-text, assistant-eval): Add :set
16198         widget type, which is different because it takes and returns a
16199         list.  Much hilarity ensues.
16200
16201 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16202
16203         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16204
16205         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16206         doc-string.
16207
16208         * gnus-start.el (gnus-activate-group): Added doc-string.
16209
16210 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16213
16214 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16215
16216         * assistant.el (assistant-render-text): Try to add a :set
16217         widget, more to come.
16218
16219         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16220         strings.
16221         (spam-report-articles-resend)
16222         (spam-register-routine): Do registration iff any articles warrant
16223         it.
16224         (spam-summary-prepare-exit): Change log message for nil group
16225         destinations.
16226
16227 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16228
16229         * spam.el (spam-report-resend-register-routine): Allow
16230         spam-report-resend-to to be a group parameter or a global value.
16231
16232 2004-05-26  Simon Josefsson  <jas@extundo.com>
16233
16234         * starttls.el: Merge with my GNUTLS based starttls.el.
16235         (starttls-gnutls-program, starttls-use-gnutls)
16236         (starttls-extra-arguments, starttls-process-connection-type)
16237         (starttls-connect, starttls-failure, starttls-success): New
16238         variables.
16239         (starttls-program, starttls-extra-args): Doc fix.
16240         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16241         functions.
16242         (starttls-negotiate, starttls-open-stream): Check
16243         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16244         function if it is set.
16245
16246 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16249         structured fields.
16250
16251 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16254
16255 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16258         variable.
16259         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16260         assigning the spam-mark to new messages.
16261
16262 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16263
16264         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16265
16266 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16269
16270         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16271         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16272         default.
16273
16274 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16275
16276         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16277         correct data.
16278
16279 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16280
16281         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16282         (spam-group-processor-p): Fix function.
16283         (spam-group-processor-multiple-p)
16284         (spam-group-spam-processor-report-gmane-p)
16285         (spam-group-spam-processor-report-resend-p)
16286         (spam-group-spam-processor-bogofilter-p)
16287         (spam-group-spam-processor-blacklist-p)
16288         (spam-group-spam-processor-ifile-p)
16289         (spam-group-ham-processor-ifile-p)
16290         (spam-group-spam-processor-spamoracle-p)
16291         (spam-group-spam-processor-crm114-p)
16292         (spam-group-ham-processor-bogofilter-p)
16293         (spam-group-spam-processor-stat-p)
16294         (spam-group-ham-processor-stat-p)
16295         (spam-group-ham-processor-whitelist-p)
16296         (spam-group-ham-processor-BBDB-p)
16297         (spam-group-ham-processor-spamoracle-p)
16298         (spam-group-ham-processor-copy-p): Remove functions with some
16299         prejudice against unneeded code.
16300         (spam-report-articles-resend)
16301         (spam-report-resend-register-routine): Allow the group/topic
16302         spam-resend-to value to override spam-report-resend-to.
16303         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16304         properly now.
16305
16306         * gnus.el (spam-resend-to): Add group/topic parameter.
16307         (spam-process): Move the OBSOLETE processors to the end of the
16308         choices.
16309
16310 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16311
16312         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16313         with resend-to set to nil, and then ask the user if necessary.
16314         (spam-report-resend): spam-report-resend takes a list of articles, not
16315         separate article numbers.
16316
16317 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16320         addition to emacs-w3m.
16321
16322 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16323
16324         * assistant.el (assistant-authinfo-data): New function.
16325         (assistant-eval): Eval for entire assistant.
16326
16327         * netrc.el (netrc-services-file): New variable.
16328         (netrc-parse-services): New function.
16329         (netrc-find-service-name): New function.
16330         (netrc-find-service-number): New function.
16331         (netrc-port-equal): New function.
16332         (netrc-machine): Use it.
16333
16334         * nnimap.el (nnimap-open-connection): Use netrc.
16335
16336         * gnus-util.el (gnus-netrc-get): Remove aliases.
16337
16338         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16339
16340         * assistant.el (wid-edit): Fix compilation.
16341
16342         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16343
16344 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16345
16346         * gnus-util.el (gnus-set-file-modes): New function.  (small
16347         patch).
16348
16349 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16350
16351         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16352
16353         * assistant.el (assistant-render-node): Fix up rendering and
16354         read-only text.
16355         (assistant-render-node): Reset.
16356         (assistant-make-read-only): Not sticky.
16357
16358 2004-05-20  Danny Siu  <dsiu@adobe.com>
16359
16360         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16361         centered even when gnus-auto-center-summary is t.
16362
16363 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16364
16365         * dns.el (dns-get-txt-answer): New function.
16366         (dns-read-txt): Ditto.
16367         (query-dns): Use it.
16368
16369 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16370
16371         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16372         active for foreign groups even if the group level is higher than
16373         the specified value.
16374
16375 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16376
16377         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16378         non-active groups.
16379
16380         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16381
16382 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16383
16384         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16385
16386 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16387
16388         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16389         (spam-crm114-header, spam-crm114-spam-switch)
16390         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16391         (spam-crm114-positive-spam-header)
16392         (spam-crm114-database-directory, spam-list-of-processors)
16393         (spam-group-spam-processor-crm114-p)
16394         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16395         (spam-generic-score, spam-list-of-checks)
16396         (spam-list-of-statistical-checks, spam-registration-functions)
16397         (spam-check-crm114-headers, spam-crm114-score)
16398         (spam-check-crm114, spam-crm114-register-with-crm114)
16399         (spam-crm114-register-spam-routine)
16400         (spam-crm114-unregister-spam-routine)
16401         (spam-crm114-register-ham-routine)
16402         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16403         asjo@koldfront.dk (Adam Sjøgren).
16404
16405         * gnus.el: Add spam-use-crm114.
16406
16407         * spam.el (spam-list-of-processors, spam-registration-functions):
16408         Add spam-use-resend.
16409         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16410         (spam-report-articles-gmane): Add doc fix.
16411         (spam-report-articles-resend, spam-report-resend-register-routine):
16412         Add wrappers around spam-report-resend-to.
16413
16414         * spam-report.el (spam-report-resend-to, spam-report-resend):
16415         Add support for resending spam.
16416         (spam-report-gmane): Fix line length >80.
16417
16418         * gnus.el (spam-process): Add spam-use-resend.
16419
16420 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16421
16422         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16423         number of processed spam messages.
16424         (spam-ham-copy-or-move-routine): Return the number of processed
16425         ham messages.
16426         (spam-summary-prepare-exit): Use the above values to decide
16427         whether status messages shouled be displayed.
16428
16429 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16432         `rfc2047-encoding-function-alist' in order to avoid conflicting
16433         with the old version.
16434         (rfc2047-encode-region): Concatenate words containing non-ASCII
16435         characters in structured fields; don't encode space-delimited
16436         ASCII words even in unstructured fields; don't break words at
16437         char-category boundaries.
16438         (rfc2047-encode-1): New function.
16439         (rfc2047-encode): Use it; encode text so that it occupies the
16440         maximum width within 76-column; work correctly on Q encoding for
16441         iso-2022-* charsets.
16442         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16443         sure not to break a line just after the header name.
16444         (rfc2047-b-encode-region): Removed.
16445         (rfc2047-b-encode-string): New function.
16446         (rfc2047-q-encode-region): Removed.
16447         (rfc2047-q-encode-string): New function.
16448
16449         * mm-util.el (mm-replace-in-string): New function.
16450
16451 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16452
16453         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16454         get it right.
16455         (gnus-inews-make-draft): Really.
16456
16457 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16458
16459         * nnmh.el (nnmh-request-list-1): Don't check the link count
16460         before descending.  (small patch)
16461
16462 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16463
16464         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16465         stuff.
16466
16467         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16468         on real group name.
16469
16470         * gnus-art.el (gnus-signature-limit): Doc fix.
16471
16472         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16473
16474         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16475
16476 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16477
16478         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16479         isn't a string.
16480
16481 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16482
16483         * gnus-draft.el (gnus-draft-send): Bind
16484         rfc2047-encode-encoded-words.
16485
16486         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16487         (rfc2047-encodable-p): Say that =? needs encoding.
16488         (rfc2047-encode-encoded-words): New variable.
16489
16490         * gnus-group.el (gnus-group-select-group): Doc fix.
16491
16492         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16493
16494         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16495         to nil.
16496
16497         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16498
16499         * nnheader.el (nnheader-get-lines-and-char): New function.
16500
16501 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16502
16503         * gnus-msg.el (gnus-summary-followup-with-original): Document
16504         yanking of region when active.
16505
16506 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16509         groups if the group level is higher than the specified value.
16510
16511 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16512
16513         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16514         (gnus-group-jump-to-group): Added prefix argument using
16515         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16516         non-active group.
16517
16518         * compface.el (uncompface): Be verbose when changing
16519         `uncompface-use-external'.
16520
16521         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16522         handle manual section.
16523
16524 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16525
16526         * gnus-art.el (gnus-button-alist): Revert previous change.
16527
16528 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16529
16530         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16531
16532 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16533
16534         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16535         whether backend can accept message.
16536
16537         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16538
16539 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16540
16541         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16542         Avoid creating directory when nntp-marks-is-evil is true.
16543         Reported by Reiner Steib.
16544
16545 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16546
16547         * gnus-picon.el (gnus-picon-style): New variable.
16548         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16549         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16550         Jesper Harder <harder@ifa.au.dk>.
16551
16552 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16553
16554         * message.el (message-fill-field): Return point.
16555         (message-generate-headers): Go to end of field.
16556
16557         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16558         stuff for non-living groups.
16559
16560 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16561
16562         * gnus-art.el (gnus-article-followup-with-original)
16563         (gnus-article-reply-with-original): gnus-mark-active-p ->
16564         gnus-region-active-p.
16565
16566 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16567
16568         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16569         only when there is spam or ham to be processed.
16570
16571 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16572
16573         * mail-source.el (mail-source-delete-crash-box): Refactor.
16574         (mail-source-fetch): Use it.
16575         (mail-source-fetch-file): Ditto.
16576         (mail-source-fetch-directory): Run postscript in loop.
16577         (mail-source-fetch-pop): Delete.
16578         (mail-source-fetch-maildir): Ditto.
16579         (mail-source-fetch-imap): Ditto.
16580
16581         * imap.el (imap-authenticators): Comment out sasl.
16582
16583         * message.el (message-skip-to-next-address): New function.
16584         (message-fill-header-address): Refactor.
16585         (message-fill-address): Use it.
16586         (message-delete-address): Use it.
16587         (message-fill-header-general): Refactor.
16588         (message-fill-field-address): Rename.
16589         (message-narrow-to-field): Find the start of the header.
16590         (message-header-format-alist): Don't pre-fill.
16591         (message-fill-header): Removed.
16592         (message-insert-header): New function.
16593         (message-shorten-references): Use it.
16594
16595         * rfc2047.el (rfc2047-field-value): Strip props.
16596
16597         * mail-parse.el (mail-header-make-address): New alias.
16598
16599         * ietf-drums.el (ietf-drums-make-address): New function.
16600
16601         * imap.el: Add compiler directives.
16602
16603         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16604
16605         * gnus-art.el (article-decode-idna-rhs): Don't use
16606         message-idna-inside-rhs-p.
16607
16608 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16609
16610         * message.el (message-idna-inside-rhs-p): Removed.
16611         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16612
16613         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16614         false positives.
16615
16616 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16617
16618         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16619
16620 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16621
16622         * nneething.el (nneething-file-name): Don't create spurious
16623         files.
16624
16625         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16626         (gnus-inews-do-gcc): Remove sleep.
16627
16628         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16629         part under point.
16630
16631         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16632         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16633
16634 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16635
16636         * spam.el (spam-summary-prepare-exit): Fixed (length).
16637
16638 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16639
16640         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16641         as expired without moving it" message when there are spam
16642         messages left.
16643
16644 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16645
16646         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16647         header is not nil.
16648
16649 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16650
16651         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16652         nntp-possibly-create-directory, not nntp-possibly-change-group.
16653         (nntp-marks-changed-p): New arg SERVER.
16654         (nntp-request-update-info): Adjust caller.
16655
16656 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16657
16658         * nntp.el (nntp-save-marks): Pass missing arg.
16659
16660 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16661
16662         * nntp.el: Support marks.
16663         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16664         (nntp-marks-modtime, nntp-marks-directory): New variables.
16665         (nntp-request-set-mark, nntp-request-update-info)
16666         (nntp-possibly-create-directory, nntp-marks-changed-p)
16667         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16668         functions.
16669
16670 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16671
16672         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16673         (gnus-xmas-redefine): Rename.
16674
16675         * gnus-score.el (gnus-score-insert-help): Use
16676         gnus-select-lowest-window.
16677
16678         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16679         appt-select-lowest-window and rename to gnus-select-lowest-window.
16680
16681         * gnus.el: do.
16682
16683 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16684
16685         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16686         encodings of MIME-encoded words, in order to improve
16687         interoperability with several broken MUAs.
16688
16689 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16690
16691         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16692         tags, only when charsets are not specified in headers.
16693         (mm-inline-text-html-render-with-w3m): Ditto.
16694
16695         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16696         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16697
16698 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16699
16700         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16701         instead of MIME-decoded from fields when checking
16702         `gnus-article-address-banner-alist'.
16703
16704 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16705
16706         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16707         description rather than subject.
16708
16709 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16710
16711         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16712
16713 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16714
16715         * gnus.el (gnus-version-number): Bump.
16716
16717 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16718
16719         * gnus.el: No Gnus v0.2 is released.
16720
16721 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16722
16723         * gnus-agent.el (gnus-agent-read-agentview): Inline
16724         gnus-uncompress-range.
16725
16726 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16727
16728         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16729         `exec-installed-p'.
16730
16731 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16732
16733         * gnus.el (spam-process, spam-autodetect-methods): Add
16734         bsfilter and bsfilter-headers.
16735
16736         * spam.el (spam-bsfilter): New customize group.
16737         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16738         (spam-bsfilter-header, spam-bsfilter-probability-header)
16739         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16740         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16741         (spam-bsfilter-database-directory): New options.
16742         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16743         (spam-list-of-statistical-checks, spam-registration-functions):
16744         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16745         (spam-bsfilter-score): New command.
16746         (spam-check-bsfilter-headers, spam-check-bsfilter)
16747         (spam-bsfilter-register-with-bsfilter)
16748         (spam-bsfilter-register-spam-routine)
16749         (spam-bsfilter-unregister-spam-routine)
16750         (spam-bsfilter-register-ham-routine)
16751         (spam-bsfilter-unregister-ham-routine): New functions.
16752         (spam-generic-score): Support bsfilter; Accept an optional argument
16753         to recalcurate spam score even if scoring header has already been
16754         added.
16755         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16756         optional argument to recalcurate spam score even if scoring header
16757         has already been added.
16758
16759 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16760
16761         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16762         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16763         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16764         link is missing.
16765
16766 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16767
16768         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16769         (html2text-get-attr): Rewrite.
16770
16771         * message.el (message-setup-1): Remove redundant put-text-property
16772         on mail-header-separator.
16773
16774 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16775
16776         * gnus-registry.el (gnus-registry-cache-whitespace)
16777         (gnus-registry-action, gnus-registry-spool-action)
16778         (gnus-registry-split-fancy-with-parent): Change message levels
16779         from 5 to 3 or 7, as needed.
16780
16781         * spam.el (spam-summary-prepare-exit)
16782         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16783         (spam-split, spam-find-spam, spam-log-undo-registration)
16784         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16785         level from 5 to 6.
16786
16787 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16790         2004-03-04 change).
16791
16792 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16793
16794         * sieve-manage.el (sieve-manage-open):
16795         * nnweb.el (nnweb-insert-html):
16796         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16797         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16798         * nnspool.el (nnspool-request-group):
16799         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16800         * nnml.el (nnml-request-update-info):
16801         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16802         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16803         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16804         (nnimap-request-set-mark):
16805         * nnfolder.el (nnfolder-request-update-info):
16806         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16807         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16808         * gnus-uu.el (gnus-uu-find-articles-matching):
16809         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16810         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16811         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16812         * gnus-nocem.el (gnus-nocem-scan-groups):
16813         * gnus-int.el (gnus-start-news-server):
16814         * gnus-group.el (gnus-group-make-kiboze-group)
16815         (gnus-group-browse-foreign-server):
16816         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16817         Use mapc when appropriate.
16818
16819 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16820
16821         FIXME: Make separate entries for each person.
16822
16823         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16824         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16825         <shields@msrl.com>:
16826
16827         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16828         may need for spam sorting and scoring.
16829         (spam-user-format-function-S): Add user format function suitable for
16830         general use.
16831         (spam-article-sort-by-spam-status): Add sorting function for summary
16832         sorting.
16833         (spam-extra-header-to-number): Add function to get a score from a
16834         header.
16835         (spam-summary-score): Add function to get a numeric score from the
16836         headers.
16837         (spam-generic-score): Fix function doc, was in wrong place.
16838         (spam-initialize): Take symbols when it's run, and install the
16839         extra headers that spam-necessary-extra-headers thinks we need.
16840
16841 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16844         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16845
16846 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16847
16848         * gnus-sum.el (gnus-set-global-variables)
16849         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16850         (gnus-article-get-xrefs, gnus-summary-best-group)
16851         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16852         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16853         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16854         Use with-current-buffer.
16855
16856 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16857
16858         * spam.el (spam-summary-prepare-exit): Simplify logic.
16859         (spam-fetch-article-header): Read the article header if it's not
16860         available.
16861         (spam-list-articles): Simplify logic.
16862         (spam-filelist-register-routine): Fix bug with unregister-list.
16863
16864         * gnus-registry.el: Fix comments at beginning.
16865
16866 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16867
16868         * message.el (message-cater-to-broken-inn): Remove.
16869         (message-shorten-references): Make sure the total folded length of
16870         References is shorter than 998 characters to cater to a bug in INN
16871         2.3.  Also, don't pretend that references aren't folded -- this
16872         hasn't worked for a while.
16873
16874 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16875
16876         * gnus-agent.el (gnus-agentize):
16877         gnus-agent-send-mail-real-function no longer set to current value
16878         of message-send-mail-function but rather a lambda that calls
16879         message-send-mail-function.  The change makes the agent real-time
16880         responsive to user changes to message-send-mail-function.
16881
16882 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16883
16884         * legacy-gnus-agent.el
16885         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16886         help from Florian Weimer <fw@deneb.enyo.de>
16887
16888 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * nnmail.el (nnmail-cache-insert): Revert last change.
16891
16892 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * nnmail.el (nnmail-cache-insert): Always check whether
16895         nnmail-cache-ignore-groups matches a group name.
16896
16897 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16898
16899         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16900         (spam-find-spam, spam-log-processing-to-registry)
16901         (spam-log-registered-p, spam-log-unregistration-needed-p)
16902         (spam-log-undo-registration): Use gnus-message instead of
16903         gnus-error, none of these errors are fatal.
16904
16905         * gnus-registry.el (gnus-registry-clean-empty-function)
16906         (gnus-registry-clean-empty): Remove only empty entries without
16907         extra data.
16908
16909 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16910
16911         * spam-stat.el (spam-stat-buffer-change-to-spam)
16912         (spam-stat-buffer-change-to-non-spam): Change (error) to
16913         (gnus-message 8) invocation.
16914
16915 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * nntp.el (nntp-via-netcat-command): New variable.
16918         (nntp-via-netcat-switches): New variable.
16919         (nntp-open-via-rlogin-and-netcat): New function.
16920         (nntp-open-connection-function): Doc fix.
16921         (nntp-telnet-command): Doc fix.
16922         (nntp-end-of-line): Doc fix.
16923         (nntp-via-rlogin-command): Doc fix.
16924         (nntp-via-user-name): Doc fix.
16925         (nntp-via-address): Doc fix.
16926
16927 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16930         error in Emacs 21.1.
16931
16932 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16933
16934         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16935
16936 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16937
16938         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16939         (gnus-agent-with-refreshed-group): New macro.
16940         (gnus-agent-rename-group): New function.
16941         (gnus-agent-delete-group): New function.
16942         (gnus-agent-save-group-info): Use gnus-command-method when
16943         `method' parameter is nil.  Don't write nil entries into the
16944         active file.
16945         (gnus-agent-get-group-info): New function.
16946         (gnus-agent-fetch-articles): Use
16947         gnus-agent-update-files-total-fetched-for to increment disk space
16948         used.
16949         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16950         gnus-agent-update-view-total-fetched-for to increment disk space
16951         used.
16952         (gnus-agent-get-local): Added optional parameters to avoid calling
16953         gnus-group-real-name and gnus-find-method-for-group.
16954         (gnus-agent-set-local): Delete stored entry if either min, or max,
16955         are nil.
16956         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16957         quit, use gnus-agent-regenerate-group to record existance of any
16958         articles fetched to disk before the quit occurred.
16959         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16960         gnus-agent-update-view-total-fetched-for, and
16961         gnus-agent-update-files-total-fetched-for to decrement disk space
16962         used.
16963         (gnus-agent-retrieve-headers): Use
16964         gnus-agent-update-view-total-fetched-for to increment disk space
16965         used.
16966         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16967         with gnus-agent-update-files-total-fetched-for to decrement disk
16968         space and fresh group buffer.
16969         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16970         (gnus-agent-need-update-total-fetched-for): New variable.
16971         (gnus-agent-update-files-total-fetched-for): New function.
16972         (gnus-agent-update-view-total-fetched-for): New function.
16973         (gnus-agent-total-fetched-for): New function.
16974
16975         * gnus-cache.el (gnus-cache-save-buffers): Use
16976         gnus-cache-update-overview-total-fetched-for to change disk space
16977         used by this group.
16978         (gnus-cache-possibly-enter-article): Use
16979         gnus-cache-update-file-total-fetched-for to increment disk space
16980         used by this group.
16981         (gnus-cache-possibly-remove-article): Use
16982         gnus-cache-update-file-total-fetched-for to decrement disk space
16983         used by this group.
16984         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16985         (gnus-cache-rename-group): New function.
16986         (gnus-cache-delete-group): New function.
16987         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16988         (gnus-cache-need-update-total-fetched-for): New variable.
16989         (gnus-cache-with-refreshed-group): New macro.
16990         (gnus-cache-update-file-total-fetched-for): New function.
16991         (gnus-cache-update-overview-total-fetched-for): New function.
16992         (gnus-cache-rename-group-total-fetched-for): New function.
16993         (gnus-cache-delete-group-total-fetched-for): New function.
16994         (gnus-cache-total-fetched-for): New function.
16995
16996         * gnus-group.el: Require gnus-sum and autoload functions to
16997         resolve warnings when gnus-group.el compiled alone.
16998         (gnus-group-line-format): Documented new %F.
16999         (size of Fetched data) group line format; identifies disk space
17000         used by agent and cache.
17001         (gnus-group-line-format-alist): Defined new F format.
17002         (gnus-total-fetched-for): New function.
17003         (gnus-group-delete-group): No longer update
17004         gnus-cache-active-altered as gnus-request-delete-group now keeps
17005         the cache in sync.
17006         (gnus-group-list-active): Let the agent store a server's active
17007         list if currently plugged.
17008
17009         * gnus-int.el (gnus-request-delete-group):
17010         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17011         local disk in sync with the server.
17012         (gnus-request-rename-group):
17013         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17014         local disk in sync with the server.
17015
17016         * gnus-start.el (gnus-get-unread-articles):
17017         Cosmetic simplification to logic.
17018
17019         * gnus-util.el (gnus-rename-file): New function.
17020
17021 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17022
17023         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17024
17025 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17026
17027         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17028         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17029
17030 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17031
17032         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17033         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17034
17035 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17036
17037         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17038
17039 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17040
17041         * spam.el (spam-set-difference): Add function to replace
17042         gnus-set-difference in spam.el.
17043         (spam-summary-prepare-exit): Use spam-set-difference.
17044
17045 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17046
17047         * gnus-registry.el (gnus-registry-cache-file): Update to use
17048         gnus-dribble-directory OR gnus-home-directory OR ~.
17049         (gnus-registry-split-fancy-with-parent): Fix doc.
17050
17051 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * message.el (message-exchange-point-and-mark): Use
17054         message-mark-active-p.  Suggested by Jesper Harder
17055         <harder@ifa.au.dk>.
17056
17057 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * message.el (message-exchange-point-and-mark): Don't activate
17060         region if it was inactive.  Suggested by Hiroshi Fujishima
17061         <pooh@nature.tsukuba.ac.jp>.
17062
17063 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-art.el (article-display-face): Display Faces in the same
17066         order as X-Faces.
17067
17068 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17071
17072 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17075         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17076         (gnus-article-mime-hierarchy): Remove.
17077         (gnus-article-mime-hierarchy-next): Remove.
17078         (gnus-article-mode): Revert 2004-03-19 change.
17079         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17080         (gnus-insert-mime-button): Revert 2004-03-19 change.
17081         (gnus-mime-accumulate-hierarchy): Remove.
17082         (gnus-mime-enter-multipart): Remove.
17083         (gnus-mime-leave-multipart): Remove.
17084         (gnus-mime-display-part): Revert 2004-03-19 change.
17085         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17086
17087         * mml.el (mml-preview): Revert 2004-03-19 change.
17088
17089 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17090
17091         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17092
17093 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17096         t while entering a file name using the mm-with-multibyte macro.
17097         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17098
17099         * mm-util.el (mm-with-multibyte): New macro.
17100
17101 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17104         user option.
17105         (gnus-mime-multipart-functions): Doc and customization fix.
17106         (gnus-article-mime-hierarchy): New variable.
17107         (gnus-article-mime-hierarchy-next): New variable.
17108         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17109         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17110         gnus-article-mime-hierarchy-next to nil.
17111         (gnus-insert-mime-button): Show hierarchy numbers.
17112         (gnus-mime-accumulate-hierarchy): New function.
17113         (gnus-mime-enter-multipart): New function.
17114         (gnus-mime-leave-multipart): New function.
17115         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17116         (gnus-mime-display-alternative): Show hierarchy numbers.
17117
17118         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17119         gnus-article-mime-hierarchy-next to nil.
17120
17121 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17122
17123         * dns.el: Don't require gnus-xmas.
17124
17125 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17126
17127         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17128         inline PGP.
17129         (mml-menu): Disable mml-quote-region if mark is inactive.
17130
17131 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17134         when the group's active is not available.
17135
17136 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17139         error.
17140
17141 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17142
17143         * imap.el (imap-store-password): New variable.
17144         (imap-interactive-login): Use it.
17145         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17146
17147 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17150         window-start and hscroll to summary window.
17151
17152 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17153
17154         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17155         conversion message to newsrc-dribble when an actual conversion is
17156         performed.
17157
17158 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17159
17160         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17161
17162 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * mm-decode.el (mm-complicated-handles): New function reviving
17165         former definition of mm-multiple-handles.
17166
17167         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17168         (gnus-mime-delete-part): Use it.
17169
17170 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17171
17172         * gnus-agent.el (gnus-agent-read-local): Bind
17173         nnheader-file-coding-system to gnus-agent-file-coding-system to
17174         avoid the implicit assumption that they will always be equal.
17175         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17176         coding-system-for-write, as the with-temp-file macro first prints
17177         to a buffer then saves the buffer.
17178
17179 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * gnus-art.el (gnus-article-edit-part): New function.
17182         (gnus-mime-save-part-and-strip): Use it; do query instead of
17183         signaling an error; don't use mm-multiple-handles.
17184         (gnus-mime-delete-part): Ditto.
17185
17186 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17187
17188         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17189         old file versions.
17190         (gnus-group-prepare-hook): Removed function that converted list
17191         form of gnus-agent-expire-days to group properties.
17192
17193         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17194         (gnus-request-accept-article): Re-indented.
17195
17196         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17197         converters to handle old agent file formats.  Added logic for a
17198         "backup before upgrading warning".
17199         (gnus-convert-mark-converter-prompt): Developers can mark
17200         functions as needing (default), or not needing,
17201         gnus-convert-old-newsrc's "backup before upgrading warning".
17202         (gnus-convert-converter-needs-prompt): Tests whether the user
17203         should be protected from potentially irreversable changes by the
17204         function.
17205
17206         * legacy-gnus-agent.el: New.  Provides converters that are only
17207         loaded when gnus-convert-old-newsrc needs to call them.
17208
17209 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * mail-source.el (mail-source-touch-pop): Doc fix.
17212
17213         * message.el (message-smtpmail-send-it): Doc fix.
17214
17215 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17216
17217         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17218
17219         * nnmail.el (nnmail-split-fancy): do.
17220
17221         * gnus-kill.el (gnus-kill, gnus-execute): do.
17222
17223 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17224
17225         * gnus-sum.el (gnus-widget-reversible-match)
17226         (gnus-widget-reversible-to-internal)
17227         (gnus-widget-reversible-to-external): New functions.
17228         (gnus-widget-reversible): New widget.
17229         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17230
17231 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17232
17233         * gnus-sum.el (gnus-thread-sort-functions)
17234         (gnus-article-sort-functions): Document `(not F)' items.
17235
17236 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17237
17238         * spam.el (spam-use-gmane-xref): Add new backend.
17239         (spam-gmane-xref-spam-group): Add variable to control the name of the
17240         Gmane spam group.
17241         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17242         (spam-regex-headers-spam, spam-regex-headers-ham)
17243         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17244         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17245         backends and checks.
17246         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17247
17248         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17249         an autodetect method.
17250
17251 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17252
17253         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17254         articles are being added to a group.
17255         (gnus-request-replace-article): Inform the agent that articles
17256         need to be uncached as the cached contents are no longer valid.
17257
17258 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * binhex.el: Don't autoload executable-find.
17261
17262         * canlock.el: Don't autoload mail-fetch-field.
17263
17264         * dgnushack.el: Autoload c-mode for XEmacs.
17265
17266         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17267
17268         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17269         rmail-dont-reply-to and rmail-output.
17270
17271         * gnus-score.el: Don't autoload ffap-string-at-point.
17272
17273         * gnus-setup.el: Don't autoload sc-cite-original.
17274
17275         * imap.el: Don't autoload base64-decode-string,
17276         base64-encode-string and md5.
17277
17278         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17279         and rmail-msg-restore-non-pruned-header.
17280
17281         * mm-decode.el: Don't autoload executable-find.
17282
17283         * mm-url.el: Don't autoload executable-find.
17284
17285         * mm-view.el: Don't autoload diff-mode.
17286
17287         * nndb.el: Don't autoload news-reply-mode, news-setup,
17288         cancel-timer and telnet.
17289
17290         * password.el: Don't autoload run-at-time for Emacs.
17291
17292         * sha1-el.el: Don't autoload executable-find.
17293
17294         * sieve-mode.el: Don't autoload c-mode.
17295
17296         * uudecode.el: Don't autoload executable-find.
17297
17298 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17299
17300         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17301         (gnus-agent-possibly-alter-active): Avoid null in numeric
17302         comparison.
17303         (gnus-agent-set-local): Refuse to save null in local object table.
17304         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17305         list of articles that will be marked as unread.
17306
17307 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17310
17311 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17312
17313         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17314         language tags.
17315
17316 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17317
17318         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17319         Don't bind "obarray".
17320
17321         * gnus-sum.el (gnus-thread-sort-functions): Added
17322         `gnus-thread-sort-by-most-recent-number' and
17323         `gnus-thread-sort-by-most-recent-date'.
17324         Reported by Kai Grossjohann <kai@emptydomain.de>.
17325
17326 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17329
17330 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17331
17332         * gnus-cus.el (gnus-agent-customize-category): Removed
17333         ignore-errors macro reference that required cl to be loaded at
17334         run-time.
17335
17336         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17337         single-interval range of the form (min . max).  Previously the
17338         range had to look like ((min . max)).  Likewise, return
17339         (min . max) rather than ((min . max)).
17340         (gnus-range-map): Use gnus-range-normalize to accept
17341         single-interval range.
17342
17343         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17344         the cache, but not the agent, now appear with their usual face.
17345
17346         * dgnushack.el (loaddir): New variable that is bound to the
17347         directory containing the dgnushack.el file. Use loaddir, rather
17348         than srcdir, to update load-path. Change lets dgnushack compile
17349         code in directories other than GNUS/lisp.
17350
17351 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * lpath.el: Don't bind w3m-safe-url-regexp.
17354
17355         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17356         w3m-safe-url-regexp variable buffer-local.
17357
17358         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17359
17360 2004-02-27  Simon Josefsson  <jas@extundo.com>
17361
17362         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17363         gnus-group-real-prefix.
17364         (gnus-summary-move-article): Use it, instead of
17365         gnus-group-real-prefix.
17366
17367 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * lpath.el: Bind w3m-safe-url-regexp.
17370
17371         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17372         w3m-safe-url-regexp variable buffer-local and set it as the value
17373         of mm-w3m-safe-url-regexp.
17374
17375         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17376
17377         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17378         parsing gnus-posting-styles when the message is not for replying.
17379
17380         * dgnushack.el: Autoload sgml-mode for XEmacs.
17381
17382         * nnrss.el (nnrss-opml-export): Use
17383         mm-set-buffer-file-coding-system instead of
17384         set-buffer-file-coding-system.
17385
17386 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17387
17388         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17389         of checkdoc.el).
17390         * nnrss.el: do.
17391         * gnus-mlspl.el: do.
17392         * gnus-ml.el: do.
17393         * gnus-srvr.el: do.
17394
17395         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17396
17397 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17398
17399         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17400         Corrections to custom-manual links.
17401
17402         * gnus-art.el (gnus-article): Ditto.
17403
17404         * mm-decode.el (mime-display, mime-security): Ditto.
17405
17406 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17407
17408         * flow-fill.el: Typo.
17409
17410 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17411
17412         * spam-wash.el: New file.
17413
17414 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17415
17416         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17417
17418 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17419
17420         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17421         to be run with new-articles as LIST1, not LIST2.
17422         (spam-registration-functions): Add spam-use-ham-copy as a nil
17423         registration backend.
17424
17425 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17426
17427         * spam-stat.el (spam-stat-washing-hook): New option.
17428         (spam-stat-buffer-words): Use it.
17429         (spam-stat-process-directory, spam-stat-test-directory): Use
17430         insert-file-contents-literally.
17431         (spam-stat-coding-system): New variable.
17432         (spam-stat-load, spam-stat-save): Use it.
17433
17434 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * spam-report.el (spam-report-plug-agent): Quote
17437         spam-report-url-to-file and spam-report-url-ping-plain.
17438
17439 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17442         / in mailto URLs.
17443
17444 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17445
17446         * spam-report.el (spam-report-process-queue): Fix interactive use.
17447         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17448         (spam-report-unplug-agent): Doc fixes.
17449         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17450         (spam-report-agentize, spam-report-deagentize): Autoload.
17451
17452 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17455
17456         * message.el (message-setup-fill-variables): Add mml tags to
17457         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17458         <ajk@iu.edu>.
17459         (message-mode): Don't modify paragraph-separate there.
17460
17461 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17462
17463         * compface.el (uncompface-use-external): Default to undecided.
17464         (uncompface-use-external-threshold): New variable.
17465         (uncompface-float-time): New macro.
17466         (uncompface): Determine whether to use the external decoder if
17467         uncompface-use-external is undecided.
17468
17469 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17470
17471         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17472         after images.
17473
17474         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17475
17476 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17477
17478         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17479
17480         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17481
17482         * gnus-sum.el (gnus-summary-limit-to-age)
17483         (gnus-summary-limit-children): do.
17484
17485         * gnus-int.el (gnus-request-scan): do.
17486
17487         * gnus-group.el (gnus-group-suspend): do.
17488
17489         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17490
17491         * gnus-cite.el (gnus-cite-parse-attributions): do.
17492
17493         * gnus-agent.el (gnus-summary-set-agent-mark)
17494         (gnus-agent-regenerate-group): do.
17495
17496         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17497
17498         * binhex.el (binhex-decode-region-internal): do.
17499
17500 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * gnus-fun.el (gnus-face-properties-alist): New user option.
17503         (gnus-display-x-face-in-from): Use it.
17504
17505         * gnus-art.el (article-display-face): Ditto.
17506
17507         * compface.el (uncompface-use-external): Default to nil.
17508
17509 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17510
17511         * nntp.el (nntp-erase-buffer): New function.
17512         (nntp-retrieve-data, nntp-send-command)
17513         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17514         (nntp-possibly-change-group): Use it.
17515
17516         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17517         with-current-buffer.
17518
17519 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17520
17521         * compface.el: Merge the ELisp-based uncompface program.
17522         (compface): New customization group.
17523         (uncompface-use-external): New user option.
17524         (uncompface): Call uncompface-internal if uncompface-use-external
17525         is nil.
17526         (uncompface-internal): New function.  Note that there are also
17527         some other functions and variables added for this function.
17528
17529 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17530
17531         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17532         if necessary.
17533
17534 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17535
17536         * spam-report.el (spam-report-unplug-agent)
17537         (spam-report-plug-agent, spam-report-deagentize)
17538         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17539         Add support for the Agent in spam-report: when unplugged, report to a
17540         file; when plugged, submit all the requests.
17541
17542         * spam.el (spam-register-routine): Fix message about
17543         registration.
17544
17545 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17546
17547         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17548         dependencies.
17549         (rfc2047-encode): Use it.
17550
17551         * gnus-art.el (gnus-button-marker-list): Move before first
17552         reference.
17553
17554         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17555         (imap-parse-body): Fix format string mismatch.
17556
17557         * gnus-score.el (gnus-summary-increase-score): do.
17558
17559         * nnrss.el (nnrss-close): New function.
17560
17561 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17562
17563         * nnrss.el (nnrss-make-filename): New function.
17564         (nnrss-request-delete-group, nnrss-read-server-data)
17565         (nnrss-save-server-data, nnrss-read-group-data)
17566         (nnrss-save-group-data): Use it.
17567         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17568         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17569         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17570
17571 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17574
17575 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17576
17577         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17578         files.
17579
17580         * message.el (message-generate-headers-first): Don't quote nil
17581         and t in docstrings.
17582
17583         * imap.el (imap-id): do.
17584
17585         * gnus-agent.el (gnus-agent-consider-all-articles)
17586         (gnus-agent-queue-mail): do.
17587
17588 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17589
17590         * spam-report.el (spam-report-process-queue): New function.
17591         Process requests from `spam-report-requests-file'.
17592         (spam-report-process-queue): Doc fix.
17593
17594 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17595
17596         * spam.el (spam-register-routine)
17597         (spam-log-processing-to-registry, spam-log-registered-p)
17598         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17599         Change "check" to "spam-check" for semi-clarity.
17600
17601 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17602
17603         * pop3.el: Require nnheader.
17604
17605         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17606
17607         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17608
17609         * gnus-picon.el: Require cl.
17610
17611         * gnus-fun.el: Require gnus-ems and gnus-util.
17612
17613         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17614
17615         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17616
17617         * gnus-art.el (gnus-article-edit-mode): Define before first
17618         reference.
17619
17620 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17621
17622         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17623         (gnus-uu-post-encoded): Use point-at-bol.
17624
17625         * gnus-topic.el (gnus-group-active-topic-p): do.
17626
17627         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17628
17629         * gnus-group.el (gnus-group-kill-region): do.
17630
17631         * gnus-art.el (article-date-ut): do.
17632
17633         * message.el (message-fetch-field): Remove redundant
17634         case-fold-search binding.
17635         (message-narrow-to-field): Simplify.
17636
17637 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17638
17639         * spam.el (spam-directory): Derive from `gnus-directory'.
17640
17641         * spam-report.el (spam-report-url-to-file)
17642         (spam-report-requests-file): New function and variable for offline
17643         reporting.
17644         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17645         and user defined function.
17646         (spam-report-url-ping-mm-url): Remove doubled slash.
17647
17648 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17649
17650         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17651
17652 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17653
17654         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17655         format string mismatch.
17656
17657         * sieve.el (sieve-deactivate-all): do.
17658
17659         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17660
17661         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17662
17663         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17664
17665         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17666
17667 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17668
17669         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17670         the list of checks.
17671
17672 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17673
17674         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17675         padding.
17676
17677 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17678
17679         * mm-view.el (mm-fill-flowed): New variable.
17680         (mm-inline-text): Use it.
17681
17682 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17683
17684         * spam.el (spam-spamassassin-register-ham-routine)
17685         (spam-spamassassin-register-spam-routine): Fix function names.
17686
17687 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus.el (gnus-tmp-grouplens): Remove.
17690         (gnus-summary-line-format): Remove grouplens.
17691
17692         * gnus-group.el (gnus-group-line-format): Ditto.
17693
17694         * gnus-spec.el (gnus-format-specs): Ditto.
17695         (gnus-update-format-specifications): Flush the group format spec
17696         cache if there's the grouplens stuff.
17697         (gnus-parse-simple-format): Replace %l with the empty string.
17698
17699 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17700
17701         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17702         omission.
17703
17704 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17707         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17708
17709 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17710
17711         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17712         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17713         New macros and functions.
17714         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17715         Handle > NLINK_MAX messages.
17716         * nnmaildir.el (nnmaildir-request-set-mark): Use
17717         nnmaildir--emlink-p and nnmaildir--eexist-p.
17718
17719 2004-01-25  Alex Schroeder  <alex@gnu.org>
17720
17721         * spam-stat.el (spam-stat-process-directory-age): New option.
17722         (spam-stat-process-directory): Use it.
17723
17724 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17725
17726         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17727         (spam-stat-save): Accept prefix argument.
17728
17729 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17730
17731         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17732         links" error.
17733
17734 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17737         the rest of the and/or forms.
17738
17739 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17742         compatibility with old .newsrc.eld files.
17743
17744         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17745
17746         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17747
17748         * gnus-start.el (gnus-1): do.
17749
17750         * gnus-group.el (gnus-group-line-format-alist): do.
17751
17752         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17753
17754         * gnus-gl.el: Remove.
17755
17756 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17757
17758         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17759         marks consisting of a single range {for example, (3 . 5)} rather
17760         than a list of a single range { ((3 . 5)) }.
17761
17762 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17763
17764         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17765         with-current-buffer.
17766         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17767         avoid consing a string.
17768
17769         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17770         Remove obsolete entries for big5 and gb2312.
17771
17772 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17773
17774         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17775         uncompressed list.
17776
17777 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17778
17779         * spam-stat.el (spam-stat-strip-xref): New function.
17780         (spam-stat-process-directory): Use it.
17781
17782         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17783         here -- it's done in message-fetch-field.
17784
17785 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17786
17787         * gnus-agent.el (gnus-agent-queue-mail)
17788         (gnus-agent-prompt-send-queue): New variables.
17789         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17790         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17791         "nndraft:queue" along to gnus-draft-send.  Use
17792         gnus-agent-prompt-send-queue.
17793         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17794         is "nndraft:queue".  Suggested by Gaute Strokkenes
17795         <gs234@srcf.ucam.org>
17796
17797         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17798         (agent-enable-undownloaded-faces): Added.
17799         (gnus-agent-cat-groups): Use eval-and-compile, not
17800         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17801         method of gnus-agent-cat-groups even when the buffer has been
17802         evaled.
17803         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17804         delete gnus-agent-save-active-1.
17805         (gnus-agent-save-groups): Deleted.  Identical to
17806         gnus-agent-save-active.
17807         (gnus-agent-write-active): No longer adjust agent's copy of active
17808         file as agent's adjustments are now stored in their own
17809         file.  Removed optional parameter.
17810         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17811         servers.  Add use of min/max range limits from server's local
17812         file.
17813         (gnus-agent-save-alist): Removed unused optional argument.
17814         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17815         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17816         (gnus-agent-set-local): A per-server file that keeps min/max range
17817         limits for articles known to the agent.  Provides a fast mechanism
17818         for altering many active ranges.
17819         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17820         active file (local makes it unnecessary).
17821         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17822
17823         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17824         (agent-enable-undownloaded-faces): Added.
17825
17826         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17827         disable it when sending to "nndraft:queue".
17828         (gnus-group-send-queue): Add safety check to avoid sending queue
17829         when unplugged.
17830
17831         * gnus-group.el (gnus-group-catchup): Use new
17832         gnus-sequence-of-unread-articles, not
17833         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17834         numbers of articles.  Use gnus-range-map to avoid having to
17835         uncompress the unread list.
17836         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17837         Fixed invalid ange-ftp reference.
17838
17839         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17840         (gnus-sorted-range-intersection): Intersection of two ranges
17841         without requiring that they first be uncompressed.
17842
17843         * gnus-start.el (gnus-activate-group): Unless blocked by the
17844         caller, possibly expand the active range to include both cached
17845         and agentized articles.
17846         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17847         multiple version-dependent converters.
17848         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17849         gnus-agent-save-active.
17850         (gnus-save-newsrc-file): Save dirty agent range limits.
17851
17852         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17853         gnus-agent-possibly-alter-active.
17854         (gnus-adjust-marked-articles): Faster handling of simple lists.
17855
17856 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17857
17858         * spam-stat.el (spam-stat-test-directory): New optional argument
17859         displays a list of files detected.  Suggested by Andrew Cohen
17860         <cohen@andy.bu.edu>.
17861         (spam-stat-buffer-words-with-scores): Don't narrow and change
17862         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17863
17864 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17865
17866         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17867         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17868         (spam-spamassassin-arguments)
17869         (spam-spamassassin-spam-flag-header)
17870         (spam-spamassassin-positive-spam-flag-header)
17871         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17872         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17873         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17874         (spam-list-of-processors, spam-list-of-checks)
17875         (spam-list-of-statistical-checks, spam-registration-functions)
17876         (spam-check-spamassassin-headers, spam-check-spamassassin)
17877         (spam-spamassassin-score)
17878         (spam-spamassassin-register-with-sa-learn)
17879         (spam-spamassassin-register-spam-routine)
17880         (spam-spamassassin-register-ham-routine)
17881         (spam-assassin-register-spam-routine)
17882         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17883         (spam-bogofilter-score): Fix to show article before scoring.
17884
17885 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17886
17887         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17888         default scoring function.
17889         (spam-generic-score): Call spam-spamassassin-score if
17890         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17891         spam-bogofilter-score otherwise.
17892
17893         * gnus.el (spam-process, spam-autodetect-methods): Add
17894         spamassassin and spamassassin-headers.
17895
17896 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17897
17898         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17899         Suppress unnecessary messages.
17900
17901 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17902
17903         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17904         make-hash-table.
17905
17906 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * canlock.el (base64-encode-string): Don't autoload it.
17909
17910 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * run-at-time.el: Remove useless (require 'itimer),
17913         eval-and-compile and (featurep 'xemacs).
17914
17915 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17916
17917         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17918         GROUP is a virtual group.
17919
17920 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17921
17922         * gnus.el: Autoload `message-y-or-n-p'.
17923
17924 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17925
17926         * pgg-parse.el: Remove unnecessary (require 'custom).
17927
17928         * pgg-def.el: do.
17929
17930         * nnmail.el: do.
17931
17932         * gnus-undo.el: do.
17933
17934         * gnus-picon.el: do.
17935
17936         * gnus-util.el: do.
17937
17938 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17939
17940         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17941
17942 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17945         handle, as well as a list.
17946
17947         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17948         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17949         (mm-w3m-cid-retrieve): Simplify.
17950
17951 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17952
17953         * message.el (message-kill-to-signature): Allow prefix arg to
17954         specify number of lines to keep before signature.
17955
17956 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17957
17958         * message.el (message-kill-to-signature): Change docstring.
17959
17960 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * canlock.el: Always require sha1-el.
17963         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17964
17965         * message.el: Autoload sha1 only when compiling.
17966
17967         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17968         eudc-expand-inline for XEmacs.
17969
17970 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * message.el (message-canlock-generate): Require sha1-el.
17973
17974 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17975
17976         * message.el (message-expand-name): Silence the byte compiler.
17977
17978         * lpath.el: Add detect-coding-system.
17979
17980         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17981         cus-edit.
17982
17983 2004-01-13  Simon Josefsson  <jas@extundo.com>
17984
17985         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17986         Invoke gnus-score-mode.  Reported by
17987         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17988
17989         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17990         Jim Blandy <jimb@redhat.com> (tiny change).
17991
17992 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17993
17994         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17995
17996 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17997
17998         * spam.el (spam-get-article-as-string): Update to use
17999         gnus-request-article-this-buffer, much simpler.
18000         (spam-get-article-as-buffer): Remove.
18001
18002 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18003
18004         * message.el (message-expand-name): Use EUDC if the user uses that.
18005
18006 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18007
18008         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18009         character for the encoding to avoid consing a string.
18010
18011         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18012         unnecessarily.
18013
18014         * mm-util.el (mm-replace-chars-in-string): Remove.
18015
18016         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18017         of mm-replace-chars-in-string.
18018
18019 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18020
18021         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18022
18023         * mm-util.el (mm-subst-char-in-string): Support inplace.
18024
18025         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18026         a new string in every iteration.  Use shy groups.
18027
18028 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18029
18030         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18031         * gnus-soup.el (gnus-soup-group-brew):
18032         * gnus-msg.el (gnus-put-message):
18033         * gnus-move.el (gnus-group-move-group-to-server):
18034         * gnus-kill.el (gnus-batch-score):
18035         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18036         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18037         (gnus-group-update-group, gnus-group-read-group)
18038         (gnus-group-make-group, gnus-group-make-help-group)
18039         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18040         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18041         (gnus-group-sort-by-unread, gnus-group-catchup)
18042         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18043         (gnus-group-yank-group, gnus-group-set-info)
18044         (gnus-group-list-groups):
18045         * gnus.el (gnus-generate-new-group-name):
18046         * gnus-delay.el (gnus-delay-send-queue):
18047         * nnvirtual.el (nnvirtual-catchup-group):
18048         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18049         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18050         (gnus-group-prepare-topics, gnus-topic-check-topology):
18051         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18052         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18053         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18054         (gnus-group-make-articles-read):
18055         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18056         (gnus-group-change-level, gnus-kill-newsgroup)
18057         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18058         (gnus-get-unread-articles, gnus-make-articles-unread)
18059         (gnus-make-ascending-articles-unread): Use accessor
18060         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18061         to get group information for improved readability.
18062
18063
18064 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18065
18066         * gnus-art.el (article-decode-mime-words, article-babel)
18067         (gnus-article-highlight-signature, gnus-article-add-buttons)
18068         (gnus-signature-toggle): Use gnus-with-article-buffer.
18069
18070         * gnus-art.el (gnus-article-highlight-headers)
18071         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18072
18073         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18074         (gnus-article-set-globals, gnus-request-article-this-buffer)
18075         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18076         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18077         (gnus-mime-display-alternative): Use with-current-buffer.
18078
18079 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18080
18081         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18082         also under 80 char limit, and call gnus-error if needed.
18083         (spam-fetch-article-header): Fix - it was a
18084         buffer-local variable (gnus-newsgroup-data).
18085         (spam-find-spam): Use spam-generate-fake-headers, forget about
18086         spam-insert-fake-headers.
18087         (spam-insert-fake-headers): Remove.
18088
18089 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18090
18091         * deuglify.el (gnus-article-outlook-unwrap-lines)
18092         (gnus-outlook-rearrange-article)
18093         (gnus-outlook-repair-attribution-outlook)
18094         (gnus-outlook-repair-attribution-block)
18095         (gnus-outlook-repair-attribution-other): Remove redundant
18096         save-excursion.
18097
18098 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18099
18100         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18101         (spam-fetch-field-subject-fast)
18102         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18103         (spam-fetch-article-header): Add functions to deal with Gnus
18104         internals for fast retrieval of article header data.
18105         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18106
18107 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18108
18109         * pop3.el (pop3-md5): Remove.
18110         (pop3-apop): Replace pop3-md5 with md5.
18111
18112         * mm-bodies.el: base64 is always built-in.
18113
18114         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18115         with-current-buffer.
18116
18117 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * canlock.el (canlock-insert-header): Remove excessive grouping in
18120         regexp.
18121
18122         * gnus-sum.el (gnus-summary-read-document): Ditto.
18123
18124         * gnus-uu.el (gnus-uu-part-number): Ditto.
18125
18126         * html2text.el (html2text-remove-tags): Ditto.
18127         (html2text-format-tags): Ditto.
18128         (html2text-format-single-elements): Ditto.
18129
18130         * mml.el (mml-parse-1): Ditto.
18131
18132 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18133
18134         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18135
18136         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18137
18138         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18139
18140         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18141
18142 2003-11-15  Simon Josefsson  <jas@extundo.com>
18143
18144         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18145         (pgg-gpg-lookup-key): Use regexp match instead of
18146         split-string (split-string is different between emacs 21.2 and
18147         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18148
18149 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * gnus-art.el (gnus-mime-view-all-parts)
18152         (gnus-article-part-wrapper, gnus-article-view-part): Use
18153         with-current-buffer.
18154
18155 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18156
18157         * spam.el (spam-disable-spam-split-during-ham-respool)
18158         (spam-spamoracle-database, spam-cache-lookups)
18159         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18160         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18161         (spam-group-ham-marks, spam-group-spam-marks)
18162         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18163         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18164         also add spam-use-blackholes to the statistical checks.
18165         (spam-fetch-field-fast): Add interface to fetching fields, may
18166         become a macro.
18167         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18168         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18169         (spam-insert-fake-headers): Fake an article when needed.
18170         (spam-find-spam): Fake article when possible.
18171         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18172         (spam-check-bogofilter-headers): Use message-fetch-field instead
18173         of nnmail-fetch-field.
18174
18175 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18176
18177         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18178
18179 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18180
18181         * spam.el (spam-split): Do not require spam-use-CHECK to be
18182         enabled if that check is passed to spam-split explicitly; also
18183         fix so 'spam doesn't get converted to spam-split-group when
18184         spam-split-symbolic-return is t.
18185         (spam-find-spam): Find registrations of the article and use those
18186         instead of re-running spam-split to find the spam/ham
18187         classification of the article.
18188         (spam-log-processing-to-registry, spam-log-registered-p)
18189         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18190         Use gnus-error instead of gnus-message.
18191         (spam-log-registration-type): Add function to determine the
18192         classification of a message based on registry entries; will
18193         return nil if both 'spam and 'ham are found.
18194         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18195         a reasonably fast local cache without the loading errors.
18196         (spam-cache-lookups): Set to t by default.
18197         (spam-find-spam): Don't try to guess spam-cache-lookups.
18198         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18199         spam-caches entry.
18200         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18201         caching of whitelist/blacklist entries.
18202         (spam-check-whitelist, spam-check-blacklist): Invoke
18203         spam-from-listed-p with a type, not a cache variable.
18204         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18205
18206 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18207
18208         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18209
18210         * nnmail.el (nnmail-split-fancy): do.
18211
18212         * mml.el (mml-parse): do.
18213
18214         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18215         (gnus-score-adaptive): do.
18216
18217 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18220         (gnus-mime-button-map): Don't set keymap parent.
18221         (gnus-button-ctan-directory-regexp): Use shy grouping.
18222         (gnus-prev-page-map): Don't set keymap parent.
18223         (gnus-prev-page-map): Remove duplicated one.
18224         (gnus-next-page-map): Don't set keymap parent.
18225         (gnus-mime-security-button-map): Ditto.
18226
18227         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18228         version number.
18229
18230         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18231
18232 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * canlock.el (canlock-sha1-function): Remove.
18235         (canlock-sha1-function-for-verify): Remove.
18236         (canlock-openssl-program): Remove.
18237         (canlock-openssl-args): Remove.
18238         (canlock-ignore-errors): Remove.
18239         (canlock-sha1-with-openssl): Remove.
18240         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18241         (canlock-verify): Don't use canlock-ignore-errors.
18242
18243         * sha1-el.el (sha1-string-external): Make it can return a string
18244         in binary form.
18245         (sha1-region-external): Ditto.
18246         (sha1-string-internal): Ditto.
18247         (sha1-region-internal): Ditto.
18248         (sha1-region): Ditto.
18249         (sha1-string): Ditto.
18250         (sha1): Ditto.
18251
18252 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18253
18254         * spam.el (spam-report-articles-gmane): New command.
18255
18256 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18259
18260         * run-at-time.el (run-at-time-saved): Remove.
18261         (run-at-time): Doc fix.
18262
18263 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18264
18265         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18266         (gnus-summary-limit-map): Add it.
18267         (gnus-summary-make-menu-bar): do.
18268
18269 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18270
18271         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18272         Make attempt at some caching support (done for BBDB only now).
18273         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18274         addresses to be checked.
18275         (spam-clear-cache-BBDB): Add function, to be invoked by
18276         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18277         (spam-check-BBDB): Check and use the caches, if
18278         spam-cache-lookups is on, remove superfluous (provide).
18279
18280 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18283
18284 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18285
18286         * run-at-time.el (run-at-time-saved): Move to after the definition
18287         of `run-at-time'.
18288
18289         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18290
18291 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18294         mm-w3m-local-map-property.
18295
18296         * mm-view.el (mm-w3m-mode-map): Remove.
18297         (mm-w3m-local-map-property): Remove.
18298         (mm-inline-text-html-render-with-w3m): Don't use
18299         mm-w3m-local-map-property.
18300
18301 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18302
18303         * run-at-time.el: New file.
18304
18305         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18306         under Emacs.
18307
18308         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18309         of gnus-set-text-properties.
18310
18311         * gnus-uu.el (gnus-uu-save-article): Ditto.
18312
18313         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18314
18315         * gnus-cite.el (gnus-cite-parse): Ditto.
18316
18317         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18318         of gnus-.
18319
18320         * gnus-xmas.el (run-at-time): Require run-at-time.
18321
18322         * gnus.el: Changed calls to nnheader-run-at-time and
18323         password-run-at-time throughout to use run-at-time directly.
18324
18325         * password.el: Removed definition of run-at-time.
18326
18327         * nnheaderxm.el: Remove definition of run-at-time.
18328
18329 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18330
18331         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18332         in prompt.
18333
18334 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18335
18336         * messagexmas.el (message-xmas-redefine): Alias
18337         `message-make-caesar-translation-table' to
18338         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18339         version.
18340
18341         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18342         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18343         `gnus-xmas-set-text-properties'.
18344         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18345         `gnus-xmas-completing-read'.
18346         (gnus-xmas-completing-read): Removed.
18347         (gnus-xmas-open-network-stream): Removed.
18348
18349         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18350         XEmacs version.
18351
18352         * dns.el (dns-make-network-process): Use `open-network-stream'
18353         instead of `gnus-xmas-open-network-stream'.
18354
18355         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18356
18357         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18358
18359 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18360
18361         * gnus-art.el (gnus-mime-display-alternative)
18362         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18363         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18364         Don't use gnus-local-map-property.
18365
18366         * gnus-util.el (gnus-local-map-property): Remove.
18367
18368         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18369         gnus-completing-read-maybe-default with completing-read.
18370
18371         * gnus-util.el (gnus-completing-read): do.
18372         (gnus-completing-read-maybe-default): Remove.
18373
18374 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18375
18376         * password.el: Only autoload `run-at-time' if not XEmacs.
18377         Only autoload the itimer functions if XEmacs.
18378
18379 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18382         XEmacsen.
18383
18384         * dgnushack.el: Autoload executable-find for XEmacs.
18385
18386 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18387
18388         * gnus-art.el (gnus-read-string): Remove.
18389         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18390         read-string.
18391
18392 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18393
18394         * netrc.el: Autoload password-read.
18395         (netrc): Add configuration group.
18396         (netrc-encoding-method, netrc-openssl-path): Add
18397         variables for encoding and decoding of files with symmetric
18398         ciphers.
18399         (netrc-encode): Add assistant function to encode a file with
18400         netrc-encoding-method.
18401         (netrc-parse): Add interactive parameter, added optional
18402         decoding if netrc-encoding-method is non-nil but otherwise
18403         behavior is standard.
18404         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18405         Do s/encode/encrypt/ everywhere.
18406
18407         * spam.el: Remove executable-find autoload.
18408
18409 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18410
18411         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18412
18413         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18414
18415 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18416
18417         * gnus-art.el (gnus-treat-ansi-sequences)
18418         (article-treat-ansi-sequences): New variable and function.
18419         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18420
18421         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18422         Use it.
18423
18424 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18425
18426         * mm-util.el (mm-quote-arg): Remove.
18427
18428         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18429         shell-quote-argument.
18430
18431         * gnus-uu.el (gnus-uu-command): do.
18432
18433         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18434
18435         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18436         with make-char.
18437
18438         * mm-util.el (mm-make-char): Remove.
18439
18440         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18441         add-minor-mode.
18442
18443         * gnus-undo.el (gnus-undo-mode): do.
18444
18445         * gnus-topic.el (gnus-topic-mode): do.
18446
18447         * gnus-sum.el (gnus-dead-summary-mode): do.
18448
18449         * gnus-start.el (gnus-slave-mode): do.
18450
18451         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18452
18453         * gnus-ml.el (gnus-mailing-list-mode): do.
18454
18455         * gnus-gl.el (gnus-grouplens-mode): do.
18456
18457         * gnus-draft.el (gnus-draft-mode): do.
18458
18459         * gnus-dired.el (gnus-dired-mode): do.
18460
18461         * gnus-ems.el (gnus-add-minor-mode): Remove.
18462
18463         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18464         Replace gnus-char-width with char-width.
18465
18466         * gnus-ems.el (gnus-char-width): Remove.
18467
18468         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18469         Replace gnus-char-width with char-width.
18470
18471         * gnus-ems.el (gnus-char-width): Remove.
18472
18473         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18474         definition.
18475         Remove Emacs 20 hash table compatibility code.
18476
18477         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18478         20 compatibility code.
18479
18480         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18481
18482         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18483
18484         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18485         with point-at-{eol,bol}.
18486
18487         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18488
18489         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18490
18491         * flow-fill.el (fill-flowed-point-at-bol)
18492         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18493
18494         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18495         Replace with point-at-{eol,bol} throughout all files.
18496
18497 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * ntlm.el (ntlm-string-as-unibyte): New macro.
18500         (ntlm-build-auth-response): Use it.
18501
18502         Remove Emacs 20 stuff:
18503         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18504         (butlast, mapc, remove): Remove the compiler macros.
18505         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18506         of delq and copy-sequence.
18507         * gnus-art.el (popup-menu): Remove the compiler macro.
18508         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18509         Emacs 20.
18510
18511 2004-01-05  Simon Josefsson  <jas@extundo.com>
18512
18513         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18514         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18515         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18516         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18517         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18518         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18519         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18520         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18521         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18522         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18523         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18524         string-xor into ntlm-string-xor.  Suggested by
18525         Jesper Harder <harder@myrealbox.com>.
18526
18527         * ntlm.el: Don't include poem.
18528
18529         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18530         Jesper Harder <harder@myrealbox.com>.
18531
18532         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18533
18534         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18535         probably breaks emacs with DL patch, but do we care? Is anyone
18536         still using the DL stuff?)
18537
18538         * sieve-manage.el: Use the password package.
18539         (sieve-manage-read-passwd): Remove.
18540         (sieve-manage-interactive-login): Use password.  Re-add
18541         condition-case around loop.
18542
18543         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18544         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18545         the password package.
18546
18547 2003-02-19  Simon Josefsson  <jas@extundo.com>
18548
18549         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18550         token.
18551
18552 2002-08-07  Simon Josefsson  <jas@extundo.com>
18553
18554         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18555         (sieve-manage-authenticators):
18556         (sieve-manage-authenticator-alist): Add some SASL mechs.
18557         (sieve-sasl-auth): New function.
18558         (sieve-manage-cram-md5-auth):
18559         (sieve-manage-plain-auth): Rewrite using SASL library.
18560         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18561         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18562         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18563         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18564
18565 2004-01-05  Simon Josefsson  <jas@extundo.com>
18566
18567         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18568         New files.
18569
18570 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18571
18572         * gnus-group.el (gnus-no-groups-message): Update.
18573
18574         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18575
18576 2003-11-09  Simon Josefsson  <jas@extundo.com>
18577
18578         * imap.el: Support for ID IMAP extension (RFC 2971).
18579         (imap-local-variables): Add imap-id.
18580         (imap-id): New variable.
18581         (imap-id): New function.
18582         (imap-parse-response): Parse untagged ID response.
18583         * nnimap.el (nnimap-id): New variable.
18584         (nnimap-open-connection): Use it.
18585
18586 2003-12-28  Simon Josefsson  <jas@extundo.com>
18587
18588         * gnus-score.el (gnus-score-edit-all-score): New.
18589         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18590
18591 2004-01-04  Simon Josefsson  <jas@extundo.com>
18592
18593         * password.el: Add.
18594
18595 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18596
18597         * dns.el (dns-query-types): Fix typo.
18598         (dns-query-types): New function.
18599         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18600         PTR and SOA replies, see RFC 1035.
18601
18602 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18603
18604         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18605
18606         * Moved to Changelog.2.
18607
18608 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18609
18610         * gnus.el (gnus-version-number): Bump version.
18611
18612 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18613
18614         * gnus.el: No Gnus v0.1 is released.
18615
18616 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18617
18618         * gnus.el: No Gnus v0.0 is released.
18619
18620 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18621
18622         * gnus.el (gnus-version-number): Bump.
18623         (gnus-version): No.
18624
18625 See ChangeLog.2 for earlier changes.
18626
18627     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18628       Free Software Foundation, Inc.
18629
18630   This file is part of GNU Emacs.
18631
18632   GNU Emacs is free software: you can redistribute it and/or modify
18633   it under the terms of the GNU General Public License as published by
18634   the Free Software Foundation, either version 3 of the License, or
18635   (at your option) any later version.
18636
18637   GNU Emacs is distributed in the hope that it will be useful,
18638   but WITHOUT ANY WARRANTY; without even the implied warranty of
18639   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18640   GNU General Public License for more details.
18641
18642   You should have received a copy of the GNU General Public License
18643   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18644
18645 ;; Local Variables:
18646 ;; coding: utf-8
18647 ;; fill-column: 79
18648 ;; add-log-time-zone-rule: t
18649 ;; End: